Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | ID of the SAML service. | |
Enabled | Pointer to bool | Determines if this SAML connection active. | |
AccountId | Pointer to float32 | ||
MetadataDocument | Pointer to string | Identity Provider metadata XML document. |
func (o *SamlConnectionMetadata) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SamlConnectionMetadata) 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.
func (o *SamlConnectionMetadata) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SamlConnectionMetadata) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (o *SamlConnectionMetadata) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *SamlConnectionMetadata) 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.
func (o *SamlConnectionMetadata) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *SamlConnectionMetadata) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (o *SamlConnectionMetadata) GetAccountId() float32
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *SamlConnectionMetadata) GetAccountIdOk() (float32, bool)
GetAccountIdOk returns a tuple with the AccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SamlConnectionMetadata) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *SamlConnectionMetadata) SetAccountId(v float32)
SetAccountId gets a reference to the given float32 and assigns it to the AccountId field.
func (o *SamlConnectionMetadata) GetMetadataDocument() string
GetMetadataDocument returns the MetadataDocument field if non-nil, zero value otherwise.
func (o *SamlConnectionMetadata) GetMetadataDocumentOk() (string, bool)
GetMetadataDocumentOk returns a tuple with the MetadataDocument field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SamlConnectionMetadata) HasMetadataDocument() bool
HasMetadataDocument returns a boolean if a field has been set.
func (o *SamlConnectionMetadata) SetMetadataDocument(v string)
SetMetadataDocument gets a reference to the given string and assigns it to the MetadataDocument field.