For the complete documentation index, see llms.txt. This page is also available as Markdown.

AccessRequestPartialAction

Decision for what to do with the GrantVariation artifact when an AR closes as PartiallyImplemented.

enum AccessRequestPartialAction {
  CleanUp
  Keep
}

Values

CleanUp

Delete the GrantVariation.

Keep

Keep the GrantVariation active.

Member Of

CancelAccessRequestInput input ● CloseAccessRequestInput input

Last updated

Was this helpful?