Get Enterprise Policy Result
data class GetEnterprisePolicyResult(val encryption: PropertiesResponseEncryption? = null, val healthStatus: String? = null, val id: String, val identity: EnterprisePolicyIdentityResponse? = null, val kind: String, val location: String, val lockbox: PropertiesResponseLockbox? = null, val name: String, val networkInjection: PropertiesResponseNetworkInjection? = null, val systemData: SystemDataResponse, val systemId: String, val tags: Map<String, String>? = null, val type: String)
Definition of the EnterprisePolicy.
Constructors
Link copied to clipboard
fun GetEnterprisePolicyResult(encryption: PropertiesResponseEncryption? = null, healthStatus: String? = null, id: String, identity: EnterprisePolicyIdentityResponse? = null, kind: String, location: String, lockbox: PropertiesResponseLockbox? = null, name: String, networkInjection: PropertiesResponseNetworkInjection? = null, systemData: SystemDataResponse, systemId: String, tags: Map<String, String>? = null, type: String)