Class SecurityPosture
The security posture of the device, as determined by the current device state and the policies applied.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class SecurityPosture : IDirectResponseSchema
Properties
DevicePosture
Device's security posture value.
Declaration
[JsonProperty("devicePosture")]
public virtual string DevicePosture { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PostureDetails
Additional details regarding the security posture of the device.
Declaration
[JsonProperty("postureDetails")]
public virtual IList<PostureDetail> PostureDetails { get; set; }
Property Value
Type | Description |
---|---|
IList<PostureDetail> |