IdentityProperties 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.
Describes the identity of the cluster.
public class IdentityProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDBForPostgreSql.Models.IdentityProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDBForPostgreSql.Models.IdentityProperties>
type IdentityProperties = class
interface IJsonModel<IdentityProperties>
interface IPersistableModel<IdentityProperties>
Public Class IdentityProperties
Implements IJsonModel(Of IdentityProperties), IPersistableModel(Of IdentityProperties)
- Inheritance
-
IdentityProperties
- Implements
Constructors
| Name | Description |
|---|---|
| IdentityProperties() |
Initializes a new instance of IdentityProperties. |
Properties
| Name | Description |
|---|---|
| Type |
Gets or sets the Type. |
| UserAssignedIdentities |
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. |