OBJECT
PamIntegrationReqChangesTemplate
Description
Template for configuring PAM integration with the quorum authorization request.
link GraphQL Schema definition
- type PamIntegrationReqChangesTemplate implements RequestedChangesTemplate {
- # New PAM integration status.
- : Boolean!
- # New PAM server IPs.
- : [String!]!
- # Previous PAM integration status.
- : Boolean!
- # Previous PAM server IPs.
- : [String!]!
- # Name of the requested changes template for quorum authorization.
- : String!
- }
link Require by
This element is not required by anyone