CognitiveServicesAssignedIdentity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type representing an identity assignment.
public class CognitiveServicesAssignedIdentity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAssignedIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAssignedIdentity>
type CognitiveServicesAssignedIdentity = class
interface IJsonModel<CognitiveServicesAssignedIdentity>
interface IPersistableModel<CognitiveServicesAssignedIdentity>
Public Class CognitiveServicesAssignedIdentity
Implements IJsonModel(Of CognitiveServicesAssignedIdentity), IPersistableModel(Of CognitiveServicesAssignedIdentity)
- Inheritance
-
CognitiveServicesAssignedIdentity
- Implements
Constructors
| Name | Description |
|---|---|
| CognitiveServicesAssignedIdentity(CognitiveServicesIdentityKind, CognitiveServicesIdentityManagementType, String, String, String) |
Initializes a new instance of CognitiveServicesAssignedIdentity. |
Properties
| Name | Description |
|---|---|
| ClientId |
The client ID of the identity. |
| Kind |
Specifies the kind of Entra identity described by this object. |
| PrincipalId |
The principal ID of the identity. |
| ProvisioningState |
Represents the provisioning state of an identity resource. |
| Subject |
The subject of this identity assignment. |
| TenantId |
The tenant ID of the identity. |
| Type |
Enumeration of identity types, from the perspective of management. |