Show / Hide Table of Contents

Class SecurityPosture

The security posture of the device, as determined by the current device state and the policies applied.

Inheritance
object
SecurityPosture
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX