AmlFilesystemIdentityArgs

data class AmlFilesystemIdentityArgs(val type: Output<AmlFilesystemIdentityType>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<AmlFilesystemIdentityArgs>

Managed Identity properties.

Constructors

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

Properties

Link copied to clipboard
val type: Output<AmlFilesystemIdentityType>? = null

The type of identity used for the resource.

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

A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.

Functions

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