Name | Type | Description | Notes |
---|---|---|---|
Attributes | Pointer to PostAccessPoliciesRequestAttributes | [optional] | |
Conditions | Pointer to PostAccessPoliciesRequestConditions | [optional] | |
DisplayName | Pointer to string | [optional] | |
Realms | Pointer to []PostAccessPoliciesRequestRealmsInner | [optional] | |
Scopes | Pointer to []string | [optional] | |
Status | Pointer to string | [optional] |
func NewPostAccessPolicyRequest() *PostAccessPolicyRequest
NewPostAccessPolicyRequest instantiates a new PostAccessPolicyRequest 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 NewPostAccessPolicyRequestWithDefaults() *PostAccessPolicyRequest
NewPostAccessPolicyRequestWithDefaults instantiates a new PostAccessPolicyRequest 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 *PostAccessPolicyRequest) GetAttributes() PostAccessPoliciesRequestAttributes
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *PostAccessPolicyRequest) GetAttributesOk() (*PostAccessPoliciesRequestAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostAccessPolicyRequest) SetAttributes(v PostAccessPoliciesRequestAttributes)
SetAttributes sets Attributes field to given value.
func (o *PostAccessPolicyRequest) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *PostAccessPolicyRequest) GetConditions() PostAccessPoliciesRequestConditions
GetConditions returns the Conditions field if non-nil, zero value otherwise.
func (o *PostAccessPolicyRequest) GetConditionsOk() (*PostAccessPoliciesRequestConditions, bool)
GetConditionsOk returns a tuple with the Conditions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostAccessPolicyRequest) SetConditions(v PostAccessPoliciesRequestConditions)
SetConditions sets Conditions field to given value.
func (o *PostAccessPolicyRequest) HasConditions() bool
HasConditions returns a boolean if a field has been set.
func (o *PostAccessPolicyRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *PostAccessPolicyRequest) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostAccessPolicyRequest) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *PostAccessPolicyRequest) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *PostAccessPolicyRequest) GetRealms() []PostAccessPoliciesRequestRealmsInner
GetRealms returns the Realms field if non-nil, zero value otherwise.
func (o *PostAccessPolicyRequest) GetRealmsOk() (*[]PostAccessPoliciesRequestRealmsInner, bool)
GetRealmsOk returns a tuple with the Realms field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostAccessPolicyRequest) SetRealms(v []PostAccessPoliciesRequestRealmsInner)
SetRealms sets Realms field to given value.
func (o *PostAccessPolicyRequest) HasRealms() bool
HasRealms returns a boolean if a field has been set.
func (o *PostAccessPolicyRequest) GetScopes() []string
GetScopes returns the Scopes field if non-nil, zero value otherwise.
func (o *PostAccessPolicyRequest) GetScopesOk() (*[]string, 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 *PostAccessPolicyRequest) SetScopes(v []string)
SetScopes sets Scopes field to given value.
func (o *PostAccessPolicyRequest) HasScopes() bool
HasScopes returns a boolean if a field has been set.
func (o *PostAccessPolicyRequest) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *PostAccessPolicyRequest) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostAccessPolicyRequest) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *PostAccessPolicyRequest) HasStatus() bool
HasStatus returns a boolean if a field has been set.