mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
update go docs and examples
This commit is contained in:
@@ -15,19 +15,19 @@ tags: ['SDK', 'Software Development Kit', 'AccessProfile', 'AccessProfile']
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **string** | The ID of the Access Profile | [optional] [readonly]
|
||||
**Name** | **string** | Name of the Access Profile |
|
||||
**Description** | Pointer to **NullableString** | Information about the Access Profile | [optional]
|
||||
**Created** | Pointer to **SailPointTime** | Date the Access Profile was created | [optional] [readonly]
|
||||
**Modified** | Pointer to **SailPointTime** | Date the Access Profile was last modified. | [optional] [readonly]
|
||||
**Enabled** | Pointer to **bool** | Whether the Access Profile is enabled. If the Access Profile is enabled then you must include at least one Entitlement. | [optional] [default to false]
|
||||
**Id** | Pointer to **string** | Access profile ID. | [optional] [readonly]
|
||||
**Name** | **string** | Access profile name. |
|
||||
**Description** | Pointer to **NullableString** | Access profile description. | [optional]
|
||||
**Created** | Pointer to **SailPointTime** | Date and time when the access profile was created. | [optional] [readonly]
|
||||
**Modified** | Pointer to **SailPointTime** | Date and time when the access profile was last modified. | [optional] [readonly]
|
||||
**Enabled** | Pointer to **bool** | Indicates whether the access profile is enabled. If it's enabled, you must include at least one entitlement. | [optional] [default to false]
|
||||
**Owner** | [**OwnerReference**](owner-reference) | |
|
||||
**Source** | [**AccessProfileSourceRef**](access-profile-source-ref) | |
|
||||
**Entitlements** | Pointer to [**[]EntitlementRef**](entitlement-ref) | A list of entitlements associated with the Access Profile. If enabled is false this is allowed to be empty otherwise it needs to contain at least one Entitlement. | [optional]
|
||||
**Requestable** | Pointer to **bool** | Whether the Access Profile is requestable via access request. Currently, making an Access Profile non-requestable is only supported for customers enabled with the new Request Center. Otherwise, attempting to create an Access Profile with a value **false** in this field results in a 400 error. | [optional] [default to true]
|
||||
**Entitlements** | Pointer to [**[]EntitlementRef**](entitlement-ref) | List of entitlements associated with the access profile. If `enabled` is false, this can be empty. Otherwise, it must contain at least one entitlement. | [optional]
|
||||
**Requestable** | Pointer to **bool** | Indicates whether the access profile is requestable by access request. Currently, making an access profile non-requestable is only supported for customers enabled with the new Request Center. Otherwise, attempting to create an access profile with a value **false** in this field results in a 400 error. | [optional] [default to true]
|
||||
**AccessRequestConfig** | Pointer to [**NullableRequestability**](requestability) | | [optional]
|
||||
**RevocationRequestConfig** | Pointer to [**NullableRevocability**](revocability) | | [optional]
|
||||
**Segments** | Pointer to **[]string** | List of IDs of segments, if any, to which this Access Profile is assigned. | [optional]
|
||||
**Segments** | Pointer to **[]string** | List of segment IDs, if any, that the access profile is assigned to. | [optional]
|
||||
**ProvisioningCriteria** | Pointer to [**NullableProvisioningCriteriaLevel1**](provisioning-criteria-level1) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -15,8 +15,8 @@ tags: ['SDK', 'Software Development Kit', 'AccessProfileApprovalScheme', 'Access
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**ApproverType** | Pointer to **string** | Describes the individual or group that is responsible for an approval step. Values are as follows. **APP_OWNER**: The owner of the Application **OWNER**: Owner of the associated Access Profile or Role **SOURCE_OWNER**: Owner of the Source associated with an Access Profile **MANAGER**: Manager of the Identity making the request **GOVERNANCE_GROUP**: A Governance Group, the ID of which is specified by the **approverId** field | [optional]
|
||||
**ApproverId** | Pointer to **NullableString** | Id of the specific approver, used only when approverType is GOVERNANCE_GROUP | [optional]
|
||||
**ApproverType** | Pointer to **string** | Describes the individual or group that is responsible for an approval step. These are the possible values: **APP_OWNER**: The owner of the Application **OWNER**: Owner of the associated Access Profile or Role **SOURCE_OWNER**: Owner of the Source associated with an Access Profile **MANAGER**: Manager of the Identity making the request **GOVERNANCE_GROUP**: A Governance Group, the ID of which is specified by the **approverId** field | [optional]
|
||||
**ApproverId** | Pointer to **NullableString** | Specific approver ID. Only use this when the `approverType` is `GOVERNANCE_GROUP`. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
|
||||
@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'AccessProfileSourceRef', 'AccessProfi
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **string** | The ID of the Source with with which the Access Profile is associated | [optional]
|
||||
**Type** | Pointer to **string** | The type of the Source, will always be SOURCE | [optional]
|
||||
**Name** | Pointer to **string** | The display name of the associated Source | [optional]
|
||||
**Id** | Pointer to **string** | ID of the source the access profile is associated with. | [optional]
|
||||
**Type** | Pointer to **string** | Source's DTO type. | [optional]
|
||||
**Name** | Pointer to **string** | Source name. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@ Name | Type | Description | Notes
|
||||
**RequestType** | Pointer to [**NullableAccessRequestType**](access-request-type) | | [optional]
|
||||
**RequestedItems** | [**[]AccessRequestItem**](access-request-item) | |
|
||||
**ClientMetadata** | Pointer to **map[string]string** | Arbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on associated APIs such as /account-activities. | [optional]
|
||||
**RequestedForWithRequestedItems** | Pointer to [**[]RequestedForDtoRef**](requested-for-dto-ref) | Additional submit data structure with requestedFor containing requestedItems allowing distinction for each request item and Identity. * Can only be used when 'requestedFor' and 'requestedItems' are not separately provided * Adds ability to specify which account the user wants the access on, in case they have multiple accounts on a source * Allows the ability to request items with different remove dates * Also allows different combinations of request items and identities in the same request | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -139,4 +140,39 @@ SetClientMetadata sets ClientMetadata field to given value.
|
||||
|
||||
HasClientMetadata returns a boolean if a field has been set.
|
||||
|
||||
### GetRequestedForWithRequestedItems
|
||||
|
||||
`func (o *AccessRequest) GetRequestedForWithRequestedItems() []RequestedForDtoRef`
|
||||
|
||||
GetRequestedForWithRequestedItems returns the RequestedForWithRequestedItems field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequestedForWithRequestedItemsOk
|
||||
|
||||
`func (o *AccessRequest) GetRequestedForWithRequestedItemsOk() (*[]RequestedForDtoRef, bool)`
|
||||
|
||||
GetRequestedForWithRequestedItemsOk returns a tuple with the RequestedForWithRequestedItems field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRequestedForWithRequestedItems
|
||||
|
||||
`func (o *AccessRequest) SetRequestedForWithRequestedItems(v []RequestedForDtoRef)`
|
||||
|
||||
SetRequestedForWithRequestedItems sets RequestedForWithRequestedItems field to given value.
|
||||
|
||||
### HasRequestedForWithRequestedItems
|
||||
|
||||
`func (o *AccessRequest) HasRequestedForWithRequestedItems() bool`
|
||||
|
||||
HasRequestedForWithRequestedItems returns a boolean if a field has been set.
|
||||
|
||||
### SetRequestedForWithRequestedItemsNil
|
||||
|
||||
`func (o *AccessRequest) SetRequestedForWithRequestedItemsNil(b bool)`
|
||||
|
||||
SetRequestedForWithRequestedItemsNil sets the value for RequestedForWithRequestedItems to be an explicit nil
|
||||
|
||||
### UnsetRequestedForWithRequestedItems
|
||||
`func (o *AccessRequest) UnsetRequestedForWithRequestedItems()`
|
||||
|
||||
UnsetRequestedForWithRequestedItems ensures that no value is present for RequestedForWithRequestedItems, not even an explicit nil
|
||||
|
||||
|
||||
@@ -20,6 +20,8 @@ Name | Type | Description | Notes
|
||||
**Comment** | Pointer to **string** | Comment provided by requester. * Comment is required when the request is of type Revoke Access. | [optional]
|
||||
**ClientMetadata** | Pointer to **map[string]string** | Arbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on associated APIs such as /account-activities and /access-request-status. | [optional]
|
||||
**RemoveDate** | Pointer to **SailPointTime** | The date the role or access profile or entitlement is no longer assigned to the specified identity. Also known as the expiration date. * Specify a date in the future. * The current SLA for the deprovisioning is 24 hours. * This date can be modified to either extend or decrease the duration of access item assignments for the specified identity. You can change the expiration date for requests for yourself or direct reports, but you cannot remove an expiration date on an already approved item. If the access request has not been approved, you can cancel it and submit a new one without the expiration. If it has already been approved, then you have to revoke the access and then re-request without the expiration. | [optional]
|
||||
**AssignmentId** | Pointer to **NullableString** | The assignmentId for a specific role assignment on the identity. This id is used to revoke that specific roleAssignment on that identity. * For use with REVOKE_ACCESS requests for roles for identities with multiple accounts on a single source. | [optional]
|
||||
**NativeIdentity** | Pointer to **NullableString** | The 'distinguishedName' field for an account on the identity, also called nativeIdentity. This nativeIdentity is used to revoke a specific attributeAssignment on the identity. * For use with REVOKE_ACCESS requests for entitlements for identities with multiple accounts on a single source. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -155,4 +157,74 @@ SetRemoveDate sets RemoveDate field to given value.
|
||||
|
||||
HasRemoveDate returns a boolean if a field has been set.
|
||||
|
||||
### GetAssignmentId
|
||||
|
||||
`func (o *AccessRequestItem) GetAssignmentId() string`
|
||||
|
||||
GetAssignmentId returns the AssignmentId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAssignmentIdOk
|
||||
|
||||
`func (o *AccessRequestItem) GetAssignmentIdOk() (*string, bool)`
|
||||
|
||||
GetAssignmentIdOk returns a tuple with the AssignmentId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAssignmentId
|
||||
|
||||
`func (o *AccessRequestItem) SetAssignmentId(v string)`
|
||||
|
||||
SetAssignmentId sets AssignmentId field to given value.
|
||||
|
||||
### HasAssignmentId
|
||||
|
||||
`func (o *AccessRequestItem) HasAssignmentId() bool`
|
||||
|
||||
HasAssignmentId returns a boolean if a field has been set.
|
||||
|
||||
### SetAssignmentIdNil
|
||||
|
||||
`func (o *AccessRequestItem) SetAssignmentIdNil(b bool)`
|
||||
|
||||
SetAssignmentIdNil sets the value for AssignmentId to be an explicit nil
|
||||
|
||||
### UnsetAssignmentId
|
||||
`func (o *AccessRequestItem) UnsetAssignmentId()`
|
||||
|
||||
UnsetAssignmentId ensures that no value is present for AssignmentId, not even an explicit nil
|
||||
### GetNativeIdentity
|
||||
|
||||
`func (o *AccessRequestItem) GetNativeIdentity() string`
|
||||
|
||||
GetNativeIdentity returns the NativeIdentity field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNativeIdentityOk
|
||||
|
||||
`func (o *AccessRequestItem) GetNativeIdentityOk() (*string, bool)`
|
||||
|
||||
GetNativeIdentityOk returns a tuple with the NativeIdentity field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetNativeIdentity
|
||||
|
||||
`func (o *AccessRequestItem) SetNativeIdentity(v string)`
|
||||
|
||||
SetNativeIdentity sets NativeIdentity field to given value.
|
||||
|
||||
### HasNativeIdentity
|
||||
|
||||
`func (o *AccessRequestItem) HasNativeIdentity() bool`
|
||||
|
||||
HasNativeIdentity returns a boolean if a field has been set.
|
||||
|
||||
### SetNativeIdentityNil
|
||||
|
||||
`func (o *AccessRequestItem) SetNativeIdentityNil(b bool)`
|
||||
|
||||
SetNativeIdentityNil sets the value for NativeIdentity to be an explicit nil
|
||||
|
||||
### UnsetNativeIdentity
|
||||
`func (o *AccessRequestItem) UnsetNativeIdentity()`
|
||||
|
||||
UnsetNativeIdentity ensures that no value is present for NativeIdentity, not even an explicit nil
|
||||
|
||||
|
||||
100
docs/tools/sdk/go/Reference/V3/Models/AccountItemRef.md
Normal file
100
docs/tools/sdk/go/Reference/V3/Models/AccountItemRef.md
Normal file
@@ -0,0 +1,100 @@
|
||||
---
|
||||
id: account-item-ref
|
||||
title: AccountItemRef
|
||||
pagination_label: AccountItemRef
|
||||
sidebar_label: AccountItemRef
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'AccountItemRef', 'AccountItemRef']
|
||||
slug: /tools/sdk/go/v3/models/account-item-ref
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountItemRef', 'AccountItemRef']
|
||||
---
|
||||
|
||||
# AccountItemRef
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AccountUuid** | Pointer to **NullableString** | The uuid for the account, available under the 'objectguid' attribute | [optional]
|
||||
**NativeIdentity** | Pointer to **string** | The 'distinguishedName' attribute for the account | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewAccountItemRef
|
||||
|
||||
`func NewAccountItemRef() *AccountItemRef`
|
||||
|
||||
NewAccountItemRef instantiates a new AccountItemRef 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
|
||||
|
||||
### NewAccountItemRefWithDefaults
|
||||
|
||||
`func NewAccountItemRefWithDefaults() *AccountItemRef`
|
||||
|
||||
NewAccountItemRefWithDefaults instantiates a new AccountItemRef 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
|
||||
|
||||
### GetAccountUuid
|
||||
|
||||
`func (o *AccountItemRef) GetAccountUuid() string`
|
||||
|
||||
GetAccountUuid returns the AccountUuid field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAccountUuidOk
|
||||
|
||||
`func (o *AccountItemRef) GetAccountUuidOk() (*string, bool)`
|
||||
|
||||
GetAccountUuidOk returns a tuple with the AccountUuid field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAccountUuid
|
||||
|
||||
`func (o *AccountItemRef) SetAccountUuid(v string)`
|
||||
|
||||
SetAccountUuid sets AccountUuid field to given value.
|
||||
|
||||
### HasAccountUuid
|
||||
|
||||
`func (o *AccountItemRef) HasAccountUuid() bool`
|
||||
|
||||
HasAccountUuid returns a boolean if a field has been set.
|
||||
|
||||
### SetAccountUuidNil
|
||||
|
||||
`func (o *AccountItemRef) SetAccountUuidNil(b bool)`
|
||||
|
||||
SetAccountUuidNil sets the value for AccountUuid to be an explicit nil
|
||||
|
||||
### UnsetAccountUuid
|
||||
`func (o *AccountItemRef) UnsetAccountUuid()`
|
||||
|
||||
UnsetAccountUuid ensures that no value is present for AccountUuid, not even an explicit nil
|
||||
### GetNativeIdentity
|
||||
|
||||
`func (o *AccountItemRef) GetNativeIdentity() string`
|
||||
|
||||
GetNativeIdentity returns the NativeIdentity field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNativeIdentityOk
|
||||
|
||||
`func (o *AccountItemRef) GetNativeIdentityOk() (*string, bool)`
|
||||
|
||||
GetNativeIdentityOk returns a tuple with the NativeIdentity field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetNativeIdentity
|
||||
|
||||
`func (o *AccountItemRef) SetNativeIdentity(v string)`
|
||||
|
||||
SetNativeIdentity sets NativeIdentity field to given value.
|
||||
|
||||
### HasNativeIdentity
|
||||
|
||||
`func (o *AccountItemRef) HasNativeIdentity() bool`
|
||||
|
||||
HasNativeIdentity returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -22,4 +22,6 @@ tags: ['SDK', 'Software Development Kit', 'AttributeDefinitionType', 'AttributeD
|
||||
|
||||
* `BOOLEAN` (value: `"BOOLEAN"`)
|
||||
|
||||
* `DATE` (value: `"DATE"`)
|
||||
|
||||
|
||||
|
||||
@@ -1,213 +0,0 @@
|
||||
---
|
||||
id: event-attributes
|
||||
title: EventAttributes
|
||||
pagination_label: EventAttributes
|
||||
sidebar_label: EventAttributes
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'EventAttributes', 'EventAttributes']
|
||||
slug: /tools/sdk/go/v3/models/event-attributes
|
||||
tags: ['SDK', 'Software Development Kit', 'EventAttributes', 'EventAttributes']
|
||||
---
|
||||
|
||||
# EventAttributes
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **NullableString** | The unique ID of the trigger |
|
||||
**Filter** | Pointer to **NullableString** | JSON path expression that will limit which events the trigger will fire on | [optional]
|
||||
**Description** | Pointer to **NullableString** | Description of the event trigger | [optional]
|
||||
**AttributeToFilter** | Pointer to **NullableString** | The attribute to filter on | [optional]
|
||||
**FormDefinitionId** | Pointer to **NullableString** | Form definition's unique identifier. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewEventAttributes
|
||||
|
||||
`func NewEventAttributes(id NullableString, ) *EventAttributes`
|
||||
|
||||
NewEventAttributes instantiates a new EventAttributes 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
|
||||
|
||||
### NewEventAttributesWithDefaults
|
||||
|
||||
`func NewEventAttributesWithDefaults() *EventAttributes`
|
||||
|
||||
NewEventAttributesWithDefaults instantiates a new EventAttributes 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
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *EventAttributes) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *EventAttributes) GetIdOk() (*string, bool)`
|
||||
|
||||
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetId
|
||||
|
||||
`func (o *EventAttributes) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
|
||||
### SetIdNil
|
||||
|
||||
`func (o *EventAttributes) SetIdNil(b bool)`
|
||||
|
||||
SetIdNil sets the value for Id to be an explicit nil
|
||||
|
||||
### UnsetId
|
||||
`func (o *EventAttributes) UnsetId()`
|
||||
|
||||
UnsetId ensures that no value is present for Id, not even an explicit nil
|
||||
### GetFilter
|
||||
|
||||
`func (o *EventAttributes) GetFilter() string`
|
||||
|
||||
GetFilter returns the Filter field if non-nil, zero value otherwise.
|
||||
|
||||
### GetFilterOk
|
||||
|
||||
`func (o *EventAttributes) GetFilterOk() (*string, bool)`
|
||||
|
||||
GetFilterOk returns a tuple with the Filter field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetFilter
|
||||
|
||||
`func (o *EventAttributes) SetFilter(v string)`
|
||||
|
||||
SetFilter sets Filter field to given value.
|
||||
|
||||
### HasFilter
|
||||
|
||||
`func (o *EventAttributes) HasFilter() bool`
|
||||
|
||||
HasFilter returns a boolean if a field has been set.
|
||||
|
||||
### SetFilterNil
|
||||
|
||||
`func (o *EventAttributes) SetFilterNil(b bool)`
|
||||
|
||||
SetFilterNil sets the value for Filter to be an explicit nil
|
||||
|
||||
### UnsetFilter
|
||||
`func (o *EventAttributes) UnsetFilter()`
|
||||
|
||||
UnsetFilter ensures that no value is present for Filter, not even an explicit nil
|
||||
### GetDescription
|
||||
|
||||
`func (o *EventAttributes) GetDescription() string`
|
||||
|
||||
GetDescription returns the Description field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDescriptionOk
|
||||
|
||||
`func (o *EventAttributes) GetDescriptionOk() (*string, bool)`
|
||||
|
||||
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetDescription
|
||||
|
||||
`func (o *EventAttributes) SetDescription(v string)`
|
||||
|
||||
SetDescription sets Description field to given value.
|
||||
|
||||
### HasDescription
|
||||
|
||||
`func (o *EventAttributes) HasDescription() bool`
|
||||
|
||||
HasDescription returns a boolean if a field has been set.
|
||||
|
||||
### SetDescriptionNil
|
||||
|
||||
`func (o *EventAttributes) SetDescriptionNil(b bool)`
|
||||
|
||||
SetDescriptionNil sets the value for Description to be an explicit nil
|
||||
|
||||
### UnsetDescription
|
||||
`func (o *EventAttributes) UnsetDescription()`
|
||||
|
||||
UnsetDescription ensures that no value is present for Description, not even an explicit nil
|
||||
### GetAttributeToFilter
|
||||
|
||||
`func (o *EventAttributes) GetAttributeToFilter() string`
|
||||
|
||||
GetAttributeToFilter returns the AttributeToFilter field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAttributeToFilterOk
|
||||
|
||||
`func (o *EventAttributes) GetAttributeToFilterOk() (*string, bool)`
|
||||
|
||||
GetAttributeToFilterOk returns a tuple with the AttributeToFilter field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAttributeToFilter
|
||||
|
||||
`func (o *EventAttributes) SetAttributeToFilter(v string)`
|
||||
|
||||
SetAttributeToFilter sets AttributeToFilter field to given value.
|
||||
|
||||
### HasAttributeToFilter
|
||||
|
||||
`func (o *EventAttributes) HasAttributeToFilter() bool`
|
||||
|
||||
HasAttributeToFilter returns a boolean if a field has been set.
|
||||
|
||||
### SetAttributeToFilterNil
|
||||
|
||||
`func (o *EventAttributes) SetAttributeToFilterNil(b bool)`
|
||||
|
||||
SetAttributeToFilterNil sets the value for AttributeToFilter to be an explicit nil
|
||||
|
||||
### UnsetAttributeToFilter
|
||||
`func (o *EventAttributes) UnsetAttributeToFilter()`
|
||||
|
||||
UnsetAttributeToFilter ensures that no value is present for AttributeToFilter, not even an explicit nil
|
||||
### GetFormDefinitionId
|
||||
|
||||
`func (o *EventAttributes) GetFormDefinitionId() string`
|
||||
|
||||
GetFormDefinitionId returns the FormDefinitionId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetFormDefinitionIdOk
|
||||
|
||||
`func (o *EventAttributes) GetFormDefinitionIdOk() (*string, bool)`
|
||||
|
||||
GetFormDefinitionIdOk returns a tuple with the FormDefinitionId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetFormDefinitionId
|
||||
|
||||
`func (o *EventAttributes) SetFormDefinitionId(v string)`
|
||||
|
||||
SetFormDefinitionId sets FormDefinitionId field to given value.
|
||||
|
||||
### HasFormDefinitionId
|
||||
|
||||
`func (o *EventAttributes) HasFormDefinitionId() bool`
|
||||
|
||||
HasFormDefinitionId returns a boolean if a field has been set.
|
||||
|
||||
### SetFormDefinitionIdNil
|
||||
|
||||
`func (o *EventAttributes) SetFormDefinitionIdNil(b bool)`
|
||||
|
||||
SetFormDefinitionIdNil sets the value for FormDefinitionId to be an explicit nil
|
||||
|
||||
### UnsetFormDefinitionId
|
||||
`func (o *EventAttributes) UnsetFormDefinitionId()`
|
||||
|
||||
UnsetFormDefinitionId ensures that no value is present for FormDefinitionId, not even an explicit nil
|
||||
|
||||
@@ -1,182 +0,0 @@
|
||||
---
|
||||
id: external-attributes
|
||||
title: ExternalAttributes
|
||||
pagination_label: ExternalAttributes
|
||||
sidebar_label: ExternalAttributes
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'ExternalAttributes', 'ExternalAttributes']
|
||||
slug: /tools/sdk/go/v3/models/external-attributes
|
||||
tags: ['SDK', 'Software Development Kit', 'ExternalAttributes', 'ExternalAttributes']
|
||||
---
|
||||
|
||||
# ExternalAttributes
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Name** | Pointer to **NullableString** | A unique name for the external trigger | [optional]
|
||||
**Description** | Pointer to **NullableString** | Additional context about the external trigger | [optional]
|
||||
**ClientId** | Pointer to **NullableString** | OAuth Client ID to authenticate with this trigger | [optional]
|
||||
**Url** | Pointer to **NullableString** | URL to invoke this workflow | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewExternalAttributes
|
||||
|
||||
`func NewExternalAttributes() *ExternalAttributes`
|
||||
|
||||
NewExternalAttributes instantiates a new ExternalAttributes 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
|
||||
|
||||
### NewExternalAttributesWithDefaults
|
||||
|
||||
`func NewExternalAttributesWithDefaults() *ExternalAttributes`
|
||||
|
||||
NewExternalAttributesWithDefaults instantiates a new ExternalAttributes 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
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *ExternalAttributes) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *ExternalAttributes) GetNameOk() (*string, bool)`
|
||||
|
||||
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetName
|
||||
|
||||
`func (o *ExternalAttributes) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *ExternalAttributes) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
### SetNameNil
|
||||
|
||||
`func (o *ExternalAttributes) SetNameNil(b bool)`
|
||||
|
||||
SetNameNil sets the value for Name to be an explicit nil
|
||||
|
||||
### UnsetName
|
||||
`func (o *ExternalAttributes) UnsetName()`
|
||||
|
||||
UnsetName ensures that no value is present for Name, not even an explicit nil
|
||||
### GetDescription
|
||||
|
||||
`func (o *ExternalAttributes) GetDescription() string`
|
||||
|
||||
GetDescription returns the Description field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDescriptionOk
|
||||
|
||||
`func (o *ExternalAttributes) GetDescriptionOk() (*string, bool)`
|
||||
|
||||
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetDescription
|
||||
|
||||
`func (o *ExternalAttributes) SetDescription(v string)`
|
||||
|
||||
SetDescription sets Description field to given value.
|
||||
|
||||
### HasDescription
|
||||
|
||||
`func (o *ExternalAttributes) HasDescription() bool`
|
||||
|
||||
HasDescription returns a boolean if a field has been set.
|
||||
|
||||
### SetDescriptionNil
|
||||
|
||||
`func (o *ExternalAttributes) SetDescriptionNil(b bool)`
|
||||
|
||||
SetDescriptionNil sets the value for Description to be an explicit nil
|
||||
|
||||
### UnsetDescription
|
||||
`func (o *ExternalAttributes) UnsetDescription()`
|
||||
|
||||
UnsetDescription ensures that no value is present for Description, not even an explicit nil
|
||||
### GetClientId
|
||||
|
||||
`func (o *ExternalAttributes) GetClientId() string`
|
||||
|
||||
GetClientId returns the ClientId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetClientIdOk
|
||||
|
||||
`func (o *ExternalAttributes) GetClientIdOk() (*string, bool)`
|
||||
|
||||
GetClientIdOk returns a tuple with the ClientId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetClientId
|
||||
|
||||
`func (o *ExternalAttributes) SetClientId(v string)`
|
||||
|
||||
SetClientId sets ClientId field to given value.
|
||||
|
||||
### HasClientId
|
||||
|
||||
`func (o *ExternalAttributes) HasClientId() bool`
|
||||
|
||||
HasClientId returns a boolean if a field has been set.
|
||||
|
||||
### SetClientIdNil
|
||||
|
||||
`func (o *ExternalAttributes) SetClientIdNil(b bool)`
|
||||
|
||||
SetClientIdNil sets the value for ClientId to be an explicit nil
|
||||
|
||||
### UnsetClientId
|
||||
`func (o *ExternalAttributes) UnsetClientId()`
|
||||
|
||||
UnsetClientId ensures that no value is present for ClientId, not even an explicit nil
|
||||
### GetUrl
|
||||
|
||||
`func (o *ExternalAttributes) GetUrl() string`
|
||||
|
||||
GetUrl returns the Url field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUrlOk
|
||||
|
||||
`func (o *ExternalAttributes) GetUrlOk() (*string, bool)`
|
||||
|
||||
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetUrl
|
||||
|
||||
`func (o *ExternalAttributes) SetUrl(v string)`
|
||||
|
||||
SetUrl sets Url field to given value.
|
||||
|
||||
### HasUrl
|
||||
|
||||
`func (o *ExternalAttributes) HasUrl() bool`
|
||||
|
||||
HasUrl returns a boolean if a field has been set.
|
||||
|
||||
### SetUrlNil
|
||||
|
||||
`func (o *ExternalAttributes) SetUrlNil(b bool)`
|
||||
|
||||
SetUrlNil sets the value for Url to be an explicit nil
|
||||
|
||||
### UnsetUrl
|
||||
`func (o *ExternalAttributes) UnsetUrl()`
|
||||
|
||||
UnsetUrl ensures that no value is present for Url, not even an explicit nil
|
||||
|
||||
631
docs/tools/sdk/go/Reference/V3/Models/GetCampaign200Response.md
Normal file
631
docs/tools/sdk/go/Reference/V3/Models/GetCampaign200Response.md
Normal file
@@ -0,0 +1,631 @@
|
||||
---
|
||||
id: get-campaign200-response
|
||||
title: GetCampaign200Response
|
||||
pagination_label: GetCampaign200Response
|
||||
sidebar_label: GetCampaign200Response
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'GetCampaign200Response', 'GetCampaign200Response']
|
||||
slug: /tools/sdk/go/v3/models/get-campaign200-response
|
||||
tags: ['SDK', 'Software Development Kit', 'GetCampaign200Response', 'GetCampaign200Response']
|
||||
---
|
||||
|
||||
# GetCampaign200Response
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **string** | Id of the campaign | [optional] [readonly]
|
||||
**Name** | **string** | The campaign name. If this object is part of a template, special formatting applies; see the `/campaign-templates/{id}/generate` endpoint documentation for details. |
|
||||
**Description** | **NullableString** | The campaign description. If this object is part of a template, special formatting applies; see the `/campaign-templates/{id}/generate` endpoint documentation for details. |
|
||||
**Deadline** | Pointer to **SailPointTime** | The campaign's completion deadline. This date must be in the future in order to activate the campaign. If you try to activate a campaign with a deadline of today or in the past, you will receive a 400 error response. | [optional]
|
||||
**Type** | **string** | The type of campaign. Could be extended in the future. |
|
||||
**EmailNotificationEnabled** | Pointer to **bool** | Enables email notification for this campaign | [optional] [default to false]
|
||||
**AutoRevokeAllowed** | Pointer to **bool** | Allows auto revoke for this campaign | [optional] [default to false]
|
||||
**RecommendationsEnabled** | Pointer to **bool** | Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. | [optional] [default to false]
|
||||
**Status** | Pointer to **string** | The campaign's current status. | [optional] [readonly]
|
||||
**CorrelatedStatus** | Pointer to **string** | The correlatedStatus of the campaign. Only SOURCE_OWNER campaigns can be Uncorrelated. An Uncorrelated certification campaign only includes Uncorrelated identities (An identity is uncorrelated if it has no accounts on an authoritative source). | [optional]
|
||||
**Created** | Pointer to **SailPointTime** | Created time of the campaign | [optional] [readonly]
|
||||
**TotalCertifications** | Pointer to **int32** | The total number of certifications in this campaign. | [optional] [readonly]
|
||||
**CompletedCertifications** | Pointer to **int32** | The number of completed certifications in this campaign. | [optional] [readonly]
|
||||
**Alerts** | Pointer to [**[]CampaignAlert**](campaign-alert) | A list of errors and warnings that have accumulated. | [optional] [readonly]
|
||||
**Modified** | Pointer to **SailPointTime** | Modified time of the campaign | [optional] [readonly]
|
||||
**Filter** | Pointer to [**CampaignAllOfFilter**](campaign-all-of-filter) | | [optional]
|
||||
**SunsetCommentsRequired** | Pointer to **bool** | Determines if comments on sunset date changes are required. | [optional] [default to true]
|
||||
**SourceOwnerCampaignInfo** | Pointer to [**CampaignAllOfSourceOwnerCampaignInfo**](campaign-all-of-source-owner-campaign-info) | | [optional]
|
||||
**SearchCampaignInfo** | Pointer to [**CampaignAllOfSearchCampaignInfo**](campaign-all-of-search-campaign-info) | | [optional]
|
||||
**RoleCompositionCampaignInfo** | Pointer to [**CampaignAllOfRoleCompositionCampaignInfo**](campaign-all-of-role-composition-campaign-info) | | [optional]
|
||||
**MachineAccountCampaignInfo** | Pointer to [**CampaignAllOfMachineAccountCampaignInfo**](campaign-all-of-machine-account-campaign-info) | | [optional]
|
||||
**SourcesWithOrphanEntitlements** | Pointer to [**[]CampaignAllOfSourcesWithOrphanEntitlements**](campaign-all-of-sources-with-orphan-entitlements) | A list of sources in the campaign that contain \\\"orphan entitlements\\\" (entitlements without a corresponding Managed Attribute). An empty list indicates the campaign has no orphan entitlements. Null indicates there may be unknown orphan entitlements in the campaign (the campaign was created before this feature was implemented). | [optional] [readonly]
|
||||
**MandatoryCommentRequirement** | Pointer to **string** | Determines whether comments are required for decisions during certification reviews. You can require comments for all decisions, revoke-only decisions, or no decisions. By default, comments are not required for decisions. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewGetCampaign200Response
|
||||
|
||||
`func NewGetCampaign200Response(name string, description NullableString, type_ string, ) *GetCampaign200Response`
|
||||
|
||||
NewGetCampaign200Response instantiates a new GetCampaign200Response 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
|
||||
|
||||
### NewGetCampaign200ResponseWithDefaults
|
||||
|
||||
`func NewGetCampaign200ResponseWithDefaults() *GetCampaign200Response`
|
||||
|
||||
NewGetCampaign200ResponseWithDefaults instantiates a new GetCampaign200Response 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
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *GetCampaign200Response) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetIdOk() (*string, bool)`
|
||||
|
||||
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetId
|
||||
|
||||
`func (o *GetCampaign200Response) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *GetCampaign200Response) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *GetCampaign200Response) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetNameOk() (*string, bool)`
|
||||
|
||||
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetName
|
||||
|
||||
`func (o *GetCampaign200Response) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
|
||||
### GetDescription
|
||||
|
||||
`func (o *GetCampaign200Response) GetDescription() string`
|
||||
|
||||
GetDescription returns the Description field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDescriptionOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetDescriptionOk() (*string, bool)`
|
||||
|
||||
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetDescription
|
||||
|
||||
`func (o *GetCampaign200Response) SetDescription(v string)`
|
||||
|
||||
SetDescription sets Description field to given value.
|
||||
|
||||
|
||||
### SetDescriptionNil
|
||||
|
||||
`func (o *GetCampaign200Response) SetDescriptionNil(b bool)`
|
||||
|
||||
SetDescriptionNil sets the value for Description to be an explicit nil
|
||||
|
||||
### UnsetDescription
|
||||
`func (o *GetCampaign200Response) UnsetDescription()`
|
||||
|
||||
UnsetDescription ensures that no value is present for Description, not even an explicit nil
|
||||
### GetDeadline
|
||||
|
||||
`func (o *GetCampaign200Response) GetDeadline() SailPointTime`
|
||||
|
||||
GetDeadline returns the Deadline field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDeadlineOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetDeadlineOk() (*SailPointTime, bool)`
|
||||
|
||||
GetDeadlineOk returns a tuple with the Deadline field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetDeadline
|
||||
|
||||
`func (o *GetCampaign200Response) SetDeadline(v SailPointTime)`
|
||||
|
||||
SetDeadline sets Deadline field to given value.
|
||||
|
||||
### HasDeadline
|
||||
|
||||
`func (o *GetCampaign200Response) HasDeadline() bool`
|
||||
|
||||
HasDeadline returns a boolean if a field has been set.
|
||||
|
||||
### GetType
|
||||
|
||||
`func (o *GetCampaign200Response) GetType() string`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetTypeOk() (*string, bool)`
|
||||
|
||||
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetType
|
||||
|
||||
`func (o *GetCampaign200Response) SetType(v string)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
|
||||
### GetEmailNotificationEnabled
|
||||
|
||||
`func (o *GetCampaign200Response) GetEmailNotificationEnabled() bool`
|
||||
|
||||
GetEmailNotificationEnabled returns the EmailNotificationEnabled field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEmailNotificationEnabledOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetEmailNotificationEnabledOk() (*bool, bool)`
|
||||
|
||||
GetEmailNotificationEnabledOk returns a tuple with the EmailNotificationEnabled field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetEmailNotificationEnabled
|
||||
|
||||
`func (o *GetCampaign200Response) SetEmailNotificationEnabled(v bool)`
|
||||
|
||||
SetEmailNotificationEnabled sets EmailNotificationEnabled field to given value.
|
||||
|
||||
### HasEmailNotificationEnabled
|
||||
|
||||
`func (o *GetCampaign200Response) HasEmailNotificationEnabled() bool`
|
||||
|
||||
HasEmailNotificationEnabled returns a boolean if a field has been set.
|
||||
|
||||
### GetAutoRevokeAllowed
|
||||
|
||||
`func (o *GetCampaign200Response) GetAutoRevokeAllowed() bool`
|
||||
|
||||
GetAutoRevokeAllowed returns the AutoRevokeAllowed field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAutoRevokeAllowedOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetAutoRevokeAllowedOk() (*bool, bool)`
|
||||
|
||||
GetAutoRevokeAllowedOk returns a tuple with the AutoRevokeAllowed field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAutoRevokeAllowed
|
||||
|
||||
`func (o *GetCampaign200Response) SetAutoRevokeAllowed(v bool)`
|
||||
|
||||
SetAutoRevokeAllowed sets AutoRevokeAllowed field to given value.
|
||||
|
||||
### HasAutoRevokeAllowed
|
||||
|
||||
`func (o *GetCampaign200Response) HasAutoRevokeAllowed() bool`
|
||||
|
||||
HasAutoRevokeAllowed returns a boolean if a field has been set.
|
||||
|
||||
### GetRecommendationsEnabled
|
||||
|
||||
`func (o *GetCampaign200Response) GetRecommendationsEnabled() bool`
|
||||
|
||||
GetRecommendationsEnabled returns the RecommendationsEnabled field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRecommendationsEnabledOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetRecommendationsEnabledOk() (*bool, bool)`
|
||||
|
||||
GetRecommendationsEnabledOk returns a tuple with the RecommendationsEnabled field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRecommendationsEnabled
|
||||
|
||||
`func (o *GetCampaign200Response) SetRecommendationsEnabled(v bool)`
|
||||
|
||||
SetRecommendationsEnabled sets RecommendationsEnabled field to given value.
|
||||
|
||||
### HasRecommendationsEnabled
|
||||
|
||||
`func (o *GetCampaign200Response) HasRecommendationsEnabled() bool`
|
||||
|
||||
HasRecommendationsEnabled returns a boolean if a field has been set.
|
||||
|
||||
### GetStatus
|
||||
|
||||
`func (o *GetCampaign200Response) GetStatus() string`
|
||||
|
||||
GetStatus returns the Status field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStatusOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetStatusOk() (*string, bool)`
|
||||
|
||||
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetStatus
|
||||
|
||||
`func (o *GetCampaign200Response) SetStatus(v string)`
|
||||
|
||||
SetStatus sets Status field to given value.
|
||||
|
||||
### HasStatus
|
||||
|
||||
`func (o *GetCampaign200Response) HasStatus() bool`
|
||||
|
||||
HasStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetCorrelatedStatus
|
||||
|
||||
`func (o *GetCampaign200Response) GetCorrelatedStatus() string`
|
||||
|
||||
GetCorrelatedStatus returns the CorrelatedStatus field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCorrelatedStatusOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetCorrelatedStatusOk() (*string, bool)`
|
||||
|
||||
GetCorrelatedStatusOk returns a tuple with the CorrelatedStatus field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCorrelatedStatus
|
||||
|
||||
`func (o *GetCampaign200Response) SetCorrelatedStatus(v string)`
|
||||
|
||||
SetCorrelatedStatus sets CorrelatedStatus field to given value.
|
||||
|
||||
### HasCorrelatedStatus
|
||||
|
||||
`func (o *GetCampaign200Response) HasCorrelatedStatus() bool`
|
||||
|
||||
HasCorrelatedStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetCreated
|
||||
|
||||
`func (o *GetCampaign200Response) GetCreated() SailPointTime`
|
||||
|
||||
GetCreated returns the Created field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCreatedOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetCreatedOk() (*SailPointTime, bool)`
|
||||
|
||||
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCreated
|
||||
|
||||
`func (o *GetCampaign200Response) SetCreated(v SailPointTime)`
|
||||
|
||||
SetCreated sets Created field to given value.
|
||||
|
||||
### HasCreated
|
||||
|
||||
`func (o *GetCampaign200Response) HasCreated() bool`
|
||||
|
||||
HasCreated returns a boolean if a field has been set.
|
||||
|
||||
### GetTotalCertifications
|
||||
|
||||
`func (o *GetCampaign200Response) GetTotalCertifications() int32`
|
||||
|
||||
GetTotalCertifications returns the TotalCertifications field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTotalCertificationsOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetTotalCertificationsOk() (*int32, bool)`
|
||||
|
||||
GetTotalCertificationsOk returns a tuple with the TotalCertifications field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetTotalCertifications
|
||||
|
||||
`func (o *GetCampaign200Response) SetTotalCertifications(v int32)`
|
||||
|
||||
SetTotalCertifications sets TotalCertifications field to given value.
|
||||
|
||||
### HasTotalCertifications
|
||||
|
||||
`func (o *GetCampaign200Response) HasTotalCertifications() bool`
|
||||
|
||||
HasTotalCertifications returns a boolean if a field has been set.
|
||||
|
||||
### GetCompletedCertifications
|
||||
|
||||
`func (o *GetCampaign200Response) GetCompletedCertifications() int32`
|
||||
|
||||
GetCompletedCertifications returns the CompletedCertifications field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCompletedCertificationsOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetCompletedCertificationsOk() (*int32, bool)`
|
||||
|
||||
GetCompletedCertificationsOk returns a tuple with the CompletedCertifications field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCompletedCertifications
|
||||
|
||||
`func (o *GetCampaign200Response) SetCompletedCertifications(v int32)`
|
||||
|
||||
SetCompletedCertifications sets CompletedCertifications field to given value.
|
||||
|
||||
### HasCompletedCertifications
|
||||
|
||||
`func (o *GetCampaign200Response) HasCompletedCertifications() bool`
|
||||
|
||||
HasCompletedCertifications returns a boolean if a field has been set.
|
||||
|
||||
### GetAlerts
|
||||
|
||||
`func (o *GetCampaign200Response) GetAlerts() []CampaignAlert`
|
||||
|
||||
GetAlerts returns the Alerts field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAlertsOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetAlertsOk() (*[]CampaignAlert, bool)`
|
||||
|
||||
GetAlertsOk returns a tuple with the Alerts field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAlerts
|
||||
|
||||
`func (o *GetCampaign200Response) SetAlerts(v []CampaignAlert)`
|
||||
|
||||
SetAlerts sets Alerts field to given value.
|
||||
|
||||
### HasAlerts
|
||||
|
||||
`func (o *GetCampaign200Response) HasAlerts() bool`
|
||||
|
||||
HasAlerts returns a boolean if a field has been set.
|
||||
|
||||
### GetModified
|
||||
|
||||
`func (o *GetCampaign200Response) GetModified() SailPointTime`
|
||||
|
||||
GetModified returns the Modified field if non-nil, zero value otherwise.
|
||||
|
||||
### GetModifiedOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetModifiedOk() (*SailPointTime, bool)`
|
||||
|
||||
GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetModified
|
||||
|
||||
`func (o *GetCampaign200Response) SetModified(v SailPointTime)`
|
||||
|
||||
SetModified sets Modified field to given value.
|
||||
|
||||
### HasModified
|
||||
|
||||
`func (o *GetCampaign200Response) HasModified() bool`
|
||||
|
||||
HasModified returns a boolean if a field has been set.
|
||||
|
||||
### GetFilter
|
||||
|
||||
`func (o *GetCampaign200Response) GetFilter() CampaignAllOfFilter`
|
||||
|
||||
GetFilter returns the Filter field if non-nil, zero value otherwise.
|
||||
|
||||
### GetFilterOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetFilterOk() (*CampaignAllOfFilter, bool)`
|
||||
|
||||
GetFilterOk returns a tuple with the Filter field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetFilter
|
||||
|
||||
`func (o *GetCampaign200Response) SetFilter(v CampaignAllOfFilter)`
|
||||
|
||||
SetFilter sets Filter field to given value.
|
||||
|
||||
### HasFilter
|
||||
|
||||
`func (o *GetCampaign200Response) HasFilter() bool`
|
||||
|
||||
HasFilter returns a boolean if a field has been set.
|
||||
|
||||
### GetSunsetCommentsRequired
|
||||
|
||||
`func (o *GetCampaign200Response) GetSunsetCommentsRequired() bool`
|
||||
|
||||
GetSunsetCommentsRequired returns the SunsetCommentsRequired field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSunsetCommentsRequiredOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetSunsetCommentsRequiredOk() (*bool, bool)`
|
||||
|
||||
GetSunsetCommentsRequiredOk returns a tuple with the SunsetCommentsRequired field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSunsetCommentsRequired
|
||||
|
||||
`func (o *GetCampaign200Response) SetSunsetCommentsRequired(v bool)`
|
||||
|
||||
SetSunsetCommentsRequired sets SunsetCommentsRequired field to given value.
|
||||
|
||||
### HasSunsetCommentsRequired
|
||||
|
||||
`func (o *GetCampaign200Response) HasSunsetCommentsRequired() bool`
|
||||
|
||||
HasSunsetCommentsRequired returns a boolean if a field has been set.
|
||||
|
||||
### GetSourceOwnerCampaignInfo
|
||||
|
||||
`func (o *GetCampaign200Response) GetSourceOwnerCampaignInfo() CampaignAllOfSourceOwnerCampaignInfo`
|
||||
|
||||
GetSourceOwnerCampaignInfo returns the SourceOwnerCampaignInfo field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSourceOwnerCampaignInfoOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetSourceOwnerCampaignInfoOk() (*CampaignAllOfSourceOwnerCampaignInfo, bool)`
|
||||
|
||||
GetSourceOwnerCampaignInfoOk returns a tuple with the SourceOwnerCampaignInfo field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSourceOwnerCampaignInfo
|
||||
|
||||
`func (o *GetCampaign200Response) SetSourceOwnerCampaignInfo(v CampaignAllOfSourceOwnerCampaignInfo)`
|
||||
|
||||
SetSourceOwnerCampaignInfo sets SourceOwnerCampaignInfo field to given value.
|
||||
|
||||
### HasSourceOwnerCampaignInfo
|
||||
|
||||
`func (o *GetCampaign200Response) HasSourceOwnerCampaignInfo() bool`
|
||||
|
||||
HasSourceOwnerCampaignInfo returns a boolean if a field has been set.
|
||||
|
||||
### GetSearchCampaignInfo
|
||||
|
||||
`func (o *GetCampaign200Response) GetSearchCampaignInfo() CampaignAllOfSearchCampaignInfo`
|
||||
|
||||
GetSearchCampaignInfo returns the SearchCampaignInfo field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSearchCampaignInfoOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetSearchCampaignInfoOk() (*CampaignAllOfSearchCampaignInfo, bool)`
|
||||
|
||||
GetSearchCampaignInfoOk returns a tuple with the SearchCampaignInfo field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSearchCampaignInfo
|
||||
|
||||
`func (o *GetCampaign200Response) SetSearchCampaignInfo(v CampaignAllOfSearchCampaignInfo)`
|
||||
|
||||
SetSearchCampaignInfo sets SearchCampaignInfo field to given value.
|
||||
|
||||
### HasSearchCampaignInfo
|
||||
|
||||
`func (o *GetCampaign200Response) HasSearchCampaignInfo() bool`
|
||||
|
||||
HasSearchCampaignInfo returns a boolean if a field has been set.
|
||||
|
||||
### GetRoleCompositionCampaignInfo
|
||||
|
||||
`func (o *GetCampaign200Response) GetRoleCompositionCampaignInfo() CampaignAllOfRoleCompositionCampaignInfo`
|
||||
|
||||
GetRoleCompositionCampaignInfo returns the RoleCompositionCampaignInfo field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRoleCompositionCampaignInfoOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetRoleCompositionCampaignInfoOk() (*CampaignAllOfRoleCompositionCampaignInfo, bool)`
|
||||
|
||||
GetRoleCompositionCampaignInfoOk returns a tuple with the RoleCompositionCampaignInfo field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRoleCompositionCampaignInfo
|
||||
|
||||
`func (o *GetCampaign200Response) SetRoleCompositionCampaignInfo(v CampaignAllOfRoleCompositionCampaignInfo)`
|
||||
|
||||
SetRoleCompositionCampaignInfo sets RoleCompositionCampaignInfo field to given value.
|
||||
|
||||
### HasRoleCompositionCampaignInfo
|
||||
|
||||
`func (o *GetCampaign200Response) HasRoleCompositionCampaignInfo() bool`
|
||||
|
||||
HasRoleCompositionCampaignInfo returns a boolean if a field has been set.
|
||||
|
||||
### GetMachineAccountCampaignInfo
|
||||
|
||||
`func (o *GetCampaign200Response) GetMachineAccountCampaignInfo() CampaignAllOfMachineAccountCampaignInfo`
|
||||
|
||||
GetMachineAccountCampaignInfo returns the MachineAccountCampaignInfo field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMachineAccountCampaignInfoOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetMachineAccountCampaignInfoOk() (*CampaignAllOfMachineAccountCampaignInfo, bool)`
|
||||
|
||||
GetMachineAccountCampaignInfoOk returns a tuple with the MachineAccountCampaignInfo field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetMachineAccountCampaignInfo
|
||||
|
||||
`func (o *GetCampaign200Response) SetMachineAccountCampaignInfo(v CampaignAllOfMachineAccountCampaignInfo)`
|
||||
|
||||
SetMachineAccountCampaignInfo sets MachineAccountCampaignInfo field to given value.
|
||||
|
||||
### HasMachineAccountCampaignInfo
|
||||
|
||||
`func (o *GetCampaign200Response) HasMachineAccountCampaignInfo() bool`
|
||||
|
||||
HasMachineAccountCampaignInfo returns a boolean if a field has been set.
|
||||
|
||||
### GetSourcesWithOrphanEntitlements
|
||||
|
||||
`func (o *GetCampaign200Response) GetSourcesWithOrphanEntitlements() []CampaignAllOfSourcesWithOrphanEntitlements`
|
||||
|
||||
GetSourcesWithOrphanEntitlements returns the SourcesWithOrphanEntitlements field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSourcesWithOrphanEntitlementsOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetSourcesWithOrphanEntitlementsOk() (*[]CampaignAllOfSourcesWithOrphanEntitlements, bool)`
|
||||
|
||||
GetSourcesWithOrphanEntitlementsOk returns a tuple with the SourcesWithOrphanEntitlements field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSourcesWithOrphanEntitlements
|
||||
|
||||
`func (o *GetCampaign200Response) SetSourcesWithOrphanEntitlements(v []CampaignAllOfSourcesWithOrphanEntitlements)`
|
||||
|
||||
SetSourcesWithOrphanEntitlements sets SourcesWithOrphanEntitlements field to given value.
|
||||
|
||||
### HasSourcesWithOrphanEntitlements
|
||||
|
||||
`func (o *GetCampaign200Response) HasSourcesWithOrphanEntitlements() bool`
|
||||
|
||||
HasSourcesWithOrphanEntitlements returns a boolean if a field has been set.
|
||||
|
||||
### GetMandatoryCommentRequirement
|
||||
|
||||
`func (o *GetCampaign200Response) GetMandatoryCommentRequirement() string`
|
||||
|
||||
GetMandatoryCommentRequirement returns the MandatoryCommentRequirement field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMandatoryCommentRequirementOk
|
||||
|
||||
`func (o *GetCampaign200Response) GetMandatoryCommentRequirementOk() (*string, bool)`
|
||||
|
||||
GetMandatoryCommentRequirementOk returns a tuple with the MandatoryCommentRequirement field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetMandatoryCommentRequirement
|
||||
|
||||
`func (o *GetCampaign200Response) SetMandatoryCommentRequirement(v string)`
|
||||
|
||||
SetMandatoryCommentRequirement sets MandatoryCommentRequirement field to given value.
|
||||
|
||||
### HasMandatoryCommentRequirement
|
||||
|
||||
`func (o *GetCampaign200Response) HasMandatoryCommentRequirement() bool`
|
||||
|
||||
HasMandatoryCommentRequirement returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -18,15 +18,15 @@ Name | Type | Description | Notes
|
||||
**Role** | Pointer to **string** | Federation protocol role | [optional]
|
||||
**EntityId** | Pointer to **string** | An entity ID is a globally unique name for a SAML entity, either an Identity Provider (IDP) or a Service Provider (SP). | [optional]
|
||||
**Binding** | Pointer to **string** | Defines the binding used for the SAML flow. Used with IDP configurations. | [optional]
|
||||
**AuthContext** | Pointer to **string** | Specifies the SAML authentication method to use. Used with IDP configurations. | [optional]
|
||||
**AuthnContext** | Pointer to **string** | Specifies the SAML authentication method to use. Used with IDP configurations. | [optional]
|
||||
**LogoutUrl** | Pointer to **string** | The IDP logout URL. Used with IDP configurations. | [optional]
|
||||
**IncludeAuthContext** | Pointer to **bool** | Determines if the configured AuthnContext should be used or the default. Used with IDP configurations. | [optional] [default to false]
|
||||
**IncludeAuthnContext** | Pointer to **bool** | Determines if the configured AuthnContext should be used or the default. Used with IDP configurations. | [optional] [default to false]
|
||||
**NameId** | Pointer to **string** | The name id format to use. Used with IDP configurations. | [optional]
|
||||
**JitConfiguration** | Pointer to [**JITConfiguration**](jit-configuration) | | [optional]
|
||||
**Cert** | Pointer to **string** | The Base64-encoded certificate used by the IDP. Used with IDP configurations. | [optional]
|
||||
**LoginUrlPost** | Pointer to **string** | The IDP POST URL, used with IDP HTTP-POST bindings for IDP-initiated logins. Used with IDP configurations. | [optional]
|
||||
**LoginUrlRedirect** | Pointer to **string** | The IDP Redirect URL. Used with IDP configurations. | [optional]
|
||||
**MappingAttribute** | Pointer to **string** | Return the saml Id for the given user, based on the IDN as SP settings of the org. Used with IDP configurations. | [optional]
|
||||
**MappingAttribute** | **string** | Return the saml Id for the given user, based on the IDN as SP settings of the org. Used with IDP configurations. |
|
||||
**CertificateExpirationDate** | Pointer to **string** | The expiration date extracted from the certificate. | [optional]
|
||||
**CertificateName** | Pointer to **string** | The name extracted from the certificate. | [optional]
|
||||
|
||||
@@ -34,7 +34,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### NewIdpDetails
|
||||
|
||||
`func NewIdpDetails() *IdpDetails`
|
||||
`func NewIdpDetails(mappingAttribute string, ) *IdpDetails`
|
||||
|
||||
NewIdpDetails instantiates a new IdpDetails object
|
||||
This constructor will assign default values to properties that have it defined,
|
||||
@@ -124,30 +124,30 @@ SetBinding sets Binding field to given value.
|
||||
|
||||
HasBinding returns a boolean if a field has been set.
|
||||
|
||||
### GetAuthContext
|
||||
### GetAuthnContext
|
||||
|
||||
`func (o *IdpDetails) GetAuthContext() string`
|
||||
`func (o *IdpDetails) GetAuthnContext() string`
|
||||
|
||||
GetAuthContext returns the AuthContext field if non-nil, zero value otherwise.
|
||||
GetAuthnContext returns the AuthnContext field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAuthContextOk
|
||||
### GetAuthnContextOk
|
||||
|
||||
`func (o *IdpDetails) GetAuthContextOk() (*string, bool)`
|
||||
`func (o *IdpDetails) GetAuthnContextOk() (*string, bool)`
|
||||
|
||||
GetAuthContextOk returns a tuple with the AuthContext field if it's non-nil, zero value otherwise
|
||||
GetAuthnContextOk returns a tuple with the AuthnContext field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAuthContext
|
||||
### SetAuthnContext
|
||||
|
||||
`func (o *IdpDetails) SetAuthContext(v string)`
|
||||
`func (o *IdpDetails) SetAuthnContext(v string)`
|
||||
|
||||
SetAuthContext sets AuthContext field to given value.
|
||||
SetAuthnContext sets AuthnContext field to given value.
|
||||
|
||||
### HasAuthContext
|
||||
### HasAuthnContext
|
||||
|
||||
`func (o *IdpDetails) HasAuthContext() bool`
|
||||
`func (o *IdpDetails) HasAuthnContext() bool`
|
||||
|
||||
HasAuthContext returns a boolean if a field has been set.
|
||||
HasAuthnContext returns a boolean if a field has been set.
|
||||
|
||||
### GetLogoutUrl
|
||||
|
||||
@@ -174,30 +174,30 @@ SetLogoutUrl sets LogoutUrl field to given value.
|
||||
|
||||
HasLogoutUrl returns a boolean if a field has been set.
|
||||
|
||||
### GetIncludeAuthContext
|
||||
### GetIncludeAuthnContext
|
||||
|
||||
`func (o *IdpDetails) GetIncludeAuthContext() bool`
|
||||
`func (o *IdpDetails) GetIncludeAuthnContext() bool`
|
||||
|
||||
GetIncludeAuthContext returns the IncludeAuthContext field if non-nil, zero value otherwise.
|
||||
GetIncludeAuthnContext returns the IncludeAuthnContext field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIncludeAuthContextOk
|
||||
### GetIncludeAuthnContextOk
|
||||
|
||||
`func (o *IdpDetails) GetIncludeAuthContextOk() (*bool, bool)`
|
||||
`func (o *IdpDetails) GetIncludeAuthnContextOk() (*bool, bool)`
|
||||
|
||||
GetIncludeAuthContextOk returns a tuple with the IncludeAuthContext field if it's non-nil, zero value otherwise
|
||||
GetIncludeAuthnContextOk returns a tuple with the IncludeAuthnContext field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetIncludeAuthContext
|
||||
### SetIncludeAuthnContext
|
||||
|
||||
`func (o *IdpDetails) SetIncludeAuthContext(v bool)`
|
||||
`func (o *IdpDetails) SetIncludeAuthnContext(v bool)`
|
||||
|
||||
SetIncludeAuthContext sets IncludeAuthContext field to given value.
|
||||
SetIncludeAuthnContext sets IncludeAuthnContext field to given value.
|
||||
|
||||
### HasIncludeAuthContext
|
||||
### HasIncludeAuthnContext
|
||||
|
||||
`func (o *IdpDetails) HasIncludeAuthContext() bool`
|
||||
`func (o *IdpDetails) HasIncludeAuthnContext() bool`
|
||||
|
||||
HasIncludeAuthContext returns a boolean if a field has been set.
|
||||
HasIncludeAuthnContext returns a boolean if a field has been set.
|
||||
|
||||
### GetNameId
|
||||
|
||||
@@ -343,11 +343,6 @@ and a boolean to check if the value has been set.
|
||||
|
||||
SetMappingAttribute sets MappingAttribute field to given value.
|
||||
|
||||
### HasMappingAttribute
|
||||
|
||||
`func (o *IdpDetails) HasMappingAttribute() bool`
|
||||
|
||||
HasMappingAttribute returns a boolean if a field has been set.
|
||||
|
||||
### GetCertificateExpirationDate
|
||||
|
||||
|
||||
@@ -16,8 +16,8 @@ tags: ['SDK', 'Software Development Kit', 'OwnerReference', 'OwnerReference']
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | Pointer to **string** | Owner type. This field must be either left null or set to 'IDENTITY' on input, otherwise a 400 Bad Request error will result. | [optional]
|
||||
**Id** | Pointer to **string** | Identity id | [optional]
|
||||
**Name** | Pointer to **string** | Human-readable display name of the owner. It may be left null or omitted in a POST or PATCH. If set, it must match the current value of the owner's display name, otherwise a 400 Bad Request error will result. | [optional]
|
||||
**Id** | Pointer to **string** | Owner's identity ID. | [optional]
|
||||
**Name** | Pointer to **string** | Owner's name. It may be left null or omitted in a POST or PATCH. If set, it must match the current value of the owner's display name, otherwise a 400 Bad Request error will result. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
|
||||
@@ -1,64 +0,0 @@
|
||||
---
|
||||
id: patch-service-desk-integration-request
|
||||
title: PatchServiceDeskIntegrationRequest
|
||||
pagination_label: PatchServiceDeskIntegrationRequest
|
||||
sidebar_label: PatchServiceDeskIntegrationRequest
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'PatchServiceDeskIntegrationRequest', 'PatchServiceDeskIntegrationRequest']
|
||||
slug: /tools/sdk/go/v3/models/patch-service-desk-integration-request
|
||||
tags: ['SDK', 'Software Development Kit', 'PatchServiceDeskIntegrationRequest', 'PatchServiceDeskIntegrationRequest']
|
||||
---
|
||||
|
||||
# PatchServiceDeskIntegrationRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Operations** | Pointer to [**[]JsonPatchOperation**](json-patch-operation) | Operations to be applied | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewPatchServiceDeskIntegrationRequest
|
||||
|
||||
`func NewPatchServiceDeskIntegrationRequest() *PatchServiceDeskIntegrationRequest`
|
||||
|
||||
NewPatchServiceDeskIntegrationRequest instantiates a new PatchServiceDeskIntegrationRequest 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
|
||||
|
||||
### NewPatchServiceDeskIntegrationRequestWithDefaults
|
||||
|
||||
`func NewPatchServiceDeskIntegrationRequestWithDefaults() *PatchServiceDeskIntegrationRequest`
|
||||
|
||||
NewPatchServiceDeskIntegrationRequestWithDefaults instantiates a new PatchServiceDeskIntegrationRequest 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
|
||||
|
||||
### GetOperations
|
||||
|
||||
`func (o *PatchServiceDeskIntegrationRequest) GetOperations() []JsonPatchOperation`
|
||||
|
||||
GetOperations returns the Operations field if non-nil, zero value otherwise.
|
||||
|
||||
### GetOperationsOk
|
||||
|
||||
`func (o *PatchServiceDeskIntegrationRequest) GetOperationsOk() (*[]JsonPatchOperation, bool)`
|
||||
|
||||
GetOperationsOk returns a tuple with the Operations field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetOperations
|
||||
|
||||
`func (o *PatchServiceDeskIntegrationRequest) SetOperations(v []JsonPatchOperation)`
|
||||
|
||||
SetOperations sets Operations field to given value.
|
||||
|
||||
### HasOperations
|
||||
|
||||
`func (o *PatchServiceDeskIntegrationRequest) HasOperations() bool`
|
||||
|
||||
HasOperations returns a boolean if a field has been set.
|
||||
|
||||
|
||||
@@ -16,9 +16,9 @@ tags: ['SDK', 'Software Development Kit', 'ProvisioningCriteriaLevel1', 'Provisi
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Operation** | Pointer to [**ProvisioningCriteriaOperation**](provisioning-criteria-operation) | | [optional]
|
||||
**Attribute** | Pointer to **NullableString** | Name of the Account attribute to be tested. If **operation** is one of EQUALS, NOT_EQUALS, CONTAINS, or HAS, this field is required. Otherwise, specifying it is an error. | [optional]
|
||||
**Value** | Pointer to **NullableString** | String value to test the Account attribute w/r/t the specified operation. If the operation is one of EQUALS, NOT_EQUALS, or CONTAINS, this field is required. Otherwise, specifying it is an error. If the Attribute is not String-typed, it will be converted to the appropriate type. | [optional]
|
||||
**Children** | Pointer to [**[]ProvisioningCriteriaLevel2**](provisioning-criteria-level2) | Array of child criteria. Required if the operation is AND or OR, otherwise it must be left null. A maximum of three levels of criteria are supported, including leaf nodes. | [optional]
|
||||
**Attribute** | Pointer to **NullableString** | Name of the account attribute to be tested. If **operation** is one of `EQUALS`, `NOT_EQUALS`, `CONTAINS`, or `HAS`, this field is required. Otherwise, specifying it results in an error. | [optional]
|
||||
**Value** | Pointer to **NullableString** | String value to test the account attribute w/r/t the specified operation. If the operation is one of `EQUALS`, `NOT_EQUALS`, or `CONTAINS`, this field is required. Otherwise, specifying it results in an error. If the attribute is not string-typed, the API will convert it to the appropriate type. | [optional]
|
||||
**Children** | Pointer to [**[]ProvisioningCriteriaLevel2**](provisioning-criteria-level2) | Array of child criteria. This field is required if the operation is `AND` or `OR`. Otherwise, it must be left null. A maximum of three levels of criteria are supported, including leaf nodes. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
|
||||
@@ -16,9 +16,9 @@ tags: ['SDK', 'Software Development Kit', 'ProvisioningCriteriaLevel2', 'Provisi
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Operation** | Pointer to [**ProvisioningCriteriaOperation**](provisioning-criteria-operation) | | [optional]
|
||||
**Attribute** | Pointer to **NullableString** | Name of the Account attribute to be tested. If **operation** is one of EQUALS, NOT_EQUALS, CONTAINS, or HAS, this field is required. Otherwise, specifying it is an error. | [optional]
|
||||
**Value** | Pointer to **NullableString** | String value to test the Account attribute w/r/t the specified operation. If the operation is one of EQUALS, NOT_EQUALS, or CONTAINS, this field is required. Otherwise, specifying it is an error. If the Attribute is not String-typed, it will be converted to the appropriate type. | [optional]
|
||||
**Children** | Pointer to [**[]ProvisioningCriteriaLevel3**](provisioning-criteria-level3) | Array of child criteria. Required if the operation is AND or OR, otherwise it must be left null. A maximum of three levels of criteria are supported, including leaf nodes. | [optional]
|
||||
**Attribute** | Pointer to **NullableString** | Name of the account attribute to be tested. If **operation** is one of `EQUALS`, `NOT_EQUALS`, `CONTAINS`, or `HAS`, this field is required. Otherwise, specifying it results in an error. | [optional]
|
||||
**Value** | Pointer to **NullableString** | String value to test the account attribute w/r/t the specified operation. If the operation is one of `EQUALS`, `NOT_EQUALS`, or `CONTAINS`, this field is required. Otherwise, specifying it results in an error. If the attribute is not string-typed, the API will convert it to the appropriate type. | [optional]
|
||||
**Children** | Pointer to [**[]ProvisioningCriteriaLevel3**](provisioning-criteria-level3) | Array of child criteria. This field is required if the operation is `AND` or `OR`. Otherwise, it must be left null. A maximum of three levels of criteria are supported, including leaf nodes. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
|
||||
@@ -16,9 +16,9 @@ tags: ['SDK', 'Software Development Kit', 'ProvisioningCriteriaLevel3', 'Provisi
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Operation** | Pointer to [**ProvisioningCriteriaOperation**](provisioning-criteria-operation) | | [optional]
|
||||
**Attribute** | Pointer to **NullableString** | Name of the Account attribute to be tested. If **operation** is one of EQUALS, NOT_EQUALS, CONTAINS, or HAS, this field is required. Otherwise, specifying it is an error. | [optional]
|
||||
**Value** | Pointer to **string** | String value to test the Account attribute w/r/t the specified operation. If the operation is one of EQUALS, NOT_EQUALS, or CONTAINS, this field is required. Otherwise, specifying it is an error. If the Attribute is not String-typed, it will be converted to the appropriate type. | [optional]
|
||||
**Children** | Pointer to **NullableString** | Array of child criteria. Required if the operation is AND or OR, otherwise it must be left null. A maximum of three levels of criteria are supported, including leaf nodes. | [optional]
|
||||
**Attribute** | Pointer to **NullableString** | Name of the account attribute to be tested. If **operation** is one of `EQUALS`, `NOT_EQUALS`, `CONTAINS`, or `HAS`, this field is required. Otherwise, specifying it results in an error. | [optional]
|
||||
**Value** | Pointer to **NullableString** | String value to test the account attribute w/r/t the specified operation. If the operation is one of `EQUALS`, `NOT_EQUALS`, or `CONTAINS`, this field is required. Otherwise, specifying it results in an error. If the attribute is not string-typed, the API will convert it to the appropriate type. | [optional]
|
||||
**Children** | Pointer to **NullableString** | Array of child criteria. This field is required if the operation is `AND` or `OR`. Otherwise, it must be left null. A maximum of three levels of criteria are supported, including leaf nodes. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -124,6 +124,16 @@ SetValue sets Value field to given value.
|
||||
|
||||
HasValue returns a boolean if a field has been set.
|
||||
|
||||
### SetValueNil
|
||||
|
||||
`func (o *ProvisioningCriteriaLevel3) SetValueNil(b bool)`
|
||||
|
||||
SetValueNil sets the value for Value to be an explicit nil
|
||||
|
||||
### UnsetValue
|
||||
`func (o *ProvisioningCriteriaLevel3) UnsetValue()`
|
||||
|
||||
UnsetValue ensures that no value is present for Value, not even an explicit nil
|
||||
### GetChildren
|
||||
|
||||
`func (o *ProvisioningCriteriaLevel3) GetChildren() string`
|
||||
|
||||
@@ -15,7 +15,7 @@ tags: ['SDK', 'Software Development Kit', 'ProvisioningPolicy', 'ProvisioningPol
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Name** | **string** | the provisioning policy name |
|
||||
**Name** | **NullableString** | the provisioning policy name |
|
||||
**Description** | Pointer to **string** | the description of the provisioning policy | [optional]
|
||||
**UsageType** | Pointer to [**UsageType**](usage-type) | | [optional]
|
||||
**Fields** | Pointer to [**[]FieldDetailsDto**](field-details-dto) | | [optional]
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### NewProvisioningPolicy
|
||||
|
||||
`func NewProvisioningPolicy(name string, ) *ProvisioningPolicy`
|
||||
`func NewProvisioningPolicy(name NullableString, ) *ProvisioningPolicy`
|
||||
|
||||
NewProvisioningPolicy instantiates a new ProvisioningPolicy object
|
||||
This constructor will assign default values to properties that have it defined,
|
||||
@@ -59,6 +59,16 @@ and a boolean to check if the value has been set.
|
||||
SetName sets Name field to given value.
|
||||
|
||||
|
||||
### SetNameNil
|
||||
|
||||
`func (o *ProvisioningPolicy) SetNameNil(b bool)`
|
||||
|
||||
SetNameNil sets the value for Name to be an explicit nil
|
||||
|
||||
### UnsetName
|
||||
`func (o *ProvisioningPolicy) UnsetName()`
|
||||
|
||||
UnsetName ensures that no value is present for Name, not even an explicit nil
|
||||
### GetDescription
|
||||
|
||||
`func (o *ProvisioningPolicy) GetDescription() string`
|
||||
|
||||
@@ -15,7 +15,7 @@ tags: ['SDK', 'Software Development Kit', 'ProvisioningPolicyDto', 'Provisioning
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Name** | **string** | the provisioning policy name |
|
||||
**Name** | **NullableString** | the provisioning policy name |
|
||||
**Description** | Pointer to **string** | the description of the provisioning policy | [optional]
|
||||
**UsageType** | Pointer to [**UsageType**](usage-type) | | [optional]
|
||||
**Fields** | Pointer to [**[]FieldDetailsDto**](field-details-dto) | | [optional]
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### NewProvisioningPolicyDto
|
||||
|
||||
`func NewProvisioningPolicyDto(name string, ) *ProvisioningPolicyDto`
|
||||
`func NewProvisioningPolicyDto(name NullableString, ) *ProvisioningPolicyDto`
|
||||
|
||||
NewProvisioningPolicyDto instantiates a new ProvisioningPolicyDto object
|
||||
This constructor will assign default values to properties that have it defined,
|
||||
@@ -59,6 +59,16 @@ and a boolean to check if the value has been set.
|
||||
SetName sets Name field to given value.
|
||||
|
||||
|
||||
### SetNameNil
|
||||
|
||||
`func (o *ProvisioningPolicyDto) SetNameNil(b bool)`
|
||||
|
||||
SetNameNil sets the value for Name to be an explicit nil
|
||||
|
||||
### UnsetName
|
||||
`func (o *ProvisioningPolicyDto) UnsetName()`
|
||||
|
||||
UnsetName ensures that no value is present for Name, not even an explicit nil
|
||||
### GetDescription
|
||||
|
||||
`func (o *ProvisioningPolicyDto) GetDescription() string`
|
||||
|
||||
@@ -15,9 +15,10 @@ tags: ['SDK', 'Software Development Kit', 'Requestability', 'Requestability']
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CommentsRequired** | Pointer to **NullableBool** | Whether the requester of the containing object must provide comments justifying the request | [optional] [default to false]
|
||||
**DenialCommentsRequired** | Pointer to **NullableBool** | Whether an approver must provide comments when denying the request | [optional] [default to false]
|
||||
**ApprovalSchemes** | Pointer to [**[]AccessProfileApprovalScheme**](access-profile-approval-scheme) | List describing the steps in approving the request | [optional]
|
||||
**CommentsRequired** | Pointer to **NullableBool** | Indicates whether the requester of the containing object must provide comments justifying the request. | [optional] [default to false]
|
||||
**DenialCommentsRequired** | Pointer to **NullableBool** | Indicates whether an approver must provide comments when denying the request. | [optional] [default to false]
|
||||
**ReauthorizationRequired** | Pointer to **NullableBool** | Indicates whether reauthorization is required for the request. | [optional] [default to false]
|
||||
**ApprovalSchemes** | Pointer to [**[]AccessProfileApprovalScheme**](access-profile-approval-scheme) | List describing the steps involved in approving the request. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -108,6 +109,41 @@ HasDenialCommentsRequired returns a boolean if a field has been set.
|
||||
`func (o *Requestability) UnsetDenialCommentsRequired()`
|
||||
|
||||
UnsetDenialCommentsRequired ensures that no value is present for DenialCommentsRequired, not even an explicit nil
|
||||
### GetReauthorizationRequired
|
||||
|
||||
`func (o *Requestability) GetReauthorizationRequired() bool`
|
||||
|
||||
GetReauthorizationRequired returns the ReauthorizationRequired field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReauthorizationRequiredOk
|
||||
|
||||
`func (o *Requestability) GetReauthorizationRequiredOk() (*bool, bool)`
|
||||
|
||||
GetReauthorizationRequiredOk returns a tuple with the ReauthorizationRequired field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReauthorizationRequired
|
||||
|
||||
`func (o *Requestability) SetReauthorizationRequired(v bool)`
|
||||
|
||||
SetReauthorizationRequired sets ReauthorizationRequired field to given value.
|
||||
|
||||
### HasReauthorizationRequired
|
||||
|
||||
`func (o *Requestability) HasReauthorizationRequired() bool`
|
||||
|
||||
HasReauthorizationRequired returns a boolean if a field has been set.
|
||||
|
||||
### SetReauthorizationRequiredNil
|
||||
|
||||
`func (o *Requestability) SetReauthorizationRequiredNil(b bool)`
|
||||
|
||||
SetReauthorizationRequiredNil sets the value for ReauthorizationRequired to be an explicit nil
|
||||
|
||||
### UnsetReauthorizationRequired
|
||||
`func (o *Requestability) UnsetReauthorizationRequired()`
|
||||
|
||||
UnsetReauthorizationRequired ensures that no value is present for ReauthorizationRequired, not even an explicit nil
|
||||
### GetApprovalSchemes
|
||||
|
||||
`func (o *Requestability) GetApprovalSchemes() []AccessProfileApprovalScheme`
|
||||
|
||||
@@ -17,6 +17,7 @@ Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CommentsRequired** | Pointer to **NullableBool** | Whether the requester of the containing object must provide comments justifying the request | [optional] [default to false]
|
||||
**DenialCommentsRequired** | Pointer to **NullableBool** | Whether an approver must provide comments when denying the request | [optional] [default to false]
|
||||
**ReauthorizationRequired** | Pointer to **NullableBool** | Indicates whether reauthorization is required for the request. | [optional] [default to false]
|
||||
**ApprovalSchemes** | Pointer to [**[]ApprovalSchemeForRole**](approval-scheme-for-role) | List describing the steps in approving the request | [optional]
|
||||
|
||||
## Methods
|
||||
@@ -108,6 +109,41 @@ HasDenialCommentsRequired returns a boolean if a field has been set.
|
||||
`func (o *RequestabilityForRole) UnsetDenialCommentsRequired()`
|
||||
|
||||
UnsetDenialCommentsRequired ensures that no value is present for DenialCommentsRequired, not even an explicit nil
|
||||
### GetReauthorizationRequired
|
||||
|
||||
`func (o *RequestabilityForRole) GetReauthorizationRequired() bool`
|
||||
|
||||
GetReauthorizationRequired returns the ReauthorizationRequired field if non-nil, zero value otherwise.
|
||||
|
||||
### GetReauthorizationRequiredOk
|
||||
|
||||
`func (o *RequestabilityForRole) GetReauthorizationRequiredOk() (*bool, bool)`
|
||||
|
||||
GetReauthorizationRequiredOk returns a tuple with the ReauthorizationRequired field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetReauthorizationRequired
|
||||
|
||||
`func (o *RequestabilityForRole) SetReauthorizationRequired(v bool)`
|
||||
|
||||
SetReauthorizationRequired sets ReauthorizationRequired field to given value.
|
||||
|
||||
### HasReauthorizationRequired
|
||||
|
||||
`func (o *RequestabilityForRole) HasReauthorizationRequired() bool`
|
||||
|
||||
HasReauthorizationRequired returns a boolean if a field has been set.
|
||||
|
||||
### SetReauthorizationRequiredNil
|
||||
|
||||
`func (o *RequestabilityForRole) SetReauthorizationRequiredNil(b bool)`
|
||||
|
||||
SetReauthorizationRequiredNil sets the value for ReauthorizationRequired to be an explicit nil
|
||||
|
||||
### UnsetReauthorizationRequired
|
||||
`func (o *RequestabilityForRole) UnsetReauthorizationRequired()`
|
||||
|
||||
UnsetReauthorizationRequired ensures that no value is present for ReauthorizationRequired, not even an explicit nil
|
||||
### GetApprovalSchemes
|
||||
|
||||
`func (o *RequestabilityForRole) GetApprovalSchemes() []ApprovalSchemeForRole`
|
||||
|
||||
80
docs/tools/sdk/go/Reference/V3/Models/RequestedForDtoRef.md
Normal file
80
docs/tools/sdk/go/Reference/V3/Models/RequestedForDtoRef.md
Normal file
@@ -0,0 +1,80 @@
|
||||
---
|
||||
id: requested-for-dto-ref
|
||||
title: RequestedForDtoRef
|
||||
pagination_label: RequestedForDtoRef
|
||||
sidebar_label: RequestedForDtoRef
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'RequestedForDtoRef', 'RequestedForDtoRef']
|
||||
slug: /tools/sdk/go/v3/models/requested-for-dto-ref
|
||||
tags: ['SDK', 'Software Development Kit', 'RequestedForDtoRef', 'RequestedForDtoRef']
|
||||
---
|
||||
|
||||
# RequestedForDtoRef
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**IdentityId** | **string** | The identity id for which the access is requested |
|
||||
**RequestedItems** | [**[]RequestedItemDtoRef**](requested-item-dto-ref) | the details for the access items that are requested for the identity |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewRequestedForDtoRef
|
||||
|
||||
`func NewRequestedForDtoRef(identityId string, requestedItems []RequestedItemDtoRef, ) *RequestedForDtoRef`
|
||||
|
||||
NewRequestedForDtoRef instantiates a new RequestedForDtoRef 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
|
||||
|
||||
### NewRequestedForDtoRefWithDefaults
|
||||
|
||||
`func NewRequestedForDtoRefWithDefaults() *RequestedForDtoRef`
|
||||
|
||||
NewRequestedForDtoRefWithDefaults instantiates a new RequestedForDtoRef 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
|
||||
|
||||
### GetIdentityId
|
||||
|
||||
`func (o *RequestedForDtoRef) GetIdentityId() string`
|
||||
|
||||
GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdentityIdOk
|
||||
|
||||
`func (o *RequestedForDtoRef) GetIdentityIdOk() (*string, bool)`
|
||||
|
||||
GetIdentityIdOk returns a tuple with the IdentityId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetIdentityId
|
||||
|
||||
`func (o *RequestedForDtoRef) SetIdentityId(v string)`
|
||||
|
||||
SetIdentityId sets IdentityId field to given value.
|
||||
|
||||
|
||||
### GetRequestedItems
|
||||
|
||||
`func (o *RequestedForDtoRef) GetRequestedItems() []RequestedItemDtoRef`
|
||||
|
||||
GetRequestedItems returns the RequestedItems field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRequestedItemsOk
|
||||
|
||||
`func (o *RequestedForDtoRef) GetRequestedItemsOk() (*[]RequestedItemDtoRef, bool)`
|
||||
|
||||
GetRequestedItemsOk returns a tuple with the RequestedItems field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRequestedItems
|
||||
|
||||
`func (o *RequestedForDtoRef) SetRequestedItems(v []RequestedItemDtoRef)`
|
||||
|
||||
SetRequestedItems sets RequestedItems field to given value.
|
||||
|
||||
|
||||
|
||||
266
docs/tools/sdk/go/Reference/V3/Models/RequestedItemDtoRef.md
Normal file
266
docs/tools/sdk/go/Reference/V3/Models/RequestedItemDtoRef.md
Normal file
@@ -0,0 +1,266 @@
|
||||
---
|
||||
id: requested-item-dto-ref
|
||||
title: RequestedItemDtoRef
|
||||
pagination_label: RequestedItemDtoRef
|
||||
sidebar_label: RequestedItemDtoRef
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'RequestedItemDtoRef', 'RequestedItemDtoRef']
|
||||
slug: /tools/sdk/go/v3/models/requested-item-dto-ref
|
||||
tags: ['SDK', 'Software Development Kit', 'RequestedItemDtoRef', 'RequestedItemDtoRef']
|
||||
---
|
||||
|
||||
# RequestedItemDtoRef
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | **string** | The type of the item being requested. |
|
||||
**Id** | **string** | ID of Role, Access Profile or Entitlement being requested. |
|
||||
**Comment** | Pointer to **string** | Comment provided by requester. * Comment is required when the request is of type Revoke Access. | [optional]
|
||||
**ClientMetadata** | Pointer to **map[string]string** | Arbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on associated APIs such as /account-activities and /access-request-status. | [optional]
|
||||
**RemoveDate** | Pointer to **SailPointTime** | The date the role or access profile or entitlement is no longer assigned to the specified identity. Also known as the expiration date. * Specify a date in the future. * The current SLA for the deprovisioning is 24 hours. * This date can be modified to either extend or decrease the duration of access item assignments for the specified identity. You can change the expiration date for requests for yourself or direct reports, but you cannot remove an expiration date on an already approved item. If the access request has not been approved, you can cancel it and submit a new one without the expiration. If it has already been approved, then you have to revoke the access and then re-request without the expiration. | [optional]
|
||||
**AssignmentId** | Pointer to **NullableString** | The assignmentId for a specific role assignment on the identity. This id is used to revoke that specific roleAssignment on that identity. * For use with REVOKE_ACCESS requests for roles for identities with multiple accounts on a single source. | [optional]
|
||||
**NativeIdentity** | Pointer to **NullableString** | The 'distinguishedName' field for an account on the identity, also called nativeIdentity. This nativeIdentity is used to revoke a specific attributeAssignment on the identity. * For use with REVOKE_ACCESS requests for entitlements for identities with multiple accounts on a single source. | [optional]
|
||||
**AccountSelection** | Pointer to [**[]SourceItemRef**](source-item-ref) | The accounts where the access item will be provisioned to * Includes selections performed by the user in the event of multiple accounts existing on the same source * Also includes details for sources where user only has one account | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewRequestedItemDtoRef
|
||||
|
||||
`func NewRequestedItemDtoRef(type_ string, id string, ) *RequestedItemDtoRef`
|
||||
|
||||
NewRequestedItemDtoRef instantiates a new RequestedItemDtoRef 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
|
||||
|
||||
### NewRequestedItemDtoRefWithDefaults
|
||||
|
||||
`func NewRequestedItemDtoRefWithDefaults() *RequestedItemDtoRef`
|
||||
|
||||
NewRequestedItemDtoRefWithDefaults instantiates a new RequestedItemDtoRef 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
|
||||
|
||||
### GetType
|
||||
|
||||
`func (o *RequestedItemDtoRef) GetType() string`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *RequestedItemDtoRef) GetTypeOk() (*string, bool)`
|
||||
|
||||
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetType
|
||||
|
||||
`func (o *RequestedItemDtoRef) SetType(v string)`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *RequestedItemDtoRef) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *RequestedItemDtoRef) GetIdOk() (*string, bool)`
|
||||
|
||||
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetId
|
||||
|
||||
`func (o *RequestedItemDtoRef) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
|
||||
### GetComment
|
||||
|
||||
`func (o *RequestedItemDtoRef) GetComment() string`
|
||||
|
||||
GetComment returns the Comment field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCommentOk
|
||||
|
||||
`func (o *RequestedItemDtoRef) GetCommentOk() (*string, bool)`
|
||||
|
||||
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetComment
|
||||
|
||||
`func (o *RequestedItemDtoRef) SetComment(v string)`
|
||||
|
||||
SetComment sets Comment field to given value.
|
||||
|
||||
### HasComment
|
||||
|
||||
`func (o *RequestedItemDtoRef) HasComment() bool`
|
||||
|
||||
HasComment returns a boolean if a field has been set.
|
||||
|
||||
### GetClientMetadata
|
||||
|
||||
`func (o *RequestedItemDtoRef) GetClientMetadata() map[string]string`
|
||||
|
||||
GetClientMetadata returns the ClientMetadata field if non-nil, zero value otherwise.
|
||||
|
||||
### GetClientMetadataOk
|
||||
|
||||
`func (o *RequestedItemDtoRef) GetClientMetadataOk() (*map[string]string, bool)`
|
||||
|
||||
GetClientMetadataOk returns a tuple with the ClientMetadata field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetClientMetadata
|
||||
|
||||
`func (o *RequestedItemDtoRef) SetClientMetadata(v map[string]string)`
|
||||
|
||||
SetClientMetadata sets ClientMetadata field to given value.
|
||||
|
||||
### HasClientMetadata
|
||||
|
||||
`func (o *RequestedItemDtoRef) HasClientMetadata() bool`
|
||||
|
||||
HasClientMetadata returns a boolean if a field has been set.
|
||||
|
||||
### GetRemoveDate
|
||||
|
||||
`func (o *RequestedItemDtoRef) GetRemoveDate() SailPointTime`
|
||||
|
||||
GetRemoveDate returns the RemoveDate field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRemoveDateOk
|
||||
|
||||
`func (o *RequestedItemDtoRef) GetRemoveDateOk() (*SailPointTime, bool)`
|
||||
|
||||
GetRemoveDateOk returns a tuple with the RemoveDate field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRemoveDate
|
||||
|
||||
`func (o *RequestedItemDtoRef) SetRemoveDate(v SailPointTime)`
|
||||
|
||||
SetRemoveDate sets RemoveDate field to given value.
|
||||
|
||||
### HasRemoveDate
|
||||
|
||||
`func (o *RequestedItemDtoRef) HasRemoveDate() bool`
|
||||
|
||||
HasRemoveDate returns a boolean if a field has been set.
|
||||
|
||||
### GetAssignmentId
|
||||
|
||||
`func (o *RequestedItemDtoRef) GetAssignmentId() string`
|
||||
|
||||
GetAssignmentId returns the AssignmentId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAssignmentIdOk
|
||||
|
||||
`func (o *RequestedItemDtoRef) GetAssignmentIdOk() (*string, bool)`
|
||||
|
||||
GetAssignmentIdOk returns a tuple with the AssignmentId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAssignmentId
|
||||
|
||||
`func (o *RequestedItemDtoRef) SetAssignmentId(v string)`
|
||||
|
||||
SetAssignmentId sets AssignmentId field to given value.
|
||||
|
||||
### HasAssignmentId
|
||||
|
||||
`func (o *RequestedItemDtoRef) HasAssignmentId() bool`
|
||||
|
||||
HasAssignmentId returns a boolean if a field has been set.
|
||||
|
||||
### SetAssignmentIdNil
|
||||
|
||||
`func (o *RequestedItemDtoRef) SetAssignmentIdNil(b bool)`
|
||||
|
||||
SetAssignmentIdNil sets the value for AssignmentId to be an explicit nil
|
||||
|
||||
### UnsetAssignmentId
|
||||
`func (o *RequestedItemDtoRef) UnsetAssignmentId()`
|
||||
|
||||
UnsetAssignmentId ensures that no value is present for AssignmentId, not even an explicit nil
|
||||
### GetNativeIdentity
|
||||
|
||||
`func (o *RequestedItemDtoRef) GetNativeIdentity() string`
|
||||
|
||||
GetNativeIdentity returns the NativeIdentity field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNativeIdentityOk
|
||||
|
||||
`func (o *RequestedItemDtoRef) GetNativeIdentityOk() (*string, bool)`
|
||||
|
||||
GetNativeIdentityOk returns a tuple with the NativeIdentity field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetNativeIdentity
|
||||
|
||||
`func (o *RequestedItemDtoRef) SetNativeIdentity(v string)`
|
||||
|
||||
SetNativeIdentity sets NativeIdentity field to given value.
|
||||
|
||||
### HasNativeIdentity
|
||||
|
||||
`func (o *RequestedItemDtoRef) HasNativeIdentity() bool`
|
||||
|
||||
HasNativeIdentity returns a boolean if a field has been set.
|
||||
|
||||
### SetNativeIdentityNil
|
||||
|
||||
`func (o *RequestedItemDtoRef) SetNativeIdentityNil(b bool)`
|
||||
|
||||
SetNativeIdentityNil sets the value for NativeIdentity to be an explicit nil
|
||||
|
||||
### UnsetNativeIdentity
|
||||
`func (o *RequestedItemDtoRef) UnsetNativeIdentity()`
|
||||
|
||||
UnsetNativeIdentity ensures that no value is present for NativeIdentity, not even an explicit nil
|
||||
### GetAccountSelection
|
||||
|
||||
`func (o *RequestedItemDtoRef) GetAccountSelection() []SourceItemRef`
|
||||
|
||||
GetAccountSelection returns the AccountSelection field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAccountSelectionOk
|
||||
|
||||
`func (o *RequestedItemDtoRef) GetAccountSelectionOk() (*[]SourceItemRef, bool)`
|
||||
|
||||
GetAccountSelectionOk returns a tuple with the AccountSelection field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAccountSelection
|
||||
|
||||
`func (o *RequestedItemDtoRef) SetAccountSelection(v []SourceItemRef)`
|
||||
|
||||
SetAccountSelection sets AccountSelection field to given value.
|
||||
|
||||
### HasAccountSelection
|
||||
|
||||
`func (o *RequestedItemDtoRef) HasAccountSelection() bool`
|
||||
|
||||
HasAccountSelection returns a boolean if a field has been set.
|
||||
|
||||
### SetAccountSelectionNil
|
||||
|
||||
`func (o *RequestedItemDtoRef) SetAccountSelectionNil(b bool)`
|
||||
|
||||
SetAccountSelectionNil sets the value for AccountSelection to be an explicit nil
|
||||
|
||||
### UnsetAccountSelection
|
||||
`func (o *RequestedItemDtoRef) UnsetAccountSelection()`
|
||||
|
||||
UnsetAccountSelection ensures that no value is present for AccountSelection, not even an explicit nil
|
||||
|
||||
@@ -15,7 +15,7 @@ tags: ['SDK', 'Software Development Kit', 'Revocability', 'Revocability']
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**ApprovalSchemes** | Pointer to [**[]AccessProfileApprovalScheme**](access-profile-approval-scheme) | List describing the steps in approving the revocation request | [optional]
|
||||
**ApprovalSchemes** | Pointer to [**[]AccessProfileApprovalScheme**](access-profile-approval-scheme) | List describing the steps involved in approving the revocation request. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
|
||||
@@ -1,249 +0,0 @@
|
||||
---
|
||||
id: scheduled-attributes
|
||||
title: ScheduledAttributes
|
||||
pagination_label: ScheduledAttributes
|
||||
sidebar_label: ScheduledAttributes
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'ScheduledAttributes', 'ScheduledAttributes']
|
||||
slug: /tools/sdk/go/v3/models/scheduled-attributes
|
||||
tags: ['SDK', 'Software Development Kit', 'ScheduledAttributes', 'ScheduledAttributes']
|
||||
---
|
||||
|
||||
# ScheduledAttributes
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Frequency** | **NullableString** | Frequency of execution |
|
||||
**TimeZone** | Pointer to **NullableString** | Time zone identifier | [optional]
|
||||
**CronString** | Pointer to **NullableString** | A valid CRON expression | [optional]
|
||||
**WeeklyDays** | Pointer to **[]string** | Scheduled days of the week for execution | [optional]
|
||||
**WeeklyTimes** | Pointer to **[]string** | Scheduled execution times | [optional]
|
||||
**YearlyTimes** | Pointer to **[]string** | Scheduled execution times | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewScheduledAttributes
|
||||
|
||||
`func NewScheduledAttributes(frequency NullableString, ) *ScheduledAttributes`
|
||||
|
||||
NewScheduledAttributes instantiates a new ScheduledAttributes 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
|
||||
|
||||
### NewScheduledAttributesWithDefaults
|
||||
|
||||
`func NewScheduledAttributesWithDefaults() *ScheduledAttributes`
|
||||
|
||||
NewScheduledAttributesWithDefaults instantiates a new ScheduledAttributes 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
|
||||
|
||||
### GetFrequency
|
||||
|
||||
`func (o *ScheduledAttributes) GetFrequency() string`
|
||||
|
||||
GetFrequency returns the Frequency field if non-nil, zero value otherwise.
|
||||
|
||||
### GetFrequencyOk
|
||||
|
||||
`func (o *ScheduledAttributes) GetFrequencyOk() (*string, bool)`
|
||||
|
||||
GetFrequencyOk returns a tuple with the Frequency field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetFrequency
|
||||
|
||||
`func (o *ScheduledAttributes) SetFrequency(v string)`
|
||||
|
||||
SetFrequency sets Frequency field to given value.
|
||||
|
||||
|
||||
### SetFrequencyNil
|
||||
|
||||
`func (o *ScheduledAttributes) SetFrequencyNil(b bool)`
|
||||
|
||||
SetFrequencyNil sets the value for Frequency to be an explicit nil
|
||||
|
||||
### UnsetFrequency
|
||||
`func (o *ScheduledAttributes) UnsetFrequency()`
|
||||
|
||||
UnsetFrequency ensures that no value is present for Frequency, not even an explicit nil
|
||||
### GetTimeZone
|
||||
|
||||
`func (o *ScheduledAttributes) GetTimeZone() string`
|
||||
|
||||
GetTimeZone returns the TimeZone field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTimeZoneOk
|
||||
|
||||
`func (o *ScheduledAttributes) GetTimeZoneOk() (*string, bool)`
|
||||
|
||||
GetTimeZoneOk returns a tuple with the TimeZone field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetTimeZone
|
||||
|
||||
`func (o *ScheduledAttributes) SetTimeZone(v string)`
|
||||
|
||||
SetTimeZone sets TimeZone field to given value.
|
||||
|
||||
### HasTimeZone
|
||||
|
||||
`func (o *ScheduledAttributes) HasTimeZone() bool`
|
||||
|
||||
HasTimeZone returns a boolean if a field has been set.
|
||||
|
||||
### SetTimeZoneNil
|
||||
|
||||
`func (o *ScheduledAttributes) SetTimeZoneNil(b bool)`
|
||||
|
||||
SetTimeZoneNil sets the value for TimeZone to be an explicit nil
|
||||
|
||||
### UnsetTimeZone
|
||||
`func (o *ScheduledAttributes) UnsetTimeZone()`
|
||||
|
||||
UnsetTimeZone ensures that no value is present for TimeZone, not even an explicit nil
|
||||
### GetCronString
|
||||
|
||||
`func (o *ScheduledAttributes) GetCronString() string`
|
||||
|
||||
GetCronString returns the CronString field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCronStringOk
|
||||
|
||||
`func (o *ScheduledAttributes) GetCronStringOk() (*string, bool)`
|
||||
|
||||
GetCronStringOk returns a tuple with the CronString field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCronString
|
||||
|
||||
`func (o *ScheduledAttributes) SetCronString(v string)`
|
||||
|
||||
SetCronString sets CronString field to given value.
|
||||
|
||||
### HasCronString
|
||||
|
||||
`func (o *ScheduledAttributes) HasCronString() bool`
|
||||
|
||||
HasCronString returns a boolean if a field has been set.
|
||||
|
||||
### SetCronStringNil
|
||||
|
||||
`func (o *ScheduledAttributes) SetCronStringNil(b bool)`
|
||||
|
||||
SetCronStringNil sets the value for CronString to be an explicit nil
|
||||
|
||||
### UnsetCronString
|
||||
`func (o *ScheduledAttributes) UnsetCronString()`
|
||||
|
||||
UnsetCronString ensures that no value is present for CronString, not even an explicit nil
|
||||
### GetWeeklyDays
|
||||
|
||||
`func (o *ScheduledAttributes) GetWeeklyDays() []string`
|
||||
|
||||
GetWeeklyDays returns the WeeklyDays field if non-nil, zero value otherwise.
|
||||
|
||||
### GetWeeklyDaysOk
|
||||
|
||||
`func (o *ScheduledAttributes) GetWeeklyDaysOk() (*[]string, bool)`
|
||||
|
||||
GetWeeklyDaysOk returns a tuple with the WeeklyDays field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetWeeklyDays
|
||||
|
||||
`func (o *ScheduledAttributes) SetWeeklyDays(v []string)`
|
||||
|
||||
SetWeeklyDays sets WeeklyDays field to given value.
|
||||
|
||||
### HasWeeklyDays
|
||||
|
||||
`func (o *ScheduledAttributes) HasWeeklyDays() bool`
|
||||
|
||||
HasWeeklyDays returns a boolean if a field has been set.
|
||||
|
||||
### SetWeeklyDaysNil
|
||||
|
||||
`func (o *ScheduledAttributes) SetWeeklyDaysNil(b bool)`
|
||||
|
||||
SetWeeklyDaysNil sets the value for WeeklyDays to be an explicit nil
|
||||
|
||||
### UnsetWeeklyDays
|
||||
`func (o *ScheduledAttributes) UnsetWeeklyDays()`
|
||||
|
||||
UnsetWeeklyDays ensures that no value is present for WeeklyDays, not even an explicit nil
|
||||
### GetWeeklyTimes
|
||||
|
||||
`func (o *ScheduledAttributes) GetWeeklyTimes() []string`
|
||||
|
||||
GetWeeklyTimes returns the WeeklyTimes field if non-nil, zero value otherwise.
|
||||
|
||||
### GetWeeklyTimesOk
|
||||
|
||||
`func (o *ScheduledAttributes) GetWeeklyTimesOk() (*[]string, bool)`
|
||||
|
||||
GetWeeklyTimesOk returns a tuple with the WeeklyTimes field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetWeeklyTimes
|
||||
|
||||
`func (o *ScheduledAttributes) SetWeeklyTimes(v []string)`
|
||||
|
||||
SetWeeklyTimes sets WeeklyTimes field to given value.
|
||||
|
||||
### HasWeeklyTimes
|
||||
|
||||
`func (o *ScheduledAttributes) HasWeeklyTimes() bool`
|
||||
|
||||
HasWeeklyTimes returns a boolean if a field has been set.
|
||||
|
||||
### SetWeeklyTimesNil
|
||||
|
||||
`func (o *ScheduledAttributes) SetWeeklyTimesNil(b bool)`
|
||||
|
||||
SetWeeklyTimesNil sets the value for WeeklyTimes to be an explicit nil
|
||||
|
||||
### UnsetWeeklyTimes
|
||||
`func (o *ScheduledAttributes) UnsetWeeklyTimes()`
|
||||
|
||||
UnsetWeeklyTimes ensures that no value is present for WeeklyTimes, not even an explicit nil
|
||||
### GetYearlyTimes
|
||||
|
||||
`func (o *ScheduledAttributes) GetYearlyTimes() []string`
|
||||
|
||||
GetYearlyTimes returns the YearlyTimes field if non-nil, zero value otherwise.
|
||||
|
||||
### GetYearlyTimesOk
|
||||
|
||||
`func (o *ScheduledAttributes) GetYearlyTimesOk() (*[]string, bool)`
|
||||
|
||||
GetYearlyTimesOk returns a tuple with the YearlyTimes field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetYearlyTimes
|
||||
|
||||
`func (o *ScheduledAttributes) SetYearlyTimes(v []string)`
|
||||
|
||||
SetYearlyTimes sets YearlyTimes field to given value.
|
||||
|
||||
### HasYearlyTimes
|
||||
|
||||
`func (o *ScheduledAttributes) HasYearlyTimes() bool`
|
||||
|
||||
HasYearlyTimes returns a boolean if a field has been set.
|
||||
|
||||
### SetYearlyTimesNil
|
||||
|
||||
`func (o *ScheduledAttributes) SetYearlyTimesNil(b bool)`
|
||||
|
||||
SetYearlyTimesNil sets the value for YearlyTimes to be an explicit nil
|
||||
|
||||
### UnsetYearlyTimes
|
||||
`func (o *ScheduledAttributes) UnsetYearlyTimes()`
|
||||
|
||||
UnsetYearlyTimes ensures that no value is present for YearlyTimes, not even an explicit nil
|
||||
|
||||
@@ -18,25 +18,26 @@ Name | Type | Description | Notes
|
||||
**Role** | Pointer to **string** | Federation protocol role | [optional]
|
||||
**EntityId** | Pointer to **string** | An entity ID is a globally unique name for a SAML entity, either an Identity Provider (IDP) or a Service Provider (SP). | [optional]
|
||||
**Binding** | Pointer to **string** | Defines the binding used for the SAML flow. Used with IDP configurations. | [optional]
|
||||
**AuthContext** | Pointer to **string** | Specifies the SAML authentication method to use. Used with IDP configurations. | [optional]
|
||||
**AuthnContext** | Pointer to **string** | Specifies the SAML authentication method to use. Used with IDP configurations. | [optional]
|
||||
**LogoutUrl** | Pointer to **string** | The IDP logout URL. Used with IDP configurations. | [optional]
|
||||
**IncludeAuthContext** | Pointer to **bool** | Determines if the configured AuthnContext should be used or the default. Used with IDP configurations. | [optional] [default to false]
|
||||
**IncludeAuthnContext** | Pointer to **bool** | Determines if the configured AuthnContext should be used or the default. Used with IDP configurations. | [optional] [default to false]
|
||||
**NameId** | Pointer to **string** | The name id format to use. Used with IDP configurations. | [optional]
|
||||
**JitConfiguration** | Pointer to [**JITConfiguration**](jit-configuration) | | [optional]
|
||||
**Cert** | Pointer to **string** | The Base64-encoded certificate used by the IDP. Used with IDP configurations. | [optional]
|
||||
**LoginUrlPost** | Pointer to **string** | The IDP POST URL, used with IDP HTTP-POST bindings for IDP-initiated logins. Used with IDP configurations. | [optional]
|
||||
**LoginUrlRedirect** | Pointer to **string** | The IDP Redirect URL. Used with IDP configurations. | [optional]
|
||||
**MappingAttribute** | Pointer to **string** | Return the saml Id for the given user, based on the IDN as SP settings of the org. Used with IDP configurations. | [optional]
|
||||
**MappingAttribute** | **string** | Return the saml Id for the given user, based on the IDN as SP settings of the org. Used with IDP configurations. |
|
||||
**CertificateExpirationDate** | Pointer to **string** | The expiration date extracted from the certificate. | [optional]
|
||||
**CertificateName** | Pointer to **string** | The name extracted from the certificate. | [optional]
|
||||
**Alias** | Pointer to **string** | Unique alias used to identify the selected local service provider based on used URL. Used with SP configurations. | [optional]
|
||||
**CallbackUrl** | Pointer to **string** | The allowed callback URL where users will be redirected to after authentication. Used with SP configurations. | [optional]
|
||||
**CallbackUrl** | **string** | The allowed callback URL where users will be redirected to after authentication. Used with SP configurations. |
|
||||
**LegacyAcsUrl** | Pointer to **string** | The legacy ACS URL used for SAML authentication. Used with SP configurations. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewServiceProviderConfigurationFederationProtocolDetailsInner
|
||||
|
||||
`func NewServiceProviderConfigurationFederationProtocolDetailsInner() *ServiceProviderConfigurationFederationProtocolDetailsInner`
|
||||
`func NewServiceProviderConfigurationFederationProtocolDetailsInner(mappingAttribute string, callbackUrl string, ) *ServiceProviderConfigurationFederationProtocolDetailsInner`
|
||||
|
||||
NewServiceProviderConfigurationFederationProtocolDetailsInner instantiates a new ServiceProviderConfigurationFederationProtocolDetailsInner object
|
||||
This constructor will assign default values to properties that have it defined,
|
||||
@@ -126,30 +127,30 @@ SetBinding sets Binding field to given value.
|
||||
|
||||
HasBinding returns a boolean if a field has been set.
|
||||
|
||||
### GetAuthContext
|
||||
### GetAuthnContext
|
||||
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) GetAuthContext() string`
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) GetAuthnContext() string`
|
||||
|
||||
GetAuthContext returns the AuthContext field if non-nil, zero value otherwise.
|
||||
GetAuthnContext returns the AuthnContext field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAuthContextOk
|
||||
### GetAuthnContextOk
|
||||
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) GetAuthContextOk() (*string, bool)`
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) GetAuthnContextOk() (*string, bool)`
|
||||
|
||||
GetAuthContextOk returns a tuple with the AuthContext field if it's non-nil, zero value otherwise
|
||||
GetAuthnContextOk returns a tuple with the AuthnContext field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAuthContext
|
||||
### SetAuthnContext
|
||||
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) SetAuthContext(v string)`
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) SetAuthnContext(v string)`
|
||||
|
||||
SetAuthContext sets AuthContext field to given value.
|
||||
SetAuthnContext sets AuthnContext field to given value.
|
||||
|
||||
### HasAuthContext
|
||||
### HasAuthnContext
|
||||
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) HasAuthContext() bool`
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) HasAuthnContext() bool`
|
||||
|
||||
HasAuthContext returns a boolean if a field has been set.
|
||||
HasAuthnContext returns a boolean if a field has been set.
|
||||
|
||||
### GetLogoutUrl
|
||||
|
||||
@@ -176,30 +177,30 @@ SetLogoutUrl sets LogoutUrl field to given value.
|
||||
|
||||
HasLogoutUrl returns a boolean if a field has been set.
|
||||
|
||||
### GetIncludeAuthContext
|
||||
### GetIncludeAuthnContext
|
||||
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) GetIncludeAuthContext() bool`
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) GetIncludeAuthnContext() bool`
|
||||
|
||||
GetIncludeAuthContext returns the IncludeAuthContext field if non-nil, zero value otherwise.
|
||||
GetIncludeAuthnContext returns the IncludeAuthnContext field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIncludeAuthContextOk
|
||||
### GetIncludeAuthnContextOk
|
||||
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) GetIncludeAuthContextOk() (*bool, bool)`
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) GetIncludeAuthnContextOk() (*bool, bool)`
|
||||
|
||||
GetIncludeAuthContextOk returns a tuple with the IncludeAuthContext field if it's non-nil, zero value otherwise
|
||||
GetIncludeAuthnContextOk returns a tuple with the IncludeAuthnContext field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetIncludeAuthContext
|
||||
### SetIncludeAuthnContext
|
||||
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) SetIncludeAuthContext(v bool)`
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) SetIncludeAuthnContext(v bool)`
|
||||
|
||||
SetIncludeAuthContext sets IncludeAuthContext field to given value.
|
||||
SetIncludeAuthnContext sets IncludeAuthnContext field to given value.
|
||||
|
||||
### HasIncludeAuthContext
|
||||
### HasIncludeAuthnContext
|
||||
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) HasIncludeAuthContext() bool`
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) HasIncludeAuthnContext() bool`
|
||||
|
||||
HasIncludeAuthContext returns a boolean if a field has been set.
|
||||
HasIncludeAuthnContext returns a boolean if a field has been set.
|
||||
|
||||
### GetNameId
|
||||
|
||||
@@ -345,11 +346,6 @@ and a boolean to check if the value has been set.
|
||||
|
||||
SetMappingAttribute sets MappingAttribute field to given value.
|
||||
|
||||
### HasMappingAttribute
|
||||
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) HasMappingAttribute() bool`
|
||||
|
||||
HasMappingAttribute returns a boolean if a field has been set.
|
||||
|
||||
### GetCertificateExpirationDate
|
||||
|
||||
@@ -445,10 +441,30 @@ and a boolean to check if the value has been set.
|
||||
|
||||
SetCallbackUrl sets CallbackUrl field to given value.
|
||||
|
||||
### HasCallbackUrl
|
||||
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) HasCallbackUrl() bool`
|
||||
### GetLegacyAcsUrl
|
||||
|
||||
HasCallbackUrl returns a boolean if a field has been set.
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) GetLegacyAcsUrl() string`
|
||||
|
||||
GetLegacyAcsUrl returns the LegacyAcsUrl field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLegacyAcsUrlOk
|
||||
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) GetLegacyAcsUrlOk() (*string, bool)`
|
||||
|
||||
GetLegacyAcsUrlOk returns a tuple with the LegacyAcsUrl field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLegacyAcsUrl
|
||||
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) SetLegacyAcsUrl(v string)`
|
||||
|
||||
SetLegacyAcsUrl sets LegacyAcsUrl field to given value.
|
||||
|
||||
### HasLegacyAcsUrl
|
||||
|
||||
`func (o *ServiceProviderConfigurationFederationProtocolDetailsInner) HasLegacyAcsUrl() bool`
|
||||
|
||||
HasLegacyAcsUrl returns a boolean if a field has been set.
|
||||
|
||||
|
||||
|
||||
110
docs/tools/sdk/go/Reference/V3/Models/SourceItemRef.md
Normal file
110
docs/tools/sdk/go/Reference/V3/Models/SourceItemRef.md
Normal file
@@ -0,0 +1,110 @@
|
||||
---
|
||||
id: source-item-ref
|
||||
title: SourceItemRef
|
||||
pagination_label: SourceItemRef
|
||||
sidebar_label: SourceItemRef
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'SourceItemRef', 'SourceItemRef']
|
||||
slug: /tools/sdk/go/v3/models/source-item-ref
|
||||
tags: ['SDK', 'Software Development Kit', 'SourceItemRef', 'SourceItemRef']
|
||||
---
|
||||
|
||||
# SourceItemRef
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**SourceId** | Pointer to **NullableString** | The id for the source on which account selections are made | [optional]
|
||||
**Accounts** | Pointer to [**[]AccountItemRef**](account-item-ref) | A list of account selections on the source. Currently, only one selection per source is supported. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSourceItemRef
|
||||
|
||||
`func NewSourceItemRef() *SourceItemRef`
|
||||
|
||||
NewSourceItemRef instantiates a new SourceItemRef 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
|
||||
|
||||
### NewSourceItemRefWithDefaults
|
||||
|
||||
`func NewSourceItemRefWithDefaults() *SourceItemRef`
|
||||
|
||||
NewSourceItemRefWithDefaults instantiates a new SourceItemRef 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
|
||||
|
||||
### GetSourceId
|
||||
|
||||
`func (o *SourceItemRef) GetSourceId() string`
|
||||
|
||||
GetSourceId returns the SourceId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSourceIdOk
|
||||
|
||||
`func (o *SourceItemRef) GetSourceIdOk() (*string, bool)`
|
||||
|
||||
GetSourceIdOk returns a tuple with the SourceId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSourceId
|
||||
|
||||
`func (o *SourceItemRef) SetSourceId(v string)`
|
||||
|
||||
SetSourceId sets SourceId field to given value.
|
||||
|
||||
### HasSourceId
|
||||
|
||||
`func (o *SourceItemRef) HasSourceId() bool`
|
||||
|
||||
HasSourceId returns a boolean if a field has been set.
|
||||
|
||||
### SetSourceIdNil
|
||||
|
||||
`func (o *SourceItemRef) SetSourceIdNil(b bool)`
|
||||
|
||||
SetSourceIdNil sets the value for SourceId to be an explicit nil
|
||||
|
||||
### UnsetSourceId
|
||||
`func (o *SourceItemRef) UnsetSourceId()`
|
||||
|
||||
UnsetSourceId ensures that no value is present for SourceId, not even an explicit nil
|
||||
### GetAccounts
|
||||
|
||||
`func (o *SourceItemRef) GetAccounts() []AccountItemRef`
|
||||
|
||||
GetAccounts returns the Accounts field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAccountsOk
|
||||
|
||||
`func (o *SourceItemRef) GetAccountsOk() (*[]AccountItemRef, bool)`
|
||||
|
||||
GetAccountsOk returns a tuple with the Accounts field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAccounts
|
||||
|
||||
`func (o *SourceItemRef) SetAccounts(v []AccountItemRef)`
|
||||
|
||||
SetAccounts sets Accounts field to given value.
|
||||
|
||||
### HasAccounts
|
||||
|
||||
`func (o *SourceItemRef) HasAccounts() bool`
|
||||
|
||||
HasAccounts returns a boolean if a field has been set.
|
||||
|
||||
### SetAccountsNil
|
||||
|
||||
`func (o *SourceItemRef) SetAccountsNil(b bool)`
|
||||
|
||||
SetAccountsNil sets the value for Accounts to be an explicit nil
|
||||
|
||||
### UnsetAccounts
|
||||
`func (o *SourceItemRef) UnsetAccounts()`
|
||||
|
||||
UnsetAccounts ensures that no value is present for Accounts, not even an explicit nil
|
||||
|
||||
@@ -18,13 +18,14 @@ Name | Type | Description | Notes
|
||||
**Role** | Pointer to **string** | Federation protocol role | [optional]
|
||||
**EntityId** | Pointer to **string** | An entity ID is a globally unique name for a SAML entity, either an Identity Provider (IDP) or a Service Provider (SP). | [optional]
|
||||
**Alias** | Pointer to **string** | Unique alias used to identify the selected local service provider based on used URL. Used with SP configurations. | [optional]
|
||||
**CallbackUrl** | Pointer to **string** | The allowed callback URL where users will be redirected to after authentication. Used with SP configurations. | [optional]
|
||||
**CallbackUrl** | **string** | The allowed callback URL where users will be redirected to after authentication. Used with SP configurations. |
|
||||
**LegacyAcsUrl** | Pointer to **string** | The legacy ACS URL used for SAML authentication. Used with SP configurations. | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSpDetails
|
||||
|
||||
`func NewSpDetails() *SpDetails`
|
||||
`func NewSpDetails(callbackUrl string, ) *SpDetails`
|
||||
|
||||
NewSpDetails instantiates a new SpDetails object
|
||||
This constructor will assign default values to properties that have it defined,
|
||||
@@ -133,10 +134,30 @@ and a boolean to check if the value has been set.
|
||||
|
||||
SetCallbackUrl sets CallbackUrl field to given value.
|
||||
|
||||
### HasCallbackUrl
|
||||
|
||||
`func (o *SpDetails) HasCallbackUrl() bool`
|
||||
### GetLegacyAcsUrl
|
||||
|
||||
HasCallbackUrl returns a boolean if a field has been set.
|
||||
`func (o *SpDetails) GetLegacyAcsUrl() string`
|
||||
|
||||
GetLegacyAcsUrl returns the LegacyAcsUrl field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLegacyAcsUrlOk
|
||||
|
||||
`func (o *SpDetails) GetLegacyAcsUrlOk() (*string, bool)`
|
||||
|
||||
GetLegacyAcsUrlOk returns a tuple with the LegacyAcsUrl field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLegacyAcsUrl
|
||||
|
||||
`func (o *SpDetails) SetLegacyAcsUrl(v string)`
|
||||
|
||||
SetLegacyAcsUrl sets LegacyAcsUrl field to given value.
|
||||
|
||||
### HasLegacyAcsUrl
|
||||
|
||||
`func (o *SpDetails) HasLegacyAcsUrl() bool`
|
||||
|
||||
HasLegacyAcsUrl returns a boolean if a field has been set.
|
||||
|
||||
|
||||
|
||||
@@ -17,13 +17,13 @@ Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | **string** | The trigger type |
|
||||
**DisplayName** | Pointer to **NullableString** | | [optional]
|
||||
**Attributes** | [**NullableWorkflowTriggerAttributes**](workflow-trigger-attributes) | |
|
||||
**Attributes** | **map[string]interface{}** | Workflow Trigger Attributes. |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewWorkflowTrigger
|
||||
|
||||
`func NewWorkflowTrigger(type_ string, attributes NullableWorkflowTriggerAttributes, ) *WorkflowTrigger`
|
||||
`func NewWorkflowTrigger(type_ string, attributes map[string]interface{}, ) *WorkflowTrigger`
|
||||
|
||||
NewWorkflowTrigger instantiates a new WorkflowTrigger object
|
||||
This constructor will assign default values to properties that have it defined,
|
||||
@@ -95,20 +95,20 @@ HasDisplayName returns a boolean if a field has been set.
|
||||
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
|
||||
### GetAttributes
|
||||
|
||||
`func (o *WorkflowTrigger) GetAttributes() WorkflowTriggerAttributes`
|
||||
`func (o *WorkflowTrigger) GetAttributes() map[string]interface{}`
|
||||
|
||||
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAttributesOk
|
||||
|
||||
`func (o *WorkflowTrigger) GetAttributesOk() (*WorkflowTriggerAttributes, bool)`
|
||||
`func (o *WorkflowTrigger) GetAttributesOk() (*map[string]interface{}, bool)`
|
||||
|
||||
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAttributes
|
||||
|
||||
`func (o *WorkflowTrigger) SetAttributes(v WorkflowTriggerAttributes)`
|
||||
`func (o *WorkflowTrigger) SetAttributes(v map[string]interface{})`
|
||||
|
||||
SetAttributes sets Attributes field to given value.
|
||||
|
||||
|
||||
@@ -1,532 +0,0 @@
|
||||
---
|
||||
id: workflow-trigger-attributes
|
||||
title: WorkflowTriggerAttributes
|
||||
pagination_label: WorkflowTriggerAttributes
|
||||
sidebar_label: WorkflowTriggerAttributes
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'WorkflowTriggerAttributes', 'WorkflowTriggerAttributes']
|
||||
slug: /tools/sdk/go/v3/models/workflow-trigger-attributes
|
||||
tags: ['SDK', 'Software Development Kit', 'WorkflowTriggerAttributes', 'WorkflowTriggerAttributes']
|
||||
---
|
||||
|
||||
# WorkflowTriggerAttributes
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **NullableString** | The unique ID of the trigger |
|
||||
**Filter** | Pointer to **NullableString** | JSON path expression that will limit which events the trigger will fire on | [optional]
|
||||
**Description** | Pointer to **NullableString** | Additional context about the external trigger | [optional]
|
||||
**AttributeToFilter** | Pointer to **NullableString** | The attribute to filter on | [optional]
|
||||
**FormDefinitionId** | Pointer to **NullableString** | Form definition's unique identifier. | [optional]
|
||||
**Name** | Pointer to **NullableString** | A unique name for the external trigger | [optional]
|
||||
**ClientId** | Pointer to **NullableString** | OAuth Client ID to authenticate with this trigger | [optional]
|
||||
**Url** | Pointer to **NullableString** | URL to invoke this workflow | [optional]
|
||||
**Frequency** | **NullableString** | Frequency of execution |
|
||||
**TimeZone** | Pointer to **NullableString** | Time zone identifier | [optional]
|
||||
**CronString** | Pointer to **NullableString** | A valid CRON expression | [optional]
|
||||
**WeeklyDays** | Pointer to **[]string** | Scheduled days of the week for execution | [optional]
|
||||
**WeeklyTimes** | Pointer to **[]string** | Scheduled execution times | [optional]
|
||||
**YearlyTimes** | Pointer to **[]string** | Scheduled execution times | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewWorkflowTriggerAttributes
|
||||
|
||||
`func NewWorkflowTriggerAttributes(id NullableString, frequency NullableString, ) *WorkflowTriggerAttributes`
|
||||
|
||||
NewWorkflowTriggerAttributes instantiates a new WorkflowTriggerAttributes 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
|
||||
|
||||
### NewWorkflowTriggerAttributesWithDefaults
|
||||
|
||||
`func NewWorkflowTriggerAttributesWithDefaults() *WorkflowTriggerAttributes`
|
||||
|
||||
NewWorkflowTriggerAttributesWithDefaults instantiates a new WorkflowTriggerAttributes 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
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetIdOk() (*string, bool)`
|
||||
|
||||
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetId
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
|
||||
### SetIdNil
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetIdNil(b bool)`
|
||||
|
||||
SetIdNil sets the value for Id to be an explicit nil
|
||||
|
||||
### UnsetId
|
||||
`func (o *WorkflowTriggerAttributes) UnsetId()`
|
||||
|
||||
UnsetId ensures that no value is present for Id, not even an explicit nil
|
||||
### GetFilter
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetFilter() string`
|
||||
|
||||
GetFilter returns the Filter field if non-nil, zero value otherwise.
|
||||
|
||||
### GetFilterOk
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetFilterOk() (*string, bool)`
|
||||
|
||||
GetFilterOk returns a tuple with the Filter field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetFilter
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetFilter(v string)`
|
||||
|
||||
SetFilter sets Filter field to given value.
|
||||
|
||||
### HasFilter
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) HasFilter() bool`
|
||||
|
||||
HasFilter returns a boolean if a field has been set.
|
||||
|
||||
### SetFilterNil
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetFilterNil(b bool)`
|
||||
|
||||
SetFilterNil sets the value for Filter to be an explicit nil
|
||||
|
||||
### UnsetFilter
|
||||
`func (o *WorkflowTriggerAttributes) UnsetFilter()`
|
||||
|
||||
UnsetFilter ensures that no value is present for Filter, not even an explicit nil
|
||||
### GetDescription
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetDescription() string`
|
||||
|
||||
GetDescription returns the Description field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDescriptionOk
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetDescriptionOk() (*string, bool)`
|
||||
|
||||
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetDescription
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetDescription(v string)`
|
||||
|
||||
SetDescription sets Description field to given value.
|
||||
|
||||
### HasDescription
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) HasDescription() bool`
|
||||
|
||||
HasDescription returns a boolean if a field has been set.
|
||||
|
||||
### SetDescriptionNil
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetDescriptionNil(b bool)`
|
||||
|
||||
SetDescriptionNil sets the value for Description to be an explicit nil
|
||||
|
||||
### UnsetDescription
|
||||
`func (o *WorkflowTriggerAttributes) UnsetDescription()`
|
||||
|
||||
UnsetDescription ensures that no value is present for Description, not even an explicit nil
|
||||
### GetAttributeToFilter
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetAttributeToFilter() string`
|
||||
|
||||
GetAttributeToFilter returns the AttributeToFilter field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAttributeToFilterOk
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetAttributeToFilterOk() (*string, bool)`
|
||||
|
||||
GetAttributeToFilterOk returns a tuple with the AttributeToFilter field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAttributeToFilter
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetAttributeToFilter(v string)`
|
||||
|
||||
SetAttributeToFilter sets AttributeToFilter field to given value.
|
||||
|
||||
### HasAttributeToFilter
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) HasAttributeToFilter() bool`
|
||||
|
||||
HasAttributeToFilter returns a boolean if a field has been set.
|
||||
|
||||
### SetAttributeToFilterNil
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetAttributeToFilterNil(b bool)`
|
||||
|
||||
SetAttributeToFilterNil sets the value for AttributeToFilter to be an explicit nil
|
||||
|
||||
### UnsetAttributeToFilter
|
||||
`func (o *WorkflowTriggerAttributes) UnsetAttributeToFilter()`
|
||||
|
||||
UnsetAttributeToFilter ensures that no value is present for AttributeToFilter, not even an explicit nil
|
||||
### GetFormDefinitionId
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetFormDefinitionId() string`
|
||||
|
||||
GetFormDefinitionId returns the FormDefinitionId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetFormDefinitionIdOk
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetFormDefinitionIdOk() (*string, bool)`
|
||||
|
||||
GetFormDefinitionIdOk returns a tuple with the FormDefinitionId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetFormDefinitionId
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetFormDefinitionId(v string)`
|
||||
|
||||
SetFormDefinitionId sets FormDefinitionId field to given value.
|
||||
|
||||
### HasFormDefinitionId
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) HasFormDefinitionId() bool`
|
||||
|
||||
HasFormDefinitionId returns a boolean if a field has been set.
|
||||
|
||||
### SetFormDefinitionIdNil
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetFormDefinitionIdNil(b bool)`
|
||||
|
||||
SetFormDefinitionIdNil sets the value for FormDefinitionId to be an explicit nil
|
||||
|
||||
### UnsetFormDefinitionId
|
||||
`func (o *WorkflowTriggerAttributes) UnsetFormDefinitionId()`
|
||||
|
||||
UnsetFormDefinitionId ensures that no value is present for FormDefinitionId, not even an explicit nil
|
||||
### GetName
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetName() string`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetNameOk() (*string, bool)`
|
||||
|
||||
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetName
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetName(v string)`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
### SetNameNil
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetNameNil(b bool)`
|
||||
|
||||
SetNameNil sets the value for Name to be an explicit nil
|
||||
|
||||
### UnsetName
|
||||
`func (o *WorkflowTriggerAttributes) UnsetName()`
|
||||
|
||||
UnsetName ensures that no value is present for Name, not even an explicit nil
|
||||
### GetClientId
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetClientId() string`
|
||||
|
||||
GetClientId returns the ClientId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetClientIdOk
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetClientIdOk() (*string, bool)`
|
||||
|
||||
GetClientIdOk returns a tuple with the ClientId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetClientId
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetClientId(v string)`
|
||||
|
||||
SetClientId sets ClientId field to given value.
|
||||
|
||||
### HasClientId
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) HasClientId() bool`
|
||||
|
||||
HasClientId returns a boolean if a field has been set.
|
||||
|
||||
### SetClientIdNil
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetClientIdNil(b bool)`
|
||||
|
||||
SetClientIdNil sets the value for ClientId to be an explicit nil
|
||||
|
||||
### UnsetClientId
|
||||
`func (o *WorkflowTriggerAttributes) UnsetClientId()`
|
||||
|
||||
UnsetClientId ensures that no value is present for ClientId, not even an explicit nil
|
||||
### GetUrl
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetUrl() string`
|
||||
|
||||
GetUrl returns the Url field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUrlOk
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetUrlOk() (*string, bool)`
|
||||
|
||||
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetUrl
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetUrl(v string)`
|
||||
|
||||
SetUrl sets Url field to given value.
|
||||
|
||||
### HasUrl
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) HasUrl() bool`
|
||||
|
||||
HasUrl returns a boolean if a field has been set.
|
||||
|
||||
### SetUrlNil
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetUrlNil(b bool)`
|
||||
|
||||
SetUrlNil sets the value for Url to be an explicit nil
|
||||
|
||||
### UnsetUrl
|
||||
`func (o *WorkflowTriggerAttributes) UnsetUrl()`
|
||||
|
||||
UnsetUrl ensures that no value is present for Url, not even an explicit nil
|
||||
### GetFrequency
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetFrequency() string`
|
||||
|
||||
GetFrequency returns the Frequency field if non-nil, zero value otherwise.
|
||||
|
||||
### GetFrequencyOk
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetFrequencyOk() (*string, bool)`
|
||||
|
||||
GetFrequencyOk returns a tuple with the Frequency field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetFrequency
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetFrequency(v string)`
|
||||
|
||||
SetFrequency sets Frequency field to given value.
|
||||
|
||||
|
||||
### SetFrequencyNil
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetFrequencyNil(b bool)`
|
||||
|
||||
SetFrequencyNil sets the value for Frequency to be an explicit nil
|
||||
|
||||
### UnsetFrequency
|
||||
`func (o *WorkflowTriggerAttributes) UnsetFrequency()`
|
||||
|
||||
UnsetFrequency ensures that no value is present for Frequency, not even an explicit nil
|
||||
### GetTimeZone
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetTimeZone() string`
|
||||
|
||||
GetTimeZone returns the TimeZone field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTimeZoneOk
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetTimeZoneOk() (*string, bool)`
|
||||
|
||||
GetTimeZoneOk returns a tuple with the TimeZone field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetTimeZone
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetTimeZone(v string)`
|
||||
|
||||
SetTimeZone sets TimeZone field to given value.
|
||||
|
||||
### HasTimeZone
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) HasTimeZone() bool`
|
||||
|
||||
HasTimeZone returns a boolean if a field has been set.
|
||||
|
||||
### SetTimeZoneNil
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetTimeZoneNil(b bool)`
|
||||
|
||||
SetTimeZoneNil sets the value for TimeZone to be an explicit nil
|
||||
|
||||
### UnsetTimeZone
|
||||
`func (o *WorkflowTriggerAttributes) UnsetTimeZone()`
|
||||
|
||||
UnsetTimeZone ensures that no value is present for TimeZone, not even an explicit nil
|
||||
### GetCronString
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetCronString() string`
|
||||
|
||||
GetCronString returns the CronString field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCronStringOk
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetCronStringOk() (*string, bool)`
|
||||
|
||||
GetCronStringOk returns a tuple with the CronString field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCronString
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetCronString(v string)`
|
||||
|
||||
SetCronString sets CronString field to given value.
|
||||
|
||||
### HasCronString
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) HasCronString() bool`
|
||||
|
||||
HasCronString returns a boolean if a field has been set.
|
||||
|
||||
### SetCronStringNil
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetCronStringNil(b bool)`
|
||||
|
||||
SetCronStringNil sets the value for CronString to be an explicit nil
|
||||
|
||||
### UnsetCronString
|
||||
`func (o *WorkflowTriggerAttributes) UnsetCronString()`
|
||||
|
||||
UnsetCronString ensures that no value is present for CronString, not even an explicit nil
|
||||
### GetWeeklyDays
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetWeeklyDays() []string`
|
||||
|
||||
GetWeeklyDays returns the WeeklyDays field if non-nil, zero value otherwise.
|
||||
|
||||
### GetWeeklyDaysOk
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetWeeklyDaysOk() (*[]string, bool)`
|
||||
|
||||
GetWeeklyDaysOk returns a tuple with the WeeklyDays field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetWeeklyDays
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetWeeklyDays(v []string)`
|
||||
|
||||
SetWeeklyDays sets WeeklyDays field to given value.
|
||||
|
||||
### HasWeeklyDays
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) HasWeeklyDays() bool`
|
||||
|
||||
HasWeeklyDays returns a boolean if a field has been set.
|
||||
|
||||
### SetWeeklyDaysNil
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetWeeklyDaysNil(b bool)`
|
||||
|
||||
SetWeeklyDaysNil sets the value for WeeklyDays to be an explicit nil
|
||||
|
||||
### UnsetWeeklyDays
|
||||
`func (o *WorkflowTriggerAttributes) UnsetWeeklyDays()`
|
||||
|
||||
UnsetWeeklyDays ensures that no value is present for WeeklyDays, not even an explicit nil
|
||||
### GetWeeklyTimes
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetWeeklyTimes() []string`
|
||||
|
||||
GetWeeklyTimes returns the WeeklyTimes field if non-nil, zero value otherwise.
|
||||
|
||||
### GetWeeklyTimesOk
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetWeeklyTimesOk() (*[]string, bool)`
|
||||
|
||||
GetWeeklyTimesOk returns a tuple with the WeeklyTimes field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetWeeklyTimes
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetWeeklyTimes(v []string)`
|
||||
|
||||
SetWeeklyTimes sets WeeklyTimes field to given value.
|
||||
|
||||
### HasWeeklyTimes
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) HasWeeklyTimes() bool`
|
||||
|
||||
HasWeeklyTimes returns a boolean if a field has been set.
|
||||
|
||||
### SetWeeklyTimesNil
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetWeeklyTimesNil(b bool)`
|
||||
|
||||
SetWeeklyTimesNil sets the value for WeeklyTimes to be an explicit nil
|
||||
|
||||
### UnsetWeeklyTimes
|
||||
`func (o *WorkflowTriggerAttributes) UnsetWeeklyTimes()`
|
||||
|
||||
UnsetWeeklyTimes ensures that no value is present for WeeklyTimes, not even an explicit nil
|
||||
### GetYearlyTimes
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetYearlyTimes() []string`
|
||||
|
||||
GetYearlyTimes returns the YearlyTimes field if non-nil, zero value otherwise.
|
||||
|
||||
### GetYearlyTimesOk
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) GetYearlyTimesOk() (*[]string, bool)`
|
||||
|
||||
GetYearlyTimesOk returns a tuple with the YearlyTimes field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetYearlyTimes
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetYearlyTimes(v []string)`
|
||||
|
||||
SetYearlyTimes sets YearlyTimes field to given value.
|
||||
|
||||
### HasYearlyTimes
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) HasYearlyTimes() bool`
|
||||
|
||||
HasYearlyTimes returns a boolean if a field has been set.
|
||||
|
||||
### SetYearlyTimesNil
|
||||
|
||||
`func (o *WorkflowTriggerAttributes) SetYearlyTimesNil(b bool)`
|
||||
|
||||
SetYearlyTimesNil sets the value for YearlyTimes to be an explicit nil
|
||||
|
||||
### UnsetYearlyTimes
|
||||
`func (o *WorkflowTriggerAttributes) UnsetYearlyTimes()`
|
||||
|
||||
UnsetYearlyTimes ensures that no value is present for YearlyTimes, not even an explicit nil
|
||||
|
||||
Reference in New Issue
Block a user