get-audit-credential-prerequisites

subtitle

This API provides the audit credential prerequisites for the given cloud provider.

version

0.9.111

Description

Provides the the audit credential prerequisites for the given cloud provider.

Synopsis

  get-audit-credential-prerequisites
--cloud-platform <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--cloud-platform (string)

The kind of cloud platform.

Possible values:

  • AWS

  • AZURE

  • GCP

--cli-input-json (string)

Performs service operation based on the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.

--generate-cli-skeleton (boolean)

Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for --cli-input-json.

Output

cloudPlatform -> (string)

The name of the given cloud platform

accountId -> (string)

The provider specific identifier of the account/subscription/project that is used by Cloudbreak.

aws -> (object)

Response object for getting AWS credential prerequisites.

externalId -> (string)

The cross-account external ID.

policyJson -> (string)

The related policy json encoded in base64

policies -> (array)

The fine-grained policies related to each service.

item -> (object)

Response object for the granular policy for the given service or experience.

service -> (string)

The name of the service that requires the given policy for resource management.

policyJson -> (string)

The policy JSON encoded in base64.

azure -> (object)

Response object for getting Azure credential prerequisites.

appCreationCommand -> (string)

Azure CLI command to create Azure AD Application encoded in base64.

roleDefinitionJson -> (string)

The related role definition json encoded in base64

policies -> (array)

The fine-grained policies related to each service.

item -> (object)

Response object for the granular policy for the given service or experience.

service -> (string)

The name of the service that requires the given policy for resource management.

policyJson -> (string)

The policy JSON encoded in base64.

gcp -> (object)

Response object for getting GCP credential prerequisites.

serviceAccountCreationCommand -> (string)

GCP CLI command to create service account encoded in base64.

Form Factors

public, private