GetAccessPolicyAssignmentResult

data class GetAccessPolicyAssignmentResult(val accessPolicyName: String, val id: String, val name: String, val objectId: String, val objectIdAlias: String, val provisioningState: String, val type: String)

Response to an operation on access policy assignment

Constructors

Link copied to clipboard
constructor(accessPolicyName: String, id: String, name: String, objectId: String, objectIdAlias: String, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the access policy that is being assigned

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard

Object Id to assign access policy to

Link copied to clipboard

User friendly name for object id. Also represents username for token based authentication

Link copied to clipboard

Provisioning state of an access policy assignment set

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"