Resource Identity Args
data class ResourceIdentityArgs(val type: Output<Either<String, IdentityType>>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ResourceIdentityArgs>
An identity that can be associated with a resource.
Constructors
Link copied to clipboard
fun ResourceIdentityArgs(type: Output<Either<String, IdentityType>>? = null, userAssignedIdentities: Output<List<String>>? = null)