ResourceProviderRequiredPermissions interface

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>.

Properties

action

Gets or sets a value indicating whether the permission is custom actions (POST).

delete

Gets or sets a value indicating whether the permission is delete action (DELETE).

read

Gets or sets a value indicating whether the permission is read action (GET).

write

Gets or sets a value indicating whether the permission is write action (PUT or PATCH).

Property Details

action

Gets or sets a value indicating whether the permission is custom actions (POST).

action?: boolean

Property Value

boolean

delete

Gets or sets a value indicating whether the permission is delete action (DELETE).

delete?: boolean

Property Value

boolean

read

Gets or sets a value indicating whether the permission is read action (GET).

read?: boolean

Property Value

boolean

write

Gets or sets a value indicating whether the permission is write action (PUT or PATCH).

write?: boolean

Property Value

boolean