Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.63 KB

PasswordSyncGroup.md

File metadata and controls

134 lines (73 loc) · 3.63 KB

PasswordSyncGroup

Properties

Name Type Description Notes
Id Pointer to string ID of the sync group [optional]
Name Pointer to string Name of the sync group [optional]
PasswordPolicyId Pointer to string [optional]
SourceIds Pointer to []string List of password managed sources IDs [optional]

Methods

NewPasswordSyncGroup

func NewPasswordSyncGroup() *PasswordSyncGroup

NewPasswordSyncGroup instantiates a new PasswordSyncGroup 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

NewPasswordSyncGroupWithDefaults

func NewPasswordSyncGroupWithDefaults() *PasswordSyncGroup

NewPasswordSyncGroupWithDefaults instantiates a new PasswordSyncGroup 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 *PasswordSyncGroup) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *PasswordSyncGroup) 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 *PasswordSyncGroup) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *PasswordSyncGroup) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *PasswordSyncGroup) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *PasswordSyncGroup) 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 *PasswordSyncGroup) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PasswordSyncGroup) HasName() bool

HasName returns a boolean if a field has been set.

GetPasswordPolicyId

func (o *PasswordSyncGroup) GetPasswordPolicyId() string

GetPasswordPolicyId returns the PasswordPolicyId field if non-nil, zero value otherwise.

GetPasswordPolicyIdOk

func (o *PasswordSyncGroup) GetPasswordPolicyIdOk() (*string, bool)

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

SetPasswordPolicyId

func (o *PasswordSyncGroup) SetPasswordPolicyId(v string)

SetPasswordPolicyId sets PasswordPolicyId field to given value.

HasPasswordPolicyId

func (o *PasswordSyncGroup) HasPasswordPolicyId() bool

HasPasswordPolicyId returns a boolean if a field has been set.

GetSourceIds

func (o *PasswordSyncGroup) GetSourceIds() []string

GetSourceIds returns the SourceIds field if non-nil, zero value otherwise.

GetSourceIdsOk

func (o *PasswordSyncGroup) GetSourceIdsOk() (*[]string, bool)

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

SetSourceIds

func (o *PasswordSyncGroup) SetSourceIds(v []string)

SetSourceIds sets SourceIds field to given value.

HasSourceIds

func (o *PasswordSyncGroup) HasSourceIds() bool

HasSourceIds returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]