다음을 통해 공유


FactoryIdentity Class

Definition

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