Microsoft.Logz monitors/singleSignOnConfigurations

ARM template resource definition

The monitors/singleSignOnConfigurations resource type can be deployed to:

For a list of changed properties in each API version, see change log.

Resource format

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"
  }
}

Property values

monitors/singleSignOnConfigurations

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

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