ConnectorDefinitionsPermissionsResponse

data class ConnectorDefinitionsPermissionsResponse(val customs: List<CustomPermissionDetailsResponse>? = null, val licenses: List<String>? = null, val resourceProvider: List<ConnectorDefinitionsResourceProviderResponse>? = null, val tenant: List<String>? = null)

The required Permissions for the connector.

Constructors

Link copied to clipboard
constructor(customs: List<CustomPermissionDetailsResponse>? = null, licenses: List<String>? = null, resourceProvider: List<ConnectorDefinitionsResourceProviderResponse>? = null, tenant: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the customs permissions required for the user to create connections.

Link copied to clipboard
val licenses: List<String>? = null

Gets or sets the required licenses for the user to create connections.

Link copied to clipboard

Gets or sets the resource provider permissions required for the user to create connections.

Link copied to clipboard
val tenant: List<String>? = null

Gets or sets the required tenant permissions for the connector.