AttestationCmdletBase.GetRootScope Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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