Delen via


Microsoft.ApiManagement-service/authorizationProviders/authorizations 2022-04-01-preview

Bicep-resourcedefinitie

Het resourcetype service/authorizationProviders/authorizations kan worden geïmplementeerd met bewerkingen die zijn gericht op:

Zie logboek wijzigenvoor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

Als u een Resource microsoft.ApiManagement/service/authorizationProviders/authorizations wilt maken, voegt u de volgende Bicep toe aan uw sjabloon.

resource symbolicname 'Microsoft.ApiManagement/service/authorizationProviders/authorizations@2022-04-01-preview' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    authorizationType: 'string'
    error: {
      code: 'string'
      message: 'string'
    }
    oauth2grantType: 'string'
    parameters: {
      {customized property}: 'string'
    }
    status: 'string'
  }
}

Eigenschapswaarden

AuthorizationContractProperties

Naam Beschrijving Waarde
authorizationType Opties voor autorisatietype 'OAuth2'
fout Details van autorisatiefout. AuthorizationError-
oauth2grantType Opties voor OAuth2-toekenningstype 'AuthorizationCode'
'ClientCredentials'
Parameters Autorisatieparameters AuthorizationContractPropertiesParameters
status Status van de autorisatie snaar

AuthorizationContractPropertiesParameters

Naam Beschrijving Waarde

AuthorizationError

Naam Beschrijving Waarde
code Foutcode snaar
Bericht Foutmelding snaar

Microsoft.ApiManagement/service/authorizationProviders/authorizationS

Naam Beschrijving Waarde
naam De resourcenaam snaar

Beperkingen:
Minimale lengte = 1
Maximale lengte = 1
Patroon = ^[^*#&+:<>?]+$ (vereist)
ouder In Bicep kunt u de bovenliggende resource voor een onderliggende resource opgeven. U hoeft deze eigenschap alleen toe te voegen wanneer de onderliggende resource buiten de bovenliggende resource wordt gedeclareerd.

Zie onderliggende resource buiten de bovenliggende resourcevoor meer informatie.
Symbolische naam voor resource van het type: service/authorizationProviders
Eigenschappen Eigenschappen van het autorisatiecontract. AuthorizationContractProperties-

Resourcedefinitie van ARM-sjabloon

Het resourcetype service/authorizationProviders/authorizations kan worden geïmplementeerd met bewerkingen die zijn gericht op:

Zie logboek wijzigenvoor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

Als u een Resource microsoft.ApiManagement/service/authorizationProviders/authorizations wilt maken, voegt u de volgende JSON toe aan uw sjabloon.

{
  "type": "Microsoft.ApiManagement/service/authorizationProviders/authorizations",
  "apiVersion": "2022-04-01-preview",
  "name": "string",
  "properties": {
    "authorizationType": "string",
    "error": {
      "code": "string",
      "message": "string"
    },
    "oauth2grantType": "string",
    "parameters": {
      "{customized property}": "string"
    },
    "status": "string"
  }
}

Eigenschapswaarden

AuthorizationContractProperties

Naam Beschrijving Waarde
authorizationType Opties voor autorisatietype 'OAuth2'
fout Details van autorisatiefout. AuthorizationError-
oauth2grantType Opties voor OAuth2-toekenningstype 'AuthorizationCode'
'ClientCredentials'
Parameters Autorisatieparameters AuthorizationContractPropertiesParameters
status Status van de autorisatie snaar

AuthorizationContractPropertiesParameters

Naam Beschrijving Waarde

AuthorizationError

Naam Beschrijving Waarde
code Foutcode snaar
Bericht Foutmelding snaar

Microsoft.ApiManagement/service/authorizationProviders/authorizationS

Naam Beschrijving Waarde
apiVersion De API-versie '2022-04-01-preview'
naam De resourcenaam snaar

Beperkingen:
Minimale lengte = 1
Maximale lengte = 1
Patroon = ^[^*#&+:<>?]+$ (vereist)
Eigenschappen Eigenschappen van het autorisatiecontract. AuthorizationContractProperties-
type Het resourcetype 'Microsoft.ApiManagement/service/authorizationProviders/authorizationProviders/authorizations'

Resourcedefinitie van Terraform (AzAPI-provider)

Het resourcetype service/authorizationProviders/authorizations kan worden geïmplementeerd met bewerkingen die zijn gericht op:

  • resourcegroepen

Zie logboek wijzigenvoor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

Als u een Resource microsoft.ApiManagement/service/authorizationProviders/authorizations wilt maken, voegt u de volgende Terraform toe aan uw sjabloon.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.ApiManagement/service/authorizationProviders/authorizations@2022-04-01-preview"
  name = "string"
  body = jsonencode({
    properties = {
      authorizationType = "string"
      error = {
        code = "string"
        message = "string"
      }
      oauth2grantType = "string"
      parameters = {
        {customized property} = "string"
      }
      status = "string"
    }
  })
}

Eigenschapswaarden

AuthorizationContractProperties

Naam Beschrijving Waarde
authorizationType Opties voor autorisatietype 'OAuth2'
fout Details van autorisatiefout. AuthorizationError-
oauth2grantType Opties voor OAuth2-toekenningstype 'AuthorizationCode'
'ClientCredentials'
Parameters Autorisatieparameters AuthorizationContractPropertiesParameters
status Status van de autorisatie snaar

AuthorizationContractPropertiesParameters

Naam Beschrijving Waarde

AuthorizationError

Naam Beschrijving Waarde
code Foutcode snaar
Bericht Foutmelding snaar

Microsoft.ApiManagement/service/authorizationProviders/authorizationS

Naam Beschrijving Waarde
naam De resourcenaam snaar

Beperkingen:
Minimale lengte = 1
Maximale lengte = 1
Patroon = ^[^*#&+:<>?]+$ (vereist)
parent_id De id van de resource die het bovenliggende item voor deze resource is. Id voor resource van het type: service/authorizationProviders
Eigenschappen Eigenschappen van het autorisatiecontract. AuthorizationContractProperties-
type Het resourcetype "Microsoft.ApiManagement/service/authorizationProviders/authorizations@2022-04-01-preview"