Freigeben über


FactoryIdentity Class

Definition

Identity properties of the factory resource.

public class FactoryIdentity
type FactoryIdentity = class
Public Class FactoryIdentity
Inheritance
FactoryIdentity

Constructors

Name Description
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

Name Description
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

Name Description
Validate()

Validate the object.

Applies to