AccessRequestInput
input AccessRequestInput {
anyExpirationAllowed: Boolean
description: String
exceptions: [AccessRequestExceptionInput!]
implementationExpiresAt: Time
name: String
what: [AccessRequestWhatInput!]
who: AccessRequestWhoInput
}Fields
anyExpirationAllowed ● Boolean scalar
description ● String scalar
exceptions ● [AccessRequestExceptionInput!] list input
implementationExpiresAt ● Time scalar
name ● String scalar
what ● [AccessRequestWhatInput!] list input
who ● AccessRequestWhoInput input
Member Of
Last updated
Was this helpful?