Skip to content

Files

Latest commit

a20963a · Dec 18, 2024

History

History
93 lines (50 loc) · 2.8 KB

GroupSAMLSourceConnectionRequest.md

File metadata and controls

93 lines (50 loc) · 2.8 KB

GroupSAMLSourceConnectionRequest

Properties

Name Type Description Notes
Group string
Source string
Identifier string

Methods

NewGroupSAMLSourceConnectionRequest

func NewGroupSAMLSourceConnectionRequest(group string, source string, identifier string, ) *GroupSAMLSourceConnectionRequest

NewGroupSAMLSourceConnectionRequest instantiates a new GroupSAMLSourceConnectionRequest 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

NewGroupSAMLSourceConnectionRequestWithDefaults

func NewGroupSAMLSourceConnectionRequestWithDefaults() *GroupSAMLSourceConnectionRequest

NewGroupSAMLSourceConnectionRequestWithDefaults instantiates a new GroupSAMLSourceConnectionRequest 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

GetGroup

func (o *GroupSAMLSourceConnectionRequest) GetGroup() string

GetGroup returns the Group field if non-nil, zero value otherwise.

GetGroupOk

func (o *GroupSAMLSourceConnectionRequest) GetGroupOk() (*string, bool)

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

SetGroup

func (o *GroupSAMLSourceConnectionRequest) SetGroup(v string)

SetGroup sets Group field to given value.

GetSource

func (o *GroupSAMLSourceConnectionRequest) GetSource() string

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

func (o *GroupSAMLSourceConnectionRequest) GetSourceOk() (*string, bool)

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

SetSource

func (o *GroupSAMLSourceConnectionRequest) SetSource(v string)

SetSource sets Source field to given value.

GetIdentifier

func (o *GroupSAMLSourceConnectionRequest) GetIdentifier() string

GetIdentifier returns the Identifier field if non-nil, zero value otherwise.

GetIdentifierOk

func (o *GroupSAMLSourceConnectionRequest) GetIdentifierOk() (*string, bool)

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

SetIdentifier

func (o *GroupSAMLSourceConnectionRequest) SetIdentifier(v string)

SetIdentifier sets Identifier field to given value.

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