Jit-Requests2 - Create Or Update
Hiermee maakt of werkt u de JIT-aanvraag bij.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/jitRequests/{jitRequestName}?api-version=2019-07-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
jit
|
path | True |
string |
De naam van de JIT-aanvraag. |
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._\(\)]+$ |
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig. |
subscription
|
path | True |
string |
De id van het doelabonnement. |
api-version
|
query | True |
string |
De API-versie die voor deze bewerking moet worden gebruikt. |
Aanvraagbody
Name | Vereist | Type | Description |
---|---|---|---|
properties.applicationResourceId | True |
string |
De id van de bovenliggende toepassing. |
properties.jitAuthorizationPolicies | True |
Het JIT-autorisatiebeleid. |
|
properties.jitSchedulingPolicy | True |
De eigenschappen van de JIT-aanvraag. |
|
location |
string |
Resourcelocatie |
|
tags |
object |
Resourcetags |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
OK: retourneert informatie over bestaande JIT-aanvraag. |
|
201 Created |
Gemaakt: retourneert informatie over de JIT-aanvraag. |
|
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 |
Definities
Name | Description |
---|---|
Application |
De clientgegevens van de toepassing om de entiteit bij te houden die de beheerde app-resource maakt/bijwerkt. |
Error |
Aanvullende informatie over de resourcebeheerfout. |
Error |
De foutdetails. |
Error |
Foutreactie |
Jit |
Het JIT-autorisatiebeleid. |
Jit |
Informatie over de JIT-aanvraagdefinitie. |
Jit |
De status van de JIT-aanvraag. |
Jit |
Het JIT-planningsbeleid. |
Jit |
Het type JIT-aanvraagplanning. |
Provisioning |
Inrichtingsstatus van de beheerde toepassing. |
ApplicationClientDetails
De clientgegevens van de toepassing om de entiteit bij te houden die de beheerde app-resource maakt/bijwerkt.
Name | Type | Description |
---|---|---|
applicationId |
string |
De clienttoepassings-id. |
oid |
string |
De client-Oid. |
puid |
string |
De client Puid |
ErrorAdditionalInfo
Aanvullende informatie over de resourcebeheerfout.
Name | Type | Description |
---|---|---|
info |
object |
De aanvullende informatie. |
type |
string |
Het extra informatietype. |
ErrorDetail
De foutdetails.
Name | Type | Description |
---|---|---|
additionalInfo |
De fout bevat aanvullende informatie. |
|
code |
string |
De foutcode. |
details |
De foutdetails. |
|
message |
string |
Het foutbericht. |
target |
string |
Het foutdoel. |
ErrorResponse
Foutreactie
Name | Type | Description |
---|---|---|
error |
Het foutobject. |
JitAuthorizationPolicies
Het JIT-autorisatiebeleid.
Name | Type | Description |
---|---|---|
principalId |
string |
De principal-id waaraan JIT-toegang wordt verleend. |
roleDefinitionId |
string |
De roldefinitie-id die aan de principal wordt verleend. |
JitRequestDefinition
Informatie over de JIT-aanvraagdefinitie.
Name | Type | Description |
---|---|---|
id |
string |
Resource-id |
location |
string |
Resourcelocatie |
name |
string |
Resourcenaam |
properties.applicationResourceId |
string |
De id van de bovenliggende toepassing. |
properties.createdBy |
De cliententiteit die de JIT-aanvraag heeft gemaakt. |
|
properties.jitAuthorizationPolicies |
Het JIT-autorisatiebeleid. |
|
properties.jitRequestState |
De status van de JIT-aanvraag. |
|
properties.jitSchedulingPolicy |
De eigenschappen van de JIT-aanvraag. |
|
properties.provisioningState |
De inrichtingsstatus van de JIT-aanvraag. |
|
properties.publisherTenantId |
string |
De tenant-id van de uitgever. |
properties.updatedBy |
De cliententiteit die de JIT-aanvraag voor het laatst heeft bijgewerkt. |
|
tags |
object |
Resourcetags |
type |
string |
Resourcetype |
JitRequestState
De status van de JIT-aanvraag.
Waarde | Description |
---|---|
Approved | |
Canceled | |
Denied | |
Expired | |
Failed | |
NotSpecified | |
Pending | |
Timeout |
JitSchedulingPolicy
Het JIT-planningsbeleid.
Name | Type | Description |
---|---|---|
duration |
string (duration) |
De vereiste duur van de JIT-aanvraag. |
startTime |
string (date-time) |
De begintijd van de aanvraag. |
type |
Het type JIT-schema. |
JitSchedulingType
Het type JIT-aanvraagplanning.
Waarde | Description |
---|---|
NotSpecified | |
Once | |
Recurring |
ProvisioningState
Inrichtingsstatus van de beheerde toepassing.
Waarde | Description |
---|---|
Accepted | |
Canceled | |
Created | |
Creating | |
Deleted | |
Deleting | |
Failed | |
NotSpecified | |
Ready | |
Running | |
Succeeded | |
Updating |