Name | Type | Description | Notes |
---|---|---|---|
AllowedBastionUrls | Pointer to []string | [optional] | |
LegacySigningAlg | Pointer to bool | [optional] | |
RdpUsernameSubClaim | Pointer to string | [optional] | |
SshUsernameSubClaim | Pointer to string | [optional] |
func NewBastionGlobalConf() *BastionGlobalConf
NewBastionGlobalConf instantiates a new BastionGlobalConf 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 NewBastionGlobalConfWithDefaults() *BastionGlobalConf
NewBastionGlobalConfWithDefaults instantiates a new BastionGlobalConf 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 *BastionGlobalConf) GetAllowedBastionUrls() []string
GetAllowedBastionUrls returns the AllowedBastionUrls field if non-nil, zero value otherwise.
func (o *BastionGlobalConf) GetAllowedBastionUrlsOk() (*[]string, bool)
GetAllowedBastionUrlsOk returns a tuple with the AllowedBastionUrls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BastionGlobalConf) SetAllowedBastionUrls(v []string)
SetAllowedBastionUrls sets AllowedBastionUrls field to given value.
func (o *BastionGlobalConf) HasAllowedBastionUrls() bool
HasAllowedBastionUrls returns a boolean if a field has been set.
func (o *BastionGlobalConf) GetLegacySigningAlg() bool
GetLegacySigningAlg returns the LegacySigningAlg field if non-nil, zero value otherwise.
func (o *BastionGlobalConf) GetLegacySigningAlgOk() (*bool, bool)
GetLegacySigningAlgOk returns a tuple with the LegacySigningAlg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BastionGlobalConf) SetLegacySigningAlg(v bool)
SetLegacySigningAlg sets LegacySigningAlg field to given value.
func (o *BastionGlobalConf) HasLegacySigningAlg() bool
HasLegacySigningAlg returns a boolean if a field has been set.
func (o *BastionGlobalConf) GetRdpUsernameSubClaim() string
GetRdpUsernameSubClaim returns the RdpUsernameSubClaim field if non-nil, zero value otherwise.
func (o *BastionGlobalConf) GetRdpUsernameSubClaimOk() (*string, bool)
GetRdpUsernameSubClaimOk returns a tuple with the RdpUsernameSubClaim field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BastionGlobalConf) SetRdpUsernameSubClaim(v string)
SetRdpUsernameSubClaim sets RdpUsernameSubClaim field to given value.
func (o *BastionGlobalConf) HasRdpUsernameSubClaim() bool
HasRdpUsernameSubClaim returns a boolean if a field has been set.
func (o *BastionGlobalConf) GetSshUsernameSubClaim() string
GetSshUsernameSubClaim returns the SshUsernameSubClaim field if non-nil, zero value otherwise.
func (o *BastionGlobalConf) GetSshUsernameSubClaimOk() (*string, bool)
GetSshUsernameSubClaimOk returns a tuple with the SshUsernameSubClaim field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BastionGlobalConf) SetSshUsernameSubClaim(v string)
SetSshUsernameSubClaim sets SshUsernameSubClaim field to given value.
func (o *BastionGlobalConf) HasSshUsernameSubClaim() bool
HasSshUsernameSubClaim returns a boolean if a field has been set.