Custom Keys Connection Properties Response
data class CustomKeysConnectionPropertiesResponse(val authType: String, val category: String? = null, val createdByWorkspaceArmId: String, val credentials: CustomKeysResponse? = null, val error: String? = null, val expiryTime: String? = null, val group: String, val isSharedToAll: Boolean? = null, val metadata: Map<String, String>? = null, val peRequirement: String? = null, val peStatus: String? = null, val sharedUserList: List<String>? = null, val target: String? = null, val useWorkspaceManagedIdentity: Boolean? = null)
Category:= CustomKeys AuthType:= CustomKeys (as type discriminator) Credentials:= {CustomKeys} as CustomKeys Target:= {any value} Use Metadata property bag for ApiVersion and other metadata fields
Constructors
Link copied to clipboard
constructor(authType: String, category: String? = null, createdByWorkspaceArmId: String, credentials: CustomKeysResponse? = null, error: String? = null, expiryTime: String? = null, group: String, isSharedToAll: Boolean? = null, metadata: Map<String, String>? = null, peRequirement: String? = null, peStatus: String? = null, sharedUserList: List<String>? = null, target: String? = null, useWorkspaceManagedIdentity: Boolean? = null)