Partner Authorization Args
data class PartnerAuthorizationArgs(val authorizedPartnersList: Output<List<PartnerArgs>>? = null, val defaultMaximumExpirationTimeInDays: Output<Int>? = null) : ConvertibleToJava<PartnerAuthorizationArgs>
The partner authorization details.
Constructors
Link copied to clipboard
constructor(authorizedPartnersList: Output<List<PartnerArgs>>? = null, defaultMaximumExpirationTimeInDays: Output<Int>? = null)
Properties
Link copied to clipboard
The list of authorized partners.
Link copied to clipboard
Time used to validate the authorization expiration time for each authorized partner. If DefaultMaximumExpirationTimeInDays is not specified, the default is 7 days. Otherwise, allowed values are between 1 and 365 days.