Name | Type | Description | Notes |
---|---|---|---|
SubClaimsCaseInsensitive | Pointer to bool | [optional] | |
AccessId | string | Access ID The access id to be attached to this allowed access. Auth method with this access id should already exist. | |
CaseSensitive | Pointer to string | Treat sub claims as case-sensitive [true/false] | [optional] [default to "true"] |
Description | Pointer to string | Allowed access description | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Name | string | Allowed access name | |
Permissions | Pointer to string | Permissions Comma-seperated list of permissions for this allowed access. Available permissions: [defaults,targets,classic_keys,automatic_migration,ldap_auth,dynamic_secret,k8s_auth,log_forwarding,zero_knowledge_encryption,rotated_secret,caching,event_forwarding,admin,kmip,general] | [optional] |
SubClaims | Pointer to map[string]string | Sub claims key/val of sub claims, e.g group=admins,developers | [optional] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
func NewGatewayCreateAllowedAccess(accessId string, name string, ) *GatewayCreateAllowedAccess
NewGatewayCreateAllowedAccess instantiates a new GatewayCreateAllowedAccess 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 NewGatewayCreateAllowedAccessWithDefaults() *GatewayCreateAllowedAccess
NewGatewayCreateAllowedAccessWithDefaults instantiates a new GatewayCreateAllowedAccess 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 *GatewayCreateAllowedAccess) GetSubClaimsCaseInsensitive() bool
GetSubClaimsCaseInsensitive returns the SubClaimsCaseInsensitive field if non-nil, zero value otherwise.
func (o *GatewayCreateAllowedAccess) GetSubClaimsCaseInsensitiveOk() (*bool, bool)
GetSubClaimsCaseInsensitiveOk returns a tuple with the SubClaimsCaseInsensitive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateAllowedAccess) SetSubClaimsCaseInsensitive(v bool)
SetSubClaimsCaseInsensitive sets SubClaimsCaseInsensitive field to given value.
func (o *GatewayCreateAllowedAccess) HasSubClaimsCaseInsensitive() bool
HasSubClaimsCaseInsensitive returns a boolean if a field has been set.
func (o *GatewayCreateAllowedAccess) GetAccessId() string
GetAccessId returns the AccessId field if non-nil, zero value otherwise.
func (o *GatewayCreateAllowedAccess) GetAccessIdOk() (*string, bool)
GetAccessIdOk returns a tuple with the AccessId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateAllowedAccess) SetAccessId(v string)
SetAccessId sets AccessId field to given value.
func (o *GatewayCreateAllowedAccess) GetCaseSensitive() string
GetCaseSensitive returns the CaseSensitive field if non-nil, zero value otherwise.
func (o *GatewayCreateAllowedAccess) GetCaseSensitiveOk() (*string, bool)
GetCaseSensitiveOk returns a tuple with the CaseSensitive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateAllowedAccess) SetCaseSensitive(v string)
SetCaseSensitive sets CaseSensitive field to given value.
func (o *GatewayCreateAllowedAccess) HasCaseSensitive() bool
HasCaseSensitive returns a boolean if a field has been set.
func (o *GatewayCreateAllowedAccess) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *GatewayCreateAllowedAccess) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateAllowedAccess) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *GatewayCreateAllowedAccess) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *GatewayCreateAllowedAccess) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GatewayCreateAllowedAccess) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateAllowedAccess) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GatewayCreateAllowedAccess) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GatewayCreateAllowedAccess) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GatewayCreateAllowedAccess) 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 *GatewayCreateAllowedAccess) SetName(v string)
SetName sets Name field to given value.
func (o *GatewayCreateAllowedAccess) GetPermissions() string
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *GatewayCreateAllowedAccess) GetPermissionsOk() (*string, bool)
GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateAllowedAccess) SetPermissions(v string)
SetPermissions sets Permissions field to given value.
func (o *GatewayCreateAllowedAccess) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (o *GatewayCreateAllowedAccess) GetSubClaims() map[string]string
GetSubClaims returns the SubClaims field if non-nil, zero value otherwise.
func (o *GatewayCreateAllowedAccess) GetSubClaimsOk() (*map[string]string, bool)
GetSubClaimsOk returns a tuple with the SubClaims field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateAllowedAccess) SetSubClaims(v map[string]string)
SetSubClaims sets SubClaims field to given value.
func (o *GatewayCreateAllowedAccess) HasSubClaims() bool
HasSubClaims returns a boolean if a field has been set.
func (o *GatewayCreateAllowedAccess) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GatewayCreateAllowedAccess) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateAllowedAccess) SetToken(v string)
SetToken sets Token field to given value.
func (o *GatewayCreateAllowedAccess) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GatewayCreateAllowedAccess) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GatewayCreateAllowedAccess) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateAllowedAccess) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GatewayCreateAllowedAccess) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.