ManagedIdentityProperties 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 properties retrieved from ARM request headers.
public class ManagedIdentityProperties
type ManagedIdentityProperties = class
Public Class ManagedIdentityProperties
- Inheritance
-
ManagedIdentityProperties
Constructors
ManagedIdentityProperties() |
Initializes a new instance of the ManagedIdentityProperties class. |
ManagedIdentityProperties(String, String, String) |
Initializes a new instance of the ManagedIdentityProperties class. |
Properties
PrincipalId |
Gets or sets principal Id |
TenantId |
Gets or sets tenant Id |
Type |
Gets or sets type of the managed identity. Possible values include: 'None', 'SystemAssigned', 'UserAssigned', 'SystemAssigned,UserAssigned' |