Class ShieldedVmIntegrityPolicy
The policy describes the baseline against which VM instance boot integrity is measured.
Inheritance
System.Object
ShieldedVmIntegrityPolicy
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ShieldedVmIntegrityPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UpdateAutoLearnPolicy
Updates the integrity policy baseline using the measurements from the VM instance's most recent boot.
Declaration
[JsonProperty("updateAutoLearnPolicy")]
public virtual bool? UpdateAutoLearnPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Implements
Google.Apis.Requests.IDirectResponseSchema