ConnectorDefinitionsPermissionsArgs

data class ConnectorDefinitionsPermissionsArgs(val customs: Output<List<CustomPermissionDetailsArgs>>? = null, val licenses: Output<List<String>>? = null, val resourceProvider: Output<List<ConnectorDefinitionsResourceProviderArgs>>? = null, val tenant: Output<List<String>>? = null) : ConvertibleToJava<ConnectorDefinitionsPermissionsArgs>

The required Permissions for the connector.

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val licenses: Output<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: Output<List<String>>? = null

Gets or sets the required tenant permissions for the connector.

Functions

Link copied to clipboard
open override fun toJava(): ConnectorDefinitionsPermissionsArgs