Get Enterprise Policy Result
data class GetEnterprisePolicyResult(val azureApiVersion: String, 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
constructor(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The encryption settings for a configuration store.
Link copied to clipboard
The health status of the resource.
Link copied to clipboard
The identity of the EnterprisePolicy.
Link copied to clipboard
Settings concerning lockbox.
Link copied to clipboard
Settings concerning network injection.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.