Get Connected Environments Dapr Component Result
data class GetConnectedEnvironmentsDaprComponentResult(val azureApiVersion: String, val componentType: String? = null, val id: String, val ignoreErrors: Boolean? = null, val initTimeout: String? = null, val metadata: List<DaprMetadataResponse>? = null, val name: String, val scopes: List<String>? = null, val secretStoreComponent: String? = null, val secrets: List<SecretResponse>? = null, val systemData: SystemDataResponse, val type: String, val version: String? = null)
Dapr Component.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, componentType: String? = null, id: String, ignoreErrors: Boolean? = null, initTimeout: String? = null, metadata: List<DaprMetadataResponse>? = null, name: String, scopes: List<String>? = null, secretStoreComponent: String? = null, secrets: List<SecretResponse>? = null, systemData: SystemDataResponse, type: String, version: String? = null)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Component type
Link copied to clipboard
Boolean describing if the component errors are ignores
Link copied to clipboard
Initialization timeout
Link copied to clipboard
Component metadata
Link copied to clipboard
Collection of secrets used by a Dapr component
Link copied to clipboard
Name of a Dapr component to retrieve component secrets from
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.