Name | Type | Description | Notes |
---|---|---|---|
ScopeClaimName | Pointer to string | [optional] | |
ScopeToPolicy | Pointer to map[string]string | [optional] |
func NewScopeClaim() *ScopeClaim
NewScopeClaim instantiates a new ScopeClaim 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 NewScopeClaimWithDefaults() *ScopeClaim
NewScopeClaimWithDefaults instantiates a new ScopeClaim 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 *ScopeClaim) GetScopeClaimName() string
GetScopeClaimName returns the ScopeClaimName field if non-nil, zero value otherwise.
func (o *ScopeClaim) GetScopeClaimNameOk() (*string, bool)
GetScopeClaimNameOk returns a tuple with the ScopeClaimName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScopeClaim) SetScopeClaimName(v string)
SetScopeClaimName sets ScopeClaimName field to given value.
func (o *ScopeClaim) HasScopeClaimName() bool
HasScopeClaimName returns a boolean if a field has been set.
func (o *ScopeClaim) GetScopeToPolicy() map[string]string
GetScopeToPolicy returns the ScopeToPolicy field if non-nil, zero value otherwise.
func (o *ScopeClaim) GetScopeToPolicyOk() (*map[string]string, bool)
GetScopeToPolicyOk returns a tuple with the ScopeToPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScopeClaim) SetScopeToPolicy(v map[string]string)
SetScopeToPolicy sets ScopeToPolicy field to given value.
func (o *ScopeClaim) HasScopeToPolicy() bool
HasScopeToPolicy returns a boolean if a field has been set.