Name | Type | Description | Notes |
---|---|---|---|
Managed | Pointer to NullableString | Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update. | [optional] |
Name | string | ||
Expression | string | ||
ScopeName | string | Scope name requested by the client | |
Description | Pointer to string | Description shown to the user when consenting. If left empty, the user won't be informed. | [optional] |
func NewScopeMappingRequest(name string, expression string, scopeName string, ) *ScopeMappingRequest
NewScopeMappingRequest instantiates a new ScopeMappingRequest 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 NewScopeMappingRequestWithDefaults() *ScopeMappingRequest
NewScopeMappingRequestWithDefaults instantiates a new ScopeMappingRequest 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 *ScopeMappingRequest) GetManaged() string
GetManaged returns the Managed field if non-nil, zero value otherwise.
func (o *ScopeMappingRequest) GetManagedOk() (*string, bool)
GetManagedOk returns a tuple with the Managed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScopeMappingRequest) SetManaged(v string)
SetManaged sets Managed field to given value.
func (o *ScopeMappingRequest) HasManaged() bool
HasManaged returns a boolean if a field has been set.
func (o *ScopeMappingRequest) SetManagedNil(b bool)
SetManagedNil sets the value for Managed to be an explicit nil
func (o *ScopeMappingRequest) UnsetManaged()
UnsetManaged ensures that no value is present for Managed, not even an explicit nil
func (o *ScopeMappingRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ScopeMappingRequest) 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 *ScopeMappingRequest) SetName(v string)
SetName sets Name field to given value.
func (o *ScopeMappingRequest) GetExpression() string
GetExpression returns the Expression field if non-nil, zero value otherwise.
func (o *ScopeMappingRequest) GetExpressionOk() (*string, bool)
GetExpressionOk returns a tuple with the Expression field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScopeMappingRequest) SetExpression(v string)
SetExpression sets Expression field to given value.
func (o *ScopeMappingRequest) GetScopeName() string
GetScopeName returns the ScopeName field if non-nil, zero value otherwise.
func (o *ScopeMappingRequest) GetScopeNameOk() (*string, bool)
GetScopeNameOk returns a tuple with the ScopeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScopeMappingRequest) SetScopeName(v string)
SetScopeName sets ScopeName field to given value.
func (o *ScopeMappingRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ScopeMappingRequest) 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 *ScopeMappingRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ScopeMappingRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.