Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.76 KB

IdentityAttributeConfig1.md

File metadata and controls

82 lines (45 loc) · 2.76 KB

IdentityAttributeConfig1

Properties

Name Type Description Notes
Enabled Pointer to bool The backend will only promote values if the profile/mapping is enabled. [optional] [default to false]
AttributeTransforms Pointer to []IdentityAttributeTransform1 [optional]

Methods

NewIdentityAttributeConfig1

func NewIdentityAttributeConfig1() *IdentityAttributeConfig1

NewIdentityAttributeConfig1 instantiates a new IdentityAttributeConfig1 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

NewIdentityAttributeConfig1WithDefaults

func NewIdentityAttributeConfig1WithDefaults() *IdentityAttributeConfig1

NewIdentityAttributeConfig1WithDefaults instantiates a new IdentityAttributeConfig1 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

GetEnabled

func (o *IdentityAttributeConfig1) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *IdentityAttributeConfig1) GetEnabledOk() (*bool, bool)

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

SetEnabled

func (o *IdentityAttributeConfig1) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *IdentityAttributeConfig1) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetAttributeTransforms

func (o *IdentityAttributeConfig1) GetAttributeTransforms() []IdentityAttributeTransform1

GetAttributeTransforms returns the AttributeTransforms field if non-nil, zero value otherwise.

GetAttributeTransformsOk

func (o *IdentityAttributeConfig1) GetAttributeTransformsOk() (*[]IdentityAttributeTransform1, bool)

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

SetAttributeTransforms

func (o *IdentityAttributeConfig1) SetAttributeTransforms(v []IdentityAttributeTransform1)

SetAttributeTransforms sets AttributeTransforms field to given value.

HasAttributeTransforms

func (o *IdentityAttributeConfig1) HasAttributeTransforms() bool

HasAttributeTransforms returns a boolean if a field has been set.

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