swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector TenantLevelGetAccessReviewInstanceContactedReviewers API schemes: - https tags: - name: TenantLevelGetAccessReviewInstanceContactedReviewers paths: ? /providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/contactedReviewers : get: tags: - TenantLevelGetAccessReviewInstanceContactedReviewers operationId: microsoftAzureTenantlevelaccessreviewinstancecontactedreviewersList x-ms-examples: TenantLevelGetAccessReviewInstanceContactedReviewers: $ref: ./examples/TenantLevelGetAccessReviewInstanceContactedReviewers.json description: Get access review instance contacted reviewers parameters: - name: scheduleDefinitionId in: path required: true type: string description: The id of the access review schedule definition. - name: id in: path required: true type: string description: The id of the access review instance. - $ref: '#/parameters/ApiVersionParameter' responses: '200': description: Describe the result of a successful operation. schema: $ref: '#/definitions/AccessReviewContactedReviewerListResult' default: description: Unexpected error schema: $ref: '#/definitions/ErrorDefinition' x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Providers Microsoft Authorization Accessreviewscheduledefinitions Scheduledefinitionid Instances Id Contactedreviewers definitions: ErrorDefinition: type: object title: Error description: Error description and code explaining why an operation failed. properties: error: $ref: '#/definitions/ErrorDefinitionProperties' description: Error of the list gateway status. AccessReviewContactedReviewerProperties: type: object properties: userDisplayName: type: string description: The display name of the reviewer readOnly: true userPrincipalName: type: string description: The user principal name of the reviewer readOnly: true createdDateTime: type: string readOnly: true format: date-time description: Date Time when the reviewer was contacted. x-nullable: true description: Properties of access review contacted reviewer. AccessReviewContactedReviewerListResult: type: object properties: value: type: array items: $ref: '#/definitions/AccessReviewContactedReviewer' description: Access Review Contacted Reviewer. nextLink: type: string description: The URL to use for getting the next set of results. description: List of access review contacted reviewers. AccessReviewContactedReviewer: type: object x-ms-azure-resource: true properties: id: type: string readOnly: true description: The access review reviewer id. name: type: string readOnly: true description: The access review reviewer id. type: type: string readOnly: true description: The resource type. properties: x-ms-client-flatten: true $ref: '#/definitions/AccessReviewContactedReviewerProperties' description: Access Review Contacted Reviewer properties. description: Access Review Contacted Reviewer. ErrorDefinitionProperties: type: object title: Error description: Error description and code explaining why an operation failed. properties: message: type: string readOnly: true description: Description of the error. code: type: string description: Error code of list gateway. parameters: ApiVersionParameter: name: api-version in: query required: true type: string description: The API version to be used with the HTTP request. x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'