Partner Class
Information about the partner.
Constructor
Partner(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
partner_registration_immutable_id
|
The immutableId of the corresponding partner registration. |
|
partner_name
|
The partner name. |
|
authorization_expiration_time_in_utc
|
Expiration time of the partner authorization. If this timer expires, any request from this partner to create, update or delete resources in subscriber's context will fail. If specified, the allowed values are between 1 to the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration. If not specified, the default value will be the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration or 7 if this value is not specified. |
Attributes
authorization_expiration_time_in_utc
Expiration time of the partner authorization. If this timer expires, any request from this partner to create, update or delete resources in subscriber's context will fail. If specified, the allowed values are between 1 to the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration. If not specified, the default value will be the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration or 7 if this value is not specified.
authorization_expiration_time_in_utc: datetime | None
partner_name
The partner name.
partner_name: str | None
partner_registration_immutable_id
The immutableId of the corresponding partner registration.
partner_registration_immutable_id: str | None