Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.98 KB

SamlAttributeStatement.md

File metadata and controls

186 lines (101 loc) · 4.98 KB

SamlAttributeStatement

Properties

Name Type Description Notes
FilterType Pointer to string [optional]
FilterValue Pointer to string [optional]
Name Pointer to string [optional]
Namespace Pointer to string [optional]
Type Pointer to string [optional]
Values Pointer to []string [optional]

Methods

NewSamlAttributeStatement

func NewSamlAttributeStatement() *SamlAttributeStatement

NewSamlAttributeStatement instantiates a new SamlAttributeStatement 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

NewSamlAttributeStatementWithDefaults

func NewSamlAttributeStatementWithDefaults() *SamlAttributeStatement

NewSamlAttributeStatementWithDefaults instantiates a new SamlAttributeStatement 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

GetFilterType

func (o *SamlAttributeStatement) GetFilterType() string

GetFilterType returns the FilterType field if non-nil, zero value otherwise.

GetFilterTypeOk

func (o *SamlAttributeStatement) GetFilterTypeOk() (*string, bool)

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

SetFilterType

func (o *SamlAttributeStatement) SetFilterType(v string)

SetFilterType sets FilterType field to given value.

HasFilterType

func (o *SamlAttributeStatement) HasFilterType() bool

HasFilterType returns a boolean if a field has been set.

GetFilterValue

func (o *SamlAttributeStatement) GetFilterValue() string

GetFilterValue returns the FilterValue field if non-nil, zero value otherwise.

GetFilterValueOk

func (o *SamlAttributeStatement) GetFilterValueOk() (*string, bool)

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

SetFilterValue

func (o *SamlAttributeStatement) SetFilterValue(v string)

SetFilterValue sets FilterValue field to given value.

HasFilterValue

func (o *SamlAttributeStatement) HasFilterValue() bool

HasFilterValue returns a boolean if a field has been set.

GetName

func (o *SamlAttributeStatement) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *SamlAttributeStatement) HasName() bool

HasName returns a boolean if a field has been set.

GetNamespace

func (o *SamlAttributeStatement) GetNamespace() string

GetNamespace returns the Namespace field if non-nil, zero value otherwise.

GetNamespaceOk

func (o *SamlAttributeStatement) GetNamespaceOk() (*string, bool)

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

SetNamespace

func (o *SamlAttributeStatement) SetNamespace(v string)

SetNamespace sets Namespace field to given value.

HasNamespace

func (o *SamlAttributeStatement) HasNamespace() bool

HasNamespace returns a boolean if a field has been set.

GetType

func (o *SamlAttributeStatement) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *SamlAttributeStatement) GetTypeOk() (*string, bool)

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

SetType

func (o *SamlAttributeStatement) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *SamlAttributeStatement) HasType() bool

HasType returns a boolean if a field has been set.

GetValues

func (o *SamlAttributeStatement) GetValues() []string

GetValues returns the Values field if non-nil, zero value otherwise.

GetValuesOk

func (o *SamlAttributeStatement) GetValuesOk() (*[]string, bool)

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

SetValues

func (o *SamlAttributeStatement) SetValues(v []string)

SetValues sets Values field to given value.

HasValues

func (o *SamlAttributeStatement) HasValues() bool

HasValues returns a boolean if a field has been set.

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