Microsoft.ApiManagement service/portalsettings 'delegation' 2023-09-01-preview
- 最新の を
する - 2023-09-01-preview
- 2022-08-01
- 2021-08-01
Bicep リソース定義
service/portalsettings リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
name プロパティのオプション
service/portalsettings リソースは、名 プロパティの値に基づいて異なるプロパティを受け入れます。
この記事では、name: 'delegation'
設定するときに使用できるプロパティを示します。
その他のオプションについては、以下を参照してください。
- サインイン を
する - サインアップ
リソースの形式
Microsoft.ApiManagement/service/portalsettings リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.ApiManagement/service/portalsettings@2023-09-01-preview' = {
name: 'delegation'
parent: resourceSymbolicName
properties: {
subscriptions: {
enabled: bool
}
url: 'string'
userRegistration: {
enabled: bool
}
validationKey: 'string'
}
}
プロパティ値
service/portalsettings-delegation
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 Bicepで子リソースの名前と種類 |
'delegation' |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: サービス |
プロパティ | 委任設定のコントラクト プロパティ。 | PortalDelegationSettingsProperties |
PortalDelegationSettingsProperties
名前 | 形容 | 価値 |
---|---|---|
サブスクリプション | サブスクリプション委任の設定。 | SubscriptionsDelegationSettingsProperties |
url | 委任 URL。 | 糸 |
userRegistration | ユーザー登録委任の設定。 | RegistrationDelegationSettingsProperties |
validationKey | 要求が Azure API Management から送信されていることを検証するための base64 でエンコードされた検証キー。 | 糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
SubscriptionsDelegationSettingsProperties
名前 | 形容 | 価値 |
---|---|---|
有効 | サブスクリプションの委任を有効または無効にします。 | bool |
RegistrationDelegationSettingsProperties
名前 | 形容 | 価値 |
---|---|---|
有効 | ユーザー登録の委任を有効または無効にします。 | bool |
ARM テンプレート リソース定義
service/portalsettings リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
name プロパティのオプション
service/portalsettings リソースは、名 プロパティの値に基づいて異なるプロパティを受け入れます。
この記事では、name: 'delegation'
設定するときに使用できるプロパティを示します。
その他のオプションについては、以下を参照してください。
- サインイン を
する - サインアップ
リソースの形式
Microsoft.ApiManagement/service/portalsettings リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.ApiManagement/service/portalsettings",
"apiVersion": "2023-09-01-preview",
"name": "delegation",
"properties": {
"subscriptions": {
"enabled": "bool"
},
"url": "string",
"userRegistration": {
"enabled": "bool"
},
"validationKey": "string"
}
}
プロパティ値
service/portalsettings-delegation
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | 'Microsoft.ApiManagement/service/portalsettings' |
apiVersion | リソース API のバージョン | '2023-09-01-preview' |
名前 | リソース名 JSON ARM テンプレートで子リソースの名前と型 |
'delegation' |
プロパティ | 委任設定のコントラクト プロパティ。 | PortalDelegationSettingsProperties |
PortalDelegationSettingsProperties
名前 | 形容 | 価値 |
---|---|---|
サブスクリプション | サブスクリプション委任の設定。 | SubscriptionsDelegationSettingsProperties |
url | 委任 URL。 | 糸 |
userRegistration | ユーザー登録委任の設定。 | RegistrationDelegationSettingsProperties |
validationKey | 要求が Azure API Management から送信されていることを検証するための base64 でエンコードされた検証キー。 | 糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
SubscriptionsDelegationSettingsProperties
名前 | 形容 | 価値 |
---|---|---|
有効 | サブスクリプションの委任を有効または無効にします。 | bool |
RegistrationDelegationSettingsProperties
名前 | 形容 | 価値 |
---|---|---|
有効 | ユーザー登録の委任を有効または無効にします。 | bool |
Terraform (AzAPI プロバイダー) リソース定義
service/portalsettings リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
name プロパティのオプション
service/portalsettings リソースは、名 プロパティの値に基づいて異なるプロパティを受け入れます。
この記事では、name: 'delegation'
設定するときに使用できるプロパティを示します。
その他のオプションについては、以下を参照してください。
- サインイン を
する - サインアップ
リソースの形式
Microsoft.ApiManagement/service/portalsettings リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.ApiManagement/service/portalsettings@2023-09-01-preview"
name = "delegation"
parent_id = "string"
body = jsonencode({
properties = {
subscriptions = {
enabled = bool
}
url = "string"
userRegistration = {
enabled = bool
}
validationKey = "string"
}
})
}
プロパティ値
service/portalsettings-delegation
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | "Microsoft.ApiManagement/service/portalsettings@2023-09-01-preview" |
名前 | リソース名 | "delegation" |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: サービス |
プロパティ | 委任設定のコントラクト プロパティ。 | PortalDelegationSettingsProperties |
PortalDelegationSettingsProperties
名前 | 形容 | 価値 |
---|---|---|
サブスクリプション | サブスクリプション委任の設定。 | SubscriptionsDelegationSettingsProperties |
url | 委任 URL。 | 糸 |
userRegistration | ユーザー登録委任の設定。 | RegistrationDelegationSettingsProperties |
validationKey | 要求が Azure API Management から送信されていることを検証するための base64 でエンコードされた検証キー。 | 糸 制約: 機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。 |
SubscriptionsDelegationSettingsProperties
名前 | 形容 | 価値 |
---|---|---|
有効 | サブスクリプションの委任を有効または無効にします。 | bool |
RegistrationDelegationSettingsProperties
名前 | 形容 | 価値 |
---|---|---|
有効 | ユーザー登録の委任を有効または無効にします。 | bool |