FactoryIdentity 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.
Identity properties of the factory resource.
public class FactoryIdentity
type FactoryIdentity = class
Public Class FactoryIdentity
- Inheritance
-
FactoryIdentity
Constructors
FactoryIdentity() |
Initializes a new instance of the FactoryIdentity class. |
FactoryIdentity(Nullable<Guid>, Nullable<Guid>, IDictionary<String,Object>) |
Initializes a new instance of the FactoryIdentity class. |
FactoryIdentity(String, Nullable<Guid>, Nullable<Guid>, IDictionary<String,Object>) |
Initializes a new instance of the FactoryIdentity class. |
Properties
PrincipalId |
Gets the principal id of the identity. |
TenantId |
Gets the client tenant id of the identity. |
Type |
Gets or sets the identity type. Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned,UserAssigned' |
UserAssignedIdentities |
Gets or sets list of user assigned identities for the factory. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET