ConnectorDefinitionsResourceProvider interface

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.

Properties

permissionsDisplayText

Gets or sets the permissions description text.

provider

Gets or sets the provider name.

providerDisplayName

Gets or sets the permissions provider display name.

requiredPermissions

Required permissions for the connector resource provider that define in ResourceProviders. For more information about the permissions see <see href="https://docs.microsoft.com/en-us/azure/role-based-access-control/role-definitions#actions-format">here</see>.

scope

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

Property Details

permissionsDisplayText

Gets or sets the permissions description text.

permissionsDisplayText: string

Property Value

string

provider

Gets or sets the provider name.

provider: string

Property Value

string

providerDisplayName

Gets or sets the permissions provider display name.

providerDisplayName: string

Property Value

string

requiredPermissions

Required permissions for the connector resource provider that define in ResourceProviders. For more information about the permissions see <see href="https://docs.microsoft.com/en-us/azure/role-based-access-control/role-definitions#actions-format">here</see>.

requiredPermissions: ResourceProviderRequiredPermissions

Property Value

scope

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

scope: string

Property Value

string