INPUT_OBJECT
GuardrailsAccountSelector
link GraphQL Schema definition
- input GuardrailsAccountSelector {
- # environment id for guardrails account, optional if entity id is provided. Eg.
- # For AWS this will be the accountId for Azure this will be subscription
- String :
- # provider for guardrails account, optional if entity id is provided
- String :
- # EntityId of the environment of types AWS.Organizations.Account,
- # AWS.Organizations.Organization, optional if environmentId and provider are
- # provided
- EntityId :
- }