Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 7.33 KB

AuthorizationServerPolicyRuleActions.md

File metadata and controls

212 lines (115 loc) · 7.33 KB

AuthorizationServerPolicyRuleActions

Properties

Name Type Description Notes
Enroll Pointer to PolicyRuleActionsEnroll [optional]
Idp Pointer to IdpPolicyRuleAction [optional]
PasswordChange Pointer to PasswordPolicyRuleAction [optional]
SelfServicePasswordReset Pointer to PasswordPolicyRuleAction [optional]
SelfServiceUnlock Pointer to PasswordPolicyRuleAction [optional]
Signon Pointer to OktaSignOnPolicyRuleSignonActions [optional]
Token Pointer to TokenAuthorizationServerPolicyRuleAction [optional]

Methods

NewAuthorizationServerPolicyRuleActions

func NewAuthorizationServerPolicyRuleActions() *AuthorizationServerPolicyRuleActions

NewAuthorizationServerPolicyRuleActions instantiates a new AuthorizationServerPolicyRuleActions 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

NewAuthorizationServerPolicyRuleActionsWithDefaults

func NewAuthorizationServerPolicyRuleActionsWithDefaults() *AuthorizationServerPolicyRuleActions

NewAuthorizationServerPolicyRuleActionsWithDefaults instantiates a new AuthorizationServerPolicyRuleActions 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

GetEnroll

func (o *AuthorizationServerPolicyRuleActions) GetEnroll() PolicyRuleActionsEnroll

GetEnroll returns the Enroll field if non-nil, zero value otherwise.

GetEnrollOk

func (o *AuthorizationServerPolicyRuleActions) GetEnrollOk() (*PolicyRuleActionsEnroll, bool)

GetEnrollOk returns a tuple with the Enroll field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnroll

func (o *AuthorizationServerPolicyRuleActions) SetEnroll(v PolicyRuleActionsEnroll)

SetEnroll sets Enroll field to given value.

HasEnroll

func (o *AuthorizationServerPolicyRuleActions) HasEnroll() bool

HasEnroll returns a boolean if a field has been set.

GetIdp

func (o *AuthorizationServerPolicyRuleActions) GetIdp() IdpPolicyRuleAction

GetIdp returns the Idp field if non-nil, zero value otherwise.

GetIdpOk

func (o *AuthorizationServerPolicyRuleActions) GetIdpOk() (*IdpPolicyRuleAction, bool)

GetIdpOk returns a tuple with the Idp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIdp

func (o *AuthorizationServerPolicyRuleActions) SetIdp(v IdpPolicyRuleAction)

SetIdp sets Idp field to given value.

HasIdp

func (o *AuthorizationServerPolicyRuleActions) HasIdp() bool

HasIdp returns a boolean if a field has been set.

GetPasswordChange

func (o *AuthorizationServerPolicyRuleActions) GetPasswordChange() PasswordPolicyRuleAction

GetPasswordChange returns the PasswordChange field if non-nil, zero value otherwise.

GetPasswordChangeOk

func (o *AuthorizationServerPolicyRuleActions) GetPasswordChangeOk() (*PasswordPolicyRuleAction, bool)

GetPasswordChangeOk returns a tuple with the PasswordChange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPasswordChange

func (o *AuthorizationServerPolicyRuleActions) SetPasswordChange(v PasswordPolicyRuleAction)

SetPasswordChange sets PasswordChange field to given value.

HasPasswordChange

func (o *AuthorizationServerPolicyRuleActions) HasPasswordChange() bool

HasPasswordChange returns a boolean if a field has been set.

GetSelfServicePasswordReset

func (o *AuthorizationServerPolicyRuleActions) GetSelfServicePasswordReset() PasswordPolicyRuleAction

GetSelfServicePasswordReset returns the SelfServicePasswordReset field if non-nil, zero value otherwise.

GetSelfServicePasswordResetOk

func (o *AuthorizationServerPolicyRuleActions) GetSelfServicePasswordResetOk() (*PasswordPolicyRuleAction, bool)

GetSelfServicePasswordResetOk returns a tuple with the SelfServicePasswordReset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSelfServicePasswordReset

func (o *AuthorizationServerPolicyRuleActions) SetSelfServicePasswordReset(v PasswordPolicyRuleAction)

SetSelfServicePasswordReset sets SelfServicePasswordReset field to given value.

HasSelfServicePasswordReset

func (o *AuthorizationServerPolicyRuleActions) HasSelfServicePasswordReset() bool

HasSelfServicePasswordReset returns a boolean if a field has been set.

GetSelfServiceUnlock

func (o *AuthorizationServerPolicyRuleActions) GetSelfServiceUnlock() PasswordPolicyRuleAction

GetSelfServiceUnlock returns the SelfServiceUnlock field if non-nil, zero value otherwise.

GetSelfServiceUnlockOk

func (o *AuthorizationServerPolicyRuleActions) GetSelfServiceUnlockOk() (*PasswordPolicyRuleAction, bool)

GetSelfServiceUnlockOk returns a tuple with the SelfServiceUnlock field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSelfServiceUnlock

func (o *AuthorizationServerPolicyRuleActions) SetSelfServiceUnlock(v PasswordPolicyRuleAction)

SetSelfServiceUnlock sets SelfServiceUnlock field to given value.

HasSelfServiceUnlock

func (o *AuthorizationServerPolicyRuleActions) HasSelfServiceUnlock() bool

HasSelfServiceUnlock returns a boolean if a field has been set.

GetSignon

func (o *AuthorizationServerPolicyRuleActions) GetSignon() OktaSignOnPolicyRuleSignonActions

GetSignon returns the Signon field if non-nil, zero value otherwise.

GetSignonOk

func (o *AuthorizationServerPolicyRuleActions) GetSignonOk() (*OktaSignOnPolicyRuleSignonActions, bool)

GetSignonOk returns a tuple with the Signon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSignon

func (o *AuthorizationServerPolicyRuleActions) SetSignon(v OktaSignOnPolicyRuleSignonActions)

SetSignon sets Signon field to given value.

HasSignon

func (o *AuthorizationServerPolicyRuleActions) HasSignon() bool

HasSignon returns a boolean if a field has been set.

GetToken

func (o *AuthorizationServerPolicyRuleActions) GetToken() TokenAuthorizationServerPolicyRuleAction

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

func (o *AuthorizationServerPolicyRuleActions) GetTokenOk() (*TokenAuthorizationServerPolicyRuleAction, 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.

SetToken

func (o *AuthorizationServerPolicyRuleActions) SetToken(v TokenAuthorizationServerPolicyRuleAction)

SetToken sets Token field to given value.

HasToken

func (o *AuthorizationServerPolicyRuleActions) HasToken() bool

HasToken returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]