ResourceIdentityArgs

data class ResourceIdentityArgs(val type: Output<ResourceIdentityType>) : ConvertibleToJava<ResourceIdentityArgs>

The managed identity of a resource.

Constructors

Link copied to clipboard
constructor(type: Output<ResourceIdentityType>)

Properties

Link copied to clipboard

String of the resource identity type.

Functions

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