swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector SingleSignOn API schemes: - https tags: - name: SingleSignOn paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dynatrace.Observability/monitors/{monitorName}/singleSignOnConfigurations/{configurationName} : put: operationId: microsoftAzureSinglesignonCreateorupdate x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: azure-async-operation summary: Microsoft Azure Create A Dynatracesinglesignonresource parameters: - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/MonitorNameParameter' - $ref: '#/parameters/ConfigurationNameParameter' - name: resource in: body required: true description: Resource create parameters. schema: $ref: '#/definitions/DynatraceSingleSignOnResource' responses: '200': description: ARM operation completed successfully. schema: $ref: '#/definitions/DynatraceSingleSignOnResource' '201': description: ARM create operation completed successfully. schema: $ref: '#/definitions/DynatraceSingleSignOnResource' default: description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. schema: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse tags: - SingleSignOn x-ms-examples: SingleSignOn_CreateOrUpdate_MaximumSet_Gen: $ref: ./examples/SingleSignOn_CreateOrUpdate_MaximumSet_Gen.json SingleSignOn_CreateOrUpdate_MinimumSet_Gen: $ref: ./examples/SingleSignOn_CreateOrUpdate_MinimumSet_Gen.json description: Needs a more full description created. get: operationId: microsoftAzureSinglesignonGet summary: Microsoft Azure Get A Dynatracesinglesignonresource parameters: - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/MonitorNameParameter' - $ref: '#/parameters/ConfigurationNameParameter' responses: '200': description: ARM operation completed successfully. schema: $ref: '#/definitions/DynatraceSingleSignOnResource' default: description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. schema: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse tags: - SingleSignOn x-ms-examples: SingleSignOn_Get_MaximumSet_Gen: $ref: ./examples/SingleSignOn_Get_MaximumSet_Gen.json SingleSignOn_Get_MinimumSet_Gen: $ref: ./examples/SingleSignOn_Get_MinimumSet_Gen.json description: Needs a more full description created. ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dynatrace.Observability/monitors/{monitorName}/singleSignOnConfigurations : get: operationId: microsoftAzureSinglesignonList summary: Microsoft Azure List All Dynatracesinglesignonresource By Monitorname parameters: - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/MonitorNameParameter' responses: '200': description: ARM operation completed successfully. schema: $ref: '#/definitions/DynatraceSingleSignOnResourceListResult' default: description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. schema: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse tags: - SingleSignOn x-ms-pageable: nextLinkName: nextLink x-ms-examples: SingleSignOn_List_MaximumSet_Gen: $ref: ./examples/SingleSignOn_List_MaximumSet_Gen.json SingleSignOn_List_MinimumSet_Gen: $ref: ./examples/SingleSignOn_List_MinimumSet_Gen.json description: Needs a more full description created. ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors/{monitorName}/singleSignOnConfigurations : get: tags: - SingleSignOn summary: Microsoft Azure List The Single Sign On Configurations For A Given Monitor Resource operationId: microsoftAzureSinglesignonconfigurationsList produces: - application/json parameters: - $ref: '#/parameters/SubscriptionIdParameter' - $ref: '#/parameters/ResourceGroupNameParameter' - $ref: '#/parameters/MonitorNameParameter' - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter responses: '200': description: Success schema: $ref: '#/definitions/DatadogSingleSignOnResourceListResponse' default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse' x-ms-pageable: nextLinkName: nextLink x-ms-examples: SingleSignOnConfigurations_List: $ref: ./examples/SingleSignOnConfigurations_List.json description: Needs a more full description created. ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors/{monitorName}/singleSignOnConfigurations/{configurationName} : put: tags: - SingleSignOn summary: Microsoft Azure Configures Single Sign On For This Resource operationId: microsoftAzureSinglesignonconfigurationsCreateorupdate consumes: - application/json produces: - application/json parameters: - $ref: '#/parameters/SubscriptionIdParameter' - $ref: '#/parameters/ResourceGroupNameParameter' - $ref: '#/parameters/MonitorNameParameter' - description: Configuration name in: path name: configurationName required: true type: string - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter - in: body name: body schema: $ref: '#/definitions/DatadogSingleSignOnResource' responses: '200': description: Success schema: $ref: '#/definitions/DatadogSingleSignOnResource' '201': description: Success schema: $ref: '#/definitions/DatadogSingleSignOnResource' default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse' x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: azure-async-operation x-ms-examples: SingleSignOnConfigurations_CreateOrUpdate: $ref: ./examples/SingleSignOnConfigurations_CreateOrUpdate.json description: Needs a more full description created. get: tags: - SingleSignOn summary: Microsoft Azure Gets The Datadog Single Sign On Resource For The Given Monitor operationId: microsoftAzureSinglesignonconfigurationsGet produces: - application/json parameters: - $ref: '#/parameters/SubscriptionIdParameter' - $ref: '#/parameters/ResourceGroupNameParameter' - $ref: '#/parameters/MonitorNameParameter' - description: Configuration name in: path name: configurationName required: true type: string - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter responses: '200': description: Success schema: $ref: '#/definitions/DatadogSingleSignOnResource' default: description: Default error response. schema: $ref: '#/definitions/ResourceProviderDefaultErrorResponse' x-ms-examples: SingleSignOnConfigurations_Get: $ref: ./examples/SingleSignOnConfigurations_Get.json description: Needs a more full description created. ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logz/monitors/{monitorName}/singleSignOnConfigurations : get: tags: - SingleSignOn summary: Microsoft Azure List The Single Sign On Configurations For A Given Monitor Resource operationId: microsoftAzureSinglesignonList produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/MonitorNameParameter' - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter responses: '200': description: Success schema: $ref: '#/definitions/LogzSingleSignOnResourceListResponse' default: description: Default error response. schema: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse x-ms-pageable: nextLinkName: nextLink x-ms-examples: SingleSignOnConfigurations_List: $ref: ./examples/SingleSignOnConfigurations_List.json description: Needs a more full description created. ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logz/monitors/{monitorName}/singleSignOnConfigurations/{configurationName} : put: tags: - SingleSignOn summary: Microsoft Azure Configures Single Sign On For This Resource This Operation Can Take Upto 10 Minutes To Complete operationId: microsoftAzureSinglesignonCreateorupdate x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: azure-async-operation consumes: - application/json produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/MonitorNameParameter' - in: path name: configurationName required: true type: string - in: body name: body schema: $ref: '#/definitions/LogzSingleSignOnResource' - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter responses: '200': description: Success schema: $ref: '#/definitions/LogzSingleSignOnResource' '201': description: Success schema: $ref: '#/definitions/LogzSingleSignOnResource' default: description: Default error response. schema: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse x-ms-examples: SingleSignOnConfigurations_CreateOrUpdate: $ref: ./examples/SingleSignOnConfigurations_CreateOrUpdate.json description: Needs a more full description created. get: tags: - SingleSignOn summary: Microsoft Azure Gets The Logz Single Sign On Resource For The Given Monitor operationId: microsoftAzureSinglesignonGet produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/MonitorNameParameter' - in: path name: configurationName required: true type: string - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter responses: '200': description: Success schema: $ref: '#/definitions/LogzSingleSignOnResource' default: description: Default error response. schema: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse x-ms-examples: SingleSignOnConfigurations_Get: $ref: ./examples/SingleSignOnConfigurations_Get.json description: Needs a more full description created. definitions: ProvisioningState_2: enum: - Accepted - Creating - Updating - Deleting - Succeeded - Failed - Canceled - Deleted - NotSpecified type: string x-ms-enum: modelAsString: true name: ProvisioningState readOnly: true LogzSingleSignOnProperties: type: object properties: singleSignOnState: $ref: '#/definitions/SingleSignOnStates' enterpriseAppId: description: The Id of the Enterprise App used for Single sign-on. type: string singleSignOnUrl: description: The login URL specific to this Logz Organization. type: string provisioningState: $ref: '#/definitions/ProvisioningState_3' DatadogSingleSignOnResource: type: object x-ms-azure-resource: true properties: id: description: ARM id of the resource. type: string readOnly: true name: description: Name of the configuration. type: string readOnly: true type: description: The type of the resource. type: string readOnly: true properties: $ref: '#/definitions/DatadogSingleSignOnProperties' LogzSingleSignOnResourceListResponse: description: Response of a list operation. type: object properties: value: description: Results of a list operation. type: array items: $ref: '#/definitions/LogzSingleSignOnResource' nextLink: description: Link to the next set of results, if any. type: string DatadogSingleSignOnProperties: type: object properties: provisioningState: $ref: '#/definitions/ProvisioningState_2' singleSignOnState: $ref: '#/definitions/SingleSignOnStates' enterpriseAppId: description: The Id of the Enterprise App used for Single sign-on. type: string singleSignOnUrl: description: The login URL specific to this Datadog Organization. type: string readOnly: true DynatraceSingleSignOnResourceListResult: type: object properties: value: type: array items: $ref: '#/definitions/DynatraceSingleSignOnResource' x-cadl-name: Dynatrace.Observability.DynatraceSingleSignOnResource[] description: The items on this page nextLink: type: string description: The link to the next page of items description: The response of a DynatraceSingleSignOnResource list operation. ProvisioningState_3: enum: - Accepted - Creating - Updating - Deleting - Succeeded - Failed - Canceled - Deleted - NotSpecified description: Flag specifying if the resource provisioning state as tracked by ARM. type: string x-ms-enum: modelAsString: true name: ProvisioningState readOnly: true DatadogSingleSignOnResourceListResponse: description: Response of a list operation. type: object properties: value: description: Results of a list operation. type: array items: $ref: '#/definitions/DatadogSingleSignOnResource' nextLink: description: Link to the next set of results, if any. type: string SingleSignOnStates: type: string description: Various states of the SSO resource enum: - Initial - Enable - Disable - Existing x-ms-enum: name: SingleSignOnStates modelAsString: true ErrorResponseBody: type: object properties: code: type: string message: type: string target: type: string details: type: array items: $ref: '#/definitions/ErrorResponseBody' LogzSingleSignOnResource: type: object x-ms-azure-resource: true properties: id: description: ARM id of the resource. type: string readOnly: true name: description: Name of the configuration. type: string readOnly: true type: description: The type of the resource. type: string readOnly: true systemData: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/systemData properties: $ref: '#/definitions/LogzSingleSignOnProperties' ProvisioningState: type: string description: Provisioning state of the monitoring resource enum: - Accepted - Creating - Updating - Deleting - Succeeded - Failed - Canceled - Deleted - NotSpecified x-ms-enum: name: ProvisioningState modelAsString: true DynatraceSingleSignOnProperties: type: object properties: singleSignOnState: $ref: '#/definitions/SingleSignOnStates' description: State of Single Sign On enterpriseAppId: type: string description: Version of the Dynatrace agent installed on the VM. singleSignOnUrl: type: string description: The login URL specific to this Dynatrace Environment aadDomains: type: array items: type: string x-cadl-name: string[] description: array of Aad(azure active directory) domains provisioningState: $ref: '#/definitions/ProvisioningState' description: Provisioning state of the resource. readOnly: true description: The details of a Dynatrace single sign-on. ResourceProviderDefaultErrorResponse: type: object properties: error: $ref: '#/definitions/ErrorResponseBody' DynatraceSingleSignOnResource: type: object properties: properties: $ref: '#/definitions/DynatraceSingleSignOnProperties' description: The resource-specific properties for this resource. x-ms-mutability: - read - create x-ms-client-flatten: true systemData: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/systemData description: System metadata for this resource. readOnly: true description: Single sign-on configurations for a given monitor resource. required: - properties allOf: - $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ProxyResource parameters: MonitorNameParameter: x-ms-parameter-location: method name: monitorName in: path required: true description: Monitor resource name type: string ResourceGroupNameParameter: name: resourceGroupName in: path description: The name of the resource group to which the Datadog resource belongs. required: true type: string x-ms-parameter-location: method ConfigurationNameParameter: x-ms-parameter-location: method name: configurationName in: path required: true description: Single Sign On Configuration Name type: string SubscriptionIdParameter: name: subscriptionId in: path description: The Microsoft Azure subscription ID. required: true type: string x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'