DevCenterKeyEncryptionKeyIdentity 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.
The managed identity configuration used for key vault access.
public class DevCenterKeyEncryptionKeyIdentity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevCenter.Models.DevCenterKeyEncryptionKeyIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevCenter.Models.DevCenterKeyEncryptionKeyIdentity>
type DevCenterKeyEncryptionKeyIdentity = class
interface IJsonModel<DevCenterKeyEncryptionKeyIdentity>
interface IPersistableModel<DevCenterKeyEncryptionKeyIdentity>
Public Class DevCenterKeyEncryptionKeyIdentity
Implements IJsonModel(Of DevCenterKeyEncryptionKeyIdentity), IPersistableModel(Of DevCenterKeyEncryptionKeyIdentity)
- Inheritance
-
DevCenterKeyEncryptionKeyIdentity
- Implements
Constructors
| Name | Description |
|---|---|
| DevCenterKeyEncryptionKeyIdentity() |
Initializes a new instance of DevCenterKeyEncryptionKeyIdentity. |
Properties
| Name | Description |
|---|---|
| Type |
The type of managed identity to use for key vault access. |
| UserAssignedIdentityResourceId |
For system assigned identity, this will be null. For user assigned identity, this should be the resource ID of the identity. |