Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/V2025/Models/PasswordPolicyHoldersDtoInner.md
darrell-thobe-sp 82446566d0 update go docs
2025-04-02 20:59:47 -04:00

3.8 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
v2025-password-policy-holders-dto-inner PasswordPolicyHoldersDtoInner PasswordPolicyHoldersDtoInner PasswordPolicyHoldersDtoInner gosdk
go
Golang
sdk
PasswordPolicyHoldersDtoInner
V2025PasswordPolicyHoldersDtoInner
/tools/sdk/go/v2025/models/password-policy-holders-dto-inner
SDK
Software Development Kit
PasswordPolicyHoldersDtoInner
V2025PasswordPolicyHoldersDtoInner

PasswordPolicyHoldersDtoInner

Properties

Name Type Description Notes
PolicyId Pointer to string The password policy Id. [optional]
PolicyName Pointer to string The name of the password policy. [optional]
Selectors Pointer to PasswordPolicyHoldersDtoAttributes [optional]

Methods

NewPasswordPolicyHoldersDtoInner

func NewPasswordPolicyHoldersDtoInner() *PasswordPolicyHoldersDtoInner

NewPasswordPolicyHoldersDtoInner instantiates a new PasswordPolicyHoldersDtoInner 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

NewPasswordPolicyHoldersDtoInnerWithDefaults

func NewPasswordPolicyHoldersDtoInnerWithDefaults() *PasswordPolicyHoldersDtoInner

NewPasswordPolicyHoldersDtoInnerWithDefaults instantiates a new PasswordPolicyHoldersDtoInner 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

GetPolicyId

func (o *PasswordPolicyHoldersDtoInner) GetPolicyId() string

GetPolicyId returns the PolicyId field if non-nil, zero value otherwise.

GetPolicyIdOk

func (o *PasswordPolicyHoldersDtoInner) GetPolicyIdOk() (*string, bool)

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

SetPolicyId

func (o *PasswordPolicyHoldersDtoInner) SetPolicyId(v string)

SetPolicyId sets PolicyId field to given value.

HasPolicyId

func (o *PasswordPolicyHoldersDtoInner) HasPolicyId() bool

HasPolicyId returns a boolean if a field has been set.

GetPolicyName

func (o *PasswordPolicyHoldersDtoInner) GetPolicyName() string

GetPolicyName returns the PolicyName field if non-nil, zero value otherwise.

GetPolicyNameOk

func (o *PasswordPolicyHoldersDtoInner) GetPolicyNameOk() (*string, bool)

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

SetPolicyName

func (o *PasswordPolicyHoldersDtoInner) SetPolicyName(v string)

SetPolicyName sets PolicyName field to given value.

HasPolicyName

func (o *PasswordPolicyHoldersDtoInner) HasPolicyName() bool

HasPolicyName returns a boolean if a field has been set.

GetSelectors

func (o *PasswordPolicyHoldersDtoInner) GetSelectors() PasswordPolicyHoldersDtoAttributes

GetSelectors returns the Selectors field if non-nil, zero value otherwise.

GetSelectorsOk

func (o *PasswordPolicyHoldersDtoInner) GetSelectorsOk() (*PasswordPolicyHoldersDtoAttributes, bool)

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

SetSelectors

func (o *PasswordPolicyHoldersDtoInner) SetSelectors(v PasswordPolicyHoldersDtoAttributes)

SetSelectors sets Selectors field to given value.

HasSelectors

func (o *PasswordPolicyHoldersDtoInner) HasSelectors() bool

HasSelectors returns a boolean if a field has been set.