Access Key Info Base Args
    data class AccessKeyInfoBaseArgs(val authType: Output<String>, val permissions: Output<List<Either<String, AccessKeyPermissions>>>? = null) : ConvertibleToJava<AccessKeyInfoBaseArgs> 
The access key directly from target resource properties, which target service is Azure Resource, such as Microsoft.Storage
Constructors
Link copied to clipboard
                fun AccessKeyInfoBaseArgs(authType: Output<String>, permissions: Output<List<Either<String, AccessKeyPermissions>>>? = null)