ConnectorDefinitionsPermissions interface
The required Permissions for the connector.
Properties
| customs | Gets or sets the customs permissions required for the user to create connections. |
| licenses | Gets or sets the required licenses for the user to create connections. |
| resource |
Gets or sets the resource provider permissions required for the user to create connections. |
| tenant | Gets or sets the required tenant permissions for the connector. |
Property Details
customs
Gets or sets the customs permissions required for the user to create connections.
customs?: CustomPermissionDetails[]
Property Value
licenses
Gets or sets the required licenses for the user to create connections.
licenses?: string[]
Property Value
string[]
resourceProvider
Gets or sets the resource provider permissions required for the user to create connections.
resourceProvider?: ConnectorDefinitionsResourceProvider[]
Property Value
tenant
Gets or sets the required tenant permissions for the connector.
tenant?: string[]
Property Value
string[]