FileSystemIdentity

data class FileSystemIdentity(val identityIds: List<String>, val type: String)

Constructors

Link copied to clipboard
constructor(identityIds: List<String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of User Assigned Managed Identity IDs to be assigned to this Azure Managed Lustre File System. Changing this forces a new resource to be created.

Link copied to clipboard

The type of Managed Service Identity that should be configured on this Azure Managed Lustre File System. Only possible value is UserAssigned. Changing this forces a new resource to be created.