Partager via


CreateRoleWithPrivilegeCheckerRun Action

Creates a role using privilegecheckerlog records associated with the privilegecheckerrun record that this action is bound to.

Bound entities

Bound actions are invoked by appending the fully qualified action name to the URI representing an entity or collection.

Entity Type Binding Type
privilegecheckerrun entity

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
PrivilegeCheckerRunId
Edm.Guid False True

The same ID of the privilegecheckerrun record that this action is bound to.

RoleName
Edm.String False False

The name of the role to create.

Return type

Type Nullable Description
CreateRoleWithPrivilegeCheckerRunResponse False Contains the response of the CreateRoleWithPrivilegeCheckerRun action.

See also