AttestationProperties Class
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.
The properties of an attestation resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.AttestationPropertiesTypeConverter))]
public class AttestationProperties : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IAttestationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.AttestationPropertiesTypeConverter))>]
type AttestationProperties = class
interface IAttestationProperties
interface IJsonSerializable
Public Class AttestationProperties
Implements IAttestationProperties
- Inheritance
-
AttestationProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AttestationProperties() |
Creates an new AttestationProperties instance. |
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. |
| LastComplianceStateChangeAt |
The time the compliance state was last changed in this attestation. |
| Metadata |
Additional metadata for this attestation |
| 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. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AttestationProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AttestationProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IAttestationProperties. |
| FromJsonString(String) |
Creates a new instance of AttestationProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AttestationProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |