Idioma

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

Name Description
SecurityIdentity()

Creates an new SecurityIdentity instance.

Properties

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

OperationId
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.

ResourceId

The fully qualified Azure Resource manager identifier of the resource.

RuleId

The rule Id.

ScanId

The scan Id. Type 'latest' to get the scan record for the latest scan.

ScanResultId

The rule Id of the results.

SecurityConnectorName

The security connector name.

ServiceName

The name of the API Management service.

SubscriptionId

Azure subscription ID

Methods

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