The monitors/singleSignOnConfigurations resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Logz/monitors/singleSignOnConfigurations resource, add the following JSON to your template.
{
"type": "Microsoft.Logz/monitors/singleSignOnConfigurations",
"apiVersion": "2022-01-01-preview",
"name": "string",
"properties": {
"enterpriseAppId": "string",
"singleSignOnState": "string",
"singleSignOnUrl": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Logz/monitors/singleSignOnConfigurations' |
apiVersion | The resource api version | '2022-01-01-preview' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | LogzSingleSignOnProperties |
Name | Description | Value |
---|---|---|
enterpriseAppId | The Id of the Enterprise App used for Single sign-on. | string |
singleSignOnState | Various states of the SSO resource | 'Disable' 'Enable' 'Existing' 'Initial' |
singleSignOnUrl | The login URL specific to this Logz Organization. | string |