AccessRequestConfig
Properties
| 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] |
| 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 | [optional] | |
| EntitlementRequestConfig | Pointer to EntitlementRequestConfig | [optional] | |
| GovGroupVisibilityEnabled | Pointer to bool | If this is true, requesters and requested-for users will be able to see the names of governance group members when a request is awaiting the group's approval. Up to the first 10 members of the group will be listed. | [optional] [default to false] |
Methods
NewAccessRequestConfig
func NewAccessRequestConfig() *AccessRequestConfig
NewAccessRequestConfig instantiates a new AccessRequestConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
NewAccessRequestConfigWithDefaults
func NewAccessRequestConfigWithDefaults() *AccessRequestConfig
NewAccessRequestConfigWithDefaults instantiates a new AccessRequestConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
GetApprovalsMustBeExternal
func (o *AccessRequestConfig) GetApprovalsMustBeExternal() bool
GetApprovalsMustBeExternal returns the ApprovalsMustBeExternal field if non-nil, zero value otherwise.
GetApprovalsMustBeExternalOk
func (o *AccessRequestConfig) GetApprovalsMustBeExternalOk() (*bool, bool)
GetApprovalsMustBeExternalOk returns a tuple with the ApprovalsMustBeExternal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetApprovalsMustBeExternal
func (o *AccessRequestConfig) SetApprovalsMustBeExternal(v bool)
SetApprovalsMustBeExternal sets ApprovalsMustBeExternal field to given value.
HasApprovalsMustBeExternal
func (o *AccessRequestConfig) HasApprovalsMustBeExternal() bool
HasApprovalsMustBeExternal 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
GetRequestOnBehalfOfConfig returns the RequestOnBehalfOfConfig field if non-nil, zero value otherwise.
GetRequestOnBehalfOfConfigOk
func (o *AccessRequestConfig) GetRequestOnBehalfOfConfigOk() (*RequestOnBehalfOfConfig, bool)
GetRequestOnBehalfOfConfigOk returns a tuple with the RequestOnBehalfOfConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRequestOnBehalfOfConfig
func (o *AccessRequestConfig) SetRequestOnBehalfOfConfig(v RequestOnBehalfOfConfig)
SetRequestOnBehalfOfConfig sets RequestOnBehalfOfConfig field to given value.
HasRequestOnBehalfOfConfig
func (o *AccessRequestConfig) HasRequestOnBehalfOfConfig() bool
HasRequestOnBehalfOfConfig returns a boolean if a field has been set.
GetEntitlementRequestConfig
func (o *AccessRequestConfig) GetEntitlementRequestConfig() EntitlementRequestConfig
GetEntitlementRequestConfig returns the EntitlementRequestConfig field if non-nil, zero value otherwise.
GetEntitlementRequestConfigOk
func (o *AccessRequestConfig) GetEntitlementRequestConfigOk() (*EntitlementRequestConfig, bool)
GetEntitlementRequestConfigOk returns a tuple with the EntitlementRequestConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetEntitlementRequestConfig
func (o *AccessRequestConfig) SetEntitlementRequestConfig(v EntitlementRequestConfig)
SetEntitlementRequestConfig sets EntitlementRequestConfig field to given value.
HasEntitlementRequestConfig
func (o *AccessRequestConfig) HasEntitlementRequestConfig() bool
HasEntitlementRequestConfig returns a boolean if a field has been set.
GetGovGroupVisibilityEnabled
func (o *AccessRequestConfig) GetGovGroupVisibilityEnabled() bool
GetGovGroupVisibilityEnabled returns the GovGroupVisibilityEnabled field if non-nil, zero value otherwise.
GetGovGroupVisibilityEnabledOk
func (o *AccessRequestConfig) GetGovGroupVisibilityEnabledOk() (*bool, bool)
GetGovGroupVisibilityEnabledOk returns a tuple with the GovGroupVisibilityEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetGovGroupVisibilityEnabled
func (o *AccessRequestConfig) SetGovGroupVisibilityEnabled(v bool)
SetGovGroupVisibilityEnabled sets GovGroupVisibilityEnabled field to given value.
HasGovGroupVisibilityEnabled
func (o *AccessRequestConfig) HasGovGroupVisibilityEnabled() bool
HasGovGroupVisibilityEnabled returns a boolean if a field has been set.