All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.schema.security.credentials.azureCredentials.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$id": "https://open-metadata.org/schema/security/credentials/azureCredentials.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AzureCredentials",
  "description": "Azure Cloud Credentials",
  "type": "object",
  "javaType": "org.openmetadata.schema.security.credentials.AzureCredentials",
  "properties": {
    "clientId": {
      "title": "Client ID",
      "description": "Your Service Principal App ID (Client ID)",
      "type": "string"
    },
    "clientSecret": {
      "title": "Client Secret",
      "description": "Your Service Principal Password (Client Secret)",
      "type": "string",
      "format": "password"
    },
    "tenantId": {
      "title": "Tenant ID",
      "description": "Tenant ID of your Azure Subscription",
      "type": "string"
    },
    "accountName": {
      "title": "Storage Account Name",
      "description": "Account Name of your storage account",
      "type": "string"
    },
    "vaultName": {
      "title": "Key Vault Name",
      "description": "Key Vault Name",
      "type": "string"
    },
    "scopes": {
      "title": "Scopes",
      "description": "Scopes to get access token, for e.g. api://6dfX33ab-XXXX-49df-XXXX-3459eX817d3e/.default",
      "type": "string"
    }
  },
  "additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy