OBJECT
GuardrailsWorkerGroupCloudAccount
link GraphQL Schema definition
- type GuardrailsWorkerGroupCloudAccount implements Node {
- # Cloud account id
- String! :
- # Timestamp at which cloud account is created. Expressed in UTC ISO-8601 format
- DateTime! :
- # Cloud account external id. This is requires to access the cloud account from
- # Secure cloud services
- String :
- # Unique identifier for cloud account
- ID! :
- # Cloud account name
- String :
- # Cloud account provider
- String :
- # Cloud account role arn ( applicable for AWS type providers). This is requires to
- # access the cloud account from Secure cloud services
- String :
- # Timestamp at which cloud account is updated. Expressed in UTC ISO-8601 format
- DateTime :
- }