ResourceIdentityArgs

data class ResourceIdentityArgs(val type: Output<Either<String, IdentityType>>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ResourceIdentityArgs>

Azure Active Directory identity configuration for a resource.

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, IdentityType>>? = null, userAssignedIdentities: Output<List<String>>? = null)

Properties

Link copied to clipboard
val type: Output<Either<String, IdentityType>>? = null

The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.

Link copied to clipboard
val userAssignedIdentities: Output<List<String>>? = null

The resource ids of the user assigned identities to use

Functions

Link copied to clipboard
open override fun toJava(): ResourceIdentityArgs