ResourceIdentityArgs

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

Azure Active Directory identity configuration for a resource.

Constructors

Link copied to clipboard
fun ResourceIdentityArgs(type: Output<Either<String, IdentityType>>? = null)

Functions

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

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.