Identity Args
    data class IdentityArgs(val type: Output<ResourceIdentityType>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<IdentityArgs> 
Identity for the resource.
Constructors
Link copied to clipboard
                fun IdentityArgs(type: Output<ResourceIdentityType>? = null, userAssignedIdentities: Output<List<String>>? = null)