Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.71 KB

IdentityAttributeConfig.md

File metadata and controls

82 lines (45 loc) · 2.71 KB

IdentityAttributeConfig

Properties

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

Methods

NewIdentityAttributeConfig

func NewIdentityAttributeConfig() *IdentityAttributeConfig

NewIdentityAttributeConfig instantiates a new IdentityAttributeConfig 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

NewIdentityAttributeConfigWithDefaults

func NewIdentityAttributeConfigWithDefaults() *IdentityAttributeConfig

NewIdentityAttributeConfigWithDefaults instantiates a new IdentityAttributeConfig 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 *IdentityAttributeConfig) GetEnabled() bool

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

GetEnabledOk

func (o *IdentityAttributeConfig) 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 *IdentityAttributeConfig) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *IdentityAttributeConfig) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetAttributeTransforms

func (o *IdentityAttributeConfig) GetAttributeTransforms() []IdentityAttributeTransform

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

GetAttributeTransformsOk

func (o *IdentityAttributeConfig) GetAttributeTransformsOk() (*[]IdentityAttributeTransform, 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 *IdentityAttributeConfig) SetAttributeTransforms(v []IdentityAttributeTransform)

SetAttributeTransforms sets AttributeTransforms field to given value.

HasAttributeTransforms

func (o *IdentityAttributeConfig) HasAttributeTransforms() bool

HasAttributeTransforms returns a boolean if a field has been set.

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