Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/V2024/Models/AttributeMappings.md
2025-05-13 11:12:04 -04:00

2.9 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-attribute-mappings AttributeMappings AttributeMappings AttributeMappings gosdk
go
Golang
sdk
AttributeMappings
V2024AttributeMappings
/tools/sdk/go/v2024/models/attribute-mappings
SDK
Software Development Kit
AttributeMappings
V2024AttributeMappings

AttributeMappings

Properties

Name Type Description Notes
Target Pointer to AttributeMappingsAllOfTarget [optional]
TransformDefinition Pointer to AttributeMappingsAllOfTransformDefinition [optional]

Methods

NewAttributeMappings

func NewAttributeMappings() *AttributeMappings

NewAttributeMappings instantiates a new AttributeMappings 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

NewAttributeMappingsWithDefaults

func NewAttributeMappingsWithDefaults() *AttributeMappings

NewAttributeMappingsWithDefaults instantiates a new AttributeMappings 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

GetTarget

func (o *AttributeMappings) GetTarget() AttributeMappingsAllOfTarget

GetTarget returns the Target field if non-nil, zero value otherwise.

GetTargetOk

func (o *AttributeMappings) GetTargetOk() (*AttributeMappingsAllOfTarget, bool)

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

SetTarget

func (o *AttributeMappings) SetTarget(v AttributeMappingsAllOfTarget)

SetTarget sets Target field to given value.

HasTarget

func (o *AttributeMappings) HasTarget() bool

HasTarget returns a boolean if a field has been set.

GetTransformDefinition

func (o *AttributeMappings) GetTransformDefinition() AttributeMappingsAllOfTransformDefinition

GetTransformDefinition returns the TransformDefinition field if non-nil, zero value otherwise.

GetTransformDefinitionOk

func (o *AttributeMappings) GetTransformDefinitionOk() (*AttributeMappingsAllOfTransformDefinition, bool)

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

SetTransformDefinition

func (o *AttributeMappings) SetTransformDefinition(v AttributeMappingsAllOfTransformDefinition)

SetTransformDefinition sets TransformDefinition field to given value.

HasTransformDefinition

func (o *AttributeMappings) HasTransformDefinition() bool

HasTransformDefinition returns a boolean if a field has been set.