ResourceIdentity 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.
Azure Active Directory identity configuration for a resource.
public class ResourceIdentity
type ResourceIdentity = class
Public Class ResourceIdentity
- Inheritance
-
ResourceIdentity
Constructors
ResourceIdentity() |
Initializes a new instance of the ResourceIdentity class. |
ResourceIdentity(Nullable<Guid>, String, Nullable<Guid>) |
Initializes a new instance of the ResourceIdentity class. |
Properties
PrincipalId |
Gets the Azure Active Directory principal id. |
TenantId |
Gets the Azure Active Directory tenant id. |
Type |
Gets or sets the identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. Possible values include: 'SystemAssigned' |