Automated commit by github action: 15934839373

This commit is contained in:
GitHub Action Bot
2025-06-27 19:58:14 +00:00
parent 59b5a85510
commit 6d68ac0f95
6 changed files with 20 additions and 8 deletions

View File

@@ -35,9 +35,14 @@ post:
* Roles, access profiles and entitlements can be requested. * Roles, access profiles and entitlements can be requested.
* You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time.
* If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time.
* While requesting entitlements, maximum of 25 entitlements and 10 recipients are allowed in a request.
* Now supports an alternate field 'requestedForWithRequestedItems' for users to specify account selections while requesting items where they have more than one account on the source. * Now supports an alternate field 'requestedForWithRequestedItems' for users to specify account selections while requesting items where they have more than one account on the source.
:::caution
If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits.
:::
__REVOKE_ACCESS__ __REVOKE_ACCESS__
* Can only be requested for a single identity at a time. * Can only be requested for a single identity at a time.
* You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning.

View File

@@ -13,7 +13,6 @@ properties:
items: items:
$ref: 'AccessRequestItem.yaml' $ref: 'AccessRequestItem.yaml'
minItems: 1 minItems: 1
maxItems: 25
clientMetadata: clientMetadata:
type: object type: object
additionalProperties: additionalProperties:

View File

@@ -35,9 +35,14 @@ post:
* Roles, access profiles and entitlements can be requested. * Roles, access profiles and entitlements can be requested.
* You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time.
* If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time.
* While requesting entitlements, maximum of 25 entitlements and 10 recipients are allowed in a request.
* Now supports an alternate field 'requestedForWithRequestedItems' for users to specify account selections while requesting items where they have more than one account on the source. * Now supports an alternate field 'requestedForWithRequestedItems' for users to specify account selections while requesting items where they have more than one account on the source.
:::caution
If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits.
:::
__REVOKE_ACCESS__ __REVOKE_ACCESS__
* Can only be requested for a single identity at a time. * Can only be requested for a single identity at a time.
* You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning.

View File

@@ -13,7 +13,6 @@ properties:
items: items:
$ref: 'AccessRequestItem.yaml' $ref: 'AccessRequestItem.yaml'
minItems: 1 minItems: 1
maxItems: 25
clientMetadata: clientMetadata:
type: object type: object
additionalProperties: additionalProperties:

View File

@@ -35,9 +35,14 @@ post:
* Roles, access profiles and entitlements can be requested. * Roles, access profiles and entitlements can be requested.
* You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time.
* If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time.
* While requesting entitlements, maximum of 25 entitlements and 10 recipients are allowed in a request.
* Now supports an alternate field 'requestedForWithRequestedItems' for users to specify account selections while requesting items where they have more than one account on the source. * Now supports an alternate field 'requestedForWithRequestedItems' for users to specify account selections while requesting items where they have more than one account on the source.
:::caution
If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits.
:::
__REVOKE_ACCESS__ __REVOKE_ACCESS__
* Can only be requested for a single identity at a time. * Can only be requested for a single identity at a time.
* You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning.

View File

@@ -13,7 +13,6 @@ properties:
items: items:
$ref: 'AccessRequestItem.yaml' $ref: 'AccessRequestItem.yaml'
minItems: 1 minItems: 1
maxItems: 25
clientMetadata: clientMetadata:
type: object type: object
additionalProperties: additionalProperties: