Dela via


AttestationCmdletBase.GetRootScope Method

Definition

Gets the root scope of the attestation that is being acted upon.

protected string GetRootScope (string scope = default, string resourceId = default, string resourceGroupName = default, Microsoft.Azure.Commands.PolicyInsights.Models.Attestations.PSAttestation inputObject = default);
member this.GetRootScope : string * string * string * Microsoft.Azure.Commands.PolicyInsights.Models.Attestations.PSAttestation -> string
Protected Function GetRootScope (Optional scope As String = Nothing, Optional resourceId As String = Nothing, Optional resourceGroupName As String = Nothing, Optional inputObject As PSAttestation = Nothing) As String

Parameters

scope
String

The full scope

resourceId
String

The full resource ID of the attestation resource

resourceGroupName
String

The resource group name

inputObject
PSAttestation

The attestation input object

Returns

Applies to