Name | Type | Description | Notes |
---|---|---|---|
SamlAuthEnabled | bool | ||
SamlAuthEnforced | bool | ||
SamlMetadataInline | Pointer to string | If configured, SAML metadata will be used as entered instead of retrieved from a remote URL. | [optional] |
SamlMetadataUrl | Pointer to NullableString | If configured, SAML metadata be retrieved from a remote URL. | [optional] |
func NewOrganizationSAMLAuth(samlAuthEnabled bool, samlAuthEnforced bool, ) *OrganizationSAMLAuth
NewOrganizationSAMLAuth instantiates a new OrganizationSAMLAuth 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
func NewOrganizationSAMLAuthWithDefaults() *OrganizationSAMLAuth
NewOrganizationSAMLAuthWithDefaults instantiates a new OrganizationSAMLAuth 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
func (o *OrganizationSAMLAuth) GetSamlAuthEnabled() bool
GetSamlAuthEnabled returns the SamlAuthEnabled field if non-nil, zero value otherwise.
func (o *OrganizationSAMLAuth) GetSamlAuthEnabledOk() (*bool, bool)
GetSamlAuthEnabledOk returns a tuple with the SamlAuthEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationSAMLAuth) SetSamlAuthEnabled(v bool)
SetSamlAuthEnabled sets SamlAuthEnabled field to given value.
func (o *OrganizationSAMLAuth) GetSamlAuthEnforced() bool
GetSamlAuthEnforced returns the SamlAuthEnforced field if non-nil, zero value otherwise.
func (o *OrganizationSAMLAuth) GetSamlAuthEnforcedOk() (*bool, bool)
GetSamlAuthEnforcedOk returns a tuple with the SamlAuthEnforced field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationSAMLAuth) SetSamlAuthEnforced(v bool)
SetSamlAuthEnforced sets SamlAuthEnforced field to given value.
func (o *OrganizationSAMLAuth) GetSamlMetadataInline() string
GetSamlMetadataInline returns the SamlMetadataInline field if non-nil, zero value otherwise.
func (o *OrganizationSAMLAuth) GetSamlMetadataInlineOk() (*string, bool)
GetSamlMetadataInlineOk returns a tuple with the SamlMetadataInline field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationSAMLAuth) SetSamlMetadataInline(v string)
SetSamlMetadataInline sets SamlMetadataInline field to given value.
func (o *OrganizationSAMLAuth) HasSamlMetadataInline() bool
HasSamlMetadataInline returns a boolean if a field has been set.
func (o *OrganizationSAMLAuth) GetSamlMetadataUrl() string
GetSamlMetadataUrl returns the SamlMetadataUrl field if non-nil, zero value otherwise.
func (o *OrganizationSAMLAuth) GetSamlMetadataUrlOk() (*string, bool)
GetSamlMetadataUrlOk returns a tuple with the SamlMetadataUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationSAMLAuth) SetSamlMetadataUrl(v string)
SetSamlMetadataUrl sets SamlMetadataUrl field to given value.
func (o *OrganizationSAMLAuth) HasSamlMetadataUrl() bool
HasSamlMetadataUrl returns a boolean if a field has been set.
func (o *OrganizationSAMLAuth) SetSamlMetadataUrlNil(b bool)
SetSamlMetadataUrlNil sets the value for SamlMetadataUrl to be an explicit nil
func (o *OrganizationSAMLAuth) UnsetSamlMetadataUrl()
UnsetSamlMetadataUrl ensures that no value is present for SamlMetadataUrl, not even an explicit nil