GetEnterprisePolicyResult

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)

Types

Link copied to clipboard
object Companion

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
val healthStatus: String? = null

The health status of the resource.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The identity of the EnterprisePolicy.

Link copied to clipboard

The kind (type) of Enterprise Policy.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Settings concerning lockbox.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Settings concerning network injection.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

The internally assigned unique identifier of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"