Partner Args
data class PartnerArgs(val authorizationExpirationTimeInUtc: Output<String>? = null, val partnerName: Output<String>? = null, val partnerRegistrationImmutableId: Output<String>? = null) : ConvertibleToJava<PartnerArgs>
Information about the partner.
Constructors
Link copied to clipboard
fun PartnerArgs(authorizationExpirationTimeInUtc: Output<String>? = null, partnerName: Output<String>? = null, partnerRegistrationImmutableId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
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.
Link copied to clipboard