ManagedServiceIdentity 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.
Managed identity generic object.
public class ManagedServiceIdentity
type ManagedServiceIdentity = class
Public Class ManagedServiceIdentity
- Inheritance
-
ManagedServiceIdentity
Constructors
ManagedServiceIdentity() |
Initializes a new instance of the ManagedServiceIdentity class. |
ManagedServiceIdentity(String, String, IDictionary<String,UserAssignedIdentity>) |
Initializes a new instance of the ManagedServiceIdentity class. |
Properties
TenantId |
Gets iD of the Azure Active Directory. |
Type |
Gets or sets type of the managed identity. Possible values include: 'UserAssigned' |
UserAssignedIdentities |
Gets or sets the list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity. |