Package-level declarations

Types

Link copied to clipboard
data class EnterprisePolicyIdentityResponse(val systemAssignedIdentityPrincipalId: String, val tenantId: String, val type: String? = null)

The identity of the EnterprisePolicy.

Link copied to clipboard
data class GetAccountResult(val description: String? = null, val id: String, val location: String, val name: String, val systemData: SystemDataResponse, val systemId: String, val tags: Map<String, String>? = null, val type: String)

Definition of the account.

Link copied to clipboard
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.

Link copied to clipboard
data class GetPrivateEndpointConnectionResult(val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

A private endpoint connection

Link copied to clipboard
data class KeyPropertiesResponse(val name: String? = null, val version: String? = null)

Url and version of the KeyVault Secret

Link copied to clipboard
data class KeyVaultPropertiesResponse(val id: String? = null, val key: KeyPropertiesResponse? = null)

Settings concerning key vault encryption for a configuration store.

Link copied to clipboard
data class PrivateEndpointResponse(val id: String)

The Private Endpoint resource.

data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)

A collection of information about the state of the connection between service consumer and provider.

Link copied to clipboard
data class PropertiesResponseEncryption(val keyVault: KeyVaultPropertiesResponse? = null, val state: String? = null)

The encryption settings for a configuration store.

Link copied to clipboard
data class PropertiesResponseLockbox(val state: String? = null)

Settings concerning lockbox.

Link copied to clipboard

Settings concerning network injection.

Link copied to clipboard
data class SubnetPropertiesResponse(val name: String? = null)

Properties of a subnet.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
data class VirtualNetworkPropertiesListResponse(val nextLink: String? = null, val value: List<VirtualNetworkPropertiesResponse>? = null)

A list of private link resources

Link copied to clipboard
data class VirtualNetworkPropertiesResponse(val id: String? = null, val subnet: SubnetPropertiesResponse? = null)

Settings concerning the virtual network.