Bagikan melalui


ActiveDirectoryObject Class

Definition

The Active Directory Object that will be used for authenticating the token of a container registry.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ActiveDirectoryObjectTypeConverter))]
public class ActiveDirectoryObject : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IActiveDirectoryObject
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ActiveDirectoryObjectTypeConverter))>]
type ActiveDirectoryObject = class
    interface IActiveDirectoryObject
    interface IJsonSerializable
Public Class ActiveDirectoryObject
Implements IActiveDirectoryObject
Inheritance
ActiveDirectoryObject
Attributes
Implements

Constructors

ActiveDirectoryObject()

Creates an new ActiveDirectoryObject instance.

Properties

ObjectId

The user/group/application object ID for Active Directory Object that will be used for authenticating the token of a container registry.

TenantId

The tenant ID of user/group/application object Active Directory Object that will be used for authenticating the token of a container registry.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ActiveDirectoryObject.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ActiveDirectoryObject.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IActiveDirectoryObject.

FromJsonString(String)

Creates a new instance of ActiveDirectoryObject, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ActiveDirectoryObject into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to