Skip to main content

Check if Azure account is valid

POST 

/v1/clouds/azure/account/validate

Returns no contents if account is valid else error.

Request

Body

required

Request payload for Azure cloud account

    clientCloudstring

    Possible values: [azure-china, azure-government, public]

    Default value: public

    Contains configuration for Azure cloud

    clientIdstringrequired

    Client ID(Directory ID) is a unique identifier generated by Azure AD that is tied to an application

    clientSecretstringrequired

    ClientSecret is the secret associated with Client

    settings

    object

    Palette internal cloud settings

    disablePropertiesRequestboolean

    Will disable certain properties request to cloud and the input is collected directly from the user

    tenantIdstringrequired

    Tenant ID is the ID for the Azure AD tenant that the user belongs to.

    tenantNamestring

    Tenant ID is the ID for the Azure AD tenant that the user belongs to.

Responses

Ok response without content

Response Headers

  • AuditUid

    string

    Audit uid for the request

Loading...