IAttestation Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.AttestationTypeConverter))]
public interface IAttestation : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.AttestationTypeConverter))>]
type IAttestation = interface
    interface IJsonSerializable
    interface IResource
Public Interface IAttestation
Implements IResource
Derived
Attributes
Implements

Properties

Name Description
AssessmentDate

The time the evidence was assessed

Comment

Comments describing why this attestation was created.

ComplianceState

The compliance state that should be set on the resource.

Evidence

The evidence supporting the compliance state set in this attestation.

ExpiresOn

The time the compliance state should expire.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResource)
LastComplianceStateChangeAt

The time the compliance state was last changed in this attestation.

Metadata

Additional metadata for this attestation

Name

The name of the resource

(Inherited from IResource)
Owner

The person responsible for setting the state of the resource. This value is typically an Azure Active Directory object ID.

PolicyAssignmentId

The resource ID of the policy assignment that the attestation is setting the state for.

PolicyDefinitionReferenceId

The policy definition reference ID from a policy set definition that the attestation is setting the state for. If the policy assignment assigns a policy set definition the attestation can choose a definition within the set definition with this property or omit this and set the state for the entire set definition.

ProvisioningState

The status of the attestation.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResource)

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to