Sprache

ISecurityIdentity Interface

Definition

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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to