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

2.6 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-password-policy-holders-dto-attributes PasswordPolicyHoldersDtoAttributes PasswordPolicyHoldersDtoAttributes PasswordPolicyHoldersDtoAttributes gosdk
go
Golang
sdk
PasswordPolicyHoldersDtoAttributes
V2024PasswordPolicyHoldersDtoAttributes
/tools/sdk/go/v2024/models/password-policy-holders-dto-attributes
SDK
Software Development Kit
PasswordPolicyHoldersDtoAttributes
V2024PasswordPolicyHoldersDtoAttributes

PasswordPolicyHoldersDtoAttributes

Properties

Name Type Description Notes
IdentityAttr Pointer to []PasswordPolicyHoldersDtoAttributesIdentityAttrInner Attributes of PasswordPolicyHoldersDto [optional]

Methods

NewPasswordPolicyHoldersDtoAttributes

func NewPasswordPolicyHoldersDtoAttributes() *PasswordPolicyHoldersDtoAttributes

NewPasswordPolicyHoldersDtoAttributes instantiates a new PasswordPolicyHoldersDtoAttributes 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

NewPasswordPolicyHoldersDtoAttributesWithDefaults

func NewPasswordPolicyHoldersDtoAttributesWithDefaults() *PasswordPolicyHoldersDtoAttributes

NewPasswordPolicyHoldersDtoAttributesWithDefaults instantiates a new PasswordPolicyHoldersDtoAttributes 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

GetIdentityAttr

func (o *PasswordPolicyHoldersDtoAttributes) GetIdentityAttr() []PasswordPolicyHoldersDtoAttributesIdentityAttrInner

GetIdentityAttr returns the IdentityAttr field if non-nil, zero value otherwise.

GetIdentityAttrOk

func (o *PasswordPolicyHoldersDtoAttributes) GetIdentityAttrOk() (*[]PasswordPolicyHoldersDtoAttributesIdentityAttrInner, bool)

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

SetIdentityAttr

func (o *PasswordPolicyHoldersDtoAttributes) SetIdentityAttr(v []PasswordPolicyHoldersDtoAttributesIdentityAttrInner)

SetIdentityAttr sets IdentityAttr field to given value.

HasIdentityAttr

func (o *PasswordPolicyHoldersDtoAttributes) HasIdentityAttr() bool

HasIdentityAttr returns a boolean if a field has been set.