Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
ClientId | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
AllowRemoteResourceManagement | Pointer to bool | [optional] | |
PolicyEnforcementMode | Pointer to PolicyEnforcementMode | [optional] | |
Resources | Pointer to []ResourceRepresentation | [optional] | |
Policies | Pointer to []PolicyRepresentation | [optional] | |
Scopes | Pointer to []ScopeRepresentation | [optional] | |
DecisionStrategy | Pointer to DecisionStrategy | [optional] |
func NewResourceServerRepresentation() *ResourceServerRepresentation
NewResourceServerRepresentation instantiates a new ResourceServerRepresentation 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 NewResourceServerRepresentationWithDefaults() *ResourceServerRepresentation
NewResourceServerRepresentationWithDefaults instantiates a new ResourceServerRepresentation 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 *ResourceServerRepresentation) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResourceServerRepresentation) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceServerRepresentation) SetId(v string)
SetId sets Id field to given value.
func (o *ResourceServerRepresentation) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResourceServerRepresentation) GetClientId() string
GetClientId returns the ClientId field if non-nil, zero value otherwise.
func (o *ResourceServerRepresentation) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceServerRepresentation) SetClientId(v string)
SetClientId sets ClientId field to given value.
func (o *ResourceServerRepresentation) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (o *ResourceServerRepresentation) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ResourceServerRepresentation) 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 *ResourceServerRepresentation) SetName(v string)
SetName sets Name field to given value.
func (o *ResourceServerRepresentation) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ResourceServerRepresentation) GetAllowRemoteResourceManagement() bool
GetAllowRemoteResourceManagement returns the AllowRemoteResourceManagement field if non-nil, zero value otherwise.
func (o *ResourceServerRepresentation) GetAllowRemoteResourceManagementOk() (*bool, bool)
GetAllowRemoteResourceManagementOk returns a tuple with the AllowRemoteResourceManagement field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceServerRepresentation) SetAllowRemoteResourceManagement(v bool)
SetAllowRemoteResourceManagement sets AllowRemoteResourceManagement field to given value.
func (o *ResourceServerRepresentation) HasAllowRemoteResourceManagement() bool
HasAllowRemoteResourceManagement returns a boolean if a field has been set.
func (o *ResourceServerRepresentation) GetPolicyEnforcementMode() PolicyEnforcementMode
GetPolicyEnforcementMode returns the PolicyEnforcementMode field if non-nil, zero value otherwise.
func (o *ResourceServerRepresentation) GetPolicyEnforcementModeOk() (*PolicyEnforcementMode, bool)
GetPolicyEnforcementModeOk returns a tuple with the PolicyEnforcementMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceServerRepresentation) SetPolicyEnforcementMode(v PolicyEnforcementMode)
SetPolicyEnforcementMode sets PolicyEnforcementMode field to given value.
func (o *ResourceServerRepresentation) HasPolicyEnforcementMode() bool
HasPolicyEnforcementMode returns a boolean if a field has been set.
func (o *ResourceServerRepresentation) GetResources() []ResourceRepresentation
GetResources returns the Resources field if non-nil, zero value otherwise.
func (o *ResourceServerRepresentation) GetResourcesOk() (*[]ResourceRepresentation, bool)
GetResourcesOk returns a tuple with the Resources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceServerRepresentation) SetResources(v []ResourceRepresentation)
SetResources sets Resources field to given value.
func (o *ResourceServerRepresentation) HasResources() bool
HasResources returns a boolean if a field has been set.
func (o *ResourceServerRepresentation) GetPolicies() []PolicyRepresentation
GetPolicies returns the Policies field if non-nil, zero value otherwise.
func (o *ResourceServerRepresentation) GetPoliciesOk() (*[]PolicyRepresentation, bool)
GetPoliciesOk returns a tuple with the Policies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceServerRepresentation) SetPolicies(v []PolicyRepresentation)
SetPolicies sets Policies field to given value.
func (o *ResourceServerRepresentation) HasPolicies() bool
HasPolicies returns a boolean if a field has been set.
func (o *ResourceServerRepresentation) GetScopes() []ScopeRepresentation
GetScopes returns the Scopes field if non-nil, zero value otherwise.
func (o *ResourceServerRepresentation) GetScopesOk() (*[]ScopeRepresentation, bool)
GetScopesOk returns a tuple with the Scopes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceServerRepresentation) SetScopes(v []ScopeRepresentation)
SetScopes sets Scopes field to given value.
func (o *ResourceServerRepresentation) HasScopes() bool
HasScopes returns a boolean if a field has been set.
func (o *ResourceServerRepresentation) GetDecisionStrategy() DecisionStrategy
GetDecisionStrategy returns the DecisionStrategy field if non-nil, zero value otherwise.
func (o *ResourceServerRepresentation) GetDecisionStrategyOk() (*DecisionStrategy, bool)
GetDecisionStrategyOk returns a tuple with the DecisionStrategy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceServerRepresentation) SetDecisionStrategy(v DecisionStrategy)
SetDecisionStrategy sets DecisionStrategy field to given value.
func (o *ResourceServerRepresentation) HasDecisionStrategy() bool
HasDecisionStrategy returns a boolean if a field has been set.