Custom Keys Workspace Connection Properties Response
data class CustomKeysWorkspaceConnectionPropertiesResponse(val authType: String, val category: String? = null, val createdByWorkspaceArmId: String, val credentials: CustomKeysResponse? = null, val expiryTime: String? = null, val group: String, val isSharedToAll: Boolean? = null, val metadata: Map<String, String>? = null, val sharedUserList: List<String>? = null, val target: String? = null, val value: String? = null, val valueFormat: String? = null)
Category:= CustomKeys AuthType:= CustomKeys (as type discriminator) Credentials:= {CustomKeys} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.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, expiryTime: String? = null, group: String, isSharedToAll: Boolean? = null, metadata: Map<String, String>? = null, sharedUserList: List<String>? = null, target: String? = null, value: String? = null, valueFormat: String? = null)