Role Eligibility Schedule Requests - Create
Hiermee maakt u een aanvraag voor het geschiktheidsschema voor rollen.
PUT https://management.azure.com/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}?api-version=2020-10-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
role
|
path | True |
string |
De naam van de rol die in aanmerking komt om te maken. Dit kan elke geldige GUID zijn. |
scope
|
path | True |
string |
Het bereik van de aanvraag voor het geschiktheidsschema voor rollen die moet worden gemaakt. Het bereik kan elk REST-resource-exemplaar zijn. Gebruik bijvoorbeeld '/subscriptions/{subscription-id}/' voor een abonnement, '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name} voor een resourcegroep en '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider}/{resource-type}/{resource-name} voor een resource. |
api-version
|
query | True |
string |
De API-versie die voor deze bewerking moet worden gebruikt. |
Aanvraagbody
Name | Vereist | Type | Description |
---|---|---|---|
properties.principalId | True |
string |
De principal-id. |
properties.requestType | True |
Het type van de aanvraag voor de roltoewijzingsplanning. Bijvoorbeeld: SelfActivate, AdminAssign etc. |
|
properties.roleDefinitionId | True |
string |
De roldefinitie-id. |
properties.condition |
string |
De voorwaarden voor de roltoewijzing. Dit beperkt de resources waaraan het kan worden toegewezen. bijvoorbeeld: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container' |
|
properties.conditionVersion |
string |
Versie van de voorwaarde. Momenteel geaccepteerde waarde is '2.0' |
|
properties.justification |
string |
Reden voor de geschiktheid van de rol |
|
properties.scheduleInfo |
Planningsgegevens van het geschiktheidsschema voor rollen |
||
properties.targetRoleEligibilityScheduleId |
string |
De resulterende plannings-id van de rol geschiktheid of de plannings-id van de rol die wordt bijgewerkt |
|
properties.targetRoleEligibilityScheduleInstanceId |
string |
De instantie-id van de rolgeen geschiktheidsplanning die wordt bijgewerkt |
|
properties.ticketInfo |
Ticketinformatie over de geschiktheid van de rol |
Antwoorden
Name | Type | Description |
---|---|---|
201 Created |
Gemaakt: retourneert informatie over de aanvraag voor het geschiktheidsschema voor rollen. |
|
Other Status Codes |
Foutreactie waarin wordt beschreven waarom de bewerking is mislukt. |
Beveiliging
azure_auth
Azure Active Directory OAuth2-stroom
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | uw gebruikersaccount imiteren |
Voorbeelden
PutRoleEligibilityScheduleRequest
Voorbeeldaanvraag
PUT https://management.azure.com/providers/Microsoft.Subscription/subscriptions/dfa2a084-766f-4003-8ae1-c4aeb893a99f/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/64caffb6-55c0-4deb-a585-68e948ea1ad6?api-version=2020-10-01
{
"properties": {
"principalId": "a3bb8764-cb92-4276-9d2a-ca1e895e55ea",
"roleDefinitionId": "/subscriptions/dfa2a084-766f-4003-8ae1-c4aeb893a99f/providers/Microsoft.Authorization/roleDefinitions/c8d4ff99-41c3-41a8-9f60-21dfdad59608",
"requestType": "AdminAssign",
"scheduleInfo": {
"startDateTime": "2020-09-09T21:31:27.91Z",
"expiration": {
"type": "AfterDuration",
"endDateTime": null,
"duration": "P365D"
}
},
"condition": "@Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container'",
"conditionVersion": "1.0"
}
}
Voorbeeldrespons
{
"properties": {
"targetRoleEligibilityScheduleId": "b1477448-2cc6-4ceb-93b4-54a202a89413",
"targetRoleEligibilityScheduleInstanceId": null,
"scope": "/subscriptions/dfa2a084-766f-4003-8ae1-c4aeb893a99f",
"roleDefinitionId": "/subscriptions/dfa2a084-766f-4003-8ae1-c4aeb893a99f/providers/Microsoft.Authorization/roleDefinitions/c8d4ff99-41c3-41a8-9f60-21dfdad59608",
"principalId": "a3bb8764-cb92-4276-9d2a-ca1e895e55ea",
"principalType": "User",
"requestType": "AdminAssign",
"status": "Provisioned",
"approvalId": null,
"scheduleInfo": {
"startDateTime": "2020-09-09T21:31:27.91Z",
"expiration": {
"type": "AfterDuration",
"endDateTime": null,
"duration": "P365D"
}
},
"ticketInfo": {
"ticketNumber": null,
"ticketSystem": null
},
"justification": null,
"requestorId": "a3bb8764-cb92-4276-9d2a-ca1e895e55ea",
"createdOn": "2020-09-09T21:32:27.91Z",
"condition": "@Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container'",
"conditionVersion": "1.0",
"expandedProperties": {
"scope": {
"id": "/subscriptions/dfa2a084-766f-4003-8ae1-c4aeb893a99f",
"displayName": "Pay-As-You-Go",
"type": "subscription"
},
"roleDefinition": {
"id": "/subscriptions/dfa2a084-766f-4003-8ae1-c4aeb893a99f/providers/Microsoft.Authorization/roleDefinitions/c8d4ff99-41c3-41a8-9f60-21dfdad59608",
"displayName": "Contributor",
"type": "BuiltInRole"
},
"principal": {
"id": "a3bb8764-cb92-4276-9d2a-ca1e895e55ea",
"displayName": "User Account",
"email": "user@my-tenant.com",
"type": "User"
}
}
},
"name": "64caffb6-55c0-4deb-a585-68e948ea1ad6",
"id": "/subscriptions/dfa2a084-766f-4003-8ae1-c4aeb893a99f/providers/Microsoft.Authorization/RoleEligibilityScheduleRequests/64caffb6-55c0-4deb-a585-68e948ea1ad6",
"type": "Microsoft.Authorization/RoleEligibilityScheduleRequests"
}
Definities
Name | Description |
---|---|
Cloud |
Een foutreactie van de service. |
Cloud |
Een foutreactie van de service. |
Expanded |
Uitgebreide informatie over resource, rol en principal |
Expiration |
Verloop van het geschiktheidsschema voor rollen |
Principal |
Details van de principal |
principal |
Het principal-type van de toegewezen principal-id. |
Request |
Het type van de aanvraag voor de roltoewijzingsplanning. Bijvoorbeeld: SelfActivate, AdminAssign etc. |
Role |
Details van roldefinitie |
Role |
Aanvraag voor rol geschiktheidsplanning |
Schedule |
Planningsgegevens van het geschiktheidsschema voor rollen |
Scope |
Details van het resourcebereik |
Status |
De status van de aanvraag voor het geschiktheidsschema voor rollen. |
Ticket |
Ticketinformatie over de geschiktheid van de rol |
Type |
Type verloop van het geschiktheidsschema voor rollen |
CloudError
Een foutreactie van de service.
Name | Type | Description |
---|---|---|
error |
Een foutreactie van de service. |
CloudErrorBody
Een foutreactie van de service.
Name | Type | Description |
---|---|---|
code |
string |
Een id voor de fout. Codes zijn invariant en zijn bedoeld om programmatisch te worden gebruikt. |
message |
string |
Een bericht met een beschrijving van de fout, bedoeld om te worden weergegeven in een gebruikersinterface. |
ExpandedProperties
Uitgebreide informatie over resource, rol en principal
Name | Type | Description |
---|---|---|
principal |
Details van de principal |
|
roleDefinition |
Details van roldefinitie |
|
scope |
Details van het resourcebereik |
Expiration
Verloop van het geschiktheidsschema voor rollen
Name | Type | Description |
---|---|---|
duration |
string |
Duur van het geschiktheidsschema voor rollen in TimeSpan. |
endDateTime |
string |
Einddatumtijd van het geschiktheidsschema voor rollen. |
type |
Type verloop van het geschiktheidsschema voor rollen |
Principal
Details van de principal
Name | Type | Description |
---|---|---|
displayName |
string |
Weergavenaam van de principal |
string |
Email-id van de principal |
|
id |
string |
Id van de principal |
type |
string |
Type van de principal |
principalType
Het principal-type van de toegewezen principal-id.
Name | Type | Description |
---|---|---|
Device |
string |
|
ForeignGroup |
string |
|
Group |
string |
|
ServicePrincipal |
string |
|
User |
string |
RequestType
Het type van de aanvraag voor de roltoewijzingsplanning. Bijvoorbeeld: SelfActivate, AdminAssign etc.
Name | Type | Description |
---|---|---|
AdminAssign |
string |
|
AdminExtend |
string |
|
AdminRemove |
string |
|
AdminRenew |
string |
|
AdminUpdate |
string |
|
SelfActivate |
string |
|
SelfDeactivate |
string |
|
SelfExtend |
string |
|
SelfRenew |
string |
RoleDefinition
Details van roldefinitie
Name | Type | Description |
---|---|---|
displayName |
string |
Weergavenaam van de roldefinitie |
id |
string |
Id van de roldefinitie |
type |
string |
Type roldefinitie |
RoleEligibilityScheduleRequest
Aanvraag voor rol geschiktheidsplanning
Name | Type | Description |
---|---|---|
id |
string |
De aanvraag-id van de rol geschiktheidsplanning. |
name |
string |
De naam van de aanvraag voor het geschiktheidsschema voor rollen. |
properties.approvalId |
string |
De approvalId van de aanvraag voor het geschiktheidsschema voor rollen. |
properties.condition |
string |
De voorwaarden voor de roltoewijzing. Dit beperkt de resources waaraan het kan worden toegewezen. bijvoorbeeld: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container' |
properties.conditionVersion |
string |
Versie van de voorwaarde. Momenteel geaccepteerde waarde is '2.0' |
properties.createdOn |
string |
Datum/tijd waarop de aanvraag voor het geschiktheidsschema voor rollen is gemaakt |
properties.expandedProperties |
Aanvullende eigenschappen van principal, bereik en roldefinitie |
|
properties.justification |
string |
Reden voor de geschiktheid van de rol |
properties.principalId |
string |
De principal-id. |
properties.principalType |
Het principal-type van de toegewezen principal-id. |
|
properties.requestType |
Het type van de aanvraag voor de roltoewijzingsplanning. Bijvoorbeeld: SelfActivate, AdminAssign etc. |
|
properties.requestorId |
string |
Id van de gebruiker die deze aanvraag heeft gemaakt |
properties.roleDefinitionId |
string |
De roldefinitie-id. |
properties.scheduleInfo |
Planningsgegevens van het geschiktheidsschema voor rollen |
|
properties.scope |
string |
Het aanvraagbereik van het rol geschiktheidsschema. |
properties.status |
De status van de aanvraag voor het geschiktheidsschema voor rollen. |
|
properties.targetRoleEligibilityScheduleId |
string |
De resulterende plannings-id van de rol geschiktheid of de plannings-id van de rol die wordt bijgewerkt |
properties.targetRoleEligibilityScheduleInstanceId |
string |
De instantie-id van de rolgeen geschiktheidsplanning die wordt bijgewerkt |
properties.ticketInfo |
Ticketinformatie over de geschiktheid van de rol |
|
type |
string |
Het aanvraagtype van het rol geschiktheidsschema. |
ScheduleInfo
Planningsgegevens van het geschiktheidsschema voor rollen
Name | Type | Description |
---|---|---|
expiration |
Verloop van het geschiktheidsschema voor rollen |
|
startDateTime |
string |
Begindatum/tijd van het geschiktheidsschema voor rollen. |
Scope
Details van het resourcebereik
Name | Type | Description |
---|---|---|
displayName |
string |
Weergavenaam van de resource |
id |
string |
Bereik-id van de resource |
type |
string |
Type van de resource |
Status
De status van de aanvraag voor het geschiktheidsschema voor rollen.
Name | Type | Description |
---|---|---|
Accepted |
string |
|
AdminApproved |
string |
|
AdminDenied |
string |
|
Canceled |
string |
|
Denied |
string |
|
Failed |
string |
|
FailedAsResourceIsLocked |
string |
|
Granted |
string |
|
Invalid |
string |
|
PendingAdminDecision |
string |
|
PendingApproval |
string |
|
PendingApprovalProvisioning |
string |
|
PendingEvaluation |
string |
|
PendingExternalProvisioning |
string |
|
PendingProvisioning |
string |
|
PendingRevocation |
string |
|
PendingScheduleCreation |
string |
|
Provisioned |
string |
|
ProvisioningStarted |
string |
|
Revoked |
string |
|
ScheduleCreated |
string |
|
TimedOut |
string |
TicketInfo
Ticketinformatie over de geschiktheid van de rol
Name | Type | Description |
---|---|---|
ticketNumber |
string |
Ticketnummer voor de geschiktheid van de rol |
ticketSystem |
string |
De naam van het ticketsysteem voor de geschiktheid van de rol |
Type
Type verloop van het geschiktheidsschema voor rollen
Name | Type | Description |
---|---|---|
AfterDateTime |
string |
|
AfterDuration |
string |
|
NoExpiration |
string |