Shared Access Signature Authorization Rule Access Rights Description Args
data class SharedAccessSignatureAuthorizationRuleAccessRightsDescriptionArgs(val keyName: Output<String>, val primaryKey: Output<String>? = null, val rights: Output<Either<String, AccessRightsDescription>>, val secondaryKey: Output<String>? = null) : ConvertibleToJava<SharedAccessSignatureAuthorizationRuleAccessRightsDescriptionArgs>
Description of the shared access key.
Constructors
Link copied to clipboard
constructor(keyName: Output<String>, primaryKey: Output<String>? = null, rights: Output<Either<String, AccessRightsDescription>>, secondaryKey: Output<String>? = null)