ConnectorDefinitionsResourceProviderResponse

data class ConnectorDefinitionsResourceProviderResponse(val permissionsDisplayText: String, val provider: String, val providerDisplayName: String, val requiredPermissions: ResourceProviderRequiredPermissionsResponse, val scope: String)

The resource provider details include the required permissions for the user to create connections. The user should have the required permissions(Read\Write, ..) in the specified scope ProviderPermissionsScope against the specified resource provider.

Constructors

constructor(permissionsDisplayText: String, provider: String, providerDisplayName: String, requiredPermissions: ResourceProviderRequiredPermissionsResponse, scope: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the permissions description text.

Link copied to clipboard

Gets or sets the provider name.

Link copied to clipboard

Gets or sets the permissions provider display name.

Link copied to clipboard

Required permissions for the connector resource provider that define in ResourceProviders. For more information about the permissions see here.

Link copied to clipboard

The scope on which the user should have permissions, in order to be able to create connections.