Condividi tramite


SecurityIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.SecurityIdentityTypeConverter))]
public class SecurityIdentity : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ISecurityIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.SecurityIdentityTypeConverter))>]
type SecurityIdentity = class
    interface ISecurityIdentity
    interface IJsonSerializable
Public Class SecurityIdentity
Implements ISecurityIdentity
Inheritance
SecurityIdentity
Attributes
Implements

Constructors

SecurityIdentity()

Creates an new SecurityIdentity instance.

Properties

ApiId

API revision identifier. Must be unique in the API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.

GroupFqName

The GitLab group fully-qualified name.

Id

Resource identity path

OperationResultId

The operation result Id.

OrgName

The Azure DevOps organization name.

OwnerName

The GitHub owner name.

ProjectName

The project name.

RepoName

The repository name.

ResourceGroupName

The name of the resource group within the user's subscription. The name is case insensitive.

SecurityConnectorName

The security connector name.

ServiceName

The name of the API Management service.

SubscriptionId

Azure subscription ID

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SecurityIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SecurityIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ISecurityIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SecurityIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to