Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/V2024/Models/AccessProfileBulkDeleteRequest.md
2025-04-02 17:07:25 -04:00

3.3 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-access-profile-bulk-delete-request AccessProfileBulkDeleteRequest AccessProfileBulkDeleteRequest AccessProfileBulkDeleteRequest gosdk
go
Golang
sdk
AccessProfileBulkDeleteRequest
V2024AccessProfileBulkDeleteRequest
/tools/sdk/go/v2024/models/access-profile-bulk-delete-request
SDK
Software Development Kit
AccessProfileBulkDeleteRequest
V2024AccessProfileBulkDeleteRequest

AccessProfileBulkDeleteRequest

Properties

Name Type Description Notes
AccessProfileIds Pointer to []string List of IDs of Access Profiles to be deleted. [optional]
BestEffortOnly Pointer to bool If true, silently skip over any of the specified Access Profiles if they cannot be deleted because they are in use. If false, no deletions will be attempted if any of the Access Profiles are in use. [optional]

Methods

NewAccessProfileBulkDeleteRequest

func NewAccessProfileBulkDeleteRequest() *AccessProfileBulkDeleteRequest

NewAccessProfileBulkDeleteRequest instantiates a new AccessProfileBulkDeleteRequest 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

NewAccessProfileBulkDeleteRequestWithDefaults

func NewAccessProfileBulkDeleteRequestWithDefaults() *AccessProfileBulkDeleteRequest

NewAccessProfileBulkDeleteRequestWithDefaults instantiates a new AccessProfileBulkDeleteRequest 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

GetAccessProfileIds

func (o *AccessProfileBulkDeleteRequest) GetAccessProfileIds() []string

GetAccessProfileIds returns the AccessProfileIds field if non-nil, zero value otherwise.

GetAccessProfileIdsOk

func (o *AccessProfileBulkDeleteRequest) GetAccessProfileIdsOk() (*[]string, bool)

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

SetAccessProfileIds

func (o *AccessProfileBulkDeleteRequest) SetAccessProfileIds(v []string)

SetAccessProfileIds sets AccessProfileIds field to given value.

HasAccessProfileIds

func (o *AccessProfileBulkDeleteRequest) HasAccessProfileIds() bool

HasAccessProfileIds returns a boolean if a field has been set.

GetBestEffortOnly

func (o *AccessProfileBulkDeleteRequest) GetBestEffortOnly() bool

GetBestEffortOnly returns the BestEffortOnly field if non-nil, zero value otherwise.

GetBestEffortOnlyOk

func (o *AccessProfileBulkDeleteRequest) GetBestEffortOnlyOk() (*bool, bool)

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

SetBestEffortOnly

func (o *AccessProfileBulkDeleteRequest) SetBestEffortOnly(v bool)

SetBestEffortOnly sets BestEffortOnly field to given value.

HasBestEffortOnly

func (o *AccessProfileBulkDeleteRequest) HasBestEffortOnly() bool

HasBestEffortOnly returns a boolean if a field has been set.