Skip to content

Commit

Permalink
Automated build 'Automated commit 'ISCARP-14924 - Add reauthorization…
Browse files Browse the repository at this point in the history
…Enabled to access-request-config api docs (#1900)

* ISCARP-14924 - Add reauthorizationEnabled to access-request-config api docs

* ISCARP-14924 - add disclaimer' by github action: 12357062869' go sdk: 12357070776
  • Loading branch information
developer-relations-sp committed Dec 16, 2024
1 parent a5b6eac commit 316ac6e
Show file tree
Hide file tree
Showing 9 changed files with 228 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api_beta/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65013,6 +65013,7 @@ components:
deniedCommentsRequired: false
allowEntitlementRequest: true
grantRequestApprovalSchemes: "entitlementOwner, sourceOwner, manager, workgroup:2c918084660f45d6016617daa9210584"
reauthorizationEnabled: true
approvalsMustBeExternal: true
properties:
approvalsMustBeExternal:
Expand All @@ -65028,6 +65029,13 @@ components:
\ the request is automatically approved."
example: true
type: boolean
reauthorizationEnabled:
default: false
description: "If this is true, reauthorization will be enforced for appropriately\
\ configured access items. Enablement of this feature is currently in\
\ a limited state."
example: true
type: boolean
requestOnBehalfOfConfig:
$ref: '#/components/schemas/RequestOnBehalfOfConfig'
approvalReminderAndEscalationConfig:
Expand Down
26 changes: 26 additions & 0 deletions api_beta/docs/AccessRequestConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ApprovalsMustBeExternal** | Pointer to **bool** | If this is true, approvals must be processed by an external system. Also, if this is true, it blocks Request Center access requests and returns an error for any user who isn't an org admin. | [optional] [default to false]
**AutoApprovalEnabled** | Pointer to **bool** | If this is true and the requester and reviewer are the same, the request is automatically approved. | [optional] [default to false]
**ReauthorizationEnabled** | Pointer to **bool** | If this is true, reauthorization will be enforced for appropriately configured access items. Enablement of this feature is currently in a limited state. | [optional] [default to false]
**RequestOnBehalfOfConfig** | Pointer to [**RequestOnBehalfOfConfig**](RequestOnBehalfOfConfig.md) | | [optional]
**ApprovalReminderAndEscalationConfig** | Pointer to [**ApprovalReminderAndEscalationConfig**](ApprovalReminderAndEscalationConfig.md) | | [optional]
**EntitlementRequestConfig** | Pointer to [**EntitlementRequestConfig1**](EntitlementRequestConfig1.md) | | [optional]
Expand Down Expand Up @@ -79,6 +80,31 @@ SetAutoApprovalEnabled sets AutoApprovalEnabled field to given value.

HasAutoApprovalEnabled returns a boolean if a field has been set.

### GetReauthorizationEnabled

`func (o *AccessRequestConfig) GetReauthorizationEnabled() bool`

GetReauthorizationEnabled returns the ReauthorizationEnabled field if non-nil, zero value otherwise.

### GetReauthorizationEnabledOk

`func (o *AccessRequestConfig) GetReauthorizationEnabledOk() (*bool, bool)`

GetReauthorizationEnabledOk returns a tuple with the ReauthorizationEnabled field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetReauthorizationEnabled

`func (o *AccessRequestConfig) SetReauthorizationEnabled(v bool)`

SetReauthorizationEnabled sets ReauthorizationEnabled field to given value.

### HasReauthorizationEnabled

`func (o *AccessRequestConfig) HasReauthorizationEnabled() bool`

HasReauthorizationEnabled returns a boolean if a field has been set.

### GetRequestOnBehalfOfConfig

`func (o *AccessRequestConfig) GetRequestOnBehalfOfConfig() RequestOnBehalfOfConfig`
Expand Down
42 changes: 42 additions & 0 deletions api_beta/model_access_request_config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions api_v2024/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79169,6 +79169,7 @@ components:
deniedCommentsRequired: false
allowEntitlementRequest: true
grantRequestApprovalSchemes: "entitlementOwner, sourceOwner, manager, workgroup:2c918084660f45d6016617daa9210584"
reauthorizationEnabled: true
approvalsMustBeExternal: true
properties:
approvalsMustBeExternal:
Expand All @@ -79184,6 +79185,13 @@ components:
\ the request is automatically approved."
example: true
type: boolean
reauthorizationEnabled:
default: false
description: "If this is true, reauthorization will be enforced for appropriately\
\ configured access items. Enablement of this feature is currently in\
\ a limited state."
example: true
type: boolean
requestOnBehalfOfConfig:
$ref: '#/components/schemas/RequestOnBehalfOfConfig'
approvalReminderAndEscalationConfig:
Expand Down
26 changes: 26 additions & 0 deletions api_v2024/docs/AccessRequestConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ApprovalsMustBeExternal** | Pointer to **bool** | If this is true, approvals must be processed by an external system. Also, if this is true, it blocks Request Center access requests and returns an error for any user who isn't an org admin. | [optional] [default to false]
**AutoApprovalEnabled** | Pointer to **bool** | If this is true and the requester and reviewer are the same, the request is automatically approved. | [optional] [default to false]
**ReauthorizationEnabled** | Pointer to **bool** | If this is true, reauthorization will be enforced for appropriately configured access items. Enablement of this feature is currently in a limited state. | [optional] [default to false]
**RequestOnBehalfOfConfig** | Pointer to [**RequestOnBehalfOfConfig**](RequestOnBehalfOfConfig.md) | | [optional]
**ApprovalReminderAndEscalationConfig** | Pointer to [**ApprovalReminderAndEscalationConfig**](ApprovalReminderAndEscalationConfig.md) | | [optional]
**EntitlementRequestConfig** | Pointer to [**EntitlementRequestConfig1**](EntitlementRequestConfig1.md) | | [optional]
Expand Down Expand Up @@ -79,6 +80,31 @@ SetAutoApprovalEnabled sets AutoApprovalEnabled field to given value.

HasAutoApprovalEnabled returns a boolean if a field has been set.

### GetReauthorizationEnabled

`func (o *AccessRequestConfig) GetReauthorizationEnabled() bool`

GetReauthorizationEnabled returns the ReauthorizationEnabled field if non-nil, zero value otherwise.

### GetReauthorizationEnabledOk

`func (o *AccessRequestConfig) GetReauthorizationEnabledOk() (*bool, bool)`

GetReauthorizationEnabledOk returns a tuple with the ReauthorizationEnabled field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetReauthorizationEnabled

`func (o *AccessRequestConfig) SetReauthorizationEnabled(v bool)`

SetReauthorizationEnabled sets ReauthorizationEnabled field to given value.

### HasReauthorizationEnabled

`func (o *AccessRequestConfig) HasReauthorizationEnabled() bool`

HasReauthorizationEnabled returns a boolean if a field has been set.

### GetRequestOnBehalfOfConfig

`func (o *AccessRequestConfig) GetRequestOnBehalfOfConfig() RequestOnBehalfOfConfig`
Expand Down
42 changes: 42 additions & 0 deletions api_v2024/model_access_request_config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions api_v3/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47260,6 +47260,7 @@ components:
deniedCommentsRequired: false
allowEntitlementRequest: true
grantRequestApprovalSchemes: "entitlementOwner, sourceOwner, manager, workgroup:2c918084660f45d6016617daa9210584"
reauthorizationEnabled: true
approvalsMustBeExternal: true
properties:
approvalsMustBeExternal:
Expand All @@ -47275,6 +47276,13 @@ components:
\ the request is automatically approved."
example: true
type: boolean
reauthorizationEnabled:
default: false
description: "If this is true, reauthorization will be enforced for appropriately\
\ configured access items. Enablement of this feature is currently in\
\ a limited state."
example: true
type: boolean
requestOnBehalfOfConfig:
$ref: '#/components/schemas/RequestOnBehalfOfConfig'
approvalReminderAndEscalationConfig:
Expand Down
26 changes: 26 additions & 0 deletions api_v3/docs/AccessRequestConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ApprovalsMustBeExternal** | Pointer to **bool** | If this is true, approvals must be processed by an external system. Also, if this is true, it blocks Request Center access requests and returns an error for any user who isn't an org admin. | [optional] [default to false]
**AutoApprovalEnabled** | Pointer to **bool** | If this is true and the requester and reviewer are the same, the request is automatically approved. | [optional] [default to false]
**ReauthorizationEnabled** | Pointer to **bool** | If this is true, reauthorization will be enforced for appropriately configured access items. Enablement of this feature is currently in a limited state. | [optional] [default to false]
**RequestOnBehalfOfConfig** | Pointer to [**RequestOnBehalfOfConfig**](RequestOnBehalfOfConfig.md) | | [optional]
**ApprovalReminderAndEscalationConfig** | Pointer to [**ApprovalReminderAndEscalationConfig**](ApprovalReminderAndEscalationConfig.md) | | [optional]
**EntitlementRequestConfig** | Pointer to [**EntitlementRequestConfig**](EntitlementRequestConfig.md) | | [optional]
Expand Down Expand Up @@ -79,6 +80,31 @@ SetAutoApprovalEnabled sets AutoApprovalEnabled field to given value.

HasAutoApprovalEnabled returns a boolean if a field has been set.

### GetReauthorizationEnabled

`func (o *AccessRequestConfig) GetReauthorizationEnabled() bool`

GetReauthorizationEnabled returns the ReauthorizationEnabled field if non-nil, zero value otherwise.

### GetReauthorizationEnabledOk

`func (o *AccessRequestConfig) GetReauthorizationEnabledOk() (*bool, bool)`

GetReauthorizationEnabledOk returns a tuple with the ReauthorizationEnabled field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetReauthorizationEnabled

`func (o *AccessRequestConfig) SetReauthorizationEnabled(v bool)`

SetReauthorizationEnabled sets ReauthorizationEnabled field to given value.

### HasReauthorizationEnabled

`func (o *AccessRequestConfig) HasReauthorizationEnabled() bool`

HasReauthorizationEnabled returns a boolean if a field has been set.

### GetRequestOnBehalfOfConfig

`func (o *AccessRequestConfig) GetRequestOnBehalfOfConfig() RequestOnBehalfOfConfig`
Expand Down
Loading

0 comments on commit 316ac6e

Please sign in to comment.