Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AcceptOAuth2ConsentRequest
- func (o *AcceptOAuth2ConsentRequest) GetContext() map[string]interface{}
- func (o *AcceptOAuth2ConsentRequest) GetContextOk() (map[string]interface{}, bool)
- func (o *AcceptOAuth2ConsentRequest) GetGrantAccessTokenAudience() []string
- func (o *AcceptOAuth2ConsentRequest) GetGrantAccessTokenAudienceOk() ([]string, bool)
- func (o *AcceptOAuth2ConsentRequest) GetGrantScope() []string
- func (o *AcceptOAuth2ConsentRequest) GetGrantScopeOk() ([]string, bool)
- func (o *AcceptOAuth2ConsentRequest) GetHandledAt() time.Time
- func (o *AcceptOAuth2ConsentRequest) GetHandledAtOk() (*time.Time, bool)
- func (o *AcceptOAuth2ConsentRequest) GetRemember() bool
- func (o *AcceptOAuth2ConsentRequest) GetRememberFor() int64
- func (o *AcceptOAuth2ConsentRequest) GetRememberForOk() (*int64, bool)
- func (o *AcceptOAuth2ConsentRequest) GetRememberOk() (*bool, bool)
- func (o *AcceptOAuth2ConsentRequest) GetSession() AcceptOAuth2ConsentRequestSession
- func (o *AcceptOAuth2ConsentRequest) GetSessionOk() (*AcceptOAuth2ConsentRequestSession, bool)
- func (o *AcceptOAuth2ConsentRequest) HasContext() bool
- func (o *AcceptOAuth2ConsentRequest) HasGrantAccessTokenAudience() bool
- func (o *AcceptOAuth2ConsentRequest) HasGrantScope() bool
- func (o *AcceptOAuth2ConsentRequest) HasHandledAt() bool
- func (o *AcceptOAuth2ConsentRequest) HasRemember() bool
- func (o *AcceptOAuth2ConsentRequest) HasRememberFor() bool
- func (o *AcceptOAuth2ConsentRequest) HasSession() bool
- func (o AcceptOAuth2ConsentRequest) MarshalJSON() ([]byte, error)
- func (o *AcceptOAuth2ConsentRequest) SetContext(v map[string]interface{})
- func (o *AcceptOAuth2ConsentRequest) SetGrantAccessTokenAudience(v []string)
- func (o *AcceptOAuth2ConsentRequest) SetGrantScope(v []string)
- func (o *AcceptOAuth2ConsentRequest) SetHandledAt(v time.Time)
- func (o *AcceptOAuth2ConsentRequest) SetRemember(v bool)
- func (o *AcceptOAuth2ConsentRequest) SetRememberFor(v int64)
- func (o *AcceptOAuth2ConsentRequest) SetSession(v AcceptOAuth2ConsentRequestSession)
- func (o AcceptOAuth2ConsentRequest) ToMap() (map[string]interface{}, error)
- func (o *AcceptOAuth2ConsentRequest) UnmarshalJSON(data []byte) (err error)
- type AcceptOAuth2ConsentRequestSession
- func (o *AcceptOAuth2ConsentRequestSession) GetAccessToken() interface{}
- func (o *AcceptOAuth2ConsentRequestSession) GetAccessTokenOk() (*interface{}, bool)
- func (o *AcceptOAuth2ConsentRequestSession) GetIdToken() interface{}
- func (o *AcceptOAuth2ConsentRequestSession) GetIdTokenOk() (*interface{}, bool)
- func (o *AcceptOAuth2ConsentRequestSession) HasAccessToken() bool
- func (o *AcceptOAuth2ConsentRequestSession) HasIdToken() bool
- func (o AcceptOAuth2ConsentRequestSession) MarshalJSON() ([]byte, error)
- func (o *AcceptOAuth2ConsentRequestSession) SetAccessToken(v interface{})
- func (o *AcceptOAuth2ConsentRequestSession) SetIdToken(v interface{})
- func (o AcceptOAuth2ConsentRequestSession) ToMap() (map[string]interface{}, error)
- func (o *AcceptOAuth2ConsentRequestSession) UnmarshalJSON(data []byte) (err error)
- type AcceptOAuth2LoginRequest
- func (o *AcceptOAuth2LoginRequest) GetAcr() string
- func (o *AcceptOAuth2LoginRequest) GetAcrOk() (*string, bool)
- func (o *AcceptOAuth2LoginRequest) GetAmr() []string
- func (o *AcceptOAuth2LoginRequest) GetAmrOk() ([]string, bool)
- func (o *AcceptOAuth2LoginRequest) GetContext() map[string]interface{}
- func (o *AcceptOAuth2LoginRequest) GetContextOk() (map[string]interface{}, bool)
- func (o *AcceptOAuth2LoginRequest) GetExtendSessionLifespan() bool
- func (o *AcceptOAuth2LoginRequest) GetExtendSessionLifespanOk() (*bool, bool)
- func (o *AcceptOAuth2LoginRequest) GetForceSubjectIdentifier() string
- func (o *AcceptOAuth2LoginRequest) GetForceSubjectIdentifierOk() (*string, bool)
- func (o *AcceptOAuth2LoginRequest) GetIdentityProviderSessionId() string
- func (o *AcceptOAuth2LoginRequest) GetIdentityProviderSessionIdOk() (*string, bool)
- func (o *AcceptOAuth2LoginRequest) GetRemember() bool
- func (o *AcceptOAuth2LoginRequest) GetRememberFor() int64
- func (o *AcceptOAuth2LoginRequest) GetRememberForOk() (*int64, bool)
- func (o *AcceptOAuth2LoginRequest) GetRememberOk() (*bool, bool)
- func (o *AcceptOAuth2LoginRequest) GetSubject() string
- func (o *AcceptOAuth2LoginRequest) GetSubjectOk() (*string, bool)
- func (o *AcceptOAuth2LoginRequest) HasAcr() bool
- func (o *AcceptOAuth2LoginRequest) HasAmr() bool
- func (o *AcceptOAuth2LoginRequest) HasContext() bool
- func (o *AcceptOAuth2LoginRequest) HasExtendSessionLifespan() bool
- func (o *AcceptOAuth2LoginRequest) HasForceSubjectIdentifier() bool
- func (o *AcceptOAuth2LoginRequest) HasIdentityProviderSessionId() bool
- func (o *AcceptOAuth2LoginRequest) HasRemember() bool
- func (o *AcceptOAuth2LoginRequest) HasRememberFor() bool
- func (o AcceptOAuth2LoginRequest) MarshalJSON() ([]byte, error)
- func (o *AcceptOAuth2LoginRequest) SetAcr(v string)
- func (o *AcceptOAuth2LoginRequest) SetAmr(v []string)
- func (o *AcceptOAuth2LoginRequest) SetContext(v map[string]interface{})
- func (o *AcceptOAuth2LoginRequest) SetExtendSessionLifespan(v bool)
- func (o *AcceptOAuth2LoginRequest) SetForceSubjectIdentifier(v string)
- func (o *AcceptOAuth2LoginRequest) SetIdentityProviderSessionId(v string)
- func (o *AcceptOAuth2LoginRequest) SetRemember(v bool)
- func (o *AcceptOAuth2LoginRequest) SetRememberFor(v int64)
- func (o *AcceptOAuth2LoginRequest) SetSubject(v string)
- func (o AcceptOAuth2LoginRequest) ToMap() (map[string]interface{}, error)
- func (o *AcceptOAuth2LoginRequest) UnmarshalJSON(data []byte) (err error)
- type AccountExperienceConfiguration
- func (o *AccountExperienceConfiguration) GetAccountExperienceThemeStylesheet() string
- func (o *AccountExperienceConfiguration) GetAccountExperienceThemeStylesheetOk() (*string, bool)
- func (o *AccountExperienceConfiguration) GetFaviconType() string
- func (o *AccountExperienceConfiguration) GetFaviconTypeOk() (*string, bool)
- func (o *AccountExperienceConfiguration) GetFaviconUrl() string
- func (o *AccountExperienceConfiguration) GetFaviconUrlOk() (*string, bool)
- func (o *AccountExperienceConfiguration) GetKratosSelfserviceFlowsRecoveryEnabled() bool
- func (o *AccountExperienceConfiguration) GetKratosSelfserviceFlowsRecoveryEnabledOk() (*bool, bool)
- func (o *AccountExperienceConfiguration) GetKratosSelfserviceFlowsRegistrationEnabled() bool
- func (o *AccountExperienceConfiguration) GetKratosSelfserviceFlowsRegistrationEnabledOk() (*bool, bool)
- func (o *AccountExperienceConfiguration) GetKratosSelfserviceFlowsVerificationEnabled() bool
- func (o *AccountExperienceConfiguration) GetKratosSelfserviceFlowsVerificationEnabledOk() (*bool, bool)
- func (o *AccountExperienceConfiguration) GetLogoUrl() string
- func (o *AccountExperienceConfiguration) GetLogoUrlOk() (*string, bool)
- func (o *AccountExperienceConfiguration) GetName() string
- func (o *AccountExperienceConfiguration) GetNameOk() (*string, bool)
- func (o *AccountExperienceConfiguration) GetOrganizationMap() map[string]string
- func (o *AccountExperienceConfiguration) GetOrganizationMapOk() (*map[string]string, bool)
- func (o *AccountExperienceConfiguration) HasAccountExperienceThemeStylesheet() bool
- func (o *AccountExperienceConfiguration) HasFaviconType() bool
- func (o *AccountExperienceConfiguration) HasFaviconUrl() bool
- func (o *AccountExperienceConfiguration) HasKratosSelfserviceFlowsRecoveryEnabled() bool
- func (o *AccountExperienceConfiguration) HasKratosSelfserviceFlowsRegistrationEnabled() bool
- func (o *AccountExperienceConfiguration) HasKratosSelfserviceFlowsVerificationEnabled() bool
- func (o *AccountExperienceConfiguration) HasLogoUrl() bool
- func (o *AccountExperienceConfiguration) HasName() bool
- func (o *AccountExperienceConfiguration) HasOrganizationMap() bool
- func (o AccountExperienceConfiguration) MarshalJSON() ([]byte, error)
- func (o *AccountExperienceConfiguration) SetAccountExperienceThemeStylesheet(v string)
- func (o *AccountExperienceConfiguration) SetFaviconType(v string)
- func (o *AccountExperienceConfiguration) SetFaviconUrl(v string)
- func (o *AccountExperienceConfiguration) SetKratosSelfserviceFlowsRecoveryEnabled(v bool)
- func (o *AccountExperienceConfiguration) SetKratosSelfserviceFlowsRegistrationEnabled(v bool)
- func (o *AccountExperienceConfiguration) SetKratosSelfserviceFlowsVerificationEnabled(v bool)
- func (o *AccountExperienceConfiguration) SetLogoUrl(v string)
- func (o *AccountExperienceConfiguration) SetName(v string)
- func (o *AccountExperienceConfiguration) SetOrganizationMap(v map[string]string)
- func (o AccountExperienceConfiguration) ToMap() (map[string]interface{}, error)
- func (o *AccountExperienceConfiguration) UnmarshalJSON(data []byte) (err error)
- type AccountExperienceThemeVariables
- func (o *AccountExperienceThemeVariables) GetAccent() string
- func (o *AccountExperienceThemeVariables) GetAccentOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetBgDefault() string
- func (o *AccountExperienceThemeVariables) GetBgDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetBorderRadiusBranding() string
- func (o *AccountExperienceThemeVariables) GetBorderRadiusBrandingOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetBorderRadiusButtons() string
- func (o *AccountExperienceThemeVariables) GetBorderRadiusButtonsOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetBorderRadiusCards() string
- func (o *AccountExperienceThemeVariables) GetBorderRadiusCardsOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetBorderRadiusForms() string
- func (o *AccountExperienceThemeVariables) GetBorderRadiusFormsOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetBorderRadiusGeneral() string
- func (o *AccountExperienceThemeVariables) GetBorderRadiusGeneralOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonPrimaryBgDefault() string
- func (o *AccountExperienceThemeVariables) GetButtonPrimaryBgDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonPrimaryBgDisabled() string
- func (o *AccountExperienceThemeVariables) GetButtonPrimaryBgDisabledOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonPrimaryBgHover() string
- func (o *AccountExperienceThemeVariables) GetButtonPrimaryBgHoverOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonPrimaryBorderDefault() string
- func (o *AccountExperienceThemeVariables) GetButtonPrimaryBorderDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonPrimaryBorderDisabled() string
- func (o *AccountExperienceThemeVariables) GetButtonPrimaryBorderDisabledOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonPrimaryBorderHover() string
- func (o *AccountExperienceThemeVariables) GetButtonPrimaryBorderHoverOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonPrimaryFgDefault() string
- func (o *AccountExperienceThemeVariables) GetButtonPrimaryFgDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonPrimaryFgDisabled() string
- func (o *AccountExperienceThemeVariables) GetButtonPrimaryFgDisabledOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonPrimaryFgHover() string
- func (o *AccountExperienceThemeVariables) GetButtonPrimaryFgHoverOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSecondaryBgDefault() string
- func (o *AccountExperienceThemeVariables) GetButtonSecondaryBgDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSecondaryBgDisabled() string
- func (o *AccountExperienceThemeVariables) GetButtonSecondaryBgDisabledOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSecondaryBgHover() string
- func (o *AccountExperienceThemeVariables) GetButtonSecondaryBgHoverOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSecondaryBorderDefault() string
- func (o *AccountExperienceThemeVariables) GetButtonSecondaryBorderDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSecondaryBorderDisabled() string
- func (o *AccountExperienceThemeVariables) GetButtonSecondaryBorderDisabledOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSecondaryBorderHover() string
- func (o *AccountExperienceThemeVariables) GetButtonSecondaryBorderHoverOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSecondaryFgDefault() string
- func (o *AccountExperienceThemeVariables) GetButtonSecondaryFgDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSecondaryFgDisabled() string
- func (o *AccountExperienceThemeVariables) GetButtonSecondaryFgDisabledOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSecondaryFgHover() string
- func (o *AccountExperienceThemeVariables) GetButtonSecondaryFgHoverOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSocialBgDefault() string
- func (o *AccountExperienceThemeVariables) GetButtonSocialBgDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSocialBgDisabled() string
- func (o *AccountExperienceThemeVariables) GetButtonSocialBgDisabledOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSocialBgHover() string
- func (o *AccountExperienceThemeVariables) GetButtonSocialBgHoverOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSocialBgProvider() string
- func (o *AccountExperienceThemeVariables) GetButtonSocialBgProviderOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSocialBorderDefault() string
- func (o *AccountExperienceThemeVariables) GetButtonSocialBorderDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSocialBorderDisabled() string
- func (o *AccountExperienceThemeVariables) GetButtonSocialBorderDisabledOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSocialBorderHover() string
- func (o *AccountExperienceThemeVariables) GetButtonSocialBorderHoverOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSocialBorderProvider() string
- func (o *AccountExperienceThemeVariables) GetButtonSocialBorderProviderOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSocialFgDefault() string
- func (o *AccountExperienceThemeVariables) GetButtonSocialFgDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSocialFgDisabled() string
- func (o *AccountExperienceThemeVariables) GetButtonSocialFgDisabledOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSocialFgHover() string
- func (o *AccountExperienceThemeVariables) GetButtonSocialFgHoverOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetButtonSocialFgProvider() string
- func (o *AccountExperienceThemeVariables) GetButtonSocialFgProviderOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetCreatedAt() time.Time
- func (o *AccountExperienceThemeVariables) GetCreatedAtOk() (*time.Time, bool)
- func (o *AccountExperienceThemeVariables) GetDialogBgDefault() string
- func (o *AccountExperienceThemeVariables) GetDialogBgDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetDialogBgSubtle() string
- func (o *AccountExperienceThemeVariables) GetDialogBgSubtleOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetDialogBorderDefault() string
- func (o *AccountExperienceThemeVariables) GetDialogBorderDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetDialogFgDefault() string
- func (o *AccountExperienceThemeVariables) GetDialogFgDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetDialogFgMute() string
- func (o *AccountExperienceThemeVariables) GetDialogFgMuteOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetDialogFgSubtle() string
- func (o *AccountExperienceThemeVariables) GetDialogFgSubtleOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsBgDefault() string
- func (o *AccountExperienceThemeVariables) GetFormsBgDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsBgDisabled() string
- func (o *AccountExperienceThemeVariables) GetFormsBgDisabledOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsBgHover() string
- func (o *AccountExperienceThemeVariables) GetFormsBgHoverOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsBorderDefault() string
- func (o *AccountExperienceThemeVariables) GetFormsBorderDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsBorderDisabled() string
- func (o *AccountExperienceThemeVariables) GetFormsBorderDisabledOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsBorderError() string
- func (o *AccountExperienceThemeVariables) GetFormsBorderErrorOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsBorderFocus() string
- func (o *AccountExperienceThemeVariables) GetFormsBorderFocusOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsBorderHover() string
- func (o *AccountExperienceThemeVariables) GetFormsBorderHoverOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsBorderSuccess() string
- func (o *AccountExperienceThemeVariables) GetFormsBorderSuccessOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsBorderWarn() string
- func (o *AccountExperienceThemeVariables) GetFormsBorderWarnOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsCheckboxBgChecked() string
- func (o *AccountExperienceThemeVariables) GetFormsCheckboxBgCheckedOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsCheckboxBgDefault() string
- func (o *AccountExperienceThemeVariables) GetFormsCheckboxBgDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsCheckboxBorderChecked() string
- func (o *AccountExperienceThemeVariables) GetFormsCheckboxBorderCheckedOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsCheckboxBorderDefault() string
- func (o *AccountExperienceThemeVariables) GetFormsCheckboxBorderDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsCheckboxFgChecked() string
- func (o *AccountExperienceThemeVariables) GetFormsCheckboxFgCheckedOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsCheckboxFgDefault() string
- func (o *AccountExperienceThemeVariables) GetFormsCheckboxFgDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsFgDefault() string
- func (o *AccountExperienceThemeVariables) GetFormsFgDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsFgError() string
- func (o *AccountExperienceThemeVariables) GetFormsFgErrorOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsFgMute() string
- func (o *AccountExperienceThemeVariables) GetFormsFgMuteOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsFgSubtle() string
- func (o *AccountExperienceThemeVariables) GetFormsFgSubtleOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsFgSuccess() string
- func (o *AccountExperienceThemeVariables) GetFormsFgSuccessOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsFgWarn() string
- func (o *AccountExperienceThemeVariables) GetFormsFgWarnOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsRadioBgChecked() string
- func (o *AccountExperienceThemeVariables) GetFormsRadioBgCheckedOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsRadioBgDefault() string
- func (o *AccountExperienceThemeVariables) GetFormsRadioBgDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsRadioBorderChecked() string
- func (o *AccountExperienceThemeVariables) GetFormsRadioBorderCheckedOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsRadioBorderDefault() string
- func (o *AccountExperienceThemeVariables) GetFormsRadioBorderDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsRadioFgChecked() string
- func (o *AccountExperienceThemeVariables) GetFormsRadioFgCheckedOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsRadioFgDefault() string
- func (o *AccountExperienceThemeVariables) GetFormsRadioFgDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsToggleBgChecked() string
- func (o *AccountExperienceThemeVariables) GetFormsToggleBgCheckedOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsToggleBgDefault() string
- func (o *AccountExperienceThemeVariables) GetFormsToggleBgDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsToggleBorderChecked() string
- func (o *AccountExperienceThemeVariables) GetFormsToggleBorderCheckedOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsToggleBorderDefault() string
- func (o *AccountExperienceThemeVariables) GetFormsToggleBorderDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsToggleFgChecked() string
- func (o *AccountExperienceThemeVariables) GetFormsToggleFgCheckedOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetFormsToggleFgDefault() string
- func (o *AccountExperienceThemeVariables) GetFormsToggleFgDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetId() string
- func (o *AccountExperienceThemeVariables) GetIdOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetLinksLinkDefault() string
- func (o *AccountExperienceThemeVariables) GetLinksLinkDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetLinksLinkDisabled() string
- func (o *AccountExperienceThemeVariables) GetLinksLinkDisabledOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetLinksLinkHover() string
- func (o *AccountExperienceThemeVariables) GetLinksLinkHoverOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetLinksLinkInvertedDefault() string
- func (o *AccountExperienceThemeVariables) GetLinksLinkInvertedDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetLinksLinkInvertedHover() string
- func (o *AccountExperienceThemeVariables) GetLinksLinkInvertedHoverOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetLinksLinkMuteDefault() string
- func (o *AccountExperienceThemeVariables) GetLinksLinkMuteDefaultOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetLinksLinkMuteHover() string
- func (o *AccountExperienceThemeVariables) GetLinksLinkMuteHoverOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetSyntaxSyntax() string
- func (o *AccountExperienceThemeVariables) GetSyntaxSyntaxKey() string
- func (o *AccountExperienceThemeVariables) GetSyntaxSyntaxKeyOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetSyntaxSyntaxNum() string
- func (o *AccountExperienceThemeVariables) GetSyntaxSyntaxNumOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetSyntaxSyntaxOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetSyntaxSyntaxValue() string
- func (o *AccountExperienceThemeVariables) GetSyntaxSyntaxValueOk() (*string, bool)
- func (o *AccountExperienceThemeVariables) GetUpdatedAt() time.Time
- func (o *AccountExperienceThemeVariables) GetUpdatedAtOk() (*time.Time, bool)
- func (o *AccountExperienceThemeVariables) HasAccent() bool
- func (o *AccountExperienceThemeVariables) HasBgDefault() bool
- func (o *AccountExperienceThemeVariables) HasBorderRadiusBranding() bool
- func (o *AccountExperienceThemeVariables) HasBorderRadiusButtons() bool
- func (o *AccountExperienceThemeVariables) HasBorderRadiusCards() bool
- func (o *AccountExperienceThemeVariables) HasBorderRadiusForms() bool
- func (o *AccountExperienceThemeVariables) HasBorderRadiusGeneral() bool
- func (o *AccountExperienceThemeVariables) HasButtonPrimaryBgDefault() bool
- func (o *AccountExperienceThemeVariables) HasButtonPrimaryBgDisabled() bool
- func (o *AccountExperienceThemeVariables) HasButtonPrimaryBgHover() bool
- func (o *AccountExperienceThemeVariables) HasButtonPrimaryBorderDefault() bool
- func (o *AccountExperienceThemeVariables) HasButtonPrimaryBorderDisabled() bool
- func (o *AccountExperienceThemeVariables) HasButtonPrimaryBorderHover() bool
- func (o *AccountExperienceThemeVariables) HasButtonPrimaryFgDefault() bool
- func (o *AccountExperienceThemeVariables) HasButtonPrimaryFgDisabled() bool
- func (o *AccountExperienceThemeVariables) HasButtonPrimaryFgHover() bool
- func (o *AccountExperienceThemeVariables) HasButtonSecondaryBgDefault() bool
- func (o *AccountExperienceThemeVariables) HasButtonSecondaryBgDisabled() bool
- func (o *AccountExperienceThemeVariables) HasButtonSecondaryBgHover() bool
- func (o *AccountExperienceThemeVariables) HasButtonSecondaryBorderDefault() bool
- func (o *AccountExperienceThemeVariables) HasButtonSecondaryBorderDisabled() bool
- func (o *AccountExperienceThemeVariables) HasButtonSecondaryBorderHover() bool
- func (o *AccountExperienceThemeVariables) HasButtonSecondaryFgDefault() bool
- func (o *AccountExperienceThemeVariables) HasButtonSecondaryFgDisabled() bool
- func (o *AccountExperienceThemeVariables) HasButtonSecondaryFgHover() bool
- func (o *AccountExperienceThemeVariables) HasButtonSocialBgDefault() bool
- func (o *AccountExperienceThemeVariables) HasButtonSocialBgDisabled() bool
- func (o *AccountExperienceThemeVariables) HasButtonSocialBgHover() bool
- func (o *AccountExperienceThemeVariables) HasButtonSocialBgProvider() bool
- func (o *AccountExperienceThemeVariables) HasButtonSocialBorderDefault() bool
- func (o *AccountExperienceThemeVariables) HasButtonSocialBorderDisabled() bool
- func (o *AccountExperienceThemeVariables) HasButtonSocialBorderHover() bool
- func (o *AccountExperienceThemeVariables) HasButtonSocialBorderProvider() bool
- func (o *AccountExperienceThemeVariables) HasButtonSocialFgDefault() bool
- func (o *AccountExperienceThemeVariables) HasButtonSocialFgDisabled() bool
- func (o *AccountExperienceThemeVariables) HasButtonSocialFgHover() bool
- func (o *AccountExperienceThemeVariables) HasButtonSocialFgProvider() bool
- func (o *AccountExperienceThemeVariables) HasCreatedAt() bool
- func (o *AccountExperienceThemeVariables) HasDialogBgDefault() bool
- func (o *AccountExperienceThemeVariables) HasDialogBgSubtle() bool
- func (o *AccountExperienceThemeVariables) HasDialogBorderDefault() bool
- func (o *AccountExperienceThemeVariables) HasDialogFgDefault() bool
- func (o *AccountExperienceThemeVariables) HasDialogFgMute() bool
- func (o *AccountExperienceThemeVariables) HasDialogFgSubtle() bool
- func (o *AccountExperienceThemeVariables) HasFormsBgDefault() bool
- func (o *AccountExperienceThemeVariables) HasFormsBgDisabled() bool
- func (o *AccountExperienceThemeVariables) HasFormsBgHover() bool
- func (o *AccountExperienceThemeVariables) HasFormsBorderDefault() bool
- func (o *AccountExperienceThemeVariables) HasFormsBorderDisabled() bool
- func (o *AccountExperienceThemeVariables) HasFormsBorderError() bool
- func (o *AccountExperienceThemeVariables) HasFormsBorderFocus() bool
- func (o *AccountExperienceThemeVariables) HasFormsBorderHover() bool
- func (o *AccountExperienceThemeVariables) HasFormsBorderSuccess() bool
- func (o *AccountExperienceThemeVariables) HasFormsBorderWarn() bool
- func (o *AccountExperienceThemeVariables) HasFormsCheckboxBgChecked() bool
- func (o *AccountExperienceThemeVariables) HasFormsCheckboxBgDefault() bool
- func (o *AccountExperienceThemeVariables) HasFormsCheckboxBorderChecked() bool
- func (o *AccountExperienceThemeVariables) HasFormsCheckboxBorderDefault() bool
- func (o *AccountExperienceThemeVariables) HasFormsCheckboxFgChecked() bool
- func (o *AccountExperienceThemeVariables) HasFormsCheckboxFgDefault() bool
- func (o *AccountExperienceThemeVariables) HasFormsFgDefault() bool
- func (o *AccountExperienceThemeVariables) HasFormsFgError() bool
- func (o *AccountExperienceThemeVariables) HasFormsFgMute() bool
- func (o *AccountExperienceThemeVariables) HasFormsFgSubtle() bool
- func (o *AccountExperienceThemeVariables) HasFormsFgSuccess() bool
- func (o *AccountExperienceThemeVariables) HasFormsFgWarn() bool
- func (o *AccountExperienceThemeVariables) HasFormsRadioBgChecked() bool
- func (o *AccountExperienceThemeVariables) HasFormsRadioBgDefault() bool
- func (o *AccountExperienceThemeVariables) HasFormsRadioBorderChecked() bool
- func (o *AccountExperienceThemeVariables) HasFormsRadioBorderDefault() bool
- func (o *AccountExperienceThemeVariables) HasFormsRadioFgChecked() bool
- func (o *AccountExperienceThemeVariables) HasFormsRadioFgDefault() bool
- func (o *AccountExperienceThemeVariables) HasFormsToggleBgChecked() bool
- func (o *AccountExperienceThemeVariables) HasFormsToggleBgDefault() bool
- func (o *AccountExperienceThemeVariables) HasFormsToggleBorderChecked() bool
- func (o *AccountExperienceThemeVariables) HasFormsToggleBorderDefault() bool
- func (o *AccountExperienceThemeVariables) HasFormsToggleFgChecked() bool
- func (o *AccountExperienceThemeVariables) HasFormsToggleFgDefault() bool
- func (o *AccountExperienceThemeVariables) HasId() bool
- func (o *AccountExperienceThemeVariables) HasLinksLinkDefault() bool
- func (o *AccountExperienceThemeVariables) HasLinksLinkDisabled() bool
- func (o *AccountExperienceThemeVariables) HasLinksLinkHover() bool
- func (o *AccountExperienceThemeVariables) HasLinksLinkInvertedDefault() bool
- func (o *AccountExperienceThemeVariables) HasLinksLinkInvertedHover() bool
- func (o *AccountExperienceThemeVariables) HasLinksLinkMuteDefault() bool
- func (o *AccountExperienceThemeVariables) HasLinksLinkMuteHover() bool
- func (o *AccountExperienceThemeVariables) HasSyntaxSyntax() bool
- func (o *AccountExperienceThemeVariables) HasSyntaxSyntaxKey() bool
- func (o *AccountExperienceThemeVariables) HasSyntaxSyntaxNum() bool
- func (o *AccountExperienceThemeVariables) HasSyntaxSyntaxValue() bool
- func (o *AccountExperienceThemeVariables) HasUpdatedAt() bool
- func (o AccountExperienceThemeVariables) MarshalJSON() ([]byte, error)
- func (o *AccountExperienceThemeVariables) SetAccent(v string)
- func (o *AccountExperienceThemeVariables) SetBgDefault(v string)
- func (o *AccountExperienceThemeVariables) SetBorderRadiusBranding(v string)
- func (o *AccountExperienceThemeVariables) SetBorderRadiusButtons(v string)
- func (o *AccountExperienceThemeVariables) SetBorderRadiusCards(v string)
- func (o *AccountExperienceThemeVariables) SetBorderRadiusForms(v string)
- func (o *AccountExperienceThemeVariables) SetBorderRadiusGeneral(v string)
- func (o *AccountExperienceThemeVariables) SetButtonPrimaryBgDefault(v string)
- func (o *AccountExperienceThemeVariables) SetButtonPrimaryBgDisabled(v string)
- func (o *AccountExperienceThemeVariables) SetButtonPrimaryBgHover(v string)
- func (o *AccountExperienceThemeVariables) SetButtonPrimaryBorderDefault(v string)
- func (o *AccountExperienceThemeVariables) SetButtonPrimaryBorderDisabled(v string)
- func (o *AccountExperienceThemeVariables) SetButtonPrimaryBorderHover(v string)
- func (o *AccountExperienceThemeVariables) SetButtonPrimaryFgDefault(v string)
- func (o *AccountExperienceThemeVariables) SetButtonPrimaryFgDisabled(v string)
- func (o *AccountExperienceThemeVariables) SetButtonPrimaryFgHover(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSecondaryBgDefault(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSecondaryBgDisabled(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSecondaryBgHover(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSecondaryBorderDefault(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSecondaryBorderDisabled(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSecondaryBorderHover(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSecondaryFgDefault(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSecondaryFgDisabled(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSecondaryFgHover(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSocialBgDefault(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSocialBgDisabled(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSocialBgHover(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSocialBgProvider(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSocialBorderDefault(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSocialBorderDisabled(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSocialBorderHover(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSocialBorderProvider(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSocialFgDefault(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSocialFgDisabled(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSocialFgHover(v string)
- func (o *AccountExperienceThemeVariables) SetButtonSocialFgProvider(v string)
- func (o *AccountExperienceThemeVariables) SetCreatedAt(v time.Time)
- func (o *AccountExperienceThemeVariables) SetDialogBgDefault(v string)
- func (o *AccountExperienceThemeVariables) SetDialogBgSubtle(v string)
- func (o *AccountExperienceThemeVariables) SetDialogBorderDefault(v string)
- func (o *AccountExperienceThemeVariables) SetDialogFgDefault(v string)
- func (o *AccountExperienceThemeVariables) SetDialogFgMute(v string)
- func (o *AccountExperienceThemeVariables) SetDialogFgSubtle(v string)
- func (o *AccountExperienceThemeVariables) SetFormsBgDefault(v string)
- func (o *AccountExperienceThemeVariables) SetFormsBgDisabled(v string)
- func (o *AccountExperienceThemeVariables) SetFormsBgHover(v string)
- func (o *AccountExperienceThemeVariables) SetFormsBorderDefault(v string)
- func (o *AccountExperienceThemeVariables) SetFormsBorderDisabled(v string)
- func (o *AccountExperienceThemeVariables) SetFormsBorderError(v string)
- func (o *AccountExperienceThemeVariables) SetFormsBorderFocus(v string)
- func (o *AccountExperienceThemeVariables) SetFormsBorderHover(v string)
- func (o *AccountExperienceThemeVariables) SetFormsBorderSuccess(v string)
- func (o *AccountExperienceThemeVariables) SetFormsBorderWarn(v string)
- func (o *AccountExperienceThemeVariables) SetFormsCheckboxBgChecked(v string)
- func (o *AccountExperienceThemeVariables) SetFormsCheckboxBgDefault(v string)
- func (o *AccountExperienceThemeVariables) SetFormsCheckboxBorderChecked(v string)
- func (o *AccountExperienceThemeVariables) SetFormsCheckboxBorderDefault(v string)
- func (o *AccountExperienceThemeVariables) SetFormsCheckboxFgChecked(v string)
- func (o *AccountExperienceThemeVariables) SetFormsCheckboxFgDefault(v string)
- func (o *AccountExperienceThemeVariables) SetFormsFgDefault(v string)
- func (o *AccountExperienceThemeVariables) SetFormsFgError(v string)
- func (o *AccountExperienceThemeVariables) SetFormsFgMute(v string)
- func (o *AccountExperienceThemeVariables) SetFormsFgSubtle(v string)
- func (o *AccountExperienceThemeVariables) SetFormsFgSuccess(v string)
- func (o *AccountExperienceThemeVariables) SetFormsFgWarn(v string)
- func (o *AccountExperienceThemeVariables) SetFormsRadioBgChecked(v string)
- func (o *AccountExperienceThemeVariables) SetFormsRadioBgDefault(v string)
- func (o *AccountExperienceThemeVariables) SetFormsRadioBorderChecked(v string)
- func (o *AccountExperienceThemeVariables) SetFormsRadioBorderDefault(v string)
- func (o *AccountExperienceThemeVariables) SetFormsRadioFgChecked(v string)
- func (o *AccountExperienceThemeVariables) SetFormsRadioFgDefault(v string)
- func (o *AccountExperienceThemeVariables) SetFormsToggleBgChecked(v string)
- func (o *AccountExperienceThemeVariables) SetFormsToggleBgDefault(v string)
- func (o *AccountExperienceThemeVariables) SetFormsToggleBorderChecked(v string)
- func (o *AccountExperienceThemeVariables) SetFormsToggleBorderDefault(v string)
- func (o *AccountExperienceThemeVariables) SetFormsToggleFgChecked(v string)
- func (o *AccountExperienceThemeVariables) SetFormsToggleFgDefault(v string)
- func (o *AccountExperienceThemeVariables) SetId(v string)
- func (o *AccountExperienceThemeVariables) SetLinksLinkDefault(v string)
- func (o *AccountExperienceThemeVariables) SetLinksLinkDisabled(v string)
- func (o *AccountExperienceThemeVariables) SetLinksLinkHover(v string)
- func (o *AccountExperienceThemeVariables) SetLinksLinkInvertedDefault(v string)
- func (o *AccountExperienceThemeVariables) SetLinksLinkInvertedHover(v string)
- func (o *AccountExperienceThemeVariables) SetLinksLinkMuteDefault(v string)
- func (o *AccountExperienceThemeVariables) SetLinksLinkMuteHover(v string)
- func (o *AccountExperienceThemeVariables) SetSyntaxSyntax(v string)
- func (o *AccountExperienceThemeVariables) SetSyntaxSyntaxKey(v string)
- func (o *AccountExperienceThemeVariables) SetSyntaxSyntaxNum(v string)
- func (o *AccountExperienceThemeVariables) SetSyntaxSyntaxValue(v string)
- func (o *AccountExperienceThemeVariables) SetUpdatedAt(v time.Time)
- func (o AccountExperienceThemeVariables) ToMap() (map[string]interface{}, error)
- func (o *AccountExperienceThemeVariables) UnmarshalJSON(data []byte) (err error)
- type ActiveProjectInConsole
- func (o *ActiveProjectInConsole) GetProjectId() string
- func (o *ActiveProjectInConsole) GetProjectIdOk() (*string, bool)
- func (o *ActiveProjectInConsole) HasProjectId() bool
- func (o ActiveProjectInConsole) MarshalJSON() ([]byte, error)
- func (o *ActiveProjectInConsole) SetProjectId(v string)
- func (o ActiveProjectInConsole) ToMap() (map[string]interface{}, error)
- func (o *ActiveProjectInConsole) UnmarshalJSON(data []byte) (err error)
- type AddProjectToWorkspaceBody
- func (o *AddProjectToWorkspaceBody) GetEnvironment() string
- func (o *AddProjectToWorkspaceBody) GetEnvironmentOk() (*string, bool)
- func (o *AddProjectToWorkspaceBody) GetProjectSubscription() string
- func (o *AddProjectToWorkspaceBody) GetProjectSubscriptionOk() (*string, bool)
- func (o AddProjectToWorkspaceBody) MarshalJSON() ([]byte, error)
- func (o *AddProjectToWorkspaceBody) SetEnvironment(v string)
- func (o *AddProjectToWorkspaceBody) SetProjectSubscription(v string)
- func (o AddProjectToWorkspaceBody) ToMap() (map[string]interface{}, error)
- func (o *AddProjectToWorkspaceBody) UnmarshalJSON(data []byte) (err error)
- type Attribute
- func (o *Attribute) GetKey() string
- func (o *Attribute) GetKeyOk() (*string, bool)
- func (o *Attribute) GetValue() string
- func (o *Attribute) GetValueOk() (*string, bool)
- func (o *Attribute) HasKey() bool
- func (o *Attribute) HasValue() bool
- func (o Attribute) MarshalJSON() ([]byte, error)
- func (o *Attribute) SetKey(v string)
- func (o *Attribute) SetValue(v string)
- func (o Attribute) ToMap() (map[string]interface{}, error)
- func (o *Attribute) UnmarshalJSON(data []byte) (err error)
- type AttributeFilter
- func (o *AttributeFilter) GetAttribute() string
- func (o *AttributeFilter) GetAttributeOk() (*string, bool)
- func (o *AttributeFilter) GetCondition() string
- func (o *AttributeFilter) GetConditionOk() (*string, bool)
- func (o *AttributeFilter) GetValue() string
- func (o *AttributeFilter) GetValueOk() (*string, bool)
- func (o *AttributeFilter) HasAttribute() bool
- func (o *AttributeFilter) HasCondition() bool
- func (o *AttributeFilter) HasValue() bool
- func (o AttributeFilter) MarshalJSON() ([]byte, error)
- func (o *AttributeFilter) SetAttribute(v string)
- func (o *AttributeFilter) SetCondition(v string)
- func (o *AttributeFilter) SetValue(v string)
- func (o AttributeFilter) ToMap() (map[string]interface{}, error)
- func (o *AttributeFilter) UnmarshalJSON(data []byte) (err error)
- type AttributesCountDatapoint
- func (o *AttributesCountDatapoint) GetCount() int64
- func (o *AttributesCountDatapoint) GetCountOk() (*int64, bool)
- func (o *AttributesCountDatapoint) GetName() string
- func (o *AttributesCountDatapoint) GetNameOk() (*string, bool)
- func (o AttributesCountDatapoint) MarshalJSON() ([]byte, error)
- func (o *AttributesCountDatapoint) SetCount(v int64)
- func (o *AttributesCountDatapoint) SetName(v string)
- func (o AttributesCountDatapoint) ToMap() (map[string]interface{}, error)
- func (o *AttributesCountDatapoint) UnmarshalJSON(data []byte) (err error)
- type AuthenticatorAssuranceLevel
- type BasicAuth
- type BatchPatchIdentitiesResponse
- func (o *BatchPatchIdentitiesResponse) GetIdentities() []IdentityPatchResponse
- func (o *BatchPatchIdentitiesResponse) GetIdentitiesOk() ([]IdentityPatchResponse, bool)
- func (o *BatchPatchIdentitiesResponse) HasIdentities() bool
- func (o BatchPatchIdentitiesResponse) MarshalJSON() ([]byte, error)
- func (o *BatchPatchIdentitiesResponse) SetIdentities(v []IdentityPatchResponse)
- func (o BatchPatchIdentitiesResponse) ToMap() (map[string]interface{}, error)
- func (o *BatchPatchIdentitiesResponse) UnmarshalJSON(data []byte) (err error)
- type BillingPeriodBucket
- func (o *BillingPeriodBucket) GetBaseInvoices() []Invoice
- func (o *BillingPeriodBucket) GetBaseInvoicesOk() ([]Invoice, bool)
- func (o *BillingPeriodBucket) GetBillingPeriod() TimeInterval
- func (o *BillingPeriodBucket) GetBillingPeriodOk() (*TimeInterval, bool)
- func (o *BillingPeriodBucket) GetUsageInvoice() Invoice
- func (o *BillingPeriodBucket) GetUsageInvoiceOk() (*Invoice, bool)
- func (o *BillingPeriodBucket) HasBaseInvoices() bool
- func (o *BillingPeriodBucket) HasBillingPeriod() bool
- func (o *BillingPeriodBucket) HasUsageInvoice() bool
- func (o BillingPeriodBucket) MarshalJSON() ([]byte, error)
- func (o *BillingPeriodBucket) SetBaseInvoices(v []Invoice)
- func (o *BillingPeriodBucket) SetBillingPeriod(v TimeInterval)
- func (o *BillingPeriodBucket) SetUsageInvoice(v Invoice)
- func (o BillingPeriodBucket) ToMap() (map[string]interface{}, error)
- func (o *BillingPeriodBucket) UnmarshalJSON(data []byte) (err error)
- type CheckOplSyntaxResult
- func (o *CheckOplSyntaxResult) GetErrors() []ParseError
- func (o *CheckOplSyntaxResult) GetErrorsOk() ([]ParseError, bool)
- func (o *CheckOplSyntaxResult) HasErrors() bool
- func (o CheckOplSyntaxResult) MarshalJSON() ([]byte, error)
- func (o *CheckOplSyntaxResult) SetErrors(v []ParseError)
- func (o CheckOplSyntaxResult) ToMap() (map[string]interface{}, error)
- func (o *CheckOplSyntaxResult) UnmarshalJSON(data []byte) (err error)
- type CheckPermissionResult
- func (o *CheckPermissionResult) GetAllowed() bool
- func (o *CheckPermissionResult) GetAllowedOk() (*bool, bool)
- func (o CheckPermissionResult) MarshalJSON() ([]byte, error)
- func (o *CheckPermissionResult) SetAllowed(v bool)
- func (o CheckPermissionResult) ToMap() (map[string]interface{}, error)
- func (o *CheckPermissionResult) UnmarshalJSON(data []byte) (err error)
- type CloudAccount
- func (o *CloudAccount) GetEmail() string
- func (o *CloudAccount) GetEmailOk() (*string, bool)
- func (o *CloudAccount) GetEmailVerified() bool
- func (o *CloudAccount) GetEmailVerifiedOk() (*bool, bool)
- func (o *CloudAccount) GetId() string
- func (o *CloudAccount) GetIdOk() (*string, bool)
- func (o *CloudAccount) GetName() string
- func (o *CloudAccount) GetNameOk() (*string, bool)
- func (o CloudAccount) MarshalJSON() ([]byte, error)
- func (o *CloudAccount) SetEmail(v string)
- func (o *CloudAccount) SetEmailVerified(v bool)
- func (o *CloudAccount) SetId(v string)
- func (o *CloudAccount) SetName(v string)
- func (o CloudAccount) ToMap() (map[string]interface{}, error)
- func (o *CloudAccount) UnmarshalJSON(data []byte) (err error)
- type Configuration
- type ConsistencyRequestParameters
- func (o *ConsistencyRequestParameters) GetConsistency() string
- func (o *ConsistencyRequestParameters) GetConsistencyOk() (*string, bool)
- func (o *ConsistencyRequestParameters) HasConsistency() bool
- func (o ConsistencyRequestParameters) MarshalJSON() ([]byte, error)
- func (o *ConsistencyRequestParameters) SetConsistency(v string)
- func (o ConsistencyRequestParameters) ToMap() (map[string]interface{}, error)
- func (o *ConsistencyRequestParameters) UnmarshalJSON(data []byte) (err error)
- type ContinueWith
- func ContinueWithRecoveryUiAsContinueWith(v *ContinueWithRecoveryUi) ContinueWith
- func ContinueWithRedirectBrowserToAsContinueWith(v *ContinueWithRedirectBrowserTo) ContinueWith
- func ContinueWithSetOrySessionTokenAsContinueWith(v *ContinueWithSetOrySessionToken) ContinueWith
- func ContinueWithSettingsUiAsContinueWith(v *ContinueWithSettingsUi) ContinueWith
- func ContinueWithVerificationUiAsContinueWith(v *ContinueWithVerificationUi) ContinueWith
- type ContinueWithRecoveryUi
- func (o *ContinueWithRecoveryUi) GetAction() string
- func (o *ContinueWithRecoveryUi) GetActionOk() (*string, bool)
- func (o *ContinueWithRecoveryUi) GetFlow() ContinueWithRecoveryUiFlow
- func (o *ContinueWithRecoveryUi) GetFlowOk() (*ContinueWithRecoveryUiFlow, bool)
- func (o ContinueWithRecoveryUi) MarshalJSON() ([]byte, error)
- func (o *ContinueWithRecoveryUi) SetAction(v string)
- func (o *ContinueWithRecoveryUi) SetFlow(v ContinueWithRecoveryUiFlow)
- func (o ContinueWithRecoveryUi) ToMap() (map[string]interface{}, error)
- func (o *ContinueWithRecoveryUi) UnmarshalJSON(data []byte) (err error)
- type ContinueWithRecoveryUiFlow
- func (o *ContinueWithRecoveryUiFlow) GetId() string
- func (o *ContinueWithRecoveryUiFlow) GetIdOk() (*string, bool)
- func (o *ContinueWithRecoveryUiFlow) GetUrl() string
- func (o *ContinueWithRecoveryUiFlow) GetUrlOk() (*string, bool)
- func (o *ContinueWithRecoveryUiFlow) HasUrl() bool
- func (o ContinueWithRecoveryUiFlow) MarshalJSON() ([]byte, error)
- func (o *ContinueWithRecoveryUiFlow) SetId(v string)
- func (o *ContinueWithRecoveryUiFlow) SetUrl(v string)
- func (o ContinueWithRecoveryUiFlow) ToMap() (map[string]interface{}, error)
- func (o *ContinueWithRecoveryUiFlow) UnmarshalJSON(data []byte) (err error)
- type ContinueWithRedirectBrowserTo
- func (o *ContinueWithRedirectBrowserTo) GetAction() string
- func (o *ContinueWithRedirectBrowserTo) GetActionOk() (*string, bool)
- func (o *ContinueWithRedirectBrowserTo) GetRedirectBrowserTo() string
- func (o *ContinueWithRedirectBrowserTo) GetRedirectBrowserToOk() (*string, bool)
- func (o ContinueWithRedirectBrowserTo) MarshalJSON() ([]byte, error)
- func (o *ContinueWithRedirectBrowserTo) SetAction(v string)
- func (o *ContinueWithRedirectBrowserTo) SetRedirectBrowserTo(v string)
- func (o ContinueWithRedirectBrowserTo) ToMap() (map[string]interface{}, error)
- func (o *ContinueWithRedirectBrowserTo) UnmarshalJSON(data []byte) (err error)
- type ContinueWithSetOrySessionToken
- func (o *ContinueWithSetOrySessionToken) GetAction() string
- func (o *ContinueWithSetOrySessionToken) GetActionOk() (*string, bool)
- func (o *ContinueWithSetOrySessionToken) GetOrySessionToken() string
- func (o *ContinueWithSetOrySessionToken) GetOrySessionTokenOk() (*string, bool)
- func (o ContinueWithSetOrySessionToken) MarshalJSON() ([]byte, error)
- func (o *ContinueWithSetOrySessionToken) SetAction(v string)
- func (o *ContinueWithSetOrySessionToken) SetOrySessionToken(v string)
- func (o ContinueWithSetOrySessionToken) ToMap() (map[string]interface{}, error)
- func (o *ContinueWithSetOrySessionToken) UnmarshalJSON(data []byte) (err error)
- type ContinueWithSettingsUi
- func (o *ContinueWithSettingsUi) GetAction() string
- func (o *ContinueWithSettingsUi) GetActionOk() (*string, bool)
- func (o *ContinueWithSettingsUi) GetFlow() ContinueWithSettingsUiFlow
- func (o *ContinueWithSettingsUi) GetFlowOk() (*ContinueWithSettingsUiFlow, bool)
- func (o ContinueWithSettingsUi) MarshalJSON() ([]byte, error)
- func (o *ContinueWithSettingsUi) SetAction(v string)
- func (o *ContinueWithSettingsUi) SetFlow(v ContinueWithSettingsUiFlow)
- func (o ContinueWithSettingsUi) ToMap() (map[string]interface{}, error)
- func (o *ContinueWithSettingsUi) UnmarshalJSON(data []byte) (err error)
- type ContinueWithSettingsUiFlow
- func (o *ContinueWithSettingsUiFlow) GetId() string
- func (o *ContinueWithSettingsUiFlow) GetIdOk() (*string, bool)
- func (o *ContinueWithSettingsUiFlow) GetUrl() string
- func (o *ContinueWithSettingsUiFlow) GetUrlOk() (*string, bool)
- func (o *ContinueWithSettingsUiFlow) HasUrl() bool
- func (o ContinueWithSettingsUiFlow) MarshalJSON() ([]byte, error)
- func (o *ContinueWithSettingsUiFlow) SetId(v string)
- func (o *ContinueWithSettingsUiFlow) SetUrl(v string)
- func (o ContinueWithSettingsUiFlow) ToMap() (map[string]interface{}, error)
- func (o *ContinueWithSettingsUiFlow) UnmarshalJSON(data []byte) (err error)
- type ContinueWithVerificationUi
- func (o *ContinueWithVerificationUi) GetAction() string
- func (o *ContinueWithVerificationUi) GetActionOk() (*string, bool)
- func (o *ContinueWithVerificationUi) GetFlow() ContinueWithVerificationUiFlow
- func (o *ContinueWithVerificationUi) GetFlowOk() (*ContinueWithVerificationUiFlow, bool)
- func (o ContinueWithVerificationUi) MarshalJSON() ([]byte, error)
- func (o *ContinueWithVerificationUi) SetAction(v string)
- func (o *ContinueWithVerificationUi) SetFlow(v ContinueWithVerificationUiFlow)
- func (o ContinueWithVerificationUi) ToMap() (map[string]interface{}, error)
- func (o *ContinueWithVerificationUi) UnmarshalJSON(data []byte) (err error)
- type ContinueWithVerificationUiFlow
- func (o *ContinueWithVerificationUiFlow) GetId() string
- func (o *ContinueWithVerificationUiFlow) GetIdOk() (*string, bool)
- func (o *ContinueWithVerificationUiFlow) GetUrl() string
- func (o *ContinueWithVerificationUiFlow) GetUrlOk() (*string, bool)
- func (o *ContinueWithVerificationUiFlow) GetVerifiableAddress() string
- func (o *ContinueWithVerificationUiFlow) GetVerifiableAddressOk() (*string, bool)
- func (o *ContinueWithVerificationUiFlow) HasUrl() bool
- func (o ContinueWithVerificationUiFlow) MarshalJSON() ([]byte, error)
- func (o *ContinueWithVerificationUiFlow) SetId(v string)
- func (o *ContinueWithVerificationUiFlow) SetUrl(v string)
- func (o *ContinueWithVerificationUiFlow) SetVerifiableAddress(v string)
- func (o ContinueWithVerificationUiFlow) ToMap() (map[string]interface{}, error)
- func (o *ContinueWithVerificationUiFlow) UnmarshalJSON(data []byte) (err error)
- type CourierAPI
- type CourierAPIGetCourierMessageRequest
- type CourierAPIListCourierMessagesRequest
- func (r CourierAPIListCourierMessagesRequest) Execute() ([]Message, *http.Response, error)
- func (r CourierAPIListCourierMessagesRequest) PageSize(pageSize int64) CourierAPIListCourierMessagesRequest
- func (r CourierAPIListCourierMessagesRequest) PageToken(pageToken string) CourierAPIListCourierMessagesRequest
- func (r CourierAPIListCourierMessagesRequest) Recipient(recipient string) CourierAPIListCourierMessagesRequest
- func (r CourierAPIListCourierMessagesRequest) Status(status CourierMessageStatus) CourierAPIListCourierMessagesRequest
- type CourierAPIService
- func (a *CourierAPIService) GetCourierMessage(ctx context.Context, id string) CourierAPIGetCourierMessageRequest
- func (a *CourierAPIService) GetCourierMessageExecute(r CourierAPIGetCourierMessageRequest) (*Message, *http.Response, error)
- func (a *CourierAPIService) ListCourierMessages(ctx context.Context) CourierAPIListCourierMessagesRequest
- func (a *CourierAPIService) ListCourierMessagesExecute(r CourierAPIListCourierMessagesRequest) ([]Message, *http.Response, error)
- type CourierMessageStatus
- type CourierMessageType
- type CreateCustomDomainBody
- func (o *CreateCustomDomainBody) GetCookieDomain() string
- func (o *CreateCustomDomainBody) GetCookieDomainOk() (*string, bool)
- func (o *CreateCustomDomainBody) GetCorsAllowedOrigins() []string
- func (o *CreateCustomDomainBody) GetCorsAllowedOriginsOk() ([]string, bool)
- func (o *CreateCustomDomainBody) GetCorsEnabled() bool
- func (o *CreateCustomDomainBody) GetCorsEnabledOk() (*bool, bool)
- func (o *CreateCustomDomainBody) GetCustomUiBaseUrl() string
- func (o *CreateCustomDomainBody) GetCustomUiBaseUrlOk() (*string, bool)
- func (o *CreateCustomDomainBody) GetHostname() string
- func (o *CreateCustomDomainBody) GetHostnameOk() (*string, bool)
- func (o *CreateCustomDomainBody) HasCookieDomain() bool
- func (o *CreateCustomDomainBody) HasCorsAllowedOrigins() bool
- func (o *CreateCustomDomainBody) HasCorsEnabled() bool
- func (o *CreateCustomDomainBody) HasCustomUiBaseUrl() bool
- func (o *CreateCustomDomainBody) HasHostname() bool
- func (o CreateCustomDomainBody) MarshalJSON() ([]byte, error)
- func (o *CreateCustomDomainBody) SetCookieDomain(v string)
- func (o *CreateCustomDomainBody) SetCorsAllowedOrigins(v []string)
- func (o *CreateCustomDomainBody) SetCorsEnabled(v bool)
- func (o *CreateCustomDomainBody) SetCustomUiBaseUrl(v string)
- func (o *CreateCustomDomainBody) SetHostname(v string)
- func (o CreateCustomDomainBody) ToMap() (map[string]interface{}, error)
- func (o *CreateCustomDomainBody) UnmarshalJSON(data []byte) (err error)
- type CreateEventStreamBody
- func (o *CreateEventStreamBody) GetRoleArn() string
- func (o *CreateEventStreamBody) GetRoleArnOk() (*string, bool)
- func (o *CreateEventStreamBody) GetTopicArn() string
- func (o *CreateEventStreamBody) GetTopicArnOk() (*string, bool)
- func (o *CreateEventStreamBody) GetType() string
- func (o *CreateEventStreamBody) GetTypeOk() (*string, bool)
- func (o CreateEventStreamBody) MarshalJSON() ([]byte, error)
- func (o *CreateEventStreamBody) SetRoleArn(v string)
- func (o *CreateEventStreamBody) SetTopicArn(v string)
- func (o *CreateEventStreamBody) SetType(v string)
- func (o CreateEventStreamBody) ToMap() (map[string]interface{}, error)
- func (o *CreateEventStreamBody) UnmarshalJSON(data []byte) (err error)
- type CreateIdentityBody
- func (o *CreateIdentityBody) GetCredentials() IdentityWithCredentials
- func (o *CreateIdentityBody) GetCredentialsOk() (*IdentityWithCredentials, bool)
- func (o *CreateIdentityBody) GetMetadataAdmin() interface{}
- func (o *CreateIdentityBody) GetMetadataAdminOk() (*interface{}, bool)
- func (o *CreateIdentityBody) GetMetadataPublic() interface{}
- func (o *CreateIdentityBody) GetMetadataPublicOk() (*interface{}, bool)
- func (o *CreateIdentityBody) GetRecoveryAddresses() []RecoveryIdentityAddress
- func (o *CreateIdentityBody) GetRecoveryAddressesOk() ([]RecoveryIdentityAddress, bool)
- func (o *CreateIdentityBody) GetSchemaId() string
- func (o *CreateIdentityBody) GetSchemaIdOk() (*string, bool)
- func (o *CreateIdentityBody) GetState() string
- func (o *CreateIdentityBody) GetStateOk() (*string, bool)
- func (o *CreateIdentityBody) GetTraits() map[string]interface{}
- func (o *CreateIdentityBody) GetTraitsOk() (map[string]interface{}, bool)
- func (o *CreateIdentityBody) GetVerifiableAddresses() []VerifiableIdentityAddress
- func (o *CreateIdentityBody) GetVerifiableAddressesOk() ([]VerifiableIdentityAddress, bool)
- func (o *CreateIdentityBody) HasCredentials() bool
- func (o *CreateIdentityBody) HasMetadataAdmin() bool
- func (o *CreateIdentityBody) HasMetadataPublic() bool
- func (o *CreateIdentityBody) HasRecoveryAddresses() bool
- func (o *CreateIdentityBody) HasState() bool
- func (o *CreateIdentityBody) HasVerifiableAddresses() bool
- func (o CreateIdentityBody) MarshalJSON() ([]byte, error)
- func (o *CreateIdentityBody) SetCredentials(v IdentityWithCredentials)
- func (o *CreateIdentityBody) SetMetadataAdmin(v interface{})
- func (o *CreateIdentityBody) SetMetadataPublic(v interface{})
- func (o *CreateIdentityBody) SetRecoveryAddresses(v []RecoveryIdentityAddress)
- func (o *CreateIdentityBody) SetSchemaId(v string)
- func (o *CreateIdentityBody) SetState(v string)
- func (o *CreateIdentityBody) SetTraits(v map[string]interface{})
- func (o *CreateIdentityBody) SetVerifiableAddresses(v []VerifiableIdentityAddress)
- func (o CreateIdentityBody) ToMap() (map[string]interface{}, error)
- func (o *CreateIdentityBody) UnmarshalJSON(data []byte) (err error)
- type CreateInviteResponse
- func (o *CreateInviteResponse) GetAllInvites() []MemberInvite
- func (o *CreateInviteResponse) GetAllInvitesOk() ([]MemberInvite, bool)
- func (o *CreateInviteResponse) GetCreatedInvite() MemberInvite
- func (o *CreateInviteResponse) GetCreatedInviteOk() (*MemberInvite, bool)
- func (o CreateInviteResponse) MarshalJSON() ([]byte, error)
- func (o *CreateInviteResponse) SetAllInvites(v []MemberInvite)
- func (o *CreateInviteResponse) SetCreatedInvite(v MemberInvite)
- func (o CreateInviteResponse) ToMap() (map[string]interface{}, error)
- func (o *CreateInviteResponse) UnmarshalJSON(data []byte) (err error)
- type CreateJsonWebKeySet
- func (o *CreateJsonWebKeySet) GetAlg() string
- func (o *CreateJsonWebKeySet) GetAlgOk() (*string, bool)
- func (o *CreateJsonWebKeySet) GetKid() string
- func (o *CreateJsonWebKeySet) GetKidOk() (*string, bool)
- func (o *CreateJsonWebKeySet) GetUse() string
- func (o *CreateJsonWebKeySet) GetUseOk() (*string, bool)
- func (o CreateJsonWebKeySet) MarshalJSON() ([]byte, error)
- func (o *CreateJsonWebKeySet) SetAlg(v string)
- func (o *CreateJsonWebKeySet) SetKid(v string)
- func (o *CreateJsonWebKeySet) SetUse(v string)
- func (o CreateJsonWebKeySet) ToMap() (map[string]interface{}, error)
- func (o *CreateJsonWebKeySet) UnmarshalJSON(data []byte) (err error)
- type CreateProjectApiKeyRequest
- func (o *CreateProjectApiKeyRequest) GetName() string
- func (o *CreateProjectApiKeyRequest) GetNameOk() (*string, bool)
- func (o CreateProjectApiKeyRequest) MarshalJSON() ([]byte, error)
- func (o *CreateProjectApiKeyRequest) SetName(v string)
- func (o CreateProjectApiKeyRequest) ToMap() (map[string]interface{}, error)
- func (o *CreateProjectApiKeyRequest) UnmarshalJSON(data []byte) (err error)
- type CreateProjectBody
- func (o *CreateProjectBody) GetEnvironment() string
- func (o *CreateProjectBody) GetEnvironmentOk() (*string, bool)
- func (o *CreateProjectBody) GetHomeRegion() string
- func (o *CreateProjectBody) GetHomeRegionOk() (*string, bool)
- func (o *CreateProjectBody) GetName() string
- func (o *CreateProjectBody) GetNameOk() (*string, bool)
- func (o *CreateProjectBody) GetWorkspaceId() string
- func (o *CreateProjectBody) GetWorkspaceIdOk() (*string, bool)
- func (o *CreateProjectBody) HasHomeRegion() bool
- func (o *CreateProjectBody) HasWorkspaceId() bool
- func (o CreateProjectBody) MarshalJSON() ([]byte, error)
- func (o *CreateProjectBody) SetEnvironment(v string)
- func (o *CreateProjectBody) SetHomeRegion(v string)
- func (o *CreateProjectBody) SetName(v string)
- func (o *CreateProjectBody) SetWorkspaceId(v string)
- func (o CreateProjectBody) ToMap() (map[string]interface{}, error)
- func (o *CreateProjectBody) UnmarshalJSON(data []byte) (err error)
- type CreateProjectBranding
- func (o *CreateProjectBranding) GetFaviconType() string
- func (o *CreateProjectBranding) GetFaviconTypeOk() (*string, bool)
- func (o *CreateProjectBranding) GetFaviconUrl() string
- func (o *CreateProjectBranding) GetFaviconUrlOk() (*string, bool)
- func (o *CreateProjectBranding) GetLogoType() string
- func (o *CreateProjectBranding) GetLogoTypeOk() (*string, bool)
- func (o *CreateProjectBranding) GetLogoUrl() string
- func (o *CreateProjectBranding) GetLogoUrlOk() (*string, bool)
- func (o *CreateProjectBranding) GetName() string
- func (o *CreateProjectBranding) GetNameOk() (*string, bool)
- func (o *CreateProjectBranding) GetTheme() ProjectBrandingColors
- func (o *CreateProjectBranding) GetThemeOk() (*ProjectBrandingColors, bool)
- func (o *CreateProjectBranding) HasFaviconType() bool
- func (o *CreateProjectBranding) HasFaviconUrl() bool
- func (o *CreateProjectBranding) HasLogoType() bool
- func (o *CreateProjectBranding) HasLogoUrl() bool
- func (o *CreateProjectBranding) HasName() bool
- func (o *CreateProjectBranding) HasTheme() bool
- func (o CreateProjectBranding) MarshalJSON() ([]byte, error)
- func (o *CreateProjectBranding) SetFaviconType(v string)
- func (o *CreateProjectBranding) SetFaviconUrl(v string)
- func (o *CreateProjectBranding) SetLogoType(v string)
- func (o *CreateProjectBranding) SetLogoUrl(v string)
- func (o *CreateProjectBranding) SetName(v string)
- func (o *CreateProjectBranding) SetTheme(v ProjectBrandingColors)
- func (o CreateProjectBranding) ToMap() (map[string]interface{}, error)
- func (o *CreateProjectBranding) UnmarshalJSON(data []byte) (err error)
- type CreateProjectMemberInviteBody
- func (o *CreateProjectMemberInviteBody) GetInviteeEmail() string
- func (o *CreateProjectMemberInviteBody) GetInviteeEmailOk() (*string, bool)
- func (o *CreateProjectMemberInviteBody) HasInviteeEmail() bool
- func (o CreateProjectMemberInviteBody) MarshalJSON() ([]byte, error)
- func (o *CreateProjectMemberInviteBody) SetInviteeEmail(v string)
- func (o CreateProjectMemberInviteBody) ToMap() (map[string]interface{}, error)
- func (o *CreateProjectMemberInviteBody) UnmarshalJSON(data []byte) (err error)
- type CreateProjectNormalizedPayload
- func (o *CreateProjectNormalizedPayload) GetCreatedAt() time.Time
- func (o *CreateProjectNormalizedPayload) GetCreatedAtOk() (*time.Time, bool)
- func (o *CreateProjectNormalizedPayload) GetDisableAccountExperienceWelcomeScreen() bool
- func (o *CreateProjectNormalizedPayload) GetDisableAccountExperienceWelcomeScreenOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetEnableAxV2() bool
- func (o *CreateProjectNormalizedPayload) GetEnableAxV2Ok() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetEnvironment() string
- func (o *CreateProjectNormalizedPayload) GetEnvironmentOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHomeRegion() string
- func (o *CreateProjectNormalizedPayload) GetHomeRegionOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2AllowedTopLevelClaims() []string
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2AllowedTopLevelClaimsOk() ([]string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2ClientCredentialsDefaultGrantAllowedScope() bool
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2ClientCredentialsDefaultGrantAllowedScopeOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2ExcludeNotBeforeClaim() bool
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2ExcludeNotBeforeClaimOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2GrantJwtIatOptional() bool
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2GrantJwtIatOptionalOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2GrantJwtJtiOptional() bool
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2GrantJwtJtiOptionalOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2GrantJwtMaxTtl() string
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2GrantJwtMaxTtlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2MirrorTopLevelClaims() bool
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2MirrorTopLevelClaimsOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2PkceEnforced() bool
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2PkceEnforcedForPublicClients() bool
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2PkceEnforcedForPublicClientsOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2PkceEnforcedOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2RefreshTokenHook() string
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2RefreshTokenHookOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2TokenHook() string
- func (o *CreateProjectNormalizedPayload) GetHydraOauth2TokenHookOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraOidcDynamicClientRegistrationDefaultScope() []string
- func (o *CreateProjectNormalizedPayload) GetHydraOidcDynamicClientRegistrationDefaultScopeOk() ([]string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraOidcDynamicClientRegistrationEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetHydraOidcDynamicClientRegistrationEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraOidcSubjectIdentifiersPairwiseSalt() string
- func (o *CreateProjectNormalizedPayload) GetHydraOidcSubjectIdentifiersPairwiseSaltOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraOidcSubjectIdentifiersSupportedTypes() []string
- func (o *CreateProjectNormalizedPayload) GetHydraOidcSubjectIdentifiersSupportedTypesOk() ([]string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraSecretsCookie() []string
- func (o *CreateProjectNormalizedPayload) GetHydraSecretsCookieOk() ([]string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraSecretsSystem() []string
- func (o *CreateProjectNormalizedPayload) GetHydraSecretsSystemOk() ([]string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraServeCookiesSameSiteLegacyWorkaround() bool
- func (o *CreateProjectNormalizedPayload) GetHydraServeCookiesSameSiteLegacyWorkaroundOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraServeCookiesSameSiteMode() string
- func (o *CreateProjectNormalizedPayload) GetHydraServeCookiesSameSiteModeOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraStrategiesAccessToken() string
- func (o *CreateProjectNormalizedPayload) GetHydraStrategiesAccessTokenOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraStrategiesJwtScopeClaim() string
- func (o *CreateProjectNormalizedPayload) GetHydraStrategiesJwtScopeClaimOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraStrategiesScope() string
- func (o *CreateProjectNormalizedPayload) GetHydraStrategiesScopeOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraTtlAccessToken() string
- func (o *CreateProjectNormalizedPayload) GetHydraTtlAccessTokenOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraTtlAuthCode() string
- func (o *CreateProjectNormalizedPayload) GetHydraTtlAuthCodeOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraTtlIdToken() string
- func (o *CreateProjectNormalizedPayload) GetHydraTtlIdTokenOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraTtlLoginConsentRequest() string
- func (o *CreateProjectNormalizedPayload) GetHydraTtlLoginConsentRequestOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraTtlRefreshToken() string
- func (o *CreateProjectNormalizedPayload) GetHydraTtlRefreshTokenOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraUrlsConsent() string
- func (o *CreateProjectNormalizedPayload) GetHydraUrlsConsentOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraUrlsError() string
- func (o *CreateProjectNormalizedPayload) GetHydraUrlsErrorOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraUrlsLogin() string
- func (o *CreateProjectNormalizedPayload) GetHydraUrlsLoginOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraUrlsLogout() string
- func (o *CreateProjectNormalizedPayload) GetHydraUrlsLogoutOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraUrlsPostLogoutRedirect() string
- func (o *CreateProjectNormalizedPayload) GetHydraUrlsPostLogoutRedirectOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraUrlsRegistration() string
- func (o *CreateProjectNormalizedPayload) GetHydraUrlsRegistrationOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraUrlsSelfIssuer() string
- func (o *CreateProjectNormalizedPayload) GetHydraUrlsSelfIssuerOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraWebfingerJwksBroadcastKeys() []string
- func (o *CreateProjectNormalizedPayload) GetHydraWebfingerJwksBroadcastKeysOk() ([]string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryAuthUrl() string
- func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryAuthUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryClientRegistrationUrl() string
- func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryClientRegistrationUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryJwksUrl() string
- func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryJwksUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoverySupportedClaims() []string
- func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoverySupportedClaimsOk() ([]string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoverySupportedScope() []string
- func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoverySupportedScopeOk() ([]string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryTokenUrl() string
- func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryTokenUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryUserinfoUrl() string
- func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryUserinfoUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetId() string
- func (o *CreateProjectNormalizedPayload) GetIdOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKetoNamespaceConfiguration() string
- func (o *CreateProjectNormalizedPayload) GetKetoNamespaceConfigurationOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKetoNamespaces() []KetoNamespace
- func (o *CreateProjectNormalizedPayload) GetKetoNamespacesOk() ([]KetoNamespace, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCookiesSameSite() string
- func (o *CreateProjectNormalizedPayload) GetKratosCookiesSameSiteOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierChannels() []NormalizedProjectRevisionCourierChannel
- func (o *CreateProjectNormalizedPayload) GetKratosCourierChannelsOk() ([]NormalizedProjectRevisionCourierChannel, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierDeliveryStrategy() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierDeliveryStrategyOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthApiKeyIn() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthApiKeyInOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthApiKeyName() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthApiKeyNameOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthApiKeyValue() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthApiKeyValueOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthBasicAuthPassword() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthBasicAuthPasswordOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthBasicAuthUser() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthBasicAuthUserOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthType() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthTypeOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigBody() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigBodyOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigHeaders() map[string]interface{}
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigHeadersOk() (map[string]interface{}, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigMethod() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigMethodOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpConnectionUri() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpConnectionUriOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpFromAddress() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpFromAddressOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpFromName() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpFromNameOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpHeaders() map[string]interface{}
- func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpHeadersOk() (map[string]interface{}, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpLocalName() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpLocalNameOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidEmailBodyHtml() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidEmailBodyHtmlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintextOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidEmailSubject() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidEmailSubjectOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintextOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtmlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintextOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeInvalidEmailSubject() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeInvalidEmailSubjectOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtmlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintextOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeValidEmailSubject() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeValidEmailSubjectOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryInvalidEmailBodyHtml() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryInvalidEmailBodyHtmlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintextOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryInvalidEmailSubject() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryInvalidEmailSubjectOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryValidEmailBodyHtml() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryValidEmailBodyHtmlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryValidEmailBodyPlaintext() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryValidEmailBodyPlaintextOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryValidEmailSubject() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryValidEmailSubjectOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtmlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintextOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRegistrationCodeValidEmailSubject() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRegistrationCodeValidEmailSubjectOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtmlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintextOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeInvalidEmailSubject() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeInvalidEmailSubjectOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidEmailBodyHtml() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidEmailBodyHtmlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintextOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidEmailSubject() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidEmailSubjectOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintextOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationInvalidEmailBodyHtml() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationInvalidEmailBodyHtmlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintextOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationInvalidEmailSubject() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationInvalidEmailSubjectOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationValidEmailBodyHtml() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationValidEmailBodyHtmlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationValidEmailBodyPlaintext() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationValidEmailBodyPlaintextOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationValidEmailSubject() string
- func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationValidEmailSubjectOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosFeatureFlagsCacheableSessions() bool
- func (o *CreateProjectNormalizedPayload) GetKratosFeatureFlagsCacheableSessionsMaxAge() string
- func (o *CreateProjectNormalizedPayload) GetKratosFeatureFlagsCacheableSessionsMaxAgeOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosFeatureFlagsCacheableSessionsOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosFeatureFlagsFasterSessionExtend() bool
- func (o *CreateProjectNormalizedPayload) GetKratosFeatureFlagsFasterSessionExtendOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosFeatureFlagsUseContinueWithTransitions() bool
- func (o *CreateProjectNormalizedPayload) GetKratosFeatureFlagsUseContinueWithTransitionsOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosIdentitySchemas() []NormalizedProjectRevisionIdentitySchema
- func (o *CreateProjectNormalizedPayload) GetKratosIdentitySchemasOk() ([]NormalizedProjectRevisionIdentitySchema, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosOauth2ProviderHeaders() map[string]interface{}
- func (o *CreateProjectNormalizedPayload) GetKratosOauth2ProviderHeadersOk() (map[string]interface{}, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosOauth2ProviderOverrideReturnTo() bool
- func (o *CreateProjectNormalizedPayload) GetKratosOauth2ProviderOverrideReturnToOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosOauth2ProviderUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosOauth2ProviderUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosPreviewDefaultReadConsistencyLevel() string
- func (o *CreateProjectNormalizedPayload) GetKratosPreviewDefaultReadConsistencyLevelOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSecretsCipher() []string
- func (o *CreateProjectNormalizedPayload) GetKratosSecretsCipherOk() ([]string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSecretsCookie() []string
- func (o *CreateProjectNormalizedPayload) GetKratosSecretsCookieOk() ([]string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSecretsDefault() []string
- func (o *CreateProjectNormalizedPayload) GetKratosSecretsDefaultOk() ([]string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceAllowedReturnUrls() []string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceAllowedReturnUrlsOk() ([]string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsErrorUiUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsErrorUiUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginLifespan() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginLifespanOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginUiUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginUiUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryLifespan() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryLifespanOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipientsOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryUiUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryUiUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryUse() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryUseOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationEnableLegacyOneStep() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationEnableLegacyOneStepOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationLifespan() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationLifespanOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationLoginHints() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationLoginHintsOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationUiUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationUiUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsLifespan() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsLifespanOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAgeOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsRequiredAal() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsRequiredAalOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsUiUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsUiUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationLifespan() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationLifespanOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationNotifyUnknownRecipients() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationNotifyUnknownRecipientsOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationUiUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationUiUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationUse() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationUseOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodeConfigLifespan() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodeConfigLifespanOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodeEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodeEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodeMfaEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodeMfaEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodePasswordlessEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodePasswordlessEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLinkConfigBaseUrl() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLinkConfigBaseUrlOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLinkConfigLifespan() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLinkConfigLifespanOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLinkEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLinkEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLookupSecretEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLookupSecretEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsOidcConfigBaseRedirectUri() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsOidcConfigBaseRedirectUriOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsOidcConfigProviders() []NormalizedProjectRevisionThirdPartyProvider
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsOidcConfigProvidersOk() ([]NormalizedProjectRevisionThirdPartyProvider, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsOidcEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsOidcEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyConfigRpDisplayName() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyConfigRpDisplayNameOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyConfigRpId() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyConfigRpIdOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyConfigRpOrigins() []string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyConfigRpOriginsOk() ([]string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrorsOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigMaxBreaches() int64
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigMaxBreachesOk() (*int64, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigMinPasswordLength() int64
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigMinPasswordLengthOk() (*int64, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsProfileEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsProfileEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsTotpConfigIssuer() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsTotpConfigIssuerOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsTotpEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsTotpEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigPasswordless() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigPasswordlessOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpDisplayName() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpDisplayNameOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpIcon() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpIconOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpId() string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpIdOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpOrigins() []string
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpOriginsOk() ([]string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSessionCookiePersistent() bool
- func (o *CreateProjectNormalizedPayload) GetKratosSessionCookiePersistentOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSessionCookieSameSite() string
- func (o *CreateProjectNormalizedPayload) GetKratosSessionCookieSameSiteOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSessionLifespan() string
- func (o *CreateProjectNormalizedPayload) GetKratosSessionLifespanOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSessionWhoamiRequiredAal() string
- func (o *CreateProjectNormalizedPayload) GetKratosSessionWhoamiRequiredAalOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetKratosSessionWhoamiTokenizerTemplates() []NormalizedProjectRevisionTokenizerTemplate
- func (o *CreateProjectNormalizedPayload) GetKratosSessionWhoamiTokenizerTemplatesOk() ([]NormalizedProjectRevisionTokenizerTemplate, bool)
- func (o *CreateProjectNormalizedPayload) GetName() string
- func (o *CreateProjectNormalizedPayload) GetNameOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetProjectId() string
- func (o *CreateProjectNormalizedPayload) GetProjectIdOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) GetProjectRevisionHooks() []NormalizedProjectRevisionHook
- func (o *CreateProjectNormalizedPayload) GetProjectRevisionHooksOk() ([]NormalizedProjectRevisionHook, bool)
- func (o *CreateProjectNormalizedPayload) GetServeAdminCorsAllowedOrigins() []string
- func (o *CreateProjectNormalizedPayload) GetServeAdminCorsAllowedOriginsOk() ([]string, bool)
- func (o *CreateProjectNormalizedPayload) GetServeAdminCorsEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetServeAdminCorsEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetServePublicCorsAllowedOrigins() []string
- func (o *CreateProjectNormalizedPayload) GetServePublicCorsAllowedOriginsOk() ([]string, bool)
- func (o *CreateProjectNormalizedPayload) GetServePublicCorsEnabled() bool
- func (o *CreateProjectNormalizedPayload) GetServePublicCorsEnabledOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetStrictSecurity() bool
- func (o *CreateProjectNormalizedPayload) GetStrictSecurityOk() (*bool, bool)
- func (o *CreateProjectNormalizedPayload) GetUpdatedAt() time.Time
- func (o *CreateProjectNormalizedPayload) GetUpdatedAtOk() (*time.Time, bool)
- func (o *CreateProjectNormalizedPayload) GetWorkspaceId() string
- func (o *CreateProjectNormalizedPayload) GetWorkspaceIdOk() (*string, bool)
- func (o *CreateProjectNormalizedPayload) HasCreatedAt() bool
- func (o *CreateProjectNormalizedPayload) HasDisableAccountExperienceWelcomeScreen() bool
- func (o *CreateProjectNormalizedPayload) HasEnableAxV2() bool
- func (o *CreateProjectNormalizedPayload) HasHomeRegion() bool
- func (o *CreateProjectNormalizedPayload) HasHydraOauth2AllowedTopLevelClaims() bool
- func (o *CreateProjectNormalizedPayload) HasHydraOauth2ClientCredentialsDefaultGrantAllowedScope() bool
- func (o *CreateProjectNormalizedPayload) HasHydraOauth2ExcludeNotBeforeClaim() bool
- func (o *CreateProjectNormalizedPayload) HasHydraOauth2GrantJwtIatOptional() bool
- func (o *CreateProjectNormalizedPayload) HasHydraOauth2GrantJwtJtiOptional() bool
- func (o *CreateProjectNormalizedPayload) HasHydraOauth2GrantJwtMaxTtl() bool
- func (o *CreateProjectNormalizedPayload) HasHydraOauth2MirrorTopLevelClaims() bool
- func (o *CreateProjectNormalizedPayload) HasHydraOauth2PkceEnforced() bool
- func (o *CreateProjectNormalizedPayload) HasHydraOauth2PkceEnforcedForPublicClients() bool
- func (o *CreateProjectNormalizedPayload) HasHydraOauth2RefreshTokenHook() bool
- func (o *CreateProjectNormalizedPayload) HasHydraOauth2TokenHook() bool
- func (o *CreateProjectNormalizedPayload) HasHydraOidcDynamicClientRegistrationDefaultScope() bool
- func (o *CreateProjectNormalizedPayload) HasHydraOidcDynamicClientRegistrationEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasHydraOidcSubjectIdentifiersPairwiseSalt() bool
- func (o *CreateProjectNormalizedPayload) HasHydraOidcSubjectIdentifiersSupportedTypes() bool
- func (o *CreateProjectNormalizedPayload) HasHydraSecretsCookie() bool
- func (o *CreateProjectNormalizedPayload) HasHydraSecretsSystem() bool
- func (o *CreateProjectNormalizedPayload) HasHydraServeCookiesSameSiteLegacyWorkaround() bool
- func (o *CreateProjectNormalizedPayload) HasHydraServeCookiesSameSiteMode() bool
- func (o *CreateProjectNormalizedPayload) HasHydraStrategiesAccessToken() bool
- func (o *CreateProjectNormalizedPayload) HasHydraStrategiesJwtScopeClaim() bool
- func (o *CreateProjectNormalizedPayload) HasHydraStrategiesScope() bool
- func (o *CreateProjectNormalizedPayload) HasHydraTtlAccessToken() bool
- func (o *CreateProjectNormalizedPayload) HasHydraTtlAuthCode() bool
- func (o *CreateProjectNormalizedPayload) HasHydraTtlIdToken() bool
- func (o *CreateProjectNormalizedPayload) HasHydraTtlLoginConsentRequest() bool
- func (o *CreateProjectNormalizedPayload) HasHydraTtlRefreshToken() bool
- func (o *CreateProjectNormalizedPayload) HasHydraUrlsConsent() bool
- func (o *CreateProjectNormalizedPayload) HasHydraUrlsError() bool
- func (o *CreateProjectNormalizedPayload) HasHydraUrlsLogin() bool
- func (o *CreateProjectNormalizedPayload) HasHydraUrlsLogout() bool
- func (o *CreateProjectNormalizedPayload) HasHydraUrlsPostLogoutRedirect() bool
- func (o *CreateProjectNormalizedPayload) HasHydraUrlsRegistration() bool
- func (o *CreateProjectNormalizedPayload) HasHydraUrlsSelfIssuer() bool
- func (o *CreateProjectNormalizedPayload) HasHydraWebfingerJwksBroadcastKeys() bool
- func (o *CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoveryAuthUrl() bool
- func (o *CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoveryClientRegistrationUrl() bool
- func (o *CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoveryJwksUrl() bool
- func (o *CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoverySupportedClaims() bool
- func (o *CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoverySupportedScope() bool
- func (o *CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoveryTokenUrl() bool
- func (o *CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoveryUserinfoUrl() bool
- func (o *CreateProjectNormalizedPayload) HasId() bool
- func (o *CreateProjectNormalizedPayload) HasKetoNamespaceConfiguration() bool
- func (o *CreateProjectNormalizedPayload) HasKetoNamespaces() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCookiesSameSite() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierChannels() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierDeliveryStrategy() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigAuthApiKeyIn() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigAuthApiKeyName() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigAuthApiKeyValue() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigAuthBasicAuthPassword() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigAuthBasicAuthUser() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigAuthType() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigBody() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigHeaders() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigMethod() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierSmtpConnectionUri() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierSmtpFromAddress() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierSmtpFromName() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierSmtpHeaders() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierSmtpLocalName() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesLoginCodeValidEmailBodyHtml() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesLoginCodeValidEmailSubject() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryCodeInvalidEmailSubject() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryCodeValidEmailSubject() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryInvalidEmailBodyHtml() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryInvalidEmailSubject() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryValidEmailBodyHtml() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryValidEmailBodyPlaintext() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryValidEmailSubject() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRegistrationCodeValidEmailSubject() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeInvalidEmailSubject() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeValidEmailBodyHtml() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeValidEmailSubject() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationInvalidEmailBodyHtml() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationInvalidEmailSubject() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationValidEmailBodyHtml() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationValidEmailBodyPlaintext() bool
- func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationValidEmailSubject() bool
- func (o *CreateProjectNormalizedPayload) HasKratosFeatureFlagsCacheableSessions() bool
- func (o *CreateProjectNormalizedPayload) HasKratosFeatureFlagsCacheableSessionsMaxAge() bool
- func (o *CreateProjectNormalizedPayload) HasKratosFeatureFlagsFasterSessionExtend() bool
- func (o *CreateProjectNormalizedPayload) HasKratosFeatureFlagsUseContinueWithTransitions() bool
- func (o *CreateProjectNormalizedPayload) HasKratosIdentitySchemas() bool
- func (o *CreateProjectNormalizedPayload) HasKratosOauth2ProviderHeaders() bool
- func (o *CreateProjectNormalizedPayload) HasKratosOauth2ProviderOverrideReturnTo() bool
- func (o *CreateProjectNormalizedPayload) HasKratosOauth2ProviderUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosPreviewDefaultReadConsistencyLevel() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSecretsCipher() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSecretsCookie() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSecretsDefault() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceAllowedReturnUrls() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsErrorUiUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginLifespan() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginUiUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRecoveryEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRecoveryLifespan() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRecoveryUiUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRecoveryUse() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationEnableLegacyOneStep() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationLifespan() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationLoginHints() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationUiUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsLifespan() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsRequiredAal() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsUiUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsVerificationEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsVerificationLifespan() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsVerificationNotifyUnknownRecipients() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsVerificationUiUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsVerificationUse() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsCodeConfigLifespan() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsCodeEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsCodeMfaEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsCodePasswordlessEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsLinkConfigBaseUrl() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsLinkConfigLifespan() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsLinkEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsLookupSecretEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsOidcConfigBaseRedirectUri() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsOidcConfigProviders() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsOidcEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasskeyConfigRpDisplayName() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasskeyConfigRpId() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasskeyConfigRpOrigins() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasskeyEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasswordConfigMaxBreaches() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasswordConfigMinPasswordLength() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasswordEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsProfileEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsTotpConfigIssuer() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsTotpEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsWebauthnConfigPasswordless() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsWebauthnConfigRpDisplayName() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsWebauthnConfigRpIcon() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsWebauthnConfigRpId() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsWebauthnConfigRpOrigins() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsWebauthnEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSessionCookiePersistent() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSessionCookieSameSite() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSessionLifespan() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSessionWhoamiRequiredAal() bool
- func (o *CreateProjectNormalizedPayload) HasKratosSessionWhoamiTokenizerTemplates() bool
- func (o *CreateProjectNormalizedPayload) HasProjectId() bool
- func (o *CreateProjectNormalizedPayload) HasProjectRevisionHooks() bool
- func (o *CreateProjectNormalizedPayload) HasServeAdminCorsAllowedOrigins() bool
- func (o *CreateProjectNormalizedPayload) HasServeAdminCorsEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasServePublicCorsAllowedOrigins() bool
- func (o *CreateProjectNormalizedPayload) HasServePublicCorsEnabled() bool
- func (o *CreateProjectNormalizedPayload) HasStrictSecurity() bool
- func (o *CreateProjectNormalizedPayload) HasUpdatedAt() bool
- func (o *CreateProjectNormalizedPayload) HasWorkspaceId() bool
- func (o CreateProjectNormalizedPayload) MarshalJSON() ([]byte, error)
- func (o *CreateProjectNormalizedPayload) SetCreatedAt(v time.Time)
- func (o *CreateProjectNormalizedPayload) SetDisableAccountExperienceWelcomeScreen(v bool)
- func (o *CreateProjectNormalizedPayload) SetEnableAxV2(v bool)
- func (o *CreateProjectNormalizedPayload) SetEnvironment(v string)
- func (o *CreateProjectNormalizedPayload) SetHomeRegion(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraOauth2AllowedTopLevelClaims(v []string)
- func (o *CreateProjectNormalizedPayload) SetHydraOauth2ClientCredentialsDefaultGrantAllowedScope(v bool)
- func (o *CreateProjectNormalizedPayload) SetHydraOauth2ExcludeNotBeforeClaim(v bool)
- func (o *CreateProjectNormalizedPayload) SetHydraOauth2GrantJwtIatOptional(v bool)
- func (o *CreateProjectNormalizedPayload) SetHydraOauth2GrantJwtJtiOptional(v bool)
- func (o *CreateProjectNormalizedPayload) SetHydraOauth2GrantJwtMaxTtl(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraOauth2MirrorTopLevelClaims(v bool)
- func (o *CreateProjectNormalizedPayload) SetHydraOauth2PkceEnforced(v bool)
- func (o *CreateProjectNormalizedPayload) SetHydraOauth2PkceEnforcedForPublicClients(v bool)
- func (o *CreateProjectNormalizedPayload) SetHydraOauth2RefreshTokenHook(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraOauth2TokenHook(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraOidcDynamicClientRegistrationDefaultScope(v []string)
- func (o *CreateProjectNormalizedPayload) SetHydraOidcDynamicClientRegistrationEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetHydraOidcSubjectIdentifiersPairwiseSalt(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraOidcSubjectIdentifiersSupportedTypes(v []string)
- func (o *CreateProjectNormalizedPayload) SetHydraSecretsCookie(v []string)
- func (o *CreateProjectNormalizedPayload) SetHydraSecretsSystem(v []string)
- func (o *CreateProjectNormalizedPayload) SetHydraServeCookiesSameSiteLegacyWorkaround(v bool)
- func (o *CreateProjectNormalizedPayload) SetHydraServeCookiesSameSiteMode(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraStrategiesAccessToken(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraStrategiesJwtScopeClaim(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraStrategiesScope(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraTtlAccessToken(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraTtlAuthCode(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraTtlIdToken(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraTtlLoginConsentRequest(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraTtlRefreshToken(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraUrlsConsent(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraUrlsError(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraUrlsLogin(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraUrlsLogout(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraUrlsPostLogoutRedirect(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraUrlsRegistration(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraUrlsSelfIssuer(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraWebfingerJwksBroadcastKeys(v []string)
- func (o *CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoveryAuthUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoveryClientRegistrationUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoveryJwksUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoverySupportedClaims(v []string)
- func (o *CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoverySupportedScope(v []string)
- func (o *CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoveryTokenUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoveryUserinfoUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetId(v string)
- func (o *CreateProjectNormalizedPayload) SetKetoNamespaceConfiguration(v string)
- func (o *CreateProjectNormalizedPayload) SetKetoNamespaces(v []KetoNamespace)
- func (o *CreateProjectNormalizedPayload) SetKratosCookiesSameSite(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierChannels(v []NormalizedProjectRevisionCourierChannel)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierDeliveryStrategy(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigAuthApiKeyIn(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigAuthApiKeyName(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigAuthApiKeyValue(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigAuthBasicAuthPassword(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigAuthBasicAuthUser(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigAuthType(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigBody(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigHeaders(v map[string]interface{})
- func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigMethod(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierSmtpConnectionUri(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierSmtpFromAddress(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierSmtpFromName(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierSmtpHeaders(v map[string]interface{})
- func (o *CreateProjectNormalizedPayload) SetKratosCourierSmtpLocalName(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesLoginCodeValidEmailBodyHtml(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesLoginCodeValidEmailSubject(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryCodeInvalidEmailSubject(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryCodeValidEmailSubject(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryInvalidEmailBodyHtml(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryInvalidEmailSubject(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryValidEmailBodyHtml(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryValidEmailBodyPlaintext(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryValidEmailSubject(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRegistrationCodeValidEmailSubject(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeInvalidEmailSubject(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeValidEmailBodyHtml(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeValidEmailSubject(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationInvalidEmailBodyHtml(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationInvalidEmailSubject(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationValidEmailBodyHtml(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationValidEmailBodyPlaintext(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationValidEmailSubject(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosFeatureFlagsCacheableSessions(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosFeatureFlagsCacheableSessionsMaxAge(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosFeatureFlagsFasterSessionExtend(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosFeatureFlagsUseContinueWithTransitions(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosIdentitySchemas(v []NormalizedProjectRevisionIdentitySchema)
- func (o *CreateProjectNormalizedPayload) SetKratosOauth2ProviderHeaders(v map[string]interface{})
- func (o *CreateProjectNormalizedPayload) SetKratosOauth2ProviderOverrideReturnTo(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosOauth2ProviderUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosPreviewDefaultReadConsistencyLevel(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSecretsCipher(v []string)
- func (o *CreateProjectNormalizedPayload) SetKratosSecretsCookie(v []string)
- func (o *CreateProjectNormalizedPayload) SetKratosSecretsDefault(v []string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceAllowedReturnUrls(v []string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsErrorUiUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginLifespan(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginUiUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRecoveryEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRecoveryLifespan(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRecoveryUiUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRecoveryUse(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationEnableLegacyOneStep(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationLifespan(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationLoginHints(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationUiUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsLifespan(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsRequiredAal(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsUiUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsVerificationEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsVerificationLifespan(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsVerificationNotifyUnknownRecipients(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsVerificationUiUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsVerificationUse(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsCodeConfigLifespan(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsCodeEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsCodeMfaEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsCodePasswordlessEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsLinkConfigBaseUrl(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsLinkConfigLifespan(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsLinkEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsLookupSecretEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsOidcConfigBaseRedirectUri(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsOidcConfigProviders(v []NormalizedProjectRevisionThirdPartyProvider)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsOidcEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasskeyConfigRpDisplayName(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasskeyConfigRpId(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasskeyConfigRpOrigins(v []string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasskeyEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasswordConfigMaxBreaches(v int64)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasswordConfigMinPasswordLength(v int64)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasswordEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsProfileEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsTotpConfigIssuer(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsTotpEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsWebauthnConfigPasswordless(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsWebauthnConfigRpDisplayName(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsWebauthnConfigRpIcon(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsWebauthnConfigRpId(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsWebauthnConfigRpOrigins(v []string)
- func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsWebauthnEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSessionCookiePersistent(v bool)
- func (o *CreateProjectNormalizedPayload) SetKratosSessionCookieSameSite(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSessionLifespan(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSessionWhoamiRequiredAal(v string)
- func (o *CreateProjectNormalizedPayload) SetKratosSessionWhoamiTokenizerTemplates(v []NormalizedProjectRevisionTokenizerTemplate)
- func (o *CreateProjectNormalizedPayload) SetName(v string)
- func (o *CreateProjectNormalizedPayload) SetProjectId(v string)
- func (o *CreateProjectNormalizedPayload) SetProjectRevisionHooks(v []NormalizedProjectRevisionHook)
- func (o *CreateProjectNormalizedPayload) SetServeAdminCorsAllowedOrigins(v []string)
- func (o *CreateProjectNormalizedPayload) SetServeAdminCorsEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetServePublicCorsAllowedOrigins(v []string)
- func (o *CreateProjectNormalizedPayload) SetServePublicCorsEnabled(v bool)
- func (o *CreateProjectNormalizedPayload) SetStrictSecurity(v bool)
- func (o *CreateProjectNormalizedPayload) SetUpdatedAt(v time.Time)
- func (o *CreateProjectNormalizedPayload) SetWorkspaceId(v string)
- func (o CreateProjectNormalizedPayload) ToMap() (map[string]interface{}, error)
- func (o *CreateProjectNormalizedPayload) UnmarshalJSON(data []byte) (err error)
- type CreateRecoveryCodeForIdentityBody
- func (o *CreateRecoveryCodeForIdentityBody) GetExpiresIn() string
- func (o *CreateRecoveryCodeForIdentityBody) GetExpiresInOk() (*string, bool)
- func (o *CreateRecoveryCodeForIdentityBody) GetFlowType() string
- func (o *CreateRecoveryCodeForIdentityBody) GetFlowTypeOk() (*string, bool)
- func (o *CreateRecoveryCodeForIdentityBody) GetIdentityId() string
- func (o *CreateRecoveryCodeForIdentityBody) GetIdentityIdOk() (*string, bool)
- func (o *CreateRecoveryCodeForIdentityBody) HasExpiresIn() bool
- func (o *CreateRecoveryCodeForIdentityBody) HasFlowType() bool
- func (o CreateRecoveryCodeForIdentityBody) MarshalJSON() ([]byte, error)
- func (o *CreateRecoveryCodeForIdentityBody) SetExpiresIn(v string)
- func (o *CreateRecoveryCodeForIdentityBody) SetFlowType(v string)
- func (o *CreateRecoveryCodeForIdentityBody) SetIdentityId(v string)
- func (o CreateRecoveryCodeForIdentityBody) ToMap() (map[string]interface{}, error)
- func (o *CreateRecoveryCodeForIdentityBody) UnmarshalJSON(data []byte) (err error)
- type CreateRecoveryLinkForIdentityBody
- func (o *CreateRecoveryLinkForIdentityBody) GetExpiresIn() string
- func (o *CreateRecoveryLinkForIdentityBody) GetExpiresInOk() (*string, bool)
- func (o *CreateRecoveryLinkForIdentityBody) GetIdentityId() string
- func (o *CreateRecoveryLinkForIdentityBody) GetIdentityIdOk() (*string, bool)
- func (o *CreateRecoveryLinkForIdentityBody) HasExpiresIn() bool
- func (o CreateRecoveryLinkForIdentityBody) MarshalJSON() ([]byte, error)
- func (o *CreateRecoveryLinkForIdentityBody) SetExpiresIn(v string)
- func (o *CreateRecoveryLinkForIdentityBody) SetIdentityId(v string)
- func (o CreateRecoveryLinkForIdentityBody) ToMap() (map[string]interface{}, error)
- func (o *CreateRecoveryLinkForIdentityBody) UnmarshalJSON(data []byte) (err error)
- type CreateRelationshipBody
- func (o *CreateRelationshipBody) GetNamespace() string
- func (o *CreateRelationshipBody) GetNamespaceOk() (*string, bool)
- func (o *CreateRelationshipBody) GetObject() string
- func (o *CreateRelationshipBody) GetObjectOk() (*string, bool)
- func (o *CreateRelationshipBody) GetRelation() string
- func (o *CreateRelationshipBody) GetRelationOk() (*string, bool)
- func (o *CreateRelationshipBody) GetSubjectId() string
- func (o *CreateRelationshipBody) GetSubjectIdOk() (*string, bool)
- func (o *CreateRelationshipBody) GetSubjectSet() SubjectSet
- func (o *CreateRelationshipBody) GetSubjectSetOk() (*SubjectSet, bool)
- func (o *CreateRelationshipBody) HasNamespace() bool
- func (o *CreateRelationshipBody) HasObject() bool
- func (o *CreateRelationshipBody) HasRelation() bool
- func (o *CreateRelationshipBody) HasSubjectId() bool
- func (o *CreateRelationshipBody) HasSubjectSet() bool
- func (o CreateRelationshipBody) MarshalJSON() ([]byte, error)
- func (o *CreateRelationshipBody) SetNamespace(v string)
- func (o *CreateRelationshipBody) SetObject(v string)
- func (o *CreateRelationshipBody) SetRelation(v string)
- func (o *CreateRelationshipBody) SetSubjectId(v string)
- func (o *CreateRelationshipBody) SetSubjectSet(v SubjectSet)
- func (o CreateRelationshipBody) ToMap() (map[string]interface{}, error)
- func (o *CreateRelationshipBody) UnmarshalJSON(data []byte) (err error)
- type CreateSubscriptionBody
- func (o *CreateSubscriptionBody) GetCurrency() string
- func (o *CreateSubscriptionBody) GetCurrencyOk() (*string, bool)
- func (o *CreateSubscriptionBody) GetInterval() string
- func (o *CreateSubscriptionBody) GetIntervalOk() (*string, bool)
- func (o *CreateSubscriptionBody) GetPlan() string
- func (o *CreateSubscriptionBody) GetPlanOk() (*string, bool)
- func (o *CreateSubscriptionBody) GetProvisionFirstProject() string
- func (o *CreateSubscriptionBody) GetProvisionFirstProjectOk() (*string, bool)
- func (o *CreateSubscriptionBody) GetReturnTo() string
- func (o *CreateSubscriptionBody) GetReturnToOk() (*string, bool)
- func (o *CreateSubscriptionBody) HasCurrency() bool
- func (o *CreateSubscriptionBody) HasReturnTo() bool
- func (o CreateSubscriptionBody) MarshalJSON() ([]byte, error)
- func (o *CreateSubscriptionBody) SetCurrency(v string)
- func (o *CreateSubscriptionBody) SetInterval(v string)
- func (o *CreateSubscriptionBody) SetPlan(v string)
- func (o *CreateSubscriptionBody) SetProvisionFirstProject(v string)
- func (o *CreateSubscriptionBody) SetReturnTo(v string)
- func (o CreateSubscriptionBody) ToMap() (map[string]interface{}, error)
- func (o *CreateSubscriptionBody) UnmarshalJSON(data []byte) (err error)
- type CreateSubscriptionCommon
- func (o *CreateSubscriptionCommon) GetCurrency() string
- func (o *CreateSubscriptionCommon) GetCurrencyOk() (*string, bool)
- func (o *CreateSubscriptionCommon) GetInterval() string
- func (o *CreateSubscriptionCommon) GetIntervalOk() (*string, bool)
- func (o *CreateSubscriptionCommon) GetPlan() string
- func (o *CreateSubscriptionCommon) GetPlanOk() (*string, bool)
- func (o *CreateSubscriptionCommon) GetReturnTo() string
- func (o *CreateSubscriptionCommon) GetReturnToOk() (*string, bool)
- func (o *CreateSubscriptionCommon) HasCurrency() bool
- func (o *CreateSubscriptionCommon) HasReturnTo() bool
- func (o CreateSubscriptionCommon) MarshalJSON() ([]byte, error)
- func (o *CreateSubscriptionCommon) SetCurrency(v string)
- func (o *CreateSubscriptionCommon) SetInterval(v string)
- func (o *CreateSubscriptionCommon) SetPlan(v string)
- func (o *CreateSubscriptionCommon) SetReturnTo(v string)
- func (o CreateSubscriptionCommon) ToMap() (map[string]interface{}, error)
- func (o *CreateSubscriptionCommon) UnmarshalJSON(data []byte) (err error)
- type CreateVerifiableCredentialRequestBody
- func (o *CreateVerifiableCredentialRequestBody) GetFormat() string
- func (o *CreateVerifiableCredentialRequestBody) GetFormatOk() (*string, bool)
- func (o *CreateVerifiableCredentialRequestBody) GetProof() VerifiableCredentialProof
- func (o *CreateVerifiableCredentialRequestBody) GetProofOk() (*VerifiableCredentialProof, bool)
- func (o *CreateVerifiableCredentialRequestBody) GetTypes() []string
- func (o *CreateVerifiableCredentialRequestBody) GetTypesOk() ([]string, bool)
- func (o *CreateVerifiableCredentialRequestBody) HasFormat() bool
- func (o *CreateVerifiableCredentialRequestBody) HasProof() bool
- func (o *CreateVerifiableCredentialRequestBody) HasTypes() bool
- func (o CreateVerifiableCredentialRequestBody) MarshalJSON() ([]byte, error)
- func (o *CreateVerifiableCredentialRequestBody) SetFormat(v string)
- func (o *CreateVerifiableCredentialRequestBody) SetProof(v VerifiableCredentialProof)
- func (o *CreateVerifiableCredentialRequestBody) SetTypes(v []string)
- func (o CreateVerifiableCredentialRequestBody) ToMap() (map[string]interface{}, error)
- func (o *CreateVerifiableCredentialRequestBody) UnmarshalJSON(data []byte) (err error)
- type CreateWorkspaceApiKeyBody
- func (o *CreateWorkspaceApiKeyBody) GetName() string
- func (o *CreateWorkspaceApiKeyBody) GetNameOk() (*string, bool)
- func (o CreateWorkspaceApiKeyBody) MarshalJSON() ([]byte, error)
- func (o *CreateWorkspaceApiKeyBody) SetName(v string)
- func (o CreateWorkspaceApiKeyBody) ToMap() (map[string]interface{}, error)
- func (o *CreateWorkspaceApiKeyBody) UnmarshalJSON(data []byte) (err error)
- type CreateWorkspaceBody
- func (o *CreateWorkspaceBody) GetName() string
- func (o *CreateWorkspaceBody) GetNameOk() (*string, bool)
- func (o CreateWorkspaceBody) MarshalJSON() ([]byte, error)
- func (o *CreateWorkspaceBody) SetName(v string)
- func (o CreateWorkspaceBody) ToMap() (map[string]interface{}, error)
- func (o *CreateWorkspaceBody) UnmarshalJSON(data []byte) (err error)
- type CreateWorkspaceMemberInviteBody
- func (o *CreateWorkspaceMemberInviteBody) GetInviteeEmail() string
- func (o *CreateWorkspaceMemberInviteBody) GetInviteeEmailOk() (*string, bool)
- func (o *CreateWorkspaceMemberInviteBody) GetRole() string
- func (o *CreateWorkspaceMemberInviteBody) GetRoleOk() (*string, bool)
- func (o CreateWorkspaceMemberInviteBody) MarshalJSON() ([]byte, error)
- func (o *CreateWorkspaceMemberInviteBody) SetInviteeEmail(v string)
- func (o *CreateWorkspaceMemberInviteBody) SetRole(v string)
- func (o CreateWorkspaceMemberInviteBody) ToMap() (map[string]interface{}, error)
- func (o *CreateWorkspaceMemberInviteBody) UnmarshalJSON(data []byte) (err error)
- type CreateWorkspaceSubscriptionBody
- func (o *CreateWorkspaceSubscriptionBody) GetCurrency() string
- func (o *CreateWorkspaceSubscriptionBody) GetCurrencyOk() (*string, bool)
- func (o *CreateWorkspaceSubscriptionBody) GetInterval() string
- func (o *CreateWorkspaceSubscriptionBody) GetIntervalOk() (*string, bool)
- func (o *CreateWorkspaceSubscriptionBody) GetPlan() string
- func (o *CreateWorkspaceSubscriptionBody) GetPlanOk() (*string, bool)
- func (o *CreateWorkspaceSubscriptionBody) GetReturnTo() string
- func (o *CreateWorkspaceSubscriptionBody) GetReturnToOk() (*string, bool)
- func (o *CreateWorkspaceSubscriptionBody) HasCurrency() bool
- func (o *CreateWorkspaceSubscriptionBody) HasReturnTo() bool
- func (o CreateWorkspaceSubscriptionBody) MarshalJSON() ([]byte, error)
- func (o *CreateWorkspaceSubscriptionBody) SetCurrency(v string)
- func (o *CreateWorkspaceSubscriptionBody) SetInterval(v string)
- func (o *CreateWorkspaceSubscriptionBody) SetPlan(v string)
- func (o *CreateWorkspaceSubscriptionBody) SetReturnTo(v string)
- func (o CreateWorkspaceSubscriptionBody) ToMap() (map[string]interface{}, error)
- func (o *CreateWorkspaceSubscriptionBody) UnmarshalJSON(data []byte) (err error)
- type CredentialSupportedDraft00
- func (o *CredentialSupportedDraft00) GetCryptographicBindingMethodsSupported() []string
- func (o *CredentialSupportedDraft00) GetCryptographicBindingMethodsSupportedOk() ([]string, bool)
- func (o *CredentialSupportedDraft00) GetCryptographicSuitesSupported() []string
- func (o *CredentialSupportedDraft00) GetCryptographicSuitesSupportedOk() ([]string, bool)
- func (o *CredentialSupportedDraft00) GetFormat() string
- func (o *CredentialSupportedDraft00) GetFormatOk() (*string, bool)
- func (o *CredentialSupportedDraft00) GetTypes() []string
- func (o *CredentialSupportedDraft00) GetTypesOk() ([]string, bool)
- func (o *CredentialSupportedDraft00) HasCryptographicBindingMethodsSupported() bool
- func (o *CredentialSupportedDraft00) HasCryptographicSuitesSupported() bool
- func (o *CredentialSupportedDraft00) HasFormat() bool
- func (o *CredentialSupportedDraft00) HasTypes() bool
- func (o CredentialSupportedDraft00) MarshalJSON() ([]byte, error)
- func (o *CredentialSupportedDraft00) SetCryptographicBindingMethodsSupported(v []string)
- func (o *CredentialSupportedDraft00) SetCryptographicSuitesSupported(v []string)
- func (o *CredentialSupportedDraft00) SetFormat(v string)
- func (o *CredentialSupportedDraft00) SetTypes(v []string)
- func (o CredentialSupportedDraft00) ToMap() (map[string]interface{}, error)
- func (o *CredentialSupportedDraft00) UnmarshalJSON(data []byte) (err error)
- type CustomDomain
- func (o *CustomDomain) GetCookieDomain() string
- func (o *CustomDomain) GetCookieDomainOk() (*string, bool)
- func (o *CustomDomain) GetCorsAllowedOrigins() []string
- func (o *CustomDomain) GetCorsAllowedOriginsOk() ([]string, bool)
- func (o *CustomDomain) GetCorsEnabled() bool
- func (o *CustomDomain) GetCorsEnabledOk() (*bool, bool)
- func (o *CustomDomain) GetCreatedAt() time.Time
- func (o *CustomDomain) GetCreatedAtOk() (*time.Time, bool)
- func (o *CustomDomain) GetCustomUiBaseUrl() string
- func (o *CustomDomain) GetCustomUiBaseUrlOk() (*string, bool)
- func (o *CustomDomain) GetHostname() string
- func (o *CustomDomain) GetHostnameOk() (*string, bool)
- func (o *CustomDomain) GetId() string
- func (o *CustomDomain) GetIdOk() (*string, bool)
- func (o *CustomDomain) GetSslStatus() string
- func (o *CustomDomain) GetSslStatusOk() (*string, bool)
- func (o *CustomDomain) GetUpdatedAt() time.Time
- func (o *CustomDomain) GetUpdatedAtOk() (*time.Time, bool)
- func (o *CustomDomain) GetVerificationErrors() []string
- func (o *CustomDomain) GetVerificationErrorsOk() ([]string, bool)
- func (o *CustomDomain) GetVerificationStatus() string
- func (o *CustomDomain) GetVerificationStatusOk() (*string, bool)
- func (o *CustomDomain) HasCookieDomain() bool
- func (o *CustomDomain) HasCorsAllowedOrigins() bool
- func (o *CustomDomain) HasCorsEnabled() bool
- func (o *CustomDomain) HasCreatedAt() bool
- func (o *CustomDomain) HasCustomUiBaseUrl() bool
- func (o *CustomDomain) HasHostname() bool
- func (o *CustomDomain) HasId() bool
- func (o *CustomDomain) HasSslStatus() bool
- func (o *CustomDomain) HasUpdatedAt() bool
- func (o *CustomDomain) HasVerificationErrors() bool
- func (o *CustomDomain) HasVerificationStatus() bool
- func (o CustomDomain) MarshalJSON() ([]byte, error)
- func (o *CustomDomain) SetCookieDomain(v string)
- func (o *CustomDomain) SetCorsAllowedOrigins(v []string)
- func (o *CustomDomain) SetCorsEnabled(v bool)
- func (o *CustomDomain) SetCreatedAt(v time.Time)
- func (o *CustomDomain) SetCustomUiBaseUrl(v string)
- func (o *CustomDomain) SetHostname(v string)
- func (o *CustomDomain) SetId(v string)
- func (o *CustomDomain) SetSslStatus(v string)
- func (o *CustomDomain) SetUpdatedAt(v time.Time)
- func (o *CustomDomain) SetVerificationErrors(v []string)
- func (o *CustomDomain) SetVerificationStatus(v string)
- func (o CustomDomain) ToMap() (map[string]interface{}, error)
- func (o *CustomDomain) UnmarshalJSON(data []byte) (err error)
- type DeleteMySessionsCount
- func (o *DeleteMySessionsCount) GetCount() int64
- func (o *DeleteMySessionsCount) GetCountOk() (*int64, bool)
- func (o *DeleteMySessionsCount) HasCount() bool
- func (o DeleteMySessionsCount) MarshalJSON() ([]byte, error)
- func (o *DeleteMySessionsCount) SetCount(v int64)
- func (o DeleteMySessionsCount) ToMap() (map[string]interface{}, error)
- func (o *DeleteMySessionsCount) UnmarshalJSON(data []byte) (err error)
- type EmailTemplateData
- func (o *EmailTemplateData) GetBody() EmailTemplateDataBody
- func (o *EmailTemplateData) GetBodyOk() (*EmailTemplateDataBody, bool)
- func (o *EmailTemplateData) GetSubject() string
- func (o *EmailTemplateData) GetSubjectOk() (*string, bool)
- func (o EmailTemplateData) MarshalJSON() ([]byte, error)
- func (o *EmailTemplateData) SetBody(v EmailTemplateDataBody)
- func (o *EmailTemplateData) SetSubject(v string)
- func (o EmailTemplateData) ToMap() (map[string]interface{}, error)
- func (o *EmailTemplateData) UnmarshalJSON(data []byte) (err error)
- type EmailTemplateDataBody
- func (o *EmailTemplateDataBody) GetHtml() string
- func (o *EmailTemplateDataBody) GetHtmlOk() (*string, bool)
- func (o *EmailTemplateDataBody) GetPlaintext() string
- func (o *EmailTemplateDataBody) GetPlaintextOk() (*string, bool)
- func (o EmailTemplateDataBody) MarshalJSON() ([]byte, error)
- func (o *EmailTemplateDataBody) SetHtml(v string)
- func (o *EmailTemplateDataBody) SetPlaintext(v string)
- func (o EmailTemplateDataBody) ToMap() (map[string]interface{}, error)
- func (o *EmailTemplateDataBody) UnmarshalJSON(data []byte) (err error)
- type ErrorAuthenticatorAssuranceLevelNotSatisfied
- func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetError() GenericError
- func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetErrorOk() (*GenericError, bool)
- func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetRedirectBrowserTo() string
- func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetRedirectBrowserToOk() (*string, bool)
- func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) HasError() bool
- func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) HasRedirectBrowserTo() bool
- func (o ErrorAuthenticatorAssuranceLevelNotSatisfied) MarshalJSON() ([]byte, error)
- func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) SetError(v GenericError)
- func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) SetRedirectBrowserTo(v string)
- func (o ErrorAuthenticatorAssuranceLevelNotSatisfied) ToMap() (map[string]interface{}, error)
- func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) UnmarshalJSON(data []byte) (err error)
- type ErrorBrowserLocationChangeRequired
- func (o *ErrorBrowserLocationChangeRequired) GetError() ErrorGeneric
- func (o *ErrorBrowserLocationChangeRequired) GetErrorOk() (*ErrorGeneric, bool)
- func (o *ErrorBrowserLocationChangeRequired) GetRedirectBrowserTo() string
- func (o *ErrorBrowserLocationChangeRequired) GetRedirectBrowserToOk() (*string, bool)
- func (o *ErrorBrowserLocationChangeRequired) HasError() bool
- func (o *ErrorBrowserLocationChangeRequired) HasRedirectBrowserTo() bool
- func (o ErrorBrowserLocationChangeRequired) MarshalJSON() ([]byte, error)
- func (o *ErrorBrowserLocationChangeRequired) SetError(v ErrorGeneric)
- func (o *ErrorBrowserLocationChangeRequired) SetRedirectBrowserTo(v string)
- func (o ErrorBrowserLocationChangeRequired) ToMap() (map[string]interface{}, error)
- func (o *ErrorBrowserLocationChangeRequired) UnmarshalJSON(data []byte) (err error)
- type ErrorFlowReplaced
- func (o *ErrorFlowReplaced) GetError() GenericError
- func (o *ErrorFlowReplaced) GetErrorOk() (*GenericError, bool)
- func (o *ErrorFlowReplaced) GetUseFlowId() string
- func (o *ErrorFlowReplaced) GetUseFlowIdOk() (*string, bool)
- func (o *ErrorFlowReplaced) HasError() bool
- func (o *ErrorFlowReplaced) HasUseFlowId() bool
- func (o ErrorFlowReplaced) MarshalJSON() ([]byte, error)
- func (o *ErrorFlowReplaced) SetError(v GenericError)
- func (o *ErrorFlowReplaced) SetUseFlowId(v string)
- func (o ErrorFlowReplaced) ToMap() (map[string]interface{}, error)
- func (o *ErrorFlowReplaced) UnmarshalJSON(data []byte) (err error)
- type ErrorGeneric
- func (o *ErrorGeneric) GetError() GenericErrorContent
- func (o *ErrorGeneric) GetErrorOk() (*GenericErrorContent, bool)
- func (o ErrorGeneric) MarshalJSON() ([]byte, error)
- func (o *ErrorGeneric) SetError(v GenericErrorContent)
- func (o ErrorGeneric) ToMap() (map[string]interface{}, error)
- func (o *ErrorGeneric) UnmarshalJSON(data []byte) (err error)
- type ErrorOAuth2
- func (o *ErrorOAuth2) GetError() string
- func (o *ErrorOAuth2) GetErrorDebug() string
- func (o *ErrorOAuth2) GetErrorDebugOk() (*string, bool)
- func (o *ErrorOAuth2) GetErrorDescription() string
- func (o *ErrorOAuth2) GetErrorDescriptionOk() (*string, bool)
- func (o *ErrorOAuth2) GetErrorHint() string
- func (o *ErrorOAuth2) GetErrorHintOk() (*string, bool)
- func (o *ErrorOAuth2) GetErrorOk() (*string, bool)
- func (o *ErrorOAuth2) GetStatusCode() int64
- func (o *ErrorOAuth2) GetStatusCodeOk() (*int64, bool)
- func (o *ErrorOAuth2) HasError() bool
- func (o *ErrorOAuth2) HasErrorDebug() bool
- func (o *ErrorOAuth2) HasErrorDescription() bool
- func (o *ErrorOAuth2) HasErrorHint() bool
- func (o *ErrorOAuth2) HasStatusCode() bool
- func (o ErrorOAuth2) MarshalJSON() ([]byte, error)
- func (o *ErrorOAuth2) SetError(v string)
- func (o *ErrorOAuth2) SetErrorDebug(v string)
- func (o *ErrorOAuth2) SetErrorDescription(v string)
- func (o *ErrorOAuth2) SetErrorHint(v string)
- func (o *ErrorOAuth2) SetStatusCode(v int64)
- func (o ErrorOAuth2) ToMap() (map[string]interface{}, error)
- func (o *ErrorOAuth2) UnmarshalJSON(data []byte) (err error)
- type EventStream
- func (o *EventStream) GetCreatedAt() time.Time
- func (o *EventStream) GetCreatedAtOk() (*time.Time, bool)
- func (o *EventStream) GetId() string
- func (o *EventStream) GetIdOk() (*string, bool)
- func (o *EventStream) GetRoleArn() string
- func (o *EventStream) GetRoleArnOk() (*string, bool)
- func (o *EventStream) GetTopicArn() string
- func (o *EventStream) GetTopicArnOk() (*string, bool)
- func (o *EventStream) GetType() string
- func (o *EventStream) GetTypeOk() (*string, bool)
- func (o *EventStream) GetUpdatedAt() time.Time
- func (o *EventStream) GetUpdatedAtOk() (*time.Time, bool)
- func (o *EventStream) HasCreatedAt() bool
- func (o *EventStream) HasId() bool
- func (o *EventStream) HasRoleArn() bool
- func (o *EventStream) HasTopicArn() bool
- func (o *EventStream) HasType() bool
- func (o *EventStream) HasUpdatedAt() bool
- func (o EventStream) MarshalJSON() ([]byte, error)
- func (o *EventStream) SetCreatedAt(v time.Time)
- func (o *EventStream) SetId(v string)
- func (o *EventStream) SetRoleArn(v string)
- func (o *EventStream) SetTopicArn(v string)
- func (o *EventStream) SetType(v string)
- func (o *EventStream) SetUpdatedAt(v time.Time)
- func (o EventStream) ToMap() (map[string]interface{}, error)
- func (o *EventStream) UnmarshalJSON(data []byte) (err error)
- type EventsAPI
- type EventsAPICreateEventStreamRequest
- type EventsAPIDeleteEventStreamRequest
- type EventsAPIListEventStreamsRequest
- type EventsAPIService
- func (a *EventsAPIService) CreateEventStream(ctx context.Context, projectId string) EventsAPICreateEventStreamRequest
- func (a *EventsAPIService) CreateEventStreamExecute(r EventsAPICreateEventStreamRequest) (*EventStream, *http.Response, error)
- func (a *EventsAPIService) DeleteEventStream(ctx context.Context, projectId string, eventStreamId string) EventsAPIDeleteEventStreamRequest
- func (a *EventsAPIService) DeleteEventStreamExecute(r EventsAPIDeleteEventStreamRequest) (*http.Response, error)
- func (a *EventsAPIService) ListEventStreams(ctx context.Context, projectId string) EventsAPIListEventStreamsRequest
- func (a *EventsAPIService) ListEventStreamsExecute(r EventsAPIListEventStreamsRequest) (*ListEventStreams, *http.Response, error)
- func (a *EventsAPIService) SetEventStream(ctx context.Context, projectId string, eventStreamId string) EventsAPISetEventStreamRequest
- func (a *EventsAPIService) SetEventStreamExecute(r EventsAPISetEventStreamRequest) (*EventStream, *http.Response, error)
- type EventsAPISetEventStreamRequest
- type ExpandedPermissionTree
- func (o *ExpandedPermissionTree) GetChildren() []ExpandedPermissionTree
- func (o *ExpandedPermissionTree) GetChildrenOk() ([]ExpandedPermissionTree, bool)
- func (o *ExpandedPermissionTree) GetTuple() Relationship
- func (o *ExpandedPermissionTree) GetTupleOk() (*Relationship, bool)
- func (o *ExpandedPermissionTree) GetType() string
- func (o *ExpandedPermissionTree) GetTypeOk() (*string, bool)
- func (o *ExpandedPermissionTree) HasChildren() bool
- func (o *ExpandedPermissionTree) HasTuple() bool
- func (o ExpandedPermissionTree) MarshalJSON() ([]byte, error)
- func (o *ExpandedPermissionTree) SetChildren(v []ExpandedPermissionTree)
- func (o *ExpandedPermissionTree) SetTuple(v Relationship)
- func (o *ExpandedPermissionTree) SetType(v string)
- func (o ExpandedPermissionTree) ToMap() (map[string]interface{}, error)
- func (o *ExpandedPermissionTree) UnmarshalJSON(data []byte) (err error)
- type FlowError
- func (o *FlowError) GetCreatedAt() time.Time
- func (o *FlowError) GetCreatedAtOk() (*time.Time, bool)
- func (o *FlowError) GetError() map[string]interface{}
- func (o *FlowError) GetErrorOk() (map[string]interface{}, bool)
- func (o *FlowError) GetId() string
- func (o *FlowError) GetIdOk() (*string, bool)
- func (o *FlowError) GetUpdatedAt() time.Time
- func (o *FlowError) GetUpdatedAtOk() (*time.Time, bool)
- func (o *FlowError) HasCreatedAt() bool
- func (o *FlowError) HasError() bool
- func (o *FlowError) HasUpdatedAt() bool
- func (o FlowError) MarshalJSON() ([]byte, error)
- func (o *FlowError) SetCreatedAt(v time.Time)
- func (o *FlowError) SetError(v map[string]interface{})
- func (o *FlowError) SetId(v string)
- func (o *FlowError) SetUpdatedAt(v time.Time)
- func (o FlowError) ToMap() (map[string]interface{}, error)
- func (o *FlowError) UnmarshalJSON(data []byte) (err error)
- type FrontendAPI
- type FrontendAPICreateBrowserLoginFlowRequest
- func (r FrontendAPICreateBrowserLoginFlowRequest) Aal(aal string) FrontendAPICreateBrowserLoginFlowRequest
- func (r FrontendAPICreateBrowserLoginFlowRequest) Cookie(cookie string) FrontendAPICreateBrowserLoginFlowRequest
- func (r FrontendAPICreateBrowserLoginFlowRequest) Execute() (*LoginFlow, *http.Response, error)
- func (r FrontendAPICreateBrowserLoginFlowRequest) LoginChallenge(loginChallenge string) FrontendAPICreateBrowserLoginFlowRequest
- func (r FrontendAPICreateBrowserLoginFlowRequest) Organization(organization string) FrontendAPICreateBrowserLoginFlowRequest
- func (r FrontendAPICreateBrowserLoginFlowRequest) Refresh(refresh bool) FrontendAPICreateBrowserLoginFlowRequest
- func (r FrontendAPICreateBrowserLoginFlowRequest) ReturnTo(returnTo string) FrontendAPICreateBrowserLoginFlowRequest
- func (r FrontendAPICreateBrowserLoginFlowRequest) Via(via string) FrontendAPICreateBrowserLoginFlowRequest
- type FrontendAPICreateBrowserLogoutFlowRequest
- func (r FrontendAPICreateBrowserLogoutFlowRequest) Cookie(cookie string) FrontendAPICreateBrowserLogoutFlowRequest
- func (r FrontendAPICreateBrowserLogoutFlowRequest) Execute() (*LogoutFlow, *http.Response, error)
- func (r FrontendAPICreateBrowserLogoutFlowRequest) ReturnTo(returnTo string) FrontendAPICreateBrowserLogoutFlowRequest
- type FrontendAPICreateBrowserRecoveryFlowRequest
- type FrontendAPICreateBrowserRegistrationFlowRequest
- func (r FrontendAPICreateBrowserRegistrationFlowRequest) AfterVerificationReturnTo(afterVerificationReturnTo string) FrontendAPICreateBrowserRegistrationFlowRequest
- func (r FrontendAPICreateBrowserRegistrationFlowRequest) Execute() (*RegistrationFlow, *http.Response, error)
- func (r FrontendAPICreateBrowserRegistrationFlowRequest) LoginChallenge(loginChallenge string) FrontendAPICreateBrowserRegistrationFlowRequest
- func (r FrontendAPICreateBrowserRegistrationFlowRequest) Organization(organization string) FrontendAPICreateBrowserRegistrationFlowRequest
- func (r FrontendAPICreateBrowserRegistrationFlowRequest) ReturnTo(returnTo string) FrontendAPICreateBrowserRegistrationFlowRequest
- type FrontendAPICreateBrowserSettingsFlowRequest
- func (r FrontendAPICreateBrowserSettingsFlowRequest) Cookie(cookie string) FrontendAPICreateBrowserSettingsFlowRequest
- func (r FrontendAPICreateBrowserSettingsFlowRequest) Execute() (*SettingsFlow, *http.Response, error)
- func (r FrontendAPICreateBrowserSettingsFlowRequest) ReturnTo(returnTo string) FrontendAPICreateBrowserSettingsFlowRequest
- type FrontendAPICreateBrowserVerificationFlowRequest
- type FrontendAPICreateNativeLoginFlowRequest
- func (r FrontendAPICreateNativeLoginFlowRequest) Aal(aal string) FrontendAPICreateNativeLoginFlowRequest
- func (r FrontendAPICreateNativeLoginFlowRequest) Execute() (*LoginFlow, *http.Response, error)
- func (r FrontendAPICreateNativeLoginFlowRequest) Refresh(refresh bool) FrontendAPICreateNativeLoginFlowRequest
- func (r FrontendAPICreateNativeLoginFlowRequest) ReturnSessionTokenExchangeCode(returnSessionTokenExchangeCode bool) FrontendAPICreateNativeLoginFlowRequest
- func (r FrontendAPICreateNativeLoginFlowRequest) ReturnTo(returnTo string) FrontendAPICreateNativeLoginFlowRequest
- func (r FrontendAPICreateNativeLoginFlowRequest) Via(via string) FrontendAPICreateNativeLoginFlowRequest
- func (r FrontendAPICreateNativeLoginFlowRequest) XSessionToken(xSessionToken string) FrontendAPICreateNativeLoginFlowRequest
- type FrontendAPICreateNativeRecoveryFlowRequest
- type FrontendAPICreateNativeRegistrationFlowRequest
- func (r FrontendAPICreateNativeRegistrationFlowRequest) Execute() (*RegistrationFlow, *http.Response, error)
- func (r FrontendAPICreateNativeRegistrationFlowRequest) ReturnSessionTokenExchangeCode(returnSessionTokenExchangeCode bool) FrontendAPICreateNativeRegistrationFlowRequest
- func (r FrontendAPICreateNativeRegistrationFlowRequest) ReturnTo(returnTo string) FrontendAPICreateNativeRegistrationFlowRequest
- type FrontendAPICreateNativeSettingsFlowRequest
- type FrontendAPICreateNativeVerificationFlowRequest
- type FrontendAPIDisableMyOtherSessionsRequest
- func (r FrontendAPIDisableMyOtherSessionsRequest) Cookie(cookie string) FrontendAPIDisableMyOtherSessionsRequest
- func (r FrontendAPIDisableMyOtherSessionsRequest) Execute() (*DeleteMySessionsCount, *http.Response, error)
- func (r FrontendAPIDisableMyOtherSessionsRequest) XSessionToken(xSessionToken string) FrontendAPIDisableMyOtherSessionsRequest
- type FrontendAPIDisableMySessionRequest
- type FrontendAPIExchangeSessionTokenRequest
- func (r FrontendAPIExchangeSessionTokenRequest) Execute() (*SuccessfulNativeLogin, *http.Response, error)
- func (r FrontendAPIExchangeSessionTokenRequest) InitCode(initCode string) FrontendAPIExchangeSessionTokenRequest
- func (r FrontendAPIExchangeSessionTokenRequest) ReturnToCode(returnToCode string) FrontendAPIExchangeSessionTokenRequest
- type FrontendAPIGetFlowErrorRequest
- type FrontendAPIGetLoginFlowRequest
- type FrontendAPIGetRecoveryFlowRequest
- type FrontendAPIGetRegistrationFlowRequest
- func (r FrontendAPIGetRegistrationFlowRequest) Cookie(cookie string) FrontendAPIGetRegistrationFlowRequest
- func (r FrontendAPIGetRegistrationFlowRequest) Execute() (*RegistrationFlow, *http.Response, error)
- func (r FrontendAPIGetRegistrationFlowRequest) Id(id string) FrontendAPIGetRegistrationFlowRequest
- type FrontendAPIGetSettingsFlowRequest
- func (r FrontendAPIGetSettingsFlowRequest) Cookie(cookie string) FrontendAPIGetSettingsFlowRequest
- func (r FrontendAPIGetSettingsFlowRequest) Execute() (*SettingsFlow, *http.Response, error)
- func (r FrontendAPIGetSettingsFlowRequest) Id(id string) FrontendAPIGetSettingsFlowRequest
- func (r FrontendAPIGetSettingsFlowRequest) XSessionToken(xSessionToken string) FrontendAPIGetSettingsFlowRequest
- type FrontendAPIGetVerificationFlowRequest
- func (r FrontendAPIGetVerificationFlowRequest) Cookie(cookie string) FrontendAPIGetVerificationFlowRequest
- func (r FrontendAPIGetVerificationFlowRequest) Execute() (*VerificationFlow, *http.Response, error)
- func (r FrontendAPIGetVerificationFlowRequest) Id(id string) FrontendAPIGetVerificationFlowRequest
- type FrontendAPIGetWebAuthnJavaScriptRequest
- type FrontendAPIListMySessionsRequest
- func (r FrontendAPIListMySessionsRequest) Cookie(cookie string) FrontendAPIListMySessionsRequest
- func (r FrontendAPIListMySessionsRequest) Execute() ([]Session, *http.Response, error)
- func (r FrontendAPIListMySessionsRequest) Page(page int64) FrontendAPIListMySessionsRequest
- func (r FrontendAPIListMySessionsRequest) PageSize(pageSize int64) FrontendAPIListMySessionsRequest
- func (r FrontendAPIListMySessionsRequest) PageToken(pageToken string) FrontendAPIListMySessionsRequest
- func (r FrontendAPIListMySessionsRequest) PerPage(perPage int64) FrontendAPIListMySessionsRequest
- func (r FrontendAPIListMySessionsRequest) XSessionToken(xSessionToken string) FrontendAPIListMySessionsRequest
- type FrontendAPIPerformNativeLogoutRequest
- type FrontendAPIService
- func (a *FrontendAPIService) CreateBrowserLoginFlow(ctx context.Context) FrontendAPICreateBrowserLoginFlowRequest
- func (a *FrontendAPIService) CreateBrowserLoginFlowExecute(r FrontendAPICreateBrowserLoginFlowRequest) (*LoginFlow, *http.Response, error)
- func (a *FrontendAPIService) CreateBrowserLogoutFlow(ctx context.Context) FrontendAPICreateBrowserLogoutFlowRequest
- func (a *FrontendAPIService) CreateBrowserLogoutFlowExecute(r FrontendAPICreateBrowserLogoutFlowRequest) (*LogoutFlow, *http.Response, error)
- func (a *FrontendAPIService) CreateBrowserRecoveryFlow(ctx context.Context) FrontendAPICreateBrowserRecoveryFlowRequest
- func (a *FrontendAPIService) CreateBrowserRecoveryFlowExecute(r FrontendAPICreateBrowserRecoveryFlowRequest) (*RecoveryFlow, *http.Response, error)
- func (a *FrontendAPIService) CreateBrowserRegistrationFlow(ctx context.Context) FrontendAPICreateBrowserRegistrationFlowRequest
- func (a *FrontendAPIService) CreateBrowserRegistrationFlowExecute(r FrontendAPICreateBrowserRegistrationFlowRequest) (*RegistrationFlow, *http.Response, error)
- func (a *FrontendAPIService) CreateBrowserSettingsFlow(ctx context.Context) FrontendAPICreateBrowserSettingsFlowRequest
- func (a *FrontendAPIService) CreateBrowserSettingsFlowExecute(r FrontendAPICreateBrowserSettingsFlowRequest) (*SettingsFlow, *http.Response, error)
- func (a *FrontendAPIService) CreateBrowserVerificationFlow(ctx context.Context) FrontendAPICreateBrowserVerificationFlowRequest
- func (a *FrontendAPIService) CreateBrowserVerificationFlowExecute(r FrontendAPICreateBrowserVerificationFlowRequest) (*VerificationFlow, *http.Response, error)
- func (a *FrontendAPIService) CreateNativeLoginFlow(ctx context.Context) FrontendAPICreateNativeLoginFlowRequest
- func (a *FrontendAPIService) CreateNativeLoginFlowExecute(r FrontendAPICreateNativeLoginFlowRequest) (*LoginFlow, *http.Response, error)
- func (a *FrontendAPIService) CreateNativeRecoveryFlow(ctx context.Context) FrontendAPICreateNativeRecoveryFlowRequest
- func (a *FrontendAPIService) CreateNativeRecoveryFlowExecute(r FrontendAPICreateNativeRecoveryFlowRequest) (*RecoveryFlow, *http.Response, error)
- func (a *FrontendAPIService) CreateNativeRegistrationFlow(ctx context.Context) FrontendAPICreateNativeRegistrationFlowRequest
- func (a *FrontendAPIService) CreateNativeRegistrationFlowExecute(r FrontendAPICreateNativeRegistrationFlowRequest) (*RegistrationFlow, *http.Response, error)
- func (a *FrontendAPIService) CreateNativeSettingsFlow(ctx context.Context) FrontendAPICreateNativeSettingsFlowRequest
- func (a *FrontendAPIService) CreateNativeSettingsFlowExecute(r FrontendAPICreateNativeSettingsFlowRequest) (*SettingsFlow, *http.Response, error)
- func (a *FrontendAPIService) CreateNativeVerificationFlow(ctx context.Context) FrontendAPICreateNativeVerificationFlowRequest
- func (a *FrontendAPIService) CreateNativeVerificationFlowExecute(r FrontendAPICreateNativeVerificationFlowRequest) (*VerificationFlow, *http.Response, error)
- func (a *FrontendAPIService) DisableMyOtherSessions(ctx context.Context) FrontendAPIDisableMyOtherSessionsRequest
- func (a *FrontendAPIService) DisableMyOtherSessionsExecute(r FrontendAPIDisableMyOtherSessionsRequest) (*DeleteMySessionsCount, *http.Response, error)
- func (a *FrontendAPIService) DisableMySession(ctx context.Context, id string) FrontendAPIDisableMySessionRequest
- func (a *FrontendAPIService) DisableMySessionExecute(r FrontendAPIDisableMySessionRequest) (*http.Response, error)
- func (a *FrontendAPIService) ExchangeSessionToken(ctx context.Context) FrontendAPIExchangeSessionTokenRequest
- func (a *FrontendAPIService) ExchangeSessionTokenExecute(r FrontendAPIExchangeSessionTokenRequest) (*SuccessfulNativeLogin, *http.Response, error)
- func (a *FrontendAPIService) GetFlowError(ctx context.Context) FrontendAPIGetFlowErrorRequest
- func (a *FrontendAPIService) GetFlowErrorExecute(r FrontendAPIGetFlowErrorRequest) (*FlowError, *http.Response, error)
- func (a *FrontendAPIService) GetLoginFlow(ctx context.Context) FrontendAPIGetLoginFlowRequest
- func (a *FrontendAPIService) GetLoginFlowExecute(r FrontendAPIGetLoginFlowRequest) (*LoginFlow, *http.Response, error)
- func (a *FrontendAPIService) GetRecoveryFlow(ctx context.Context) FrontendAPIGetRecoveryFlowRequest
- func (a *FrontendAPIService) GetRecoveryFlowExecute(r FrontendAPIGetRecoveryFlowRequest) (*RecoveryFlow, *http.Response, error)
- func (a *FrontendAPIService) GetRegistrationFlow(ctx context.Context) FrontendAPIGetRegistrationFlowRequest
- func (a *FrontendAPIService) GetRegistrationFlowExecute(r FrontendAPIGetRegistrationFlowRequest) (*RegistrationFlow, *http.Response, error)
- func (a *FrontendAPIService) GetSettingsFlow(ctx context.Context) FrontendAPIGetSettingsFlowRequest
- func (a *FrontendAPIService) GetSettingsFlowExecute(r FrontendAPIGetSettingsFlowRequest) (*SettingsFlow, *http.Response, error)
- func (a *FrontendAPIService) GetVerificationFlow(ctx context.Context) FrontendAPIGetVerificationFlowRequest
- func (a *FrontendAPIService) GetVerificationFlowExecute(r FrontendAPIGetVerificationFlowRequest) (*VerificationFlow, *http.Response, error)
- func (a *FrontendAPIService) GetWebAuthnJavaScript(ctx context.Context) FrontendAPIGetWebAuthnJavaScriptRequest
- func (a *FrontendAPIService) GetWebAuthnJavaScriptExecute(r FrontendAPIGetWebAuthnJavaScriptRequest) (string, *http.Response, error)
- func (a *FrontendAPIService) ListMySessions(ctx context.Context) FrontendAPIListMySessionsRequest
- func (a *FrontendAPIService) ListMySessionsExecute(r FrontendAPIListMySessionsRequest) ([]Session, *http.Response, error)
- func (a *FrontendAPIService) PerformNativeLogout(ctx context.Context) FrontendAPIPerformNativeLogoutRequest
- func (a *FrontendAPIService) PerformNativeLogoutExecute(r FrontendAPIPerformNativeLogoutRequest) (*http.Response, error)
- func (a *FrontendAPIService) ToSession(ctx context.Context) FrontendAPIToSessionRequest
- func (a *FrontendAPIService) ToSessionExecute(r FrontendAPIToSessionRequest) (*Session, *http.Response, error)
- func (a *FrontendAPIService) UpdateLoginFlow(ctx context.Context) FrontendAPIUpdateLoginFlowRequest
- func (a *FrontendAPIService) UpdateLoginFlowExecute(r FrontendAPIUpdateLoginFlowRequest) (*SuccessfulNativeLogin, *http.Response, error)
- func (a *FrontendAPIService) UpdateLogoutFlow(ctx context.Context) FrontendAPIUpdateLogoutFlowRequest
- func (a *FrontendAPIService) UpdateLogoutFlowExecute(r FrontendAPIUpdateLogoutFlowRequest) (*http.Response, error)
- func (a *FrontendAPIService) UpdateRecoveryFlow(ctx context.Context) FrontendAPIUpdateRecoveryFlowRequest
- func (a *FrontendAPIService) UpdateRecoveryFlowExecute(r FrontendAPIUpdateRecoveryFlowRequest) (*RecoveryFlow, *http.Response, error)
- func (a *FrontendAPIService) UpdateRegistrationFlow(ctx context.Context) FrontendAPIUpdateRegistrationFlowRequest
- func (a *FrontendAPIService) UpdateRegistrationFlowExecute(r FrontendAPIUpdateRegistrationFlowRequest) (*SuccessfulNativeRegistration, *http.Response, error)
- func (a *FrontendAPIService) UpdateSettingsFlow(ctx context.Context) FrontendAPIUpdateSettingsFlowRequest
- func (a *FrontendAPIService) UpdateSettingsFlowExecute(r FrontendAPIUpdateSettingsFlowRequest) (*SettingsFlow, *http.Response, error)
- func (a *FrontendAPIService) UpdateVerificationFlow(ctx context.Context) FrontendAPIUpdateVerificationFlowRequest
- func (a *FrontendAPIService) UpdateVerificationFlowExecute(r FrontendAPIUpdateVerificationFlowRequest) (*VerificationFlow, *http.Response, error)
- type FrontendAPIToSessionRequest
- func (r FrontendAPIToSessionRequest) Cookie(cookie string) FrontendAPIToSessionRequest
- func (r FrontendAPIToSessionRequest) Execute() (*Session, *http.Response, error)
- func (r FrontendAPIToSessionRequest) TokenizeAs(tokenizeAs string) FrontendAPIToSessionRequest
- func (r FrontendAPIToSessionRequest) XSessionToken(xSessionToken string) FrontendAPIToSessionRequest
- type FrontendAPIUpdateLoginFlowRequest
- func (r FrontendAPIUpdateLoginFlowRequest) Cookie(cookie string) FrontendAPIUpdateLoginFlowRequest
- func (r FrontendAPIUpdateLoginFlowRequest) Execute() (*SuccessfulNativeLogin, *http.Response, error)
- func (r FrontendAPIUpdateLoginFlowRequest) Flow(flow string) FrontendAPIUpdateLoginFlowRequest
- func (r FrontendAPIUpdateLoginFlowRequest) UpdateLoginFlowBody(updateLoginFlowBody UpdateLoginFlowBody) FrontendAPIUpdateLoginFlowRequest
- func (r FrontendAPIUpdateLoginFlowRequest) XSessionToken(xSessionToken string) FrontendAPIUpdateLoginFlowRequest
- type FrontendAPIUpdateLogoutFlowRequest
- func (r FrontendAPIUpdateLogoutFlowRequest) Cookie(cookie string) FrontendAPIUpdateLogoutFlowRequest
- func (r FrontendAPIUpdateLogoutFlowRequest) Execute() (*http.Response, error)
- func (r FrontendAPIUpdateLogoutFlowRequest) ReturnTo(returnTo string) FrontendAPIUpdateLogoutFlowRequest
- func (r FrontendAPIUpdateLogoutFlowRequest) Token(token string) FrontendAPIUpdateLogoutFlowRequest
- type FrontendAPIUpdateRecoveryFlowRequest
- func (r FrontendAPIUpdateRecoveryFlowRequest) Cookie(cookie string) FrontendAPIUpdateRecoveryFlowRequest
- func (r FrontendAPIUpdateRecoveryFlowRequest) Execute() (*RecoveryFlow, *http.Response, error)
- func (r FrontendAPIUpdateRecoveryFlowRequest) Flow(flow string) FrontendAPIUpdateRecoveryFlowRequest
- func (r FrontendAPIUpdateRecoveryFlowRequest) Token(token string) FrontendAPIUpdateRecoveryFlowRequest
- func (r FrontendAPIUpdateRecoveryFlowRequest) UpdateRecoveryFlowBody(updateRecoveryFlowBody UpdateRecoveryFlowBody) FrontendAPIUpdateRecoveryFlowRequest
- type FrontendAPIUpdateRegistrationFlowRequest
- func (r FrontendAPIUpdateRegistrationFlowRequest) Cookie(cookie string) FrontendAPIUpdateRegistrationFlowRequest
- func (r FrontendAPIUpdateRegistrationFlowRequest) Execute() (*SuccessfulNativeRegistration, *http.Response, error)
- func (r FrontendAPIUpdateRegistrationFlowRequest) Flow(flow string) FrontendAPIUpdateRegistrationFlowRequest
- func (r FrontendAPIUpdateRegistrationFlowRequest) UpdateRegistrationFlowBody(updateRegistrationFlowBody UpdateRegistrationFlowBody) FrontendAPIUpdateRegistrationFlowRequest
- type FrontendAPIUpdateSettingsFlowRequest
- func (r FrontendAPIUpdateSettingsFlowRequest) Cookie(cookie string) FrontendAPIUpdateSettingsFlowRequest
- func (r FrontendAPIUpdateSettingsFlowRequest) Execute() (*SettingsFlow, *http.Response, error)
- func (r FrontendAPIUpdateSettingsFlowRequest) Flow(flow string) FrontendAPIUpdateSettingsFlowRequest
- func (r FrontendAPIUpdateSettingsFlowRequest) UpdateSettingsFlowBody(updateSettingsFlowBody UpdateSettingsFlowBody) FrontendAPIUpdateSettingsFlowRequest
- func (r FrontendAPIUpdateSettingsFlowRequest) XSessionToken(xSessionToken string) FrontendAPIUpdateSettingsFlowRequest
- type FrontendAPIUpdateVerificationFlowRequest
- func (r FrontendAPIUpdateVerificationFlowRequest) Cookie(cookie string) FrontendAPIUpdateVerificationFlowRequest
- func (r FrontendAPIUpdateVerificationFlowRequest) Execute() (*VerificationFlow, *http.Response, error)
- func (r FrontendAPIUpdateVerificationFlowRequest) Flow(flow string) FrontendAPIUpdateVerificationFlowRequest
- func (r FrontendAPIUpdateVerificationFlowRequest) Token(token string) FrontendAPIUpdateVerificationFlowRequest
- func (r FrontendAPIUpdateVerificationFlowRequest) UpdateVerificationFlowBody(updateVerificationFlowBody UpdateVerificationFlowBody) FrontendAPIUpdateVerificationFlowRequest
- type GenericError
- func (o *GenericError) GetCode() int64
- func (o *GenericError) GetCodeOk() (*int64, bool)
- func (o *GenericError) GetDebug() string
- func (o *GenericError) GetDebugOk() (*string, bool)
- func (o *GenericError) GetDetails() interface{}
- func (o *GenericError) GetDetailsOk() (*interface{}, bool)
- func (o *GenericError) GetError() GenericErrorContent
- func (o *GenericError) GetErrorOk() (*GenericErrorContent, bool)
- func (o *GenericError) GetId() string
- func (o *GenericError) GetIdOk() (*string, bool)
- func (o *GenericError) GetMessage() string
- func (o *GenericError) GetMessageOk() (*string, bool)
- func (o *GenericError) GetReason() string
- func (o *GenericError) GetReasonOk() (*string, bool)
- func (o *GenericError) GetRequest() string
- func (o *GenericError) GetRequestOk() (*string, bool)
- func (o *GenericError) GetStatus() string
- func (o *GenericError) GetStatusOk() (*string, bool)
- func (o *GenericError) HasCode() bool
- func (o *GenericError) HasDebug() bool
- func (o *GenericError) HasDetails() bool
- func (o *GenericError) HasError() bool
- func (o *GenericError) HasId() bool
- func (o *GenericError) HasReason() bool
- func (o *GenericError) HasRequest() bool
- func (o *GenericError) HasStatus() bool
- func (o GenericError) MarshalJSON() ([]byte, error)
- func (o *GenericError) SetCode(v int64)
- func (o *GenericError) SetDebug(v string)
- func (o *GenericError) SetDetails(v interface{})
- func (o *GenericError) SetError(v GenericErrorContent)
- func (o *GenericError) SetId(v string)
- func (o *GenericError) SetMessage(v string)
- func (o *GenericError) SetReason(v string)
- func (o *GenericError) SetRequest(v string)
- func (o *GenericError) SetStatus(v string)
- func (o GenericError) ToMap() (map[string]interface{}, error)
- func (o *GenericError) UnmarshalJSON(data []byte) (err error)
- type GenericErrorContent
- func (o *GenericErrorContent) GetDebug() string
- func (o *GenericErrorContent) GetDebugOk() (*string, bool)
- func (o *GenericErrorContent) GetError() string
- func (o *GenericErrorContent) GetErrorDescription() string
- func (o *GenericErrorContent) GetErrorDescriptionOk() (*string, bool)
- func (o *GenericErrorContent) GetErrorOk() (*string, bool)
- func (o *GenericErrorContent) GetMessage() string
- func (o *GenericErrorContent) GetMessageOk() (*string, bool)
- func (o *GenericErrorContent) GetStatusCode() int64
- func (o *GenericErrorContent) GetStatusCodeOk() (*int64, bool)
- func (o *GenericErrorContent) HasDebug() bool
- func (o *GenericErrorContent) HasError() bool
- func (o *GenericErrorContent) HasErrorDescription() bool
- func (o *GenericErrorContent) HasMessage() bool
- func (o *GenericErrorContent) HasStatusCode() bool
- func (o GenericErrorContent) MarshalJSON() ([]byte, error)
- func (o *GenericErrorContent) SetDebug(v string)
- func (o *GenericErrorContent) SetError(v string)
- func (o *GenericErrorContent) SetErrorDescription(v string)
- func (o *GenericErrorContent) SetMessage(v string)
- func (o *GenericErrorContent) SetStatusCode(v int64)
- func (o GenericErrorContent) ToMap() (map[string]interface{}, error)
- func (o *GenericErrorContent) UnmarshalJSON(data []byte) (err error)
- type GenericOpenAPIError
- type GenericUsage
- func (o *GenericUsage) GetAdditionalPrice() Money
- func (o *GenericUsage) GetAdditionalPriceOk() (*Money, bool)
- func (o *GenericUsage) GetIncludedUsage() int64
- func (o *GenericUsage) GetIncludedUsageOk() (*int64, bool)
- func (o GenericUsage) MarshalJSON() ([]byte, error)
- func (o *GenericUsage) SetAdditionalPrice(v Money)
- func (o *GenericUsage) SetIncludedUsage(v int64)
- func (o GenericUsage) ToMap() (map[string]interface{}, error)
- func (o *GenericUsage) UnmarshalJSON(data []byte) (err error)
- type GetAttributesCountResponse
- func (o *GetAttributesCountResponse) GetData() []AttributesCountDatapoint
- func (o *GetAttributesCountResponse) GetDataOk() ([]AttributesCountDatapoint, bool)
- func (o GetAttributesCountResponse) MarshalJSON() ([]byte, error)
- func (o *GetAttributesCountResponse) SetData(v []AttributesCountDatapoint)
- func (o GetAttributesCountResponse) ToMap() (map[string]interface{}, error)
- func (o *GetAttributesCountResponse) UnmarshalJSON(data []byte) (err error)
- type GetManagedIdentitySchemaLocation
- func (o *GetManagedIdentitySchemaLocation) GetLocation() string
- func (o *GetManagedIdentitySchemaLocation) GetLocationOk() (*string, bool)
- func (o *GetManagedIdentitySchemaLocation) HasLocation() bool
- func (o GetManagedIdentitySchemaLocation) MarshalJSON() ([]byte, error)
- func (o *GetManagedIdentitySchemaLocation) SetLocation(v string)
- func (o GetManagedIdentitySchemaLocation) ToMap() (map[string]interface{}, error)
- func (o *GetManagedIdentitySchemaLocation) UnmarshalJSON(data []byte) (err error)
- type GetMetricsEventAttributesResponse
- func (o *GetMetricsEventAttributesResponse) GetEvents() []string
- func (o *GetMetricsEventAttributesResponse) GetEventsOk() ([]string, bool)
- func (o GetMetricsEventAttributesResponse) MarshalJSON() ([]byte, error)
- func (o *GetMetricsEventAttributesResponse) SetEvents(v []string)
- func (o GetMetricsEventAttributesResponse) ToMap() (map[string]interface{}, error)
- func (o *GetMetricsEventAttributesResponse) UnmarshalJSON(data []byte) (err error)
- type GetMetricsEventTypesResponse
- func (o *GetMetricsEventTypesResponse) GetEvents() []string
- func (o *GetMetricsEventTypesResponse) GetEventsOk() ([]string, bool)
- func (o GetMetricsEventTypesResponse) MarshalJSON() ([]byte, error)
- func (o *GetMetricsEventTypesResponse) SetEvents(v []string)
- func (o GetMetricsEventTypesResponse) ToMap() (map[string]interface{}, error)
- func (o *GetMetricsEventTypesResponse) UnmarshalJSON(data []byte) (err error)
- type GetOrganizationResponse
- func (o *GetOrganizationResponse) GetOrganization() Organization
- func (o *GetOrganizationResponse) GetOrganizationOk() (*Organization, bool)
- func (o GetOrganizationResponse) MarshalJSON() ([]byte, error)
- func (o *GetOrganizationResponse) SetOrganization(v Organization)
- func (o GetOrganizationResponse) ToMap() (map[string]interface{}, error)
- func (o *GetOrganizationResponse) UnmarshalJSON(data []byte) (err error)
- type GetProjectEventsBody
- func (o *GetProjectEventsBody) GetEventName() string
- func (o *GetProjectEventsBody) GetEventNameOk() (*string, bool)
- func (o *GetProjectEventsBody) GetFilters() []AttributeFilter
- func (o *GetProjectEventsBody) GetFiltersOk() ([]AttributeFilter, bool)
- func (o *GetProjectEventsBody) GetFrom() time.Time
- func (o *GetProjectEventsBody) GetFromOk() (*time.Time, bool)
- func (o *GetProjectEventsBody) GetPageSize() int64
- func (o *GetProjectEventsBody) GetPageSizeOk() (*int64, bool)
- func (o *GetProjectEventsBody) GetPageToken() string
- func (o *GetProjectEventsBody) GetPageTokenOk() (*string, bool)
- func (o *GetProjectEventsBody) GetTo() time.Time
- func (o *GetProjectEventsBody) GetToOk() (*time.Time, bool)
- func (o *GetProjectEventsBody) HasEventName() bool
- func (o *GetProjectEventsBody) HasFilters() bool
- func (o *GetProjectEventsBody) HasPageSize() bool
- func (o *GetProjectEventsBody) HasPageToken() bool
- func (o GetProjectEventsBody) MarshalJSON() ([]byte, error)
- func (o *GetProjectEventsBody) SetEventName(v string)
- func (o *GetProjectEventsBody) SetFilters(v []AttributeFilter)
- func (o *GetProjectEventsBody) SetFrom(v time.Time)
- func (o *GetProjectEventsBody) SetPageSize(v int64)
- func (o *GetProjectEventsBody) SetPageToken(v string)
- func (o *GetProjectEventsBody) SetTo(v time.Time)
- func (o GetProjectEventsBody) ToMap() (map[string]interface{}, error)
- func (o *GetProjectEventsBody) UnmarshalJSON(data []byte) (err error)
- type GetProjectEventsResponse
- func (o *GetProjectEventsResponse) GetEvents() []ProjectEventsDatapoint
- func (o *GetProjectEventsResponse) GetEventsOk() ([]ProjectEventsDatapoint, bool)
- func (o *GetProjectEventsResponse) GetPageToken() string
- func (o *GetProjectEventsResponse) GetPageTokenOk() (*string, bool)
- func (o *GetProjectEventsResponse) HasPageToken() bool
- func (o GetProjectEventsResponse) MarshalJSON() ([]byte, error)
- func (o *GetProjectEventsResponse) SetEvents(v []ProjectEventsDatapoint)
- func (o *GetProjectEventsResponse) SetPageToken(v string)
- func (o GetProjectEventsResponse) ToMap() (map[string]interface{}, error)
- func (o *GetProjectEventsResponse) UnmarshalJSON(data []byte) (err error)
- type GetProjectMetricsResponse
- func (o *GetProjectMetricsResponse) GetData() []MetricsDatapoint
- func (o *GetProjectMetricsResponse) GetDataOk() ([]MetricsDatapoint, bool)
- func (o GetProjectMetricsResponse) MarshalJSON() ([]byte, error)
- func (o *GetProjectMetricsResponse) SetData(v []MetricsDatapoint)
- func (o GetProjectMetricsResponse) ToMap() (map[string]interface{}, error)
- func (o *GetProjectMetricsResponse) UnmarshalJSON(data []byte) (err error)
- type GetSessionActivityResponse
- func (o *GetSessionActivityResponse) GetData() []SessionActivityDatapoint
- func (o *GetSessionActivityResponse) GetDataOk() ([]SessionActivityDatapoint, bool)
- func (o GetSessionActivityResponse) MarshalJSON() ([]byte, error)
- func (o *GetSessionActivityResponse) SetData(v []SessionActivityDatapoint)
- func (o GetSessionActivityResponse) ToMap() (map[string]interface{}, error)
- func (o *GetSessionActivityResponse) UnmarshalJSON(data []byte) (err error)
- type GetVersion200Response
- func (o *GetVersion200Response) GetVersion() string
- func (o *GetVersion200Response) GetVersionOk() (*string, bool)
- func (o GetVersion200Response) MarshalJSON() ([]byte, error)
- func (o *GetVersion200Response) SetVersion(v string)
- func (o GetVersion200Response) ToMap() (map[string]interface{}, error)
- func (o *GetVersion200Response) UnmarshalJSON(data []byte) (err error)
- type HealthNotReadyStatus
- func (o *HealthNotReadyStatus) GetErrors() map[string]string
- func (o *HealthNotReadyStatus) GetErrorsOk() (*map[string]string, bool)
- func (o *HealthNotReadyStatus) HasErrors() bool
- func (o HealthNotReadyStatus) MarshalJSON() ([]byte, error)
- func (o *HealthNotReadyStatus) SetErrors(v map[string]string)
- func (o HealthNotReadyStatus) ToMap() (map[string]interface{}, error)
- func (o *HealthNotReadyStatus) UnmarshalJSON(data []byte) (err error)
- type HealthStatus
- func (o *HealthStatus) GetStatus() string
- func (o *HealthStatus) GetStatusOk() (*string, bool)
- func (o *HealthStatus) HasStatus() bool
- func (o HealthStatus) MarshalJSON() ([]byte, error)
- func (o *HealthStatus) SetStatus(v string)
- func (o HealthStatus) ToMap() (map[string]interface{}, error)
- func (o *HealthStatus) UnmarshalJSON(data []byte) (err error)
- type Identity
- func (o *Identity) GetCreatedAt() time.Time
- func (o *Identity) GetCreatedAtOk() (*time.Time, bool)
- func (o *Identity) GetCredentials() map[string]IdentityCredentials
- func (o *Identity) GetCredentialsOk() (*map[string]IdentityCredentials, bool)
- func (o *Identity) GetId() string
- func (o *Identity) GetIdOk() (*string, bool)
- func (o *Identity) GetMetadataAdmin() map[string]interface{}
- func (o *Identity) GetMetadataAdminOk() (map[string]interface{}, bool)
- func (o *Identity) GetMetadataPublic() map[string]interface{}
- func (o *Identity) GetMetadataPublicOk() (map[string]interface{}, bool)
- func (o *Identity) GetOrganizationId() string
- func (o *Identity) GetOrganizationIdOk() (*string, bool)
- func (o *Identity) GetRecoveryAddresses() []RecoveryIdentityAddress
- func (o *Identity) GetRecoveryAddressesOk() ([]RecoveryIdentityAddress, bool)
- func (o *Identity) GetSchemaId() string
- func (o *Identity) GetSchemaIdOk() (*string, bool)
- func (o *Identity) GetSchemaUrl() string
- func (o *Identity) GetSchemaUrlOk() (*string, bool)
- func (o *Identity) GetState() string
- func (o *Identity) GetStateChangedAt() time.Time
- func (o *Identity) GetStateChangedAtOk() (*time.Time, bool)
- func (o *Identity) GetStateOk() (*string, bool)
- func (o *Identity) GetTraits() interface{}
- func (o *Identity) GetTraitsOk() (*interface{}, bool)
- func (o *Identity) GetUpdatedAt() time.Time
- func (o *Identity) GetUpdatedAtOk() (*time.Time, bool)
- func (o *Identity) GetVerifiableAddresses() []VerifiableIdentityAddress
- func (o *Identity) GetVerifiableAddressesOk() ([]VerifiableIdentityAddress, bool)
- func (o *Identity) HasCreatedAt() bool
- func (o *Identity) HasCredentials() bool
- func (o *Identity) HasMetadataAdmin() bool
- func (o *Identity) HasMetadataPublic() bool
- func (o *Identity) HasOrganizationId() bool
- func (o *Identity) HasRecoveryAddresses() bool
- func (o *Identity) HasState() bool
- func (o *Identity) HasStateChangedAt() bool
- func (o *Identity) HasUpdatedAt() bool
- func (o *Identity) HasVerifiableAddresses() bool
- func (o Identity) MarshalJSON() ([]byte, error)
- func (o *Identity) SetCreatedAt(v time.Time)
- func (o *Identity) SetCredentials(v map[string]IdentityCredentials)
- func (o *Identity) SetId(v string)
- func (o *Identity) SetMetadataAdmin(v map[string]interface{})
- func (o *Identity) SetMetadataPublic(v map[string]interface{})
- func (o *Identity) SetOrganizationId(v string)
- func (o *Identity) SetOrganizationIdNil()
- func (o *Identity) SetRecoveryAddresses(v []RecoveryIdentityAddress)
- func (o *Identity) SetSchemaId(v string)
- func (o *Identity) SetSchemaUrl(v string)
- func (o *Identity) SetState(v string)
- func (o *Identity) SetStateChangedAt(v time.Time)
- func (o *Identity) SetTraits(v interface{})
- func (o *Identity) SetUpdatedAt(v time.Time)
- func (o *Identity) SetVerifiableAddresses(v []VerifiableIdentityAddress)
- func (o Identity) ToMap() (map[string]interface{}, error)
- func (o *Identity) UnmarshalJSON(data []byte) (err error)
- func (o *Identity) UnsetOrganizationId()
- type IdentityAPI
- type IdentityAPIBatchPatchIdentitiesRequest
- type IdentityAPICreateIdentityRequest
- type IdentityAPICreateRecoveryCodeForIdentityRequest
- func (r IdentityAPICreateRecoveryCodeForIdentityRequest) CreateRecoveryCodeForIdentityBody(createRecoveryCodeForIdentityBody CreateRecoveryCodeForIdentityBody) IdentityAPICreateRecoveryCodeForIdentityRequest
- func (r IdentityAPICreateRecoveryCodeForIdentityRequest) Execute() (*RecoveryCodeForIdentity, *http.Response, error)
- type IdentityAPICreateRecoveryLinkForIdentityRequest
- func (r IdentityAPICreateRecoveryLinkForIdentityRequest) CreateRecoveryLinkForIdentityBody(createRecoveryLinkForIdentityBody CreateRecoveryLinkForIdentityBody) IdentityAPICreateRecoveryLinkForIdentityRequest
- func (r IdentityAPICreateRecoveryLinkForIdentityRequest) Execute() (*RecoveryLinkForIdentity, *http.Response, error)
- func (r IdentityAPICreateRecoveryLinkForIdentityRequest) ReturnTo(returnTo string) IdentityAPICreateRecoveryLinkForIdentityRequest
- type IdentityAPIDeleteIdentityCredentialsRequest
- type IdentityAPIDeleteIdentityRequest
- type IdentityAPIDeleteIdentitySessionsRequest
- type IdentityAPIDisableSessionRequest
- type IdentityAPIExtendSessionRequest
- type IdentityAPIGetIdentityRequest
- type IdentityAPIGetIdentitySchemaRequest
- type IdentityAPIGetSessionRequest
- type IdentityAPIListIdentitiesRequest
- func (r IdentityAPIListIdentitiesRequest) Consistency(consistency string) IdentityAPIListIdentitiesRequest
- func (r IdentityAPIListIdentitiesRequest) CredentialsIdentifier(credentialsIdentifier string) IdentityAPIListIdentitiesRequest
- func (r IdentityAPIListIdentitiesRequest) Execute() ([]Identity, *http.Response, error)
- func (r IdentityAPIListIdentitiesRequest) Ids(ids []string) IdentityAPIListIdentitiesRequest
- func (r IdentityAPIListIdentitiesRequest) IncludeCredential(includeCredential []string) IdentityAPIListIdentitiesRequest
- func (r IdentityAPIListIdentitiesRequest) Page(page int64) IdentityAPIListIdentitiesRequest
- func (r IdentityAPIListIdentitiesRequest) PageSize(pageSize int64) IdentityAPIListIdentitiesRequest
- func (r IdentityAPIListIdentitiesRequest) PageToken(pageToken string) IdentityAPIListIdentitiesRequest
- func (r IdentityAPIListIdentitiesRequest) PerPage(perPage int64) IdentityAPIListIdentitiesRequest
- func (r IdentityAPIListIdentitiesRequest) PreviewCredentialsIdentifierSimilar(previewCredentialsIdentifierSimilar string) IdentityAPIListIdentitiesRequest
- type IdentityAPIListIdentitySchemasRequest
- func (r IdentityAPIListIdentitySchemasRequest) Execute() ([]IdentitySchemaContainer, *http.Response, error)
- func (r IdentityAPIListIdentitySchemasRequest) Page(page int64) IdentityAPIListIdentitySchemasRequest
- func (r IdentityAPIListIdentitySchemasRequest) PageSize(pageSize int64) IdentityAPIListIdentitySchemasRequest
- func (r IdentityAPIListIdentitySchemasRequest) PageToken(pageToken string) IdentityAPIListIdentitySchemasRequest
- func (r IdentityAPIListIdentitySchemasRequest) PerPage(perPage int64) IdentityAPIListIdentitySchemasRequest
- type IdentityAPIListIdentitySessionsRequest
- func (r IdentityAPIListIdentitySessionsRequest) Active(active bool) IdentityAPIListIdentitySessionsRequest
- func (r IdentityAPIListIdentitySessionsRequest) Execute() ([]Session, *http.Response, error)
- func (r IdentityAPIListIdentitySessionsRequest) Page(page int64) IdentityAPIListIdentitySessionsRequest
- func (r IdentityAPIListIdentitySessionsRequest) PageSize(pageSize int64) IdentityAPIListIdentitySessionsRequest
- func (r IdentityAPIListIdentitySessionsRequest) PageToken(pageToken string) IdentityAPIListIdentitySessionsRequest
- func (r IdentityAPIListIdentitySessionsRequest) PerPage(perPage int64) IdentityAPIListIdentitySessionsRequest
- type IdentityAPIListSessionsRequest
- func (r IdentityAPIListSessionsRequest) Active(active bool) IdentityAPIListSessionsRequest
- func (r IdentityAPIListSessionsRequest) Execute() ([]Session, *http.Response, error)
- func (r IdentityAPIListSessionsRequest) Expand(expand []string) IdentityAPIListSessionsRequest
- func (r IdentityAPIListSessionsRequest) PageSize(pageSize int64) IdentityAPIListSessionsRequest
- func (r IdentityAPIListSessionsRequest) PageToken(pageToken string) IdentityAPIListSessionsRequest
- type IdentityAPIPatchIdentityRequest
- type IdentityAPIService
- func (a *IdentityAPIService) BatchPatchIdentities(ctx context.Context) IdentityAPIBatchPatchIdentitiesRequest
- func (a *IdentityAPIService) BatchPatchIdentitiesExecute(r IdentityAPIBatchPatchIdentitiesRequest) (*BatchPatchIdentitiesResponse, *http.Response, error)
- func (a *IdentityAPIService) CreateIdentity(ctx context.Context) IdentityAPICreateIdentityRequest
- func (a *IdentityAPIService) CreateIdentityExecute(r IdentityAPICreateIdentityRequest) (*Identity, *http.Response, error)
- func (a *IdentityAPIService) CreateRecoveryCodeForIdentity(ctx context.Context) IdentityAPICreateRecoveryCodeForIdentityRequest
- func (a *IdentityAPIService) CreateRecoveryCodeForIdentityExecute(r IdentityAPICreateRecoveryCodeForIdentityRequest) (*RecoveryCodeForIdentity, *http.Response, error)
- func (a *IdentityAPIService) CreateRecoveryLinkForIdentity(ctx context.Context) IdentityAPICreateRecoveryLinkForIdentityRequest
- func (a *IdentityAPIService) CreateRecoveryLinkForIdentityExecute(r IdentityAPICreateRecoveryLinkForIdentityRequest) (*RecoveryLinkForIdentity, *http.Response, error)
- func (a *IdentityAPIService) DeleteIdentity(ctx context.Context, id string) IdentityAPIDeleteIdentityRequest
- func (a *IdentityAPIService) DeleteIdentityCredentials(ctx context.Context, id string, type_ string) IdentityAPIDeleteIdentityCredentialsRequest
- func (a *IdentityAPIService) DeleteIdentityCredentialsExecute(r IdentityAPIDeleteIdentityCredentialsRequest) (*http.Response, error)
- func (a *IdentityAPIService) DeleteIdentityExecute(r IdentityAPIDeleteIdentityRequest) (*http.Response, error)
- func (a *IdentityAPIService) DeleteIdentitySessions(ctx context.Context, id string) IdentityAPIDeleteIdentitySessionsRequest
- func (a *IdentityAPIService) DeleteIdentitySessionsExecute(r IdentityAPIDeleteIdentitySessionsRequest) (*http.Response, error)
- func (a *IdentityAPIService) DisableSession(ctx context.Context, id string) IdentityAPIDisableSessionRequest
- func (a *IdentityAPIService) DisableSessionExecute(r IdentityAPIDisableSessionRequest) (*http.Response, error)
- func (a *IdentityAPIService) ExtendSession(ctx context.Context, id string) IdentityAPIExtendSessionRequest
- func (a *IdentityAPIService) ExtendSessionExecute(r IdentityAPIExtendSessionRequest) (*Session, *http.Response, error)
- func (a *IdentityAPIService) GetIdentity(ctx context.Context, id string) IdentityAPIGetIdentityRequest
- func (a *IdentityAPIService) GetIdentityExecute(r IdentityAPIGetIdentityRequest) (*Identity, *http.Response, error)
- func (a *IdentityAPIService) GetIdentitySchema(ctx context.Context, id string) IdentityAPIGetIdentitySchemaRequest
- func (a *IdentityAPIService) GetIdentitySchemaExecute(r IdentityAPIGetIdentitySchemaRequest) (map[string]interface{}, *http.Response, error)
- func (a *IdentityAPIService) GetSession(ctx context.Context, id string) IdentityAPIGetSessionRequest
- func (a *IdentityAPIService) GetSessionExecute(r IdentityAPIGetSessionRequest) (*Session, *http.Response, error)
- func (a *IdentityAPIService) ListIdentities(ctx context.Context) IdentityAPIListIdentitiesRequest
- func (a *IdentityAPIService) ListIdentitiesExecute(r IdentityAPIListIdentitiesRequest) ([]Identity, *http.Response, error)
- func (a *IdentityAPIService) ListIdentitySchemas(ctx context.Context) IdentityAPIListIdentitySchemasRequest
- func (a *IdentityAPIService) ListIdentitySchemasExecute(r IdentityAPIListIdentitySchemasRequest) ([]IdentitySchemaContainer, *http.Response, error)
- func (a *IdentityAPIService) ListIdentitySessions(ctx context.Context, id string) IdentityAPIListIdentitySessionsRequest
- func (a *IdentityAPIService) ListIdentitySessionsExecute(r IdentityAPIListIdentitySessionsRequest) ([]Session, *http.Response, error)
- func (a *IdentityAPIService) ListSessions(ctx context.Context) IdentityAPIListSessionsRequest
- func (a *IdentityAPIService) ListSessionsExecute(r IdentityAPIListSessionsRequest) ([]Session, *http.Response, error)
- func (a *IdentityAPIService) PatchIdentity(ctx context.Context, id string) IdentityAPIPatchIdentityRequest
- func (a *IdentityAPIService) PatchIdentityExecute(r IdentityAPIPatchIdentityRequest) (*Identity, *http.Response, error)
- func (a *IdentityAPIService) UpdateIdentity(ctx context.Context, id string) IdentityAPIUpdateIdentityRequest
- func (a *IdentityAPIService) UpdateIdentityExecute(r IdentityAPIUpdateIdentityRequest) (*Identity, *http.Response, error)
- type IdentityAPIUpdateIdentityRequest
- type IdentityCredentials
- func (o *IdentityCredentials) GetConfig() map[string]interface{}
- func (o *IdentityCredentials) GetConfigOk() (map[string]interface{}, bool)
- func (o *IdentityCredentials) GetCreatedAt() time.Time
- func (o *IdentityCredentials) GetCreatedAtOk() (*time.Time, bool)
- func (o *IdentityCredentials) GetIdentifiers() []string
- func (o *IdentityCredentials) GetIdentifiersOk() ([]string, bool)
- func (o *IdentityCredentials) GetType() string
- func (o *IdentityCredentials) GetTypeOk() (*string, bool)
- func (o *IdentityCredentials) GetUpdatedAt() time.Time
- func (o *IdentityCredentials) GetUpdatedAtOk() (*time.Time, bool)
- func (o *IdentityCredentials) GetVersion() int64
- func (o *IdentityCredentials) GetVersionOk() (*int64, bool)
- func (o *IdentityCredentials) HasConfig() bool
- func (o *IdentityCredentials) HasCreatedAt() bool
- func (o *IdentityCredentials) HasIdentifiers() bool
- func (o *IdentityCredentials) HasType() bool
- func (o *IdentityCredentials) HasUpdatedAt() bool
- func (o *IdentityCredentials) HasVersion() bool
- func (o IdentityCredentials) MarshalJSON() ([]byte, error)
- func (o *IdentityCredentials) SetConfig(v map[string]interface{})
- func (o *IdentityCredentials) SetCreatedAt(v time.Time)
- func (o *IdentityCredentials) SetIdentifiers(v []string)
- func (o *IdentityCredentials) SetType(v string)
- func (o *IdentityCredentials) SetUpdatedAt(v time.Time)
- func (o *IdentityCredentials) SetVersion(v int64)
- func (o IdentityCredentials) ToMap() (map[string]interface{}, error)
- func (o *IdentityCredentials) UnmarshalJSON(data []byte) (err error)
- type IdentityCredentialsCode
- func (o *IdentityCredentialsCode) GetAddressType() string
- func (o *IdentityCredentialsCode) GetAddressTypeOk() (*string, bool)
- func (o *IdentityCredentialsCode) GetUsedAt() time.Time
- func (o *IdentityCredentialsCode) GetUsedAtOk() (*time.Time, bool)
- func (o *IdentityCredentialsCode) HasAddressType() bool
- func (o *IdentityCredentialsCode) HasUsedAt() bool
- func (o IdentityCredentialsCode) MarshalJSON() ([]byte, error)
- func (o *IdentityCredentialsCode) SetAddressType(v string)
- func (o *IdentityCredentialsCode) SetUsedAt(v time.Time)
- func (o *IdentityCredentialsCode) SetUsedAtNil()
- func (o IdentityCredentialsCode) ToMap() (map[string]interface{}, error)
- func (o *IdentityCredentialsCode) UnmarshalJSON(data []byte) (err error)
- func (o *IdentityCredentialsCode) UnsetUsedAt()
- type IdentityCredentialsOidc
- func (o *IdentityCredentialsOidc) GetProviders() []IdentityCredentialsOidcProvider
- func (o *IdentityCredentialsOidc) GetProvidersOk() ([]IdentityCredentialsOidcProvider, bool)
- func (o *IdentityCredentialsOidc) HasProviders() bool
- func (o IdentityCredentialsOidc) MarshalJSON() ([]byte, error)
- func (o *IdentityCredentialsOidc) SetProviders(v []IdentityCredentialsOidcProvider)
- func (o IdentityCredentialsOidc) ToMap() (map[string]interface{}, error)
- func (o *IdentityCredentialsOidc) UnmarshalJSON(data []byte) (err error)
- type IdentityCredentialsOidcProvider
- func (o *IdentityCredentialsOidcProvider) GetInitialAccessToken() string
- func (o *IdentityCredentialsOidcProvider) GetInitialAccessTokenOk() (*string, bool)
- func (o *IdentityCredentialsOidcProvider) GetInitialIdToken() string
- func (o *IdentityCredentialsOidcProvider) GetInitialIdTokenOk() (*string, bool)
- func (o *IdentityCredentialsOidcProvider) GetInitialRefreshToken() string
- func (o *IdentityCredentialsOidcProvider) GetInitialRefreshTokenOk() (*string, bool)
- func (o *IdentityCredentialsOidcProvider) GetOrganization() string
- func (o *IdentityCredentialsOidcProvider) GetOrganizationOk() (*string, bool)
- func (o *IdentityCredentialsOidcProvider) GetProvider() string
- func (o *IdentityCredentialsOidcProvider) GetProviderOk() (*string, bool)
- func (o *IdentityCredentialsOidcProvider) GetSubject() string
- func (o *IdentityCredentialsOidcProvider) GetSubjectOk() (*string, bool)
- func (o *IdentityCredentialsOidcProvider) HasInitialAccessToken() bool
- func (o *IdentityCredentialsOidcProvider) HasInitialIdToken() bool
- func (o *IdentityCredentialsOidcProvider) HasInitialRefreshToken() bool
- func (o *IdentityCredentialsOidcProvider) HasOrganization() bool
- func (o *IdentityCredentialsOidcProvider) HasProvider() bool
- func (o *IdentityCredentialsOidcProvider) HasSubject() bool
- func (o IdentityCredentialsOidcProvider) MarshalJSON() ([]byte, error)
- func (o *IdentityCredentialsOidcProvider) SetInitialAccessToken(v string)
- func (o *IdentityCredentialsOidcProvider) SetInitialIdToken(v string)
- func (o *IdentityCredentialsOidcProvider) SetInitialRefreshToken(v string)
- func (o *IdentityCredentialsOidcProvider) SetOrganization(v string)
- func (o *IdentityCredentialsOidcProvider) SetProvider(v string)
- func (o *IdentityCredentialsOidcProvider) SetSubject(v string)
- func (o IdentityCredentialsOidcProvider) ToMap() (map[string]interface{}, error)
- func (o *IdentityCredentialsOidcProvider) UnmarshalJSON(data []byte) (err error)
- type IdentityCredentialsPassword
- func (o *IdentityCredentialsPassword) GetHashedPassword() string
- func (o *IdentityCredentialsPassword) GetHashedPasswordOk() (*string, bool)
- func (o *IdentityCredentialsPassword) GetUsePasswordMigrationHook() bool
- func (o *IdentityCredentialsPassword) GetUsePasswordMigrationHookOk() (*bool, bool)
- func (o *IdentityCredentialsPassword) HasHashedPassword() bool
- func (o *IdentityCredentialsPassword) HasUsePasswordMigrationHook() bool
- func (o IdentityCredentialsPassword) MarshalJSON() ([]byte, error)
- func (o *IdentityCredentialsPassword) SetHashedPassword(v string)
- func (o *IdentityCredentialsPassword) SetUsePasswordMigrationHook(v bool)
- func (o IdentityCredentialsPassword) ToMap() (map[string]interface{}, error)
- func (o *IdentityCredentialsPassword) UnmarshalJSON(data []byte) (err error)
- type IdentityPatch
- func (o *IdentityPatch) GetCreate() CreateIdentityBody
- func (o *IdentityPatch) GetCreateOk() (*CreateIdentityBody, bool)
- func (o *IdentityPatch) GetPatchId() string
- func (o *IdentityPatch) GetPatchIdOk() (*string, bool)
- func (o *IdentityPatch) HasCreate() bool
- func (o *IdentityPatch) HasPatchId() bool
- func (o IdentityPatch) MarshalJSON() ([]byte, error)
- func (o *IdentityPatch) SetCreate(v CreateIdentityBody)
- func (o *IdentityPatch) SetPatchId(v string)
- func (o IdentityPatch) ToMap() (map[string]interface{}, error)
- func (o *IdentityPatch) UnmarshalJSON(data []byte) (err error)
- type IdentityPatchResponse
- func (o *IdentityPatchResponse) GetAction() string
- func (o *IdentityPatchResponse) GetActionOk() (*string, bool)
- func (o *IdentityPatchResponse) GetIdentity() string
- func (o *IdentityPatchResponse) GetIdentityOk() (*string, bool)
- func (o *IdentityPatchResponse) GetPatchId() string
- func (o *IdentityPatchResponse) GetPatchIdOk() (*string, bool)
- func (o *IdentityPatchResponse) HasAction() bool
- func (o *IdentityPatchResponse) HasIdentity() bool
- func (o *IdentityPatchResponse) HasPatchId() bool
- func (o IdentityPatchResponse) MarshalJSON() ([]byte, error)
- func (o *IdentityPatchResponse) SetAction(v string)
- func (o *IdentityPatchResponse) SetIdentity(v string)
- func (o *IdentityPatchResponse) SetPatchId(v string)
- func (o IdentityPatchResponse) ToMap() (map[string]interface{}, error)
- func (o *IdentityPatchResponse) UnmarshalJSON(data []byte) (err error)
- type IdentitySchemaContainer
- func (o *IdentitySchemaContainer) GetId() string
- func (o *IdentitySchemaContainer) GetIdOk() (*string, bool)
- func (o *IdentitySchemaContainer) GetSchema() map[string]interface{}
- func (o *IdentitySchemaContainer) GetSchemaOk() (map[string]interface{}, bool)
- func (o *IdentitySchemaContainer) HasId() bool
- func (o *IdentitySchemaContainer) HasSchema() bool
- func (o IdentitySchemaContainer) MarshalJSON() ([]byte, error)
- func (o *IdentitySchemaContainer) SetId(v string)
- func (o *IdentitySchemaContainer) SetSchema(v map[string]interface{})
- func (o IdentitySchemaContainer) ToMap() (map[string]interface{}, error)
- func (o *IdentitySchemaContainer) UnmarshalJSON(data []byte) (err error)
- type IdentitySchemaPreset
- func (o *IdentitySchemaPreset) GetSchema() map[string]interface{}
- func (o *IdentitySchemaPreset) GetSchemaOk() (map[string]interface{}, bool)
- func (o *IdentitySchemaPreset) GetUrl() string
- func (o *IdentitySchemaPreset) GetUrlOk() (*string, bool)
- func (o IdentitySchemaPreset) MarshalJSON() ([]byte, error)
- func (o *IdentitySchemaPreset) SetSchema(v map[string]interface{})
- func (o *IdentitySchemaPreset) SetUrl(v string)
- func (o IdentitySchemaPreset) ToMap() (map[string]interface{}, error)
- func (o *IdentitySchemaPreset) UnmarshalJSON(data []byte) (err error)
- type IdentityWithCredentials
- func (o *IdentityWithCredentials) GetOidc() IdentityWithCredentialsOidc
- func (o *IdentityWithCredentials) GetOidcOk() (*IdentityWithCredentialsOidc, bool)
- func (o *IdentityWithCredentials) GetPassword() IdentityWithCredentialsPassword
- func (o *IdentityWithCredentials) GetPasswordOk() (*IdentityWithCredentialsPassword, bool)
- func (o *IdentityWithCredentials) HasOidc() bool
- func (o *IdentityWithCredentials) HasPassword() bool
- func (o IdentityWithCredentials) MarshalJSON() ([]byte, error)
- func (o *IdentityWithCredentials) SetOidc(v IdentityWithCredentialsOidc)
- func (o *IdentityWithCredentials) SetPassword(v IdentityWithCredentialsPassword)
- func (o IdentityWithCredentials) ToMap() (map[string]interface{}, error)
- func (o *IdentityWithCredentials) UnmarshalJSON(data []byte) (err error)
- type IdentityWithCredentialsOidc
- func (o *IdentityWithCredentialsOidc) GetConfig() IdentityWithCredentialsOidcConfig
- func (o *IdentityWithCredentialsOidc) GetConfigOk() (*IdentityWithCredentialsOidcConfig, bool)
- func (o *IdentityWithCredentialsOidc) HasConfig() bool
- func (o IdentityWithCredentialsOidc) MarshalJSON() ([]byte, error)
- func (o *IdentityWithCredentialsOidc) SetConfig(v IdentityWithCredentialsOidcConfig)
- func (o IdentityWithCredentialsOidc) ToMap() (map[string]interface{}, error)
- func (o *IdentityWithCredentialsOidc) UnmarshalJSON(data []byte) (err error)
- type IdentityWithCredentialsOidcConfig
- func (o *IdentityWithCredentialsOidcConfig) GetConfig() IdentityWithCredentialsPasswordConfig
- func (o *IdentityWithCredentialsOidcConfig) GetConfigOk() (*IdentityWithCredentialsPasswordConfig, bool)
- func (o *IdentityWithCredentialsOidcConfig) GetProviders() []IdentityWithCredentialsOidcConfigProvider
- func (o *IdentityWithCredentialsOidcConfig) GetProvidersOk() ([]IdentityWithCredentialsOidcConfigProvider, bool)
- func (o *IdentityWithCredentialsOidcConfig) HasConfig() bool
- func (o *IdentityWithCredentialsOidcConfig) HasProviders() bool
- func (o IdentityWithCredentialsOidcConfig) MarshalJSON() ([]byte, error)
- func (o *IdentityWithCredentialsOidcConfig) SetConfig(v IdentityWithCredentialsPasswordConfig)
- func (o *IdentityWithCredentialsOidcConfig) SetProviders(v []IdentityWithCredentialsOidcConfigProvider)
- func (o IdentityWithCredentialsOidcConfig) ToMap() (map[string]interface{}, error)
- func (o *IdentityWithCredentialsOidcConfig) UnmarshalJSON(data []byte) (err error)
- type IdentityWithCredentialsOidcConfigProvider
- func (o *IdentityWithCredentialsOidcConfigProvider) GetProvider() string
- func (o *IdentityWithCredentialsOidcConfigProvider) GetProviderOk() (*string, bool)
- func (o *IdentityWithCredentialsOidcConfigProvider) GetSubject() string
- func (o *IdentityWithCredentialsOidcConfigProvider) GetSubjectOk() (*string, bool)
- func (o IdentityWithCredentialsOidcConfigProvider) MarshalJSON() ([]byte, error)
- func (o *IdentityWithCredentialsOidcConfigProvider) SetProvider(v string)
- func (o *IdentityWithCredentialsOidcConfigProvider) SetSubject(v string)
- func (o IdentityWithCredentialsOidcConfigProvider) ToMap() (map[string]interface{}, error)
- func (o *IdentityWithCredentialsOidcConfigProvider) UnmarshalJSON(data []byte) (err error)
- type IdentityWithCredentialsPassword
- func (o *IdentityWithCredentialsPassword) GetConfig() IdentityWithCredentialsPasswordConfig
- func (o *IdentityWithCredentialsPassword) GetConfigOk() (*IdentityWithCredentialsPasswordConfig, bool)
- func (o *IdentityWithCredentialsPassword) HasConfig() bool
- func (o IdentityWithCredentialsPassword) MarshalJSON() ([]byte, error)
- func (o *IdentityWithCredentialsPassword) SetConfig(v IdentityWithCredentialsPasswordConfig)
- func (o IdentityWithCredentialsPassword) ToMap() (map[string]interface{}, error)
- func (o *IdentityWithCredentialsPassword) UnmarshalJSON(data []byte) (err error)
- type IdentityWithCredentialsPasswordConfig
- func (o *IdentityWithCredentialsPasswordConfig) GetHashedPassword() string
- func (o *IdentityWithCredentialsPasswordConfig) GetHashedPasswordOk() (*string, bool)
- func (o *IdentityWithCredentialsPasswordConfig) GetPassword() string
- func (o *IdentityWithCredentialsPasswordConfig) GetPasswordOk() (*string, bool)
- func (o *IdentityWithCredentialsPasswordConfig) GetUsePasswordMigrationHook() bool
- func (o *IdentityWithCredentialsPasswordConfig) GetUsePasswordMigrationHookOk() (*bool, bool)
- func (o *IdentityWithCredentialsPasswordConfig) HasHashedPassword() bool
- func (o *IdentityWithCredentialsPasswordConfig) HasPassword() bool
- func (o *IdentityWithCredentialsPasswordConfig) HasUsePasswordMigrationHook() bool
- func (o IdentityWithCredentialsPasswordConfig) MarshalJSON() ([]byte, error)
- func (o *IdentityWithCredentialsPasswordConfig) SetHashedPassword(v string)
- func (o *IdentityWithCredentialsPasswordConfig) SetPassword(v string)
- func (o *IdentityWithCredentialsPasswordConfig) SetUsePasswordMigrationHook(v bool)
- func (o IdentityWithCredentialsPasswordConfig) ToMap() (map[string]interface{}, error)
- func (o *IdentityWithCredentialsPasswordConfig) UnmarshalJSON(data []byte) (err error)
- type InternalGetProjectBrandingBody
- func (o *InternalGetProjectBrandingBody) GetHostname() string
- func (o *InternalGetProjectBrandingBody) GetHostnameOk() (*string, bool)
- func (o *InternalGetProjectBrandingBody) HasHostname() bool
- func (o InternalGetProjectBrandingBody) MarshalJSON() ([]byte, error)
- func (o *InternalGetProjectBrandingBody) SetHostname(v string)
- func (o InternalGetProjectBrandingBody) ToMap() (map[string]interface{}, error)
- func (o *InternalGetProjectBrandingBody) UnmarshalJSON(data []byte) (err error)
- type InternalIsAXWelcomeScreenEnabledForProjectBody
- func (o *InternalIsAXWelcomeScreenEnabledForProjectBody) GetPath() string
- func (o *InternalIsAXWelcomeScreenEnabledForProjectBody) GetPathOk() (*string, bool)
- func (o *InternalIsAXWelcomeScreenEnabledForProjectBody) GetProjectSlug() string
- func (o *InternalIsAXWelcomeScreenEnabledForProjectBody) GetProjectSlugOk() (*string, bool)
- func (o InternalIsAXWelcomeScreenEnabledForProjectBody) MarshalJSON() ([]byte, error)
- func (o *InternalIsAXWelcomeScreenEnabledForProjectBody) SetPath(v string)
- func (o *InternalIsAXWelcomeScreenEnabledForProjectBody) SetProjectSlug(v string)
- func (o InternalIsAXWelcomeScreenEnabledForProjectBody) ToMap() (map[string]interface{}, error)
- func (o *InternalIsAXWelcomeScreenEnabledForProjectBody) UnmarshalJSON(data []byte) (err error)
- type InternalIsOwnerForProjectBySlugBody
- func (o *InternalIsOwnerForProjectBySlugBody) GetNamespace() string
- func (o *InternalIsOwnerForProjectBySlugBody) GetNamespaceOk() (*string, bool)
- func (o *InternalIsOwnerForProjectBySlugBody) GetProjectScope() string
- func (o *InternalIsOwnerForProjectBySlugBody) GetProjectScopeOk() (*string, bool)
- func (o *InternalIsOwnerForProjectBySlugBody) GetProjectSlug() string
- func (o *InternalIsOwnerForProjectBySlugBody) GetProjectSlugOk() (*string, bool)
- func (o *InternalIsOwnerForProjectBySlugBody) GetSubject() string
- func (o *InternalIsOwnerForProjectBySlugBody) GetSubjectOk() (*string, bool)
- func (o *InternalIsOwnerForProjectBySlugBody) HasProjectScope() bool
- func (o InternalIsOwnerForProjectBySlugBody) MarshalJSON() ([]byte, error)
- func (o *InternalIsOwnerForProjectBySlugBody) SetNamespace(v string)
- func (o *InternalIsOwnerForProjectBySlugBody) SetProjectScope(v string)
- func (o *InternalIsOwnerForProjectBySlugBody) SetProjectSlug(v string)
- func (o *InternalIsOwnerForProjectBySlugBody) SetSubject(v string)
- func (o InternalIsOwnerForProjectBySlugBody) ToMap() (map[string]interface{}, error)
- func (o *InternalIsOwnerForProjectBySlugBody) UnmarshalJSON(data []byte) (err error)
- type InternalIsOwnerForProjectBySlugResponse
- func (o *InternalIsOwnerForProjectBySlugResponse) GetProjectId() string
- func (o *InternalIsOwnerForProjectBySlugResponse) GetProjectIdOk() (*string, bool)
- func (o InternalIsOwnerForProjectBySlugResponse) MarshalJSON() ([]byte, error)
- func (o *InternalIsOwnerForProjectBySlugResponse) SetProjectId(v string)
- func (o InternalIsOwnerForProjectBySlugResponse) ToMap() (map[string]interface{}, error)
- func (o *InternalIsOwnerForProjectBySlugResponse) UnmarshalJSON(data []byte) (err error)
- type IntrospectedOAuth2Token
- func (o *IntrospectedOAuth2Token) GetActive() bool
- func (o *IntrospectedOAuth2Token) GetActiveOk() (*bool, bool)
- func (o *IntrospectedOAuth2Token) GetAud() []string
- func (o *IntrospectedOAuth2Token) GetAudOk() ([]string, bool)
- func (o *IntrospectedOAuth2Token) GetClientId() string
- func (o *IntrospectedOAuth2Token) GetClientIdOk() (*string, bool)
- func (o *IntrospectedOAuth2Token) GetExp() int64
- func (o *IntrospectedOAuth2Token) GetExpOk() (*int64, bool)
- func (o *IntrospectedOAuth2Token) GetExt() map[string]interface{}
- func (o *IntrospectedOAuth2Token) GetExtOk() (map[string]interface{}, bool)
- func (o *IntrospectedOAuth2Token) GetIat() int64
- func (o *IntrospectedOAuth2Token) GetIatOk() (*int64, bool)
- func (o *IntrospectedOAuth2Token) GetIss() string
- func (o *IntrospectedOAuth2Token) GetIssOk() (*string, bool)
- func (o *IntrospectedOAuth2Token) GetNbf() int64
- func (o *IntrospectedOAuth2Token) GetNbfOk() (*int64, bool)
- func (o *IntrospectedOAuth2Token) GetObfuscatedSubject() string
- func (o *IntrospectedOAuth2Token) GetObfuscatedSubjectOk() (*string, bool)
- func (o *IntrospectedOAuth2Token) GetScope() string
- func (o *IntrospectedOAuth2Token) GetScopeOk() (*string, bool)
- func (o *IntrospectedOAuth2Token) GetSub() string
- func (o *IntrospectedOAuth2Token) GetSubOk() (*string, bool)
- func (o *IntrospectedOAuth2Token) GetTokenType() string
- func (o *IntrospectedOAuth2Token) GetTokenTypeOk() (*string, bool)
- func (o *IntrospectedOAuth2Token) GetTokenUse() string
- func (o *IntrospectedOAuth2Token) GetTokenUseOk() (*string, bool)
- func (o *IntrospectedOAuth2Token) GetUsername() string
- func (o *IntrospectedOAuth2Token) GetUsernameOk() (*string, bool)
- func (o *IntrospectedOAuth2Token) HasAud() bool
- func (o *IntrospectedOAuth2Token) HasClientId() bool
- func (o *IntrospectedOAuth2Token) HasExp() bool
- func (o *IntrospectedOAuth2Token) HasExt() bool
- func (o *IntrospectedOAuth2Token) HasIat() bool
- func (o *IntrospectedOAuth2Token) HasIss() bool
- func (o *IntrospectedOAuth2Token) HasNbf() bool
- func (o *IntrospectedOAuth2Token) HasObfuscatedSubject() bool
- func (o *IntrospectedOAuth2Token) HasScope() bool
- func (o *IntrospectedOAuth2Token) HasSub() bool
- func (o *IntrospectedOAuth2Token) HasTokenType() bool
- func (o *IntrospectedOAuth2Token) HasTokenUse() bool
- func (o *IntrospectedOAuth2Token) HasUsername() bool
- func (o IntrospectedOAuth2Token) MarshalJSON() ([]byte, error)
- func (o *IntrospectedOAuth2Token) SetActive(v bool)
- func (o *IntrospectedOAuth2Token) SetAud(v []string)
- func (o *IntrospectedOAuth2Token) SetClientId(v string)
- func (o *IntrospectedOAuth2Token) SetExp(v int64)
- func (o *IntrospectedOAuth2Token) SetExt(v map[string]interface{})
- func (o *IntrospectedOAuth2Token) SetIat(v int64)
- func (o *IntrospectedOAuth2Token) SetIss(v string)
- func (o *IntrospectedOAuth2Token) SetNbf(v int64)
- func (o *IntrospectedOAuth2Token) SetObfuscatedSubject(v string)
- func (o *IntrospectedOAuth2Token) SetScope(v string)
- func (o *IntrospectedOAuth2Token) SetSub(v string)
- func (o *IntrospectedOAuth2Token) SetTokenType(v string)
- func (o *IntrospectedOAuth2Token) SetTokenUse(v string)
- func (o *IntrospectedOAuth2Token) SetUsername(v string)
- func (o IntrospectedOAuth2Token) ToMap() (map[string]interface{}, error)
- func (o *IntrospectedOAuth2Token) UnmarshalJSON(data []byte) (err error)
- type Invoice
- func (o *Invoice) GetId() string
- func (o *Invoice) GetIdOk() (*string, bool)
- func (o *Invoice) GetInvoicedAt() time.Time
- func (o *Invoice) GetInvoicedAtOk() (*time.Time, bool)
- func (o *Invoice) GetType() string
- func (o *Invoice) GetTypeOk() (*string, bool)
- func (o *Invoice) GetUpdatedAt() time.Time
- func (o *Invoice) GetUpdatedAtOk() (*time.Time, bool)
- func (o *Invoice) GetV1() InvoiceDataV1
- func (o *Invoice) GetV1Ok() (*InvoiceDataV1, bool)
- func (o *Invoice) HasUpdatedAt() bool
- func (o *Invoice) HasV1() bool
- func (o Invoice) MarshalJSON() ([]byte, error)
- func (o *Invoice) SetId(v string)
- func (o *Invoice) SetInvoicedAt(v time.Time)
- func (o *Invoice) SetType(v string)
- func (o *Invoice) SetUpdatedAt(v time.Time)
- func (o *Invoice) SetV1(v InvoiceDataV1)
- func (o Invoice) ToMap() (map[string]interface{}, error)
- func (o *Invoice) UnmarshalJSON(data []byte) (err error)
- type InvoiceDataV1
- func (o *InvoiceDataV1) GetBillingPeriod() TimeInterval
- func (o *InvoiceDataV1) GetBillingPeriodOk() (*TimeInterval, bool)
- func (o *InvoiceDataV1) GetCurrency() string
- func (o *InvoiceDataV1) GetCurrencyOk() (*string, bool)
- func (o *InvoiceDataV1) GetItems() []LineItemV1
- func (o *InvoiceDataV1) GetItemsOk() ([]LineItemV1, bool)
- func (o *InvoiceDataV1) GetPlan() string
- func (o *InvoiceDataV1) GetPlanOk() (*string, bool)
- func (o *InvoiceDataV1) GetStripeInvoiceItem() string
- func (o *InvoiceDataV1) GetStripeInvoiceItemOk() (*string, bool)
- func (o *InvoiceDataV1) GetStripeInvoiceStatus() string
- func (o *InvoiceDataV1) GetStripeInvoiceStatusOk() (*string, bool)
- func (o *InvoiceDataV1) GetStripeLink() string
- func (o *InvoiceDataV1) GetStripeLinkOk() (*string, bool)
- func (o *InvoiceDataV1) GetSubtitle() string
- func (o *InvoiceDataV1) GetSubtitleOk() (*string, bool)
- func (o *InvoiceDataV1) GetTax() TaxLineItem
- func (o *InvoiceDataV1) GetTaxOk() (*TaxLineItem, bool)
- func (o *InvoiceDataV1) GetTitle() string
- func (o *InvoiceDataV1) GetTitleOk() (*string, bool)
- func (o *InvoiceDataV1) GetTotalInCent() int64
- func (o *InvoiceDataV1) GetTotalInCentOk() (*int64, bool)
- func (o *InvoiceDataV1) HasPlan() bool
- func (o *InvoiceDataV1) HasStripeInvoiceItem() bool
- func (o *InvoiceDataV1) HasStripeInvoiceStatus() bool
- func (o *InvoiceDataV1) HasStripeLink() bool
- func (o *InvoiceDataV1) HasSubtitle() bool
- func (o *InvoiceDataV1) HasTax() bool
- func (o InvoiceDataV1) MarshalJSON() ([]byte, error)
- func (o *InvoiceDataV1) SetBillingPeriod(v TimeInterval)
- func (o *InvoiceDataV1) SetCurrency(v string)
- func (o *InvoiceDataV1) SetItems(v []LineItemV1)
- func (o *InvoiceDataV1) SetPlan(v string)
- func (o *InvoiceDataV1) SetStripeInvoiceItem(v string)
- func (o *InvoiceDataV1) SetStripeInvoiceStatus(v string)
- func (o *InvoiceDataV1) SetStripeLink(v string)
- func (o *InvoiceDataV1) SetSubtitle(v string)
- func (o *InvoiceDataV1) SetTax(v TaxLineItem)
- func (o *InvoiceDataV1) SetTitle(v string)
- func (o *InvoiceDataV1) SetTotalInCent(v int64)
- func (o InvoiceDataV1) ToMap() (map[string]interface{}, error)
- func (o *InvoiceDataV1) UnmarshalJSON(data []byte) (err error)
- type IsOwnerForProjectBySlug
- func (o *IsOwnerForProjectBySlug) GetProjectSlug() string
- func (o *IsOwnerForProjectBySlug) GetProjectSlugOk() (*string, bool)
- func (o *IsOwnerForProjectBySlug) GetSubject() string
- func (o *IsOwnerForProjectBySlug) GetSubjectOk() (*string, bool)
- func (o IsOwnerForProjectBySlug) MarshalJSON() ([]byte, error)
- func (o *IsOwnerForProjectBySlug) SetProjectSlug(v string)
- func (o *IsOwnerForProjectBySlug) SetSubject(v string)
- func (o IsOwnerForProjectBySlug) ToMap() (map[string]interface{}, error)
- func (o *IsOwnerForProjectBySlug) UnmarshalJSON(data []byte) (err error)
- type JsonPatch
- func (o *JsonPatch) GetFrom() string
- func (o *JsonPatch) GetFromOk() (*string, bool)
- func (o *JsonPatch) GetOp() string
- func (o *JsonPatch) GetOpOk() (*string, bool)
- func (o *JsonPatch) GetPath() string
- func (o *JsonPatch) GetPathOk() (*string, bool)
- func (o *JsonPatch) GetValue() interface{}
- func (o *JsonPatch) GetValueOk() (*interface{}, bool)
- func (o *JsonPatch) HasFrom() bool
- func (o *JsonPatch) HasValue() bool
- func (o JsonPatch) MarshalJSON() ([]byte, error)
- func (o *JsonPatch) SetFrom(v string)
- func (o *JsonPatch) SetOp(v string)
- func (o *JsonPatch) SetPath(v string)
- func (o *JsonPatch) SetValue(v interface{})
- func (o JsonPatch) ToMap() (map[string]interface{}, error)
- func (o *JsonPatch) UnmarshalJSON(data []byte) (err error)
- type JsonWebKey
- func (o *JsonWebKey) GetAlg() string
- func (o *JsonWebKey) GetAlgOk() (*string, bool)
- func (o *JsonWebKey) GetCrv() string
- func (o *JsonWebKey) GetCrvOk() (*string, bool)
- func (o *JsonWebKey) GetD() string
- func (o *JsonWebKey) GetDOk() (*string, bool)
- func (o *JsonWebKey) GetDp() string
- func (o *JsonWebKey) GetDpOk() (*string, bool)
- func (o *JsonWebKey) GetDq() string
- func (o *JsonWebKey) GetDqOk() (*string, bool)
- func (o *JsonWebKey) GetE() string
- func (o *JsonWebKey) GetEOk() (*string, bool)
- func (o *JsonWebKey) GetK() string
- func (o *JsonWebKey) GetKOk() (*string, bool)
- func (o *JsonWebKey) GetKid() string
- func (o *JsonWebKey) GetKidOk() (*string, bool)
- func (o *JsonWebKey) GetKty() string
- func (o *JsonWebKey) GetKtyOk() (*string, bool)
- func (o *JsonWebKey) GetN() string
- func (o *JsonWebKey) GetNOk() (*string, bool)
- func (o *JsonWebKey) GetP() string
- func (o *JsonWebKey) GetPOk() (*string, bool)
- func (o *JsonWebKey) GetQ() string
- func (o *JsonWebKey) GetQOk() (*string, bool)
- func (o *JsonWebKey) GetQi() string
- func (o *JsonWebKey) GetQiOk() (*string, bool)
- func (o *JsonWebKey) GetUse() string
- func (o *JsonWebKey) GetUseOk() (*string, bool)
- func (o *JsonWebKey) GetX() string
- func (o *JsonWebKey) GetX5c() []string
- func (o *JsonWebKey) GetX5cOk() ([]string, bool)
- func (o *JsonWebKey) GetXOk() (*string, bool)
- func (o *JsonWebKey) GetY() string
- func (o *JsonWebKey) GetYOk() (*string, bool)
- func (o *JsonWebKey) HasCrv() bool
- func (o *JsonWebKey) HasD() bool
- func (o *JsonWebKey) HasDp() bool
- func (o *JsonWebKey) HasDq() bool
- func (o *JsonWebKey) HasE() bool
- func (o *JsonWebKey) HasK() bool
- func (o *JsonWebKey) HasN() bool
- func (o *JsonWebKey) HasP() bool
- func (o *JsonWebKey) HasQ() bool
- func (o *JsonWebKey) HasQi() bool
- func (o *JsonWebKey) HasX() bool
- func (o *JsonWebKey) HasX5c() bool
- func (o *JsonWebKey) HasY() bool
- func (o JsonWebKey) MarshalJSON() ([]byte, error)
- func (o *JsonWebKey) SetAlg(v string)
- func (o *JsonWebKey) SetCrv(v string)
- func (o *JsonWebKey) SetD(v string)
- func (o *JsonWebKey) SetDp(v string)
- func (o *JsonWebKey) SetDq(v string)
- func (o *JsonWebKey) SetE(v string)
- func (o *JsonWebKey) SetK(v string)
- func (o *JsonWebKey) SetKid(v string)
- func (o *JsonWebKey) SetKty(v string)
- func (o *JsonWebKey) SetN(v string)
- func (o *JsonWebKey) SetP(v string)
- func (o *JsonWebKey) SetQ(v string)
- func (o *JsonWebKey) SetQi(v string)
- func (o *JsonWebKey) SetUse(v string)
- func (o *JsonWebKey) SetX(v string)
- func (o *JsonWebKey) SetX5c(v []string)
- func (o *JsonWebKey) SetY(v string)
- func (o JsonWebKey) ToMap() (map[string]interface{}, error)
- func (o *JsonWebKey) UnmarshalJSON(data []byte) (err error)
- type JsonWebKeySet
- func (o *JsonWebKeySet) GetKeys() []JsonWebKey
- func (o *JsonWebKeySet) GetKeysOk() ([]JsonWebKey, bool)
- func (o *JsonWebKeySet) HasKeys() bool
- func (o JsonWebKeySet) MarshalJSON() ([]byte, error)
- func (o *JsonWebKeySet) SetKeys(v []JsonWebKey)
- func (o JsonWebKeySet) ToMap() (map[string]interface{}, error)
- func (o *JsonWebKeySet) UnmarshalJSON(data []byte) (err error)
- type JwkAPI
- type JwkAPICreateJsonWebKeySetRequest
- type JwkAPIDeleteJsonWebKeyRequest
- type JwkAPIDeleteJsonWebKeySetRequest
- type JwkAPIGetJsonWebKeyRequest
- type JwkAPIGetJsonWebKeySetRequest
- type JwkAPIService
- func (a *JwkAPIService) CreateJsonWebKeySet(ctx context.Context, set string) JwkAPICreateJsonWebKeySetRequest
- func (a *JwkAPIService) CreateJsonWebKeySetExecute(r JwkAPICreateJsonWebKeySetRequest) (*JsonWebKeySet, *http.Response, error)
- func (a *JwkAPIService) DeleteJsonWebKey(ctx context.Context, set string, kid string) JwkAPIDeleteJsonWebKeyRequest
- func (a *JwkAPIService) DeleteJsonWebKeyExecute(r JwkAPIDeleteJsonWebKeyRequest) (*http.Response, error)
- func (a *JwkAPIService) DeleteJsonWebKeySet(ctx context.Context, set string) JwkAPIDeleteJsonWebKeySetRequest
- func (a *JwkAPIService) DeleteJsonWebKeySetExecute(r JwkAPIDeleteJsonWebKeySetRequest) (*http.Response, error)
- func (a *JwkAPIService) GetJsonWebKey(ctx context.Context, set string, kid string) JwkAPIGetJsonWebKeyRequest
- func (a *JwkAPIService) GetJsonWebKeyExecute(r JwkAPIGetJsonWebKeyRequest) (*JsonWebKeySet, *http.Response, error)
- func (a *JwkAPIService) GetJsonWebKeySet(ctx context.Context, set string) JwkAPIGetJsonWebKeySetRequest
- func (a *JwkAPIService) GetJsonWebKeySetExecute(r JwkAPIGetJsonWebKeySetRequest) (*JsonWebKeySet, *http.Response, error)
- func (a *JwkAPIService) SetJsonWebKey(ctx context.Context, set string, kid string) JwkAPISetJsonWebKeyRequest
- func (a *JwkAPIService) SetJsonWebKeyExecute(r JwkAPISetJsonWebKeyRequest) (*JsonWebKey, *http.Response, error)
- func (a *JwkAPIService) SetJsonWebKeySet(ctx context.Context, set string) JwkAPISetJsonWebKeySetRequest
- func (a *JwkAPIService) SetJsonWebKeySetExecute(r JwkAPISetJsonWebKeySetRequest) (*JsonWebKeySet, *http.Response, error)
- type JwkAPISetJsonWebKeyRequest
- type JwkAPISetJsonWebKeySetRequest
- type KetoNamespace
- func (o *KetoNamespace) GetId() int64
- func (o *KetoNamespace) GetIdOk() (*int64, bool)
- func (o *KetoNamespace) GetName() string
- func (o *KetoNamespace) GetNameOk() (*string, bool)
- func (o *KetoNamespace) HasId() bool
- func (o *KetoNamespace) HasName() bool
- func (o KetoNamespace) MarshalJSON() ([]byte, error)
- func (o *KetoNamespace) SetId(v int64)
- func (o *KetoNamespace) SetName(v string)
- func (o KetoNamespace) ToMap() (map[string]interface{}, error)
- func (o *KetoNamespace) UnmarshalJSON(data []byte) (err error)
- type LineItemV1
- func (o *LineItemV1) GetAmountInCent() int64
- func (o *LineItemV1) GetAmountInCentOk() (*int64, bool)
- func (o *LineItemV1) GetDescription() string
- func (o *LineItemV1) GetDescriptionOk() (*string, bool)
- func (o *LineItemV1) GetItems() []LineItemV1
- func (o *LineItemV1) GetItemsOk() ([]LineItemV1, bool)
- func (o *LineItemV1) GetQuantity() int64
- func (o *LineItemV1) GetQuantityOk() (*int64, bool)
- func (o *LineItemV1) GetTitle() string
- func (o *LineItemV1) GetTitleOk() (*string, bool)
- func (o *LineItemV1) GetUnitPrice() string
- func (o *LineItemV1) GetUnitPriceOk() (*string, bool)
- func (o *LineItemV1) HasAmountInCent() bool
- func (o *LineItemV1) HasDescription() bool
- func (o *LineItemV1) HasItems() bool
- func (o *LineItemV1) HasQuantity() bool
- func (o *LineItemV1) HasTitle() bool
- func (o *LineItemV1) HasUnitPrice() bool
- func (o LineItemV1) MarshalJSON() ([]byte, error)
- func (o *LineItemV1) SetAmountInCent(v int64)
- func (o *LineItemV1) SetDescription(v string)
- func (o *LineItemV1) SetItems(v []LineItemV1)
- func (o *LineItemV1) SetQuantity(v int64)
- func (o *LineItemV1) SetTitle(v string)
- func (o *LineItemV1) SetUnitPrice(v string)
- func (o LineItemV1) ToMap() (map[string]interface{}, error)
- func (o *LineItemV1) UnmarshalJSON(data []byte) (err error)
- type ListEventStreams
- func (o *ListEventStreams) GetEventStreams() []EventStream
- func (o *ListEventStreams) GetEventStreamsOk() ([]EventStream, bool)
- func (o *ListEventStreams) HasEventStreams() bool
- func (o ListEventStreams) MarshalJSON() ([]byte, error)
- func (o *ListEventStreams) SetEventStreams(v []EventStream)
- func (o ListEventStreams) ToMap() (map[string]interface{}, error)
- func (o *ListEventStreams) UnmarshalJSON(data []byte) (err error)
- type ListInvoicesResponse
- func (o *ListInvoicesResponse) GetBuckets() []BillingPeriodBucket
- func (o *ListInvoicesResponse) GetBucketsOk() ([]BillingPeriodBucket, bool)
- func (o *ListInvoicesResponse) GetHasNextPage() bool
- func (o *ListInvoicesResponse) GetHasNextPageOk() (*bool, bool)
- func (o *ListInvoicesResponse) GetNextPageToken() string
- func (o *ListInvoicesResponse) GetNextPageTokenOk() (*string, bool)
- func (o ListInvoicesResponse) MarshalJSON() ([]byte, error)
- func (o *ListInvoicesResponse) SetBuckets(v []BillingPeriodBucket)
- func (o *ListInvoicesResponse) SetHasNextPage(v bool)
- func (o *ListInvoicesResponse) SetNextPageToken(v string)
- func (o ListInvoicesResponse) ToMap() (map[string]interface{}, error)
- func (o *ListInvoicesResponse) UnmarshalJSON(data []byte) (err error)
- type ListOrganizationsResponse
- func (o *ListOrganizationsResponse) GetHasNextPage() bool
- func (o *ListOrganizationsResponse) GetHasNextPageOk() (*bool, bool)
- func (o *ListOrganizationsResponse) GetNextPageToken() string
- func (o *ListOrganizationsResponse) GetNextPageTokenOk() (*string, bool)
- func (o *ListOrganizationsResponse) GetOrganizations() []Organization
- func (o *ListOrganizationsResponse) GetOrganizationsOk() ([]Organization, bool)
- func (o ListOrganizationsResponse) MarshalJSON() ([]byte, error)
- func (o *ListOrganizationsResponse) SetHasNextPage(v bool)
- func (o *ListOrganizationsResponse) SetNextPageToken(v string)
- func (o *ListOrganizationsResponse) SetOrganizations(v []Organization)
- func (o ListOrganizationsResponse) ToMap() (map[string]interface{}, error)
- func (o *ListOrganizationsResponse) UnmarshalJSON(data []byte) (err error)
- type ListWorkspaceProjects
- func (o *ListWorkspaceProjects) GetHasNextPage() bool
- func (o *ListWorkspaceProjects) GetHasNextPageOk() (*bool, bool)
- func (o *ListWorkspaceProjects) GetNextPage() string
- func (o *ListWorkspaceProjects) GetNextPageOk() (*string, bool)
- func (o *ListWorkspaceProjects) GetProjects() []ProjectMetadata
- func (o *ListWorkspaceProjects) GetProjectsOk() ([]ProjectMetadata, bool)
- func (o ListWorkspaceProjects) MarshalJSON() ([]byte, error)
- func (o *ListWorkspaceProjects) SetHasNextPage(v bool)
- func (o *ListWorkspaceProjects) SetNextPage(v string)
- func (o *ListWorkspaceProjects) SetProjects(v []ProjectMetadata)
- func (o ListWorkspaceProjects) ToMap() (map[string]interface{}, error)
- func (o *ListWorkspaceProjects) UnmarshalJSON(data []byte) (err error)
- type ListWorkspaces
- func (o *ListWorkspaces) GetHasNextPage() bool
- func (o *ListWorkspaces) GetHasNextPageOk() (*bool, bool)
- func (o *ListWorkspaces) GetNextPageToken() string
- func (o *ListWorkspaces) GetNextPageTokenOk() (*string, bool)
- func (o *ListWorkspaces) GetWorkspaces() []Workspace
- func (o *ListWorkspaces) GetWorkspacesOk() ([]Workspace, bool)
- func (o ListWorkspaces) MarshalJSON() ([]byte, error)
- func (o *ListWorkspaces) SetHasNextPage(v bool)
- func (o *ListWorkspaces) SetNextPageToken(v string)
- func (o *ListWorkspaces) SetWorkspaces(v []Workspace)
- func (o ListWorkspaces) ToMap() (map[string]interface{}, error)
- func (o *ListWorkspaces) UnmarshalJSON(data []byte) (err error)
- type LoginFlow
- func (o *LoginFlow) GetActive() string
- func (o *LoginFlow) GetActiveOk() (*string, bool)
- func (o *LoginFlow) GetCreatedAt() time.Time
- func (o *LoginFlow) GetCreatedAtOk() (*time.Time, bool)
- func (o *LoginFlow) GetExpiresAt() time.Time
- func (o *LoginFlow) GetExpiresAtOk() (*time.Time, bool)
- func (o *LoginFlow) GetId() string
- func (o *LoginFlow) GetIdOk() (*string, bool)
- func (o *LoginFlow) GetIssuedAt() time.Time
- func (o *LoginFlow) GetIssuedAtOk() (*time.Time, bool)
- func (o *LoginFlow) GetOauth2LoginChallenge() string
- func (o *LoginFlow) GetOauth2LoginChallengeOk() (*string, bool)
- func (o *LoginFlow) GetOauth2LoginRequest() OAuth2LoginRequest
- func (o *LoginFlow) GetOauth2LoginRequestOk() (*OAuth2LoginRequest, bool)
- func (o *LoginFlow) GetOrganizationId() string
- func (o *LoginFlow) GetOrganizationIdOk() (*string, bool)
- func (o *LoginFlow) GetRefresh() bool
- func (o *LoginFlow) GetRefreshOk() (*bool, bool)
- func (o *LoginFlow) GetRequestUrl() string
- func (o *LoginFlow) GetRequestUrlOk() (*string, bool)
- func (o *LoginFlow) GetRequestedAal() AuthenticatorAssuranceLevel
- func (o *LoginFlow) GetRequestedAalOk() (*AuthenticatorAssuranceLevel, bool)
- func (o *LoginFlow) GetReturnTo() string
- func (o *LoginFlow) GetReturnToOk() (*string, bool)
- func (o *LoginFlow) GetSessionTokenExchangeCode() string
- func (o *LoginFlow) GetSessionTokenExchangeCodeOk() (*string, bool)
- func (o *LoginFlow) GetState() interface{}
- func (o *LoginFlow) GetStateOk() (*interface{}, bool)
- func (o *LoginFlow) GetTransientPayload() map[string]interface{}
- func (o *LoginFlow) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *LoginFlow) GetType() string
- func (o *LoginFlow) GetTypeOk() (*string, bool)
- func (o *LoginFlow) GetUi() UiContainer
- func (o *LoginFlow) GetUiOk() (*UiContainer, bool)
- func (o *LoginFlow) GetUpdatedAt() time.Time
- func (o *LoginFlow) GetUpdatedAtOk() (*time.Time, bool)
- func (o *LoginFlow) HasActive() bool
- func (o *LoginFlow) HasCreatedAt() bool
- func (o *LoginFlow) HasOauth2LoginChallenge() bool
- func (o *LoginFlow) HasOauth2LoginRequest() bool
- func (o *LoginFlow) HasOrganizationId() bool
- func (o *LoginFlow) HasRefresh() bool
- func (o *LoginFlow) HasRequestedAal() bool
- func (o *LoginFlow) HasReturnTo() bool
- func (o *LoginFlow) HasSessionTokenExchangeCode() bool
- func (o *LoginFlow) HasTransientPayload() bool
- func (o *LoginFlow) HasUpdatedAt() bool
- func (o LoginFlow) MarshalJSON() ([]byte, error)
- func (o *LoginFlow) SetActive(v string)
- func (o *LoginFlow) SetCreatedAt(v time.Time)
- func (o *LoginFlow) SetExpiresAt(v time.Time)
- func (o *LoginFlow) SetId(v string)
- func (o *LoginFlow) SetIssuedAt(v time.Time)
- func (o *LoginFlow) SetOauth2LoginChallenge(v string)
- func (o *LoginFlow) SetOauth2LoginRequest(v OAuth2LoginRequest)
- func (o *LoginFlow) SetOrganizationId(v string)
- func (o *LoginFlow) SetOrganizationIdNil()
- func (o *LoginFlow) SetRefresh(v bool)
- func (o *LoginFlow) SetRequestUrl(v string)
- func (o *LoginFlow) SetRequestedAal(v AuthenticatorAssuranceLevel)
- func (o *LoginFlow) SetReturnTo(v string)
- func (o *LoginFlow) SetSessionTokenExchangeCode(v string)
- func (o *LoginFlow) SetState(v interface{})
- func (o *LoginFlow) SetTransientPayload(v map[string]interface{})
- func (o *LoginFlow) SetType(v string)
- func (o *LoginFlow) SetUi(v UiContainer)
- func (o *LoginFlow) SetUpdatedAt(v time.Time)
- func (o LoginFlow) ToMap() (map[string]interface{}, error)
- func (o *LoginFlow) UnmarshalJSON(data []byte) (err error)
- func (o *LoginFlow) UnsetOrganizationId()
- type LoginFlowState
- type LogoutFlow
- func (o *LogoutFlow) GetLogoutToken() string
- func (o *LogoutFlow) GetLogoutTokenOk() (*string, bool)
- func (o *LogoutFlow) GetLogoutUrl() string
- func (o *LogoutFlow) GetLogoutUrlOk() (*string, bool)
- func (o LogoutFlow) MarshalJSON() ([]byte, error)
- func (o *LogoutFlow) SetLogoutToken(v string)
- func (o *LogoutFlow) SetLogoutUrl(v string)
- func (o LogoutFlow) ToMap() (map[string]interface{}, error)
- func (o *LogoutFlow) UnmarshalJSON(data []byte) (err error)
- type ManagedIdentitySchema
- func (o *ManagedIdentitySchema) GetBlobName() string
- func (o *ManagedIdentitySchema) GetBlobNameOk() (*string, bool)
- func (o *ManagedIdentitySchema) GetBlobUrl() string
- func (o *ManagedIdentitySchema) GetBlobUrlOk() (*string, bool)
- func (o *ManagedIdentitySchema) GetContentHash() string
- func (o *ManagedIdentitySchema) GetContentHashOk() (*string, bool)
- func (o *ManagedIdentitySchema) GetCreatedAt() time.Time
- func (o *ManagedIdentitySchema) GetCreatedAtOk() (*time.Time, bool)
- func (o *ManagedIdentitySchema) GetId() string
- func (o *ManagedIdentitySchema) GetIdOk() (*string, bool)
- func (o *ManagedIdentitySchema) GetName() string
- func (o *ManagedIdentitySchema) GetNameOk() (*string, bool)
- func (o *ManagedIdentitySchema) GetUpdatedAt() time.Time
- func (o *ManagedIdentitySchema) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ManagedIdentitySchema) HasContentHash() bool
- func (o ManagedIdentitySchema) MarshalJSON() ([]byte, error)
- func (o *ManagedIdentitySchema) SetBlobName(v string)
- func (o *ManagedIdentitySchema) SetBlobUrl(v string)
- func (o *ManagedIdentitySchema) SetContentHash(v string)
- func (o *ManagedIdentitySchema) SetCreatedAt(v time.Time)
- func (o *ManagedIdentitySchema) SetId(v string)
- func (o *ManagedIdentitySchema) SetName(v string)
- func (o *ManagedIdentitySchema) SetUpdatedAt(v time.Time)
- func (o ManagedIdentitySchema) ToMap() (map[string]interface{}, error)
- func (o *ManagedIdentitySchema) UnmarshalJSON(data []byte) (err error)
- type ManagedIdentitySchemaValidationResult
- func (o *ManagedIdentitySchemaValidationResult) GetMessage() string
- func (o *ManagedIdentitySchemaValidationResult) GetMessageOk() (*string, bool)
- func (o *ManagedIdentitySchemaValidationResult) GetValid() bool
- func (o *ManagedIdentitySchemaValidationResult) GetValidOk() (*bool, bool)
- func (o *ManagedIdentitySchemaValidationResult) HasMessage() bool
- func (o *ManagedIdentitySchemaValidationResult) HasValid() bool
- func (o ManagedIdentitySchemaValidationResult) MarshalJSON() ([]byte, error)
- func (o *ManagedIdentitySchemaValidationResult) SetMessage(v string)
- func (o *ManagedIdentitySchemaValidationResult) SetValid(v bool)
- func (o ManagedIdentitySchemaValidationResult) ToMap() (map[string]interface{}, error)
- func (o *ManagedIdentitySchemaValidationResult) UnmarshalJSON(data []byte) (err error)
- type MappedNullable
- type MemberInvite
- func (o *MemberInvite) GetCreatedAt() time.Time
- func (o *MemberInvite) GetCreatedAtOk() (*time.Time, bool)
- func (o *MemberInvite) GetId() string
- func (o *MemberInvite) GetIdOk() (*string, bool)
- func (o *MemberInvite) GetInviteeEmail() string
- func (o *MemberInvite) GetInviteeEmailOk() (*string, bool)
- func (o *MemberInvite) GetInviteeId() string
- func (o *MemberInvite) GetInviteeIdOk() (*string, bool)
- func (o *MemberInvite) GetOwnerEmail() string
- func (o *MemberInvite) GetOwnerEmailOk() (*string, bool)
- func (o *MemberInvite) GetOwnerId() string
- func (o *MemberInvite) GetOwnerIdOk() (*string, bool)
- func (o *MemberInvite) GetProjectId() string
- func (o *MemberInvite) GetProjectIdOk() (*string, bool)
- func (o *MemberInvite) GetRole() string
- func (o *MemberInvite) GetRoleOk() (*string, bool)
- func (o *MemberInvite) GetStatus() string
- func (o *MemberInvite) GetStatusOk() (*string, bool)
- func (o *MemberInvite) GetUpdatedAt() time.Time
- func (o *MemberInvite) GetUpdatedAtOk() (*time.Time, bool)
- func (o *MemberInvite) GetWorkspaceId() string
- func (o *MemberInvite) GetWorkspaceIdOk() (*string, bool)
- func (o *MemberInvite) HasInviteeId() bool
- func (o *MemberInvite) HasProjectId() bool
- func (o *MemberInvite) HasRole() bool
- func (o *MemberInvite) HasWorkspaceId() bool
- func (o MemberInvite) MarshalJSON() ([]byte, error)
- func (o *MemberInvite) SetCreatedAt(v time.Time)
- func (o *MemberInvite) SetId(v string)
- func (o *MemberInvite) SetInviteeEmail(v string)
- func (o *MemberInvite) SetInviteeId(v string)
- func (o *MemberInvite) SetInviteeIdNil()
- func (o *MemberInvite) SetOwnerEmail(v string)
- func (o *MemberInvite) SetOwnerId(v string)
- func (o *MemberInvite) SetProjectId(v string)
- func (o *MemberInvite) SetProjectIdNil()
- func (o *MemberInvite) SetRole(v string)
- func (o *MemberInvite) SetRoleNil()
- func (o *MemberInvite) SetStatus(v string)
- func (o *MemberInvite) SetUpdatedAt(v time.Time)
- func (o *MemberInvite) SetWorkspaceId(v string)
- func (o *MemberInvite) SetWorkspaceIdNil()
- func (o MemberInvite) ToMap() (map[string]interface{}, error)
- func (o *MemberInvite) UnmarshalJSON(data []byte) (err error)
- func (o *MemberInvite) UnsetInviteeId()
- func (o *MemberInvite) UnsetProjectId()
- func (o *MemberInvite) UnsetRole()
- func (o *MemberInvite) UnsetWorkspaceId()
- type Message
- func (o *Message) GetBody() string
- func (o *Message) GetBodyOk() (*string, bool)
- func (o *Message) GetChannel() string
- func (o *Message) GetChannelOk() (*string, bool)
- func (o *Message) GetCreatedAt() time.Time
- func (o *Message) GetCreatedAtOk() (*time.Time, bool)
- func (o *Message) GetDispatches() []MessageDispatch
- func (o *Message) GetDispatchesOk() ([]MessageDispatch, bool)
- func (o *Message) GetId() string
- func (o *Message) GetIdOk() (*string, bool)
- func (o *Message) GetRecipient() string
- func (o *Message) GetRecipientOk() (*string, bool)
- func (o *Message) GetSendCount() int64
- func (o *Message) GetSendCountOk() (*int64, bool)
- func (o *Message) GetStatus() CourierMessageStatus
- func (o *Message) GetStatusOk() (*CourierMessageStatus, bool)
- func (o *Message) GetSubject() string
- func (o *Message) GetSubjectOk() (*string, bool)
- func (o *Message) GetTemplateType() string
- func (o *Message) GetTemplateTypeOk() (*string, bool)
- func (o *Message) GetType() CourierMessageType
- func (o *Message) GetTypeOk() (*CourierMessageType, bool)
- func (o *Message) GetUpdatedAt() time.Time
- func (o *Message) GetUpdatedAtOk() (*time.Time, bool)
- func (o *Message) HasChannel() bool
- func (o *Message) HasDispatches() bool
- func (o Message) MarshalJSON() ([]byte, error)
- func (o *Message) SetBody(v string)
- func (o *Message) SetChannel(v string)
- func (o *Message) SetCreatedAt(v time.Time)
- func (o *Message) SetDispatches(v []MessageDispatch)
- func (o *Message) SetId(v string)
- func (o *Message) SetRecipient(v string)
- func (o *Message) SetSendCount(v int64)
- func (o *Message) SetStatus(v CourierMessageStatus)
- func (o *Message) SetSubject(v string)
- func (o *Message) SetTemplateType(v string)
- func (o *Message) SetType(v CourierMessageType)
- func (o *Message) SetUpdatedAt(v time.Time)
- func (o Message) ToMap() (map[string]interface{}, error)
- func (o *Message) UnmarshalJSON(data []byte) (err error)
- type MessageDispatch
- func (o *MessageDispatch) GetCreatedAt() time.Time
- func (o *MessageDispatch) GetCreatedAtOk() (*time.Time, bool)
- func (o *MessageDispatch) GetError() map[string]interface{}
- func (o *MessageDispatch) GetErrorOk() (map[string]interface{}, bool)
- func (o *MessageDispatch) GetId() string
- func (o *MessageDispatch) GetIdOk() (*string, bool)
- func (o *MessageDispatch) GetMessageId() string
- func (o *MessageDispatch) GetMessageIdOk() (*string, bool)
- func (o *MessageDispatch) GetStatus() string
- func (o *MessageDispatch) GetStatusOk() (*string, bool)
- func (o *MessageDispatch) GetUpdatedAt() time.Time
- func (o *MessageDispatch) GetUpdatedAtOk() (*time.Time, bool)
- func (o *MessageDispatch) HasError() bool
- func (o MessageDispatch) MarshalJSON() ([]byte, error)
- func (o *MessageDispatch) SetCreatedAt(v time.Time)
- func (o *MessageDispatch) SetError(v map[string]interface{})
- func (o *MessageDispatch) SetId(v string)
- func (o *MessageDispatch) SetMessageId(v string)
- func (o *MessageDispatch) SetStatus(v string)
- func (o *MessageDispatch) SetUpdatedAt(v time.Time)
- func (o MessageDispatch) ToMap() (map[string]interface{}, error)
- func (o *MessageDispatch) UnmarshalJSON(data []byte) (err error)
- type MetadataAPI
- type MetadataAPIGetVersionRequest
- type MetadataAPIService
- type MetricsDatapoint
- func (o *MetricsDatapoint) GetCount() int64
- func (o *MetricsDatapoint) GetCountOk() (*int64, bool)
- func (o *MetricsDatapoint) GetTime() time.Time
- func (o *MetricsDatapoint) GetTimeOk() (*time.Time, bool)
- func (o MetricsDatapoint) MarshalJSON() ([]byte, error)
- func (o *MetricsDatapoint) SetCount(v int64)
- func (o *MetricsDatapoint) SetTime(v time.Time)
- func (o MetricsDatapoint) ToMap() (map[string]interface{}, error)
- func (o *MetricsDatapoint) UnmarshalJSON(data []byte) (err error)
- type Money
- func (o *Money) GetCents() int64
- func (o *Money) GetCentsOk() (*int64, bool)
- func (o *Money) GetString() string
- func (o *Money) GetStringOk() (*string, bool)
- func (o *Money) GetUnit() string
- func (o *Money) GetUnitOk() (*string, bool)
- func (o *Money) HasCents() bool
- func (o *Money) HasString() bool
- func (o *Money) HasUnit() bool
- func (o Money) MarshalJSON() ([]byte, error)
- func (o *Money) SetCents(v int64)
- func (o *Money) SetString(v string)
- func (o *Money) SetUnit(v string)
- func (o Money) ToMap() (map[string]interface{}, error)
- func (o *Money) UnmarshalJSON(data []byte) (err error)
- type Namespace
- func (o *Namespace) GetName() string
- func (o *Namespace) GetNameOk() (*string, bool)
- func (o *Namespace) HasName() bool
- func (o Namespace) MarshalJSON() ([]byte, error)
- func (o *Namespace) SetName(v string)
- func (o Namespace) ToMap() (map[string]interface{}, error)
- func (o *Namespace) UnmarshalJSON(data []byte) (err error)
- type NeedsPrivilegedSessionError
- func (o *NeedsPrivilegedSessionError) GetError() GenericError
- func (o *NeedsPrivilegedSessionError) GetErrorOk() (*GenericError, bool)
- func (o *NeedsPrivilegedSessionError) GetRedirectBrowserTo() string
- func (o *NeedsPrivilegedSessionError) GetRedirectBrowserToOk() (*string, bool)
- func (o *NeedsPrivilegedSessionError) HasError() bool
- func (o NeedsPrivilegedSessionError) MarshalJSON() ([]byte, error)
- func (o *NeedsPrivilegedSessionError) SetError(v GenericError)
- func (o *NeedsPrivilegedSessionError) SetRedirectBrowserTo(v string)
- func (o NeedsPrivilegedSessionError) ToMap() (map[string]interface{}, error)
- func (o *NeedsPrivilegedSessionError) UnmarshalJSON(data []byte) (err error)
- type NormalizedProject
- func (o *NormalizedProject) GetCreatedAt() time.Time
- func (o *NormalizedProject) GetCreatedAtOk() (*time.Time, bool)
- func (o *NormalizedProject) GetCurrentRevision() NormalizedProjectRevision
- func (o *NormalizedProject) GetCurrentRevisionOk() (*NormalizedProjectRevision, bool)
- func (o *NormalizedProject) GetEnvironment() string
- func (o *NormalizedProject) GetEnvironmentOk() (*string, bool)
- func (o *NormalizedProject) GetHomeRegion() string
- func (o *NormalizedProject) GetHomeRegionOk() (*string, bool)
- func (o *NormalizedProject) GetHosts() []string
- func (o *NormalizedProject) GetHostsOk() ([]string, bool)
- func (o *NormalizedProject) GetId() string
- func (o *NormalizedProject) GetIdOk() (*string, bool)
- func (o *NormalizedProject) GetSlug() string
- func (o *NormalizedProject) GetSlugOk() (*string, bool)
- func (o *NormalizedProject) GetState() string
- func (o *NormalizedProject) GetStateOk() (*string, bool)
- func (o *NormalizedProject) GetSubscriptionId() string
- func (o *NormalizedProject) GetSubscriptionIdOk() (*string, bool)
- func (o *NormalizedProject) GetSubscriptionPlan() string
- func (o *NormalizedProject) GetSubscriptionPlanOk() (*string, bool)
- func (o *NormalizedProject) GetUpdatedAt() time.Time
- func (o *NormalizedProject) GetUpdatedAtOk() (*time.Time, bool)
- func (o *NormalizedProject) GetWorkspace() Workspace
- func (o *NormalizedProject) GetWorkspaceId() string
- func (o *NormalizedProject) GetWorkspaceIdOk() (*string, bool)
- func (o *NormalizedProject) GetWorkspaceOk() (*Workspace, bool)
- func (o *NormalizedProject) HasSubscriptionId() bool
- func (o *NormalizedProject) HasSubscriptionPlan() bool
- func (o *NormalizedProject) HasWorkspace() bool
- func (o NormalizedProject) MarshalJSON() ([]byte, error)
- func (o *NormalizedProject) SetCreatedAt(v time.Time)
- func (o *NormalizedProject) SetCurrentRevision(v NormalizedProjectRevision)
- func (o *NormalizedProject) SetEnvironment(v string)
- func (o *NormalizedProject) SetHomeRegion(v string)
- func (o *NormalizedProject) SetHosts(v []string)
- func (o *NormalizedProject) SetId(v string)
- func (o *NormalizedProject) SetSlug(v string)
- func (o *NormalizedProject) SetState(v string)
- func (o *NormalizedProject) SetSubscriptionId(v string)
- func (o *NormalizedProject) SetSubscriptionIdNil()
- func (o *NormalizedProject) SetSubscriptionPlan(v string)
- func (o *NormalizedProject) SetSubscriptionPlanNil()
- func (o *NormalizedProject) SetUpdatedAt(v time.Time)
- func (o *NormalizedProject) SetWorkspace(v Workspace)
- func (o *NormalizedProject) SetWorkspaceId(v string)
- func (o NormalizedProject) ToMap() (map[string]interface{}, error)
- func (o *NormalizedProject) UnmarshalJSON(data []byte) (err error)
- func (o *NormalizedProject) UnsetSubscriptionId()
- func (o *NormalizedProject) UnsetSubscriptionPlan()
- type NormalizedProjectRevision
- func (o *NormalizedProjectRevision) GetCreatedAt() time.Time
- func (o *NormalizedProjectRevision) GetCreatedAtOk() (*time.Time, bool)
- func (o *NormalizedProjectRevision) GetDisableAccountExperienceWelcomeScreen() bool
- func (o *NormalizedProjectRevision) GetDisableAccountExperienceWelcomeScreenOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetEnableAxV2() bool
- func (o *NormalizedProjectRevision) GetEnableAxV2Ok() (*bool, bool)
- func (o *NormalizedProjectRevision) GetHydraOauth2AllowedTopLevelClaims() []string
- func (o *NormalizedProjectRevision) GetHydraOauth2AllowedTopLevelClaimsOk() ([]string, bool)
- func (o *NormalizedProjectRevision) GetHydraOauth2ClientCredentialsDefaultGrantAllowedScope() bool
- func (o *NormalizedProjectRevision) GetHydraOauth2ClientCredentialsDefaultGrantAllowedScopeOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetHydraOauth2ExcludeNotBeforeClaim() bool
- func (o *NormalizedProjectRevision) GetHydraOauth2ExcludeNotBeforeClaimOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetHydraOauth2GrantJwtIatOptional() bool
- func (o *NormalizedProjectRevision) GetHydraOauth2GrantJwtIatOptionalOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetHydraOauth2GrantJwtJtiOptional() bool
- func (o *NormalizedProjectRevision) GetHydraOauth2GrantJwtJtiOptionalOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetHydraOauth2GrantJwtMaxTtl() string
- func (o *NormalizedProjectRevision) GetHydraOauth2GrantJwtMaxTtlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraOauth2MirrorTopLevelClaims() bool
- func (o *NormalizedProjectRevision) GetHydraOauth2MirrorTopLevelClaimsOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetHydraOauth2PkceEnforced() bool
- func (o *NormalizedProjectRevision) GetHydraOauth2PkceEnforcedForPublicClients() bool
- func (o *NormalizedProjectRevision) GetHydraOauth2PkceEnforcedForPublicClientsOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetHydraOauth2PkceEnforcedOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetHydraOauth2RefreshTokenHook() string
- func (o *NormalizedProjectRevision) GetHydraOauth2RefreshTokenHookOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraOauth2TokenHook() string
- func (o *NormalizedProjectRevision) GetHydraOauth2TokenHookOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraOidcDynamicClientRegistrationDefaultScope() []string
- func (o *NormalizedProjectRevision) GetHydraOidcDynamicClientRegistrationDefaultScopeOk() ([]string, bool)
- func (o *NormalizedProjectRevision) GetHydraOidcDynamicClientRegistrationEnabled() bool
- func (o *NormalizedProjectRevision) GetHydraOidcDynamicClientRegistrationEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetHydraOidcSubjectIdentifiersPairwiseSalt() string
- func (o *NormalizedProjectRevision) GetHydraOidcSubjectIdentifiersPairwiseSaltOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraOidcSubjectIdentifiersSupportedTypes() []string
- func (o *NormalizedProjectRevision) GetHydraOidcSubjectIdentifiersSupportedTypesOk() ([]string, bool)
- func (o *NormalizedProjectRevision) GetHydraSecretsCookie() []string
- func (o *NormalizedProjectRevision) GetHydraSecretsCookieOk() ([]string, bool)
- func (o *NormalizedProjectRevision) GetHydraSecretsSystem() []string
- func (o *NormalizedProjectRevision) GetHydraSecretsSystemOk() ([]string, bool)
- func (o *NormalizedProjectRevision) GetHydraServeCookiesSameSiteLegacyWorkaround() bool
- func (o *NormalizedProjectRevision) GetHydraServeCookiesSameSiteLegacyWorkaroundOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetHydraServeCookiesSameSiteMode() string
- func (o *NormalizedProjectRevision) GetHydraServeCookiesSameSiteModeOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraStrategiesAccessToken() string
- func (o *NormalizedProjectRevision) GetHydraStrategiesAccessTokenOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraStrategiesJwtScopeClaim() string
- func (o *NormalizedProjectRevision) GetHydraStrategiesJwtScopeClaimOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraStrategiesScope() string
- func (o *NormalizedProjectRevision) GetHydraStrategiesScopeOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraTtlAccessToken() string
- func (o *NormalizedProjectRevision) GetHydraTtlAccessTokenOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraTtlAuthCode() string
- func (o *NormalizedProjectRevision) GetHydraTtlAuthCodeOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraTtlIdToken() string
- func (o *NormalizedProjectRevision) GetHydraTtlIdTokenOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraTtlLoginConsentRequest() string
- func (o *NormalizedProjectRevision) GetHydraTtlLoginConsentRequestOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraTtlRefreshToken() string
- func (o *NormalizedProjectRevision) GetHydraTtlRefreshTokenOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraUrlsConsent() string
- func (o *NormalizedProjectRevision) GetHydraUrlsConsentOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraUrlsError() string
- func (o *NormalizedProjectRevision) GetHydraUrlsErrorOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraUrlsLogin() string
- func (o *NormalizedProjectRevision) GetHydraUrlsLoginOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraUrlsLogout() string
- func (o *NormalizedProjectRevision) GetHydraUrlsLogoutOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraUrlsPostLogoutRedirect() string
- func (o *NormalizedProjectRevision) GetHydraUrlsPostLogoutRedirectOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraUrlsRegistration() string
- func (o *NormalizedProjectRevision) GetHydraUrlsRegistrationOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraUrlsSelfIssuer() string
- func (o *NormalizedProjectRevision) GetHydraUrlsSelfIssuerOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraWebfingerJwksBroadcastKeys() []string
- func (o *NormalizedProjectRevision) GetHydraWebfingerJwksBroadcastKeysOk() ([]string, bool)
- func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryAuthUrl() string
- func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryAuthUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryClientRegistrationUrl() string
- func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryClientRegistrationUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryJwksUrl() string
- func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryJwksUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoverySupportedClaims() []string
- func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoverySupportedClaimsOk() ([]string, bool)
- func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoverySupportedScope() []string
- func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoverySupportedScopeOk() ([]string, bool)
- func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryTokenUrl() string
- func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryTokenUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryUserinfoUrl() string
- func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryUserinfoUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetId() string
- func (o *NormalizedProjectRevision) GetIdOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKetoNamespaceConfiguration() string
- func (o *NormalizedProjectRevision) GetKetoNamespaceConfigurationOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKetoNamespaces() []KetoNamespace
- func (o *NormalizedProjectRevision) GetKetoNamespacesOk() ([]KetoNamespace, bool)
- func (o *NormalizedProjectRevision) GetKratosCookiesSameSite() string
- func (o *NormalizedProjectRevision) GetKratosCookiesSameSiteOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierChannels() []NormalizedProjectRevisionCourierChannel
- func (o *NormalizedProjectRevision) GetKratosCourierChannelsOk() ([]NormalizedProjectRevisionCourierChannel, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierDeliveryStrategy() string
- func (o *NormalizedProjectRevision) GetKratosCourierDeliveryStrategyOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthApiKeyIn() string
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthApiKeyInOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthApiKeyName() string
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthApiKeyNameOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthApiKeyValue() string
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthApiKeyValueOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthBasicAuthPassword() string
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthBasicAuthPasswordOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthBasicAuthUser() string
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthBasicAuthUserOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthType() string
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthTypeOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigBody() string
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigBodyOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigHeaders() map[string]interface{}
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigHeadersOk() (map[string]interface{}, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigMethod() string
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigMethodOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigUrl() string
- func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierSmtpConnectionUri() string
- func (o *NormalizedProjectRevision) GetKratosCourierSmtpConnectionUriOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierSmtpFromAddress() string
- func (o *NormalizedProjectRevision) GetKratosCourierSmtpFromAddressOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierSmtpFromName() string
- func (o *NormalizedProjectRevision) GetKratosCourierSmtpFromNameOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierSmtpHeaders() map[string]interface{}
- func (o *NormalizedProjectRevision) GetKratosCourierSmtpHeadersOk() (map[string]interface{}, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierSmtpLocalName() string
- func (o *NormalizedProjectRevision) GetKratosCourierSmtpLocalNameOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidEmailBodyHtml() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidEmailBodyHtmlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintextOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidEmailSubject() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidEmailSubjectOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintextOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtmlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintextOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeInvalidEmailSubject() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeInvalidEmailSubjectOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtmlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintextOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeValidEmailSubject() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeValidEmailSubjectOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryInvalidEmailBodyHtml() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryInvalidEmailBodyHtmlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintextOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryInvalidEmailSubject() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryInvalidEmailSubjectOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryValidEmailBodyHtml() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryValidEmailBodyHtmlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryValidEmailBodyPlaintext() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryValidEmailBodyPlaintextOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryValidEmailSubject() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryValidEmailSubjectOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtmlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintextOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRegistrationCodeValidEmailSubject() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRegistrationCodeValidEmailSubjectOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtmlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintextOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeInvalidEmailSubject() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeInvalidEmailSubjectOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidEmailBodyHtml() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidEmailBodyHtmlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintextOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidEmailSubject() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidEmailSubjectOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintextOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationInvalidEmailBodyHtml() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationInvalidEmailBodyHtmlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintextOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationInvalidEmailSubject() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationInvalidEmailSubjectOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationValidEmailBodyHtml() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationValidEmailBodyHtmlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationValidEmailBodyPlaintext() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationValidEmailBodyPlaintextOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationValidEmailSubject() string
- func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationValidEmailSubjectOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosFeatureFlagsCacheableSessions() bool
- func (o *NormalizedProjectRevision) GetKratosFeatureFlagsCacheableSessionsMaxAge() string
- func (o *NormalizedProjectRevision) GetKratosFeatureFlagsCacheableSessionsMaxAgeOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosFeatureFlagsCacheableSessionsOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosFeatureFlagsFasterSessionExtend() bool
- func (o *NormalizedProjectRevision) GetKratosFeatureFlagsFasterSessionExtendOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosFeatureFlagsUseContinueWithTransitions() bool
- func (o *NormalizedProjectRevision) GetKratosFeatureFlagsUseContinueWithTransitionsOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosIdentitySchemas() []NormalizedProjectRevisionIdentitySchema
- func (o *NormalizedProjectRevision) GetKratosIdentitySchemasOk() ([]NormalizedProjectRevisionIdentitySchema, bool)
- func (o *NormalizedProjectRevision) GetKratosOauth2ProviderHeaders() map[string]interface{}
- func (o *NormalizedProjectRevision) GetKratosOauth2ProviderHeadersOk() (map[string]interface{}, bool)
- func (o *NormalizedProjectRevision) GetKratosOauth2ProviderOverrideReturnTo() bool
- func (o *NormalizedProjectRevision) GetKratosOauth2ProviderOverrideReturnToOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosOauth2ProviderUrl() string
- func (o *NormalizedProjectRevision) GetKratosOauth2ProviderUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosPreviewDefaultReadConsistencyLevel() string
- func (o *NormalizedProjectRevision) GetKratosPreviewDefaultReadConsistencyLevelOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSecretsCipher() []string
- func (o *NormalizedProjectRevision) GetKratosSecretsCipherOk() ([]string, bool)
- func (o *NormalizedProjectRevision) GetKratosSecretsCookie() []string
- func (o *NormalizedProjectRevision) GetKratosSecretsCookieOk() ([]string, bool)
- func (o *NormalizedProjectRevision) GetKratosSecretsDefault() []string
- func (o *NormalizedProjectRevision) GetKratosSecretsDefaultOk() ([]string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceAllowedReturnUrls() []string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceAllowedReturnUrlsOk() ([]string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsErrorUiUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsErrorUiUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginLifespan() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginLifespanOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginUiUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginUiUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryEnabled() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryLifespan() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryLifespanOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipientsOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryUiUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryUiUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryUse() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryUseOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationEnableLegacyOneStep() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationEnableLegacyOneStepOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationEnabled() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationLifespan() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationLifespanOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationLoginHints() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationLoginHintsOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationUiUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationUiUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsLifespan() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsLifespanOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAgeOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsRequiredAal() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsRequiredAalOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsUiUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsUiUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationEnabled() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationLifespan() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationLifespanOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationNotifyUnknownRecipients() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationNotifyUnknownRecipientsOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationUiUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationUiUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationUse() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationUseOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodeConfigLifespan() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodeConfigLifespanOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodeEnabled() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodeEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodeMfaEnabled() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodeMfaEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodePasswordlessEnabled() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodePasswordlessEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsLinkConfigBaseUrl() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsLinkConfigBaseUrlOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsLinkConfigLifespan() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsLinkConfigLifespanOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsLinkEnabled() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsLinkEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsLookupSecretEnabled() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsLookupSecretEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsOidcConfigBaseRedirectUri() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsOidcConfigBaseRedirectUriOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsOidcConfigProviders() []NormalizedProjectRevisionThirdPartyProvider
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsOidcConfigProvidersOk() ([]NormalizedProjectRevisionThirdPartyProvider, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsOidcEnabled() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsOidcEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyConfigRpDisplayName() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyConfigRpDisplayNameOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyConfigRpId() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyConfigRpIdOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyConfigRpOrigins() []string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyConfigRpOriginsOk() ([]string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyEnabled() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrorsOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigMaxBreaches() int64
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigMaxBreachesOk() (*int64, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigMinPasswordLength() int64
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigMinPasswordLengthOk() (*int64, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordEnabled() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsProfileEnabled() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsProfileEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsTotpConfigIssuer() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsTotpConfigIssuerOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsTotpEnabled() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsTotpEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigPasswordless() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigPasswordlessOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpDisplayName() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpDisplayNameOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpIcon() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpIconOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpId() string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpIdOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpOrigins() []string
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpOriginsOk() ([]string, bool)
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnEnabled() bool
- func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSessionCookiePersistent() bool
- func (o *NormalizedProjectRevision) GetKratosSessionCookiePersistentOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetKratosSessionCookieSameSite() string
- func (o *NormalizedProjectRevision) GetKratosSessionCookieSameSiteOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSessionLifespan() string
- func (o *NormalizedProjectRevision) GetKratosSessionLifespanOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSessionWhoamiRequiredAal() string
- func (o *NormalizedProjectRevision) GetKratosSessionWhoamiRequiredAalOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetKratosSessionWhoamiTokenizerTemplates() []NormalizedProjectRevisionTokenizerTemplate
- func (o *NormalizedProjectRevision) GetKratosSessionWhoamiTokenizerTemplatesOk() ([]NormalizedProjectRevisionTokenizerTemplate, bool)
- func (o *NormalizedProjectRevision) GetName() string
- func (o *NormalizedProjectRevision) GetNameOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetProjectId() string
- func (o *NormalizedProjectRevision) GetProjectIdOk() (*string, bool)
- func (o *NormalizedProjectRevision) GetProjectRevisionHooks() []NormalizedProjectRevisionHook
- func (o *NormalizedProjectRevision) GetProjectRevisionHooksOk() ([]NormalizedProjectRevisionHook, bool)
- func (o *NormalizedProjectRevision) GetServeAdminCorsAllowedOrigins() []string
- func (o *NormalizedProjectRevision) GetServeAdminCorsAllowedOriginsOk() ([]string, bool)
- func (o *NormalizedProjectRevision) GetServeAdminCorsEnabled() bool
- func (o *NormalizedProjectRevision) GetServeAdminCorsEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetServePublicCorsAllowedOrigins() []string
- func (o *NormalizedProjectRevision) GetServePublicCorsAllowedOriginsOk() ([]string, bool)
- func (o *NormalizedProjectRevision) GetServePublicCorsEnabled() bool
- func (o *NormalizedProjectRevision) GetServePublicCorsEnabledOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetStrictSecurity() bool
- func (o *NormalizedProjectRevision) GetStrictSecurityOk() (*bool, bool)
- func (o *NormalizedProjectRevision) GetUpdatedAt() time.Time
- func (o *NormalizedProjectRevision) GetUpdatedAtOk() (*time.Time, bool)
- func (o *NormalizedProjectRevision) HasCreatedAt() bool
- func (o *NormalizedProjectRevision) HasDisableAccountExperienceWelcomeScreen() bool
- func (o *NormalizedProjectRevision) HasEnableAxV2() bool
- func (o *NormalizedProjectRevision) HasHydraOauth2AllowedTopLevelClaims() bool
- func (o *NormalizedProjectRevision) HasHydraOauth2ClientCredentialsDefaultGrantAllowedScope() bool
- func (o *NormalizedProjectRevision) HasHydraOauth2ExcludeNotBeforeClaim() bool
- func (o *NormalizedProjectRevision) HasHydraOauth2GrantJwtIatOptional() bool
- func (o *NormalizedProjectRevision) HasHydraOauth2GrantJwtJtiOptional() bool
- func (o *NormalizedProjectRevision) HasHydraOauth2GrantJwtMaxTtl() bool
- func (o *NormalizedProjectRevision) HasHydraOauth2MirrorTopLevelClaims() bool
- func (o *NormalizedProjectRevision) HasHydraOauth2PkceEnforced() bool
- func (o *NormalizedProjectRevision) HasHydraOauth2PkceEnforcedForPublicClients() bool
- func (o *NormalizedProjectRevision) HasHydraOauth2RefreshTokenHook() bool
- func (o *NormalizedProjectRevision) HasHydraOauth2TokenHook() bool
- func (o *NormalizedProjectRevision) HasHydraOidcDynamicClientRegistrationDefaultScope() bool
- func (o *NormalizedProjectRevision) HasHydraOidcDynamicClientRegistrationEnabled() bool
- func (o *NormalizedProjectRevision) HasHydraOidcSubjectIdentifiersPairwiseSalt() bool
- func (o *NormalizedProjectRevision) HasHydraOidcSubjectIdentifiersSupportedTypes() bool
- func (o *NormalizedProjectRevision) HasHydraSecretsCookie() bool
- func (o *NormalizedProjectRevision) HasHydraSecretsSystem() bool
- func (o *NormalizedProjectRevision) HasHydraServeCookiesSameSiteLegacyWorkaround() bool
- func (o *NormalizedProjectRevision) HasHydraServeCookiesSameSiteMode() bool
- func (o *NormalizedProjectRevision) HasHydraStrategiesAccessToken() bool
- func (o *NormalizedProjectRevision) HasHydraStrategiesJwtScopeClaim() bool
- func (o *NormalizedProjectRevision) HasHydraStrategiesScope() bool
- func (o *NormalizedProjectRevision) HasHydraTtlAccessToken() bool
- func (o *NormalizedProjectRevision) HasHydraTtlAuthCode() bool
- func (o *NormalizedProjectRevision) HasHydraTtlIdToken() bool
- func (o *NormalizedProjectRevision) HasHydraTtlLoginConsentRequest() bool
- func (o *NormalizedProjectRevision) HasHydraTtlRefreshToken() bool
- func (o *NormalizedProjectRevision) HasHydraUrlsConsent() bool
- func (o *NormalizedProjectRevision) HasHydraUrlsError() bool
- func (o *NormalizedProjectRevision) HasHydraUrlsLogin() bool
- func (o *NormalizedProjectRevision) HasHydraUrlsLogout() bool
- func (o *NormalizedProjectRevision) HasHydraUrlsPostLogoutRedirect() bool
- func (o *NormalizedProjectRevision) HasHydraUrlsRegistration() bool
- func (o *NormalizedProjectRevision) HasHydraUrlsSelfIssuer() bool
- func (o *NormalizedProjectRevision) HasHydraWebfingerJwksBroadcastKeys() bool
- func (o *NormalizedProjectRevision) HasHydraWebfingerOidcDiscoveryAuthUrl() bool
- func (o *NormalizedProjectRevision) HasHydraWebfingerOidcDiscoveryClientRegistrationUrl() bool
- func (o *NormalizedProjectRevision) HasHydraWebfingerOidcDiscoveryJwksUrl() bool
- func (o *NormalizedProjectRevision) HasHydraWebfingerOidcDiscoverySupportedClaims() bool
- func (o *NormalizedProjectRevision) HasHydraWebfingerOidcDiscoverySupportedScope() bool
- func (o *NormalizedProjectRevision) HasHydraWebfingerOidcDiscoveryTokenUrl() bool
- func (o *NormalizedProjectRevision) HasHydraWebfingerOidcDiscoveryUserinfoUrl() bool
- func (o *NormalizedProjectRevision) HasId() bool
- func (o *NormalizedProjectRevision) HasKetoNamespaceConfiguration() bool
- func (o *NormalizedProjectRevision) HasKetoNamespaces() bool
- func (o *NormalizedProjectRevision) HasKratosCookiesSameSite() bool
- func (o *NormalizedProjectRevision) HasKratosCourierChannels() bool
- func (o *NormalizedProjectRevision) HasKratosCourierDeliveryStrategy() bool
- func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigAuthApiKeyIn() bool
- func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigAuthApiKeyName() bool
- func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigAuthApiKeyValue() bool
- func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigAuthBasicAuthPassword() bool
- func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigAuthBasicAuthUser() bool
- func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigAuthType() bool
- func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigBody() bool
- func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigHeaders() bool
- func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigMethod() bool
- func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigUrl() bool
- func (o *NormalizedProjectRevision) HasKratosCourierSmtpConnectionUri() bool
- func (o *NormalizedProjectRevision) HasKratosCourierSmtpFromAddress() bool
- func (o *NormalizedProjectRevision) HasKratosCourierSmtpFromName() bool
- func (o *NormalizedProjectRevision) HasKratosCourierSmtpHeaders() bool
- func (o *NormalizedProjectRevision) HasKratosCourierSmtpLocalName() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesLoginCodeValidEmailBodyHtml() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesLoginCodeValidEmailSubject() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryCodeInvalidEmailSubject() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryCodeValidEmailSubject() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryInvalidEmailBodyHtml() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryInvalidEmailSubject() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryValidEmailBodyHtml() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryValidEmailBodyPlaintext() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryValidEmailSubject() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRegistrationCodeValidEmailSubject() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeInvalidEmailSubject() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeValidEmailBodyHtml() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeValidEmailSubject() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationInvalidEmailBodyHtml() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationInvalidEmailSubject() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationValidEmailBodyHtml() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationValidEmailBodyPlaintext() bool
- func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationValidEmailSubject() bool
- func (o *NormalizedProjectRevision) HasKratosFeatureFlagsCacheableSessions() bool
- func (o *NormalizedProjectRevision) HasKratosFeatureFlagsCacheableSessionsMaxAge() bool
- func (o *NormalizedProjectRevision) HasKratosFeatureFlagsFasterSessionExtend() bool
- func (o *NormalizedProjectRevision) HasKratosFeatureFlagsUseContinueWithTransitions() bool
- func (o *NormalizedProjectRevision) HasKratosIdentitySchemas() bool
- func (o *NormalizedProjectRevision) HasKratosOauth2ProviderHeaders() bool
- func (o *NormalizedProjectRevision) HasKratosOauth2ProviderOverrideReturnTo() bool
- func (o *NormalizedProjectRevision) HasKratosOauth2ProviderUrl() bool
- func (o *NormalizedProjectRevision) HasKratosPreviewDefaultReadConsistencyLevel() bool
- func (o *NormalizedProjectRevision) HasKratosSecretsCipher() bool
- func (o *NormalizedProjectRevision) HasKratosSecretsCookie() bool
- func (o *NormalizedProjectRevision) HasKratosSecretsDefault() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceAllowedReturnUrls() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsErrorUiUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginLifespan() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginUiUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRecoveryEnabled() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRecoveryLifespan() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRecoveryUiUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRecoveryUse() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationEnableLegacyOneStep() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationEnabled() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationLifespan() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationLoginHints() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationUiUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsLifespan() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsRequiredAal() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsUiUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsVerificationEnabled() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsVerificationLifespan() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsVerificationNotifyUnknownRecipients() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsVerificationUiUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsVerificationUse() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsCodeConfigLifespan() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsCodeEnabled() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsCodeMfaEnabled() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsCodePasswordlessEnabled() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsLinkConfigBaseUrl() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsLinkConfigLifespan() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsLinkEnabled() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsLookupSecretEnabled() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsOidcConfigBaseRedirectUri() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsOidcConfigProviders() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsOidcEnabled() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasskeyConfigRpDisplayName() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasskeyConfigRpId() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasskeyConfigRpOrigins() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasskeyEnabled() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasswordConfigMaxBreaches() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasswordConfigMinPasswordLength() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasswordEnabled() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsProfileEnabled() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsTotpConfigIssuer() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsTotpEnabled() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsWebauthnConfigPasswordless() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsWebauthnConfigRpDisplayName() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsWebauthnConfigRpIcon() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsWebauthnConfigRpId() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsWebauthnConfigRpOrigins() bool
- func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsWebauthnEnabled() bool
- func (o *NormalizedProjectRevision) HasKratosSessionCookiePersistent() bool
- func (o *NormalizedProjectRevision) HasKratosSessionCookieSameSite() bool
- func (o *NormalizedProjectRevision) HasKratosSessionLifespan() bool
- func (o *NormalizedProjectRevision) HasKratosSessionWhoamiRequiredAal() bool
- func (o *NormalizedProjectRevision) HasKratosSessionWhoamiTokenizerTemplates() bool
- func (o *NormalizedProjectRevision) HasProjectId() bool
- func (o *NormalizedProjectRevision) HasProjectRevisionHooks() bool
- func (o *NormalizedProjectRevision) HasServeAdminCorsAllowedOrigins() bool
- func (o *NormalizedProjectRevision) HasServeAdminCorsEnabled() bool
- func (o *NormalizedProjectRevision) HasServePublicCorsAllowedOrigins() bool
- func (o *NormalizedProjectRevision) HasServePublicCorsEnabled() bool
- func (o *NormalizedProjectRevision) HasStrictSecurity() bool
- func (o *NormalizedProjectRevision) HasUpdatedAt() bool
- func (o NormalizedProjectRevision) MarshalJSON() ([]byte, error)
- func (o *NormalizedProjectRevision) SetCreatedAt(v time.Time)
- func (o *NormalizedProjectRevision) SetDisableAccountExperienceWelcomeScreen(v bool)
- func (o *NormalizedProjectRevision) SetEnableAxV2(v bool)
- func (o *NormalizedProjectRevision) SetHydraOauth2AllowedTopLevelClaims(v []string)
- func (o *NormalizedProjectRevision) SetHydraOauth2ClientCredentialsDefaultGrantAllowedScope(v bool)
- func (o *NormalizedProjectRevision) SetHydraOauth2ExcludeNotBeforeClaim(v bool)
- func (o *NormalizedProjectRevision) SetHydraOauth2GrantJwtIatOptional(v bool)
- func (o *NormalizedProjectRevision) SetHydraOauth2GrantJwtJtiOptional(v bool)
- func (o *NormalizedProjectRevision) SetHydraOauth2GrantJwtMaxTtl(v string)
- func (o *NormalizedProjectRevision) SetHydraOauth2MirrorTopLevelClaims(v bool)
- func (o *NormalizedProjectRevision) SetHydraOauth2PkceEnforced(v bool)
- func (o *NormalizedProjectRevision) SetHydraOauth2PkceEnforcedForPublicClients(v bool)
- func (o *NormalizedProjectRevision) SetHydraOauth2RefreshTokenHook(v string)
- func (o *NormalizedProjectRevision) SetHydraOauth2TokenHook(v string)
- func (o *NormalizedProjectRevision) SetHydraOidcDynamicClientRegistrationDefaultScope(v []string)
- func (o *NormalizedProjectRevision) SetHydraOidcDynamicClientRegistrationEnabled(v bool)
- func (o *NormalizedProjectRevision) SetHydraOidcSubjectIdentifiersPairwiseSalt(v string)
- func (o *NormalizedProjectRevision) SetHydraOidcSubjectIdentifiersSupportedTypes(v []string)
- func (o *NormalizedProjectRevision) SetHydraSecretsCookie(v []string)
- func (o *NormalizedProjectRevision) SetHydraSecretsSystem(v []string)
- func (o *NormalizedProjectRevision) SetHydraServeCookiesSameSiteLegacyWorkaround(v bool)
- func (o *NormalizedProjectRevision) SetHydraServeCookiesSameSiteMode(v string)
- func (o *NormalizedProjectRevision) SetHydraStrategiesAccessToken(v string)
- func (o *NormalizedProjectRevision) SetHydraStrategiesJwtScopeClaim(v string)
- func (o *NormalizedProjectRevision) SetHydraStrategiesScope(v string)
- func (o *NormalizedProjectRevision) SetHydraTtlAccessToken(v string)
- func (o *NormalizedProjectRevision) SetHydraTtlAuthCode(v string)
- func (o *NormalizedProjectRevision) SetHydraTtlIdToken(v string)
- func (o *NormalizedProjectRevision) SetHydraTtlLoginConsentRequest(v string)
- func (o *NormalizedProjectRevision) SetHydraTtlRefreshToken(v string)
- func (o *NormalizedProjectRevision) SetHydraUrlsConsent(v string)
- func (o *NormalizedProjectRevision) SetHydraUrlsError(v string)
- func (o *NormalizedProjectRevision) SetHydraUrlsLogin(v string)
- func (o *NormalizedProjectRevision) SetHydraUrlsLogout(v string)
- func (o *NormalizedProjectRevision) SetHydraUrlsPostLogoutRedirect(v string)
- func (o *NormalizedProjectRevision) SetHydraUrlsRegistration(v string)
- func (o *NormalizedProjectRevision) SetHydraUrlsSelfIssuer(v string)
- func (o *NormalizedProjectRevision) SetHydraWebfingerJwksBroadcastKeys(v []string)
- func (o *NormalizedProjectRevision) SetHydraWebfingerOidcDiscoveryAuthUrl(v string)
- func (o *NormalizedProjectRevision) SetHydraWebfingerOidcDiscoveryClientRegistrationUrl(v string)
- func (o *NormalizedProjectRevision) SetHydraWebfingerOidcDiscoveryJwksUrl(v string)
- func (o *NormalizedProjectRevision) SetHydraWebfingerOidcDiscoverySupportedClaims(v []string)
- func (o *NormalizedProjectRevision) SetHydraWebfingerOidcDiscoverySupportedScope(v []string)
- func (o *NormalizedProjectRevision) SetHydraWebfingerOidcDiscoveryTokenUrl(v string)
- func (o *NormalizedProjectRevision) SetHydraWebfingerOidcDiscoveryUserinfoUrl(v string)
- func (o *NormalizedProjectRevision) SetId(v string)
- func (o *NormalizedProjectRevision) SetKetoNamespaceConfiguration(v string)
- func (o *NormalizedProjectRevision) SetKetoNamespaces(v []KetoNamespace)
- func (o *NormalizedProjectRevision) SetKratosCookiesSameSite(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierChannels(v []NormalizedProjectRevisionCourierChannel)
- func (o *NormalizedProjectRevision) SetKratosCourierDeliveryStrategy(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigAuthApiKeyIn(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigAuthApiKeyName(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigAuthApiKeyValue(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigAuthBasicAuthPassword(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigAuthBasicAuthUser(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigAuthType(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigBody(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigHeaders(v map[string]interface{})
- func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigMethod(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierSmtpConnectionUri(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierSmtpFromAddress(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierSmtpFromName(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierSmtpHeaders(v map[string]interface{})
- func (o *NormalizedProjectRevision) SetKratosCourierSmtpLocalName(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesLoginCodeValidEmailBodyHtml(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesLoginCodeValidEmailSubject(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryCodeInvalidEmailSubject(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryCodeValidEmailSubject(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryInvalidEmailBodyHtml(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryInvalidEmailSubject(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryValidEmailBodyHtml(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryValidEmailBodyPlaintext(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryValidEmailSubject(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRegistrationCodeValidEmailSubject(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeInvalidEmailSubject(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeValidEmailBodyHtml(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeValidEmailSubject(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationInvalidEmailBodyHtml(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationInvalidEmailSubject(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationValidEmailBodyHtml(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationValidEmailBodyPlaintext(v string)
- func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationValidEmailSubject(v string)
- func (o *NormalizedProjectRevision) SetKratosFeatureFlagsCacheableSessions(v bool)
- func (o *NormalizedProjectRevision) SetKratosFeatureFlagsCacheableSessionsMaxAge(v string)
- func (o *NormalizedProjectRevision) SetKratosFeatureFlagsFasterSessionExtend(v bool)
- func (o *NormalizedProjectRevision) SetKratosFeatureFlagsUseContinueWithTransitions(v bool)
- func (o *NormalizedProjectRevision) SetKratosIdentitySchemas(v []NormalizedProjectRevisionIdentitySchema)
- func (o *NormalizedProjectRevision) SetKratosOauth2ProviderHeaders(v map[string]interface{})
- func (o *NormalizedProjectRevision) SetKratosOauth2ProviderOverrideReturnTo(v bool)
- func (o *NormalizedProjectRevision) SetKratosOauth2ProviderUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosPreviewDefaultReadConsistencyLevel(v string)
- func (o *NormalizedProjectRevision) SetKratosSecretsCipher(v []string)
- func (o *NormalizedProjectRevision) SetKratosSecretsCookie(v []string)
- func (o *NormalizedProjectRevision) SetKratosSecretsDefault(v []string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceAllowedReturnUrls(v []string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsErrorUiUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginLifespan(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginUiUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRecoveryEnabled(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRecoveryLifespan(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRecoveryUiUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRecoveryUse(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationEnableLegacyOneStep(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationEnabled(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationLifespan(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationLoginHints(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationUiUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsLifespan(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsRequiredAal(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsUiUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsVerificationEnabled(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsVerificationLifespan(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsVerificationNotifyUnknownRecipients(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsVerificationUiUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsVerificationUse(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsCodeConfigLifespan(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsCodeEnabled(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsCodeMfaEnabled(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsCodePasswordlessEnabled(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsLinkConfigBaseUrl(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsLinkConfigLifespan(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsLinkEnabled(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsLookupSecretEnabled(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsOidcConfigBaseRedirectUri(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsOidcConfigProviders(v []NormalizedProjectRevisionThirdPartyProvider)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsOidcEnabled(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasskeyConfigRpDisplayName(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasskeyConfigRpId(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasskeyConfigRpOrigins(v []string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasskeyEnabled(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasswordConfigMaxBreaches(v int64)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasswordConfigMinPasswordLength(v int64)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasswordEnabled(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsProfileEnabled(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsTotpConfigIssuer(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsTotpEnabled(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsWebauthnConfigPasswordless(v bool)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsWebauthnConfigRpDisplayName(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsWebauthnConfigRpIcon(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsWebauthnConfigRpId(v string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsWebauthnConfigRpOrigins(v []string)
- func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsWebauthnEnabled(v bool)
- func (o *NormalizedProjectRevision) SetKratosSessionCookiePersistent(v bool)
- func (o *NormalizedProjectRevision) SetKratosSessionCookieSameSite(v string)
- func (o *NormalizedProjectRevision) SetKratosSessionLifespan(v string)
- func (o *NormalizedProjectRevision) SetKratosSessionWhoamiRequiredAal(v string)
- func (o *NormalizedProjectRevision) SetKratosSessionWhoamiTokenizerTemplates(v []NormalizedProjectRevisionTokenizerTemplate)
- func (o *NormalizedProjectRevision) SetName(v string)
- func (o *NormalizedProjectRevision) SetProjectId(v string)
- func (o *NormalizedProjectRevision) SetProjectRevisionHooks(v []NormalizedProjectRevisionHook)
- func (o *NormalizedProjectRevision) SetServeAdminCorsAllowedOrigins(v []string)
- func (o *NormalizedProjectRevision) SetServeAdminCorsEnabled(v bool)
- func (o *NormalizedProjectRevision) SetServePublicCorsAllowedOrigins(v []string)
- func (o *NormalizedProjectRevision) SetServePublicCorsEnabled(v bool)
- func (o *NormalizedProjectRevision) SetStrictSecurity(v bool)
- func (o *NormalizedProjectRevision) SetUpdatedAt(v time.Time)
- func (o NormalizedProjectRevision) ToMap() (map[string]interface{}, error)
- func (o *NormalizedProjectRevision) UnmarshalJSON(data []byte) (err error)
- type NormalizedProjectRevisionCourierChannel
- func (o *NormalizedProjectRevisionCourierChannel) GetChannelId() string
- func (o *NormalizedProjectRevisionCourierChannel) GetChannelIdOk() (*string, bool)
- func (o *NormalizedProjectRevisionCourierChannel) GetCreatedAt() time.Time
- func (o *NormalizedProjectRevisionCourierChannel) GetCreatedAtOk() (*time.Time, bool)
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigApiKeyIn() string
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigApiKeyInOk() (*string, bool)
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigApiKeyName() string
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigApiKeyNameOk() (*string, bool)
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigApiKeyValue() string
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigApiKeyValueOk() (*string, bool)
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigBasicAuthPassword() string
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigBasicAuthPasswordOk() (*string, bool)
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigBasicAuthUser() string
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigBasicAuthUserOk() (*string, bool)
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthType() string
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthTypeOk() (*string, bool)
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigBody() string
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigBodyOk() (*string, bool)
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigHeaders() map[string]interface{}
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigHeadersOk() (map[string]interface{}, bool)
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigMethod() string
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigMethodOk() (*string, bool)
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigUrl() string
- func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigUrlOk() (*string, bool)
- func (o *NormalizedProjectRevisionCourierChannel) GetUpdatedAt() time.Time
- func (o *NormalizedProjectRevisionCourierChannel) GetUpdatedAtOk() (*time.Time, bool)
- func (o *NormalizedProjectRevisionCourierChannel) HasCreatedAt() bool
- func (o *NormalizedProjectRevisionCourierChannel) HasRequestConfigAuthConfigApiKeyIn() bool
- func (o *NormalizedProjectRevisionCourierChannel) HasRequestConfigAuthConfigApiKeyName() bool
- func (o *NormalizedProjectRevisionCourierChannel) HasRequestConfigAuthConfigApiKeyValue() bool
- func (o *NormalizedProjectRevisionCourierChannel) HasRequestConfigAuthConfigBasicAuthPassword() bool
- func (o *NormalizedProjectRevisionCourierChannel) HasRequestConfigAuthConfigBasicAuthUser() bool
- func (o *NormalizedProjectRevisionCourierChannel) HasRequestConfigAuthType() bool
- func (o *NormalizedProjectRevisionCourierChannel) HasRequestConfigHeaders() bool
- func (o *NormalizedProjectRevisionCourierChannel) HasRequestConfigUrl() bool
- func (o *NormalizedProjectRevisionCourierChannel) HasUpdatedAt() bool
- func (o NormalizedProjectRevisionCourierChannel) MarshalJSON() ([]byte, error)
- func (o *NormalizedProjectRevisionCourierChannel) SetChannelId(v string)
- func (o *NormalizedProjectRevisionCourierChannel) SetCreatedAt(v time.Time)
- func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigAuthConfigApiKeyIn(v string)
- func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigAuthConfigApiKeyName(v string)
- func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigAuthConfigApiKeyValue(v string)
- func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigAuthConfigBasicAuthPassword(v string)
- func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigAuthConfigBasicAuthUser(v string)
- func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigAuthType(v string)
- func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigBody(v string)
- func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigHeaders(v map[string]interface{})
- func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigMethod(v string)
- func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigUrl(v string)
- func (o *NormalizedProjectRevisionCourierChannel) SetUpdatedAt(v time.Time)
- func (o NormalizedProjectRevisionCourierChannel) ToMap() (map[string]interface{}, error)
- func (o *NormalizedProjectRevisionCourierChannel) UnmarshalJSON(data []byte) (err error)
- type NormalizedProjectRevisionHook
- func (o *NormalizedProjectRevisionHook) GetConfigKey() string
- func (o *NormalizedProjectRevisionHook) GetConfigKeyOk() (*string, bool)
- func (o *NormalizedProjectRevisionHook) GetCreatedAt() time.Time
- func (o *NormalizedProjectRevisionHook) GetCreatedAtOk() (*time.Time, bool)
- func (o *NormalizedProjectRevisionHook) GetHook() string
- func (o *NormalizedProjectRevisionHook) GetHookOk() (*string, bool)
- func (o *NormalizedProjectRevisionHook) GetId() string
- func (o *NormalizedProjectRevisionHook) GetIdOk() (*string, bool)
- func (o *NormalizedProjectRevisionHook) GetProjectRevisionId() string
- func (o *NormalizedProjectRevisionHook) GetProjectRevisionIdOk() (*string, bool)
- func (o *NormalizedProjectRevisionHook) GetUpdatedAt() time.Time
- func (o *NormalizedProjectRevisionHook) GetUpdatedAtOk() (*time.Time, bool)
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthApiKeyIn() string
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthApiKeyInOk() (*string, bool)
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthApiKeyName() string
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthApiKeyNameOk() (*string, bool)
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthApiKeyValue() string
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthApiKeyValueOk() (*string, bool)
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthBasicAuthPassword() string
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthBasicAuthPasswordOk() (*string, bool)
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthBasicAuthUser() string
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthBasicAuthUserOk() (*string, bool)
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthType() string
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthTypeOk() (*string, bool)
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigBody() string
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigBodyOk() (*string, bool)
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigCanInterrupt() bool
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigCanInterruptOk() (*bool, bool)
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigMethod() string
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigMethodOk() (*string, bool)
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigResponseIgnore() bool
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigResponseIgnoreOk() (*bool, bool)
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigResponseParse() bool
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigResponseParseOk() (*bool, bool)
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigUrl() string
- func (o *NormalizedProjectRevisionHook) GetWebHookConfigUrlOk() (*string, bool)
- func (o *NormalizedProjectRevisionHook) HasCreatedAt() bool
- func (o *NormalizedProjectRevisionHook) HasId() bool
- func (o *NormalizedProjectRevisionHook) HasProjectRevisionId() bool
- func (o *NormalizedProjectRevisionHook) HasUpdatedAt() bool
- func (o *NormalizedProjectRevisionHook) HasWebHookConfigAuthApiKeyIn() bool
- func (o *NormalizedProjectRevisionHook) HasWebHookConfigAuthApiKeyName() bool
- func (o *NormalizedProjectRevisionHook) HasWebHookConfigAuthApiKeyValue() bool
- func (o *NormalizedProjectRevisionHook) HasWebHookConfigAuthBasicAuthPassword() bool
- func (o *NormalizedProjectRevisionHook) HasWebHookConfigAuthBasicAuthUser() bool
- func (o *NormalizedProjectRevisionHook) HasWebHookConfigAuthType() bool
- func (o *NormalizedProjectRevisionHook) HasWebHookConfigBody() bool
- func (o *NormalizedProjectRevisionHook) HasWebHookConfigCanInterrupt() bool
- func (o *NormalizedProjectRevisionHook) HasWebHookConfigMethod() bool
- func (o *NormalizedProjectRevisionHook) HasWebHookConfigResponseIgnore() bool
- func (o *NormalizedProjectRevisionHook) HasWebHookConfigResponseParse() bool
- func (o *NormalizedProjectRevisionHook) HasWebHookConfigUrl() bool
- func (o NormalizedProjectRevisionHook) MarshalJSON() ([]byte, error)
- func (o *NormalizedProjectRevisionHook) SetConfigKey(v string)
- func (o *NormalizedProjectRevisionHook) SetCreatedAt(v time.Time)
- func (o *NormalizedProjectRevisionHook) SetHook(v string)
- func (o *NormalizedProjectRevisionHook) SetId(v string)
- func (o *NormalizedProjectRevisionHook) SetProjectRevisionId(v string)
- func (o *NormalizedProjectRevisionHook) SetUpdatedAt(v time.Time)
- func (o *NormalizedProjectRevisionHook) SetWebHookConfigAuthApiKeyIn(v string)
- func (o *NormalizedProjectRevisionHook) SetWebHookConfigAuthApiKeyName(v string)
- func (o *NormalizedProjectRevisionHook) SetWebHookConfigAuthApiKeyValue(v string)
- func (o *NormalizedProjectRevisionHook) SetWebHookConfigAuthBasicAuthPassword(v string)
- func (o *NormalizedProjectRevisionHook) SetWebHookConfigAuthBasicAuthUser(v string)
- func (o *NormalizedProjectRevisionHook) SetWebHookConfigAuthType(v string)
- func (o *NormalizedProjectRevisionHook) SetWebHookConfigBody(v string)
- func (o *NormalizedProjectRevisionHook) SetWebHookConfigCanInterrupt(v bool)
- func (o *NormalizedProjectRevisionHook) SetWebHookConfigMethod(v string)
- func (o *NormalizedProjectRevisionHook) SetWebHookConfigResponseIgnore(v bool)
- func (o *NormalizedProjectRevisionHook) SetWebHookConfigResponseParse(v bool)
- func (o *NormalizedProjectRevisionHook) SetWebHookConfigUrl(v string)
- func (o NormalizedProjectRevisionHook) ToMap() (map[string]interface{}, error)
- func (o *NormalizedProjectRevisionHook) UnmarshalJSON(data []byte) (err error)
- type NormalizedProjectRevisionIdentitySchema
- func (o *NormalizedProjectRevisionIdentitySchema) GetCreatedAt() time.Time
- func (o *NormalizedProjectRevisionIdentitySchema) GetCreatedAtOk() (*time.Time, bool)
- func (o *NormalizedProjectRevisionIdentitySchema) GetId() string
- func (o *NormalizedProjectRevisionIdentitySchema) GetIdOk() (*string, bool)
- func (o *NormalizedProjectRevisionIdentitySchema) GetIdentitySchema() ManagedIdentitySchema
- func (o *NormalizedProjectRevisionIdentitySchema) GetIdentitySchemaId() string
- func (o *NormalizedProjectRevisionIdentitySchema) GetIdentitySchemaIdOk() (*string, bool)
- func (o *NormalizedProjectRevisionIdentitySchema) GetIdentitySchemaOk() (*ManagedIdentitySchema, bool)
- func (o *NormalizedProjectRevisionIdentitySchema) GetImportId() string
- func (o *NormalizedProjectRevisionIdentitySchema) GetImportIdOk() (*string, bool)
- func (o *NormalizedProjectRevisionIdentitySchema) GetImportUrl() string
- func (o *NormalizedProjectRevisionIdentitySchema) GetImportUrlOk() (*string, bool)
- func (o *NormalizedProjectRevisionIdentitySchema) GetIsDefault() bool
- func (o *NormalizedProjectRevisionIdentitySchema) GetIsDefaultOk() (*bool, bool)
- func (o *NormalizedProjectRevisionIdentitySchema) GetPreset() string
- func (o *NormalizedProjectRevisionIdentitySchema) GetPresetOk() (*string, bool)
- func (o *NormalizedProjectRevisionIdentitySchema) GetProjectRevisionId() string
- func (o *NormalizedProjectRevisionIdentitySchema) GetProjectRevisionIdOk() (*string, bool)
- func (o *NormalizedProjectRevisionIdentitySchema) GetUpdatedAt() time.Time
- func (o *NormalizedProjectRevisionIdentitySchema) GetUpdatedAtOk() (*time.Time, bool)
- func (o *NormalizedProjectRevisionIdentitySchema) HasCreatedAt() bool
- func (o *NormalizedProjectRevisionIdentitySchema) HasId() bool
- func (o *NormalizedProjectRevisionIdentitySchema) HasIdentitySchema() bool
- func (o *NormalizedProjectRevisionIdentitySchema) HasIdentitySchemaId() bool
- func (o *NormalizedProjectRevisionIdentitySchema) HasImportId() bool
- func (o *NormalizedProjectRevisionIdentitySchema) HasImportUrl() bool
- func (o *NormalizedProjectRevisionIdentitySchema) HasIsDefault() bool
- func (o *NormalizedProjectRevisionIdentitySchema) HasPreset() bool
- func (o *NormalizedProjectRevisionIdentitySchema) HasProjectRevisionId() bool
- func (o *NormalizedProjectRevisionIdentitySchema) HasUpdatedAt() bool
- func (o NormalizedProjectRevisionIdentitySchema) MarshalJSON() ([]byte, error)
- func (o *NormalizedProjectRevisionIdentitySchema) SetCreatedAt(v time.Time)
- func (o *NormalizedProjectRevisionIdentitySchema) SetId(v string)
- func (o *NormalizedProjectRevisionIdentitySchema) SetIdentitySchema(v ManagedIdentitySchema)
- func (o *NormalizedProjectRevisionIdentitySchema) SetIdentitySchemaId(v string)
- func (o *NormalizedProjectRevisionIdentitySchema) SetIdentitySchemaIdNil()
- func (o *NormalizedProjectRevisionIdentitySchema) SetImportId(v string)
- func (o *NormalizedProjectRevisionIdentitySchema) SetImportUrl(v string)
- func (o *NormalizedProjectRevisionIdentitySchema) SetIsDefault(v bool)
- func (o *NormalizedProjectRevisionIdentitySchema) SetPreset(v string)
- func (o *NormalizedProjectRevisionIdentitySchema) SetProjectRevisionId(v string)
- func (o *NormalizedProjectRevisionIdentitySchema) SetUpdatedAt(v time.Time)
- func (o NormalizedProjectRevisionIdentitySchema) ToMap() (map[string]interface{}, error)
- func (o *NormalizedProjectRevisionIdentitySchema) UnmarshalJSON(data []byte) (err error)
- func (o *NormalizedProjectRevisionIdentitySchema) UnsetIdentitySchemaId()
- type NormalizedProjectRevisionThirdPartyProvider
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetAdditionalIdTokenAudiences() []string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetAdditionalIdTokenAudiencesOk() ([]string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetApplePrivateKey() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetApplePrivateKeyId() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetApplePrivateKeyIdOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetApplePrivateKeyOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetAppleTeamId() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetAppleTeamIdOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetAuthUrl() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetAuthUrlOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetAzureTenant() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetAzureTenantOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetClaimsSource() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetClaimsSourceOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetClientId() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetClientIdOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetClientSecret() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetClientSecretOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetCreatedAt() time.Time
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetCreatedAtOk() (*time.Time, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetId() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetIdOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetIssuerUrl() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetIssuerUrlOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetLabel() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetLabelOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetMapperUrl() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetMapperUrlOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetOrganizationId() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetOrganizationIdOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetProjectRevisionId() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetProjectRevisionIdOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetProvider() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetProviderId() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetProviderIdOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetProviderOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetRequestedClaims() map[string]interface{}
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetRequestedClaimsOk() (map[string]interface{}, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetScope() []string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetScopeOk() ([]string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetState() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetStateOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetSubjectSource() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetSubjectSourceOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetTokenUrl() string
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetTokenUrlOk() (*string, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetUpdatedAt() time.Time
- func (o *NormalizedProjectRevisionThirdPartyProvider) GetUpdatedAtOk() (*time.Time, bool)
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasAdditionalIdTokenAudiences() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasApplePrivateKey() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasApplePrivateKeyId() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasAppleTeamId() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasAuthUrl() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasAzureTenant() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasClaimsSource() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasClientId() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasClientSecret() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasCreatedAt() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasId() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasIssuerUrl() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasLabel() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasMapperUrl() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasOrganizationId() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasProjectRevisionId() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasProvider() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasProviderId() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasRequestedClaims() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasScope() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasState() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasSubjectSource() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasTokenUrl() bool
- func (o *NormalizedProjectRevisionThirdPartyProvider) HasUpdatedAt() bool
- func (o NormalizedProjectRevisionThirdPartyProvider) MarshalJSON() ([]byte, error)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetAdditionalIdTokenAudiences(v []string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetApplePrivateKey(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetApplePrivateKeyId(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetApplePrivateKeyNil()
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetAppleTeamId(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetAuthUrl(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetAzureTenant(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetClaimsSource(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetClaimsSourceNil()
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetClientId(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetClientSecret(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetClientSecretNil()
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetCreatedAt(v time.Time)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetId(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetIssuerUrl(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetLabel(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetMapperUrl(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetOrganizationId(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetOrganizationIdNil()
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetProjectRevisionId(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetProvider(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetProviderId(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetRequestedClaims(v map[string]interface{})
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetScope(v []string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetState(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetSubjectSource(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetSubjectSourceNil()
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetTokenUrl(v string)
- func (o *NormalizedProjectRevisionThirdPartyProvider) SetUpdatedAt(v time.Time)
- func (o NormalizedProjectRevisionThirdPartyProvider) ToMap() (map[string]interface{}, error)
- func (o *NormalizedProjectRevisionThirdPartyProvider) UnmarshalJSON(data []byte) (err error)
- func (o *NormalizedProjectRevisionThirdPartyProvider) UnsetApplePrivateKey()
- func (o *NormalizedProjectRevisionThirdPartyProvider) UnsetClaimsSource()
- func (o *NormalizedProjectRevisionThirdPartyProvider) UnsetClientSecret()
- func (o *NormalizedProjectRevisionThirdPartyProvider) UnsetOrganizationId()
- func (o *NormalizedProjectRevisionThirdPartyProvider) UnsetSubjectSource()
- type NormalizedProjectRevisionTokenizerTemplate
- func (o *NormalizedProjectRevisionTokenizerTemplate) GetClaimsMapperUrl() string
- func (o *NormalizedProjectRevisionTokenizerTemplate) GetClaimsMapperUrlOk() (*string, bool)
- func (o *NormalizedProjectRevisionTokenizerTemplate) GetCreatedAt() time.Time
- func (o *NormalizedProjectRevisionTokenizerTemplate) GetCreatedAtOk() (*time.Time, bool)
- func (o *NormalizedProjectRevisionTokenizerTemplate) GetId() string
- func (o *NormalizedProjectRevisionTokenizerTemplate) GetIdOk() (*string, bool)
- func (o *NormalizedProjectRevisionTokenizerTemplate) GetJwksUrl() string
- func (o *NormalizedProjectRevisionTokenizerTemplate) GetJwksUrlOk() (*string, bool)
- func (o *NormalizedProjectRevisionTokenizerTemplate) GetKey() string
- func (o *NormalizedProjectRevisionTokenizerTemplate) GetKeyOk() (*string, bool)
- func (o *NormalizedProjectRevisionTokenizerTemplate) GetProjectRevisionId() string
- func (o *NormalizedProjectRevisionTokenizerTemplate) GetProjectRevisionIdOk() (*string, bool)
- func (o *NormalizedProjectRevisionTokenizerTemplate) GetTtl() string
- func (o *NormalizedProjectRevisionTokenizerTemplate) GetTtlOk() (*string, bool)
- func (o *NormalizedProjectRevisionTokenizerTemplate) GetUpdatedAt() time.Time
- func (o *NormalizedProjectRevisionTokenizerTemplate) GetUpdatedAtOk() (*time.Time, bool)
- func (o *NormalizedProjectRevisionTokenizerTemplate) HasClaimsMapperUrl() bool
- func (o *NormalizedProjectRevisionTokenizerTemplate) HasCreatedAt() bool
- func (o *NormalizedProjectRevisionTokenizerTemplate) HasId() bool
- func (o *NormalizedProjectRevisionTokenizerTemplate) HasJwksUrl() bool
- func (o *NormalizedProjectRevisionTokenizerTemplate) HasKey() bool
- func (o *NormalizedProjectRevisionTokenizerTemplate) HasProjectRevisionId() bool
- func (o *NormalizedProjectRevisionTokenizerTemplate) HasTtl() bool
- func (o *NormalizedProjectRevisionTokenizerTemplate) HasUpdatedAt() bool
- func (o NormalizedProjectRevisionTokenizerTemplate) MarshalJSON() ([]byte, error)
- func (o *NormalizedProjectRevisionTokenizerTemplate) SetClaimsMapperUrl(v string)
- func (o *NormalizedProjectRevisionTokenizerTemplate) SetCreatedAt(v time.Time)
- func (o *NormalizedProjectRevisionTokenizerTemplate) SetId(v string)
- func (o *NormalizedProjectRevisionTokenizerTemplate) SetJwksUrl(v string)
- func (o *NormalizedProjectRevisionTokenizerTemplate) SetKey(v string)
- func (o *NormalizedProjectRevisionTokenizerTemplate) SetProjectRevisionId(v string)
- func (o *NormalizedProjectRevisionTokenizerTemplate) SetTtl(v string)
- func (o *NormalizedProjectRevisionTokenizerTemplate) SetUpdatedAt(v time.Time)
- func (o NormalizedProjectRevisionTokenizerTemplate) ToMap() (map[string]interface{}, error)
- func (o *NormalizedProjectRevisionTokenizerTemplate) UnmarshalJSON(data []byte) (err error)
- type NullableAcceptOAuth2ConsentRequest
- func (v NullableAcceptOAuth2ConsentRequest) Get() *AcceptOAuth2ConsentRequest
- func (v NullableAcceptOAuth2ConsentRequest) IsSet() bool
- func (v NullableAcceptOAuth2ConsentRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAcceptOAuth2ConsentRequest) Set(val *AcceptOAuth2ConsentRequest)
- func (v *NullableAcceptOAuth2ConsentRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAcceptOAuth2ConsentRequest) Unset()
- type NullableAcceptOAuth2ConsentRequestSession
- func (v NullableAcceptOAuth2ConsentRequestSession) Get() *AcceptOAuth2ConsentRequestSession
- func (v NullableAcceptOAuth2ConsentRequestSession) IsSet() bool
- func (v NullableAcceptOAuth2ConsentRequestSession) MarshalJSON() ([]byte, error)
- func (v *NullableAcceptOAuth2ConsentRequestSession) Set(val *AcceptOAuth2ConsentRequestSession)
- func (v *NullableAcceptOAuth2ConsentRequestSession) UnmarshalJSON(src []byte) error
- func (v *NullableAcceptOAuth2ConsentRequestSession) Unset()
- type NullableAcceptOAuth2LoginRequest
- func (v NullableAcceptOAuth2LoginRequest) Get() *AcceptOAuth2LoginRequest
- func (v NullableAcceptOAuth2LoginRequest) IsSet() bool
- func (v NullableAcceptOAuth2LoginRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAcceptOAuth2LoginRequest) Set(val *AcceptOAuth2LoginRequest)
- func (v *NullableAcceptOAuth2LoginRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAcceptOAuth2LoginRequest) Unset()
- type NullableAccountExperienceConfiguration
- func (v NullableAccountExperienceConfiguration) Get() *AccountExperienceConfiguration
- func (v NullableAccountExperienceConfiguration) IsSet() bool
- func (v NullableAccountExperienceConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableAccountExperienceConfiguration) Set(val *AccountExperienceConfiguration)
- func (v *NullableAccountExperienceConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableAccountExperienceConfiguration) Unset()
- type NullableAccountExperienceThemeVariables
- func (v NullableAccountExperienceThemeVariables) Get() *AccountExperienceThemeVariables
- func (v NullableAccountExperienceThemeVariables) IsSet() bool
- func (v NullableAccountExperienceThemeVariables) MarshalJSON() ([]byte, error)
- func (v *NullableAccountExperienceThemeVariables) Set(val *AccountExperienceThemeVariables)
- func (v *NullableAccountExperienceThemeVariables) UnmarshalJSON(src []byte) error
- func (v *NullableAccountExperienceThemeVariables) Unset()
- type NullableActiveProjectInConsole
- func (v NullableActiveProjectInConsole) Get() *ActiveProjectInConsole
- func (v NullableActiveProjectInConsole) IsSet() bool
- func (v NullableActiveProjectInConsole) MarshalJSON() ([]byte, error)
- func (v *NullableActiveProjectInConsole) Set(val *ActiveProjectInConsole)
- func (v *NullableActiveProjectInConsole) UnmarshalJSON(src []byte) error
- func (v *NullableActiveProjectInConsole) Unset()
- type NullableAddProjectToWorkspaceBody
- func (v NullableAddProjectToWorkspaceBody) Get() *AddProjectToWorkspaceBody
- func (v NullableAddProjectToWorkspaceBody) IsSet() bool
- func (v NullableAddProjectToWorkspaceBody) MarshalJSON() ([]byte, error)
- func (v *NullableAddProjectToWorkspaceBody) Set(val *AddProjectToWorkspaceBody)
- func (v *NullableAddProjectToWorkspaceBody) UnmarshalJSON(src []byte) error
- func (v *NullableAddProjectToWorkspaceBody) Unset()
- type NullableAttribute
- type NullableAttributeFilter
- func (v NullableAttributeFilter) Get() *AttributeFilter
- func (v NullableAttributeFilter) IsSet() bool
- func (v NullableAttributeFilter) MarshalJSON() ([]byte, error)
- func (v *NullableAttributeFilter) Set(val *AttributeFilter)
- func (v *NullableAttributeFilter) UnmarshalJSON(src []byte) error
- func (v *NullableAttributeFilter) Unset()
- type NullableAttributesCountDatapoint
- func (v NullableAttributesCountDatapoint) Get() *AttributesCountDatapoint
- func (v NullableAttributesCountDatapoint) IsSet() bool
- func (v NullableAttributesCountDatapoint) MarshalJSON() ([]byte, error)
- func (v *NullableAttributesCountDatapoint) Set(val *AttributesCountDatapoint)
- func (v *NullableAttributesCountDatapoint) UnmarshalJSON(src []byte) error
- func (v *NullableAttributesCountDatapoint) Unset()
- type NullableAuthenticatorAssuranceLevel
- func (v NullableAuthenticatorAssuranceLevel) Get() *AuthenticatorAssuranceLevel
- func (v NullableAuthenticatorAssuranceLevel) IsSet() bool
- func (v NullableAuthenticatorAssuranceLevel) MarshalJSON() ([]byte, error)
- func (v *NullableAuthenticatorAssuranceLevel) Set(val *AuthenticatorAssuranceLevel)
- func (v *NullableAuthenticatorAssuranceLevel) UnmarshalJSON(src []byte) error
- func (v *NullableAuthenticatorAssuranceLevel) Unset()
- type NullableBatchPatchIdentitiesResponse
- func (v NullableBatchPatchIdentitiesResponse) Get() *BatchPatchIdentitiesResponse
- func (v NullableBatchPatchIdentitiesResponse) IsSet() bool
- func (v NullableBatchPatchIdentitiesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableBatchPatchIdentitiesResponse) Set(val *BatchPatchIdentitiesResponse)
- func (v *NullableBatchPatchIdentitiesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableBatchPatchIdentitiesResponse) Unset()
- type NullableBillingPeriodBucket
- func (v NullableBillingPeriodBucket) Get() *BillingPeriodBucket
- func (v NullableBillingPeriodBucket) IsSet() bool
- func (v NullableBillingPeriodBucket) MarshalJSON() ([]byte, error)
- func (v *NullableBillingPeriodBucket) Set(val *BillingPeriodBucket)
- func (v *NullableBillingPeriodBucket) UnmarshalJSON(src []byte) error
- func (v *NullableBillingPeriodBucket) Unset()
- type NullableBool
- type NullableCheckOplSyntaxResult
- func (v NullableCheckOplSyntaxResult) Get() *CheckOplSyntaxResult
- func (v NullableCheckOplSyntaxResult) IsSet() bool
- func (v NullableCheckOplSyntaxResult) MarshalJSON() ([]byte, error)
- func (v *NullableCheckOplSyntaxResult) Set(val *CheckOplSyntaxResult)
- func (v *NullableCheckOplSyntaxResult) UnmarshalJSON(src []byte) error
- func (v *NullableCheckOplSyntaxResult) Unset()
- type NullableCheckPermissionResult
- func (v NullableCheckPermissionResult) Get() *CheckPermissionResult
- func (v NullableCheckPermissionResult) IsSet() bool
- func (v NullableCheckPermissionResult) MarshalJSON() ([]byte, error)
- func (v *NullableCheckPermissionResult) Set(val *CheckPermissionResult)
- func (v *NullableCheckPermissionResult) UnmarshalJSON(src []byte) error
- func (v *NullableCheckPermissionResult) Unset()
- type NullableCloudAccount
- func (v NullableCloudAccount) Get() *CloudAccount
- func (v NullableCloudAccount) IsSet() bool
- func (v NullableCloudAccount) MarshalJSON() ([]byte, error)
- func (v *NullableCloudAccount) Set(val *CloudAccount)
- func (v *NullableCloudAccount) UnmarshalJSON(src []byte) error
- func (v *NullableCloudAccount) Unset()
- type NullableConsistencyRequestParameters
- func (v NullableConsistencyRequestParameters) Get() *ConsistencyRequestParameters
- func (v NullableConsistencyRequestParameters) IsSet() bool
- func (v NullableConsistencyRequestParameters) MarshalJSON() ([]byte, error)
- func (v *NullableConsistencyRequestParameters) Set(val *ConsistencyRequestParameters)
- func (v *NullableConsistencyRequestParameters) UnmarshalJSON(src []byte) error
- func (v *NullableConsistencyRequestParameters) Unset()
- type NullableContinueWith
- func (v NullableContinueWith) Get() *ContinueWith
- func (v NullableContinueWith) IsSet() bool
- func (v NullableContinueWith) MarshalJSON() ([]byte, error)
- func (v *NullableContinueWith) Set(val *ContinueWith)
- func (v *NullableContinueWith) UnmarshalJSON(src []byte) error
- func (v *NullableContinueWith) Unset()
- type NullableContinueWithRecoveryUi
- func (v NullableContinueWithRecoveryUi) Get() *ContinueWithRecoveryUi
- func (v NullableContinueWithRecoveryUi) IsSet() bool
- func (v NullableContinueWithRecoveryUi) MarshalJSON() ([]byte, error)
- func (v *NullableContinueWithRecoveryUi) Set(val *ContinueWithRecoveryUi)
- func (v *NullableContinueWithRecoveryUi) UnmarshalJSON(src []byte) error
- func (v *NullableContinueWithRecoveryUi) Unset()
- type NullableContinueWithRecoveryUiFlow
- func (v NullableContinueWithRecoveryUiFlow) Get() *ContinueWithRecoveryUiFlow
- func (v NullableContinueWithRecoveryUiFlow) IsSet() bool
- func (v NullableContinueWithRecoveryUiFlow) MarshalJSON() ([]byte, error)
- func (v *NullableContinueWithRecoveryUiFlow) Set(val *ContinueWithRecoveryUiFlow)
- func (v *NullableContinueWithRecoveryUiFlow) UnmarshalJSON(src []byte) error
- func (v *NullableContinueWithRecoveryUiFlow) Unset()
- type NullableContinueWithRedirectBrowserTo
- func (v NullableContinueWithRedirectBrowserTo) Get() *ContinueWithRedirectBrowserTo
- func (v NullableContinueWithRedirectBrowserTo) IsSet() bool
- func (v NullableContinueWithRedirectBrowserTo) MarshalJSON() ([]byte, error)
- func (v *NullableContinueWithRedirectBrowserTo) Set(val *ContinueWithRedirectBrowserTo)
- func (v *NullableContinueWithRedirectBrowserTo) UnmarshalJSON(src []byte) error
- func (v *NullableContinueWithRedirectBrowserTo) Unset()
- type NullableContinueWithSetOrySessionToken
- func (v NullableContinueWithSetOrySessionToken) Get() *ContinueWithSetOrySessionToken
- func (v NullableContinueWithSetOrySessionToken) IsSet() bool
- func (v NullableContinueWithSetOrySessionToken) MarshalJSON() ([]byte, error)
- func (v *NullableContinueWithSetOrySessionToken) Set(val *ContinueWithSetOrySessionToken)
- func (v *NullableContinueWithSetOrySessionToken) UnmarshalJSON(src []byte) error
- func (v *NullableContinueWithSetOrySessionToken) Unset()
- type NullableContinueWithSettingsUi
- func (v NullableContinueWithSettingsUi) Get() *ContinueWithSettingsUi
- func (v NullableContinueWithSettingsUi) IsSet() bool
- func (v NullableContinueWithSettingsUi) MarshalJSON() ([]byte, error)
- func (v *NullableContinueWithSettingsUi) Set(val *ContinueWithSettingsUi)
- func (v *NullableContinueWithSettingsUi) UnmarshalJSON(src []byte) error
- func (v *NullableContinueWithSettingsUi) Unset()
- type NullableContinueWithSettingsUiFlow
- func (v NullableContinueWithSettingsUiFlow) Get() *ContinueWithSettingsUiFlow
- func (v NullableContinueWithSettingsUiFlow) IsSet() bool
- func (v NullableContinueWithSettingsUiFlow) MarshalJSON() ([]byte, error)
- func (v *NullableContinueWithSettingsUiFlow) Set(val *ContinueWithSettingsUiFlow)
- func (v *NullableContinueWithSettingsUiFlow) UnmarshalJSON(src []byte) error
- func (v *NullableContinueWithSettingsUiFlow) Unset()
- type NullableContinueWithVerificationUi
- func (v NullableContinueWithVerificationUi) Get() *ContinueWithVerificationUi
- func (v NullableContinueWithVerificationUi) IsSet() bool
- func (v NullableContinueWithVerificationUi) MarshalJSON() ([]byte, error)
- func (v *NullableContinueWithVerificationUi) Set(val *ContinueWithVerificationUi)
- func (v *NullableContinueWithVerificationUi) UnmarshalJSON(src []byte) error
- func (v *NullableContinueWithVerificationUi) Unset()
- type NullableContinueWithVerificationUiFlow
- func (v NullableContinueWithVerificationUiFlow) Get() *ContinueWithVerificationUiFlow
- func (v NullableContinueWithVerificationUiFlow) IsSet() bool
- func (v NullableContinueWithVerificationUiFlow) MarshalJSON() ([]byte, error)
- func (v *NullableContinueWithVerificationUiFlow) Set(val *ContinueWithVerificationUiFlow)
- func (v *NullableContinueWithVerificationUiFlow) UnmarshalJSON(src []byte) error
- func (v *NullableContinueWithVerificationUiFlow) Unset()
- type NullableCourierMessageStatus
- func (v NullableCourierMessageStatus) Get() *CourierMessageStatus
- func (v NullableCourierMessageStatus) IsSet() bool
- func (v NullableCourierMessageStatus) MarshalJSON() ([]byte, error)
- func (v *NullableCourierMessageStatus) Set(val *CourierMessageStatus)
- func (v *NullableCourierMessageStatus) UnmarshalJSON(src []byte) error
- func (v *NullableCourierMessageStatus) Unset()
- type NullableCourierMessageType
- func (v NullableCourierMessageType) Get() *CourierMessageType
- func (v NullableCourierMessageType) IsSet() bool
- func (v NullableCourierMessageType) MarshalJSON() ([]byte, error)
- func (v *NullableCourierMessageType) Set(val *CourierMessageType)
- func (v *NullableCourierMessageType) UnmarshalJSON(src []byte) error
- func (v *NullableCourierMessageType) Unset()
- type NullableCreateCustomDomainBody
- func (v NullableCreateCustomDomainBody) Get() *CreateCustomDomainBody
- func (v NullableCreateCustomDomainBody) IsSet() bool
- func (v NullableCreateCustomDomainBody) MarshalJSON() ([]byte, error)
- func (v *NullableCreateCustomDomainBody) Set(val *CreateCustomDomainBody)
- func (v *NullableCreateCustomDomainBody) UnmarshalJSON(src []byte) error
- func (v *NullableCreateCustomDomainBody) Unset()
- type NullableCreateEventStreamBody
- func (v NullableCreateEventStreamBody) Get() *CreateEventStreamBody
- func (v NullableCreateEventStreamBody) IsSet() bool
- func (v NullableCreateEventStreamBody) MarshalJSON() ([]byte, error)
- func (v *NullableCreateEventStreamBody) Set(val *CreateEventStreamBody)
- func (v *NullableCreateEventStreamBody) UnmarshalJSON(src []byte) error
- func (v *NullableCreateEventStreamBody) Unset()
- type NullableCreateIdentityBody
- func (v NullableCreateIdentityBody) Get() *CreateIdentityBody
- func (v NullableCreateIdentityBody) IsSet() bool
- func (v NullableCreateIdentityBody) MarshalJSON() ([]byte, error)
- func (v *NullableCreateIdentityBody) Set(val *CreateIdentityBody)
- func (v *NullableCreateIdentityBody) UnmarshalJSON(src []byte) error
- func (v *NullableCreateIdentityBody) Unset()
- type NullableCreateInviteResponse
- func (v NullableCreateInviteResponse) Get() *CreateInviteResponse
- func (v NullableCreateInviteResponse) IsSet() bool
- func (v NullableCreateInviteResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateInviteResponse) Set(val *CreateInviteResponse)
- func (v *NullableCreateInviteResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateInviteResponse) Unset()
- type NullableCreateJsonWebKeySet
- func (v NullableCreateJsonWebKeySet) Get() *CreateJsonWebKeySet
- func (v NullableCreateJsonWebKeySet) IsSet() bool
- func (v NullableCreateJsonWebKeySet) MarshalJSON() ([]byte, error)
- func (v *NullableCreateJsonWebKeySet) Set(val *CreateJsonWebKeySet)
- func (v *NullableCreateJsonWebKeySet) UnmarshalJSON(src []byte) error
- func (v *NullableCreateJsonWebKeySet) Unset()
- type NullableCreateProjectApiKeyRequest
- func (v NullableCreateProjectApiKeyRequest) Get() *CreateProjectApiKeyRequest
- func (v NullableCreateProjectApiKeyRequest) IsSet() bool
- func (v NullableCreateProjectApiKeyRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateProjectApiKeyRequest) Set(val *CreateProjectApiKeyRequest)
- func (v *NullableCreateProjectApiKeyRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateProjectApiKeyRequest) Unset()
- type NullableCreateProjectBody
- func (v NullableCreateProjectBody) Get() *CreateProjectBody
- func (v NullableCreateProjectBody) IsSet() bool
- func (v NullableCreateProjectBody) MarshalJSON() ([]byte, error)
- func (v *NullableCreateProjectBody) Set(val *CreateProjectBody)
- func (v *NullableCreateProjectBody) UnmarshalJSON(src []byte) error
- func (v *NullableCreateProjectBody) Unset()
- type NullableCreateProjectBranding
- func (v NullableCreateProjectBranding) Get() *CreateProjectBranding
- func (v NullableCreateProjectBranding) IsSet() bool
- func (v NullableCreateProjectBranding) MarshalJSON() ([]byte, error)
- func (v *NullableCreateProjectBranding) Set(val *CreateProjectBranding)
- func (v *NullableCreateProjectBranding) UnmarshalJSON(src []byte) error
- func (v *NullableCreateProjectBranding) Unset()
- type NullableCreateProjectMemberInviteBody
- func (v NullableCreateProjectMemberInviteBody) Get() *CreateProjectMemberInviteBody
- func (v NullableCreateProjectMemberInviteBody) IsSet() bool
- func (v NullableCreateProjectMemberInviteBody) MarshalJSON() ([]byte, error)
- func (v *NullableCreateProjectMemberInviteBody) Set(val *CreateProjectMemberInviteBody)
- func (v *NullableCreateProjectMemberInviteBody) UnmarshalJSON(src []byte) error
- func (v *NullableCreateProjectMemberInviteBody) Unset()
- type NullableCreateProjectNormalizedPayload
- func (v NullableCreateProjectNormalizedPayload) Get() *CreateProjectNormalizedPayload
- func (v NullableCreateProjectNormalizedPayload) IsSet() bool
- func (v NullableCreateProjectNormalizedPayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateProjectNormalizedPayload) Set(val *CreateProjectNormalizedPayload)
- func (v *NullableCreateProjectNormalizedPayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateProjectNormalizedPayload) Unset()
- type NullableCreateRecoveryCodeForIdentityBody
- func (v NullableCreateRecoveryCodeForIdentityBody) Get() *CreateRecoveryCodeForIdentityBody
- func (v NullableCreateRecoveryCodeForIdentityBody) IsSet() bool
- func (v NullableCreateRecoveryCodeForIdentityBody) MarshalJSON() ([]byte, error)
- func (v *NullableCreateRecoveryCodeForIdentityBody) Set(val *CreateRecoveryCodeForIdentityBody)
- func (v *NullableCreateRecoveryCodeForIdentityBody) UnmarshalJSON(src []byte) error
- func (v *NullableCreateRecoveryCodeForIdentityBody) Unset()
- type NullableCreateRecoveryLinkForIdentityBody
- func (v NullableCreateRecoveryLinkForIdentityBody) Get() *CreateRecoveryLinkForIdentityBody
- func (v NullableCreateRecoveryLinkForIdentityBody) IsSet() bool
- func (v NullableCreateRecoveryLinkForIdentityBody) MarshalJSON() ([]byte, error)
- func (v *NullableCreateRecoveryLinkForIdentityBody) Set(val *CreateRecoveryLinkForIdentityBody)
- func (v *NullableCreateRecoveryLinkForIdentityBody) UnmarshalJSON(src []byte) error
- func (v *NullableCreateRecoveryLinkForIdentityBody) Unset()
- type NullableCreateRelationshipBody
- func (v NullableCreateRelationshipBody) Get() *CreateRelationshipBody
- func (v NullableCreateRelationshipBody) IsSet() bool
- func (v NullableCreateRelationshipBody) MarshalJSON() ([]byte, error)
- func (v *NullableCreateRelationshipBody) Set(val *CreateRelationshipBody)
- func (v *NullableCreateRelationshipBody) UnmarshalJSON(src []byte) error
- func (v *NullableCreateRelationshipBody) Unset()
- type NullableCreateSubscriptionBody
- func (v NullableCreateSubscriptionBody) Get() *CreateSubscriptionBody
- func (v NullableCreateSubscriptionBody) IsSet() bool
- func (v NullableCreateSubscriptionBody) MarshalJSON() ([]byte, error)
- func (v *NullableCreateSubscriptionBody) Set(val *CreateSubscriptionBody)
- func (v *NullableCreateSubscriptionBody) UnmarshalJSON(src []byte) error
- func (v *NullableCreateSubscriptionBody) Unset()
- type NullableCreateSubscriptionCommon
- func (v NullableCreateSubscriptionCommon) Get() *CreateSubscriptionCommon
- func (v NullableCreateSubscriptionCommon) IsSet() bool
- func (v NullableCreateSubscriptionCommon) MarshalJSON() ([]byte, error)
- func (v *NullableCreateSubscriptionCommon) Set(val *CreateSubscriptionCommon)
- func (v *NullableCreateSubscriptionCommon) UnmarshalJSON(src []byte) error
- func (v *NullableCreateSubscriptionCommon) Unset()
- type NullableCreateVerifiableCredentialRequestBody
- func (v NullableCreateVerifiableCredentialRequestBody) Get() *CreateVerifiableCredentialRequestBody
- func (v NullableCreateVerifiableCredentialRequestBody) IsSet() bool
- func (v NullableCreateVerifiableCredentialRequestBody) MarshalJSON() ([]byte, error)
- func (v *NullableCreateVerifiableCredentialRequestBody) Set(val *CreateVerifiableCredentialRequestBody)
- func (v *NullableCreateVerifiableCredentialRequestBody) UnmarshalJSON(src []byte) error
- func (v *NullableCreateVerifiableCredentialRequestBody) Unset()
- type NullableCreateWorkspaceApiKeyBody
- func (v NullableCreateWorkspaceApiKeyBody) Get() *CreateWorkspaceApiKeyBody
- func (v NullableCreateWorkspaceApiKeyBody) IsSet() bool
- func (v NullableCreateWorkspaceApiKeyBody) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWorkspaceApiKeyBody) Set(val *CreateWorkspaceApiKeyBody)
- func (v *NullableCreateWorkspaceApiKeyBody) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWorkspaceApiKeyBody) Unset()
- type NullableCreateWorkspaceBody
- func (v NullableCreateWorkspaceBody) Get() *CreateWorkspaceBody
- func (v NullableCreateWorkspaceBody) IsSet() bool
- func (v NullableCreateWorkspaceBody) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWorkspaceBody) Set(val *CreateWorkspaceBody)
- func (v *NullableCreateWorkspaceBody) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWorkspaceBody) Unset()
- type NullableCreateWorkspaceMemberInviteBody
- func (v NullableCreateWorkspaceMemberInviteBody) Get() *CreateWorkspaceMemberInviteBody
- func (v NullableCreateWorkspaceMemberInviteBody) IsSet() bool
- func (v NullableCreateWorkspaceMemberInviteBody) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWorkspaceMemberInviteBody) Set(val *CreateWorkspaceMemberInviteBody)
- func (v *NullableCreateWorkspaceMemberInviteBody) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWorkspaceMemberInviteBody) Unset()
- type NullableCreateWorkspaceSubscriptionBody
- func (v NullableCreateWorkspaceSubscriptionBody) Get() *CreateWorkspaceSubscriptionBody
- func (v NullableCreateWorkspaceSubscriptionBody) IsSet() bool
- func (v NullableCreateWorkspaceSubscriptionBody) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWorkspaceSubscriptionBody) Set(val *CreateWorkspaceSubscriptionBody)
- func (v *NullableCreateWorkspaceSubscriptionBody) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWorkspaceSubscriptionBody) Unset()
- type NullableCredentialSupportedDraft00
- func (v NullableCredentialSupportedDraft00) Get() *CredentialSupportedDraft00
- func (v NullableCredentialSupportedDraft00) IsSet() bool
- func (v NullableCredentialSupportedDraft00) MarshalJSON() ([]byte, error)
- func (v *NullableCredentialSupportedDraft00) Set(val *CredentialSupportedDraft00)
- func (v *NullableCredentialSupportedDraft00) UnmarshalJSON(src []byte) error
- func (v *NullableCredentialSupportedDraft00) Unset()
- type NullableCustomDomain
- func (v NullableCustomDomain) Get() *CustomDomain
- func (v NullableCustomDomain) IsSet() bool
- func (v NullableCustomDomain) MarshalJSON() ([]byte, error)
- func (v *NullableCustomDomain) Set(val *CustomDomain)
- func (v *NullableCustomDomain) UnmarshalJSON(src []byte) error
- func (v *NullableCustomDomain) Unset()
- type NullableDeleteMySessionsCount
- func (v NullableDeleteMySessionsCount) Get() *DeleteMySessionsCount
- func (v NullableDeleteMySessionsCount) IsSet() bool
- func (v NullableDeleteMySessionsCount) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteMySessionsCount) Set(val *DeleteMySessionsCount)
- func (v *NullableDeleteMySessionsCount) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteMySessionsCount) Unset()
- type NullableEmailTemplateData
- func (v NullableEmailTemplateData) Get() *EmailTemplateData
- func (v NullableEmailTemplateData) IsSet() bool
- func (v NullableEmailTemplateData) MarshalJSON() ([]byte, error)
- func (v *NullableEmailTemplateData) Set(val *EmailTemplateData)
- func (v *NullableEmailTemplateData) UnmarshalJSON(src []byte) error
- func (v *NullableEmailTemplateData) Unset()
- type NullableEmailTemplateDataBody
- func (v NullableEmailTemplateDataBody) Get() *EmailTemplateDataBody
- func (v NullableEmailTemplateDataBody) IsSet() bool
- func (v NullableEmailTemplateDataBody) MarshalJSON() ([]byte, error)
- func (v *NullableEmailTemplateDataBody) Set(val *EmailTemplateDataBody)
- func (v *NullableEmailTemplateDataBody) UnmarshalJSON(src []byte) error
- func (v *NullableEmailTemplateDataBody) Unset()
- type NullableErrorAuthenticatorAssuranceLevelNotSatisfied
- func (v NullableErrorAuthenticatorAssuranceLevelNotSatisfied) Get() *ErrorAuthenticatorAssuranceLevelNotSatisfied
- func (v NullableErrorAuthenticatorAssuranceLevelNotSatisfied) IsSet() bool
- func (v NullableErrorAuthenticatorAssuranceLevelNotSatisfied) MarshalJSON() ([]byte, error)
- func (v *NullableErrorAuthenticatorAssuranceLevelNotSatisfied) Set(val *ErrorAuthenticatorAssuranceLevelNotSatisfied)
- func (v *NullableErrorAuthenticatorAssuranceLevelNotSatisfied) UnmarshalJSON(src []byte) error
- func (v *NullableErrorAuthenticatorAssuranceLevelNotSatisfied) Unset()
- type NullableErrorBrowserLocationChangeRequired
- func (v NullableErrorBrowserLocationChangeRequired) Get() *ErrorBrowserLocationChangeRequired
- func (v NullableErrorBrowserLocationChangeRequired) IsSet() bool
- func (v NullableErrorBrowserLocationChangeRequired) MarshalJSON() ([]byte, error)
- func (v *NullableErrorBrowserLocationChangeRequired) Set(val *ErrorBrowserLocationChangeRequired)
- func (v *NullableErrorBrowserLocationChangeRequired) UnmarshalJSON(src []byte) error
- func (v *NullableErrorBrowserLocationChangeRequired) Unset()
- type NullableErrorFlowReplaced
- func (v NullableErrorFlowReplaced) Get() *ErrorFlowReplaced
- func (v NullableErrorFlowReplaced) IsSet() bool
- func (v NullableErrorFlowReplaced) MarshalJSON() ([]byte, error)
- func (v *NullableErrorFlowReplaced) Set(val *ErrorFlowReplaced)
- func (v *NullableErrorFlowReplaced) UnmarshalJSON(src []byte) error
- func (v *NullableErrorFlowReplaced) Unset()
- type NullableErrorGeneric
- func (v NullableErrorGeneric) Get() *ErrorGeneric
- func (v NullableErrorGeneric) IsSet() bool
- func (v NullableErrorGeneric) MarshalJSON() ([]byte, error)
- func (v *NullableErrorGeneric) Set(val *ErrorGeneric)
- func (v *NullableErrorGeneric) UnmarshalJSON(src []byte) error
- func (v *NullableErrorGeneric) Unset()
- type NullableErrorOAuth2
- func (v NullableErrorOAuth2) Get() *ErrorOAuth2
- func (v NullableErrorOAuth2) IsSet() bool
- func (v NullableErrorOAuth2) MarshalJSON() ([]byte, error)
- func (v *NullableErrorOAuth2) Set(val *ErrorOAuth2)
- func (v *NullableErrorOAuth2) UnmarshalJSON(src []byte) error
- func (v *NullableErrorOAuth2) Unset()
- type NullableEventStream
- func (v NullableEventStream) Get() *EventStream
- func (v NullableEventStream) IsSet() bool
- func (v NullableEventStream) MarshalJSON() ([]byte, error)
- func (v *NullableEventStream) Set(val *EventStream)
- func (v *NullableEventStream) UnmarshalJSON(src []byte) error
- func (v *NullableEventStream) Unset()
- type NullableExpandedPermissionTree
- func (v NullableExpandedPermissionTree) Get() *ExpandedPermissionTree
- func (v NullableExpandedPermissionTree) IsSet() bool
- func (v NullableExpandedPermissionTree) MarshalJSON() ([]byte, error)
- func (v *NullableExpandedPermissionTree) Set(val *ExpandedPermissionTree)
- func (v *NullableExpandedPermissionTree) UnmarshalJSON(src []byte) error
- func (v *NullableExpandedPermissionTree) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableFlowError
- type NullableGenericError
- func (v NullableGenericError) Get() *GenericError
- func (v NullableGenericError) IsSet() bool
- func (v NullableGenericError) MarshalJSON() ([]byte, error)
- func (v *NullableGenericError) Set(val *GenericError)
- func (v *NullableGenericError) UnmarshalJSON(src []byte) error
- func (v *NullableGenericError) Unset()
- type NullableGenericErrorContent
- func (v NullableGenericErrorContent) Get() *GenericErrorContent
- func (v NullableGenericErrorContent) IsSet() bool
- func (v NullableGenericErrorContent) MarshalJSON() ([]byte, error)
- func (v *NullableGenericErrorContent) Set(val *GenericErrorContent)
- func (v *NullableGenericErrorContent) UnmarshalJSON(src []byte) error
- func (v *NullableGenericErrorContent) Unset()
- type NullableGenericUsage
- func (v NullableGenericUsage) Get() *GenericUsage
- func (v NullableGenericUsage) IsSet() bool
- func (v NullableGenericUsage) MarshalJSON() ([]byte, error)
- func (v *NullableGenericUsage) Set(val *GenericUsage)
- func (v *NullableGenericUsage) UnmarshalJSON(src []byte) error
- func (v *NullableGenericUsage) Unset()
- type NullableGetAttributesCountResponse
- func (v NullableGetAttributesCountResponse) Get() *GetAttributesCountResponse
- func (v NullableGetAttributesCountResponse) IsSet() bool
- func (v NullableGetAttributesCountResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetAttributesCountResponse) Set(val *GetAttributesCountResponse)
- func (v *NullableGetAttributesCountResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetAttributesCountResponse) Unset()
- type NullableGetManagedIdentitySchemaLocation
- func (v NullableGetManagedIdentitySchemaLocation) Get() *GetManagedIdentitySchemaLocation
- func (v NullableGetManagedIdentitySchemaLocation) IsSet() bool
- func (v NullableGetManagedIdentitySchemaLocation) MarshalJSON() ([]byte, error)
- func (v *NullableGetManagedIdentitySchemaLocation) Set(val *GetManagedIdentitySchemaLocation)
- func (v *NullableGetManagedIdentitySchemaLocation) UnmarshalJSON(src []byte) error
- func (v *NullableGetManagedIdentitySchemaLocation) Unset()
- type NullableGetMetricsEventAttributesResponse
- func (v NullableGetMetricsEventAttributesResponse) Get() *GetMetricsEventAttributesResponse
- func (v NullableGetMetricsEventAttributesResponse) IsSet() bool
- func (v NullableGetMetricsEventAttributesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetMetricsEventAttributesResponse) Set(val *GetMetricsEventAttributesResponse)
- func (v *NullableGetMetricsEventAttributesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetMetricsEventAttributesResponse) Unset()
- type NullableGetMetricsEventTypesResponse
- func (v NullableGetMetricsEventTypesResponse) Get() *GetMetricsEventTypesResponse
- func (v NullableGetMetricsEventTypesResponse) IsSet() bool
- func (v NullableGetMetricsEventTypesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetMetricsEventTypesResponse) Set(val *GetMetricsEventTypesResponse)
- func (v *NullableGetMetricsEventTypesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetMetricsEventTypesResponse) Unset()
- type NullableGetOrganizationResponse
- func (v NullableGetOrganizationResponse) Get() *GetOrganizationResponse
- func (v NullableGetOrganizationResponse) IsSet() bool
- func (v NullableGetOrganizationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetOrganizationResponse) Set(val *GetOrganizationResponse)
- func (v *NullableGetOrganizationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetOrganizationResponse) Unset()
- type NullableGetProjectEventsBody
- func (v NullableGetProjectEventsBody) Get() *GetProjectEventsBody
- func (v NullableGetProjectEventsBody) IsSet() bool
- func (v NullableGetProjectEventsBody) MarshalJSON() ([]byte, error)
- func (v *NullableGetProjectEventsBody) Set(val *GetProjectEventsBody)
- func (v *NullableGetProjectEventsBody) UnmarshalJSON(src []byte) error
- func (v *NullableGetProjectEventsBody) Unset()
- type NullableGetProjectEventsResponse
- func (v NullableGetProjectEventsResponse) Get() *GetProjectEventsResponse
- func (v NullableGetProjectEventsResponse) IsSet() bool
- func (v NullableGetProjectEventsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetProjectEventsResponse) Set(val *GetProjectEventsResponse)
- func (v *NullableGetProjectEventsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetProjectEventsResponse) Unset()
- type NullableGetProjectMetricsResponse
- func (v NullableGetProjectMetricsResponse) Get() *GetProjectMetricsResponse
- func (v NullableGetProjectMetricsResponse) IsSet() bool
- func (v NullableGetProjectMetricsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetProjectMetricsResponse) Set(val *GetProjectMetricsResponse)
- func (v *NullableGetProjectMetricsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetProjectMetricsResponse) Unset()
- type NullableGetSessionActivityResponse
- func (v NullableGetSessionActivityResponse) Get() *GetSessionActivityResponse
- func (v NullableGetSessionActivityResponse) IsSet() bool
- func (v NullableGetSessionActivityResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetSessionActivityResponse) Set(val *GetSessionActivityResponse)
- func (v *NullableGetSessionActivityResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetSessionActivityResponse) Unset()
- type NullableGetVersion200Response
- func (v NullableGetVersion200Response) Get() *GetVersion200Response
- func (v NullableGetVersion200Response) IsSet() bool
- func (v NullableGetVersion200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetVersion200Response) Set(val *GetVersion200Response)
- func (v *NullableGetVersion200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetVersion200Response) Unset()
- type NullableHealthNotReadyStatus
- func (v NullableHealthNotReadyStatus) Get() *HealthNotReadyStatus
- func (v NullableHealthNotReadyStatus) IsSet() bool
- func (v NullableHealthNotReadyStatus) MarshalJSON() ([]byte, error)
- func (v *NullableHealthNotReadyStatus) Set(val *HealthNotReadyStatus)
- func (v *NullableHealthNotReadyStatus) UnmarshalJSON(src []byte) error
- func (v *NullableHealthNotReadyStatus) Unset()
- type NullableHealthStatus
- func (v NullableHealthStatus) Get() *HealthStatus
- func (v NullableHealthStatus) IsSet() bool
- func (v NullableHealthStatus) MarshalJSON() ([]byte, error)
- func (v *NullableHealthStatus) Set(val *HealthStatus)
- func (v *NullableHealthStatus) UnmarshalJSON(src []byte) error
- func (v *NullableHealthStatus) Unset()
- type NullableIdentity
- type NullableIdentityCredentials
- func (v NullableIdentityCredentials) Get() *IdentityCredentials
- func (v NullableIdentityCredentials) IsSet() bool
- func (v NullableIdentityCredentials) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityCredentials) Set(val *IdentityCredentials)
- func (v *NullableIdentityCredentials) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityCredentials) Unset()
- type NullableIdentityCredentialsCode
- func (v NullableIdentityCredentialsCode) Get() *IdentityCredentialsCode
- func (v NullableIdentityCredentialsCode) IsSet() bool
- func (v NullableIdentityCredentialsCode) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityCredentialsCode) Set(val *IdentityCredentialsCode)
- func (v *NullableIdentityCredentialsCode) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityCredentialsCode) Unset()
- type NullableIdentityCredentialsOidc
- func (v NullableIdentityCredentialsOidc) Get() *IdentityCredentialsOidc
- func (v NullableIdentityCredentialsOidc) IsSet() bool
- func (v NullableIdentityCredentialsOidc) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityCredentialsOidc) Set(val *IdentityCredentialsOidc)
- func (v *NullableIdentityCredentialsOidc) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityCredentialsOidc) Unset()
- type NullableIdentityCredentialsOidcProvider
- func (v NullableIdentityCredentialsOidcProvider) Get() *IdentityCredentialsOidcProvider
- func (v NullableIdentityCredentialsOidcProvider) IsSet() bool
- func (v NullableIdentityCredentialsOidcProvider) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityCredentialsOidcProvider) Set(val *IdentityCredentialsOidcProvider)
- func (v *NullableIdentityCredentialsOidcProvider) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityCredentialsOidcProvider) Unset()
- type NullableIdentityCredentialsPassword
- func (v NullableIdentityCredentialsPassword) Get() *IdentityCredentialsPassword
- func (v NullableIdentityCredentialsPassword) IsSet() bool
- func (v NullableIdentityCredentialsPassword) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityCredentialsPassword) Set(val *IdentityCredentialsPassword)
- func (v *NullableIdentityCredentialsPassword) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityCredentialsPassword) Unset()
- type NullableIdentityPatch
- func (v NullableIdentityPatch) Get() *IdentityPatch
- func (v NullableIdentityPatch) IsSet() bool
- func (v NullableIdentityPatch) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityPatch) Set(val *IdentityPatch)
- func (v *NullableIdentityPatch) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityPatch) Unset()
- type NullableIdentityPatchResponse
- func (v NullableIdentityPatchResponse) Get() *IdentityPatchResponse
- func (v NullableIdentityPatchResponse) IsSet() bool
- func (v NullableIdentityPatchResponse) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityPatchResponse) Set(val *IdentityPatchResponse)
- func (v *NullableIdentityPatchResponse) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityPatchResponse) Unset()
- type NullableIdentitySchemaContainer
- func (v NullableIdentitySchemaContainer) Get() *IdentitySchemaContainer
- func (v NullableIdentitySchemaContainer) IsSet() bool
- func (v NullableIdentitySchemaContainer) MarshalJSON() ([]byte, error)
- func (v *NullableIdentitySchemaContainer) Set(val *IdentitySchemaContainer)
- func (v *NullableIdentitySchemaContainer) UnmarshalJSON(src []byte) error
- func (v *NullableIdentitySchemaContainer) Unset()
- type NullableIdentitySchemaPreset
- func (v NullableIdentitySchemaPreset) Get() *IdentitySchemaPreset
- func (v NullableIdentitySchemaPreset) IsSet() bool
- func (v NullableIdentitySchemaPreset) MarshalJSON() ([]byte, error)
- func (v *NullableIdentitySchemaPreset) Set(val *IdentitySchemaPreset)
- func (v *NullableIdentitySchemaPreset) UnmarshalJSON(src []byte) error
- func (v *NullableIdentitySchemaPreset) Unset()
- type NullableIdentityWithCredentials
- func (v NullableIdentityWithCredentials) Get() *IdentityWithCredentials
- func (v NullableIdentityWithCredentials) IsSet() bool
- func (v NullableIdentityWithCredentials) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityWithCredentials) Set(val *IdentityWithCredentials)
- func (v *NullableIdentityWithCredentials) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityWithCredentials) Unset()
- type NullableIdentityWithCredentialsOidc
- func (v NullableIdentityWithCredentialsOidc) Get() *IdentityWithCredentialsOidc
- func (v NullableIdentityWithCredentialsOidc) IsSet() bool
- func (v NullableIdentityWithCredentialsOidc) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityWithCredentialsOidc) Set(val *IdentityWithCredentialsOidc)
- func (v *NullableIdentityWithCredentialsOidc) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityWithCredentialsOidc) Unset()
- type NullableIdentityWithCredentialsOidcConfig
- func (v NullableIdentityWithCredentialsOidcConfig) Get() *IdentityWithCredentialsOidcConfig
- func (v NullableIdentityWithCredentialsOidcConfig) IsSet() bool
- func (v NullableIdentityWithCredentialsOidcConfig) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityWithCredentialsOidcConfig) Set(val *IdentityWithCredentialsOidcConfig)
- func (v *NullableIdentityWithCredentialsOidcConfig) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityWithCredentialsOidcConfig) Unset()
- type NullableIdentityWithCredentialsOidcConfigProvider
- func (v NullableIdentityWithCredentialsOidcConfigProvider) Get() *IdentityWithCredentialsOidcConfigProvider
- func (v NullableIdentityWithCredentialsOidcConfigProvider) IsSet() bool
- func (v NullableIdentityWithCredentialsOidcConfigProvider) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityWithCredentialsOidcConfigProvider) Set(val *IdentityWithCredentialsOidcConfigProvider)
- func (v *NullableIdentityWithCredentialsOidcConfigProvider) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityWithCredentialsOidcConfigProvider) Unset()
- type NullableIdentityWithCredentialsPassword
- func (v NullableIdentityWithCredentialsPassword) Get() *IdentityWithCredentialsPassword
- func (v NullableIdentityWithCredentialsPassword) IsSet() bool
- func (v NullableIdentityWithCredentialsPassword) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityWithCredentialsPassword) Set(val *IdentityWithCredentialsPassword)
- func (v *NullableIdentityWithCredentialsPassword) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityWithCredentialsPassword) Unset()
- type NullableIdentityWithCredentialsPasswordConfig
- func (v NullableIdentityWithCredentialsPasswordConfig) Get() *IdentityWithCredentialsPasswordConfig
- func (v NullableIdentityWithCredentialsPasswordConfig) IsSet() bool
- func (v NullableIdentityWithCredentialsPasswordConfig) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityWithCredentialsPasswordConfig) Set(val *IdentityWithCredentialsPasswordConfig)
- func (v *NullableIdentityWithCredentialsPasswordConfig) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityWithCredentialsPasswordConfig) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInternalGetProjectBrandingBody
- func (v NullableInternalGetProjectBrandingBody) Get() *InternalGetProjectBrandingBody
- func (v NullableInternalGetProjectBrandingBody) IsSet() bool
- func (v NullableInternalGetProjectBrandingBody) MarshalJSON() ([]byte, error)
- func (v *NullableInternalGetProjectBrandingBody) Set(val *InternalGetProjectBrandingBody)
- func (v *NullableInternalGetProjectBrandingBody) UnmarshalJSON(src []byte) error
- func (v *NullableInternalGetProjectBrandingBody) Unset()
- type NullableInternalIsAXWelcomeScreenEnabledForProjectBody
- func (v NullableInternalIsAXWelcomeScreenEnabledForProjectBody) Get() *InternalIsAXWelcomeScreenEnabledForProjectBody
- func (v NullableInternalIsAXWelcomeScreenEnabledForProjectBody) IsSet() bool
- func (v NullableInternalIsAXWelcomeScreenEnabledForProjectBody) MarshalJSON() ([]byte, error)
- func (v *NullableInternalIsAXWelcomeScreenEnabledForProjectBody) Set(val *InternalIsAXWelcomeScreenEnabledForProjectBody)
- func (v *NullableInternalIsAXWelcomeScreenEnabledForProjectBody) UnmarshalJSON(src []byte) error
- func (v *NullableInternalIsAXWelcomeScreenEnabledForProjectBody) Unset()
- type NullableInternalIsOwnerForProjectBySlugBody
- func (v NullableInternalIsOwnerForProjectBySlugBody) Get() *InternalIsOwnerForProjectBySlugBody
- func (v NullableInternalIsOwnerForProjectBySlugBody) IsSet() bool
- func (v NullableInternalIsOwnerForProjectBySlugBody) MarshalJSON() ([]byte, error)
- func (v *NullableInternalIsOwnerForProjectBySlugBody) Set(val *InternalIsOwnerForProjectBySlugBody)
- func (v *NullableInternalIsOwnerForProjectBySlugBody) UnmarshalJSON(src []byte) error
- func (v *NullableInternalIsOwnerForProjectBySlugBody) Unset()
- type NullableInternalIsOwnerForProjectBySlugResponse
- func (v NullableInternalIsOwnerForProjectBySlugResponse) Get() *InternalIsOwnerForProjectBySlugResponse
- func (v NullableInternalIsOwnerForProjectBySlugResponse) IsSet() bool
- func (v NullableInternalIsOwnerForProjectBySlugResponse) MarshalJSON() ([]byte, error)
- func (v *NullableInternalIsOwnerForProjectBySlugResponse) Set(val *InternalIsOwnerForProjectBySlugResponse)
- func (v *NullableInternalIsOwnerForProjectBySlugResponse) UnmarshalJSON(src []byte) error
- func (v *NullableInternalIsOwnerForProjectBySlugResponse) Unset()
- type NullableIntrospectedOAuth2Token
- func (v NullableIntrospectedOAuth2Token) Get() *IntrospectedOAuth2Token
- func (v NullableIntrospectedOAuth2Token) IsSet() bool
- func (v NullableIntrospectedOAuth2Token) MarshalJSON() ([]byte, error)
- func (v *NullableIntrospectedOAuth2Token) Set(val *IntrospectedOAuth2Token)
- func (v *NullableIntrospectedOAuth2Token) UnmarshalJSON(src []byte) error
- func (v *NullableIntrospectedOAuth2Token) Unset()
- type NullableInvoice
- type NullableInvoiceDataV1
- func (v NullableInvoiceDataV1) Get() *InvoiceDataV1
- func (v NullableInvoiceDataV1) IsSet() bool
- func (v NullableInvoiceDataV1) MarshalJSON() ([]byte, error)
- func (v *NullableInvoiceDataV1) Set(val *InvoiceDataV1)
- func (v *NullableInvoiceDataV1) UnmarshalJSON(src []byte) error
- func (v *NullableInvoiceDataV1) Unset()
- type NullableIsOwnerForProjectBySlug
- func (v NullableIsOwnerForProjectBySlug) Get() *IsOwnerForProjectBySlug
- func (v NullableIsOwnerForProjectBySlug) IsSet() bool
- func (v NullableIsOwnerForProjectBySlug) MarshalJSON() ([]byte, error)
- func (v *NullableIsOwnerForProjectBySlug) Set(val *IsOwnerForProjectBySlug)
- func (v *NullableIsOwnerForProjectBySlug) UnmarshalJSON(src []byte) error
- func (v *NullableIsOwnerForProjectBySlug) Unset()
- type NullableJsonPatch
- type NullableJsonWebKey
- type NullableJsonWebKeySet
- func (v NullableJsonWebKeySet) Get() *JsonWebKeySet
- func (v NullableJsonWebKeySet) IsSet() bool
- func (v NullableJsonWebKeySet) MarshalJSON() ([]byte, error)
- func (v *NullableJsonWebKeySet) Set(val *JsonWebKeySet)
- func (v *NullableJsonWebKeySet) UnmarshalJSON(src []byte) error
- func (v *NullableJsonWebKeySet) Unset()
- type NullableKetoNamespace
- func (v NullableKetoNamespace) Get() *KetoNamespace
- func (v NullableKetoNamespace) IsSet() bool
- func (v NullableKetoNamespace) MarshalJSON() ([]byte, error)
- func (v *NullableKetoNamespace) Set(val *KetoNamespace)
- func (v *NullableKetoNamespace) UnmarshalJSON(src []byte) error
- func (v *NullableKetoNamespace) Unset()
- type NullableLineItemV1
- type NullableListEventStreams
- func (v NullableListEventStreams) Get() *ListEventStreams
- func (v NullableListEventStreams) IsSet() bool
- func (v NullableListEventStreams) MarshalJSON() ([]byte, error)
- func (v *NullableListEventStreams) Set(val *ListEventStreams)
- func (v *NullableListEventStreams) UnmarshalJSON(src []byte) error
- func (v *NullableListEventStreams) Unset()
- type NullableListInvoicesResponse
- func (v NullableListInvoicesResponse) Get() *ListInvoicesResponse
- func (v NullableListInvoicesResponse) IsSet() bool
- func (v NullableListInvoicesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListInvoicesResponse) Set(val *ListInvoicesResponse)
- func (v *NullableListInvoicesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListInvoicesResponse) Unset()
- type NullableListOrganizationsResponse
- func (v NullableListOrganizationsResponse) Get() *ListOrganizationsResponse
- func (v NullableListOrganizationsResponse) IsSet() bool
- func (v NullableListOrganizationsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListOrganizationsResponse) Set(val *ListOrganizationsResponse)
- func (v *NullableListOrganizationsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListOrganizationsResponse) Unset()
- type NullableListWorkspaceProjects
- func (v NullableListWorkspaceProjects) Get() *ListWorkspaceProjects
- func (v NullableListWorkspaceProjects) IsSet() bool
- func (v NullableListWorkspaceProjects) MarshalJSON() ([]byte, error)
- func (v *NullableListWorkspaceProjects) Set(val *ListWorkspaceProjects)
- func (v *NullableListWorkspaceProjects) UnmarshalJSON(src []byte) error
- func (v *NullableListWorkspaceProjects) Unset()
- type NullableListWorkspaces
- func (v NullableListWorkspaces) Get() *ListWorkspaces
- func (v NullableListWorkspaces) IsSet() bool
- func (v NullableListWorkspaces) MarshalJSON() ([]byte, error)
- func (v *NullableListWorkspaces) Set(val *ListWorkspaces)
- func (v *NullableListWorkspaces) UnmarshalJSON(src []byte) error
- func (v *NullableListWorkspaces) Unset()
- type NullableLoginFlow
- type NullableLoginFlowState
- func (v NullableLoginFlowState) Get() *LoginFlowState
- func (v NullableLoginFlowState) IsSet() bool
- func (v NullableLoginFlowState) MarshalJSON() ([]byte, error)
- func (v *NullableLoginFlowState) Set(val *LoginFlowState)
- func (v *NullableLoginFlowState) UnmarshalJSON(src []byte) error
- func (v *NullableLoginFlowState) Unset()
- type NullableLogoutFlow
- type NullableManagedIdentitySchema
- func (v NullableManagedIdentitySchema) Get() *ManagedIdentitySchema
- func (v NullableManagedIdentitySchema) IsSet() bool
- func (v NullableManagedIdentitySchema) MarshalJSON() ([]byte, error)
- func (v *NullableManagedIdentitySchema) Set(val *ManagedIdentitySchema)
- func (v *NullableManagedIdentitySchema) UnmarshalJSON(src []byte) error
- func (v *NullableManagedIdentitySchema) Unset()
- type NullableManagedIdentitySchemaValidationResult
- func (v NullableManagedIdentitySchemaValidationResult) Get() *ManagedIdentitySchemaValidationResult
- func (v NullableManagedIdentitySchemaValidationResult) IsSet() bool
- func (v NullableManagedIdentitySchemaValidationResult) MarshalJSON() ([]byte, error)
- func (v *NullableManagedIdentitySchemaValidationResult) Set(val *ManagedIdentitySchemaValidationResult)
- func (v *NullableManagedIdentitySchemaValidationResult) UnmarshalJSON(src []byte) error
- func (v *NullableManagedIdentitySchemaValidationResult) Unset()
- type NullableMemberInvite
- func (v NullableMemberInvite) Get() *MemberInvite
- func (v NullableMemberInvite) IsSet() bool
- func (v NullableMemberInvite) MarshalJSON() ([]byte, error)
- func (v *NullableMemberInvite) Set(val *MemberInvite)
- func (v *NullableMemberInvite) UnmarshalJSON(src []byte) error
- func (v *NullableMemberInvite) Unset()
- type NullableMessage
- type NullableMessageDispatch
- func (v NullableMessageDispatch) Get() *MessageDispatch
- func (v NullableMessageDispatch) IsSet() bool
- func (v NullableMessageDispatch) MarshalJSON() ([]byte, error)
- func (v *NullableMessageDispatch) Set(val *MessageDispatch)
- func (v *NullableMessageDispatch) UnmarshalJSON(src []byte) error
- func (v *NullableMessageDispatch) Unset()
- type NullableMetricsDatapoint
- func (v NullableMetricsDatapoint) Get() *MetricsDatapoint
- func (v NullableMetricsDatapoint) IsSet() bool
- func (v NullableMetricsDatapoint) MarshalJSON() ([]byte, error)
- func (v *NullableMetricsDatapoint) Set(val *MetricsDatapoint)
- func (v *NullableMetricsDatapoint) UnmarshalJSON(src []byte) error
- func (v *NullableMetricsDatapoint) Unset()
- type NullableMoney
- type NullableNamespace
- type NullableNeedsPrivilegedSessionError
- func (v NullableNeedsPrivilegedSessionError) Get() *NeedsPrivilegedSessionError
- func (v NullableNeedsPrivilegedSessionError) IsSet() bool
- func (v NullableNeedsPrivilegedSessionError) MarshalJSON() ([]byte, error)
- func (v *NullableNeedsPrivilegedSessionError) Set(val *NeedsPrivilegedSessionError)
- func (v *NullableNeedsPrivilegedSessionError) UnmarshalJSON(src []byte) error
- func (v *NullableNeedsPrivilegedSessionError) Unset()
- type NullableNormalizedProject
- func (v NullableNormalizedProject) Get() *NormalizedProject
- func (v NullableNormalizedProject) IsSet() bool
- func (v NullableNormalizedProject) MarshalJSON() ([]byte, error)
- func (v *NullableNormalizedProject) Set(val *NormalizedProject)
- func (v *NullableNormalizedProject) UnmarshalJSON(src []byte) error
- func (v *NullableNormalizedProject) Unset()
- type NullableNormalizedProjectRevision
- func (v NullableNormalizedProjectRevision) Get() *NormalizedProjectRevision
- func (v NullableNormalizedProjectRevision) IsSet() bool
- func (v NullableNormalizedProjectRevision) MarshalJSON() ([]byte, error)
- func (v *NullableNormalizedProjectRevision) Set(val *NormalizedProjectRevision)
- func (v *NullableNormalizedProjectRevision) UnmarshalJSON(src []byte) error
- func (v *NullableNormalizedProjectRevision) Unset()
- type NullableNormalizedProjectRevisionCourierChannel
- func (v NullableNormalizedProjectRevisionCourierChannel) Get() *NormalizedProjectRevisionCourierChannel
- func (v NullableNormalizedProjectRevisionCourierChannel) IsSet() bool
- func (v NullableNormalizedProjectRevisionCourierChannel) MarshalJSON() ([]byte, error)
- func (v *NullableNormalizedProjectRevisionCourierChannel) Set(val *NormalizedProjectRevisionCourierChannel)
- func (v *NullableNormalizedProjectRevisionCourierChannel) UnmarshalJSON(src []byte) error
- func (v *NullableNormalizedProjectRevisionCourierChannel) Unset()
- type NullableNormalizedProjectRevisionHook
- func (v NullableNormalizedProjectRevisionHook) Get() *NormalizedProjectRevisionHook
- func (v NullableNormalizedProjectRevisionHook) IsSet() bool
- func (v NullableNormalizedProjectRevisionHook) MarshalJSON() ([]byte, error)
- func (v *NullableNormalizedProjectRevisionHook) Set(val *NormalizedProjectRevisionHook)
- func (v *NullableNormalizedProjectRevisionHook) UnmarshalJSON(src []byte) error
- func (v *NullableNormalizedProjectRevisionHook) Unset()
- type NullableNormalizedProjectRevisionIdentitySchema
- func (v NullableNormalizedProjectRevisionIdentitySchema) Get() *NormalizedProjectRevisionIdentitySchema
- func (v NullableNormalizedProjectRevisionIdentitySchema) IsSet() bool
- func (v NullableNormalizedProjectRevisionIdentitySchema) MarshalJSON() ([]byte, error)
- func (v *NullableNormalizedProjectRevisionIdentitySchema) Set(val *NormalizedProjectRevisionIdentitySchema)
- func (v *NullableNormalizedProjectRevisionIdentitySchema) UnmarshalJSON(src []byte) error
- func (v *NullableNormalizedProjectRevisionIdentitySchema) Unset()
- type NullableNormalizedProjectRevisionThirdPartyProvider
- func (v NullableNormalizedProjectRevisionThirdPartyProvider) Get() *NormalizedProjectRevisionThirdPartyProvider
- func (v NullableNormalizedProjectRevisionThirdPartyProvider) IsSet() bool
- func (v NullableNormalizedProjectRevisionThirdPartyProvider) MarshalJSON() ([]byte, error)
- func (v *NullableNormalizedProjectRevisionThirdPartyProvider) Set(val *NormalizedProjectRevisionThirdPartyProvider)
- func (v *NullableNormalizedProjectRevisionThirdPartyProvider) UnmarshalJSON(src []byte) error
- func (v *NullableNormalizedProjectRevisionThirdPartyProvider) Unset()
- type NullableNormalizedProjectRevisionTokenizerTemplate
- func (v NullableNormalizedProjectRevisionTokenizerTemplate) Get() *NormalizedProjectRevisionTokenizerTemplate
- func (v NullableNormalizedProjectRevisionTokenizerTemplate) IsSet() bool
- func (v NullableNormalizedProjectRevisionTokenizerTemplate) MarshalJSON() ([]byte, error)
- func (v *NullableNormalizedProjectRevisionTokenizerTemplate) Set(val *NormalizedProjectRevisionTokenizerTemplate)
- func (v *NullableNormalizedProjectRevisionTokenizerTemplate) UnmarshalJSON(src []byte) error
- func (v *NullableNormalizedProjectRevisionTokenizerTemplate) Unset()
- type NullableOAuth2Client
- func (v NullableOAuth2Client) Get() *OAuth2Client
- func (v NullableOAuth2Client) IsSet() bool
- func (v NullableOAuth2Client) MarshalJSON() ([]byte, error)
- func (v *NullableOAuth2Client) Set(val *OAuth2Client)
- func (v *NullableOAuth2Client) UnmarshalJSON(src []byte) error
- func (v *NullableOAuth2Client) Unset()
- type NullableOAuth2ClientTokenLifespans
- func (v NullableOAuth2ClientTokenLifespans) Get() *OAuth2ClientTokenLifespans
- func (v NullableOAuth2ClientTokenLifespans) IsSet() bool
- func (v NullableOAuth2ClientTokenLifespans) MarshalJSON() ([]byte, error)
- func (v *NullableOAuth2ClientTokenLifespans) Set(val *OAuth2ClientTokenLifespans)
- func (v *NullableOAuth2ClientTokenLifespans) UnmarshalJSON(src []byte) error
- func (v *NullableOAuth2ClientTokenLifespans) Unset()
- type NullableOAuth2ConsentRequest
- func (v NullableOAuth2ConsentRequest) Get() *OAuth2ConsentRequest
- func (v NullableOAuth2ConsentRequest) IsSet() bool
- func (v NullableOAuth2ConsentRequest) MarshalJSON() ([]byte, error)
- func (v *NullableOAuth2ConsentRequest) Set(val *OAuth2ConsentRequest)
- func (v *NullableOAuth2ConsentRequest) UnmarshalJSON(src []byte) error
- func (v *NullableOAuth2ConsentRequest) Unset()
- type NullableOAuth2ConsentRequestOpenIDConnectContext
- func (v NullableOAuth2ConsentRequestOpenIDConnectContext) Get() *OAuth2ConsentRequestOpenIDConnectContext
- func (v NullableOAuth2ConsentRequestOpenIDConnectContext) IsSet() bool
- func (v NullableOAuth2ConsentRequestOpenIDConnectContext) MarshalJSON() ([]byte, error)
- func (v *NullableOAuth2ConsentRequestOpenIDConnectContext) Set(val *OAuth2ConsentRequestOpenIDConnectContext)
- func (v *NullableOAuth2ConsentRequestOpenIDConnectContext) UnmarshalJSON(src []byte) error
- func (v *NullableOAuth2ConsentRequestOpenIDConnectContext) Unset()
- type NullableOAuth2ConsentSession
- func (v NullableOAuth2ConsentSession) Get() *OAuth2ConsentSession
- func (v NullableOAuth2ConsentSession) IsSet() bool
- func (v NullableOAuth2ConsentSession) MarshalJSON() ([]byte, error)
- func (v *NullableOAuth2ConsentSession) Set(val *OAuth2ConsentSession)
- func (v *NullableOAuth2ConsentSession) UnmarshalJSON(src []byte) error
- func (v *NullableOAuth2ConsentSession) Unset()
- type NullableOAuth2ConsentSessionExpiresAt
- func (v NullableOAuth2ConsentSessionExpiresAt) Get() *OAuth2ConsentSessionExpiresAt
- func (v NullableOAuth2ConsentSessionExpiresAt) IsSet() bool
- func (v NullableOAuth2ConsentSessionExpiresAt) MarshalJSON() ([]byte, error)
- func (v *NullableOAuth2ConsentSessionExpiresAt) Set(val *OAuth2ConsentSessionExpiresAt)
- func (v *NullableOAuth2ConsentSessionExpiresAt) UnmarshalJSON(src []byte) error
- func (v *NullableOAuth2ConsentSessionExpiresAt) Unset()
- type NullableOAuth2LoginRequest
- func (v NullableOAuth2LoginRequest) Get() *OAuth2LoginRequest
- func (v NullableOAuth2LoginRequest) IsSet() bool
- func (v NullableOAuth2LoginRequest) MarshalJSON() ([]byte, error)
- func (v *NullableOAuth2LoginRequest) Set(val *OAuth2LoginRequest)
- func (v *NullableOAuth2LoginRequest) UnmarshalJSON(src []byte) error
- func (v *NullableOAuth2LoginRequest) Unset()
- type NullableOAuth2LogoutRequest
- func (v NullableOAuth2LogoutRequest) Get() *OAuth2LogoutRequest
- func (v NullableOAuth2LogoutRequest) IsSet() bool
- func (v NullableOAuth2LogoutRequest) MarshalJSON() ([]byte, error)
- func (v *NullableOAuth2LogoutRequest) Set(val *OAuth2LogoutRequest)
- func (v *NullableOAuth2LogoutRequest) UnmarshalJSON(src []byte) error
- func (v *NullableOAuth2LogoutRequest) Unset()
- type NullableOAuth2RedirectTo
- func (v NullableOAuth2RedirectTo) Get() *OAuth2RedirectTo
- func (v NullableOAuth2RedirectTo) IsSet() bool
- func (v NullableOAuth2RedirectTo) MarshalJSON() ([]byte, error)
- func (v *NullableOAuth2RedirectTo) Set(val *OAuth2RedirectTo)
- func (v *NullableOAuth2RedirectTo) UnmarshalJSON(src []byte) error
- func (v *NullableOAuth2RedirectTo) Unset()
- type NullableOAuth2TokenExchange
- func (v NullableOAuth2TokenExchange) Get() *OAuth2TokenExchange
- func (v NullableOAuth2TokenExchange) IsSet() bool
- func (v NullableOAuth2TokenExchange) MarshalJSON() ([]byte, error)
- func (v *NullableOAuth2TokenExchange) Set(val *OAuth2TokenExchange)
- func (v *NullableOAuth2TokenExchange) UnmarshalJSON(src []byte) error
- func (v *NullableOAuth2TokenExchange) Unset()
- type NullableOidcConfiguration
- func (v NullableOidcConfiguration) Get() *OidcConfiguration
- func (v NullableOidcConfiguration) IsSet() bool
- func (v NullableOidcConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableOidcConfiguration) Set(val *OidcConfiguration)
- func (v *NullableOidcConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableOidcConfiguration) Unset()
- type NullableOidcUserInfo
- func (v NullableOidcUserInfo) Get() *OidcUserInfo
- func (v NullableOidcUserInfo) IsSet() bool
- func (v NullableOidcUserInfo) MarshalJSON() ([]byte, error)
- func (v *NullableOidcUserInfo) Set(val *OidcUserInfo)
- func (v *NullableOidcUserInfo) UnmarshalJSON(src []byte) error
- func (v *NullableOidcUserInfo) Unset()
- type NullableOrganization
- func (v NullableOrganization) Get() *Organization
- func (v NullableOrganization) IsSet() bool
- func (v NullableOrganization) MarshalJSON() ([]byte, error)
- func (v *NullableOrganization) Set(val *Organization)
- func (v *NullableOrganization) UnmarshalJSON(src []byte) error
- func (v *NullableOrganization) Unset()
- type NullableOrganizationBody
- func (v NullableOrganizationBody) Get() *OrganizationBody
- func (v NullableOrganizationBody) IsSet() bool
- func (v NullableOrganizationBody) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationBody) Set(val *OrganizationBody)
- func (v *NullableOrganizationBody) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationBody) Unset()
- type NullablePagination
- type NullablePaginationHeaders
- func (v NullablePaginationHeaders) Get() *PaginationHeaders
- func (v NullablePaginationHeaders) IsSet() bool
- func (v NullablePaginationHeaders) MarshalJSON() ([]byte, error)
- func (v *NullablePaginationHeaders) Set(val *PaginationHeaders)
- func (v *NullablePaginationHeaders) UnmarshalJSON(src []byte) error
- func (v *NullablePaginationHeaders) Unset()
- type NullableParseError
- type NullablePatchIdentitiesBody
- func (v NullablePatchIdentitiesBody) Get() *PatchIdentitiesBody
- func (v NullablePatchIdentitiesBody) IsSet() bool
- func (v NullablePatchIdentitiesBody) MarshalJSON() ([]byte, error)
- func (v *NullablePatchIdentitiesBody) Set(val *PatchIdentitiesBody)
- func (v *NullablePatchIdentitiesBody) UnmarshalJSON(src []byte) error
- func (v *NullablePatchIdentitiesBody) Unset()
- type NullablePerformNativeLogoutBody
- func (v NullablePerformNativeLogoutBody) Get() *PerformNativeLogoutBody
- func (v NullablePerformNativeLogoutBody) IsSet() bool
- func (v NullablePerformNativeLogoutBody) MarshalJSON() ([]byte, error)
- func (v *NullablePerformNativeLogoutBody) Set(val *PerformNativeLogoutBody)
- func (v *NullablePerformNativeLogoutBody) UnmarshalJSON(src []byte) error
- func (v *NullablePerformNativeLogoutBody) Unset()
- type NullablePermissionsOnWorkspace
- func (v NullablePermissionsOnWorkspace) Get() *PermissionsOnWorkspace
- func (v NullablePermissionsOnWorkspace) IsSet() bool
- func (v NullablePermissionsOnWorkspace) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionsOnWorkspace) Set(val *PermissionsOnWorkspace)
- func (v *NullablePermissionsOnWorkspace) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionsOnWorkspace) Unset()
- type NullablePlan
- type NullablePlanDetails
- func (v NullablePlanDetails) Get() *PlanDetails
- func (v NullablePlanDetails) IsSet() bool
- func (v NullablePlanDetails) MarshalJSON() ([]byte, error)
- func (v *NullablePlanDetails) Set(val *PlanDetails)
- func (v *NullablePlanDetails) UnmarshalJSON(src []byte) error
- func (v *NullablePlanDetails) Unset()
- type NullablePostCheckPermissionBody
- func (v NullablePostCheckPermissionBody) Get() *PostCheckPermissionBody
- func (v NullablePostCheckPermissionBody) IsSet() bool
- func (v NullablePostCheckPermissionBody) MarshalJSON() ([]byte, error)
- func (v *NullablePostCheckPermissionBody) Set(val *PostCheckPermissionBody)
- func (v *NullablePostCheckPermissionBody) UnmarshalJSON(src []byte) error
- func (v *NullablePostCheckPermissionBody) Unset()
- type NullablePostCheckPermissionOrErrorBody
- func (v NullablePostCheckPermissionOrErrorBody) Get() *PostCheckPermissionOrErrorBody
- func (v NullablePostCheckPermissionOrErrorBody) IsSet() bool
- func (v NullablePostCheckPermissionOrErrorBody) MarshalJSON() ([]byte, error)
- func (v *NullablePostCheckPermissionOrErrorBody) Set(val *PostCheckPermissionOrErrorBody)
- func (v *NullablePostCheckPermissionOrErrorBody) UnmarshalJSON(src []byte) error
- func (v *NullablePostCheckPermissionOrErrorBody) Unset()
- type NullableProject
- type NullableProjectApiKey
- func (v NullableProjectApiKey) Get() *ProjectApiKey
- func (v NullableProjectApiKey) IsSet() bool
- func (v NullableProjectApiKey) MarshalJSON() ([]byte, error)
- func (v *NullableProjectApiKey) Set(val *ProjectApiKey)
- func (v *NullableProjectApiKey) UnmarshalJSON(src []byte) error
- func (v *NullableProjectApiKey) Unset()
- type NullableProjectBranding
- func (v NullableProjectBranding) Get() *ProjectBranding
- func (v NullableProjectBranding) IsSet() bool
- func (v NullableProjectBranding) MarshalJSON() ([]byte, error)
- func (v *NullableProjectBranding) Set(val *ProjectBranding)
- func (v *NullableProjectBranding) UnmarshalJSON(src []byte) error
- func (v *NullableProjectBranding) Unset()
- type NullableProjectBrandingColors
- func (v NullableProjectBrandingColors) Get() *ProjectBrandingColors
- func (v NullableProjectBrandingColors) IsSet() bool
- func (v NullableProjectBrandingColors) MarshalJSON() ([]byte, error)
- func (v *NullableProjectBrandingColors) Set(val *ProjectBrandingColors)
- func (v *NullableProjectBrandingColors) UnmarshalJSON(src []byte) error
- func (v *NullableProjectBrandingColors) Unset()
- type NullableProjectBrandingTheme
- func (v NullableProjectBrandingTheme) Get() *ProjectBrandingTheme
- func (v NullableProjectBrandingTheme) IsSet() bool
- func (v NullableProjectBrandingTheme) MarshalJSON() ([]byte, error)
- func (v *NullableProjectBrandingTheme) Set(val *ProjectBrandingTheme)
- func (v *NullableProjectBrandingTheme) UnmarshalJSON(src []byte) error
- func (v *NullableProjectBrandingTheme) Unset()
- type NullableProjectCors
- func (v NullableProjectCors) Get() *ProjectCors
- func (v NullableProjectCors) IsSet() bool
- func (v NullableProjectCors) MarshalJSON() ([]byte, error)
- func (v *NullableProjectCors) Set(val *ProjectCors)
- func (v *NullableProjectCors) UnmarshalJSON(src []byte) error
- func (v *NullableProjectCors) Unset()
- type NullableProjectEventsDatapoint
- func (v NullableProjectEventsDatapoint) Get() *ProjectEventsDatapoint
- func (v NullableProjectEventsDatapoint) IsSet() bool
- func (v NullableProjectEventsDatapoint) MarshalJSON() ([]byte, error)
- func (v *NullableProjectEventsDatapoint) Set(val *ProjectEventsDatapoint)
- func (v *NullableProjectEventsDatapoint) UnmarshalJSON(src []byte) error
- func (v *NullableProjectEventsDatapoint) Unset()
- type NullableProjectHost
- func (v NullableProjectHost) Get() *ProjectHost
- func (v NullableProjectHost) IsSet() bool
- func (v NullableProjectHost) MarshalJSON() ([]byte, error)
- func (v *NullableProjectHost) Set(val *ProjectHost)
- func (v *NullableProjectHost) UnmarshalJSON(src []byte) error
- func (v *NullableProjectHost) Unset()
- type NullableProjectMember
- func (v NullableProjectMember) Get() *ProjectMember
- func (v NullableProjectMember) IsSet() bool
- func (v NullableProjectMember) MarshalJSON() ([]byte, error)
- func (v *NullableProjectMember) Set(val *ProjectMember)
- func (v *NullableProjectMember) UnmarshalJSON(src []byte) error
- func (v *NullableProjectMember) Unset()
- type NullableProjectMetadata
- func (v NullableProjectMetadata) Get() *ProjectMetadata
- func (v NullableProjectMetadata) IsSet() bool
- func (v NullableProjectMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableProjectMetadata) Set(val *ProjectMetadata)
- func (v *NullableProjectMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableProjectMetadata) Unset()
- type NullableProjectServiceIdentity
- func (v NullableProjectServiceIdentity) Get() *ProjectServiceIdentity
- func (v NullableProjectServiceIdentity) IsSet() bool
- func (v NullableProjectServiceIdentity) MarshalJSON() ([]byte, error)
- func (v *NullableProjectServiceIdentity) Set(val *ProjectServiceIdentity)
- func (v *NullableProjectServiceIdentity) UnmarshalJSON(src []byte) error
- func (v *NullableProjectServiceIdentity) Unset()
- type NullableProjectServiceOAuth2
- func (v NullableProjectServiceOAuth2) Get() *ProjectServiceOAuth2
- func (v NullableProjectServiceOAuth2) IsSet() bool
- func (v NullableProjectServiceOAuth2) MarshalJSON() ([]byte, error)
- func (v *NullableProjectServiceOAuth2) Set(val *ProjectServiceOAuth2)
- func (v *NullableProjectServiceOAuth2) UnmarshalJSON(src []byte) error
- func (v *NullableProjectServiceOAuth2) Unset()
- type NullableProjectServicePermission
- func (v NullableProjectServicePermission) Get() *ProjectServicePermission
- func (v NullableProjectServicePermission) IsSet() bool
- func (v NullableProjectServicePermission) MarshalJSON() ([]byte, error)
- func (v *NullableProjectServicePermission) Set(val *ProjectServicePermission)
- func (v *NullableProjectServicePermission) UnmarshalJSON(src []byte) error
- func (v *NullableProjectServicePermission) Unset()
- type NullableProjectServices
- func (v NullableProjectServices) Get() *ProjectServices
- func (v NullableProjectServices) IsSet() bool
- func (v NullableProjectServices) MarshalJSON() ([]byte, error)
- func (v *NullableProjectServices) Set(val *ProjectServices)
- func (v *NullableProjectServices) UnmarshalJSON(src []byte) error
- func (v *NullableProjectServices) Unset()
- type NullableQuotaUsage
- type NullableRFC6749ErrorJson
- func (v NullableRFC6749ErrorJson) Get() *RFC6749ErrorJson
- func (v NullableRFC6749ErrorJson) IsSet() bool
- func (v NullableRFC6749ErrorJson) MarshalJSON() ([]byte, error)
- func (v *NullableRFC6749ErrorJson) Set(val *RFC6749ErrorJson)
- func (v *NullableRFC6749ErrorJson) UnmarshalJSON(src []byte) error
- func (v *NullableRFC6749ErrorJson) Unset()
- type NullableRecoveryCodeForIdentity
- func (v NullableRecoveryCodeForIdentity) Get() *RecoveryCodeForIdentity
- func (v NullableRecoveryCodeForIdentity) IsSet() bool
- func (v NullableRecoveryCodeForIdentity) MarshalJSON() ([]byte, error)
- func (v *NullableRecoveryCodeForIdentity) Set(val *RecoveryCodeForIdentity)
- func (v *NullableRecoveryCodeForIdentity) UnmarshalJSON(src []byte) error
- func (v *NullableRecoveryCodeForIdentity) Unset()
- type NullableRecoveryFlow
- func (v NullableRecoveryFlow) Get() *RecoveryFlow
- func (v NullableRecoveryFlow) IsSet() bool
- func (v NullableRecoveryFlow) MarshalJSON() ([]byte, error)
- func (v *NullableRecoveryFlow) Set(val *RecoveryFlow)
- func (v *NullableRecoveryFlow) UnmarshalJSON(src []byte) error
- func (v *NullableRecoveryFlow) Unset()
- type NullableRecoveryFlowState
- func (v NullableRecoveryFlowState) Get() *RecoveryFlowState
- func (v NullableRecoveryFlowState) IsSet() bool
- func (v NullableRecoveryFlowState) MarshalJSON() ([]byte, error)
- func (v *NullableRecoveryFlowState) Set(val *RecoveryFlowState)
- func (v *NullableRecoveryFlowState) UnmarshalJSON(src []byte) error
- func (v *NullableRecoveryFlowState) Unset()
- type NullableRecoveryIdentityAddress
- func (v NullableRecoveryIdentityAddress) Get() *RecoveryIdentityAddress
- func (v NullableRecoveryIdentityAddress) IsSet() bool
- func (v NullableRecoveryIdentityAddress) MarshalJSON() ([]byte, error)
- func (v *NullableRecoveryIdentityAddress) Set(val *RecoveryIdentityAddress)
- func (v *NullableRecoveryIdentityAddress) UnmarshalJSON(src []byte) error
- func (v *NullableRecoveryIdentityAddress) Unset()
- type NullableRecoveryLinkForIdentity
- func (v NullableRecoveryLinkForIdentity) Get() *RecoveryLinkForIdentity
- func (v NullableRecoveryLinkForIdentity) IsSet() bool
- func (v NullableRecoveryLinkForIdentity) MarshalJSON() ([]byte, error)
- func (v *NullableRecoveryLinkForIdentity) Set(val *RecoveryLinkForIdentity)
- func (v *NullableRecoveryLinkForIdentity) UnmarshalJSON(src []byte) error
- func (v *NullableRecoveryLinkForIdentity) Unset()
- type NullableRegistrationFlow
- func (v NullableRegistrationFlow) Get() *RegistrationFlow
- func (v NullableRegistrationFlow) IsSet() bool
- func (v NullableRegistrationFlow) MarshalJSON() ([]byte, error)
- func (v *NullableRegistrationFlow) Set(val *RegistrationFlow)
- func (v *NullableRegistrationFlow) UnmarshalJSON(src []byte) error
- func (v *NullableRegistrationFlow) Unset()
- type NullableRegistrationFlowState
- func (v NullableRegistrationFlowState) Get() *RegistrationFlowState
- func (v NullableRegistrationFlowState) IsSet() bool
- func (v NullableRegistrationFlowState) MarshalJSON() ([]byte, error)
- func (v *NullableRegistrationFlowState) Set(val *RegistrationFlowState)
- func (v *NullableRegistrationFlowState) UnmarshalJSON(src []byte) error
- func (v *NullableRegistrationFlowState) Unset()
- type NullableRejectOAuth2Request
- func (v NullableRejectOAuth2Request) Get() *RejectOAuth2Request
- func (v NullableRejectOAuth2Request) IsSet() bool
- func (v NullableRejectOAuth2Request) MarshalJSON() ([]byte, error)
- func (v *NullableRejectOAuth2Request) Set(val *RejectOAuth2Request)
- func (v *NullableRejectOAuth2Request) UnmarshalJSON(src []byte) error
- func (v *NullableRejectOAuth2Request) Unset()
- type NullableRelationQuery
- func (v NullableRelationQuery) Get() *RelationQuery
- func (v NullableRelationQuery) IsSet() bool
- func (v NullableRelationQuery) MarshalJSON() ([]byte, error)
- func (v *NullableRelationQuery) Set(val *RelationQuery)
- func (v *NullableRelationQuery) UnmarshalJSON(src []byte) error
- func (v *NullableRelationQuery) Unset()
- type NullableRelationship
- func (v NullableRelationship) Get() *Relationship
- func (v NullableRelationship) IsSet() bool
- func (v NullableRelationship) MarshalJSON() ([]byte, error)
- func (v *NullableRelationship) Set(val *Relationship)
- func (v *NullableRelationship) UnmarshalJSON(src []byte) error
- func (v *NullableRelationship) Unset()
- type NullableRelationshipNamespaces
- func (v NullableRelationshipNamespaces) Get() *RelationshipNamespaces
- func (v NullableRelationshipNamespaces) IsSet() bool
- func (v NullableRelationshipNamespaces) MarshalJSON() ([]byte, error)
- func (v *NullableRelationshipNamespaces) Set(val *RelationshipNamespaces)
- func (v *NullableRelationshipNamespaces) UnmarshalJSON(src []byte) error
- func (v *NullableRelationshipNamespaces) Unset()
- type NullableRelationshipPatch
- func (v NullableRelationshipPatch) Get() *RelationshipPatch
- func (v NullableRelationshipPatch) IsSet() bool
- func (v NullableRelationshipPatch) MarshalJSON() ([]byte, error)
- func (v *NullableRelationshipPatch) Set(val *RelationshipPatch)
- func (v *NullableRelationshipPatch) UnmarshalJSON(src []byte) error
- func (v *NullableRelationshipPatch) Unset()
- type NullableRelationships
- func (v NullableRelationships) Get() *Relationships
- func (v NullableRelationships) IsSet() bool
- func (v NullableRelationships) MarshalJSON() ([]byte, error)
- func (v *NullableRelationships) Set(val *Relationships)
- func (v *NullableRelationships) UnmarshalJSON(src []byte) error
- func (v *NullableRelationships) Unset()
- type NullableSchemaPatch
- func (v NullableSchemaPatch) Get() *SchemaPatch
- func (v NullableSchemaPatch) IsSet() bool
- func (v NullableSchemaPatch) MarshalJSON() ([]byte, error)
- func (v *NullableSchemaPatch) Set(val *SchemaPatch)
- func (v *NullableSchemaPatch) UnmarshalJSON(src []byte) error
- func (v *NullableSchemaPatch) Unset()
- type NullableSelfServiceFlowExpiredError
- func (v NullableSelfServiceFlowExpiredError) Get() *SelfServiceFlowExpiredError
- func (v NullableSelfServiceFlowExpiredError) IsSet() bool
- func (v NullableSelfServiceFlowExpiredError) MarshalJSON() ([]byte, error)
- func (v *NullableSelfServiceFlowExpiredError) Set(val *SelfServiceFlowExpiredError)
- func (v *NullableSelfServiceFlowExpiredError) UnmarshalJSON(src []byte) error
- func (v *NullableSelfServiceFlowExpiredError) Unset()
- type NullableSession
- type NullableSessionActivityDatapoint
- func (v NullableSessionActivityDatapoint) Get() *SessionActivityDatapoint
- func (v NullableSessionActivityDatapoint) IsSet() bool
- func (v NullableSessionActivityDatapoint) MarshalJSON() ([]byte, error)
- func (v *NullableSessionActivityDatapoint) Set(val *SessionActivityDatapoint)
- func (v *NullableSessionActivityDatapoint) UnmarshalJSON(src []byte) error
- func (v *NullableSessionActivityDatapoint) Unset()
- type NullableSessionAuthenticationMethod
- func (v NullableSessionAuthenticationMethod) Get() *SessionAuthenticationMethod
- func (v NullableSessionAuthenticationMethod) IsSet() bool
- func (v NullableSessionAuthenticationMethod) MarshalJSON() ([]byte, error)
- func (v *NullableSessionAuthenticationMethod) Set(val *SessionAuthenticationMethod)
- func (v *NullableSessionAuthenticationMethod) UnmarshalJSON(src []byte) error
- func (v *NullableSessionAuthenticationMethod) Unset()
- type NullableSessionDevice
- func (v NullableSessionDevice) Get() *SessionDevice
- func (v NullableSessionDevice) IsSet() bool
- func (v NullableSessionDevice) MarshalJSON() ([]byte, error)
- func (v *NullableSessionDevice) Set(val *SessionDevice)
- func (v *NullableSessionDevice) UnmarshalJSON(src []byte) error
- func (v *NullableSessionDevice) Unset()
- type NullableSetActiveProjectInConsoleBody
- func (v NullableSetActiveProjectInConsoleBody) Get() *SetActiveProjectInConsoleBody
- func (v NullableSetActiveProjectInConsoleBody) IsSet() bool
- func (v NullableSetActiveProjectInConsoleBody) MarshalJSON() ([]byte, error)
- func (v *NullableSetActiveProjectInConsoleBody) Set(val *SetActiveProjectInConsoleBody)
- func (v *NullableSetActiveProjectInConsoleBody) UnmarshalJSON(src []byte) error
- func (v *NullableSetActiveProjectInConsoleBody) Unset()
- type NullableSetCustomDomainBody
- func (v NullableSetCustomDomainBody) Get() *SetCustomDomainBody
- func (v NullableSetCustomDomainBody) IsSet() bool
- func (v NullableSetCustomDomainBody) MarshalJSON() ([]byte, error)
- func (v *NullableSetCustomDomainBody) Set(val *SetCustomDomainBody)
- func (v *NullableSetCustomDomainBody) UnmarshalJSON(src []byte) error
- func (v *NullableSetCustomDomainBody) Unset()
- type NullableSetEventStreamBody
- func (v NullableSetEventStreamBody) Get() *SetEventStreamBody
- func (v NullableSetEventStreamBody) IsSet() bool
- func (v NullableSetEventStreamBody) MarshalJSON() ([]byte, error)
- func (v *NullableSetEventStreamBody) Set(val *SetEventStreamBody)
- func (v *NullableSetEventStreamBody) UnmarshalJSON(src []byte) error
- func (v *NullableSetEventStreamBody) Unset()
- type NullableSetProject
- type NullableSetProjectBrandingThemeBody
- func (v NullableSetProjectBrandingThemeBody) Get() *SetProjectBrandingThemeBody
- func (v NullableSetProjectBrandingThemeBody) IsSet() bool
- func (v NullableSetProjectBrandingThemeBody) MarshalJSON() ([]byte, error)
- func (v *NullableSetProjectBrandingThemeBody) Set(val *SetProjectBrandingThemeBody)
- func (v *NullableSetProjectBrandingThemeBody) UnmarshalJSON(src []byte) error
- func (v *NullableSetProjectBrandingThemeBody) Unset()
- type NullableSettingsFlow
- func (v NullableSettingsFlow) Get() *SettingsFlow
- func (v NullableSettingsFlow) IsSet() bool
- func (v NullableSettingsFlow) MarshalJSON() ([]byte, error)
- func (v *NullableSettingsFlow) Set(val *SettingsFlow)
- func (v *NullableSettingsFlow) UnmarshalJSON(src []byte) error
- func (v *NullableSettingsFlow) Unset()
- type NullableSettingsFlowState
- func (v NullableSettingsFlowState) Get() *SettingsFlowState
- func (v NullableSettingsFlowState) IsSet() bool
- func (v NullableSettingsFlowState) MarshalJSON() ([]byte, error)
- func (v *NullableSettingsFlowState) Set(val *SettingsFlowState)
- func (v *NullableSettingsFlowState) UnmarshalJSON(src []byte) error
- func (v *NullableSettingsFlowState) Unset()
- type NullableSourcePosition
- func (v NullableSourcePosition) Get() *SourcePosition
- func (v NullableSourcePosition) IsSet() bool
- func (v NullableSourcePosition) MarshalJSON() ([]byte, error)
- func (v *NullableSourcePosition) Set(val *SourcePosition)
- func (v *NullableSourcePosition) UnmarshalJSON(src []byte) error
- func (v *NullableSourcePosition) Unset()
- type NullableString
- type NullableSubjectSet
- type NullableSubscription
- func (v NullableSubscription) Get() *Subscription
- func (v NullableSubscription) IsSet() bool
- func (v NullableSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableSubscription) Set(val *Subscription)
- func (v *NullableSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableSubscription) Unset()
- type NullableSuccessfulCodeExchangeResponse
- func (v NullableSuccessfulCodeExchangeResponse) Get() *SuccessfulCodeExchangeResponse
- func (v NullableSuccessfulCodeExchangeResponse) IsSet() bool
- func (v NullableSuccessfulCodeExchangeResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSuccessfulCodeExchangeResponse) Set(val *SuccessfulCodeExchangeResponse)
- func (v *NullableSuccessfulCodeExchangeResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSuccessfulCodeExchangeResponse) Unset()
- type NullableSuccessfulNativeLogin
- func (v NullableSuccessfulNativeLogin) Get() *SuccessfulNativeLogin
- func (v NullableSuccessfulNativeLogin) IsSet() bool
- func (v NullableSuccessfulNativeLogin) MarshalJSON() ([]byte, error)
- func (v *NullableSuccessfulNativeLogin) Set(val *SuccessfulNativeLogin)
- func (v *NullableSuccessfulNativeLogin) UnmarshalJSON(src []byte) error
- func (v *NullableSuccessfulNativeLogin) Unset()
- type NullableSuccessfulNativeRegistration
- func (v NullableSuccessfulNativeRegistration) Get() *SuccessfulNativeRegistration
- func (v NullableSuccessfulNativeRegistration) IsSet() bool
- func (v NullableSuccessfulNativeRegistration) MarshalJSON() ([]byte, error)
- func (v *NullableSuccessfulNativeRegistration) Set(val *SuccessfulNativeRegistration)
- func (v *NullableSuccessfulNativeRegistration) UnmarshalJSON(src []byte) error
- func (v *NullableSuccessfulNativeRegistration) Unset()
- type NullableSuccessfulProjectUpdate
- func (v NullableSuccessfulProjectUpdate) Get() *SuccessfulProjectUpdate
- func (v NullableSuccessfulProjectUpdate) IsSet() bool
- func (v NullableSuccessfulProjectUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableSuccessfulProjectUpdate) Set(val *SuccessfulProjectUpdate)
- func (v *NullableSuccessfulProjectUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableSuccessfulProjectUpdate) Unset()
- type NullableTaxLineItem
- func (v NullableTaxLineItem) Get() *TaxLineItem
- func (v NullableTaxLineItem) IsSet() bool
- func (v NullableTaxLineItem) MarshalJSON() ([]byte, error)
- func (v *NullableTaxLineItem) Set(val *TaxLineItem)
- func (v *NullableTaxLineItem) UnmarshalJSON(src []byte) error
- func (v *NullableTaxLineItem) Unset()
- type NullableTime
- type NullableTimeInterval
- func (v NullableTimeInterval) Get() *TimeInterval
- func (v NullableTimeInterval) IsSet() bool
- func (v NullableTimeInterval) MarshalJSON() ([]byte, error)
- func (v *NullableTimeInterval) Set(val *TimeInterval)
- func (v *NullableTimeInterval) UnmarshalJSON(src []byte) error
- func (v *NullableTimeInterval) Unset()
- type NullableTokenPagination
- func (v NullableTokenPagination) Get() *TokenPagination
- func (v NullableTokenPagination) IsSet() bool
- func (v NullableTokenPagination) MarshalJSON() ([]byte, error)
- func (v *NullableTokenPagination) Set(val *TokenPagination)
- func (v *NullableTokenPagination) UnmarshalJSON(src []byte) error
- func (v *NullableTokenPagination) Unset()
- type NullableTokenPaginationHeaders
- func (v NullableTokenPaginationHeaders) Get() *TokenPaginationHeaders
- func (v NullableTokenPaginationHeaders) IsSet() bool
- func (v NullableTokenPaginationHeaders) MarshalJSON() ([]byte, error)
- func (v *NullableTokenPaginationHeaders) Set(val *TokenPaginationHeaders)
- func (v *NullableTokenPaginationHeaders) UnmarshalJSON(src []byte) error
- func (v *NullableTokenPaginationHeaders) Unset()
- type NullableTokenPaginationRequestParameters
- func (v NullableTokenPaginationRequestParameters) Get() *TokenPaginationRequestParameters
- func (v NullableTokenPaginationRequestParameters) IsSet() bool
- func (v NullableTokenPaginationRequestParameters) MarshalJSON() ([]byte, error)
- func (v *NullableTokenPaginationRequestParameters) Set(val *TokenPaginationRequestParameters)
- func (v *NullableTokenPaginationRequestParameters) UnmarshalJSON(src []byte) error
- func (v *NullableTokenPaginationRequestParameters) Unset()
- type NullableTokenPaginationResponseHeaders
- func (v NullableTokenPaginationResponseHeaders) Get() *TokenPaginationResponseHeaders
- func (v NullableTokenPaginationResponseHeaders) IsSet() bool
- func (v NullableTokenPaginationResponseHeaders) MarshalJSON() ([]byte, error)
- func (v *NullableTokenPaginationResponseHeaders) Set(val *TokenPaginationResponseHeaders)
- func (v *NullableTokenPaginationResponseHeaders) UnmarshalJSON(src []byte) error
- func (v *NullableTokenPaginationResponseHeaders) Unset()
- type NullableTrustOAuth2JwtGrantIssuer
- func (v NullableTrustOAuth2JwtGrantIssuer) Get() *TrustOAuth2JwtGrantIssuer
- func (v NullableTrustOAuth2JwtGrantIssuer) IsSet() bool
- func (v NullableTrustOAuth2JwtGrantIssuer) MarshalJSON() ([]byte, error)
- func (v *NullableTrustOAuth2JwtGrantIssuer) Set(val *TrustOAuth2JwtGrantIssuer)
- func (v *NullableTrustOAuth2JwtGrantIssuer) UnmarshalJSON(src []byte) error
- func (v *NullableTrustOAuth2JwtGrantIssuer) Unset()
- type NullableTrustedOAuth2JwtGrantIssuer
- func (v NullableTrustedOAuth2JwtGrantIssuer) Get() *TrustedOAuth2JwtGrantIssuer
- func (v NullableTrustedOAuth2JwtGrantIssuer) IsSet() bool
- func (v NullableTrustedOAuth2JwtGrantIssuer) MarshalJSON() ([]byte, error)
- func (v *NullableTrustedOAuth2JwtGrantIssuer) Set(val *TrustedOAuth2JwtGrantIssuer)
- func (v *NullableTrustedOAuth2JwtGrantIssuer) UnmarshalJSON(src []byte) error
- func (v *NullableTrustedOAuth2JwtGrantIssuer) Unset()
- type NullableTrustedOAuth2JwtGrantJsonWebKey
- func (v NullableTrustedOAuth2JwtGrantJsonWebKey) Get() *TrustedOAuth2JwtGrantJsonWebKey
- func (v NullableTrustedOAuth2JwtGrantJsonWebKey) IsSet() bool
- func (v NullableTrustedOAuth2JwtGrantJsonWebKey) MarshalJSON() ([]byte, error)
- func (v *NullableTrustedOAuth2JwtGrantJsonWebKey) Set(val *TrustedOAuth2JwtGrantJsonWebKey)
- func (v *NullableTrustedOAuth2JwtGrantJsonWebKey) UnmarshalJSON(src []byte) error
- func (v *NullableTrustedOAuth2JwtGrantJsonWebKey) Unset()
- type NullableUiContainer
- func (v NullableUiContainer) Get() *UiContainer
- func (v NullableUiContainer) IsSet() bool
- func (v NullableUiContainer) MarshalJSON() ([]byte, error)
- func (v *NullableUiContainer) Set(val *UiContainer)
- func (v *NullableUiContainer) UnmarshalJSON(src []byte) error
- func (v *NullableUiContainer) Unset()
- type NullableUiNode
- type NullableUiNodeAnchorAttributes
- func (v NullableUiNodeAnchorAttributes) Get() *UiNodeAnchorAttributes
- func (v NullableUiNodeAnchorAttributes) IsSet() bool
- func (v NullableUiNodeAnchorAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableUiNodeAnchorAttributes) Set(val *UiNodeAnchorAttributes)
- func (v *NullableUiNodeAnchorAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableUiNodeAnchorAttributes) Unset()
- type NullableUiNodeAttributes
- func (v NullableUiNodeAttributes) Get() *UiNodeAttributes
- func (v NullableUiNodeAttributes) IsSet() bool
- func (v NullableUiNodeAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableUiNodeAttributes) Set(val *UiNodeAttributes)
- func (v *NullableUiNodeAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableUiNodeAttributes) Unset()
- type NullableUiNodeImageAttributes
- func (v NullableUiNodeImageAttributes) Get() *UiNodeImageAttributes
- func (v NullableUiNodeImageAttributes) IsSet() bool
- func (v NullableUiNodeImageAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableUiNodeImageAttributes) Set(val *UiNodeImageAttributes)
- func (v *NullableUiNodeImageAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableUiNodeImageAttributes) Unset()
- type NullableUiNodeInputAttributes
- func (v NullableUiNodeInputAttributes) Get() *UiNodeInputAttributes
- func (v NullableUiNodeInputAttributes) IsSet() bool
- func (v NullableUiNodeInputAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableUiNodeInputAttributes) Set(val *UiNodeInputAttributes)
- func (v *NullableUiNodeInputAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableUiNodeInputAttributes) Unset()
- type NullableUiNodeMeta
- type NullableUiNodeScriptAttributes
- func (v NullableUiNodeScriptAttributes) Get() *UiNodeScriptAttributes
- func (v NullableUiNodeScriptAttributes) IsSet() bool
- func (v NullableUiNodeScriptAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableUiNodeScriptAttributes) Set(val *UiNodeScriptAttributes)
- func (v *NullableUiNodeScriptAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableUiNodeScriptAttributes) Unset()
- type NullableUiNodeTextAttributes
- func (v NullableUiNodeTextAttributes) Get() *UiNodeTextAttributes
- func (v NullableUiNodeTextAttributes) IsSet() bool
- func (v NullableUiNodeTextAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableUiNodeTextAttributes) Set(val *UiNodeTextAttributes)
- func (v *NullableUiNodeTextAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableUiNodeTextAttributes) Unset()
- type NullableUiText
- type NullableUpdateIdentityBody
- func (v NullableUpdateIdentityBody) Get() *UpdateIdentityBody
- func (v NullableUpdateIdentityBody) IsSet() bool
- func (v NullableUpdateIdentityBody) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateIdentityBody) Set(val *UpdateIdentityBody)
- func (v *NullableUpdateIdentityBody) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateIdentityBody) Unset()
- type NullableUpdateLoginFlowBody
- func (v NullableUpdateLoginFlowBody) Get() *UpdateLoginFlowBody
- func (v NullableUpdateLoginFlowBody) IsSet() bool
- func (v NullableUpdateLoginFlowBody) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateLoginFlowBody) Set(val *UpdateLoginFlowBody)
- func (v *NullableUpdateLoginFlowBody) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateLoginFlowBody) Unset()
- type NullableUpdateLoginFlowWithCodeMethod
- func (v NullableUpdateLoginFlowWithCodeMethod) Get() *UpdateLoginFlowWithCodeMethod
- func (v NullableUpdateLoginFlowWithCodeMethod) IsSet() bool
- func (v NullableUpdateLoginFlowWithCodeMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateLoginFlowWithCodeMethod) Set(val *UpdateLoginFlowWithCodeMethod)
- func (v *NullableUpdateLoginFlowWithCodeMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateLoginFlowWithCodeMethod) Unset()
- type NullableUpdateLoginFlowWithIdentifierFirstMethod
- func (v NullableUpdateLoginFlowWithIdentifierFirstMethod) Get() *UpdateLoginFlowWithIdentifierFirstMethod
- func (v NullableUpdateLoginFlowWithIdentifierFirstMethod) IsSet() bool
- func (v NullableUpdateLoginFlowWithIdentifierFirstMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateLoginFlowWithIdentifierFirstMethod) Set(val *UpdateLoginFlowWithIdentifierFirstMethod)
- func (v *NullableUpdateLoginFlowWithIdentifierFirstMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateLoginFlowWithIdentifierFirstMethod) Unset()
- type NullableUpdateLoginFlowWithLookupSecretMethod
- func (v NullableUpdateLoginFlowWithLookupSecretMethod) Get() *UpdateLoginFlowWithLookupSecretMethod
- func (v NullableUpdateLoginFlowWithLookupSecretMethod) IsSet() bool
- func (v NullableUpdateLoginFlowWithLookupSecretMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateLoginFlowWithLookupSecretMethod) Set(val *UpdateLoginFlowWithLookupSecretMethod)
- func (v *NullableUpdateLoginFlowWithLookupSecretMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateLoginFlowWithLookupSecretMethod) Unset()
- type NullableUpdateLoginFlowWithOidcMethod
- func (v NullableUpdateLoginFlowWithOidcMethod) Get() *UpdateLoginFlowWithOidcMethod
- func (v NullableUpdateLoginFlowWithOidcMethod) IsSet() bool
- func (v NullableUpdateLoginFlowWithOidcMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateLoginFlowWithOidcMethod) Set(val *UpdateLoginFlowWithOidcMethod)
- func (v *NullableUpdateLoginFlowWithOidcMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateLoginFlowWithOidcMethod) Unset()
- type NullableUpdateLoginFlowWithPasskeyMethod
- func (v NullableUpdateLoginFlowWithPasskeyMethod) Get() *UpdateLoginFlowWithPasskeyMethod
- func (v NullableUpdateLoginFlowWithPasskeyMethod) IsSet() bool
- func (v NullableUpdateLoginFlowWithPasskeyMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateLoginFlowWithPasskeyMethod) Set(val *UpdateLoginFlowWithPasskeyMethod)
- func (v *NullableUpdateLoginFlowWithPasskeyMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateLoginFlowWithPasskeyMethod) Unset()
- type NullableUpdateLoginFlowWithPasswordMethod
- func (v NullableUpdateLoginFlowWithPasswordMethod) Get() *UpdateLoginFlowWithPasswordMethod
- func (v NullableUpdateLoginFlowWithPasswordMethod) IsSet() bool
- func (v NullableUpdateLoginFlowWithPasswordMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateLoginFlowWithPasswordMethod) Set(val *UpdateLoginFlowWithPasswordMethod)
- func (v *NullableUpdateLoginFlowWithPasswordMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateLoginFlowWithPasswordMethod) Unset()
- type NullableUpdateLoginFlowWithTotpMethod
- func (v NullableUpdateLoginFlowWithTotpMethod) Get() *UpdateLoginFlowWithTotpMethod
- func (v NullableUpdateLoginFlowWithTotpMethod) IsSet() bool
- func (v NullableUpdateLoginFlowWithTotpMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateLoginFlowWithTotpMethod) Set(val *UpdateLoginFlowWithTotpMethod)
- func (v *NullableUpdateLoginFlowWithTotpMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateLoginFlowWithTotpMethod) Unset()
- type NullableUpdateLoginFlowWithWebAuthnMethod
- func (v NullableUpdateLoginFlowWithWebAuthnMethod) Get() *UpdateLoginFlowWithWebAuthnMethod
- func (v NullableUpdateLoginFlowWithWebAuthnMethod) IsSet() bool
- func (v NullableUpdateLoginFlowWithWebAuthnMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateLoginFlowWithWebAuthnMethod) Set(val *UpdateLoginFlowWithWebAuthnMethod)
- func (v *NullableUpdateLoginFlowWithWebAuthnMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateLoginFlowWithWebAuthnMethod) Unset()
- type NullableUpdateRecoveryFlowBody
- func (v NullableUpdateRecoveryFlowBody) Get() *UpdateRecoveryFlowBody
- func (v NullableUpdateRecoveryFlowBody) IsSet() bool
- func (v NullableUpdateRecoveryFlowBody) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateRecoveryFlowBody) Set(val *UpdateRecoveryFlowBody)
- func (v *NullableUpdateRecoveryFlowBody) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateRecoveryFlowBody) Unset()
- type NullableUpdateRecoveryFlowWithCodeMethod
- func (v NullableUpdateRecoveryFlowWithCodeMethod) Get() *UpdateRecoveryFlowWithCodeMethod
- func (v NullableUpdateRecoveryFlowWithCodeMethod) IsSet() bool
- func (v NullableUpdateRecoveryFlowWithCodeMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateRecoveryFlowWithCodeMethod) Set(val *UpdateRecoveryFlowWithCodeMethod)
- func (v *NullableUpdateRecoveryFlowWithCodeMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateRecoveryFlowWithCodeMethod) Unset()
- type NullableUpdateRecoveryFlowWithLinkMethod
- func (v NullableUpdateRecoveryFlowWithLinkMethod) Get() *UpdateRecoveryFlowWithLinkMethod
- func (v NullableUpdateRecoveryFlowWithLinkMethod) IsSet() bool
- func (v NullableUpdateRecoveryFlowWithLinkMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateRecoveryFlowWithLinkMethod) Set(val *UpdateRecoveryFlowWithLinkMethod)
- func (v *NullableUpdateRecoveryFlowWithLinkMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateRecoveryFlowWithLinkMethod) Unset()
- type NullableUpdateRegistrationFlowBody
- func (v NullableUpdateRegistrationFlowBody) Get() *UpdateRegistrationFlowBody
- func (v NullableUpdateRegistrationFlowBody) IsSet() bool
- func (v NullableUpdateRegistrationFlowBody) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateRegistrationFlowBody) Set(val *UpdateRegistrationFlowBody)
- func (v *NullableUpdateRegistrationFlowBody) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateRegistrationFlowBody) Unset()
- type NullableUpdateRegistrationFlowWithCodeMethod
- func (v NullableUpdateRegistrationFlowWithCodeMethod) Get() *UpdateRegistrationFlowWithCodeMethod
- func (v NullableUpdateRegistrationFlowWithCodeMethod) IsSet() bool
- func (v NullableUpdateRegistrationFlowWithCodeMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateRegistrationFlowWithCodeMethod) Set(val *UpdateRegistrationFlowWithCodeMethod)
- func (v *NullableUpdateRegistrationFlowWithCodeMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateRegistrationFlowWithCodeMethod) Unset()
- type NullableUpdateRegistrationFlowWithOidcMethod
- func (v NullableUpdateRegistrationFlowWithOidcMethod) Get() *UpdateRegistrationFlowWithOidcMethod
- func (v NullableUpdateRegistrationFlowWithOidcMethod) IsSet() bool
- func (v NullableUpdateRegistrationFlowWithOidcMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateRegistrationFlowWithOidcMethod) Set(val *UpdateRegistrationFlowWithOidcMethod)
- func (v *NullableUpdateRegistrationFlowWithOidcMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateRegistrationFlowWithOidcMethod) Unset()
- type NullableUpdateRegistrationFlowWithPasskeyMethod
- func (v NullableUpdateRegistrationFlowWithPasskeyMethod) Get() *UpdateRegistrationFlowWithPasskeyMethod
- func (v NullableUpdateRegistrationFlowWithPasskeyMethod) IsSet() bool
- func (v NullableUpdateRegistrationFlowWithPasskeyMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateRegistrationFlowWithPasskeyMethod) Set(val *UpdateRegistrationFlowWithPasskeyMethod)
- func (v *NullableUpdateRegistrationFlowWithPasskeyMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateRegistrationFlowWithPasskeyMethod) Unset()
- type NullableUpdateRegistrationFlowWithPasswordMethod
- func (v NullableUpdateRegistrationFlowWithPasswordMethod) Get() *UpdateRegistrationFlowWithPasswordMethod
- func (v NullableUpdateRegistrationFlowWithPasswordMethod) IsSet() bool
- func (v NullableUpdateRegistrationFlowWithPasswordMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateRegistrationFlowWithPasswordMethod) Set(val *UpdateRegistrationFlowWithPasswordMethod)
- func (v *NullableUpdateRegistrationFlowWithPasswordMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateRegistrationFlowWithPasswordMethod) Unset()
- type NullableUpdateRegistrationFlowWithProfileMethod
- func (v NullableUpdateRegistrationFlowWithProfileMethod) Get() *UpdateRegistrationFlowWithProfileMethod
- func (v NullableUpdateRegistrationFlowWithProfileMethod) IsSet() bool
- func (v NullableUpdateRegistrationFlowWithProfileMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateRegistrationFlowWithProfileMethod) Set(val *UpdateRegistrationFlowWithProfileMethod)
- func (v *NullableUpdateRegistrationFlowWithProfileMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateRegistrationFlowWithProfileMethod) Unset()
- type NullableUpdateRegistrationFlowWithWebAuthnMethod
- func (v NullableUpdateRegistrationFlowWithWebAuthnMethod) Get() *UpdateRegistrationFlowWithWebAuthnMethod
- func (v NullableUpdateRegistrationFlowWithWebAuthnMethod) IsSet() bool
- func (v NullableUpdateRegistrationFlowWithWebAuthnMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateRegistrationFlowWithWebAuthnMethod) Set(val *UpdateRegistrationFlowWithWebAuthnMethod)
- func (v *NullableUpdateRegistrationFlowWithWebAuthnMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateRegistrationFlowWithWebAuthnMethod) Unset()
- type NullableUpdateSettingsFlowBody
- func (v NullableUpdateSettingsFlowBody) Get() *UpdateSettingsFlowBody
- func (v NullableUpdateSettingsFlowBody) IsSet() bool
- func (v NullableUpdateSettingsFlowBody) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSettingsFlowBody) Set(val *UpdateSettingsFlowBody)
- func (v *NullableUpdateSettingsFlowBody) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSettingsFlowBody) Unset()
- type NullableUpdateSettingsFlowWithLookupMethod
- func (v NullableUpdateSettingsFlowWithLookupMethod) Get() *UpdateSettingsFlowWithLookupMethod
- func (v NullableUpdateSettingsFlowWithLookupMethod) IsSet() bool
- func (v NullableUpdateSettingsFlowWithLookupMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSettingsFlowWithLookupMethod) Set(val *UpdateSettingsFlowWithLookupMethod)
- func (v *NullableUpdateSettingsFlowWithLookupMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSettingsFlowWithLookupMethod) Unset()
- type NullableUpdateSettingsFlowWithOidcMethod
- func (v NullableUpdateSettingsFlowWithOidcMethod) Get() *UpdateSettingsFlowWithOidcMethod
- func (v NullableUpdateSettingsFlowWithOidcMethod) IsSet() bool
- func (v NullableUpdateSettingsFlowWithOidcMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSettingsFlowWithOidcMethod) Set(val *UpdateSettingsFlowWithOidcMethod)
- func (v *NullableUpdateSettingsFlowWithOidcMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSettingsFlowWithOidcMethod) Unset()
- type NullableUpdateSettingsFlowWithPasskeyMethod
- func (v NullableUpdateSettingsFlowWithPasskeyMethod) Get() *UpdateSettingsFlowWithPasskeyMethod
- func (v NullableUpdateSettingsFlowWithPasskeyMethod) IsSet() bool
- func (v NullableUpdateSettingsFlowWithPasskeyMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSettingsFlowWithPasskeyMethod) Set(val *UpdateSettingsFlowWithPasskeyMethod)
- func (v *NullableUpdateSettingsFlowWithPasskeyMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSettingsFlowWithPasskeyMethod) Unset()
- type NullableUpdateSettingsFlowWithPasswordMethod
- func (v NullableUpdateSettingsFlowWithPasswordMethod) Get() *UpdateSettingsFlowWithPasswordMethod
- func (v NullableUpdateSettingsFlowWithPasswordMethod) IsSet() bool
- func (v NullableUpdateSettingsFlowWithPasswordMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSettingsFlowWithPasswordMethod) Set(val *UpdateSettingsFlowWithPasswordMethod)
- func (v *NullableUpdateSettingsFlowWithPasswordMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSettingsFlowWithPasswordMethod) Unset()
- type NullableUpdateSettingsFlowWithProfileMethod
- func (v NullableUpdateSettingsFlowWithProfileMethod) Get() *UpdateSettingsFlowWithProfileMethod
- func (v NullableUpdateSettingsFlowWithProfileMethod) IsSet() bool
- func (v NullableUpdateSettingsFlowWithProfileMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSettingsFlowWithProfileMethod) Set(val *UpdateSettingsFlowWithProfileMethod)
- func (v *NullableUpdateSettingsFlowWithProfileMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSettingsFlowWithProfileMethod) Unset()
- type NullableUpdateSettingsFlowWithTotpMethod
- func (v NullableUpdateSettingsFlowWithTotpMethod) Get() *UpdateSettingsFlowWithTotpMethod
- func (v NullableUpdateSettingsFlowWithTotpMethod) IsSet() bool
- func (v NullableUpdateSettingsFlowWithTotpMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSettingsFlowWithTotpMethod) Set(val *UpdateSettingsFlowWithTotpMethod)
- func (v *NullableUpdateSettingsFlowWithTotpMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSettingsFlowWithTotpMethod) Unset()
- type NullableUpdateSettingsFlowWithWebAuthnMethod
- func (v NullableUpdateSettingsFlowWithWebAuthnMethod) Get() *UpdateSettingsFlowWithWebAuthnMethod
- func (v NullableUpdateSettingsFlowWithWebAuthnMethod) IsSet() bool
- func (v NullableUpdateSettingsFlowWithWebAuthnMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSettingsFlowWithWebAuthnMethod) Set(val *UpdateSettingsFlowWithWebAuthnMethod)
- func (v *NullableUpdateSettingsFlowWithWebAuthnMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSettingsFlowWithWebAuthnMethod) Unset()
- type NullableUpdateSubscriptionBody
- func (v NullableUpdateSubscriptionBody) Get() *UpdateSubscriptionBody
- func (v NullableUpdateSubscriptionBody) IsSet() bool
- func (v NullableUpdateSubscriptionBody) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSubscriptionBody) Set(val *UpdateSubscriptionBody)
- func (v *NullableUpdateSubscriptionBody) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSubscriptionBody) Unset()
- type NullableUpdateVerificationFlowBody
- func (v NullableUpdateVerificationFlowBody) Get() *UpdateVerificationFlowBody
- func (v NullableUpdateVerificationFlowBody) IsSet() bool
- func (v NullableUpdateVerificationFlowBody) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateVerificationFlowBody) Set(val *UpdateVerificationFlowBody)
- func (v *NullableUpdateVerificationFlowBody) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateVerificationFlowBody) Unset()
- type NullableUpdateVerificationFlowWithCodeMethod
- func (v NullableUpdateVerificationFlowWithCodeMethod) Get() *UpdateVerificationFlowWithCodeMethod
- func (v NullableUpdateVerificationFlowWithCodeMethod) IsSet() bool
- func (v NullableUpdateVerificationFlowWithCodeMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateVerificationFlowWithCodeMethod) Set(val *UpdateVerificationFlowWithCodeMethod)
- func (v *NullableUpdateVerificationFlowWithCodeMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateVerificationFlowWithCodeMethod) Unset()
- type NullableUpdateVerificationFlowWithLinkMethod
- func (v NullableUpdateVerificationFlowWithLinkMethod) Get() *UpdateVerificationFlowWithLinkMethod
- func (v NullableUpdateVerificationFlowWithLinkMethod) IsSet() bool
- func (v NullableUpdateVerificationFlowWithLinkMethod) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateVerificationFlowWithLinkMethod) Set(val *UpdateVerificationFlowWithLinkMethod)
- func (v *NullableUpdateVerificationFlowWithLinkMethod) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateVerificationFlowWithLinkMethod) Unset()
- type NullableUpdateWorkspaceBody
- func (v NullableUpdateWorkspaceBody) Get() *UpdateWorkspaceBody
- func (v NullableUpdateWorkspaceBody) IsSet() bool
- func (v NullableUpdateWorkspaceBody) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateWorkspaceBody) Set(val *UpdateWorkspaceBody)
- func (v *NullableUpdateWorkspaceBody) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateWorkspaceBody) Unset()
- type NullableUsage
- type NullableVerifiableCredentialPrimingResponse
- func (v NullableVerifiableCredentialPrimingResponse) Get() *VerifiableCredentialPrimingResponse
- func (v NullableVerifiableCredentialPrimingResponse) IsSet() bool
- func (v NullableVerifiableCredentialPrimingResponse) MarshalJSON() ([]byte, error)
- func (v *NullableVerifiableCredentialPrimingResponse) Set(val *VerifiableCredentialPrimingResponse)
- func (v *NullableVerifiableCredentialPrimingResponse) UnmarshalJSON(src []byte) error
- func (v *NullableVerifiableCredentialPrimingResponse) Unset()
- type NullableVerifiableCredentialProof
- func (v NullableVerifiableCredentialProof) Get() *VerifiableCredentialProof
- func (v NullableVerifiableCredentialProof) IsSet() bool
- func (v NullableVerifiableCredentialProof) MarshalJSON() ([]byte, error)
- func (v *NullableVerifiableCredentialProof) Set(val *VerifiableCredentialProof)
- func (v *NullableVerifiableCredentialProof) UnmarshalJSON(src []byte) error
- func (v *NullableVerifiableCredentialProof) Unset()
- type NullableVerifiableCredentialResponse
- func (v NullableVerifiableCredentialResponse) Get() *VerifiableCredentialResponse
- func (v NullableVerifiableCredentialResponse) IsSet() bool
- func (v NullableVerifiableCredentialResponse) MarshalJSON() ([]byte, error)
- func (v *NullableVerifiableCredentialResponse) Set(val *VerifiableCredentialResponse)
- func (v *NullableVerifiableCredentialResponse) UnmarshalJSON(src []byte) error
- func (v *NullableVerifiableCredentialResponse) Unset()
- type NullableVerifiableIdentityAddress
- func (v NullableVerifiableIdentityAddress) Get() *VerifiableIdentityAddress
- func (v NullableVerifiableIdentityAddress) IsSet() bool
- func (v NullableVerifiableIdentityAddress) MarshalJSON() ([]byte, error)
- func (v *NullableVerifiableIdentityAddress) Set(val *VerifiableIdentityAddress)
- func (v *NullableVerifiableIdentityAddress) UnmarshalJSON(src []byte) error
- func (v *NullableVerifiableIdentityAddress) Unset()
- type NullableVerificationFlow
- func (v NullableVerificationFlow) Get() *VerificationFlow
- func (v NullableVerificationFlow) IsSet() bool
- func (v NullableVerificationFlow) MarshalJSON() ([]byte, error)
- func (v *NullableVerificationFlow) Set(val *VerificationFlow)
- func (v *NullableVerificationFlow) UnmarshalJSON(src []byte) error
- func (v *NullableVerificationFlow) Unset()
- type NullableVerificationFlowState
- func (v NullableVerificationFlowState) Get() *VerificationFlowState
- func (v NullableVerificationFlowState) IsSet() bool
- func (v NullableVerificationFlowState) MarshalJSON() ([]byte, error)
- func (v *NullableVerificationFlowState) Set(val *VerificationFlowState)
- func (v *NullableVerificationFlowState) UnmarshalJSON(src []byte) error
- func (v *NullableVerificationFlowState) Unset()
- type NullableVersion
- type NullableWarning
- type NullableWorkspace
- type NullableWorkspaceApiKey
- func (v NullableWorkspaceApiKey) Get() *WorkspaceApiKey
- func (v NullableWorkspaceApiKey) IsSet() bool
- func (v NullableWorkspaceApiKey) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceApiKey) Set(val *WorkspaceApiKey)
- func (v *NullableWorkspaceApiKey) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceApiKey) Unset()
- type OAuth2API
- type OAuth2APIAcceptOAuth2ConsentRequestRequest
- func (r OAuth2APIAcceptOAuth2ConsentRequestRequest) AcceptOAuth2ConsentRequest(acceptOAuth2ConsentRequest AcceptOAuth2ConsentRequest) OAuth2APIAcceptOAuth2ConsentRequestRequest
- func (r OAuth2APIAcceptOAuth2ConsentRequestRequest) ConsentChallenge(consentChallenge string) OAuth2APIAcceptOAuth2ConsentRequestRequest
- func (r OAuth2APIAcceptOAuth2ConsentRequestRequest) Execute() (*OAuth2RedirectTo, *http.Response, error)
- type OAuth2APIAcceptOAuth2LoginRequestRequest
- func (r OAuth2APIAcceptOAuth2LoginRequestRequest) AcceptOAuth2LoginRequest(acceptOAuth2LoginRequest AcceptOAuth2LoginRequest) OAuth2APIAcceptOAuth2LoginRequestRequest
- func (r OAuth2APIAcceptOAuth2LoginRequestRequest) Execute() (*OAuth2RedirectTo, *http.Response, error)
- func (r OAuth2APIAcceptOAuth2LoginRequestRequest) LoginChallenge(loginChallenge string) OAuth2APIAcceptOAuth2LoginRequestRequest
- type OAuth2APIAcceptOAuth2LogoutRequestRequest
- type OAuth2APICreateOAuth2ClientRequest
- type OAuth2APIDeleteOAuth2ClientRequest
- type OAuth2APIDeleteOAuth2TokenRequest
- type OAuth2APIDeleteTrustedOAuth2JwtGrantIssuerRequest
- type OAuth2APIGetOAuth2ClientRequest
- type OAuth2APIGetOAuth2ConsentRequestRequest
- type OAuth2APIGetOAuth2LoginRequestRequest
- type OAuth2APIGetOAuth2LogoutRequestRequest
- type OAuth2APIGetTrustedOAuth2JwtGrantIssuerRequest
- type OAuth2APIIntrospectOAuth2TokenRequest
- func (r OAuth2APIIntrospectOAuth2TokenRequest) Execute() (*IntrospectedOAuth2Token, *http.Response, error)
- func (r OAuth2APIIntrospectOAuth2TokenRequest) Scope(scope string) OAuth2APIIntrospectOAuth2TokenRequest
- func (r OAuth2APIIntrospectOAuth2TokenRequest) Token(token string) OAuth2APIIntrospectOAuth2TokenRequest
- type OAuth2APIListOAuth2ClientsRequest
- func (r OAuth2APIListOAuth2ClientsRequest) ClientName(clientName string) OAuth2APIListOAuth2ClientsRequest
- func (r OAuth2APIListOAuth2ClientsRequest) Execute() ([]OAuth2Client, *http.Response, error)
- func (r OAuth2APIListOAuth2ClientsRequest) Owner(owner string) OAuth2APIListOAuth2ClientsRequest
- func (r OAuth2APIListOAuth2ClientsRequest) PageSize(pageSize int64) OAuth2APIListOAuth2ClientsRequest
- func (r OAuth2APIListOAuth2ClientsRequest) PageToken(pageToken string) OAuth2APIListOAuth2ClientsRequest
- type OAuth2APIListOAuth2ConsentSessionsRequest
- func (r OAuth2APIListOAuth2ConsentSessionsRequest) Execute() ([]OAuth2ConsentSession, *http.Response, error)
- func (r OAuth2APIListOAuth2ConsentSessionsRequest) LoginSessionId(loginSessionId string) OAuth2APIListOAuth2ConsentSessionsRequest
- func (r OAuth2APIListOAuth2ConsentSessionsRequest) PageSize(pageSize int64) OAuth2APIListOAuth2ConsentSessionsRequest
- func (r OAuth2APIListOAuth2ConsentSessionsRequest) PageToken(pageToken string) OAuth2APIListOAuth2ConsentSessionsRequest
- func (r OAuth2APIListOAuth2ConsentSessionsRequest) Subject(subject string) OAuth2APIListOAuth2ConsentSessionsRequest
- type OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest
- func (r OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest) DefaultItems(defaultItems int64) OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest
- func (r OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest) Execute() ([]TrustedOAuth2JwtGrantIssuer, *http.Response, error)
- func (r OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest) Issuer(issuer string) OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest
- func (r OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest) MaxItems(maxItems int64) OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest
- type OAuth2APIOAuth2AuthorizeRequest
- type OAuth2APIOauth2TokenExchangeRequest
- func (r OAuth2APIOauth2TokenExchangeRequest) ClientId(clientId string) OAuth2APIOauth2TokenExchangeRequest
- func (r OAuth2APIOauth2TokenExchangeRequest) Code(code string) OAuth2APIOauth2TokenExchangeRequest
- func (r OAuth2APIOauth2TokenExchangeRequest) Execute() (*OAuth2TokenExchange, *http.Response, error)
- func (r OAuth2APIOauth2TokenExchangeRequest) GrantType(grantType string) OAuth2APIOauth2TokenExchangeRequest
- func (r OAuth2APIOauth2TokenExchangeRequest) RedirectUri(redirectUri string) OAuth2APIOauth2TokenExchangeRequest
- func (r OAuth2APIOauth2TokenExchangeRequest) RefreshToken(refreshToken string) OAuth2APIOauth2TokenExchangeRequest
- type OAuth2APIPatchOAuth2ClientRequest
- type OAuth2APIRejectOAuth2ConsentRequestRequest
- func (r OAuth2APIRejectOAuth2ConsentRequestRequest) ConsentChallenge(consentChallenge string) OAuth2APIRejectOAuth2ConsentRequestRequest
- func (r OAuth2APIRejectOAuth2ConsentRequestRequest) Execute() (*OAuth2RedirectTo, *http.Response, error)
- func (r OAuth2APIRejectOAuth2ConsentRequestRequest) RejectOAuth2Request(rejectOAuth2Request RejectOAuth2Request) OAuth2APIRejectOAuth2ConsentRequestRequest
- type OAuth2APIRejectOAuth2LoginRequestRequest
- func (r OAuth2APIRejectOAuth2LoginRequestRequest) Execute() (*OAuth2RedirectTo, *http.Response, error)
- func (r OAuth2APIRejectOAuth2LoginRequestRequest) LoginChallenge(loginChallenge string) OAuth2APIRejectOAuth2LoginRequestRequest
- func (r OAuth2APIRejectOAuth2LoginRequestRequest) RejectOAuth2Request(rejectOAuth2Request RejectOAuth2Request) OAuth2APIRejectOAuth2LoginRequestRequest
- type OAuth2APIRejectOAuth2LogoutRequestRequest
- type OAuth2APIRevokeOAuth2ConsentSessionsRequest
- func (r OAuth2APIRevokeOAuth2ConsentSessionsRequest) All(all bool) OAuth2APIRevokeOAuth2ConsentSessionsRequest
- func (r OAuth2APIRevokeOAuth2ConsentSessionsRequest) Client(client string) OAuth2APIRevokeOAuth2ConsentSessionsRequest
- func (r OAuth2APIRevokeOAuth2ConsentSessionsRequest) Execute() (*http.Response, error)
- func (r OAuth2APIRevokeOAuth2ConsentSessionsRequest) Subject(subject string) OAuth2APIRevokeOAuth2ConsentSessionsRequest
- type OAuth2APIRevokeOAuth2LoginSessionsRequest
- func (r OAuth2APIRevokeOAuth2LoginSessionsRequest) Execute() (*http.Response, error)
- func (r OAuth2APIRevokeOAuth2LoginSessionsRequest) Sid(sid string) OAuth2APIRevokeOAuth2LoginSessionsRequest
- func (r OAuth2APIRevokeOAuth2LoginSessionsRequest) Subject(subject string) OAuth2APIRevokeOAuth2LoginSessionsRequest
- type OAuth2APIRevokeOAuth2TokenRequest
- func (r OAuth2APIRevokeOAuth2TokenRequest) ClientId(clientId string) OAuth2APIRevokeOAuth2TokenRequest
- func (r OAuth2APIRevokeOAuth2TokenRequest) ClientSecret(clientSecret string) OAuth2APIRevokeOAuth2TokenRequest
- func (r OAuth2APIRevokeOAuth2TokenRequest) Execute() (*http.Response, error)
- func (r OAuth2APIRevokeOAuth2TokenRequest) Token(token string) OAuth2APIRevokeOAuth2TokenRequest
- type OAuth2APIService
- func (a *OAuth2APIService) AcceptOAuth2ConsentRequest(ctx context.Context) OAuth2APIAcceptOAuth2ConsentRequestRequest
- func (a *OAuth2APIService) AcceptOAuth2ConsentRequestExecute(r OAuth2APIAcceptOAuth2ConsentRequestRequest) (*OAuth2RedirectTo, *http.Response, error)
- func (a *OAuth2APIService) AcceptOAuth2LoginRequest(ctx context.Context) OAuth2APIAcceptOAuth2LoginRequestRequest
- func (a *OAuth2APIService) AcceptOAuth2LoginRequestExecute(r OAuth2APIAcceptOAuth2LoginRequestRequest) (*OAuth2RedirectTo, *http.Response, error)
- func (a *OAuth2APIService) AcceptOAuth2LogoutRequest(ctx context.Context) OAuth2APIAcceptOAuth2LogoutRequestRequest
- func (a *OAuth2APIService) AcceptOAuth2LogoutRequestExecute(r OAuth2APIAcceptOAuth2LogoutRequestRequest) (*OAuth2RedirectTo, *http.Response, error)
- func (a *OAuth2APIService) CreateOAuth2Client(ctx context.Context) OAuth2APICreateOAuth2ClientRequest
- func (a *OAuth2APIService) CreateOAuth2ClientExecute(r OAuth2APICreateOAuth2ClientRequest) (*OAuth2Client, *http.Response, error)
- func (a *OAuth2APIService) DeleteOAuth2Client(ctx context.Context, id string) OAuth2APIDeleteOAuth2ClientRequest
- func (a *OAuth2APIService) DeleteOAuth2ClientExecute(r OAuth2APIDeleteOAuth2ClientRequest) (*http.Response, error)
- func (a *OAuth2APIService) DeleteOAuth2Token(ctx context.Context) OAuth2APIDeleteOAuth2TokenRequest
- func (a *OAuth2APIService) DeleteOAuth2TokenExecute(r OAuth2APIDeleteOAuth2TokenRequest) (*http.Response, error)
- func (a *OAuth2APIService) DeleteTrustedOAuth2JwtGrantIssuer(ctx context.Context, id string) OAuth2APIDeleteTrustedOAuth2JwtGrantIssuerRequest
- func (a *OAuth2APIService) DeleteTrustedOAuth2JwtGrantIssuerExecute(r OAuth2APIDeleteTrustedOAuth2JwtGrantIssuerRequest) (*http.Response, error)
- func (a *OAuth2APIService) GetOAuth2Client(ctx context.Context, id string) OAuth2APIGetOAuth2ClientRequest
- func (a *OAuth2APIService) GetOAuth2ClientExecute(r OAuth2APIGetOAuth2ClientRequest) (*OAuth2Client, *http.Response, error)
- func (a *OAuth2APIService) GetOAuth2ConsentRequest(ctx context.Context) OAuth2APIGetOAuth2ConsentRequestRequest
- func (a *OAuth2APIService) GetOAuth2ConsentRequestExecute(r OAuth2APIGetOAuth2ConsentRequestRequest) (*OAuth2ConsentRequest, *http.Response, error)
- func (a *OAuth2APIService) GetOAuth2LoginRequest(ctx context.Context) OAuth2APIGetOAuth2LoginRequestRequest
- func (a *OAuth2APIService) GetOAuth2LoginRequestExecute(r OAuth2APIGetOAuth2LoginRequestRequest) (*OAuth2LoginRequest, *http.Response, error)
- func (a *OAuth2APIService) GetOAuth2LogoutRequest(ctx context.Context) OAuth2APIGetOAuth2LogoutRequestRequest
- func (a *OAuth2APIService) GetOAuth2LogoutRequestExecute(r OAuth2APIGetOAuth2LogoutRequestRequest) (*OAuth2LogoutRequest, *http.Response, error)
- func (a *OAuth2APIService) GetTrustedOAuth2JwtGrantIssuer(ctx context.Context, id string) OAuth2APIGetTrustedOAuth2JwtGrantIssuerRequest
- func (a *OAuth2APIService) GetTrustedOAuth2JwtGrantIssuerExecute(r OAuth2APIGetTrustedOAuth2JwtGrantIssuerRequest) (*TrustedOAuth2JwtGrantIssuer, *http.Response, error)
- func (a *OAuth2APIService) IntrospectOAuth2Token(ctx context.Context) OAuth2APIIntrospectOAuth2TokenRequest
- func (a *OAuth2APIService) IntrospectOAuth2TokenExecute(r OAuth2APIIntrospectOAuth2TokenRequest) (*IntrospectedOAuth2Token, *http.Response, error)
- func (a *OAuth2APIService) ListOAuth2Clients(ctx context.Context) OAuth2APIListOAuth2ClientsRequest
- func (a *OAuth2APIService) ListOAuth2ClientsExecute(r OAuth2APIListOAuth2ClientsRequest) ([]OAuth2Client, *http.Response, error)
- func (a *OAuth2APIService) ListOAuth2ConsentSessions(ctx context.Context) OAuth2APIListOAuth2ConsentSessionsRequest
- func (a *OAuth2APIService) ListOAuth2ConsentSessionsExecute(r OAuth2APIListOAuth2ConsentSessionsRequest) ([]OAuth2ConsentSession, *http.Response, error)
- func (a *OAuth2APIService) ListTrustedOAuth2JwtGrantIssuers(ctx context.Context) OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest
- func (a *OAuth2APIService) ListTrustedOAuth2JwtGrantIssuersExecute(r OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest) ([]TrustedOAuth2JwtGrantIssuer, *http.Response, error)
- func (a *OAuth2APIService) OAuth2Authorize(ctx context.Context) OAuth2APIOAuth2AuthorizeRequest
- func (a *OAuth2APIService) OAuth2AuthorizeExecute(r OAuth2APIOAuth2AuthorizeRequest) (*ErrorOAuth2, *http.Response, error)
- func (a *OAuth2APIService) Oauth2TokenExchange(ctx context.Context) OAuth2APIOauth2TokenExchangeRequest
- func (a *OAuth2APIService) Oauth2TokenExchangeExecute(r OAuth2APIOauth2TokenExchangeRequest) (*OAuth2TokenExchange, *http.Response, error)
- func (a *OAuth2APIService) PatchOAuth2Client(ctx context.Context, id string) OAuth2APIPatchOAuth2ClientRequest
- func (a *OAuth2APIService) PatchOAuth2ClientExecute(r OAuth2APIPatchOAuth2ClientRequest) (*OAuth2Client, *http.Response, error)
- func (a *OAuth2APIService) RejectOAuth2ConsentRequest(ctx context.Context) OAuth2APIRejectOAuth2ConsentRequestRequest
- func (a *OAuth2APIService) RejectOAuth2ConsentRequestExecute(r OAuth2APIRejectOAuth2ConsentRequestRequest) (*OAuth2RedirectTo, *http.Response, error)
- func (a *OAuth2APIService) RejectOAuth2LoginRequest(ctx context.Context) OAuth2APIRejectOAuth2LoginRequestRequest
- func (a *OAuth2APIService) RejectOAuth2LoginRequestExecute(r OAuth2APIRejectOAuth2LoginRequestRequest) (*OAuth2RedirectTo, *http.Response, error)
- func (a *OAuth2APIService) RejectOAuth2LogoutRequest(ctx context.Context) OAuth2APIRejectOAuth2LogoutRequestRequest
- func (a *OAuth2APIService) RejectOAuth2LogoutRequestExecute(r OAuth2APIRejectOAuth2LogoutRequestRequest) (*http.Response, error)
- func (a *OAuth2APIService) RevokeOAuth2ConsentSessions(ctx context.Context) OAuth2APIRevokeOAuth2ConsentSessionsRequest
- func (a *OAuth2APIService) RevokeOAuth2ConsentSessionsExecute(r OAuth2APIRevokeOAuth2ConsentSessionsRequest) (*http.Response, error)
- func (a *OAuth2APIService) RevokeOAuth2LoginSessions(ctx context.Context) OAuth2APIRevokeOAuth2LoginSessionsRequest
- func (a *OAuth2APIService) RevokeOAuth2LoginSessionsExecute(r OAuth2APIRevokeOAuth2LoginSessionsRequest) (*http.Response, error)
- func (a *OAuth2APIService) RevokeOAuth2Token(ctx context.Context) OAuth2APIRevokeOAuth2TokenRequest
- func (a *OAuth2APIService) RevokeOAuth2TokenExecute(r OAuth2APIRevokeOAuth2TokenRequest) (*http.Response, error)
- func (a *OAuth2APIService) SetOAuth2Client(ctx context.Context, id string) OAuth2APISetOAuth2ClientRequest
- func (a *OAuth2APIService) SetOAuth2ClientExecute(r OAuth2APISetOAuth2ClientRequest) (*OAuth2Client, *http.Response, error)
- func (a *OAuth2APIService) SetOAuth2ClientLifespans(ctx context.Context, id string) OAuth2APISetOAuth2ClientLifespansRequest
- func (a *OAuth2APIService) SetOAuth2ClientLifespansExecute(r OAuth2APISetOAuth2ClientLifespansRequest) (*OAuth2Client, *http.Response, error)
- func (a *OAuth2APIService) TrustOAuth2JwtGrantIssuer(ctx context.Context) OAuth2APITrustOAuth2JwtGrantIssuerRequest
- func (a *OAuth2APIService) TrustOAuth2JwtGrantIssuerExecute(r OAuth2APITrustOAuth2JwtGrantIssuerRequest) (*TrustedOAuth2JwtGrantIssuer, *http.Response, error)
- type OAuth2APISetOAuth2ClientLifespansRequest
- type OAuth2APISetOAuth2ClientRequest
- type OAuth2APITrustOAuth2JwtGrantIssuerRequest
- type OAuth2Client
- func (o *OAuth2Client) GetAccessTokenStrategy() string
- func (o *OAuth2Client) GetAccessTokenStrategyOk() (*string, bool)
- func (o *OAuth2Client) GetAllowedCorsOrigins() []string
- func (o *OAuth2Client) GetAllowedCorsOriginsOk() ([]string, bool)
- func (o *OAuth2Client) GetAudience() []string
- func (o *OAuth2Client) GetAudienceOk() ([]string, bool)
- func (o *OAuth2Client) GetAuthorizationCodeGrantAccessTokenLifespan() string
- func (o *OAuth2Client) GetAuthorizationCodeGrantAccessTokenLifespanOk() (*string, bool)
- func (o *OAuth2Client) GetAuthorizationCodeGrantIdTokenLifespan() string
- func (o *OAuth2Client) GetAuthorizationCodeGrantIdTokenLifespanOk() (*string, bool)
- func (o *OAuth2Client) GetAuthorizationCodeGrantRefreshTokenLifespan() string
- func (o *OAuth2Client) GetAuthorizationCodeGrantRefreshTokenLifespanOk() (*string, bool)
- func (o *OAuth2Client) GetBackchannelLogoutSessionRequired() bool
- func (o *OAuth2Client) GetBackchannelLogoutSessionRequiredOk() (*bool, bool)
- func (o *OAuth2Client) GetBackchannelLogoutUri() string
- func (o *OAuth2Client) GetBackchannelLogoutUriOk() (*string, bool)
- func (o *OAuth2Client) GetClientCredentialsGrantAccessTokenLifespan() string
- func (o *OAuth2Client) GetClientCredentialsGrantAccessTokenLifespanOk() (*string, bool)
- func (o *OAuth2Client) GetClientId() string
- func (o *OAuth2Client) GetClientIdOk() (*string, bool)
- func (o *OAuth2Client) GetClientName() string
- func (o *OAuth2Client) GetClientNameOk() (*string, bool)
- func (o *OAuth2Client) GetClientSecret() string
- func (o *OAuth2Client) GetClientSecretExpiresAt() int64
- func (o *OAuth2Client) GetClientSecretExpiresAtOk() (*int64, bool)
- func (o *OAuth2Client) GetClientSecretOk() (*string, bool)
- func (o *OAuth2Client) GetClientUri() string
- func (o *OAuth2Client) GetClientUriOk() (*string, bool)
- func (o *OAuth2Client) GetContacts() []string
- func (o *OAuth2Client) GetContactsOk() ([]string, bool)
- func (o *OAuth2Client) GetCreatedAt() time.Time
- func (o *OAuth2Client) GetCreatedAtOk() (*time.Time, bool)
- func (o *OAuth2Client) GetFrontchannelLogoutSessionRequired() bool
- func (o *OAuth2Client) GetFrontchannelLogoutSessionRequiredOk() (*bool, bool)
- func (o *OAuth2Client) GetFrontchannelLogoutUri() string
- func (o *OAuth2Client) GetFrontchannelLogoutUriOk() (*string, bool)
- func (o *OAuth2Client) GetGrantTypes() []string
- func (o *OAuth2Client) GetGrantTypesOk() ([]string, bool)
- func (o *OAuth2Client) GetImplicitGrantAccessTokenLifespan() string
- func (o *OAuth2Client) GetImplicitGrantAccessTokenLifespanOk() (*string, bool)
- func (o *OAuth2Client) GetImplicitGrantIdTokenLifespan() string
- func (o *OAuth2Client) GetImplicitGrantIdTokenLifespanOk() (*string, bool)
- func (o *OAuth2Client) GetJwks() interface{}
- func (o *OAuth2Client) GetJwksOk() (*interface{}, bool)
- func (o *OAuth2Client) GetJwksUri() string
- func (o *OAuth2Client) GetJwksUriOk() (*string, bool)
- func (o *OAuth2Client) GetJwtBearerGrantAccessTokenLifespan() string
- func (o *OAuth2Client) GetJwtBearerGrantAccessTokenLifespanOk() (*string, bool)
- func (o *OAuth2Client) GetLogoUri() string
- func (o *OAuth2Client) GetLogoUriOk() (*string, bool)
- func (o *OAuth2Client) GetMetadata() map[string]interface{}
- func (o *OAuth2Client) GetMetadataOk() (map[string]interface{}, bool)
- func (o *OAuth2Client) GetOwner() string
- func (o *OAuth2Client) GetOwnerOk() (*string, bool)
- func (o *OAuth2Client) GetPolicyUri() string
- func (o *OAuth2Client) GetPolicyUriOk() (*string, bool)
- func (o *OAuth2Client) GetPostLogoutRedirectUris() []string
- func (o *OAuth2Client) GetPostLogoutRedirectUrisOk() ([]string, bool)
- func (o *OAuth2Client) GetRedirectUris() []string
- func (o *OAuth2Client) GetRedirectUrisOk() ([]string, bool)
- func (o *OAuth2Client) GetRefreshTokenGrantAccessTokenLifespan() string
- func (o *OAuth2Client) GetRefreshTokenGrantAccessTokenLifespanOk() (*string, bool)
- func (o *OAuth2Client) GetRefreshTokenGrantIdTokenLifespan() string
- func (o *OAuth2Client) GetRefreshTokenGrantIdTokenLifespanOk() (*string, bool)
- func (o *OAuth2Client) GetRefreshTokenGrantRefreshTokenLifespan() string
- func (o *OAuth2Client) GetRefreshTokenGrantRefreshTokenLifespanOk() (*string, bool)
- func (o *OAuth2Client) GetRegistrationAccessToken() string
- func (o *OAuth2Client) GetRegistrationAccessTokenOk() (*string, bool)
- func (o *OAuth2Client) GetRegistrationClientUri() string
- func (o *OAuth2Client) GetRegistrationClientUriOk() (*string, bool)
- func (o *OAuth2Client) GetRequestObjectSigningAlg() string
- func (o *OAuth2Client) GetRequestObjectSigningAlgOk() (*string, bool)
- func (o *OAuth2Client) GetRequestUris() []string
- func (o *OAuth2Client) GetRequestUrisOk() ([]string, bool)
- func (o *OAuth2Client) GetResponseTypes() []string
- func (o *OAuth2Client) GetResponseTypesOk() ([]string, bool)
- func (o *OAuth2Client) GetScope() string
- func (o *OAuth2Client) GetScopeOk() (*string, bool)
- func (o *OAuth2Client) GetSectorIdentifierUri() string
- func (o *OAuth2Client) GetSectorIdentifierUriOk() (*string, bool)
- func (o *OAuth2Client) GetSkipConsent() bool
- func (o *OAuth2Client) GetSkipConsentOk() (*bool, bool)
- func (o *OAuth2Client) GetSkipLogoutConsent() bool
- func (o *OAuth2Client) GetSkipLogoutConsentOk() (*bool, bool)
- func (o *OAuth2Client) GetSubjectType() string
- func (o *OAuth2Client) GetSubjectTypeOk() (*string, bool)
- func (o *OAuth2Client) GetTokenEndpointAuthMethod() string
- func (o *OAuth2Client) GetTokenEndpointAuthMethodOk() (*string, bool)
- func (o *OAuth2Client) GetTokenEndpointAuthSigningAlg() string
- func (o *OAuth2Client) GetTokenEndpointAuthSigningAlgOk() (*string, bool)
- func (o *OAuth2Client) GetTosUri() string
- func (o *OAuth2Client) GetTosUriOk() (*string, bool)
- func (o *OAuth2Client) GetUpdatedAt() time.Time
- func (o *OAuth2Client) GetUpdatedAtOk() (*time.Time, bool)
- func (o *OAuth2Client) GetUserinfoSignedResponseAlg() string
- func (o *OAuth2Client) GetUserinfoSignedResponseAlgOk() (*string, bool)
- func (o *OAuth2Client) HasAccessTokenStrategy() bool
- func (o *OAuth2Client) HasAllowedCorsOrigins() bool
- func (o *OAuth2Client) HasAudience() bool
- func (o *OAuth2Client) HasAuthorizationCodeGrantAccessTokenLifespan() bool
- func (o *OAuth2Client) HasAuthorizationCodeGrantIdTokenLifespan() bool
- func (o *OAuth2Client) HasAuthorizationCodeGrantRefreshTokenLifespan() bool
- func (o *OAuth2Client) HasBackchannelLogoutSessionRequired() bool
- func (o *OAuth2Client) HasBackchannelLogoutUri() bool
- func (o *OAuth2Client) HasClientCredentialsGrantAccessTokenLifespan() bool
- func (o *OAuth2Client) HasClientId() bool
- func (o *OAuth2Client) HasClientName() bool
- func (o *OAuth2Client) HasClientSecret() bool
- func (o *OAuth2Client) HasClientSecretExpiresAt() bool
- func (o *OAuth2Client) HasClientUri() bool
- func (o *OAuth2Client) HasContacts() bool
- func (o *OAuth2Client) HasCreatedAt() bool
- func (o *OAuth2Client) HasFrontchannelLogoutSessionRequired() bool
- func (o *OAuth2Client) HasFrontchannelLogoutUri() bool
- func (o *OAuth2Client) HasGrantTypes() bool
- func (o *OAuth2Client) HasImplicitGrantAccessTokenLifespan() bool
- func (o *OAuth2Client) HasImplicitGrantIdTokenLifespan() bool
- func (o *OAuth2Client) HasJwks() bool
- func (o *OAuth2Client) HasJwksUri() bool
- func (o *OAuth2Client) HasJwtBearerGrantAccessTokenLifespan() bool
- func (o *OAuth2Client) HasLogoUri() bool
- func (o *OAuth2Client) HasMetadata() bool
- func (o *OAuth2Client) HasOwner() bool
- func (o *OAuth2Client) HasPolicyUri() bool
- func (o *OAuth2Client) HasPostLogoutRedirectUris() bool
- func (o *OAuth2Client) HasRedirectUris() bool
- func (o *OAuth2Client) HasRefreshTokenGrantAccessTokenLifespan() bool
- func (o *OAuth2Client) HasRefreshTokenGrantIdTokenLifespan() bool
- func (o *OAuth2Client) HasRefreshTokenGrantRefreshTokenLifespan() bool
- func (o *OAuth2Client) HasRegistrationAccessToken() bool
- func (o *OAuth2Client) HasRegistrationClientUri() bool
- func (o *OAuth2Client) HasRequestObjectSigningAlg() bool
- func (o *OAuth2Client) HasRequestUris() bool
- func (o *OAuth2Client) HasResponseTypes() bool
- func (o *OAuth2Client) HasScope() bool
- func (o *OAuth2Client) HasSectorIdentifierUri() bool
- func (o *OAuth2Client) HasSkipConsent() bool
- func (o *OAuth2Client) HasSkipLogoutConsent() bool
- func (o *OAuth2Client) HasSubjectType() bool
- func (o *OAuth2Client) HasTokenEndpointAuthMethod() bool
- func (o *OAuth2Client) HasTokenEndpointAuthSigningAlg() bool
- func (o *OAuth2Client) HasTosUri() bool
- func (o *OAuth2Client) HasUpdatedAt() bool
- func (o *OAuth2Client) HasUserinfoSignedResponseAlg() bool
- func (o OAuth2Client) MarshalJSON() ([]byte, error)
- func (o *OAuth2Client) SetAccessTokenStrategy(v string)
- func (o *OAuth2Client) SetAllowedCorsOrigins(v []string)
- func (o *OAuth2Client) SetAudience(v []string)
- func (o *OAuth2Client) SetAuthorizationCodeGrantAccessTokenLifespan(v string)
- func (o *OAuth2Client) SetAuthorizationCodeGrantAccessTokenLifespanNil()
- func (o *OAuth2Client) SetAuthorizationCodeGrantIdTokenLifespan(v string)
- func (o *OAuth2Client) SetAuthorizationCodeGrantIdTokenLifespanNil()
- func (o *OAuth2Client) SetAuthorizationCodeGrantRefreshTokenLifespan(v string)
- func (o *OAuth2Client) SetAuthorizationCodeGrantRefreshTokenLifespanNil()
- func (o *OAuth2Client) SetBackchannelLogoutSessionRequired(v bool)
- func (o *OAuth2Client) SetBackchannelLogoutUri(v string)
- func (o *OAuth2Client) SetClientCredentialsGrantAccessTokenLifespan(v string)
- func (o *OAuth2Client) SetClientCredentialsGrantAccessTokenLifespanNil()
- func (o *OAuth2Client) SetClientId(v string)
- func (o *OAuth2Client) SetClientName(v string)
- func (o *OAuth2Client) SetClientSecret(v string)
- func (o *OAuth2Client) SetClientSecretExpiresAt(v int64)
- func (o *OAuth2Client) SetClientUri(v string)
- func (o *OAuth2Client) SetContacts(v []string)
- func (o *OAuth2Client) SetCreatedAt(v time.Time)
- func (o *OAuth2Client) SetFrontchannelLogoutSessionRequired(v bool)
- func (o *OAuth2Client) SetFrontchannelLogoutUri(v string)
- func (o *OAuth2Client) SetGrantTypes(v []string)
- func (o *OAuth2Client) SetImplicitGrantAccessTokenLifespan(v string)
- func (o *OAuth2Client) SetImplicitGrantAccessTokenLifespanNil()
- func (o *OAuth2Client) SetImplicitGrantIdTokenLifespan(v string)
- func (o *OAuth2Client) SetImplicitGrantIdTokenLifespanNil()
- func (o *OAuth2Client) SetJwks(v interface{})
- func (o *OAuth2Client) SetJwksUri(v string)
- func (o *OAuth2Client) SetJwtBearerGrantAccessTokenLifespan(v string)
- func (o *OAuth2Client) SetJwtBearerGrantAccessTokenLifespanNil()
- func (o *OAuth2Client) SetLogoUri(v string)
- func (o *OAuth2Client) SetMetadata(v map[string]interface{})
- func (o *OAuth2Client) SetOwner(v string)
- func (o *OAuth2Client) SetPolicyUri(v string)
- func (o *OAuth2Client) SetPostLogoutRedirectUris(v []string)
- func (o *OAuth2Client) SetRedirectUris(v []string)
- func (o *OAuth2Client) SetRefreshTokenGrantAccessTokenLifespan(v string)
- func (o *OAuth2Client) SetRefreshTokenGrantAccessTokenLifespanNil()
- func (o *OAuth2Client) SetRefreshTokenGrantIdTokenLifespan(v string)
- func (o *OAuth2Client) SetRefreshTokenGrantIdTokenLifespanNil()
- func (o *OAuth2Client) SetRefreshTokenGrantRefreshTokenLifespan(v string)
- func (o *OAuth2Client) SetRefreshTokenGrantRefreshTokenLifespanNil()
- func (o *OAuth2Client) SetRegistrationAccessToken(v string)
- func (o *OAuth2Client) SetRegistrationClientUri(v string)
- func (o *OAuth2Client) SetRequestObjectSigningAlg(v string)
- func (o *OAuth2Client) SetRequestUris(v []string)
- func (o *OAuth2Client) SetResponseTypes(v []string)
- func (o *OAuth2Client) SetScope(v string)
- func (o *OAuth2Client) SetSectorIdentifierUri(v string)
- func (o *OAuth2Client) SetSkipConsent(v bool)
- func (o *OAuth2Client) SetSkipLogoutConsent(v bool)
- func (o *OAuth2Client) SetSubjectType(v string)
- func (o *OAuth2Client) SetTokenEndpointAuthMethod(v string)
- func (o *OAuth2Client) SetTokenEndpointAuthSigningAlg(v string)
- func (o *OAuth2Client) SetTosUri(v string)
- func (o *OAuth2Client) SetUpdatedAt(v time.Time)
- func (o *OAuth2Client) SetUserinfoSignedResponseAlg(v string)
- func (o OAuth2Client) ToMap() (map[string]interface{}, error)
- func (o *OAuth2Client) UnmarshalJSON(data []byte) (err error)
- func (o *OAuth2Client) UnsetAuthorizationCodeGrantAccessTokenLifespan()
- func (o *OAuth2Client) UnsetAuthorizationCodeGrantIdTokenLifespan()
- func (o *OAuth2Client) UnsetAuthorizationCodeGrantRefreshTokenLifespan()
- func (o *OAuth2Client) UnsetClientCredentialsGrantAccessTokenLifespan()
- func (o *OAuth2Client) UnsetImplicitGrantAccessTokenLifespan()
- func (o *OAuth2Client) UnsetImplicitGrantIdTokenLifespan()
- func (o *OAuth2Client) UnsetJwtBearerGrantAccessTokenLifespan()
- func (o *OAuth2Client) UnsetRefreshTokenGrantAccessTokenLifespan()
- func (o *OAuth2Client) UnsetRefreshTokenGrantIdTokenLifespan()
- func (o *OAuth2Client) UnsetRefreshTokenGrantRefreshTokenLifespan()
- type OAuth2ClientTokenLifespans
- func (o *OAuth2ClientTokenLifespans) GetAuthorizationCodeGrantAccessTokenLifespan() string
- func (o *OAuth2ClientTokenLifespans) GetAuthorizationCodeGrantAccessTokenLifespanOk() (*string, bool)
- func (o *OAuth2ClientTokenLifespans) GetAuthorizationCodeGrantIdTokenLifespan() string
- func (o *OAuth2ClientTokenLifespans) GetAuthorizationCodeGrantIdTokenLifespanOk() (*string, bool)
- func (o *OAuth2ClientTokenLifespans) GetAuthorizationCodeGrantRefreshTokenLifespan() string
- func (o *OAuth2ClientTokenLifespans) GetAuthorizationCodeGrantRefreshTokenLifespanOk() (*string, bool)
- func (o *OAuth2ClientTokenLifespans) GetClientCredentialsGrantAccessTokenLifespan() string
- func (o *OAuth2ClientTokenLifespans) GetClientCredentialsGrantAccessTokenLifespanOk() (*string, bool)
- func (o *OAuth2ClientTokenLifespans) GetImplicitGrantAccessTokenLifespan() string
- func (o *OAuth2ClientTokenLifespans) GetImplicitGrantAccessTokenLifespanOk() (*string, bool)
- func (o *OAuth2ClientTokenLifespans) GetImplicitGrantIdTokenLifespan() string
- func (o *OAuth2ClientTokenLifespans) GetImplicitGrantIdTokenLifespanOk() (*string, bool)
- func (o *OAuth2ClientTokenLifespans) GetJwtBearerGrantAccessTokenLifespan() string
- func (o *OAuth2ClientTokenLifespans) GetJwtBearerGrantAccessTokenLifespanOk() (*string, bool)
- func (o *OAuth2ClientTokenLifespans) GetRefreshTokenGrantAccessTokenLifespan() string
- func (o *OAuth2ClientTokenLifespans) GetRefreshTokenGrantAccessTokenLifespanOk() (*string, bool)
- func (o *OAuth2ClientTokenLifespans) GetRefreshTokenGrantIdTokenLifespan() string
- func (o *OAuth2ClientTokenLifespans) GetRefreshTokenGrantIdTokenLifespanOk() (*string, bool)
- func (o *OAuth2ClientTokenLifespans) GetRefreshTokenGrantRefreshTokenLifespan() string
- func (o *OAuth2ClientTokenLifespans) GetRefreshTokenGrantRefreshTokenLifespanOk() (*string, bool)
- func (o *OAuth2ClientTokenLifespans) HasAuthorizationCodeGrantAccessTokenLifespan() bool
- func (o *OAuth2ClientTokenLifespans) HasAuthorizationCodeGrantIdTokenLifespan() bool
- func (o *OAuth2ClientTokenLifespans) HasAuthorizationCodeGrantRefreshTokenLifespan() bool
- func (o *OAuth2ClientTokenLifespans) HasClientCredentialsGrantAccessTokenLifespan() bool
- func (o *OAuth2ClientTokenLifespans) HasImplicitGrantAccessTokenLifespan() bool
- func (o *OAuth2ClientTokenLifespans) HasImplicitGrantIdTokenLifespan() bool
- func (o *OAuth2ClientTokenLifespans) HasJwtBearerGrantAccessTokenLifespan() bool
- func (o *OAuth2ClientTokenLifespans) HasRefreshTokenGrantAccessTokenLifespan() bool
- func (o *OAuth2ClientTokenLifespans) HasRefreshTokenGrantIdTokenLifespan() bool
- func (o *OAuth2ClientTokenLifespans) HasRefreshTokenGrantRefreshTokenLifespan() bool
- func (o OAuth2ClientTokenLifespans) MarshalJSON() ([]byte, error)
- func (o *OAuth2ClientTokenLifespans) SetAuthorizationCodeGrantAccessTokenLifespan(v string)
- func (o *OAuth2ClientTokenLifespans) SetAuthorizationCodeGrantAccessTokenLifespanNil()
- func (o *OAuth2ClientTokenLifespans) SetAuthorizationCodeGrantIdTokenLifespan(v string)
- func (o *OAuth2ClientTokenLifespans) SetAuthorizationCodeGrantIdTokenLifespanNil()
- func (o *OAuth2ClientTokenLifespans) SetAuthorizationCodeGrantRefreshTokenLifespan(v string)
- func (o *OAuth2ClientTokenLifespans) SetAuthorizationCodeGrantRefreshTokenLifespanNil()
- func (o *OAuth2ClientTokenLifespans) SetClientCredentialsGrantAccessTokenLifespan(v string)
- func (o *OAuth2ClientTokenLifespans) SetClientCredentialsGrantAccessTokenLifespanNil()
- func (o *OAuth2ClientTokenLifespans) SetImplicitGrantAccessTokenLifespan(v string)
- func (o *OAuth2ClientTokenLifespans) SetImplicitGrantAccessTokenLifespanNil()
- func (o *OAuth2ClientTokenLifespans) SetImplicitGrantIdTokenLifespan(v string)
- func (o *OAuth2ClientTokenLifespans) SetImplicitGrantIdTokenLifespanNil()
- func (o *OAuth2ClientTokenLifespans) SetJwtBearerGrantAccessTokenLifespan(v string)
- func (o *OAuth2ClientTokenLifespans) SetJwtBearerGrantAccessTokenLifespanNil()
- func (o *OAuth2ClientTokenLifespans) SetRefreshTokenGrantAccessTokenLifespan(v string)
- func (o *OAuth2ClientTokenLifespans) SetRefreshTokenGrantAccessTokenLifespanNil()
- func (o *OAuth2ClientTokenLifespans) SetRefreshTokenGrantIdTokenLifespan(v string)
- func (o *OAuth2ClientTokenLifespans) SetRefreshTokenGrantIdTokenLifespanNil()
- func (o *OAuth2ClientTokenLifespans) SetRefreshTokenGrantRefreshTokenLifespan(v string)
- func (o *OAuth2ClientTokenLifespans) SetRefreshTokenGrantRefreshTokenLifespanNil()
- func (o OAuth2ClientTokenLifespans) ToMap() (map[string]interface{}, error)
- func (o *OAuth2ClientTokenLifespans) UnmarshalJSON(data []byte) (err error)
- func (o *OAuth2ClientTokenLifespans) UnsetAuthorizationCodeGrantAccessTokenLifespan()
- func (o *OAuth2ClientTokenLifespans) UnsetAuthorizationCodeGrantIdTokenLifespan()
- func (o *OAuth2ClientTokenLifespans) UnsetAuthorizationCodeGrantRefreshTokenLifespan()
- func (o *OAuth2ClientTokenLifespans) UnsetClientCredentialsGrantAccessTokenLifespan()
- func (o *OAuth2ClientTokenLifespans) UnsetImplicitGrantAccessTokenLifespan()
- func (o *OAuth2ClientTokenLifespans) UnsetImplicitGrantIdTokenLifespan()
- func (o *OAuth2ClientTokenLifespans) UnsetJwtBearerGrantAccessTokenLifespan()
- func (o *OAuth2ClientTokenLifespans) UnsetRefreshTokenGrantAccessTokenLifespan()
- func (o *OAuth2ClientTokenLifespans) UnsetRefreshTokenGrantIdTokenLifespan()
- func (o *OAuth2ClientTokenLifespans) UnsetRefreshTokenGrantRefreshTokenLifespan()
- type OAuth2ConsentRequest
- func (o *OAuth2ConsentRequest) GetAcr() string
- func (o *OAuth2ConsentRequest) GetAcrOk() (*string, bool)
- func (o *OAuth2ConsentRequest) GetAmr() []string
- func (o *OAuth2ConsentRequest) GetAmrOk() ([]string, bool)
- func (o *OAuth2ConsentRequest) GetChallenge() string
- func (o *OAuth2ConsentRequest) GetChallengeOk() (*string, bool)
- func (o *OAuth2ConsentRequest) GetClient() OAuth2Client
- func (o *OAuth2ConsentRequest) GetClientOk() (*OAuth2Client, bool)
- func (o *OAuth2ConsentRequest) GetContext() map[string]interface{}
- func (o *OAuth2ConsentRequest) GetContextOk() (map[string]interface{}, bool)
- func (o *OAuth2ConsentRequest) GetLoginChallenge() string
- func (o *OAuth2ConsentRequest) GetLoginChallengeOk() (*string, bool)
- func (o *OAuth2ConsentRequest) GetLoginSessionId() string
- func (o *OAuth2ConsentRequest) GetLoginSessionIdOk() (*string, bool)
- func (o *OAuth2ConsentRequest) GetOidcContext() OAuth2ConsentRequestOpenIDConnectContext
- func (o *OAuth2ConsentRequest) GetOidcContextOk() (*OAuth2ConsentRequestOpenIDConnectContext, bool)
- func (o *OAuth2ConsentRequest) GetRequestUrl() string
- func (o *OAuth2ConsentRequest) GetRequestUrlOk() (*string, bool)
- func (o *OAuth2ConsentRequest) GetRequestedAccessTokenAudience() []string
- func (o *OAuth2ConsentRequest) GetRequestedAccessTokenAudienceOk() ([]string, bool)
- func (o *OAuth2ConsentRequest) GetRequestedScope() []string
- func (o *OAuth2ConsentRequest) GetRequestedScopeOk() ([]string, bool)
- func (o *OAuth2ConsentRequest) GetSkip() bool
- func (o *OAuth2ConsentRequest) GetSkipOk() (*bool, bool)
- func (o *OAuth2ConsentRequest) GetSubject() string
- func (o *OAuth2ConsentRequest) GetSubjectOk() (*string, bool)
- func (o *OAuth2ConsentRequest) HasAcr() bool
- func (o *OAuth2ConsentRequest) HasAmr() bool
- func (o *OAuth2ConsentRequest) HasClient() bool
- func (o *OAuth2ConsentRequest) HasContext() bool
- func (o *OAuth2ConsentRequest) HasLoginChallenge() bool
- func (o *OAuth2ConsentRequest) HasLoginSessionId() bool
- func (o *OAuth2ConsentRequest) HasOidcContext() bool
- func (o *OAuth2ConsentRequest) HasRequestUrl() bool
- func (o *OAuth2ConsentRequest) HasRequestedAccessTokenAudience() bool
- func (o *OAuth2ConsentRequest) HasRequestedScope() bool
- func (o *OAuth2ConsentRequest) HasSkip() bool
- func (o *OAuth2ConsentRequest) HasSubject() bool
- func (o OAuth2ConsentRequest) MarshalJSON() ([]byte, error)
- func (o *OAuth2ConsentRequest) SetAcr(v string)
- func (o *OAuth2ConsentRequest) SetAmr(v []string)
- func (o *OAuth2ConsentRequest) SetChallenge(v string)
- func (o *OAuth2ConsentRequest) SetClient(v OAuth2Client)
- func (o *OAuth2ConsentRequest) SetContext(v map[string]interface{})
- func (o *OAuth2ConsentRequest) SetLoginChallenge(v string)
- func (o *OAuth2ConsentRequest) SetLoginSessionId(v string)
- func (o *OAuth2ConsentRequest) SetOidcContext(v OAuth2ConsentRequestOpenIDConnectContext)
- func (o *OAuth2ConsentRequest) SetRequestUrl(v string)
- func (o *OAuth2ConsentRequest) SetRequestedAccessTokenAudience(v []string)
- func (o *OAuth2ConsentRequest) SetRequestedScope(v []string)
- func (o *OAuth2ConsentRequest) SetSkip(v bool)
- func (o *OAuth2ConsentRequest) SetSubject(v string)
- func (o OAuth2ConsentRequest) ToMap() (map[string]interface{}, error)
- func (o *OAuth2ConsentRequest) UnmarshalJSON(data []byte) (err error)
- type OAuth2ConsentRequestOpenIDConnectContext
- func (o *OAuth2ConsentRequestOpenIDConnectContext) GetAcrValues() []string
- func (o *OAuth2ConsentRequestOpenIDConnectContext) GetAcrValuesOk() ([]string, bool)
- func (o *OAuth2ConsentRequestOpenIDConnectContext) GetDisplay() string
- func (o *OAuth2ConsentRequestOpenIDConnectContext) GetDisplayOk() (*string, bool)
- func (o *OAuth2ConsentRequestOpenIDConnectContext) GetIdTokenHintClaims() map[string]interface{}
- func (o *OAuth2ConsentRequestOpenIDConnectContext) GetIdTokenHintClaimsOk() (map[string]interface{}, bool)
- func (o *OAuth2ConsentRequestOpenIDConnectContext) GetLoginHint() string
- func (o *OAuth2ConsentRequestOpenIDConnectContext) GetLoginHintOk() (*string, bool)
- func (o *OAuth2ConsentRequestOpenIDConnectContext) GetUiLocales() []string
- func (o *OAuth2ConsentRequestOpenIDConnectContext) GetUiLocalesOk() ([]string, bool)
- func (o *OAuth2ConsentRequestOpenIDConnectContext) HasAcrValues() bool
- func (o *OAuth2ConsentRequestOpenIDConnectContext) HasDisplay() bool
- func (o *OAuth2ConsentRequestOpenIDConnectContext) HasIdTokenHintClaims() bool
- func (o *OAuth2ConsentRequestOpenIDConnectContext) HasLoginHint() bool
- func (o *OAuth2ConsentRequestOpenIDConnectContext) HasUiLocales() bool
- func (o OAuth2ConsentRequestOpenIDConnectContext) MarshalJSON() ([]byte, error)
- func (o *OAuth2ConsentRequestOpenIDConnectContext) SetAcrValues(v []string)
- func (o *OAuth2ConsentRequestOpenIDConnectContext) SetDisplay(v string)
- func (o *OAuth2ConsentRequestOpenIDConnectContext) SetIdTokenHintClaims(v map[string]interface{})
- func (o *OAuth2ConsentRequestOpenIDConnectContext) SetLoginHint(v string)
- func (o *OAuth2ConsentRequestOpenIDConnectContext) SetUiLocales(v []string)
- func (o OAuth2ConsentRequestOpenIDConnectContext) ToMap() (map[string]interface{}, error)
- func (o *OAuth2ConsentRequestOpenIDConnectContext) UnmarshalJSON(data []byte) (err error)
- type OAuth2ConsentSession
- func (o *OAuth2ConsentSession) GetConsentRequest() OAuth2ConsentRequest
- func (o *OAuth2ConsentSession) GetConsentRequestOk() (*OAuth2ConsentRequest, bool)
- func (o *OAuth2ConsentSession) GetContext() map[string]interface{}
- func (o *OAuth2ConsentSession) GetContextOk() (map[string]interface{}, bool)
- func (o *OAuth2ConsentSession) GetExpiresAt() OAuth2ConsentSessionExpiresAt
- func (o *OAuth2ConsentSession) GetExpiresAtOk() (*OAuth2ConsentSessionExpiresAt, bool)
- func (o *OAuth2ConsentSession) GetGrantAccessTokenAudience() []string
- func (o *OAuth2ConsentSession) GetGrantAccessTokenAudienceOk() ([]string, bool)
- func (o *OAuth2ConsentSession) GetGrantScope() []string
- func (o *OAuth2ConsentSession) GetGrantScopeOk() ([]string, bool)
- func (o *OAuth2ConsentSession) GetHandledAt() time.Time
- func (o *OAuth2ConsentSession) GetHandledAtOk() (*time.Time, bool)
- func (o *OAuth2ConsentSession) GetRemember() bool
- func (o *OAuth2ConsentSession) GetRememberFor() int64
- func (o *OAuth2ConsentSession) GetRememberForOk() (*int64, bool)
- func (o *OAuth2ConsentSession) GetRememberOk() (*bool, bool)
- func (o *OAuth2ConsentSession) GetSession() AcceptOAuth2ConsentRequestSession
- func (o *OAuth2ConsentSession) GetSessionOk() (*AcceptOAuth2ConsentRequestSession, bool)
- func (o *OAuth2ConsentSession) HasConsentRequest() bool
- func (o *OAuth2ConsentSession) HasContext() bool
- func (o *OAuth2ConsentSession) HasExpiresAt() bool
- func (o *OAuth2ConsentSession) HasGrantAccessTokenAudience() bool
- func (o *OAuth2ConsentSession) HasGrantScope() bool
- func (o *OAuth2ConsentSession) HasHandledAt() bool
- func (o *OAuth2ConsentSession) HasRemember() bool
- func (o *OAuth2ConsentSession) HasRememberFor() bool
- func (o *OAuth2ConsentSession) HasSession() bool
- func (o OAuth2ConsentSession) MarshalJSON() ([]byte, error)
- func (o *OAuth2ConsentSession) SetConsentRequest(v OAuth2ConsentRequest)
- func (o *OAuth2ConsentSession) SetContext(v map[string]interface{})
- func (o *OAuth2ConsentSession) SetExpiresAt(v OAuth2ConsentSessionExpiresAt)
- func (o *OAuth2ConsentSession) SetGrantAccessTokenAudience(v []string)
- func (o *OAuth2ConsentSession) SetGrantScope(v []string)
- func (o *OAuth2ConsentSession) SetHandledAt(v time.Time)
- func (o *OAuth2ConsentSession) SetRemember(v bool)
- func (o *OAuth2ConsentSession) SetRememberFor(v int64)
- func (o *OAuth2ConsentSession) SetSession(v AcceptOAuth2ConsentRequestSession)
- func (o OAuth2ConsentSession) ToMap() (map[string]interface{}, error)
- func (o *OAuth2ConsentSession) UnmarshalJSON(data []byte) (err error)
- type OAuth2ConsentSessionExpiresAt
- func (o *OAuth2ConsentSessionExpiresAt) GetAccessToken() time.Time
- func (o *OAuth2ConsentSessionExpiresAt) GetAccessTokenOk() (*time.Time, bool)
- func (o *OAuth2ConsentSessionExpiresAt) GetAuthorizeCode() time.Time
- func (o *OAuth2ConsentSessionExpiresAt) GetAuthorizeCodeOk() (*time.Time, bool)
- func (o *OAuth2ConsentSessionExpiresAt) GetIdToken() time.Time
- func (o *OAuth2ConsentSessionExpiresAt) GetIdTokenOk() (*time.Time, bool)
- func (o *OAuth2ConsentSessionExpiresAt) GetParContext() time.Time
- func (o *OAuth2ConsentSessionExpiresAt) GetParContextOk() (*time.Time, bool)
- func (o *OAuth2ConsentSessionExpiresAt) GetRefreshToken() time.Time
- func (o *OAuth2ConsentSessionExpiresAt) GetRefreshTokenOk() (*time.Time, bool)
- func (o *OAuth2ConsentSessionExpiresAt) HasAccessToken() bool
- func (o *OAuth2ConsentSessionExpiresAt) HasAuthorizeCode() bool
- func (o *OAuth2ConsentSessionExpiresAt) HasIdToken() bool
- func (o *OAuth2ConsentSessionExpiresAt) HasParContext() bool
- func (o *OAuth2ConsentSessionExpiresAt) HasRefreshToken() bool
- func (o OAuth2ConsentSessionExpiresAt) MarshalJSON() ([]byte, error)
- func (o *OAuth2ConsentSessionExpiresAt) SetAccessToken(v time.Time)
- func (o *OAuth2ConsentSessionExpiresAt) SetAuthorizeCode(v time.Time)
- func (o *OAuth2ConsentSessionExpiresAt) SetIdToken(v time.Time)
- func (o *OAuth2ConsentSessionExpiresAt) SetParContext(v time.Time)
- func (o *OAuth2ConsentSessionExpiresAt) SetRefreshToken(v time.Time)
- func (o OAuth2ConsentSessionExpiresAt) ToMap() (map[string]interface{}, error)
- func (o *OAuth2ConsentSessionExpiresAt) UnmarshalJSON(data []byte) (err error)
- type OAuth2LoginRequest
- func (o *OAuth2LoginRequest) GetChallenge() string
- func (o *OAuth2LoginRequest) GetChallengeOk() (*string, bool)
- func (o *OAuth2LoginRequest) GetClient() OAuth2Client
- func (o *OAuth2LoginRequest) GetClientOk() (*OAuth2Client, bool)
- func (o *OAuth2LoginRequest) GetOidcContext() OAuth2ConsentRequestOpenIDConnectContext
- func (o *OAuth2LoginRequest) GetOidcContextOk() (*OAuth2ConsentRequestOpenIDConnectContext, bool)
- func (o *OAuth2LoginRequest) GetRequestUrl() string
- func (o *OAuth2LoginRequest) GetRequestUrlOk() (*string, bool)
- func (o *OAuth2LoginRequest) GetRequestedAccessTokenAudience() []string
- func (o *OAuth2LoginRequest) GetRequestedAccessTokenAudienceOk() ([]string, bool)
- func (o *OAuth2LoginRequest) GetRequestedScope() []string
- func (o *OAuth2LoginRequest) GetRequestedScopeOk() ([]string, bool)
- func (o *OAuth2LoginRequest) GetSessionId() string
- func (o *OAuth2LoginRequest) GetSessionIdOk() (*string, bool)
- func (o *OAuth2LoginRequest) GetSkip() bool
- func (o *OAuth2LoginRequest) GetSkipOk() (*bool, bool)
- func (o *OAuth2LoginRequest) GetSubject() string
- func (o *OAuth2LoginRequest) GetSubjectOk() (*string, bool)
- func (o *OAuth2LoginRequest) HasOidcContext() bool
- func (o *OAuth2LoginRequest) HasRequestedAccessTokenAudience() bool
- func (o *OAuth2LoginRequest) HasRequestedScope() bool
- func (o *OAuth2LoginRequest) HasSessionId() bool
- func (o OAuth2LoginRequest) MarshalJSON() ([]byte, error)
- func (o *OAuth2LoginRequest) SetChallenge(v string)
- func (o *OAuth2LoginRequest) SetClient(v OAuth2Client)
- func (o *OAuth2LoginRequest) SetOidcContext(v OAuth2ConsentRequestOpenIDConnectContext)
- func (o *OAuth2LoginRequest) SetRequestUrl(v string)
- func (o *OAuth2LoginRequest) SetRequestedAccessTokenAudience(v []string)
- func (o *OAuth2LoginRequest) SetRequestedScope(v []string)
- func (o *OAuth2LoginRequest) SetSessionId(v string)
- func (o *OAuth2LoginRequest) SetSkip(v bool)
- func (o *OAuth2LoginRequest) SetSubject(v string)
- func (o OAuth2LoginRequest) ToMap() (map[string]interface{}, error)
- func (o *OAuth2LoginRequest) UnmarshalJSON(data []byte) (err error)
- type OAuth2LogoutRequest
- func (o *OAuth2LogoutRequest) GetChallenge() string
- func (o *OAuth2LogoutRequest) GetChallengeOk() (*string, bool)
- func (o *OAuth2LogoutRequest) GetClient() OAuth2Client
- func (o *OAuth2LogoutRequest) GetClientOk() (*OAuth2Client, bool)
- func (o *OAuth2LogoutRequest) GetRequestUrl() string
- func (o *OAuth2LogoutRequest) GetRequestUrlOk() (*string, bool)
- func (o *OAuth2LogoutRequest) GetRpInitiated() bool
- func (o *OAuth2LogoutRequest) GetRpInitiatedOk() (*bool, bool)
- func (o *OAuth2LogoutRequest) GetSid() string
- func (o *OAuth2LogoutRequest) GetSidOk() (*string, bool)
- func (o *OAuth2LogoutRequest) GetSubject() string
- func (o *OAuth2LogoutRequest) GetSubjectOk() (*string, bool)
- func (o *OAuth2LogoutRequest) HasChallenge() bool
- func (o *OAuth2LogoutRequest) HasClient() bool
- func (o *OAuth2LogoutRequest) HasRequestUrl() bool
- func (o *OAuth2LogoutRequest) HasRpInitiated() bool
- func (o *OAuth2LogoutRequest) HasSid() bool
- func (o *OAuth2LogoutRequest) HasSubject() bool
- func (o OAuth2LogoutRequest) MarshalJSON() ([]byte, error)
- func (o *OAuth2LogoutRequest) SetChallenge(v string)
- func (o *OAuth2LogoutRequest) SetClient(v OAuth2Client)
- func (o *OAuth2LogoutRequest) SetRequestUrl(v string)
- func (o *OAuth2LogoutRequest) SetRpInitiated(v bool)
- func (o *OAuth2LogoutRequest) SetSid(v string)
- func (o *OAuth2LogoutRequest) SetSubject(v string)
- func (o OAuth2LogoutRequest) ToMap() (map[string]interface{}, error)
- func (o *OAuth2LogoutRequest) UnmarshalJSON(data []byte) (err error)
- type OAuth2RedirectTo
- func (o *OAuth2RedirectTo) GetRedirectTo() string
- func (o *OAuth2RedirectTo) GetRedirectToOk() (*string, bool)
- func (o OAuth2RedirectTo) MarshalJSON() ([]byte, error)
- func (o *OAuth2RedirectTo) SetRedirectTo(v string)
- func (o OAuth2RedirectTo) ToMap() (map[string]interface{}, error)
- func (o *OAuth2RedirectTo) UnmarshalJSON(data []byte) (err error)
- type OAuth2TokenExchange
- func (o *OAuth2TokenExchange) GetAccessToken() string
- func (o *OAuth2TokenExchange) GetAccessTokenOk() (*string, bool)
- func (o *OAuth2TokenExchange) GetExpiresIn() int64
- func (o *OAuth2TokenExchange) GetExpiresInOk() (*int64, bool)
- func (o *OAuth2TokenExchange) GetIdToken() string
- func (o *OAuth2TokenExchange) GetIdTokenOk() (*string, bool)
- func (o *OAuth2TokenExchange) GetRefreshToken() string
- func (o *OAuth2TokenExchange) GetRefreshTokenOk() (*string, bool)
- func (o *OAuth2TokenExchange) GetScope() string
- func (o *OAuth2TokenExchange) GetScopeOk() (*string, bool)
- func (o *OAuth2TokenExchange) GetTokenType() string
- func (o *OAuth2TokenExchange) GetTokenTypeOk() (*string, bool)
- func (o *OAuth2TokenExchange) HasAccessToken() bool
- func (o *OAuth2TokenExchange) HasExpiresIn() bool
- func (o *OAuth2TokenExchange) HasIdToken() bool
- func (o *OAuth2TokenExchange) HasRefreshToken() bool
- func (o *OAuth2TokenExchange) HasScope() bool
- func (o *OAuth2TokenExchange) HasTokenType() bool
- func (o OAuth2TokenExchange) MarshalJSON() ([]byte, error)
- func (o *OAuth2TokenExchange) SetAccessToken(v string)
- func (o *OAuth2TokenExchange) SetExpiresIn(v int64)
- func (o *OAuth2TokenExchange) SetIdToken(v string)
- func (o *OAuth2TokenExchange) SetRefreshToken(v string)
- func (o *OAuth2TokenExchange) SetScope(v string)
- func (o *OAuth2TokenExchange) SetTokenType(v string)
- func (o OAuth2TokenExchange) ToMap() (map[string]interface{}, error)
- func (o *OAuth2TokenExchange) UnmarshalJSON(data []byte) (err error)
- type OidcAPI
- type OidcAPICreateOidcDynamicClientRequest
- type OidcAPICreateVerifiableCredentialRequest
- func (r OidcAPICreateVerifiableCredentialRequest) CreateVerifiableCredentialRequestBody(createVerifiableCredentialRequestBody CreateVerifiableCredentialRequestBody) OidcAPICreateVerifiableCredentialRequest
- func (r OidcAPICreateVerifiableCredentialRequest) Execute() (*VerifiableCredentialResponse, *http.Response, error)
- type OidcAPIDeleteOidcDynamicClientRequest
- type OidcAPIDiscoverOidcConfigurationRequest
- type OidcAPIGetOidcDynamicClientRequest
- type OidcAPIGetOidcUserInfoRequest
- type OidcAPIRevokeOidcSessionRequest
- type OidcAPIService
- func (a *OidcAPIService) CreateOidcDynamicClient(ctx context.Context) OidcAPICreateOidcDynamicClientRequest
- func (a *OidcAPIService) CreateOidcDynamicClientExecute(r OidcAPICreateOidcDynamicClientRequest) (*OAuth2Client, *http.Response, error)
- func (a *OidcAPIService) CreateVerifiableCredential(ctx context.Context) OidcAPICreateVerifiableCredentialRequest
- func (a *OidcAPIService) CreateVerifiableCredentialExecute(r OidcAPICreateVerifiableCredentialRequest) (*VerifiableCredentialResponse, *http.Response, error)
- func (a *OidcAPIService) DeleteOidcDynamicClient(ctx context.Context, id string) OidcAPIDeleteOidcDynamicClientRequest
- func (a *OidcAPIService) DeleteOidcDynamicClientExecute(r OidcAPIDeleteOidcDynamicClientRequest) (*http.Response, error)
- func (a *OidcAPIService) DiscoverOidcConfiguration(ctx context.Context) OidcAPIDiscoverOidcConfigurationRequest
- func (a *OidcAPIService) DiscoverOidcConfigurationExecute(r OidcAPIDiscoverOidcConfigurationRequest) (*OidcConfiguration, *http.Response, error)
- func (a *OidcAPIService) GetOidcDynamicClient(ctx context.Context, id string) OidcAPIGetOidcDynamicClientRequest
- func (a *OidcAPIService) GetOidcDynamicClientExecute(r OidcAPIGetOidcDynamicClientRequest) (*OAuth2Client, *http.Response, error)
- func (a *OidcAPIService) GetOidcUserInfo(ctx context.Context) OidcAPIGetOidcUserInfoRequest
- func (a *OidcAPIService) GetOidcUserInfoExecute(r OidcAPIGetOidcUserInfoRequest) (*OidcUserInfo, *http.Response, error)
- func (a *OidcAPIService) RevokeOidcSession(ctx context.Context) OidcAPIRevokeOidcSessionRequest
- func (a *OidcAPIService) RevokeOidcSessionExecute(r OidcAPIRevokeOidcSessionRequest) (*http.Response, error)
- func (a *OidcAPIService) SetOidcDynamicClient(ctx context.Context, id string) OidcAPISetOidcDynamicClientRequest
- func (a *OidcAPIService) SetOidcDynamicClientExecute(r OidcAPISetOidcDynamicClientRequest) (*OAuth2Client, *http.Response, error)
- type OidcAPISetOidcDynamicClientRequest
- type OidcConfiguration
- func (o *OidcConfiguration) GetAuthorizationEndpoint() string
- func (o *OidcConfiguration) GetAuthorizationEndpointOk() (*string, bool)
- func (o *OidcConfiguration) GetBackchannelLogoutSessionSupported() bool
- func (o *OidcConfiguration) GetBackchannelLogoutSessionSupportedOk() (*bool, bool)
- func (o *OidcConfiguration) GetBackchannelLogoutSupported() bool
- func (o *OidcConfiguration) GetBackchannelLogoutSupportedOk() (*bool, bool)
- func (o *OidcConfiguration) GetClaimsParameterSupported() bool
- func (o *OidcConfiguration) GetClaimsParameterSupportedOk() (*bool, bool)
- func (o *OidcConfiguration) GetClaimsSupported() []string
- func (o *OidcConfiguration) GetClaimsSupportedOk() ([]string, bool)
- func (o *OidcConfiguration) GetCodeChallengeMethodsSupported() []string
- func (o *OidcConfiguration) GetCodeChallengeMethodsSupportedOk() ([]string, bool)
- func (o *OidcConfiguration) GetCredentialsEndpointDraft00() string
- func (o *OidcConfiguration) GetCredentialsEndpointDraft00Ok() (*string, bool)
- func (o *OidcConfiguration) GetCredentialsSupportedDraft00() []CredentialSupportedDraft00
- func (o *OidcConfiguration) GetCredentialsSupportedDraft00Ok() ([]CredentialSupportedDraft00, bool)
- func (o *OidcConfiguration) GetEndSessionEndpoint() string
- func (o *OidcConfiguration) GetEndSessionEndpointOk() (*string, bool)
- func (o *OidcConfiguration) GetFrontchannelLogoutSessionSupported() bool
- func (o *OidcConfiguration) GetFrontchannelLogoutSessionSupportedOk() (*bool, bool)
- func (o *OidcConfiguration) GetFrontchannelLogoutSupported() bool
- func (o *OidcConfiguration) GetFrontchannelLogoutSupportedOk() (*bool, bool)
- func (o *OidcConfiguration) GetGrantTypesSupported() []string
- func (o *OidcConfiguration) GetGrantTypesSupportedOk() ([]string, bool)
- func (o *OidcConfiguration) GetIdTokenSignedResponseAlg() []string
- func (o *OidcConfiguration) GetIdTokenSignedResponseAlgOk() ([]string, bool)
- func (o *OidcConfiguration) GetIdTokenSigningAlgValuesSupported() []string
- func (o *OidcConfiguration) GetIdTokenSigningAlgValuesSupportedOk() ([]string, bool)
- func (o *OidcConfiguration) GetIssuer() string
- func (o *OidcConfiguration) GetIssuerOk() (*string, bool)
- func (o *OidcConfiguration) GetJwksUri() string
- func (o *OidcConfiguration) GetJwksUriOk() (*string, bool)
- func (o *OidcConfiguration) GetRegistrationEndpoint() string
- func (o *OidcConfiguration) GetRegistrationEndpointOk() (*string, bool)
- func (o *OidcConfiguration) GetRequestObjectSigningAlgValuesSupported() []string
- func (o *OidcConfiguration) GetRequestObjectSigningAlgValuesSupportedOk() ([]string, bool)
- func (o *OidcConfiguration) GetRequestParameterSupported() bool
- func (o *OidcConfiguration) GetRequestParameterSupportedOk() (*bool, bool)
- func (o *OidcConfiguration) GetRequestUriParameterSupported() bool
- func (o *OidcConfiguration) GetRequestUriParameterSupportedOk() (*bool, bool)
- func (o *OidcConfiguration) GetRequireRequestUriRegistration() bool
- func (o *OidcConfiguration) GetRequireRequestUriRegistrationOk() (*bool, bool)
- func (o *OidcConfiguration) GetResponseModesSupported() []string
- func (o *OidcConfiguration) GetResponseModesSupportedOk() ([]string, bool)
- func (o *OidcConfiguration) GetResponseTypesSupported() []string
- func (o *OidcConfiguration) GetResponseTypesSupportedOk() ([]string, bool)
- func (o *OidcConfiguration) GetRevocationEndpoint() string
- func (o *OidcConfiguration) GetRevocationEndpointOk() (*string, bool)
- func (o *OidcConfiguration) GetScopesSupported() []string
- func (o *OidcConfiguration) GetScopesSupportedOk() ([]string, bool)
- func (o *OidcConfiguration) GetSubjectTypesSupported() []string
- func (o *OidcConfiguration) GetSubjectTypesSupportedOk() ([]string, bool)
- func (o *OidcConfiguration) GetTokenEndpoint() string
- func (o *OidcConfiguration) GetTokenEndpointAuthMethodsSupported() []string
- func (o *OidcConfiguration) GetTokenEndpointAuthMethodsSupportedOk() ([]string, bool)
- func (o *OidcConfiguration) GetTokenEndpointOk() (*string, bool)
- func (o *OidcConfiguration) GetUserinfoEndpoint() string
- func (o *OidcConfiguration) GetUserinfoEndpointOk() (*string, bool)
- func (o *OidcConfiguration) GetUserinfoSignedResponseAlg() []string
- func (o *OidcConfiguration) GetUserinfoSignedResponseAlgOk() ([]string, bool)
- func (o *OidcConfiguration) GetUserinfoSigningAlgValuesSupported() []string
- func (o *OidcConfiguration) GetUserinfoSigningAlgValuesSupportedOk() ([]string, bool)
- func (o *OidcConfiguration) HasBackchannelLogoutSessionSupported() bool
- func (o *OidcConfiguration) HasBackchannelLogoutSupported() bool
- func (o *OidcConfiguration) HasClaimsParameterSupported() bool
- func (o *OidcConfiguration) HasClaimsSupported() bool
- func (o *OidcConfiguration) HasCodeChallengeMethodsSupported() bool
- func (o *OidcConfiguration) HasCredentialsEndpointDraft00() bool
- func (o *OidcConfiguration) HasCredentialsSupportedDraft00() bool
- func (o *OidcConfiguration) HasEndSessionEndpoint() bool
- func (o *OidcConfiguration) HasFrontchannelLogoutSessionSupported() bool
- func (o *OidcConfiguration) HasFrontchannelLogoutSupported() bool
- func (o *OidcConfiguration) HasGrantTypesSupported() bool
- func (o *OidcConfiguration) HasRegistrationEndpoint() bool
- func (o *OidcConfiguration) HasRequestObjectSigningAlgValuesSupported() bool
- func (o *OidcConfiguration) HasRequestParameterSupported() bool
- func (o *OidcConfiguration) HasRequestUriParameterSupported() bool
- func (o *OidcConfiguration) HasRequireRequestUriRegistration() bool
- func (o *OidcConfiguration) HasResponseModesSupported() bool
- func (o *OidcConfiguration) HasRevocationEndpoint() bool
- func (o *OidcConfiguration) HasScopesSupported() bool
- func (o *OidcConfiguration) HasTokenEndpointAuthMethodsSupported() bool
- func (o *OidcConfiguration) HasUserinfoEndpoint() bool
- func (o *OidcConfiguration) HasUserinfoSigningAlgValuesSupported() bool
- func (o OidcConfiguration) MarshalJSON() ([]byte, error)
- func (o *OidcConfiguration) SetAuthorizationEndpoint(v string)
- func (o *OidcConfiguration) SetBackchannelLogoutSessionSupported(v bool)
- func (o *OidcConfiguration) SetBackchannelLogoutSupported(v bool)
- func (o *OidcConfiguration) SetClaimsParameterSupported(v bool)
- func (o *OidcConfiguration) SetClaimsSupported(v []string)
- func (o *OidcConfiguration) SetCodeChallengeMethodsSupported(v []string)
- func (o *OidcConfiguration) SetCredentialsEndpointDraft00(v string)
- func (o *OidcConfiguration) SetCredentialsSupportedDraft00(v []CredentialSupportedDraft00)
- func (o *OidcConfiguration) SetEndSessionEndpoint(v string)
- func (o *OidcConfiguration) SetFrontchannelLogoutSessionSupported(v bool)
- func (o *OidcConfiguration) SetFrontchannelLogoutSupported(v bool)
- func (o *OidcConfiguration) SetGrantTypesSupported(v []string)
- func (o *OidcConfiguration) SetIdTokenSignedResponseAlg(v []string)
- func (o *OidcConfiguration) SetIdTokenSigningAlgValuesSupported(v []string)
- func (o *OidcConfiguration) SetIssuer(v string)
- func (o *OidcConfiguration) SetJwksUri(v string)
- func (o *OidcConfiguration) SetRegistrationEndpoint(v string)
- func (o *OidcConfiguration) SetRequestObjectSigningAlgValuesSupported(v []string)
- func (o *OidcConfiguration) SetRequestParameterSupported(v bool)
- func (o *OidcConfiguration) SetRequestUriParameterSupported(v bool)
- func (o *OidcConfiguration) SetRequireRequestUriRegistration(v bool)
- func (o *OidcConfiguration) SetResponseModesSupported(v []string)
- func (o *OidcConfiguration) SetResponseTypesSupported(v []string)
- func (o *OidcConfiguration) SetRevocationEndpoint(v string)
- func (o *OidcConfiguration) SetScopesSupported(v []string)
- func (o *OidcConfiguration) SetSubjectTypesSupported(v []string)
- func (o *OidcConfiguration) SetTokenEndpoint(v string)
- func (o *OidcConfiguration) SetTokenEndpointAuthMethodsSupported(v []string)
- func (o *OidcConfiguration) SetUserinfoEndpoint(v string)
- func (o *OidcConfiguration) SetUserinfoSignedResponseAlg(v []string)
- func (o *OidcConfiguration) SetUserinfoSigningAlgValuesSupported(v []string)
- func (o OidcConfiguration) ToMap() (map[string]interface{}, error)
- func (o *OidcConfiguration) UnmarshalJSON(data []byte) (err error)
- type OidcUserInfo
- func (o *OidcUserInfo) GetBirthdate() string
- func (o *OidcUserInfo) GetBirthdateOk() (*string, bool)
- func (o *OidcUserInfo) GetEmail() string
- func (o *OidcUserInfo) GetEmailOk() (*string, bool)
- func (o *OidcUserInfo) GetEmailVerified() bool
- func (o *OidcUserInfo) GetEmailVerifiedOk() (*bool, bool)
- func (o *OidcUserInfo) GetFamilyName() string
- func (o *OidcUserInfo) GetFamilyNameOk() (*string, bool)
- func (o *OidcUserInfo) GetGender() string
- func (o *OidcUserInfo) GetGenderOk() (*string, bool)
- func (o *OidcUserInfo) GetGivenName() string
- func (o *OidcUserInfo) GetGivenNameOk() (*string, bool)
- func (o *OidcUserInfo) GetLocale() string
- func (o *OidcUserInfo) GetLocaleOk() (*string, bool)
- func (o *OidcUserInfo) GetMiddleName() string
- func (o *OidcUserInfo) GetMiddleNameOk() (*string, bool)
- func (o *OidcUserInfo) GetName() string
- func (o *OidcUserInfo) GetNameOk() (*string, bool)
- func (o *OidcUserInfo) GetNickname() string
- func (o *OidcUserInfo) GetNicknameOk() (*string, bool)
- func (o *OidcUserInfo) GetPhoneNumber() string
- func (o *OidcUserInfo) GetPhoneNumberOk() (*string, bool)
- func (o *OidcUserInfo) GetPhoneNumberVerified() bool
- func (o *OidcUserInfo) GetPhoneNumberVerifiedOk() (*bool, bool)
- func (o *OidcUserInfo) GetPicture() string
- func (o *OidcUserInfo) GetPictureOk() (*string, bool)
- func (o *OidcUserInfo) GetPreferredUsername() string
- func (o *OidcUserInfo) GetPreferredUsernameOk() (*string, bool)
- func (o *OidcUserInfo) GetProfile() string
- func (o *OidcUserInfo) GetProfileOk() (*string, bool)
- func (o *OidcUserInfo) GetSub() string
- func (o *OidcUserInfo) GetSubOk() (*string, bool)
- func (o *OidcUserInfo) GetUpdatedAt() int64
- func (o *OidcUserInfo) GetUpdatedAtOk() (*int64, bool)
- func (o *OidcUserInfo) GetWebsite() string
- func (o *OidcUserInfo) GetWebsiteOk() (*string, bool)
- func (o *OidcUserInfo) GetZoneinfo() string
- func (o *OidcUserInfo) GetZoneinfoOk() (*string, bool)
- func (o *OidcUserInfo) HasBirthdate() bool
- func (o *OidcUserInfo) HasEmail() bool
- func (o *OidcUserInfo) HasEmailVerified() bool
- func (o *OidcUserInfo) HasFamilyName() bool
- func (o *OidcUserInfo) HasGender() bool
- func (o *OidcUserInfo) HasGivenName() bool
- func (o *OidcUserInfo) HasLocale() bool
- func (o *OidcUserInfo) HasMiddleName() bool
- func (o *OidcUserInfo) HasName() bool
- func (o *OidcUserInfo) HasNickname() bool
- func (o *OidcUserInfo) HasPhoneNumber() bool
- func (o *OidcUserInfo) HasPhoneNumberVerified() bool
- func (o *OidcUserInfo) HasPicture() bool
- func (o *OidcUserInfo) HasPreferredUsername() bool
- func (o *OidcUserInfo) HasProfile() bool
- func (o *OidcUserInfo) HasSub() bool
- func (o *OidcUserInfo) HasUpdatedAt() bool
- func (o *OidcUserInfo) HasWebsite() bool
- func (o *OidcUserInfo) HasZoneinfo() bool
- func (o OidcUserInfo) MarshalJSON() ([]byte, error)
- func (o *OidcUserInfo) SetBirthdate(v string)
- func (o *OidcUserInfo) SetEmail(v string)
- func (o *OidcUserInfo) SetEmailVerified(v bool)
- func (o *OidcUserInfo) SetFamilyName(v string)
- func (o *OidcUserInfo) SetGender(v string)
- func (o *OidcUserInfo) SetGivenName(v string)
- func (o *OidcUserInfo) SetLocale(v string)
- func (o *OidcUserInfo) SetMiddleName(v string)
- func (o *OidcUserInfo) SetName(v string)
- func (o *OidcUserInfo) SetNickname(v string)
- func (o *OidcUserInfo) SetPhoneNumber(v string)
- func (o *OidcUserInfo) SetPhoneNumberVerified(v bool)
- func (o *OidcUserInfo) SetPicture(v string)
- func (o *OidcUserInfo) SetPreferredUsername(v string)
- func (o *OidcUserInfo) SetProfile(v string)
- func (o *OidcUserInfo) SetSub(v string)
- func (o *OidcUserInfo) SetUpdatedAt(v int64)
- func (o *OidcUserInfo) SetWebsite(v string)
- func (o *OidcUserInfo) SetZoneinfo(v string)
- func (o OidcUserInfo) ToMap() (map[string]interface{}, error)
- func (o *OidcUserInfo) UnmarshalJSON(data []byte) (err error)
- type Organization
- func (o *Organization) GetCreatedAt() time.Time
- func (o *Organization) GetCreatedAtOk() (*time.Time, bool)
- func (o *Organization) GetDomains() []string
- func (o *Organization) GetDomainsOk() ([]string, bool)
- func (o *Organization) GetId() string
- func (o *Organization) GetIdOk() (*string, bool)
- func (o *Organization) GetLabel() string
- func (o *Organization) GetLabelOk() (*string, bool)
- func (o *Organization) GetProjectId() string
- func (o *Organization) GetProjectIdOk() (*string, bool)
- func (o *Organization) GetUpdatedAt() time.Time
- func (o *Organization) GetUpdatedAtOk() (*time.Time, bool)
- func (o Organization) MarshalJSON() ([]byte, error)
- func (o *Organization) SetCreatedAt(v time.Time)
- func (o *Organization) SetDomains(v []string)
- func (o *Organization) SetId(v string)
- func (o *Organization) SetLabel(v string)
- func (o *Organization) SetProjectId(v string)
- func (o *Organization) SetUpdatedAt(v time.Time)
- func (o Organization) ToMap() (map[string]interface{}, error)
- func (o *Organization) UnmarshalJSON(data []byte) (err error)
- type OrganizationBody
- func (o *OrganizationBody) GetDomains() []string
- func (o *OrganizationBody) GetDomainsOk() ([]string, bool)
- func (o *OrganizationBody) GetLabel() string
- func (o *OrganizationBody) GetLabelOk() (*string, bool)
- func (o *OrganizationBody) HasDomains() bool
- func (o *OrganizationBody) HasLabel() bool
- func (o OrganizationBody) MarshalJSON() ([]byte, error)
- func (o *OrganizationBody) SetDomains(v []string)
- func (o *OrganizationBody) SetLabel(v string)
- func (o OrganizationBody) ToMap() (map[string]interface{}, error)
- func (o *OrganizationBody) UnmarshalJSON(data []byte) (err error)
- type Pagination
- func (o *Pagination) GetPageSize() int64
- func (o *Pagination) GetPageSizeOk() (*int64, bool)
- func (o *Pagination) GetPageToken() string
- func (o *Pagination) GetPageTokenOk() (*string, bool)
- func (o *Pagination) HasPageSize() bool
- func (o *Pagination) HasPageToken() bool
- func (o Pagination) MarshalJSON() ([]byte, error)
- func (o *Pagination) SetPageSize(v int64)
- func (o *Pagination) SetPageToken(v string)
- func (o Pagination) ToMap() (map[string]interface{}, error)
- func (o *Pagination) UnmarshalJSON(data []byte) (err error)
- type PaginationHeaders
- func (o *PaginationHeaders) GetLink() string
- func (o *PaginationHeaders) GetLinkOk() (*string, bool)
- func (o *PaginationHeaders) GetXTotalCount() string
- func (o *PaginationHeaders) GetXTotalCountOk() (*string, bool)
- func (o *PaginationHeaders) HasLink() bool
- func (o *PaginationHeaders) HasXTotalCount() bool
- func (o PaginationHeaders) MarshalJSON() ([]byte, error)
- func (o *PaginationHeaders) SetLink(v string)
- func (o *PaginationHeaders) SetXTotalCount(v string)
- func (o PaginationHeaders) ToMap() (map[string]interface{}, error)
- func (o *PaginationHeaders) UnmarshalJSON(data []byte) (err error)
- type ParseError
- func (o *ParseError) GetEnd() SourcePosition
- func (o *ParseError) GetEndOk() (*SourcePosition, bool)
- func (o *ParseError) GetMessage() string
- func (o *ParseError) GetMessageOk() (*string, bool)
- func (o *ParseError) GetStart() SourcePosition
- func (o *ParseError) GetStartOk() (*SourcePosition, bool)
- func (o *ParseError) HasEnd() bool
- func (o *ParseError) HasMessage() bool
- func (o *ParseError) HasStart() bool
- func (o ParseError) MarshalJSON() ([]byte, error)
- func (o *ParseError) SetEnd(v SourcePosition)
- func (o *ParseError) SetMessage(v string)
- func (o *ParseError) SetStart(v SourcePosition)
- func (o ParseError) ToMap() (map[string]interface{}, error)
- func (o *ParseError) UnmarshalJSON(data []byte) (err error)
- type PatchIdentitiesBody
- func (o *PatchIdentitiesBody) GetIdentities() []IdentityPatch
- func (o *PatchIdentitiesBody) GetIdentitiesOk() ([]IdentityPatch, bool)
- func (o *PatchIdentitiesBody) HasIdentities() bool
- func (o PatchIdentitiesBody) MarshalJSON() ([]byte, error)
- func (o *PatchIdentitiesBody) SetIdentities(v []IdentityPatch)
- func (o PatchIdentitiesBody) ToMap() (map[string]interface{}, error)
- func (o *PatchIdentitiesBody) UnmarshalJSON(data []byte) (err error)
- type PerformNativeLogoutBody
- func (o *PerformNativeLogoutBody) GetSessionToken() string
- func (o *PerformNativeLogoutBody) GetSessionTokenOk() (*string, bool)
- func (o PerformNativeLogoutBody) MarshalJSON() ([]byte, error)
- func (o *PerformNativeLogoutBody) SetSessionToken(v string)
- func (o PerformNativeLogoutBody) ToMap() (map[string]interface{}, error)
- func (o *PerformNativeLogoutBody) UnmarshalJSON(data []byte) (err error)
- type PermissionAPI
- type PermissionAPICheckPermissionOrErrorRequest
- func (r PermissionAPICheckPermissionOrErrorRequest) Execute() (*CheckPermissionResult, *http.Response, error)
- func (r PermissionAPICheckPermissionOrErrorRequest) MaxDepth(maxDepth int64) PermissionAPICheckPermissionOrErrorRequest
- func (r PermissionAPICheckPermissionOrErrorRequest) Namespace(namespace string) PermissionAPICheckPermissionOrErrorRequest
- func (r PermissionAPICheckPermissionOrErrorRequest) Object(object string) PermissionAPICheckPermissionOrErrorRequest
- func (r PermissionAPICheckPermissionOrErrorRequest) Relation(relation string) PermissionAPICheckPermissionOrErrorRequest
- func (r PermissionAPICheckPermissionOrErrorRequest) SubjectId(subjectId string) PermissionAPICheckPermissionOrErrorRequest
- func (r PermissionAPICheckPermissionOrErrorRequest) SubjectSetNamespace(subjectSetNamespace string) PermissionAPICheckPermissionOrErrorRequest
- func (r PermissionAPICheckPermissionOrErrorRequest) SubjectSetObject(subjectSetObject string) PermissionAPICheckPermissionOrErrorRequest
- func (r PermissionAPICheckPermissionOrErrorRequest) SubjectSetRelation(subjectSetRelation string) PermissionAPICheckPermissionOrErrorRequest
- type PermissionAPICheckPermissionRequest
- func (r PermissionAPICheckPermissionRequest) Execute() (*CheckPermissionResult, *http.Response, error)
- func (r PermissionAPICheckPermissionRequest) MaxDepth(maxDepth int64) PermissionAPICheckPermissionRequest
- func (r PermissionAPICheckPermissionRequest) Namespace(namespace string) PermissionAPICheckPermissionRequest
- func (r PermissionAPICheckPermissionRequest) Object(object string) PermissionAPICheckPermissionRequest
- func (r PermissionAPICheckPermissionRequest) Relation(relation string) PermissionAPICheckPermissionRequest
- func (r PermissionAPICheckPermissionRequest) SubjectId(subjectId string) PermissionAPICheckPermissionRequest
- func (r PermissionAPICheckPermissionRequest) SubjectSetNamespace(subjectSetNamespace string) PermissionAPICheckPermissionRequest
- func (r PermissionAPICheckPermissionRequest) SubjectSetObject(subjectSetObject string) PermissionAPICheckPermissionRequest
- func (r PermissionAPICheckPermissionRequest) SubjectSetRelation(subjectSetRelation string) PermissionAPICheckPermissionRequest
- type PermissionAPIExpandPermissionsRequest
- func (r PermissionAPIExpandPermissionsRequest) Execute() (*ExpandedPermissionTree, *http.Response, error)
- func (r PermissionAPIExpandPermissionsRequest) MaxDepth(maxDepth int64) PermissionAPIExpandPermissionsRequest
- func (r PermissionAPIExpandPermissionsRequest) Namespace(namespace string) PermissionAPIExpandPermissionsRequest
- func (r PermissionAPIExpandPermissionsRequest) Object(object string) PermissionAPIExpandPermissionsRequest
- func (r PermissionAPIExpandPermissionsRequest) Relation(relation string) PermissionAPIExpandPermissionsRequest
- type PermissionAPIPostCheckPermissionOrErrorRequest
- func (r PermissionAPIPostCheckPermissionOrErrorRequest) Execute() (*CheckPermissionResult, *http.Response, error)
- func (r PermissionAPIPostCheckPermissionOrErrorRequest) MaxDepth(maxDepth int64) PermissionAPIPostCheckPermissionOrErrorRequest
- func (r PermissionAPIPostCheckPermissionOrErrorRequest) PostCheckPermissionOrErrorBody(postCheckPermissionOrErrorBody PostCheckPermissionOrErrorBody) PermissionAPIPostCheckPermissionOrErrorRequest
- type PermissionAPIPostCheckPermissionRequest
- func (r PermissionAPIPostCheckPermissionRequest) Execute() (*CheckPermissionResult, *http.Response, error)
- func (r PermissionAPIPostCheckPermissionRequest) MaxDepth(maxDepth int64) PermissionAPIPostCheckPermissionRequest
- func (r PermissionAPIPostCheckPermissionRequest) PostCheckPermissionBody(postCheckPermissionBody PostCheckPermissionBody) PermissionAPIPostCheckPermissionRequest
- type PermissionAPIService
- func (a *PermissionAPIService) CheckPermission(ctx context.Context) PermissionAPICheckPermissionRequest
- func (a *PermissionAPIService) CheckPermissionExecute(r PermissionAPICheckPermissionRequest) (*CheckPermissionResult, *http.Response, error)
- func (a *PermissionAPIService) CheckPermissionOrError(ctx context.Context) PermissionAPICheckPermissionOrErrorRequest
- func (a *PermissionAPIService) CheckPermissionOrErrorExecute(r PermissionAPICheckPermissionOrErrorRequest) (*CheckPermissionResult, *http.Response, error)
- func (a *PermissionAPIService) ExpandPermissions(ctx context.Context) PermissionAPIExpandPermissionsRequest
- func (a *PermissionAPIService) ExpandPermissionsExecute(r PermissionAPIExpandPermissionsRequest) (*ExpandedPermissionTree, *http.Response, error)
- func (a *PermissionAPIService) PostCheckPermission(ctx context.Context) PermissionAPIPostCheckPermissionRequest
- func (a *PermissionAPIService) PostCheckPermissionExecute(r PermissionAPIPostCheckPermissionRequest) (*CheckPermissionResult, *http.Response, error)
- func (a *PermissionAPIService) PostCheckPermissionOrError(ctx context.Context) PermissionAPIPostCheckPermissionOrErrorRequest
- func (a *PermissionAPIService) PostCheckPermissionOrErrorExecute(r PermissionAPIPostCheckPermissionOrErrorRequest) (*CheckPermissionResult, *http.Response, error)
- type PermissionsOnWorkspace
- func (o *PermissionsOnWorkspace) GetPermissions() map[string]bool
- func (o *PermissionsOnWorkspace) GetPermissionsOk() (*map[string]bool, bool)
- func (o *PermissionsOnWorkspace) HasPermissions() bool
- func (o PermissionsOnWorkspace) MarshalJSON() ([]byte, error)
- func (o *PermissionsOnWorkspace) SetPermissions(v map[string]bool)
- func (o PermissionsOnWorkspace) ToMap() (map[string]interface{}, error)
- func (o *PermissionsOnWorkspace) UnmarshalJSON(data []byte) (err error)
- type Plan
- func (o *Plan) GetName() string
- func (o *Plan) GetNameOk() (*string, bool)
- func (o *Plan) GetVersion() int64
- func (o *Plan) GetVersionOk() (*int64, bool)
- func (o Plan) MarshalJSON() ([]byte, error)
- func (o *Plan) SetName(v string)
- func (o *Plan) SetVersion(v int64)
- func (o Plan) ToMap() (map[string]interface{}, error)
- func (o *Plan) UnmarshalJSON(data []byte) (err error)
- type PlanDetails
- func (o *PlanDetails) GetBaseFeeMonthly() int64
- func (o *PlanDetails) GetBaseFeeMonthlyOk() (*int64, bool)
- func (o *PlanDetails) GetBaseFeeYearly() int64
- func (o *PlanDetails) GetBaseFeeYearlyOk() (*int64, bool)
- func (o *PlanDetails) GetCustom() bool
- func (o *PlanDetails) GetCustomOk() (*bool, bool)
- func (o *PlanDetails) GetDescription() string
- func (o *PlanDetails) GetDescriptionOk() (*string, bool)
- func (o *PlanDetails) GetFeatures() map[string]GenericUsage
- func (o *PlanDetails) GetFeaturesOk() (*map[string]GenericUsage, bool)
- func (o *PlanDetails) GetLatest() bool
- func (o *PlanDetails) GetLatestOk() (*bool, bool)
- func (o *PlanDetails) GetName() string
- func (o *PlanDetails) GetNameOk() (*string, bool)
- func (o *PlanDetails) GetVersion() int64
- func (o *PlanDetails) GetVersionOk() (*int64, bool)
- func (o *PlanDetails) HasLatest() bool
- func (o PlanDetails) MarshalJSON() ([]byte, error)
- func (o *PlanDetails) SetBaseFeeMonthly(v int64)
- func (o *PlanDetails) SetBaseFeeYearly(v int64)
- func (o *PlanDetails) SetCustom(v bool)
- func (o *PlanDetails) SetDescription(v string)
- func (o *PlanDetails) SetFeatures(v map[string]GenericUsage)
- func (o *PlanDetails) SetLatest(v bool)
- func (o *PlanDetails) SetName(v string)
- func (o *PlanDetails) SetVersion(v int64)
- func (o PlanDetails) ToMap() (map[string]interface{}, error)
- func (o *PlanDetails) UnmarshalJSON(data []byte) (err error)
- type PostCheckPermissionBody
- func (o *PostCheckPermissionBody) GetNamespace() string
- func (o *PostCheckPermissionBody) GetNamespaceOk() (*string, bool)
- func (o *PostCheckPermissionBody) GetObject() string
- func (o *PostCheckPermissionBody) GetObjectOk() (*string, bool)
- func (o *PostCheckPermissionBody) GetRelation() string
- func (o *PostCheckPermissionBody) GetRelationOk() (*string, bool)
- func (o *PostCheckPermissionBody) GetSubjectId() string
- func (o *PostCheckPermissionBody) GetSubjectIdOk() (*string, bool)
- func (o *PostCheckPermissionBody) GetSubjectSet() SubjectSet
- func (o *PostCheckPermissionBody) GetSubjectSetOk() (*SubjectSet, bool)
- func (o *PostCheckPermissionBody) HasNamespace() bool
- func (o *PostCheckPermissionBody) HasObject() bool
- func (o *PostCheckPermissionBody) HasRelation() bool
- func (o *PostCheckPermissionBody) HasSubjectId() bool
- func (o *PostCheckPermissionBody) HasSubjectSet() bool
- func (o PostCheckPermissionBody) MarshalJSON() ([]byte, error)
- func (o *PostCheckPermissionBody) SetNamespace(v string)
- func (o *PostCheckPermissionBody) SetObject(v string)
- func (o *PostCheckPermissionBody) SetRelation(v string)
- func (o *PostCheckPermissionBody) SetSubjectId(v string)
- func (o *PostCheckPermissionBody) SetSubjectSet(v SubjectSet)
- func (o PostCheckPermissionBody) ToMap() (map[string]interface{}, error)
- func (o *PostCheckPermissionBody) UnmarshalJSON(data []byte) (err error)
- type PostCheckPermissionOrErrorBody
- func (o *PostCheckPermissionOrErrorBody) GetNamespace() string
- func (o *PostCheckPermissionOrErrorBody) GetNamespaceOk() (*string, bool)
- func (o *PostCheckPermissionOrErrorBody) GetObject() string
- func (o *PostCheckPermissionOrErrorBody) GetObjectOk() (*string, bool)
- func (o *PostCheckPermissionOrErrorBody) GetRelation() string
- func (o *PostCheckPermissionOrErrorBody) GetRelationOk() (*string, bool)
- func (o *PostCheckPermissionOrErrorBody) GetSubjectId() string
- func (o *PostCheckPermissionOrErrorBody) GetSubjectIdOk() (*string, bool)
- func (o *PostCheckPermissionOrErrorBody) GetSubjectSet() SubjectSet
- func (o *PostCheckPermissionOrErrorBody) GetSubjectSetOk() (*SubjectSet, bool)
- func (o *PostCheckPermissionOrErrorBody) HasNamespace() bool
- func (o *PostCheckPermissionOrErrorBody) HasObject() bool
- func (o *PostCheckPermissionOrErrorBody) HasRelation() bool
- func (o *PostCheckPermissionOrErrorBody) HasSubjectId() bool
- func (o *PostCheckPermissionOrErrorBody) HasSubjectSet() bool
- func (o PostCheckPermissionOrErrorBody) MarshalJSON() ([]byte, error)
- func (o *PostCheckPermissionOrErrorBody) SetNamespace(v string)
- func (o *PostCheckPermissionOrErrorBody) SetObject(v string)
- func (o *PostCheckPermissionOrErrorBody) SetRelation(v string)
- func (o *PostCheckPermissionOrErrorBody) SetSubjectId(v string)
- func (o *PostCheckPermissionOrErrorBody) SetSubjectSet(v SubjectSet)
- func (o PostCheckPermissionOrErrorBody) ToMap() (map[string]interface{}, error)
- func (o *PostCheckPermissionOrErrorBody) UnmarshalJSON(data []byte) (err error)
- type Project
- func (o *Project) GetCorsAdmin() ProjectCors
- func (o *Project) GetCorsAdminOk() (*ProjectCors, bool)
- func (o *Project) GetCorsPublic() ProjectCors
- func (o *Project) GetCorsPublicOk() (*ProjectCors, bool)
- func (o *Project) GetEnvironment() string
- func (o *Project) GetEnvironmentOk() (*string, bool)
- func (o *Project) GetHomeRegion() string
- func (o *Project) GetHomeRegionOk() (*string, bool)
- func (o *Project) GetId() string
- func (o *Project) GetIdOk() (*string, bool)
- func (o *Project) GetName() string
- func (o *Project) GetNameOk() (*string, bool)
- func (o *Project) GetRevisionId() string
- func (o *Project) GetRevisionIdOk() (*string, bool)
- func (o *Project) GetServices() ProjectServices
- func (o *Project) GetServicesOk() (*ProjectServices, bool)
- func (o *Project) GetSlug() string
- func (o *Project) GetSlugOk() (*string, bool)
- func (o *Project) GetState() string
- func (o *Project) GetStateOk() (*string, bool)
- func (o *Project) GetWorkspaceId() string
- func (o *Project) GetWorkspaceIdOk() (*string, bool)
- func (o *Project) HasCorsAdmin() bool
- func (o *Project) HasCorsPublic() bool
- func (o *Project) HasWorkspaceId() bool
- func (o Project) MarshalJSON() ([]byte, error)
- func (o *Project) SetCorsAdmin(v ProjectCors)
- func (o *Project) SetCorsPublic(v ProjectCors)
- func (o *Project) SetEnvironment(v string)
- func (o *Project) SetHomeRegion(v string)
- func (o *Project) SetId(v string)
- func (o *Project) SetName(v string)
- func (o *Project) SetRevisionId(v string)
- func (o *Project) SetServices(v ProjectServices)
- func (o *Project) SetSlug(v string)
- func (o *Project) SetState(v string)
- func (o *Project) SetWorkspaceId(v string)
- func (o *Project) SetWorkspaceIdNil()
- func (o Project) ToMap() (map[string]interface{}, error)
- func (o *Project) UnmarshalJSON(data []byte) (err error)
- func (o *Project) UnsetWorkspaceId()
- type ProjectAPI
- type ProjectAPICreateOrganizationRequest
- type ProjectAPICreateProjectApiKeyRequest
- type ProjectAPICreateProjectRequest
- type ProjectAPIDeleteOrganizationRequest
- type ProjectAPIDeleteProjectApiKeyRequest
- type ProjectAPIGetOrganizationRequest
- type ProjectAPIGetProjectMembersRequest
- type ProjectAPIGetProjectRequest
- type ProjectAPIListOrganizationsRequest
- func (r ProjectAPIListOrganizationsRequest) Domain(domain string) ProjectAPIListOrganizationsRequest
- func (r ProjectAPIListOrganizationsRequest) Execute() (*ListOrganizationsResponse, *http.Response, error)
- func (r ProjectAPIListOrganizationsRequest) PageSize(pageSize int64) ProjectAPIListOrganizationsRequest
- func (r ProjectAPIListOrganizationsRequest) PageToken(pageToken string) ProjectAPIListOrganizationsRequest
- type ProjectAPIListProjectApiKeysRequest
- type ProjectAPIListProjectsRequest
- type ProjectAPIPatchProjectRequest
- type ProjectAPIPurgeProjectRequest
- type ProjectAPIRemoveProjectMemberRequest
- type ProjectAPIService
- func (a *ProjectAPIService) CreateOrganization(ctx context.Context, projectId string) ProjectAPICreateOrganizationRequest
- func (a *ProjectAPIService) CreateOrganizationExecute(r ProjectAPICreateOrganizationRequest) (*Organization, *http.Response, error)
- func (a *ProjectAPIService) CreateProject(ctx context.Context) ProjectAPICreateProjectRequest
- func (a *ProjectAPIService) CreateProjectApiKey(ctx context.Context, project string) ProjectAPICreateProjectApiKeyRequest
- func (a *ProjectAPIService) CreateProjectApiKeyExecute(r ProjectAPICreateProjectApiKeyRequest) (*ProjectApiKey, *http.Response, error)
- func (a *ProjectAPIService) CreateProjectExecute(r ProjectAPICreateProjectRequest) (*Project, *http.Response, error)
- func (a *ProjectAPIService) DeleteOrganization(ctx context.Context, projectId string, organizationId string) ProjectAPIDeleteOrganizationRequest
- func (a *ProjectAPIService) DeleteOrganizationExecute(r ProjectAPIDeleteOrganizationRequest) (*http.Response, error)
- func (a *ProjectAPIService) DeleteProjectApiKey(ctx context.Context, project string, tokenId string) ProjectAPIDeleteProjectApiKeyRequest
- func (a *ProjectAPIService) DeleteProjectApiKeyExecute(r ProjectAPIDeleteProjectApiKeyRequest) (*http.Response, error)
- func (a *ProjectAPIService) GetOrganization(ctx context.Context, projectId string, organizationId string) ProjectAPIGetOrganizationRequest
- func (a *ProjectAPIService) GetOrganizationExecute(r ProjectAPIGetOrganizationRequest) (*GetOrganizationResponse, *http.Response, error)
- func (a *ProjectAPIService) GetProject(ctx context.Context, projectId string) ProjectAPIGetProjectRequest
- func (a *ProjectAPIService) GetProjectExecute(r ProjectAPIGetProjectRequest) (*Project, *http.Response, error)
- func (a *ProjectAPIService) GetProjectMembers(ctx context.Context, project string) ProjectAPIGetProjectMembersRequest
- func (a *ProjectAPIService) GetProjectMembersExecute(r ProjectAPIGetProjectMembersRequest) ([]ProjectMember, *http.Response, error)
- func (a *ProjectAPIService) ListOrganizations(ctx context.Context, projectId string) ProjectAPIListOrganizationsRequest
- func (a *ProjectAPIService) ListOrganizationsExecute(r ProjectAPIListOrganizationsRequest) (*ListOrganizationsResponse, *http.Response, error)
- func (a *ProjectAPIService) ListProjectApiKeys(ctx context.Context, project string) ProjectAPIListProjectApiKeysRequest
- func (a *ProjectAPIService) ListProjectApiKeysExecute(r ProjectAPIListProjectApiKeysRequest) ([]ProjectApiKey, *http.Response, error)
- func (a *ProjectAPIService) ListProjects(ctx context.Context) ProjectAPIListProjectsRequest
- func (a *ProjectAPIService) ListProjectsExecute(r ProjectAPIListProjectsRequest) ([]ProjectMetadata, *http.Response, error)
- func (a *ProjectAPIService) PatchProject(ctx context.Context, projectId string) ProjectAPIPatchProjectRequestdeprecated
- func (a *ProjectAPIService) PatchProjectExecute(r ProjectAPIPatchProjectRequest) (*SuccessfulProjectUpdate, *http.Response, error)
- func (a *ProjectAPIService) PurgeProject(ctx context.Context, projectId string) ProjectAPIPurgeProjectRequest
- func (a *ProjectAPIService) PurgeProjectExecute(r ProjectAPIPurgeProjectRequest) (*http.Response, error)
- func (a *ProjectAPIService) RemoveProjectMember(ctx context.Context, project string, member string) ProjectAPIRemoveProjectMemberRequest
- func (a *ProjectAPIService) RemoveProjectMemberExecute(r ProjectAPIRemoveProjectMemberRequest) (*http.Response, error)
- func (a *ProjectAPIService) SetProject(ctx context.Context, projectId string) ProjectAPISetProjectRequest
- func (a *ProjectAPIService) SetProjectExecute(r ProjectAPISetProjectRequest) (*SuccessfulProjectUpdate, *http.Response, error)
- func (a *ProjectAPIService) UpdateOrganization(ctx context.Context, projectId string, organizationId string) ProjectAPIUpdateOrganizationRequest
- func (a *ProjectAPIService) UpdateOrganizationExecute(r ProjectAPIUpdateOrganizationRequest) (*Organization, *http.Response, error)
- type ProjectAPISetProjectRequest
- type ProjectAPIUpdateOrganizationRequest
- type ProjectApiKey
- func (o *ProjectApiKey) GetCreatedAt() time.Time
- func (o *ProjectApiKey) GetCreatedAtOk() (*time.Time, bool)
- func (o *ProjectApiKey) GetId() string
- func (o *ProjectApiKey) GetIdOk() (*string, bool)
- func (o *ProjectApiKey) GetName() string
- func (o *ProjectApiKey) GetNameOk() (*string, bool)
- func (o *ProjectApiKey) GetOwnerId() string
- func (o *ProjectApiKey) GetOwnerIdOk() (*string, bool)
- func (o *ProjectApiKey) GetProjectId() string
- func (o *ProjectApiKey) GetProjectIdOk() (*string, bool)
- func (o *ProjectApiKey) GetUpdatedAt() time.Time
- func (o *ProjectApiKey) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ProjectApiKey) GetValue() string
- func (o *ProjectApiKey) GetValueOk() (*string, bool)
- func (o *ProjectApiKey) HasCreatedAt() bool
- func (o *ProjectApiKey) HasProjectId() bool
- func (o *ProjectApiKey) HasUpdatedAt() bool
- func (o *ProjectApiKey) HasValue() bool
- func (o ProjectApiKey) MarshalJSON() ([]byte, error)
- func (o *ProjectApiKey) SetCreatedAt(v time.Time)
- func (o *ProjectApiKey) SetId(v string)
- func (o *ProjectApiKey) SetName(v string)
- func (o *ProjectApiKey) SetOwnerId(v string)
- func (o *ProjectApiKey) SetProjectId(v string)
- func (o *ProjectApiKey) SetUpdatedAt(v time.Time)
- func (o *ProjectApiKey) SetValue(v string)
- func (o ProjectApiKey) ToMap() (map[string]interface{}, error)
- func (o *ProjectApiKey) UnmarshalJSON(data []byte) (err error)
- type ProjectBranding
- func (o *ProjectBranding) GetCreatedAt() time.Time
- func (o *ProjectBranding) GetCreatedAtOk() (*time.Time, bool)
- func (o *ProjectBranding) GetDefaultTheme() ProjectBrandingTheme
- func (o *ProjectBranding) GetDefaultThemeOk() (*ProjectBrandingTheme, bool)
- func (o *ProjectBranding) GetId() string
- func (o *ProjectBranding) GetIdOk() (*string, bool)
- func (o *ProjectBranding) GetProjectId() string
- func (o *ProjectBranding) GetProjectIdOk() (*string, bool)
- func (o *ProjectBranding) GetThemes() []ProjectBrandingTheme
- func (o *ProjectBranding) GetThemesOk() ([]ProjectBrandingTheme, bool)
- func (o *ProjectBranding) GetUpdatedAt() time.Time
- func (o *ProjectBranding) GetUpdatedAtOk() (*time.Time, bool)
- func (o ProjectBranding) MarshalJSON() ([]byte, error)
- func (o *ProjectBranding) SetCreatedAt(v time.Time)
- func (o *ProjectBranding) SetDefaultTheme(v ProjectBrandingTheme)
- func (o *ProjectBranding) SetId(v string)
- func (o *ProjectBranding) SetProjectId(v string)
- func (o *ProjectBranding) SetThemes(v []ProjectBrandingTheme)
- func (o *ProjectBranding) SetUpdatedAt(v time.Time)
- func (o ProjectBranding) ToMap() (map[string]interface{}, error)
- func (o *ProjectBranding) UnmarshalJSON(data []byte) (err error)
- type ProjectBrandingColors
- func (o *ProjectBrandingColors) GetAccentDefaultColor() string
- func (o *ProjectBrandingColors) GetAccentDefaultColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetAccentDisabledColor() string
- func (o *ProjectBrandingColors) GetAccentDisabledColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetAccentEmphasisColor() string
- func (o *ProjectBrandingColors) GetAccentEmphasisColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetAccentMutedColor() string
- func (o *ProjectBrandingColors) GetAccentMutedColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetAccentSubtleColor() string
- func (o *ProjectBrandingColors) GetAccentSubtleColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetBackgroundCanvasColor() string
- func (o *ProjectBrandingColors) GetBackgroundCanvasColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetBackgroundSubtleColor() string
- func (o *ProjectBrandingColors) GetBackgroundSubtleColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetBackgroundSurfaceColor() string
- func (o *ProjectBrandingColors) GetBackgroundSurfaceColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetBorderDefaultColor() string
- func (o *ProjectBrandingColors) GetBorderDefaultColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetErrorDefaultColor() string
- func (o *ProjectBrandingColors) GetErrorDefaultColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetErrorEmphasisColor() string
- func (o *ProjectBrandingColors) GetErrorEmphasisColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetErrorMutedColor() string
- func (o *ProjectBrandingColors) GetErrorMutedColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetErrorSubtleColor() string
- func (o *ProjectBrandingColors) GetErrorSubtleColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetForegroundDefaultColor() string
- func (o *ProjectBrandingColors) GetForegroundDefaultColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetForegroundDisabledColor() string
- func (o *ProjectBrandingColors) GetForegroundDisabledColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetForegroundMutedColor() string
- func (o *ProjectBrandingColors) GetForegroundMutedColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetForegroundOnAccentColor() string
- func (o *ProjectBrandingColors) GetForegroundOnAccentColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetForegroundOnDarkColor() string
- func (o *ProjectBrandingColors) GetForegroundOnDarkColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetForegroundOnDisabledColor() string
- func (o *ProjectBrandingColors) GetForegroundOnDisabledColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetForegroundSubtleColor() string
- func (o *ProjectBrandingColors) GetForegroundSubtleColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetInputBackgroundColor() string
- func (o *ProjectBrandingColors) GetInputBackgroundColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetInputDisabledColor() string
- func (o *ProjectBrandingColors) GetInputDisabledColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetInputPlaceholderColor() string
- func (o *ProjectBrandingColors) GetInputPlaceholderColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetInputTextColor() string
- func (o *ProjectBrandingColors) GetInputTextColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetPrimaryColor() string
- func (o *ProjectBrandingColors) GetPrimaryColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetSecondaryColor() string
- func (o *ProjectBrandingColors) GetSecondaryColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetSuccessEmphasisColor() string
- func (o *ProjectBrandingColors) GetSuccessEmphasisColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetTextDefaultColor() string
- func (o *ProjectBrandingColors) GetTextDefaultColorOk() (*string, bool)
- func (o *ProjectBrandingColors) GetTextDisabledColor() string
- func (o *ProjectBrandingColors) GetTextDisabledColorOk() (*string, bool)
- func (o *ProjectBrandingColors) HasAccentDefaultColor() bool
- func (o *ProjectBrandingColors) HasAccentDisabledColor() bool
- func (o *ProjectBrandingColors) HasAccentEmphasisColor() bool
- func (o *ProjectBrandingColors) HasAccentMutedColor() bool
- func (o *ProjectBrandingColors) HasAccentSubtleColor() bool
- func (o *ProjectBrandingColors) HasBackgroundCanvasColor() bool
- func (o *ProjectBrandingColors) HasBackgroundSubtleColor() bool
- func (o *ProjectBrandingColors) HasBackgroundSurfaceColor() bool
- func (o *ProjectBrandingColors) HasBorderDefaultColor() bool
- func (o *ProjectBrandingColors) HasErrorDefaultColor() bool
- func (o *ProjectBrandingColors) HasErrorEmphasisColor() bool
- func (o *ProjectBrandingColors) HasErrorMutedColor() bool
- func (o *ProjectBrandingColors) HasErrorSubtleColor() bool
- func (o *ProjectBrandingColors) HasForegroundDefaultColor() bool
- func (o *ProjectBrandingColors) HasForegroundDisabledColor() bool
- func (o *ProjectBrandingColors) HasForegroundMutedColor() bool
- func (o *ProjectBrandingColors) HasForegroundOnAccentColor() bool
- func (o *ProjectBrandingColors) HasForegroundOnDarkColor() bool
- func (o *ProjectBrandingColors) HasForegroundOnDisabledColor() bool
- func (o *ProjectBrandingColors) HasForegroundSubtleColor() bool
- func (o *ProjectBrandingColors) HasInputBackgroundColor() bool
- func (o *ProjectBrandingColors) HasInputDisabledColor() bool
- func (o *ProjectBrandingColors) HasInputPlaceholderColor() bool
- func (o *ProjectBrandingColors) HasInputTextColor() bool
- func (o *ProjectBrandingColors) HasPrimaryColor() bool
- func (o *ProjectBrandingColors) HasSecondaryColor() bool
- func (o *ProjectBrandingColors) HasSuccessEmphasisColor() bool
- func (o *ProjectBrandingColors) HasTextDefaultColor() bool
- func (o *ProjectBrandingColors) HasTextDisabledColor() bool
- func (o ProjectBrandingColors) MarshalJSON() ([]byte, error)
- func (o *ProjectBrandingColors) SetAccentDefaultColor(v string)
- func (o *ProjectBrandingColors) SetAccentDisabledColor(v string)
- func (o *ProjectBrandingColors) SetAccentEmphasisColor(v string)
- func (o *ProjectBrandingColors) SetAccentMutedColor(v string)
- func (o *ProjectBrandingColors) SetAccentSubtleColor(v string)
- func (o *ProjectBrandingColors) SetBackgroundCanvasColor(v string)
- func (o *ProjectBrandingColors) SetBackgroundSubtleColor(v string)
- func (o *ProjectBrandingColors) SetBackgroundSurfaceColor(v string)
- func (o *ProjectBrandingColors) SetBorderDefaultColor(v string)
- func (o *ProjectBrandingColors) SetErrorDefaultColor(v string)
- func (o *ProjectBrandingColors) SetErrorEmphasisColor(v string)
- func (o *ProjectBrandingColors) SetErrorMutedColor(v string)
- func (o *ProjectBrandingColors) SetErrorSubtleColor(v string)
- func (o *ProjectBrandingColors) SetForegroundDefaultColor(v string)
- func (o *ProjectBrandingColors) SetForegroundDisabledColor(v string)
- func (o *ProjectBrandingColors) SetForegroundMutedColor(v string)
- func (o *ProjectBrandingColors) SetForegroundOnAccentColor(v string)
- func (o *ProjectBrandingColors) SetForegroundOnDarkColor(v string)
- func (o *ProjectBrandingColors) SetForegroundOnDisabledColor(v string)
- func (o *ProjectBrandingColors) SetForegroundSubtleColor(v string)
- func (o *ProjectBrandingColors) SetInputBackgroundColor(v string)
- func (o *ProjectBrandingColors) SetInputDisabledColor(v string)
- func (o *ProjectBrandingColors) SetInputPlaceholderColor(v string)
- func (o *ProjectBrandingColors) SetInputTextColor(v string)
- func (o *ProjectBrandingColors) SetPrimaryColor(v string)
- func (o *ProjectBrandingColors) SetSecondaryColor(v string)
- func (o *ProjectBrandingColors) SetSuccessEmphasisColor(v string)
- func (o *ProjectBrandingColors) SetTextDefaultColor(v string)
- func (o *ProjectBrandingColors) SetTextDisabledColor(v string)
- func (o ProjectBrandingColors) ToMap() (map[string]interface{}, error)
- func (o *ProjectBrandingColors) UnmarshalJSON(data []byte) (err error)
- type ProjectBrandingTheme
- func (o *ProjectBrandingTheme) GetAccentDefaultColor() string
- func (o *ProjectBrandingTheme) GetAccentDefaultColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetAccentDisabledColor() string
- func (o *ProjectBrandingTheme) GetAccentDisabledColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetAccentEmphasisColor() string
- func (o *ProjectBrandingTheme) GetAccentEmphasisColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetAccentMutedColor() string
- func (o *ProjectBrandingTheme) GetAccentMutedColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetAccentSubtleColor() string
- func (o *ProjectBrandingTheme) GetAccentSubtleColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetAccountExperienceVariables() []AccountExperienceThemeVariables
- func (o *ProjectBrandingTheme) GetAccountExperienceVariablesOk() ([]AccountExperienceThemeVariables, bool)
- func (o *ProjectBrandingTheme) GetAccountExperienceVariablesStylesheet() string
- func (o *ProjectBrandingTheme) GetAccountExperienceVariablesStylesheetOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetBackgroundCanvasColor() string
- func (o *ProjectBrandingTheme) GetBackgroundCanvasColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetBackgroundSubtleColor() string
- func (o *ProjectBrandingTheme) GetBackgroundSubtleColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetBackgroundSurfaceColor() string
- func (o *ProjectBrandingTheme) GetBackgroundSurfaceColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetBorderDefaultColor() string
- func (o *ProjectBrandingTheme) GetBorderDefaultColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetCreatedAt() time.Time
- func (o *ProjectBrandingTheme) GetCreatedAtOk() (*time.Time, bool)
- func (o *ProjectBrandingTheme) GetErrorDefaultColor() string
- func (o *ProjectBrandingTheme) GetErrorDefaultColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetErrorEmphasisColor() string
- func (o *ProjectBrandingTheme) GetErrorEmphasisColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetErrorMutedColor() string
- func (o *ProjectBrandingTheme) GetErrorMutedColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetErrorSubtleColor() string
- func (o *ProjectBrandingTheme) GetErrorSubtleColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetFaviconType() string
- func (o *ProjectBrandingTheme) GetFaviconTypeOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetFaviconUrl() string
- func (o *ProjectBrandingTheme) GetFaviconUrlOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetForegroundDefaultColor() string
- func (o *ProjectBrandingTheme) GetForegroundDefaultColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetForegroundDisabledColor() string
- func (o *ProjectBrandingTheme) GetForegroundDisabledColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetForegroundMutedColor() string
- func (o *ProjectBrandingTheme) GetForegroundMutedColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetForegroundOnAccentColor() string
- func (o *ProjectBrandingTheme) GetForegroundOnAccentColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetForegroundOnDarkColor() string
- func (o *ProjectBrandingTheme) GetForegroundOnDarkColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetForegroundOnDisabledColor() string
- func (o *ProjectBrandingTheme) GetForegroundOnDisabledColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetForegroundSubtleColor() string
- func (o *ProjectBrandingTheme) GetForegroundSubtleColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetId() string
- func (o *ProjectBrandingTheme) GetIdOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetInputBackgroundColor() string
- func (o *ProjectBrandingTheme) GetInputBackgroundColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetInputDisabledColor() string
- func (o *ProjectBrandingTheme) GetInputDisabledColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetInputPlaceholderColor() string
- func (o *ProjectBrandingTheme) GetInputPlaceholderColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetInputTextColor() string
- func (o *ProjectBrandingTheme) GetInputTextColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetLogoType() string
- func (o *ProjectBrandingTheme) GetLogoTypeOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetLogoUrl() string
- func (o *ProjectBrandingTheme) GetLogoUrlOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetName() string
- func (o *ProjectBrandingTheme) GetNameOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetPrimaryColor() string
- func (o *ProjectBrandingTheme) GetPrimaryColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetProjectBrandingId() string
- func (o *ProjectBrandingTheme) GetProjectBrandingIdOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetSecondaryColor() string
- func (o *ProjectBrandingTheme) GetSecondaryColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetSuccessEmphasisColor() string
- func (o *ProjectBrandingTheme) GetSuccessEmphasisColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetTextDefaultColor() string
- func (o *ProjectBrandingTheme) GetTextDefaultColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetTextDisabledColor() string
- func (o *ProjectBrandingTheme) GetTextDisabledColorOk() (*string, bool)
- func (o *ProjectBrandingTheme) GetUpdatedAt() time.Time
- func (o *ProjectBrandingTheme) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ProjectBrandingTheme) HasAccentDefaultColor() bool
- func (o *ProjectBrandingTheme) HasAccentDisabledColor() bool
- func (o *ProjectBrandingTheme) HasAccentEmphasisColor() bool
- func (o *ProjectBrandingTheme) HasAccentMutedColor() bool
- func (o *ProjectBrandingTheme) HasAccentSubtleColor() bool
- func (o *ProjectBrandingTheme) HasAccountExperienceVariables() bool
- func (o *ProjectBrandingTheme) HasAccountExperienceVariablesStylesheet() bool
- func (o *ProjectBrandingTheme) HasBackgroundCanvasColor() bool
- func (o *ProjectBrandingTheme) HasBackgroundSubtleColor() bool
- func (o *ProjectBrandingTheme) HasBackgroundSurfaceColor() bool
- func (o *ProjectBrandingTheme) HasBorderDefaultColor() bool
- func (o *ProjectBrandingTheme) HasErrorDefaultColor() bool
- func (o *ProjectBrandingTheme) HasErrorEmphasisColor() bool
- func (o *ProjectBrandingTheme) HasErrorMutedColor() bool
- func (o *ProjectBrandingTheme) HasErrorSubtleColor() bool
- func (o *ProjectBrandingTheme) HasFaviconType() bool
- func (o *ProjectBrandingTheme) HasFaviconUrl() bool
- func (o *ProjectBrandingTheme) HasForegroundDefaultColor() bool
- func (o *ProjectBrandingTheme) HasForegroundDisabledColor() bool
- func (o *ProjectBrandingTheme) HasForegroundMutedColor() bool
- func (o *ProjectBrandingTheme) HasForegroundOnAccentColor() bool
- func (o *ProjectBrandingTheme) HasForegroundOnDarkColor() bool
- func (o *ProjectBrandingTheme) HasForegroundOnDisabledColor() bool
- func (o *ProjectBrandingTheme) HasForegroundSubtleColor() bool
- func (o *ProjectBrandingTheme) HasInputBackgroundColor() bool
- func (o *ProjectBrandingTheme) HasInputDisabledColor() bool
- func (o *ProjectBrandingTheme) HasInputPlaceholderColor() bool
- func (o *ProjectBrandingTheme) HasInputTextColor() bool
- func (o *ProjectBrandingTheme) HasLogoType() bool
- func (o *ProjectBrandingTheme) HasLogoUrl() bool
- func (o *ProjectBrandingTheme) HasPrimaryColor() bool
- func (o *ProjectBrandingTheme) HasSecondaryColor() bool
- func (o *ProjectBrandingTheme) HasSuccessEmphasisColor() bool
- func (o *ProjectBrandingTheme) HasTextDefaultColor() bool
- func (o *ProjectBrandingTheme) HasTextDisabledColor() bool
- func (o ProjectBrandingTheme) MarshalJSON() ([]byte, error)
- func (o *ProjectBrandingTheme) SetAccentDefaultColor(v string)
- func (o *ProjectBrandingTheme) SetAccentDisabledColor(v string)
- func (o *ProjectBrandingTheme) SetAccentEmphasisColor(v string)
- func (o *ProjectBrandingTheme) SetAccentMutedColor(v string)
- func (o *ProjectBrandingTheme) SetAccentSubtleColor(v string)
- func (o *ProjectBrandingTheme) SetAccountExperienceVariables(v []AccountExperienceThemeVariables)
- func (o *ProjectBrandingTheme) SetAccountExperienceVariablesStylesheet(v string)
- func (o *ProjectBrandingTheme) SetBackgroundCanvasColor(v string)
- func (o *ProjectBrandingTheme) SetBackgroundSubtleColor(v string)
- func (o *ProjectBrandingTheme) SetBackgroundSurfaceColor(v string)
- func (o *ProjectBrandingTheme) SetBorderDefaultColor(v string)
- func (o *ProjectBrandingTheme) SetCreatedAt(v time.Time)
- func (o *ProjectBrandingTheme) SetErrorDefaultColor(v string)
- func (o *ProjectBrandingTheme) SetErrorEmphasisColor(v string)
- func (o *ProjectBrandingTheme) SetErrorMutedColor(v string)
- func (o *ProjectBrandingTheme) SetErrorSubtleColor(v string)
- func (o *ProjectBrandingTheme) SetFaviconType(v string)
- func (o *ProjectBrandingTheme) SetFaviconUrl(v string)
- func (o *ProjectBrandingTheme) SetForegroundDefaultColor(v string)
- func (o *ProjectBrandingTheme) SetForegroundDisabledColor(v string)
- func (o *ProjectBrandingTheme) SetForegroundMutedColor(v string)
- func (o *ProjectBrandingTheme) SetForegroundOnAccentColor(v string)
- func (o *ProjectBrandingTheme) SetForegroundOnDarkColor(v string)
- func (o *ProjectBrandingTheme) SetForegroundOnDisabledColor(v string)
- func (o *ProjectBrandingTheme) SetForegroundSubtleColor(v string)
- func (o *ProjectBrandingTheme) SetId(v string)
- func (o *ProjectBrandingTheme) SetInputBackgroundColor(v string)
- func (o *ProjectBrandingTheme) SetInputDisabledColor(v string)
- func (o *ProjectBrandingTheme) SetInputPlaceholderColor(v string)
- func (o *ProjectBrandingTheme) SetInputTextColor(v string)
- func (o *ProjectBrandingTheme) SetLogoType(v string)
- func (o *ProjectBrandingTheme) SetLogoUrl(v string)
- func (o *ProjectBrandingTheme) SetName(v string)
- func (o *ProjectBrandingTheme) SetPrimaryColor(v string)
- func (o *ProjectBrandingTheme) SetProjectBrandingId(v string)
- func (o *ProjectBrandingTheme) SetSecondaryColor(v string)
- func (o *ProjectBrandingTheme) SetSuccessEmphasisColor(v string)
- func (o *ProjectBrandingTheme) SetTextDefaultColor(v string)
- func (o *ProjectBrandingTheme) SetTextDisabledColor(v string)
- func (o *ProjectBrandingTheme) SetUpdatedAt(v time.Time)
- func (o ProjectBrandingTheme) ToMap() (map[string]interface{}, error)
- func (o *ProjectBrandingTheme) UnmarshalJSON(data []byte) (err error)
- type ProjectCors
- func (o *ProjectCors) GetEnabled() bool
- func (o *ProjectCors) GetEnabledOk() (*bool, bool)
- func (o *ProjectCors) GetOrigins() []string
- func (o *ProjectCors) GetOriginsOk() ([]string, bool)
- func (o *ProjectCors) HasEnabled() bool
- func (o *ProjectCors) HasOrigins() bool
- func (o ProjectCors) MarshalJSON() ([]byte, error)
- func (o *ProjectCors) SetEnabled(v bool)
- func (o *ProjectCors) SetOrigins(v []string)
- func (o ProjectCors) ToMap() (map[string]interface{}, error)
- func (o *ProjectCors) UnmarshalJSON(data []byte) (err error)
- type ProjectEventsDatapoint
- func (o *ProjectEventsDatapoint) GetAttributes() []Attribute
- func (o *ProjectEventsDatapoint) GetAttributesOk() ([]Attribute, bool)
- func (o *ProjectEventsDatapoint) GetName() string
- func (o *ProjectEventsDatapoint) GetNameOk() (*string, bool)
- func (o *ProjectEventsDatapoint) GetTimestamp() time.Time
- func (o *ProjectEventsDatapoint) GetTimestampOk() (*time.Time, bool)
- func (o ProjectEventsDatapoint) MarshalJSON() ([]byte, error)
- func (o *ProjectEventsDatapoint) SetAttributes(v []Attribute)
- func (o *ProjectEventsDatapoint) SetName(v string)
- func (o *ProjectEventsDatapoint) SetTimestamp(v time.Time)
- func (o ProjectEventsDatapoint) ToMap() (map[string]interface{}, error)
- func (o *ProjectEventsDatapoint) UnmarshalJSON(data []byte) (err error)
- type ProjectHost
- func (o *ProjectHost) GetHost() string
- func (o *ProjectHost) GetHostOk() (*string, bool)
- func (o *ProjectHost) GetId() string
- func (o *ProjectHost) GetIdOk() (*string, bool)
- func (o *ProjectHost) GetProjectId() string
- func (o *ProjectHost) GetProjectIdOk() (*string, bool)
- func (o ProjectHost) MarshalJSON() ([]byte, error)
- func (o *ProjectHost) SetHost(v string)
- func (o *ProjectHost) SetId(v string)
- func (o *ProjectHost) SetProjectId(v string)
- func (o ProjectHost) ToMap() (map[string]interface{}, error)
- func (o *ProjectHost) UnmarshalJSON(data []byte) (err error)
- type ProjectMember
- func (o *ProjectMember) GetEmail() string
- func (o *ProjectMember) GetEmailOk() (*string, bool)
- func (o *ProjectMember) GetEmailVerified() bool
- func (o *ProjectMember) GetEmailVerifiedOk() (*bool, bool)
- func (o *ProjectMember) GetId() string
- func (o *ProjectMember) GetIdOk() (*string, bool)
- func (o *ProjectMember) GetName() string
- func (o *ProjectMember) GetNameOk() (*string, bool)
- func (o *ProjectMember) GetRole() string
- func (o *ProjectMember) GetRoleOk() (*string, bool)
- func (o ProjectMember) MarshalJSON() ([]byte, error)
- func (o *ProjectMember) SetEmail(v string)
- func (o *ProjectMember) SetEmailVerified(v bool)
- func (o *ProjectMember) SetId(v string)
- func (o *ProjectMember) SetName(v string)
- func (o *ProjectMember) SetRole(v string)
- func (o ProjectMember) ToMap() (map[string]interface{}, error)
- func (o *ProjectMember) UnmarshalJSON(data []byte) (err error)
- type ProjectMetadata
- func (o *ProjectMetadata) GetCreatedAt() time.Time
- func (o *ProjectMetadata) GetCreatedAtOk() (*time.Time, bool)
- func (o *ProjectMetadata) GetEnvironment() string
- func (o *ProjectMetadata) GetEnvironmentOk() (*string, bool)
- func (o *ProjectMetadata) GetHomeRegion() string
- func (o *ProjectMetadata) GetHomeRegionOk() (*string, bool)
- func (o *ProjectMetadata) GetHosts() []string
- func (o *ProjectMetadata) GetHostsOk() ([]string, bool)
- func (o *ProjectMetadata) GetId() string
- func (o *ProjectMetadata) GetIdOk() (*string, bool)
- func (o *ProjectMetadata) GetName() string
- func (o *ProjectMetadata) GetNameOk() (*string, bool)
- func (o *ProjectMetadata) GetSlug() string
- func (o *ProjectMetadata) GetSlugOk() (*string, bool)
- func (o *ProjectMetadata) GetState() string
- func (o *ProjectMetadata) GetStateOk() (*string, bool)
- func (o *ProjectMetadata) GetSubscriptionId() string
- func (o *ProjectMetadata) GetSubscriptionIdOk() (*string, bool)
- func (o *ProjectMetadata) GetSubscriptionPlan() string
- func (o *ProjectMetadata) GetSubscriptionPlanOk() (*string, bool)
- func (o *ProjectMetadata) GetUpdatedAt() time.Time
- func (o *ProjectMetadata) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ProjectMetadata) GetWorkspace() Workspace
- func (o *ProjectMetadata) GetWorkspaceId() string
- func (o *ProjectMetadata) GetWorkspaceIdOk() (*string, bool)
- func (o *ProjectMetadata) GetWorkspaceOk() (*Workspace, bool)
- func (o *ProjectMetadata) HasSubscriptionId() bool
- func (o *ProjectMetadata) HasSubscriptionPlan() bool
- func (o *ProjectMetadata) HasWorkspace() bool
- func (o *ProjectMetadata) HasWorkspaceId() bool
- func (o ProjectMetadata) MarshalJSON() ([]byte, error)
- func (o *ProjectMetadata) SetCreatedAt(v time.Time)
- func (o *ProjectMetadata) SetEnvironment(v string)
- func (o *ProjectMetadata) SetHomeRegion(v string)
- func (o *ProjectMetadata) SetHosts(v []string)
- func (o *ProjectMetadata) SetId(v string)
- func (o *ProjectMetadata) SetName(v string)
- func (o *ProjectMetadata) SetSlug(v string)
- func (o *ProjectMetadata) SetState(v string)
- func (o *ProjectMetadata) SetSubscriptionId(v string)
- func (o *ProjectMetadata) SetSubscriptionIdNil()
- func (o *ProjectMetadata) SetSubscriptionPlan(v string)
- func (o *ProjectMetadata) SetSubscriptionPlanNil()
- func (o *ProjectMetadata) SetUpdatedAt(v time.Time)
- func (o *ProjectMetadata) SetWorkspace(v Workspace)
- func (o *ProjectMetadata) SetWorkspaceId(v string)
- func (o *ProjectMetadata) SetWorkspaceIdNil()
- func (o ProjectMetadata) ToMap() (map[string]interface{}, error)
- func (o *ProjectMetadata) UnmarshalJSON(data []byte) (err error)
- func (o *ProjectMetadata) UnsetSubscriptionId()
- func (o *ProjectMetadata) UnsetSubscriptionPlan()
- func (o *ProjectMetadata) UnsetWorkspaceId()
- type ProjectServiceIdentity
- func (o *ProjectServiceIdentity) GetConfig() map[string]interface{}
- func (o *ProjectServiceIdentity) GetConfigOk() (map[string]interface{}, bool)
- func (o ProjectServiceIdentity) MarshalJSON() ([]byte, error)
- func (o *ProjectServiceIdentity) SetConfig(v map[string]interface{})
- func (o ProjectServiceIdentity) ToMap() (map[string]interface{}, error)
- func (o *ProjectServiceIdentity) UnmarshalJSON(data []byte) (err error)
- type ProjectServiceOAuth2
- func (o *ProjectServiceOAuth2) GetConfig() map[string]interface{}
- func (o *ProjectServiceOAuth2) GetConfigOk() (map[string]interface{}, bool)
- func (o ProjectServiceOAuth2) MarshalJSON() ([]byte, error)
- func (o *ProjectServiceOAuth2) SetConfig(v map[string]interface{})
- func (o ProjectServiceOAuth2) ToMap() (map[string]interface{}, error)
- func (o *ProjectServiceOAuth2) UnmarshalJSON(data []byte) (err error)
- type ProjectServicePermission
- func (o *ProjectServicePermission) GetConfig() map[string]interface{}
- func (o *ProjectServicePermission) GetConfigOk() (map[string]interface{}, bool)
- func (o ProjectServicePermission) MarshalJSON() ([]byte, error)
- func (o *ProjectServicePermission) SetConfig(v map[string]interface{})
- func (o ProjectServicePermission) ToMap() (map[string]interface{}, error)
- func (o *ProjectServicePermission) UnmarshalJSON(data []byte) (err error)
- type ProjectServices
- func (o *ProjectServices) GetIdentity() ProjectServiceIdentity
- func (o *ProjectServices) GetIdentityOk() (*ProjectServiceIdentity, bool)
- func (o *ProjectServices) GetOauth2() ProjectServiceOAuth2
- func (o *ProjectServices) GetOauth2Ok() (*ProjectServiceOAuth2, bool)
- func (o *ProjectServices) GetPermission() ProjectServicePermission
- func (o *ProjectServices) GetPermissionOk() (*ProjectServicePermission, bool)
- func (o *ProjectServices) HasIdentity() bool
- func (o *ProjectServices) HasOauth2() bool
- func (o *ProjectServices) HasPermission() bool
- func (o ProjectServices) MarshalJSON() ([]byte, error)
- func (o *ProjectServices) SetIdentity(v ProjectServiceIdentity)
- func (o *ProjectServices) SetOauth2(v ProjectServiceOAuth2)
- func (o *ProjectServices) SetPermission(v ProjectServicePermission)
- func (o ProjectServices) ToMap() (map[string]interface{}, error)
- func (o *ProjectServices) UnmarshalJSON(data []byte) (err error)
- type QuotaUsage
- func (o *QuotaUsage) GetAdditionalPrice() string
- func (o *QuotaUsage) GetAdditionalPriceOk() (*string, bool)
- func (o *QuotaUsage) GetCanUseMore() bool
- func (o *QuotaUsage) GetCanUseMoreOk() (*bool, bool)
- func (o *QuotaUsage) GetFeature() string
- func (o *QuotaUsage) GetFeatureAvailable() bool
- func (o *QuotaUsage) GetFeatureAvailableOk() (*bool, bool)
- func (o *QuotaUsage) GetFeatureOk() (*string, bool)
- func (o *QuotaUsage) GetIncluded() int64
- func (o *QuotaUsage) GetIncludedOk() (*int64, bool)
- func (o *QuotaUsage) GetUsed() int64
- func (o *QuotaUsage) GetUsedOk() (*int64, bool)
- func (o QuotaUsage) MarshalJSON() ([]byte, error)
- func (o *QuotaUsage) SetAdditionalPrice(v string)
- func (o *QuotaUsage) SetCanUseMore(v bool)
- func (o *QuotaUsage) SetFeature(v string)
- func (o *QuotaUsage) SetFeatureAvailable(v bool)
- func (o *QuotaUsage) SetIncluded(v int64)
- func (o *QuotaUsage) SetUsed(v int64)
- func (o QuotaUsage) ToMap() (map[string]interface{}, error)
- func (o *QuotaUsage) UnmarshalJSON(data []byte) (err error)
- type RFC6749ErrorJson
- func (o *RFC6749ErrorJson) GetError() string
- func (o *RFC6749ErrorJson) GetErrorDebug() string
- func (o *RFC6749ErrorJson) GetErrorDebugOk() (*string, bool)
- func (o *RFC6749ErrorJson) GetErrorDescription() string
- func (o *RFC6749ErrorJson) GetErrorDescriptionOk() (*string, bool)
- func (o *RFC6749ErrorJson) GetErrorHint() string
- func (o *RFC6749ErrorJson) GetErrorHintOk() (*string, bool)
- func (o *RFC6749ErrorJson) GetErrorOk() (*string, bool)
- func (o *RFC6749ErrorJson) GetStatusCode() int64
- func (o *RFC6749ErrorJson) GetStatusCodeOk() (*int64, bool)
- func (o *RFC6749ErrorJson) HasError() bool
- func (o *RFC6749ErrorJson) HasErrorDebug() bool
- func (o *RFC6749ErrorJson) HasErrorDescription() bool
- func (o *RFC6749ErrorJson) HasErrorHint() bool
- func (o *RFC6749ErrorJson) HasStatusCode() bool
- func (o RFC6749ErrorJson) MarshalJSON() ([]byte, error)
- func (o *RFC6749ErrorJson) SetError(v string)
- func (o *RFC6749ErrorJson) SetErrorDebug(v string)
- func (o *RFC6749ErrorJson) SetErrorDescription(v string)
- func (o *RFC6749ErrorJson) SetErrorHint(v string)
- func (o *RFC6749ErrorJson) SetStatusCode(v int64)
- func (o RFC6749ErrorJson) ToMap() (map[string]interface{}, error)
- func (o *RFC6749ErrorJson) UnmarshalJSON(data []byte) (err error)
- type RecoveryCodeForIdentity
- func (o *RecoveryCodeForIdentity) GetExpiresAt() time.Time
- func (o *RecoveryCodeForIdentity) GetExpiresAtOk() (*time.Time, bool)
- func (o *RecoveryCodeForIdentity) GetRecoveryCode() string
- func (o *RecoveryCodeForIdentity) GetRecoveryCodeOk() (*string, bool)
- func (o *RecoveryCodeForIdentity) GetRecoveryLink() string
- func (o *RecoveryCodeForIdentity) GetRecoveryLinkOk() (*string, bool)
- func (o *RecoveryCodeForIdentity) HasExpiresAt() bool
- func (o RecoveryCodeForIdentity) MarshalJSON() ([]byte, error)
- func (o *RecoveryCodeForIdentity) SetExpiresAt(v time.Time)
- func (o *RecoveryCodeForIdentity) SetRecoveryCode(v string)
- func (o *RecoveryCodeForIdentity) SetRecoveryLink(v string)
- func (o RecoveryCodeForIdentity) ToMap() (map[string]interface{}, error)
- func (o *RecoveryCodeForIdentity) UnmarshalJSON(data []byte) (err error)
- type RecoveryFlow
- func (o *RecoveryFlow) GetActive() string
- func (o *RecoveryFlow) GetActiveOk() (*string, bool)
- func (o *RecoveryFlow) GetContinueWith() []ContinueWith
- func (o *RecoveryFlow) GetContinueWithOk() ([]ContinueWith, bool)
- func (o *RecoveryFlow) GetExpiresAt() time.Time
- func (o *RecoveryFlow) GetExpiresAtOk() (*time.Time, bool)
- func (o *RecoveryFlow) GetId() string
- func (o *RecoveryFlow) GetIdOk() (*string, bool)
- func (o *RecoveryFlow) GetIssuedAt() time.Time
- func (o *RecoveryFlow) GetIssuedAtOk() (*time.Time, bool)
- func (o *RecoveryFlow) GetRequestUrl() string
- func (o *RecoveryFlow) GetRequestUrlOk() (*string, bool)
- func (o *RecoveryFlow) GetReturnTo() string
- func (o *RecoveryFlow) GetReturnToOk() (*string, bool)
- func (o *RecoveryFlow) GetState() interface{}
- func (o *RecoveryFlow) GetStateOk() (*interface{}, bool)
- func (o *RecoveryFlow) GetTransientPayload() map[string]interface{}
- func (o *RecoveryFlow) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *RecoveryFlow) GetType() string
- func (o *RecoveryFlow) GetTypeOk() (*string, bool)
- func (o *RecoveryFlow) GetUi() UiContainer
- func (o *RecoveryFlow) GetUiOk() (*UiContainer, bool)
- func (o *RecoveryFlow) HasActive() bool
- func (o *RecoveryFlow) HasContinueWith() bool
- func (o *RecoveryFlow) HasReturnTo() bool
- func (o *RecoveryFlow) HasTransientPayload() bool
- func (o RecoveryFlow) MarshalJSON() ([]byte, error)
- func (o *RecoveryFlow) SetActive(v string)
- func (o *RecoveryFlow) SetContinueWith(v []ContinueWith)
- func (o *RecoveryFlow) SetExpiresAt(v time.Time)
- func (o *RecoveryFlow) SetId(v string)
- func (o *RecoveryFlow) SetIssuedAt(v time.Time)
- func (o *RecoveryFlow) SetRequestUrl(v string)
- func (o *RecoveryFlow) SetReturnTo(v string)
- func (o *RecoveryFlow) SetState(v interface{})
- func (o *RecoveryFlow) SetTransientPayload(v map[string]interface{})
- func (o *RecoveryFlow) SetType(v string)
- func (o *RecoveryFlow) SetUi(v UiContainer)
- func (o RecoveryFlow) ToMap() (map[string]interface{}, error)
- func (o *RecoveryFlow) UnmarshalJSON(data []byte) (err error)
- type RecoveryFlowState
- type RecoveryIdentityAddress
- func (o *RecoveryIdentityAddress) GetCreatedAt() time.Time
- func (o *RecoveryIdentityAddress) GetCreatedAtOk() (*time.Time, bool)
- func (o *RecoveryIdentityAddress) GetId() string
- func (o *RecoveryIdentityAddress) GetIdOk() (*string, bool)
- func (o *RecoveryIdentityAddress) GetUpdatedAt() time.Time
- func (o *RecoveryIdentityAddress) GetUpdatedAtOk() (*time.Time, bool)
- func (o *RecoveryIdentityAddress) GetValue() string
- func (o *RecoveryIdentityAddress) GetValueOk() (*string, bool)
- func (o *RecoveryIdentityAddress) GetVia() string
- func (o *RecoveryIdentityAddress) GetViaOk() (*string, bool)
- func (o *RecoveryIdentityAddress) HasCreatedAt() bool
- func (o *RecoveryIdentityAddress) HasUpdatedAt() bool
- func (o RecoveryIdentityAddress) MarshalJSON() ([]byte, error)
- func (o *RecoveryIdentityAddress) SetCreatedAt(v time.Time)
- func (o *RecoveryIdentityAddress) SetId(v string)
- func (o *RecoveryIdentityAddress) SetUpdatedAt(v time.Time)
- func (o *RecoveryIdentityAddress) SetValue(v string)
- func (o *RecoveryIdentityAddress) SetVia(v string)
- func (o RecoveryIdentityAddress) ToMap() (map[string]interface{}, error)
- func (o *RecoveryIdentityAddress) UnmarshalJSON(data []byte) (err error)
- type RecoveryLinkForIdentity
- func (o *RecoveryLinkForIdentity) GetExpiresAt() time.Time
- func (o *RecoveryLinkForIdentity) GetExpiresAtOk() (*time.Time, bool)
- func (o *RecoveryLinkForIdentity) GetRecoveryLink() string
- func (o *RecoveryLinkForIdentity) GetRecoveryLinkOk() (*string, bool)
- func (o *RecoveryLinkForIdentity) HasExpiresAt() bool
- func (o RecoveryLinkForIdentity) MarshalJSON() ([]byte, error)
- func (o *RecoveryLinkForIdentity) SetExpiresAt(v time.Time)
- func (o *RecoveryLinkForIdentity) SetRecoveryLink(v string)
- func (o RecoveryLinkForIdentity) ToMap() (map[string]interface{}, error)
- func (o *RecoveryLinkForIdentity) UnmarshalJSON(data []byte) (err error)
- type RegistrationFlow
- func (o *RegistrationFlow) GetActive() string
- func (o *RegistrationFlow) GetActiveOk() (*string, bool)
- func (o *RegistrationFlow) GetExpiresAt() time.Time
- func (o *RegistrationFlow) GetExpiresAtOk() (*time.Time, bool)
- func (o *RegistrationFlow) GetId() string
- func (o *RegistrationFlow) GetIdOk() (*string, bool)
- func (o *RegistrationFlow) GetIssuedAt() time.Time
- func (o *RegistrationFlow) GetIssuedAtOk() (*time.Time, bool)
- func (o *RegistrationFlow) GetOauth2LoginChallenge() string
- func (o *RegistrationFlow) GetOauth2LoginChallengeOk() (*string, bool)
- func (o *RegistrationFlow) GetOauth2LoginRequest() OAuth2LoginRequest
- func (o *RegistrationFlow) GetOauth2LoginRequestOk() (*OAuth2LoginRequest, bool)
- func (o *RegistrationFlow) GetOrganizationId() string
- func (o *RegistrationFlow) GetOrganizationIdOk() (*string, bool)
- func (o *RegistrationFlow) GetRequestUrl() string
- func (o *RegistrationFlow) GetRequestUrlOk() (*string, bool)
- func (o *RegistrationFlow) GetReturnTo() string
- func (o *RegistrationFlow) GetReturnToOk() (*string, bool)
- func (o *RegistrationFlow) GetSessionTokenExchangeCode() string
- func (o *RegistrationFlow) GetSessionTokenExchangeCodeOk() (*string, bool)
- func (o *RegistrationFlow) GetState() interface{}
- func (o *RegistrationFlow) GetStateOk() (*interface{}, bool)
- func (o *RegistrationFlow) GetTransientPayload() map[string]interface{}
- func (o *RegistrationFlow) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *RegistrationFlow) GetType() string
- func (o *RegistrationFlow) GetTypeOk() (*string, bool)
- func (o *RegistrationFlow) GetUi() UiContainer
- func (o *RegistrationFlow) GetUiOk() (*UiContainer, bool)
- func (o *RegistrationFlow) HasActive() bool
- func (o *RegistrationFlow) HasOauth2LoginChallenge() bool
- func (o *RegistrationFlow) HasOauth2LoginRequest() bool
- func (o *RegistrationFlow) HasOrganizationId() bool
- func (o *RegistrationFlow) HasReturnTo() bool
- func (o *RegistrationFlow) HasSessionTokenExchangeCode() bool
- func (o *RegistrationFlow) HasTransientPayload() bool
- func (o RegistrationFlow) MarshalJSON() ([]byte, error)
- func (o *RegistrationFlow) SetActive(v string)
- func (o *RegistrationFlow) SetExpiresAt(v time.Time)
- func (o *RegistrationFlow) SetId(v string)
- func (o *RegistrationFlow) SetIssuedAt(v time.Time)
- func (o *RegistrationFlow) SetOauth2LoginChallenge(v string)
- func (o *RegistrationFlow) SetOauth2LoginRequest(v OAuth2LoginRequest)
- func (o *RegistrationFlow) SetOrganizationId(v string)
- func (o *RegistrationFlow) SetOrganizationIdNil()
- func (o *RegistrationFlow) SetRequestUrl(v string)
- func (o *RegistrationFlow) SetReturnTo(v string)
- func (o *RegistrationFlow) SetSessionTokenExchangeCode(v string)
- func (o *RegistrationFlow) SetState(v interface{})
- func (o *RegistrationFlow) SetTransientPayload(v map[string]interface{})
- func (o *RegistrationFlow) SetType(v string)
- func (o *RegistrationFlow) SetUi(v UiContainer)
- func (o RegistrationFlow) ToMap() (map[string]interface{}, error)
- func (o *RegistrationFlow) UnmarshalJSON(data []byte) (err error)
- func (o *RegistrationFlow) UnsetOrganizationId()
- type RegistrationFlowState
- type RejectOAuth2Request
- func (o *RejectOAuth2Request) GetError() string
- func (o *RejectOAuth2Request) GetErrorDebug() string
- func (o *RejectOAuth2Request) GetErrorDebugOk() (*string, bool)
- func (o *RejectOAuth2Request) GetErrorDescription() string
- func (o *RejectOAuth2Request) GetErrorDescriptionOk() (*string, bool)
- func (o *RejectOAuth2Request) GetErrorHint() string
- func (o *RejectOAuth2Request) GetErrorHintOk() (*string, bool)
- func (o *RejectOAuth2Request) GetErrorOk() (*string, bool)
- func (o *RejectOAuth2Request) GetStatusCode() int64
- func (o *RejectOAuth2Request) GetStatusCodeOk() (*int64, bool)
- func (o *RejectOAuth2Request) HasError() bool
- func (o *RejectOAuth2Request) HasErrorDebug() bool
- func (o *RejectOAuth2Request) HasErrorDescription() bool
- func (o *RejectOAuth2Request) HasErrorHint() bool
- func (o *RejectOAuth2Request) HasStatusCode() bool
- func (o RejectOAuth2Request) MarshalJSON() ([]byte, error)
- func (o *RejectOAuth2Request) SetError(v string)
- func (o *RejectOAuth2Request) SetErrorDebug(v string)
- func (o *RejectOAuth2Request) SetErrorDescription(v string)
- func (o *RejectOAuth2Request) SetErrorHint(v string)
- func (o *RejectOAuth2Request) SetStatusCode(v int64)
- func (o RejectOAuth2Request) ToMap() (map[string]interface{}, error)
- func (o *RejectOAuth2Request) UnmarshalJSON(data []byte) (err error)
- type RelationQuery
- func (o *RelationQuery) GetNamespace() string
- func (o *RelationQuery) GetNamespaceOk() (*string, bool)
- func (o *RelationQuery) GetObject() string
- func (o *RelationQuery) GetObjectOk() (*string, bool)
- func (o *RelationQuery) GetRelation() string
- func (o *RelationQuery) GetRelationOk() (*string, bool)
- func (o *RelationQuery) GetSubjectId() string
- func (o *RelationQuery) GetSubjectIdOk() (*string, bool)
- func (o *RelationQuery) GetSubjectSet() SubjectSet
- func (o *RelationQuery) GetSubjectSetOk() (*SubjectSet, bool)
- func (o *RelationQuery) HasNamespace() bool
- func (o *RelationQuery) HasObject() bool
- func (o *RelationQuery) HasRelation() bool
- func (o *RelationQuery) HasSubjectId() bool
- func (o *RelationQuery) HasSubjectSet() bool
- func (o RelationQuery) MarshalJSON() ([]byte, error)
- func (o *RelationQuery) SetNamespace(v string)
- func (o *RelationQuery) SetObject(v string)
- func (o *RelationQuery) SetRelation(v string)
- func (o *RelationQuery) SetSubjectId(v string)
- func (o *RelationQuery) SetSubjectSet(v SubjectSet)
- func (o RelationQuery) ToMap() (map[string]interface{}, error)
- func (o *RelationQuery) UnmarshalJSON(data []byte) (err error)
- type Relationship
- func (o *Relationship) GetNamespace() string
- func (o *Relationship) GetNamespaceOk() (*string, bool)
- func (o *Relationship) GetObject() string
- func (o *Relationship) GetObjectOk() (*string, bool)
- func (o *Relationship) GetRelation() string
- func (o *Relationship) GetRelationOk() (*string, bool)
- func (o *Relationship) GetSubjectId() string
- func (o *Relationship) GetSubjectIdOk() (*string, bool)
- func (o *Relationship) GetSubjectSet() SubjectSet
- func (o *Relationship) GetSubjectSetOk() (*SubjectSet, bool)
- func (o *Relationship) HasSubjectId() bool
- func (o *Relationship) HasSubjectSet() bool
- func (o Relationship) MarshalJSON() ([]byte, error)
- func (o *Relationship) SetNamespace(v string)
- func (o *Relationship) SetObject(v string)
- func (o *Relationship) SetRelation(v string)
- func (o *Relationship) SetSubjectId(v string)
- func (o *Relationship) SetSubjectSet(v SubjectSet)
- func (o Relationship) ToMap() (map[string]interface{}, error)
- func (o *Relationship) UnmarshalJSON(data []byte) (err error)
- type RelationshipAPI
- type RelationshipAPICheckOplSyntaxRequest
- type RelationshipAPICreateRelationshipRequest
- type RelationshipAPIDeleteRelationshipsRequest
- func (r RelationshipAPIDeleteRelationshipsRequest) Execute() (*http.Response, error)
- func (r RelationshipAPIDeleteRelationshipsRequest) Namespace(namespace string) RelationshipAPIDeleteRelationshipsRequest
- func (r RelationshipAPIDeleteRelationshipsRequest) Object(object string) RelationshipAPIDeleteRelationshipsRequest
- func (r RelationshipAPIDeleteRelationshipsRequest) Relation(relation string) RelationshipAPIDeleteRelationshipsRequest
- func (r RelationshipAPIDeleteRelationshipsRequest) SubjectId(subjectId string) RelationshipAPIDeleteRelationshipsRequest
- func (r RelationshipAPIDeleteRelationshipsRequest) SubjectSetNamespace(subjectSetNamespace string) RelationshipAPIDeleteRelationshipsRequest
- func (r RelationshipAPIDeleteRelationshipsRequest) SubjectSetObject(subjectSetObject string) RelationshipAPIDeleteRelationshipsRequest
- func (r RelationshipAPIDeleteRelationshipsRequest) SubjectSetRelation(subjectSetRelation string) RelationshipAPIDeleteRelationshipsRequest
- type RelationshipAPIGetRelationshipsRequest
- func (r RelationshipAPIGetRelationshipsRequest) Execute() (*Relationships, *http.Response, error)
- func (r RelationshipAPIGetRelationshipsRequest) Namespace(namespace string) RelationshipAPIGetRelationshipsRequest
- func (r RelationshipAPIGetRelationshipsRequest) Object(object string) RelationshipAPIGetRelationshipsRequest
- func (r RelationshipAPIGetRelationshipsRequest) PageSize(pageSize int64) RelationshipAPIGetRelationshipsRequest
- func (r RelationshipAPIGetRelationshipsRequest) PageToken(pageToken string) RelationshipAPIGetRelationshipsRequest
- func (r RelationshipAPIGetRelationshipsRequest) Relation(relation string) RelationshipAPIGetRelationshipsRequest
- func (r RelationshipAPIGetRelationshipsRequest) SubjectId(subjectId string) RelationshipAPIGetRelationshipsRequest
- func (r RelationshipAPIGetRelationshipsRequest) SubjectSetNamespace(subjectSetNamespace string) RelationshipAPIGetRelationshipsRequest
- func (r RelationshipAPIGetRelationshipsRequest) SubjectSetObject(subjectSetObject string) RelationshipAPIGetRelationshipsRequest
- func (r RelationshipAPIGetRelationshipsRequest) SubjectSetRelation(subjectSetRelation string) RelationshipAPIGetRelationshipsRequest
- type RelationshipAPIListRelationshipNamespacesRequest
- type RelationshipAPIPatchRelationshipsRequest
- type RelationshipAPIService
- func (a *RelationshipAPIService) CheckOplSyntax(ctx context.Context) RelationshipAPICheckOplSyntaxRequest
- func (a *RelationshipAPIService) CheckOplSyntaxExecute(r RelationshipAPICheckOplSyntaxRequest) (*CheckOplSyntaxResult, *http.Response, error)
- func (a *RelationshipAPIService) CreateRelationship(ctx context.Context) RelationshipAPICreateRelationshipRequest
- func (a *RelationshipAPIService) CreateRelationshipExecute(r RelationshipAPICreateRelationshipRequest) (*Relationship, *http.Response, error)
- func (a *RelationshipAPIService) DeleteRelationships(ctx context.Context) RelationshipAPIDeleteRelationshipsRequest
- func (a *RelationshipAPIService) DeleteRelationshipsExecute(r RelationshipAPIDeleteRelationshipsRequest) (*http.Response, error)
- func (a *RelationshipAPIService) GetRelationships(ctx context.Context) RelationshipAPIGetRelationshipsRequest
- func (a *RelationshipAPIService) GetRelationshipsExecute(r RelationshipAPIGetRelationshipsRequest) (*Relationships, *http.Response, error)
- func (a *RelationshipAPIService) ListRelationshipNamespaces(ctx context.Context) RelationshipAPIListRelationshipNamespacesRequest
- func (a *RelationshipAPIService) ListRelationshipNamespacesExecute(r RelationshipAPIListRelationshipNamespacesRequest) (*RelationshipNamespaces, *http.Response, error)
- func (a *RelationshipAPIService) PatchRelationships(ctx context.Context) RelationshipAPIPatchRelationshipsRequest
- func (a *RelationshipAPIService) PatchRelationshipsExecute(r RelationshipAPIPatchRelationshipsRequest) (*http.Response, error)
- type RelationshipNamespaces
- func (o *RelationshipNamespaces) GetNamespaces() []Namespace
- func (o *RelationshipNamespaces) GetNamespacesOk() ([]Namespace, bool)
- func (o *RelationshipNamespaces) HasNamespaces() bool
- func (o RelationshipNamespaces) MarshalJSON() ([]byte, error)
- func (o *RelationshipNamespaces) SetNamespaces(v []Namespace)
- func (o RelationshipNamespaces) ToMap() (map[string]interface{}, error)
- func (o *RelationshipNamespaces) UnmarshalJSON(data []byte) (err error)
- type RelationshipPatch
- func (o *RelationshipPatch) GetAction() string
- func (o *RelationshipPatch) GetActionOk() (*string, bool)
- func (o *RelationshipPatch) GetRelationTuple() Relationship
- func (o *RelationshipPatch) GetRelationTupleOk() (*Relationship, bool)
- func (o *RelationshipPatch) HasAction() bool
- func (o *RelationshipPatch) HasRelationTuple() bool
- func (o RelationshipPatch) MarshalJSON() ([]byte, error)
- func (o *RelationshipPatch) SetAction(v string)
- func (o *RelationshipPatch) SetRelationTuple(v Relationship)
- func (o RelationshipPatch) ToMap() (map[string]interface{}, error)
- func (o *RelationshipPatch) UnmarshalJSON(data []byte) (err error)
- type Relationships
- func (o *Relationships) GetNextPageToken() string
- func (o *Relationships) GetNextPageTokenOk() (*string, bool)
- func (o *Relationships) GetRelationTuples() []Relationship
- func (o *Relationships) GetRelationTuplesOk() ([]Relationship, bool)
- func (o *Relationships) HasNextPageToken() bool
- func (o *Relationships) HasRelationTuples() bool
- func (o Relationships) MarshalJSON() ([]byte, error)
- func (o *Relationships) SetNextPageToken(v string)
- func (o *Relationships) SetRelationTuples(v []Relationship)
- func (o Relationships) ToMap() (map[string]interface{}, error)
- func (o *Relationships) UnmarshalJSON(data []byte) (err error)
- type SchemaPatch
- func (o *SchemaPatch) GetData() map[string]interface{}
- func (o *SchemaPatch) GetDataOk() (map[string]interface{}, bool)
- func (o *SchemaPatch) GetName() string
- func (o *SchemaPatch) GetNameOk() (*string, bool)
- func (o SchemaPatch) MarshalJSON() ([]byte, error)
- func (o *SchemaPatch) SetData(v map[string]interface{})
- func (o *SchemaPatch) SetName(v string)
- func (o SchemaPatch) ToMap() (map[string]interface{}, error)
- func (o *SchemaPatch) UnmarshalJSON(data []byte) (err error)
- type SelfServiceFlowExpiredError
- func (o *SelfServiceFlowExpiredError) GetError() GenericError
- func (o *SelfServiceFlowExpiredError) GetErrorOk() (*GenericError, bool)
- func (o *SelfServiceFlowExpiredError) GetExpiredAt() time.Time
- func (o *SelfServiceFlowExpiredError) GetExpiredAtOk() (*time.Time, bool)
- func (o *SelfServiceFlowExpiredError) GetSince() int64
- func (o *SelfServiceFlowExpiredError) GetSinceOk() (*int64, bool)
- func (o *SelfServiceFlowExpiredError) GetUseFlowId() string
- func (o *SelfServiceFlowExpiredError) GetUseFlowIdOk() (*string, bool)
- func (o *SelfServiceFlowExpiredError) HasError() bool
- func (o *SelfServiceFlowExpiredError) HasExpiredAt() bool
- func (o *SelfServiceFlowExpiredError) HasSince() bool
- func (o *SelfServiceFlowExpiredError) HasUseFlowId() bool
- func (o SelfServiceFlowExpiredError) MarshalJSON() ([]byte, error)
- func (o *SelfServiceFlowExpiredError) SetError(v GenericError)
- func (o *SelfServiceFlowExpiredError) SetExpiredAt(v time.Time)
- func (o *SelfServiceFlowExpiredError) SetSince(v int64)
- func (o *SelfServiceFlowExpiredError) SetUseFlowId(v string)
- func (o SelfServiceFlowExpiredError) ToMap() (map[string]interface{}, error)
- func (o *SelfServiceFlowExpiredError) UnmarshalJSON(data []byte) (err error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type Session
- func (o *Session) GetActive() bool
- func (o *Session) GetActiveOk() (*bool, bool)
- func (o *Session) GetAuthenticatedAt() time.Time
- func (o *Session) GetAuthenticatedAtOk() (*time.Time, bool)
- func (o *Session) GetAuthenticationMethods() []SessionAuthenticationMethod
- func (o *Session) GetAuthenticationMethodsOk() ([]SessionAuthenticationMethod, bool)
- func (o *Session) GetAuthenticatorAssuranceLevel() AuthenticatorAssuranceLevel
- func (o *Session) GetAuthenticatorAssuranceLevelOk() (*AuthenticatorAssuranceLevel, bool)
- func (o *Session) GetDevices() []SessionDevice
- func (o *Session) GetDevicesOk() ([]SessionDevice, bool)
- func (o *Session) GetExpiresAt() time.Time
- func (o *Session) GetExpiresAtOk() (*time.Time, bool)
- func (o *Session) GetId() string
- func (o *Session) GetIdOk() (*string, bool)
- func (o *Session) GetIdentity() Identity
- func (o *Session) GetIdentityOk() (*Identity, bool)
- func (o *Session) GetIssuedAt() time.Time
- func (o *Session) GetIssuedAtOk() (*time.Time, bool)
- func (o *Session) GetTokenized() string
- func (o *Session) GetTokenizedOk() (*string, bool)
- func (o *Session) HasActive() bool
- func (o *Session) HasAuthenticatedAt() bool
- func (o *Session) HasAuthenticationMethods() bool
- func (o *Session) HasAuthenticatorAssuranceLevel() bool
- func (o *Session) HasDevices() bool
- func (o *Session) HasExpiresAt() bool
- func (o *Session) HasIdentity() bool
- func (o *Session) HasIssuedAt() bool
- func (o *Session) HasTokenized() bool
- func (o Session) MarshalJSON() ([]byte, error)
- func (o *Session) SetActive(v bool)
- func (o *Session) SetAuthenticatedAt(v time.Time)
- func (o *Session) SetAuthenticationMethods(v []SessionAuthenticationMethod)
- func (o *Session) SetAuthenticatorAssuranceLevel(v AuthenticatorAssuranceLevel)
- func (o *Session) SetDevices(v []SessionDevice)
- func (o *Session) SetExpiresAt(v time.Time)
- func (o *Session) SetId(v string)
- func (o *Session) SetIdentity(v Identity)
- func (o *Session) SetIssuedAt(v time.Time)
- func (o *Session) SetTokenized(v string)
- func (o Session) ToMap() (map[string]interface{}, error)
- func (o *Session) UnmarshalJSON(data []byte) (err error)
- type SessionActivityDatapoint
- func (o *SessionActivityDatapoint) GetCountry() string
- func (o *SessionActivityDatapoint) GetCountryOk() (*string, bool)
- func (o *SessionActivityDatapoint) GetFailed() int64
- func (o *SessionActivityDatapoint) GetFailedOk() (*int64, bool)
- func (o *SessionActivityDatapoint) GetSucceeded() int64
- func (o *SessionActivityDatapoint) GetSucceededOk() (*int64, bool)
- func (o SessionActivityDatapoint) MarshalJSON() ([]byte, error)
- func (o *SessionActivityDatapoint) SetCountry(v string)
- func (o *SessionActivityDatapoint) SetFailed(v int64)
- func (o *SessionActivityDatapoint) SetSucceeded(v int64)
- func (o SessionActivityDatapoint) ToMap() (map[string]interface{}, error)
- func (o *SessionActivityDatapoint) UnmarshalJSON(data []byte) (err error)
- type SessionAuthenticationMethod
- func (o *SessionAuthenticationMethod) GetAal() AuthenticatorAssuranceLevel
- func (o *SessionAuthenticationMethod) GetAalOk() (*AuthenticatorAssuranceLevel, bool)
- func (o *SessionAuthenticationMethod) GetCompletedAt() time.Time
- func (o *SessionAuthenticationMethod) GetCompletedAtOk() (*time.Time, bool)
- func (o *SessionAuthenticationMethod) GetMethod() string
- func (o *SessionAuthenticationMethod) GetMethodOk() (*string, bool)
- func (o *SessionAuthenticationMethod) GetOrganization() string
- func (o *SessionAuthenticationMethod) GetOrganizationOk() (*string, bool)
- func (o *SessionAuthenticationMethod) GetProvider() string
- func (o *SessionAuthenticationMethod) GetProviderOk() (*string, bool)
- func (o *SessionAuthenticationMethod) HasAal() bool
- func (o *SessionAuthenticationMethod) HasCompletedAt() bool
- func (o *SessionAuthenticationMethod) HasMethod() bool
- func (o *SessionAuthenticationMethod) HasOrganization() bool
- func (o *SessionAuthenticationMethod) HasProvider() bool
- func (o SessionAuthenticationMethod) MarshalJSON() ([]byte, error)
- func (o *SessionAuthenticationMethod) SetAal(v AuthenticatorAssuranceLevel)
- func (o *SessionAuthenticationMethod) SetCompletedAt(v time.Time)
- func (o *SessionAuthenticationMethod) SetMethod(v string)
- func (o *SessionAuthenticationMethod) SetOrganization(v string)
- func (o *SessionAuthenticationMethod) SetProvider(v string)
- func (o SessionAuthenticationMethod) ToMap() (map[string]interface{}, error)
- func (o *SessionAuthenticationMethod) UnmarshalJSON(data []byte) (err error)
- type SessionDevice
- func (o *SessionDevice) GetId() string
- func (o *SessionDevice) GetIdOk() (*string, bool)
- func (o *SessionDevice) GetIpAddress() string
- func (o *SessionDevice) GetIpAddressOk() (*string, bool)
- func (o *SessionDevice) GetLocation() string
- func (o *SessionDevice) GetLocationOk() (*string, bool)
- func (o *SessionDevice) GetUserAgent() string
- func (o *SessionDevice) GetUserAgentOk() (*string, bool)
- func (o *SessionDevice) HasIpAddress() bool
- func (o *SessionDevice) HasLocation() bool
- func (o *SessionDevice) HasUserAgent() bool
- func (o SessionDevice) MarshalJSON() ([]byte, error)
- func (o *SessionDevice) SetId(v string)
- func (o *SessionDevice) SetIpAddress(v string)
- func (o *SessionDevice) SetLocation(v string)
- func (o *SessionDevice) SetUserAgent(v string)
- func (o SessionDevice) ToMap() (map[string]interface{}, error)
- func (o *SessionDevice) UnmarshalJSON(data []byte) (err error)
- type SetActiveProjectInConsoleBody
- func (o *SetActiveProjectInConsoleBody) GetProjectId() string
- func (o *SetActiveProjectInConsoleBody) GetProjectIdOk() (*string, bool)
- func (o SetActiveProjectInConsoleBody) MarshalJSON() ([]byte, error)
- func (o *SetActiveProjectInConsoleBody) SetProjectId(v string)
- func (o SetActiveProjectInConsoleBody) ToMap() (map[string]interface{}, error)
- func (o *SetActiveProjectInConsoleBody) UnmarshalJSON(data []byte) (err error)
- type SetCustomDomainBody
- func (o *SetCustomDomainBody) GetCookieDomain() string
- func (o *SetCustomDomainBody) GetCookieDomainOk() (*string, bool)
- func (o *SetCustomDomainBody) GetCorsAllowedOrigins() []string
- func (o *SetCustomDomainBody) GetCorsAllowedOriginsOk() ([]string, bool)
- func (o *SetCustomDomainBody) GetCorsEnabled() bool
- func (o *SetCustomDomainBody) GetCorsEnabledOk() (*bool, bool)
- func (o *SetCustomDomainBody) GetCustomUiBaseUrl() string
- func (o *SetCustomDomainBody) GetCustomUiBaseUrlOk() (*string, bool)
- func (o *SetCustomDomainBody) GetHostname() string
- func (o *SetCustomDomainBody) GetHostnameOk() (*string, bool)
- func (o *SetCustomDomainBody) HasCookieDomain() bool
- func (o *SetCustomDomainBody) HasCorsAllowedOrigins() bool
- func (o *SetCustomDomainBody) HasCorsEnabled() bool
- func (o *SetCustomDomainBody) HasCustomUiBaseUrl() bool
- func (o *SetCustomDomainBody) HasHostname() bool
- func (o SetCustomDomainBody) MarshalJSON() ([]byte, error)
- func (o *SetCustomDomainBody) SetCookieDomain(v string)
- func (o *SetCustomDomainBody) SetCorsAllowedOrigins(v []string)
- func (o *SetCustomDomainBody) SetCorsEnabled(v bool)
- func (o *SetCustomDomainBody) SetCustomUiBaseUrl(v string)
- func (o *SetCustomDomainBody) SetHostname(v string)
- func (o SetCustomDomainBody) ToMap() (map[string]interface{}, error)
- func (o *SetCustomDomainBody) UnmarshalJSON(data []byte) (err error)
- type SetEventStreamBody
- func (o *SetEventStreamBody) GetRoleArn() string
- func (o *SetEventStreamBody) GetRoleArnOk() (*string, bool)
- func (o *SetEventStreamBody) GetTopicArn() string
- func (o *SetEventStreamBody) GetTopicArnOk() (*string, bool)
- func (o *SetEventStreamBody) GetType() string
- func (o *SetEventStreamBody) GetTypeOk() (*string, bool)
- func (o SetEventStreamBody) MarshalJSON() ([]byte, error)
- func (o *SetEventStreamBody) SetRoleArn(v string)
- func (o *SetEventStreamBody) SetTopicArn(v string)
- func (o *SetEventStreamBody) SetType(v string)
- func (o SetEventStreamBody) ToMap() (map[string]interface{}, error)
- func (o *SetEventStreamBody) UnmarshalJSON(data []byte) (err error)
- type SetProject
- func (o *SetProject) GetCorsAdmin() ProjectCors
- func (o *SetProject) GetCorsAdminOk() (*ProjectCors, bool)
- func (o *SetProject) GetCorsPublic() ProjectCors
- func (o *SetProject) GetCorsPublicOk() (*ProjectCors, bool)
- func (o *SetProject) GetName() string
- func (o *SetProject) GetNameOk() (*string, bool)
- func (o *SetProject) GetServices() ProjectServices
- func (o *SetProject) GetServicesOk() (*ProjectServices, bool)
- func (o SetProject) MarshalJSON() ([]byte, error)
- func (o *SetProject) SetCorsAdmin(v ProjectCors)
- func (o *SetProject) SetCorsPublic(v ProjectCors)
- func (o *SetProject) SetName(v string)
- func (o *SetProject) SetServices(v ProjectServices)
- func (o SetProject) ToMap() (map[string]interface{}, error)
- func (o *SetProject) UnmarshalJSON(data []byte) (err error)
- type SetProjectBrandingThemeBody
- func (o *SetProjectBrandingThemeBody) GetFaviconType() string
- func (o *SetProjectBrandingThemeBody) GetFaviconTypeOk() (*string, bool)
- func (o *SetProjectBrandingThemeBody) GetFaviconUrl() string
- func (o *SetProjectBrandingThemeBody) GetFaviconUrlOk() (*string, bool)
- func (o *SetProjectBrandingThemeBody) GetLogoType() string
- func (o *SetProjectBrandingThemeBody) GetLogoTypeOk() (*string, bool)
- func (o *SetProjectBrandingThemeBody) GetLogoUrl() string
- func (o *SetProjectBrandingThemeBody) GetLogoUrlOk() (*string, bool)
- func (o *SetProjectBrandingThemeBody) GetName() string
- func (o *SetProjectBrandingThemeBody) GetNameOk() (*string, bool)
- func (o *SetProjectBrandingThemeBody) GetTheme() ProjectBrandingColors
- func (o *SetProjectBrandingThemeBody) GetThemeOk() (*ProjectBrandingColors, bool)
- func (o *SetProjectBrandingThemeBody) HasFaviconType() bool
- func (o *SetProjectBrandingThemeBody) HasFaviconUrl() bool
- func (o *SetProjectBrandingThemeBody) HasLogoType() bool
- func (o *SetProjectBrandingThemeBody) HasLogoUrl() bool
- func (o *SetProjectBrandingThemeBody) HasName() bool
- func (o *SetProjectBrandingThemeBody) HasTheme() bool
- func (o SetProjectBrandingThemeBody) MarshalJSON() ([]byte, error)
- func (o *SetProjectBrandingThemeBody) SetFaviconType(v string)
- func (o *SetProjectBrandingThemeBody) SetFaviconUrl(v string)
- func (o *SetProjectBrandingThemeBody) SetLogoType(v string)
- func (o *SetProjectBrandingThemeBody) SetLogoUrl(v string)
- func (o *SetProjectBrandingThemeBody) SetName(v string)
- func (o *SetProjectBrandingThemeBody) SetTheme(v ProjectBrandingColors)
- func (o SetProjectBrandingThemeBody) ToMap() (map[string]interface{}, error)
- func (o *SetProjectBrandingThemeBody) UnmarshalJSON(data []byte) (err error)
- type SettingsFlow
- func (o *SettingsFlow) GetActive() string
- func (o *SettingsFlow) GetActiveOk() (*string, bool)
- func (o *SettingsFlow) GetContinueWith() []ContinueWith
- func (o *SettingsFlow) GetContinueWithOk() ([]ContinueWith, bool)
- func (o *SettingsFlow) GetExpiresAt() time.Time
- func (o *SettingsFlow) GetExpiresAtOk() (*time.Time, bool)
- func (o *SettingsFlow) GetId() string
- func (o *SettingsFlow) GetIdOk() (*string, bool)
- func (o *SettingsFlow) GetIdentity() Identity
- func (o *SettingsFlow) GetIdentityOk() (*Identity, bool)
- func (o *SettingsFlow) GetIssuedAt() time.Time
- func (o *SettingsFlow) GetIssuedAtOk() (*time.Time, bool)
- func (o *SettingsFlow) GetRequestUrl() string
- func (o *SettingsFlow) GetRequestUrlOk() (*string, bool)
- func (o *SettingsFlow) GetReturnTo() string
- func (o *SettingsFlow) GetReturnToOk() (*string, bool)
- func (o *SettingsFlow) GetState() interface{}
- func (o *SettingsFlow) GetStateOk() (*interface{}, bool)
- func (o *SettingsFlow) GetTransientPayload() map[string]interface{}
- func (o *SettingsFlow) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *SettingsFlow) GetType() string
- func (o *SettingsFlow) GetTypeOk() (*string, bool)
- func (o *SettingsFlow) GetUi() UiContainer
- func (o *SettingsFlow) GetUiOk() (*UiContainer, bool)
- func (o *SettingsFlow) HasActive() bool
- func (o *SettingsFlow) HasContinueWith() bool
- func (o *SettingsFlow) HasReturnTo() bool
- func (o *SettingsFlow) HasTransientPayload() bool
- func (o SettingsFlow) MarshalJSON() ([]byte, error)
- func (o *SettingsFlow) SetActive(v string)
- func (o *SettingsFlow) SetContinueWith(v []ContinueWith)
- func (o *SettingsFlow) SetExpiresAt(v time.Time)
- func (o *SettingsFlow) SetId(v string)
- func (o *SettingsFlow) SetIdentity(v Identity)
- func (o *SettingsFlow) SetIssuedAt(v time.Time)
- func (o *SettingsFlow) SetRequestUrl(v string)
- func (o *SettingsFlow) SetReturnTo(v string)
- func (o *SettingsFlow) SetState(v interface{})
- func (o *SettingsFlow) SetTransientPayload(v map[string]interface{})
- func (o *SettingsFlow) SetType(v string)
- func (o *SettingsFlow) SetUi(v UiContainer)
- func (o SettingsFlow) ToMap() (map[string]interface{}, error)
- func (o *SettingsFlow) UnmarshalJSON(data []byte) (err error)
- type SettingsFlowState
- type SourcePosition
- func (o *SourcePosition) GetColumn() int64
- func (o *SourcePosition) GetColumnOk() (*int64, bool)
- func (o *SourcePosition) GetLine() int64
- func (o *SourcePosition) GetLineOk() (*int64, bool)
- func (o *SourcePosition) HasColumn() bool
- func (o *SourcePosition) HasLine() bool
- func (o SourcePosition) MarshalJSON() ([]byte, error)
- func (o *SourcePosition) SetColumn(v int64)
- func (o *SourcePosition) SetLine(v int64)
- func (o SourcePosition) ToMap() (map[string]interface{}, error)
- func (o *SourcePosition) UnmarshalJSON(data []byte) (err error)
- type SubjectSet
- func (o *SubjectSet) GetNamespace() string
- func (o *SubjectSet) GetNamespaceOk() (*string, bool)
- func (o *SubjectSet) GetObject() string
- func (o *SubjectSet) GetObjectOk() (*string, bool)
- func (o *SubjectSet) GetRelation() string
- func (o *SubjectSet) GetRelationOk() (*string, bool)
- func (o SubjectSet) MarshalJSON() ([]byte, error)
- func (o *SubjectSet) SetNamespace(v string)
- func (o *SubjectSet) SetObject(v string)
- func (o *SubjectSet) SetRelation(v string)
- func (o SubjectSet) ToMap() (map[string]interface{}, error)
- func (o *SubjectSet) UnmarshalJSON(data []byte) (err error)
- type Subscription
- func (o *Subscription) GetCreatedAt() time.Time
- func (o *Subscription) GetCreatedAtOk() (*time.Time, bool)
- func (o *Subscription) GetCurrency() string
- func (o *Subscription) GetCurrencyOk() (*string, bool)
- func (o *Subscription) GetCurrentInterval() string
- func (o *Subscription) GetCurrentIntervalOk() (*string, bool)
- func (o *Subscription) GetCurrentPlan() string
- func (o *Subscription) GetCurrentPlanDetails() PlanDetails
- func (o *Subscription) GetCurrentPlanDetailsOk() (*PlanDetails, bool)
- func (o *Subscription) GetCurrentPlanOk() (*string, bool)
- func (o *Subscription) GetCustomerId() string
- func (o *Subscription) GetCustomerIdOk() (*string, bool)
- func (o *Subscription) GetId() string
- func (o *Subscription) GetIdOk() (*string, bool)
- func (o *Subscription) GetIntervalChangesTo() string
- func (o *Subscription) GetIntervalChangesToOk() (*string, bool)
- func (o *Subscription) GetOngoingStripeCheckoutId() string
- func (o *Subscription) GetOngoingStripeCheckoutIdOk() (*string, bool)
- func (o *Subscription) GetPayedUntil() time.Time
- func (o *Subscription) GetPayedUntilOk() (*time.Time, bool)
- func (o *Subscription) GetPlanChangesAt() time.Time
- func (o *Subscription) GetPlanChangesAtOk() (*time.Time, bool)
- func (o *Subscription) GetPlanChangesTo() string
- func (o *Subscription) GetPlanChangesToOk() (*string, bool)
- func (o *Subscription) GetStatus() string
- func (o *Subscription) GetStatusOk() (*string, bool)
- func (o *Subscription) GetStripeCheckoutExpiresAt() time.Time
- func (o *Subscription) GetStripeCheckoutExpiresAtOk() (*time.Time, bool)
- func (o *Subscription) GetUpdatedAt() time.Time
- func (o *Subscription) GetUpdatedAtOk() (*time.Time, bool)
- func (o *Subscription) HasCurrentPlanDetails() bool
- func (o *Subscription) HasOngoingStripeCheckoutId() bool
- func (o *Subscription) HasPlanChangesAt() bool
- func (o *Subscription) HasStripeCheckoutExpiresAt() bool
- func (o Subscription) MarshalJSON() ([]byte, error)
- func (o *Subscription) SetCreatedAt(v time.Time)
- func (o *Subscription) SetCurrency(v string)
- func (o *Subscription) SetCurrentInterval(v string)
- func (o *Subscription) SetCurrentPlan(v string)
- func (o *Subscription) SetCurrentPlanDetails(v PlanDetails)
- func (o *Subscription) SetCustomerId(v string)
- func (o *Subscription) SetId(v string)
- func (o *Subscription) SetIntervalChangesTo(v string)
- func (o *Subscription) SetOngoingStripeCheckoutId(v string)
- func (o *Subscription) SetOngoingStripeCheckoutIdNil()
- func (o *Subscription) SetPayedUntil(v time.Time)
- func (o *Subscription) SetPlanChangesAt(v time.Time)
- func (o *Subscription) SetPlanChangesTo(v string)
- func (o *Subscription) SetStatus(v string)
- func (o *Subscription) SetStripeCheckoutExpiresAt(v time.Time)
- func (o *Subscription) SetUpdatedAt(v time.Time)
- func (o Subscription) ToMap() (map[string]interface{}, error)
- func (o *Subscription) UnmarshalJSON(data []byte) (err error)
- func (o *Subscription) UnsetOngoingStripeCheckoutId()
- type SuccessfulCodeExchangeResponse
- func (o *SuccessfulCodeExchangeResponse) GetSession() Session
- func (o *SuccessfulCodeExchangeResponse) GetSessionOk() (*Session, bool)
- func (o *SuccessfulCodeExchangeResponse) GetSessionToken() string
- func (o *SuccessfulCodeExchangeResponse) GetSessionTokenOk() (*string, bool)
- func (o *SuccessfulCodeExchangeResponse) HasSessionToken() bool
- func (o SuccessfulCodeExchangeResponse) MarshalJSON() ([]byte, error)
- func (o *SuccessfulCodeExchangeResponse) SetSession(v Session)
- func (o *SuccessfulCodeExchangeResponse) SetSessionToken(v string)
- func (o SuccessfulCodeExchangeResponse) ToMap() (map[string]interface{}, error)
- func (o *SuccessfulCodeExchangeResponse) UnmarshalJSON(data []byte) (err error)
- type SuccessfulNativeLogin
- func (o *SuccessfulNativeLogin) GetContinueWith() []ContinueWith
- func (o *SuccessfulNativeLogin) GetContinueWithOk() ([]ContinueWith, bool)
- func (o *SuccessfulNativeLogin) GetSession() Session
- func (o *SuccessfulNativeLogin) GetSessionOk() (*Session, bool)
- func (o *SuccessfulNativeLogin) GetSessionToken() string
- func (o *SuccessfulNativeLogin) GetSessionTokenOk() (*string, bool)
- func (o *SuccessfulNativeLogin) HasContinueWith() bool
- func (o *SuccessfulNativeLogin) HasSessionToken() bool
- func (o SuccessfulNativeLogin) MarshalJSON() ([]byte, error)
- func (o *SuccessfulNativeLogin) SetContinueWith(v []ContinueWith)
- func (o *SuccessfulNativeLogin) SetSession(v Session)
- func (o *SuccessfulNativeLogin) SetSessionToken(v string)
- func (o SuccessfulNativeLogin) ToMap() (map[string]interface{}, error)
- func (o *SuccessfulNativeLogin) UnmarshalJSON(data []byte) (err error)
- type SuccessfulNativeRegistration
- func (o *SuccessfulNativeRegistration) GetContinueWith() []ContinueWith
- func (o *SuccessfulNativeRegistration) GetContinueWithOk() ([]ContinueWith, bool)
- func (o *SuccessfulNativeRegistration) GetIdentity() Identity
- func (o *SuccessfulNativeRegistration) GetIdentityOk() (*Identity, bool)
- func (o *SuccessfulNativeRegistration) GetSession() Session
- func (o *SuccessfulNativeRegistration) GetSessionOk() (*Session, bool)
- func (o *SuccessfulNativeRegistration) GetSessionToken() string
- func (o *SuccessfulNativeRegistration) GetSessionTokenOk() (*string, bool)
- func (o *SuccessfulNativeRegistration) HasContinueWith() bool
- func (o *SuccessfulNativeRegistration) HasSession() bool
- func (o *SuccessfulNativeRegistration) HasSessionToken() bool
- func (o SuccessfulNativeRegistration) MarshalJSON() ([]byte, error)
- func (o *SuccessfulNativeRegistration) SetContinueWith(v []ContinueWith)
- func (o *SuccessfulNativeRegistration) SetIdentity(v Identity)
- func (o *SuccessfulNativeRegistration) SetSession(v Session)
- func (o *SuccessfulNativeRegistration) SetSessionToken(v string)
- func (o SuccessfulNativeRegistration) ToMap() (map[string]interface{}, error)
- func (o *SuccessfulNativeRegistration) UnmarshalJSON(data []byte) (err error)
- type SuccessfulProjectUpdate
- func (o *SuccessfulProjectUpdate) GetProject() Project
- func (o *SuccessfulProjectUpdate) GetProjectOk() (*Project, bool)
- func (o *SuccessfulProjectUpdate) GetWarnings() []Warning
- func (o *SuccessfulProjectUpdate) GetWarningsOk() ([]Warning, bool)
- func (o SuccessfulProjectUpdate) MarshalJSON() ([]byte, error)
- func (o *SuccessfulProjectUpdate) SetProject(v Project)
- func (o *SuccessfulProjectUpdate) SetWarnings(v []Warning)
- func (o SuccessfulProjectUpdate) ToMap() (map[string]interface{}, error)
- func (o *SuccessfulProjectUpdate) UnmarshalJSON(data []byte) (err error)
- type TaxLineItem
- func (o *TaxLineItem) GetAmountInCent() int64
- func (o *TaxLineItem) GetAmountInCentOk() (*int64, bool)
- func (o *TaxLineItem) GetTitle() string
- func (o *TaxLineItem) GetTitleOk() (*string, bool)
- func (o *TaxLineItem) HasAmountInCent() bool
- func (o *TaxLineItem) HasTitle() bool
- func (o TaxLineItem) MarshalJSON() ([]byte, error)
- func (o *TaxLineItem) SetAmountInCent(v int64)
- func (o *TaxLineItem) SetTitle(v string)
- func (o TaxLineItem) ToMap() (map[string]interface{}, error)
- func (o *TaxLineItem) UnmarshalJSON(data []byte) (err error)
- type TimeInterval
- func (o *TimeInterval) GetEnd() time.Time
- func (o *TimeInterval) GetEndOk() (*time.Time, bool)
- func (o *TimeInterval) GetStart() time.Time
- func (o *TimeInterval) GetStartOk() (*time.Time, bool)
- func (o TimeInterval) MarshalJSON() ([]byte, error)
- func (o *TimeInterval) SetEnd(v time.Time)
- func (o *TimeInterval) SetStart(v time.Time)
- func (o TimeInterval) ToMap() (map[string]interface{}, error)
- func (o *TimeInterval) UnmarshalJSON(data []byte) (err error)
- type TokenPagination
- func (o *TokenPagination) GetPageSize() int64
- func (o *TokenPagination) GetPageSizeOk() (*int64, bool)
- func (o *TokenPagination) GetPageToken() string
- func (o *TokenPagination) GetPageTokenOk() (*string, bool)
- func (o *TokenPagination) HasPageSize() bool
- func (o *TokenPagination) HasPageToken() bool
- func (o TokenPagination) MarshalJSON() ([]byte, error)
- func (o *TokenPagination) SetPageSize(v int64)
- func (o *TokenPagination) SetPageToken(v string)
- func (o TokenPagination) ToMap() (map[string]interface{}, error)
- func (o *TokenPagination) UnmarshalJSON(data []byte) (err error)
- type TokenPaginationHeaders
- func (o *TokenPaginationHeaders) GetLink() string
- func (o *TokenPaginationHeaders) GetLinkOk() (*string, bool)
- func (o *TokenPaginationHeaders) GetXTotalCount() string
- func (o *TokenPaginationHeaders) GetXTotalCountOk() (*string, bool)
- func (o *TokenPaginationHeaders) HasLink() bool
- func (o *TokenPaginationHeaders) HasXTotalCount() bool
- func (o TokenPaginationHeaders) MarshalJSON() ([]byte, error)
- func (o *TokenPaginationHeaders) SetLink(v string)
- func (o *TokenPaginationHeaders) SetXTotalCount(v string)
- func (o TokenPaginationHeaders) ToMap() (map[string]interface{}, error)
- func (o *TokenPaginationHeaders) UnmarshalJSON(data []byte) (err error)
- type TokenPaginationRequestParameters
- func (o *TokenPaginationRequestParameters) GetPageSize() int64
- func (o *TokenPaginationRequestParameters) GetPageSizeOk() (*int64, bool)
- func (o *TokenPaginationRequestParameters) GetPageToken() string
- func (o *TokenPaginationRequestParameters) GetPageTokenOk() (*string, bool)
- func (o *TokenPaginationRequestParameters) HasPageSize() bool
- func (o *TokenPaginationRequestParameters) HasPageToken() bool
- func (o TokenPaginationRequestParameters) MarshalJSON() ([]byte, error)
- func (o *TokenPaginationRequestParameters) SetPageSize(v int64)
- func (o *TokenPaginationRequestParameters) SetPageToken(v string)
- func (o TokenPaginationRequestParameters) ToMap() (map[string]interface{}, error)
- func (o *TokenPaginationRequestParameters) UnmarshalJSON(data []byte) (err error)
- type TokenPaginationResponseHeaders
- func (o *TokenPaginationResponseHeaders) GetLink() string
- func (o *TokenPaginationResponseHeaders) GetLinkOk() (*string, bool)
- func (o *TokenPaginationResponseHeaders) GetXTotalCount() int64
- func (o *TokenPaginationResponseHeaders) GetXTotalCountOk() (*int64, bool)
- func (o *TokenPaginationResponseHeaders) HasLink() bool
- func (o *TokenPaginationResponseHeaders) HasXTotalCount() bool
- func (o TokenPaginationResponseHeaders) MarshalJSON() ([]byte, error)
- func (o *TokenPaginationResponseHeaders) SetLink(v string)
- func (o *TokenPaginationResponseHeaders) SetXTotalCount(v int64)
- func (o TokenPaginationResponseHeaders) ToMap() (map[string]interface{}, error)
- func (o *TokenPaginationResponseHeaders) UnmarshalJSON(data []byte) (err error)
- type TrustOAuth2JwtGrantIssuer
- func (o *TrustOAuth2JwtGrantIssuer) GetAllowAnySubject() bool
- func (o *TrustOAuth2JwtGrantIssuer) GetAllowAnySubjectOk() (*bool, bool)
- func (o *TrustOAuth2JwtGrantIssuer) GetExpiresAt() time.Time
- func (o *TrustOAuth2JwtGrantIssuer) GetExpiresAtOk() (*time.Time, bool)
- func (o *TrustOAuth2JwtGrantIssuer) GetIssuer() string
- func (o *TrustOAuth2JwtGrantIssuer) GetIssuerOk() (*string, bool)
- func (o *TrustOAuth2JwtGrantIssuer) GetJwk() JsonWebKey
- func (o *TrustOAuth2JwtGrantIssuer) GetJwkOk() (*JsonWebKey, bool)
- func (o *TrustOAuth2JwtGrantIssuer) GetScope() []string
- func (o *TrustOAuth2JwtGrantIssuer) GetScopeOk() ([]string, bool)
- func (o *TrustOAuth2JwtGrantIssuer) GetSubject() string
- func (o *TrustOAuth2JwtGrantIssuer) GetSubjectOk() (*string, bool)
- func (o *TrustOAuth2JwtGrantIssuer) HasAllowAnySubject() bool
- func (o *TrustOAuth2JwtGrantIssuer) HasSubject() bool
- func (o TrustOAuth2JwtGrantIssuer) MarshalJSON() ([]byte, error)
- func (o *TrustOAuth2JwtGrantIssuer) SetAllowAnySubject(v bool)
- func (o *TrustOAuth2JwtGrantIssuer) SetExpiresAt(v time.Time)
- func (o *TrustOAuth2JwtGrantIssuer) SetIssuer(v string)
- func (o *TrustOAuth2JwtGrantIssuer) SetJwk(v JsonWebKey)
- func (o *TrustOAuth2JwtGrantIssuer) SetScope(v []string)
- func (o *TrustOAuth2JwtGrantIssuer) SetSubject(v string)
- func (o TrustOAuth2JwtGrantIssuer) ToMap() (map[string]interface{}, error)
- func (o *TrustOAuth2JwtGrantIssuer) UnmarshalJSON(data []byte) (err error)
- type TrustedOAuth2JwtGrantIssuer
- func (o *TrustedOAuth2JwtGrantIssuer) GetAllowAnySubject() bool
- func (o *TrustedOAuth2JwtGrantIssuer) GetAllowAnySubjectOk() (*bool, bool)
- func (o *TrustedOAuth2JwtGrantIssuer) GetCreatedAt() time.Time
- func (o *TrustedOAuth2JwtGrantIssuer) GetCreatedAtOk() (*time.Time, bool)
- func (o *TrustedOAuth2JwtGrantIssuer) GetExpiresAt() time.Time
- func (o *TrustedOAuth2JwtGrantIssuer) GetExpiresAtOk() (*time.Time, bool)
- func (o *TrustedOAuth2JwtGrantIssuer) GetId() string
- func (o *TrustedOAuth2JwtGrantIssuer) GetIdOk() (*string, bool)
- func (o *TrustedOAuth2JwtGrantIssuer) GetIssuer() string
- func (o *TrustedOAuth2JwtGrantIssuer) GetIssuerOk() (*string, bool)
- func (o *TrustedOAuth2JwtGrantIssuer) GetPublicKey() TrustedOAuth2JwtGrantJsonWebKey
- func (o *TrustedOAuth2JwtGrantIssuer) GetPublicKeyOk() (*TrustedOAuth2JwtGrantJsonWebKey, bool)
- func (o *TrustedOAuth2JwtGrantIssuer) GetScope() []string
- func (o *TrustedOAuth2JwtGrantIssuer) GetScopeOk() ([]string, bool)
- func (o *TrustedOAuth2JwtGrantIssuer) GetSubject() string
- func (o *TrustedOAuth2JwtGrantIssuer) GetSubjectOk() (*string, bool)
- func (o *TrustedOAuth2JwtGrantIssuer) HasAllowAnySubject() bool
- func (o *TrustedOAuth2JwtGrantIssuer) HasCreatedAt() bool
- func (o *TrustedOAuth2JwtGrantIssuer) HasExpiresAt() bool
- func (o *TrustedOAuth2JwtGrantIssuer) HasId() bool
- func (o *TrustedOAuth2JwtGrantIssuer) HasIssuer() bool
- func (o *TrustedOAuth2JwtGrantIssuer) HasPublicKey() bool
- func (o *TrustedOAuth2JwtGrantIssuer) HasScope() bool
- func (o *TrustedOAuth2JwtGrantIssuer) HasSubject() bool
- func (o TrustedOAuth2JwtGrantIssuer) MarshalJSON() ([]byte, error)
- func (o *TrustedOAuth2JwtGrantIssuer) SetAllowAnySubject(v bool)
- func (o *TrustedOAuth2JwtGrantIssuer) SetCreatedAt(v time.Time)
- func (o *TrustedOAuth2JwtGrantIssuer) SetExpiresAt(v time.Time)
- func (o *TrustedOAuth2JwtGrantIssuer) SetId(v string)
- func (o *TrustedOAuth2JwtGrantIssuer) SetIssuer(v string)
- func (o *TrustedOAuth2JwtGrantIssuer) SetPublicKey(v TrustedOAuth2JwtGrantJsonWebKey)
- func (o *TrustedOAuth2JwtGrantIssuer) SetScope(v []string)
- func (o *TrustedOAuth2JwtGrantIssuer) SetSubject(v string)
- func (o TrustedOAuth2JwtGrantIssuer) ToMap() (map[string]interface{}, error)
- func (o *TrustedOAuth2JwtGrantIssuer) UnmarshalJSON(data []byte) (err error)
- type TrustedOAuth2JwtGrantJsonWebKey
- func (o *TrustedOAuth2JwtGrantJsonWebKey) GetKid() string
- func (o *TrustedOAuth2JwtGrantJsonWebKey) GetKidOk() (*string, bool)
- func (o *TrustedOAuth2JwtGrantJsonWebKey) GetSet() string
- func (o *TrustedOAuth2JwtGrantJsonWebKey) GetSetOk() (*string, bool)
- func (o *TrustedOAuth2JwtGrantJsonWebKey) HasKid() bool
- func (o *TrustedOAuth2JwtGrantJsonWebKey) HasSet() bool
- func (o TrustedOAuth2JwtGrantJsonWebKey) MarshalJSON() ([]byte, error)
- func (o *TrustedOAuth2JwtGrantJsonWebKey) SetKid(v string)
- func (o *TrustedOAuth2JwtGrantJsonWebKey) SetSet(v string)
- func (o TrustedOAuth2JwtGrantJsonWebKey) ToMap() (map[string]interface{}, error)
- func (o *TrustedOAuth2JwtGrantJsonWebKey) UnmarshalJSON(data []byte) (err error)
- type UiContainer
- func (o *UiContainer) GetAction() string
- func (o *UiContainer) GetActionOk() (*string, bool)
- func (o *UiContainer) GetMessages() []UiText
- func (o *UiContainer) GetMessagesOk() ([]UiText, bool)
- func (o *UiContainer) GetMethod() string
- func (o *UiContainer) GetMethodOk() (*string, bool)
- func (o *UiContainer) GetNodes() []UiNode
- func (o *UiContainer) GetNodesOk() ([]UiNode, bool)
- func (o *UiContainer) HasMessages() bool
- func (o UiContainer) MarshalJSON() ([]byte, error)
- func (o *UiContainer) SetAction(v string)
- func (o *UiContainer) SetMessages(v []UiText)
- func (o *UiContainer) SetMethod(v string)
- func (o *UiContainer) SetNodes(v []UiNode)
- func (o UiContainer) ToMap() (map[string]interface{}, error)
- func (o *UiContainer) UnmarshalJSON(data []byte) (err error)
- type UiNode
- func (o *UiNode) GetAttributes() UiNodeAttributes
- func (o *UiNode) GetAttributesOk() (*UiNodeAttributes, bool)
- func (o *UiNode) GetGroup() string
- func (o *UiNode) GetGroupOk() (*string, bool)
- func (o *UiNode) GetMessages() []UiText
- func (o *UiNode) GetMessagesOk() ([]UiText, bool)
- func (o *UiNode) GetMeta() UiNodeMeta
- func (o *UiNode) GetMetaOk() (*UiNodeMeta, bool)
- func (o *UiNode) GetType() string
- func (o *UiNode) GetTypeOk() (*string, bool)
- func (o UiNode) MarshalJSON() ([]byte, error)
- func (o *UiNode) SetAttributes(v UiNodeAttributes)
- func (o *UiNode) SetGroup(v string)
- func (o *UiNode) SetMessages(v []UiText)
- func (o *UiNode) SetMeta(v UiNodeMeta)
- func (o *UiNode) SetType(v string)
- func (o UiNode) ToMap() (map[string]interface{}, error)
- func (o *UiNode) UnmarshalJSON(data []byte) (err error)
- type UiNodeAnchorAttributes
- func (o *UiNodeAnchorAttributes) GetHref() string
- func (o *UiNodeAnchorAttributes) GetHrefOk() (*string, bool)
- func (o *UiNodeAnchorAttributes) GetId() string
- func (o *UiNodeAnchorAttributes) GetIdOk() (*string, bool)
- func (o *UiNodeAnchorAttributes) GetNodeType() string
- func (o *UiNodeAnchorAttributes) GetNodeTypeOk() (*string, bool)
- func (o *UiNodeAnchorAttributes) GetTitle() UiText
- func (o *UiNodeAnchorAttributes) GetTitleOk() (*UiText, bool)
- func (o UiNodeAnchorAttributes) MarshalJSON() ([]byte, error)
- func (o *UiNodeAnchorAttributes) SetHref(v string)
- func (o *UiNodeAnchorAttributes) SetId(v string)
- func (o *UiNodeAnchorAttributes) SetNodeType(v string)
- func (o *UiNodeAnchorAttributes) SetTitle(v UiText)
- func (o UiNodeAnchorAttributes) ToMap() (map[string]interface{}, error)
- func (o *UiNodeAnchorAttributes) UnmarshalJSON(data []byte) (err error)
- type UiNodeAttributes
- func UiNodeAnchorAttributesAsUiNodeAttributes(v *UiNodeAnchorAttributes) UiNodeAttributes
- func UiNodeImageAttributesAsUiNodeAttributes(v *UiNodeImageAttributes) UiNodeAttributes
- func UiNodeInputAttributesAsUiNodeAttributes(v *UiNodeInputAttributes) UiNodeAttributes
- func UiNodeScriptAttributesAsUiNodeAttributes(v *UiNodeScriptAttributes) UiNodeAttributes
- func UiNodeTextAttributesAsUiNodeAttributes(v *UiNodeTextAttributes) UiNodeAttributes
- type UiNodeImageAttributes
- func (o *UiNodeImageAttributes) GetHeight() int64
- func (o *UiNodeImageAttributes) GetHeightOk() (*int64, bool)
- func (o *UiNodeImageAttributes) GetId() string
- func (o *UiNodeImageAttributes) GetIdOk() (*string, bool)
- func (o *UiNodeImageAttributes) GetNodeType() string
- func (o *UiNodeImageAttributes) GetNodeTypeOk() (*string, bool)
- func (o *UiNodeImageAttributes) GetSrc() string
- func (o *UiNodeImageAttributes) GetSrcOk() (*string, bool)
- func (o *UiNodeImageAttributes) GetWidth() int64
- func (o *UiNodeImageAttributes) GetWidthOk() (*int64, bool)
- func (o UiNodeImageAttributes) MarshalJSON() ([]byte, error)
- func (o *UiNodeImageAttributes) SetHeight(v int64)
- func (o *UiNodeImageAttributes) SetId(v string)
- func (o *UiNodeImageAttributes) SetNodeType(v string)
- func (o *UiNodeImageAttributes) SetSrc(v string)
- func (o *UiNodeImageAttributes) SetWidth(v int64)
- func (o UiNodeImageAttributes) ToMap() (map[string]interface{}, error)
- func (o *UiNodeImageAttributes) UnmarshalJSON(data []byte) (err error)
- type UiNodeInputAttributes
- func (o *UiNodeInputAttributes) GetAutocomplete() string
- func (o *UiNodeInputAttributes) GetAutocompleteOk() (*string, bool)
- func (o *UiNodeInputAttributes) GetDisabled() bool
- func (o *UiNodeInputAttributes) GetDisabledOk() (*bool, bool)
- func (o *UiNodeInputAttributes) GetLabel() UiText
- func (o *UiNodeInputAttributes) GetLabelOk() (*UiText, bool)
- func (o *UiNodeInputAttributes) GetMaxlength() int64
- func (o *UiNodeInputAttributes) GetMaxlengthOk() (*int64, bool)
- func (o *UiNodeInputAttributes) GetName() string
- func (o *UiNodeInputAttributes) GetNameOk() (*string, bool)
- func (o *UiNodeInputAttributes) GetNodeType() string
- func (o *UiNodeInputAttributes) GetNodeTypeOk() (*string, bool)
- func (o *UiNodeInputAttributes) GetOnclick() string
- func (o *UiNodeInputAttributes) GetOnclickOk() (*string, bool)
- func (o *UiNodeInputAttributes) GetOnclickTrigger() string
- func (o *UiNodeInputAttributes) GetOnclickTriggerOk() (*string, bool)
- func (o *UiNodeInputAttributes) GetOnload() string
- func (o *UiNodeInputAttributes) GetOnloadOk() (*string, bool)
- func (o *UiNodeInputAttributes) GetOnloadTrigger() string
- func (o *UiNodeInputAttributes) GetOnloadTriggerOk() (*string, bool)
- func (o *UiNodeInputAttributes) GetPattern() string
- func (o *UiNodeInputAttributes) GetPatternOk() (*string, bool)
- func (o *UiNodeInputAttributes) GetRequired() bool
- func (o *UiNodeInputAttributes) GetRequiredOk() (*bool, bool)
- func (o *UiNodeInputAttributes) GetType() string
- func (o *UiNodeInputAttributes) GetTypeOk() (*string, bool)
- func (o *UiNodeInputAttributes) GetValue() interface{}
- func (o *UiNodeInputAttributes) GetValueOk() (*interface{}, bool)
- func (o *UiNodeInputAttributes) HasAutocomplete() bool
- func (o *UiNodeInputAttributes) HasLabel() bool
- func (o *UiNodeInputAttributes) HasMaxlength() bool
- func (o *UiNodeInputAttributes) HasOnclick() bool
- func (o *UiNodeInputAttributes) HasOnclickTrigger() bool
- func (o *UiNodeInputAttributes) HasOnload() bool
- func (o *UiNodeInputAttributes) HasOnloadTrigger() bool
- func (o *UiNodeInputAttributes) HasPattern() bool
- func (o *UiNodeInputAttributes) HasRequired() bool
- func (o *UiNodeInputAttributes) HasValue() bool
- func (o UiNodeInputAttributes) MarshalJSON() ([]byte, error)
- func (o *UiNodeInputAttributes) SetAutocomplete(v string)
- func (o *UiNodeInputAttributes) SetDisabled(v bool)
- func (o *UiNodeInputAttributes) SetLabel(v UiText)
- func (o *UiNodeInputAttributes) SetMaxlength(v int64)
- func (o *UiNodeInputAttributes) SetName(v string)
- func (o *UiNodeInputAttributes) SetNodeType(v string)
- func (o *UiNodeInputAttributes) SetOnclick(v string)
- func (o *UiNodeInputAttributes) SetOnclickTrigger(v string)
- func (o *UiNodeInputAttributes) SetOnload(v string)
- func (o *UiNodeInputAttributes) SetOnloadTrigger(v string)
- func (o *UiNodeInputAttributes) SetPattern(v string)
- func (o *UiNodeInputAttributes) SetRequired(v bool)
- func (o *UiNodeInputAttributes) SetType(v string)
- func (o *UiNodeInputAttributes) SetValue(v interface{})
- func (o UiNodeInputAttributes) ToMap() (map[string]interface{}, error)
- func (o *UiNodeInputAttributes) UnmarshalJSON(data []byte) (err error)
- type UiNodeMeta
- func (o *UiNodeMeta) GetLabel() UiText
- func (o *UiNodeMeta) GetLabelOk() (*UiText, bool)
- func (o *UiNodeMeta) HasLabel() bool
- func (o UiNodeMeta) MarshalJSON() ([]byte, error)
- func (o *UiNodeMeta) SetLabel(v UiText)
- func (o UiNodeMeta) ToMap() (map[string]interface{}, error)
- func (o *UiNodeMeta) UnmarshalJSON(data []byte) (err error)
- type UiNodeScriptAttributes
- func (o *UiNodeScriptAttributes) GetAsync() bool
- func (o *UiNodeScriptAttributes) GetAsyncOk() (*bool, bool)
- func (o *UiNodeScriptAttributes) GetCrossorigin() string
- func (o *UiNodeScriptAttributes) GetCrossoriginOk() (*string, bool)
- func (o *UiNodeScriptAttributes) GetId() string
- func (o *UiNodeScriptAttributes) GetIdOk() (*string, bool)
- func (o *UiNodeScriptAttributes) GetIntegrity() string
- func (o *UiNodeScriptAttributes) GetIntegrityOk() (*string, bool)
- func (o *UiNodeScriptAttributes) GetNodeType() string
- func (o *UiNodeScriptAttributes) GetNodeTypeOk() (*string, bool)
- func (o *UiNodeScriptAttributes) GetNonce() string
- func (o *UiNodeScriptAttributes) GetNonceOk() (*string, bool)
- func (o *UiNodeScriptAttributes) GetReferrerpolicy() string
- func (o *UiNodeScriptAttributes) GetReferrerpolicyOk() (*string, bool)
- func (o *UiNodeScriptAttributes) GetSrc() string
- func (o *UiNodeScriptAttributes) GetSrcOk() (*string, bool)
- func (o *UiNodeScriptAttributes) GetType() string
- func (o *UiNodeScriptAttributes) GetTypeOk() (*string, bool)
- func (o UiNodeScriptAttributes) MarshalJSON() ([]byte, error)
- func (o *UiNodeScriptAttributes) SetAsync(v bool)
- func (o *UiNodeScriptAttributes) SetCrossorigin(v string)
- func (o *UiNodeScriptAttributes) SetId(v string)
- func (o *UiNodeScriptAttributes) SetIntegrity(v string)
- func (o *UiNodeScriptAttributes) SetNodeType(v string)
- func (o *UiNodeScriptAttributes) SetNonce(v string)
- func (o *UiNodeScriptAttributes) SetReferrerpolicy(v string)
- func (o *UiNodeScriptAttributes) SetSrc(v string)
- func (o *UiNodeScriptAttributes) SetType(v string)
- func (o UiNodeScriptAttributes) ToMap() (map[string]interface{}, error)
- func (o *UiNodeScriptAttributes) UnmarshalJSON(data []byte) (err error)
- type UiNodeTextAttributes
- func (o *UiNodeTextAttributes) GetId() string
- func (o *UiNodeTextAttributes) GetIdOk() (*string, bool)
- func (o *UiNodeTextAttributes) GetNodeType() string
- func (o *UiNodeTextAttributes) GetNodeTypeOk() (*string, bool)
- func (o *UiNodeTextAttributes) GetText() UiText
- func (o *UiNodeTextAttributes) GetTextOk() (*UiText, bool)
- func (o UiNodeTextAttributes) MarshalJSON() ([]byte, error)
- func (o *UiNodeTextAttributes) SetId(v string)
- func (o *UiNodeTextAttributes) SetNodeType(v string)
- func (o *UiNodeTextAttributes) SetText(v UiText)
- func (o UiNodeTextAttributes) ToMap() (map[string]interface{}, error)
- func (o *UiNodeTextAttributes) UnmarshalJSON(data []byte) (err error)
- type UiText
- func (o *UiText) GetContext() map[string]interface{}
- func (o *UiText) GetContextOk() (map[string]interface{}, bool)
- func (o *UiText) GetId() int64
- func (o *UiText) GetIdOk() (*int64, bool)
- func (o *UiText) GetText() string
- func (o *UiText) GetTextOk() (*string, bool)
- func (o *UiText) GetType() string
- func (o *UiText) GetTypeOk() (*string, bool)
- func (o *UiText) HasContext() bool
- func (o UiText) MarshalJSON() ([]byte, error)
- func (o *UiText) SetContext(v map[string]interface{})
- func (o *UiText) SetId(v int64)
- func (o *UiText) SetText(v string)
- func (o *UiText) SetType(v string)
- func (o UiText) ToMap() (map[string]interface{}, error)
- func (o *UiText) UnmarshalJSON(data []byte) (err error)
- type UpdateIdentityBody
- func (o *UpdateIdentityBody) GetCredentials() IdentityWithCredentials
- func (o *UpdateIdentityBody) GetCredentialsOk() (*IdentityWithCredentials, bool)
- func (o *UpdateIdentityBody) GetMetadataAdmin() interface{}
- func (o *UpdateIdentityBody) GetMetadataAdminOk() (*interface{}, bool)
- func (o *UpdateIdentityBody) GetMetadataPublic() interface{}
- func (o *UpdateIdentityBody) GetMetadataPublicOk() (*interface{}, bool)
- func (o *UpdateIdentityBody) GetSchemaId() string
- func (o *UpdateIdentityBody) GetSchemaIdOk() (*string, bool)
- func (o *UpdateIdentityBody) GetState() string
- func (o *UpdateIdentityBody) GetStateOk() (*string, bool)
- func (o *UpdateIdentityBody) GetTraits() map[string]interface{}
- func (o *UpdateIdentityBody) GetTraitsOk() (map[string]interface{}, bool)
- func (o *UpdateIdentityBody) HasCredentials() bool
- func (o *UpdateIdentityBody) HasMetadataAdmin() bool
- func (o *UpdateIdentityBody) HasMetadataPublic() bool
- func (o UpdateIdentityBody) MarshalJSON() ([]byte, error)
- func (o *UpdateIdentityBody) SetCredentials(v IdentityWithCredentials)
- func (o *UpdateIdentityBody) SetMetadataAdmin(v interface{})
- func (o *UpdateIdentityBody) SetMetadataPublic(v interface{})
- func (o *UpdateIdentityBody) SetSchemaId(v string)
- func (o *UpdateIdentityBody) SetState(v string)
- func (o *UpdateIdentityBody) SetTraits(v map[string]interface{})
- func (o UpdateIdentityBody) ToMap() (map[string]interface{}, error)
- func (o *UpdateIdentityBody) UnmarshalJSON(data []byte) (err error)
- type UpdateLoginFlowBody
- func UpdateLoginFlowWithCodeMethodAsUpdateLoginFlowBody(v *UpdateLoginFlowWithCodeMethod) UpdateLoginFlowBody
- func UpdateLoginFlowWithIdentifierFirstMethodAsUpdateLoginFlowBody(v *UpdateLoginFlowWithIdentifierFirstMethod) UpdateLoginFlowBody
- func UpdateLoginFlowWithLookupSecretMethodAsUpdateLoginFlowBody(v *UpdateLoginFlowWithLookupSecretMethod) UpdateLoginFlowBody
- func UpdateLoginFlowWithOidcMethodAsUpdateLoginFlowBody(v *UpdateLoginFlowWithOidcMethod) UpdateLoginFlowBody
- func UpdateLoginFlowWithPasskeyMethodAsUpdateLoginFlowBody(v *UpdateLoginFlowWithPasskeyMethod) UpdateLoginFlowBody
- func UpdateLoginFlowWithPasswordMethodAsUpdateLoginFlowBody(v *UpdateLoginFlowWithPasswordMethod) UpdateLoginFlowBody
- func UpdateLoginFlowWithTotpMethodAsUpdateLoginFlowBody(v *UpdateLoginFlowWithTotpMethod) UpdateLoginFlowBody
- func UpdateLoginFlowWithWebAuthnMethodAsUpdateLoginFlowBody(v *UpdateLoginFlowWithWebAuthnMethod) UpdateLoginFlowBody
- type UpdateLoginFlowWithCodeMethod
- func (o *UpdateLoginFlowWithCodeMethod) GetCode() string
- func (o *UpdateLoginFlowWithCodeMethod) GetCodeOk() (*string, bool)
- func (o *UpdateLoginFlowWithCodeMethod) GetCsrfToken() string
- func (o *UpdateLoginFlowWithCodeMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateLoginFlowWithCodeMethod) GetIdentifier() string
- func (o *UpdateLoginFlowWithCodeMethod) GetIdentifierOk() (*string, bool)
- func (o *UpdateLoginFlowWithCodeMethod) GetMethod() string
- func (o *UpdateLoginFlowWithCodeMethod) GetMethodOk() (*string, bool)
- func (o *UpdateLoginFlowWithCodeMethod) GetResend() string
- func (o *UpdateLoginFlowWithCodeMethod) GetResendOk() (*string, bool)
- func (o *UpdateLoginFlowWithCodeMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateLoginFlowWithCodeMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateLoginFlowWithCodeMethod) HasCode() bool
- func (o *UpdateLoginFlowWithCodeMethod) HasIdentifier() bool
- func (o *UpdateLoginFlowWithCodeMethod) HasResend() bool
- func (o *UpdateLoginFlowWithCodeMethod) HasTransientPayload() bool
- func (o UpdateLoginFlowWithCodeMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateLoginFlowWithCodeMethod) SetCode(v string)
- func (o *UpdateLoginFlowWithCodeMethod) SetCsrfToken(v string)
- func (o *UpdateLoginFlowWithCodeMethod) SetIdentifier(v string)
- func (o *UpdateLoginFlowWithCodeMethod) SetMethod(v string)
- func (o *UpdateLoginFlowWithCodeMethod) SetResend(v string)
- func (o *UpdateLoginFlowWithCodeMethod) SetTransientPayload(v map[string]interface{})
- func (o UpdateLoginFlowWithCodeMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateLoginFlowWithCodeMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateLoginFlowWithIdentifierFirstMethod
- func (o *UpdateLoginFlowWithIdentifierFirstMethod) GetCsrfToken() string
- func (o *UpdateLoginFlowWithIdentifierFirstMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateLoginFlowWithIdentifierFirstMethod) GetIdentifier() string
- func (o *UpdateLoginFlowWithIdentifierFirstMethod) GetIdentifierOk() (*string, bool)
- func (o *UpdateLoginFlowWithIdentifierFirstMethod) GetMethod() string
- func (o *UpdateLoginFlowWithIdentifierFirstMethod) GetMethodOk() (*string, bool)
- func (o *UpdateLoginFlowWithIdentifierFirstMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateLoginFlowWithIdentifierFirstMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateLoginFlowWithIdentifierFirstMethod) HasCsrfToken() bool
- func (o *UpdateLoginFlowWithIdentifierFirstMethod) HasTransientPayload() bool
- func (o UpdateLoginFlowWithIdentifierFirstMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateLoginFlowWithIdentifierFirstMethod) SetCsrfToken(v string)
- func (o *UpdateLoginFlowWithIdentifierFirstMethod) SetIdentifier(v string)
- func (o *UpdateLoginFlowWithIdentifierFirstMethod) SetMethod(v string)
- func (o *UpdateLoginFlowWithIdentifierFirstMethod) SetTransientPayload(v map[string]interface{})
- func (o UpdateLoginFlowWithIdentifierFirstMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateLoginFlowWithIdentifierFirstMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateLoginFlowWithLookupSecretMethod
- func (o *UpdateLoginFlowWithLookupSecretMethod) GetCsrfToken() string
- func (o *UpdateLoginFlowWithLookupSecretMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateLoginFlowWithLookupSecretMethod) GetLookupSecret() string
- func (o *UpdateLoginFlowWithLookupSecretMethod) GetLookupSecretOk() (*string, bool)
- func (o *UpdateLoginFlowWithLookupSecretMethod) GetMethod() string
- func (o *UpdateLoginFlowWithLookupSecretMethod) GetMethodOk() (*string, bool)
- func (o *UpdateLoginFlowWithLookupSecretMethod) HasCsrfToken() bool
- func (o UpdateLoginFlowWithLookupSecretMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateLoginFlowWithLookupSecretMethod) SetCsrfToken(v string)
- func (o *UpdateLoginFlowWithLookupSecretMethod) SetLookupSecret(v string)
- func (o *UpdateLoginFlowWithLookupSecretMethod) SetMethod(v string)
- func (o UpdateLoginFlowWithLookupSecretMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateLoginFlowWithLookupSecretMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateLoginFlowWithOidcMethod
- func (o *UpdateLoginFlowWithOidcMethod) GetCsrfToken() string
- func (o *UpdateLoginFlowWithOidcMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateLoginFlowWithOidcMethod) GetIdToken() string
- func (o *UpdateLoginFlowWithOidcMethod) GetIdTokenNonce() string
- func (o *UpdateLoginFlowWithOidcMethod) GetIdTokenNonceOk() (*string, bool)
- func (o *UpdateLoginFlowWithOidcMethod) GetIdTokenOk() (*string, bool)
- func (o *UpdateLoginFlowWithOidcMethod) GetMethod() string
- func (o *UpdateLoginFlowWithOidcMethod) GetMethodOk() (*string, bool)
- func (o *UpdateLoginFlowWithOidcMethod) GetProvider() string
- func (o *UpdateLoginFlowWithOidcMethod) GetProviderOk() (*string, bool)
- func (o *UpdateLoginFlowWithOidcMethod) GetTraits() map[string]interface{}
- func (o *UpdateLoginFlowWithOidcMethod) GetTraitsOk() (map[string]interface{}, bool)
- func (o *UpdateLoginFlowWithOidcMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateLoginFlowWithOidcMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateLoginFlowWithOidcMethod) GetUpstreamParameters() map[string]interface{}
- func (o *UpdateLoginFlowWithOidcMethod) GetUpstreamParametersOk() (map[string]interface{}, bool)
- func (o *UpdateLoginFlowWithOidcMethod) HasCsrfToken() bool
- func (o *UpdateLoginFlowWithOidcMethod) HasIdToken() bool
- func (o *UpdateLoginFlowWithOidcMethod) HasIdTokenNonce() bool
- func (o *UpdateLoginFlowWithOidcMethod) HasTraits() bool
- func (o *UpdateLoginFlowWithOidcMethod) HasTransientPayload() bool
- func (o *UpdateLoginFlowWithOidcMethod) HasUpstreamParameters() bool
- func (o UpdateLoginFlowWithOidcMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateLoginFlowWithOidcMethod) SetCsrfToken(v string)
- func (o *UpdateLoginFlowWithOidcMethod) SetIdToken(v string)
- func (o *UpdateLoginFlowWithOidcMethod) SetIdTokenNonce(v string)
- func (o *UpdateLoginFlowWithOidcMethod) SetMethod(v string)
- func (o *UpdateLoginFlowWithOidcMethod) SetProvider(v string)
- func (o *UpdateLoginFlowWithOidcMethod) SetTraits(v map[string]interface{})
- func (o *UpdateLoginFlowWithOidcMethod) SetTransientPayload(v map[string]interface{})
- func (o *UpdateLoginFlowWithOidcMethod) SetUpstreamParameters(v map[string]interface{})
- func (o UpdateLoginFlowWithOidcMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateLoginFlowWithOidcMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateLoginFlowWithPasskeyMethod
- func (o *UpdateLoginFlowWithPasskeyMethod) GetCsrfToken() string
- func (o *UpdateLoginFlowWithPasskeyMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateLoginFlowWithPasskeyMethod) GetMethod() string
- func (o *UpdateLoginFlowWithPasskeyMethod) GetMethodOk() (*string, bool)
- func (o *UpdateLoginFlowWithPasskeyMethod) GetPasskeyLogin() string
- func (o *UpdateLoginFlowWithPasskeyMethod) GetPasskeyLoginOk() (*string, bool)
- func (o *UpdateLoginFlowWithPasskeyMethod) HasCsrfToken() bool
- func (o *UpdateLoginFlowWithPasskeyMethod) HasPasskeyLogin() bool
- func (o UpdateLoginFlowWithPasskeyMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateLoginFlowWithPasskeyMethod) SetCsrfToken(v string)
- func (o *UpdateLoginFlowWithPasskeyMethod) SetMethod(v string)
- func (o *UpdateLoginFlowWithPasskeyMethod) SetPasskeyLogin(v string)
- func (o UpdateLoginFlowWithPasskeyMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateLoginFlowWithPasskeyMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateLoginFlowWithPasswordMethod
- func (o *UpdateLoginFlowWithPasswordMethod) GetCsrfToken() string
- func (o *UpdateLoginFlowWithPasswordMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateLoginFlowWithPasswordMethod) GetIdentifier() string
- func (o *UpdateLoginFlowWithPasswordMethod) GetIdentifierOk() (*string, bool)
- func (o *UpdateLoginFlowWithPasswordMethod) GetMethod() string
- func (o *UpdateLoginFlowWithPasswordMethod) GetMethodOk() (*string, bool)
- func (o *UpdateLoginFlowWithPasswordMethod) GetPassword() string
- func (o *UpdateLoginFlowWithPasswordMethod) GetPasswordIdentifier() string
- func (o *UpdateLoginFlowWithPasswordMethod) GetPasswordIdentifierOk() (*string, bool)
- func (o *UpdateLoginFlowWithPasswordMethod) GetPasswordOk() (*string, bool)
- func (o *UpdateLoginFlowWithPasswordMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateLoginFlowWithPasswordMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateLoginFlowWithPasswordMethod) HasCsrfToken() bool
- func (o *UpdateLoginFlowWithPasswordMethod) HasPasswordIdentifier() bool
- func (o *UpdateLoginFlowWithPasswordMethod) HasTransientPayload() bool
- func (o UpdateLoginFlowWithPasswordMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateLoginFlowWithPasswordMethod) SetCsrfToken(v string)
- func (o *UpdateLoginFlowWithPasswordMethod) SetIdentifier(v string)
- func (o *UpdateLoginFlowWithPasswordMethod) SetMethod(v string)
- func (o *UpdateLoginFlowWithPasswordMethod) SetPassword(v string)
- func (o *UpdateLoginFlowWithPasswordMethod) SetPasswordIdentifier(v string)
- func (o *UpdateLoginFlowWithPasswordMethod) SetTransientPayload(v map[string]interface{})
- func (o UpdateLoginFlowWithPasswordMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateLoginFlowWithPasswordMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateLoginFlowWithTotpMethod
- func (o *UpdateLoginFlowWithTotpMethod) GetCsrfToken() string
- func (o *UpdateLoginFlowWithTotpMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateLoginFlowWithTotpMethod) GetMethod() string
- func (o *UpdateLoginFlowWithTotpMethod) GetMethodOk() (*string, bool)
- func (o *UpdateLoginFlowWithTotpMethod) GetTotpCode() string
- func (o *UpdateLoginFlowWithTotpMethod) GetTotpCodeOk() (*string, bool)
- func (o *UpdateLoginFlowWithTotpMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateLoginFlowWithTotpMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateLoginFlowWithTotpMethod) HasCsrfToken() bool
- func (o *UpdateLoginFlowWithTotpMethod) HasTransientPayload() bool
- func (o UpdateLoginFlowWithTotpMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateLoginFlowWithTotpMethod) SetCsrfToken(v string)
- func (o *UpdateLoginFlowWithTotpMethod) SetMethod(v string)
- func (o *UpdateLoginFlowWithTotpMethod) SetTotpCode(v string)
- func (o *UpdateLoginFlowWithTotpMethod) SetTransientPayload(v map[string]interface{})
- func (o UpdateLoginFlowWithTotpMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateLoginFlowWithTotpMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateLoginFlowWithWebAuthnMethod
- func (o *UpdateLoginFlowWithWebAuthnMethod) GetCsrfToken() string
- func (o *UpdateLoginFlowWithWebAuthnMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateLoginFlowWithWebAuthnMethod) GetIdentifier() string
- func (o *UpdateLoginFlowWithWebAuthnMethod) GetIdentifierOk() (*string, bool)
- func (o *UpdateLoginFlowWithWebAuthnMethod) GetMethod() string
- func (o *UpdateLoginFlowWithWebAuthnMethod) GetMethodOk() (*string, bool)
- func (o *UpdateLoginFlowWithWebAuthnMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateLoginFlowWithWebAuthnMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateLoginFlowWithWebAuthnMethod) GetWebauthnLogin() string
- func (o *UpdateLoginFlowWithWebAuthnMethod) GetWebauthnLoginOk() (*string, bool)
- func (o *UpdateLoginFlowWithWebAuthnMethod) HasCsrfToken() bool
- func (o *UpdateLoginFlowWithWebAuthnMethod) HasTransientPayload() bool
- func (o *UpdateLoginFlowWithWebAuthnMethod) HasWebauthnLogin() bool
- func (o UpdateLoginFlowWithWebAuthnMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateLoginFlowWithWebAuthnMethod) SetCsrfToken(v string)
- func (o *UpdateLoginFlowWithWebAuthnMethod) SetIdentifier(v string)
- func (o *UpdateLoginFlowWithWebAuthnMethod) SetMethod(v string)
- func (o *UpdateLoginFlowWithWebAuthnMethod) SetTransientPayload(v map[string]interface{})
- func (o *UpdateLoginFlowWithWebAuthnMethod) SetWebauthnLogin(v string)
- func (o UpdateLoginFlowWithWebAuthnMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateLoginFlowWithWebAuthnMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateRecoveryFlowBody
- type UpdateRecoveryFlowWithCodeMethod
- func (o *UpdateRecoveryFlowWithCodeMethod) GetCode() string
- func (o *UpdateRecoveryFlowWithCodeMethod) GetCodeOk() (*string, bool)
- func (o *UpdateRecoveryFlowWithCodeMethod) GetCsrfToken() string
- func (o *UpdateRecoveryFlowWithCodeMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateRecoveryFlowWithCodeMethod) GetEmail() string
- func (o *UpdateRecoveryFlowWithCodeMethod) GetEmailOk() (*string, bool)
- func (o *UpdateRecoveryFlowWithCodeMethod) GetMethod() string
- func (o *UpdateRecoveryFlowWithCodeMethod) GetMethodOk() (*string, bool)
- func (o *UpdateRecoveryFlowWithCodeMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateRecoveryFlowWithCodeMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateRecoveryFlowWithCodeMethod) HasCode() bool
- func (o *UpdateRecoveryFlowWithCodeMethod) HasCsrfToken() bool
- func (o *UpdateRecoveryFlowWithCodeMethod) HasEmail() bool
- func (o *UpdateRecoveryFlowWithCodeMethod) HasTransientPayload() bool
- func (o UpdateRecoveryFlowWithCodeMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateRecoveryFlowWithCodeMethod) SetCode(v string)
- func (o *UpdateRecoveryFlowWithCodeMethod) SetCsrfToken(v string)
- func (o *UpdateRecoveryFlowWithCodeMethod) SetEmail(v string)
- func (o *UpdateRecoveryFlowWithCodeMethod) SetMethod(v string)
- func (o *UpdateRecoveryFlowWithCodeMethod) SetTransientPayload(v map[string]interface{})
- func (o UpdateRecoveryFlowWithCodeMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateRecoveryFlowWithCodeMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateRecoveryFlowWithLinkMethod
- func (o *UpdateRecoveryFlowWithLinkMethod) GetCsrfToken() string
- func (o *UpdateRecoveryFlowWithLinkMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateRecoveryFlowWithLinkMethod) GetEmail() string
- func (o *UpdateRecoveryFlowWithLinkMethod) GetEmailOk() (*string, bool)
- func (o *UpdateRecoveryFlowWithLinkMethod) GetMethod() string
- func (o *UpdateRecoveryFlowWithLinkMethod) GetMethodOk() (*string, bool)
- func (o *UpdateRecoveryFlowWithLinkMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateRecoveryFlowWithLinkMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateRecoveryFlowWithLinkMethod) HasCsrfToken() bool
- func (o *UpdateRecoveryFlowWithLinkMethod) HasTransientPayload() bool
- func (o UpdateRecoveryFlowWithLinkMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateRecoveryFlowWithLinkMethod) SetCsrfToken(v string)
- func (o *UpdateRecoveryFlowWithLinkMethod) SetEmail(v string)
- func (o *UpdateRecoveryFlowWithLinkMethod) SetMethod(v string)
- func (o *UpdateRecoveryFlowWithLinkMethod) SetTransientPayload(v map[string]interface{})
- func (o UpdateRecoveryFlowWithLinkMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateRecoveryFlowWithLinkMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateRegistrationFlowBody
- func UpdateRegistrationFlowWithCodeMethodAsUpdateRegistrationFlowBody(v *UpdateRegistrationFlowWithCodeMethod) UpdateRegistrationFlowBody
- func UpdateRegistrationFlowWithOidcMethodAsUpdateRegistrationFlowBody(v *UpdateRegistrationFlowWithOidcMethod) UpdateRegistrationFlowBody
- func UpdateRegistrationFlowWithPasskeyMethodAsUpdateRegistrationFlowBody(v *UpdateRegistrationFlowWithPasskeyMethod) UpdateRegistrationFlowBody
- func UpdateRegistrationFlowWithPasswordMethodAsUpdateRegistrationFlowBody(v *UpdateRegistrationFlowWithPasswordMethod) UpdateRegistrationFlowBody
- func UpdateRegistrationFlowWithProfileMethodAsUpdateRegistrationFlowBody(v *UpdateRegistrationFlowWithProfileMethod) UpdateRegistrationFlowBody
- func UpdateRegistrationFlowWithWebAuthnMethodAsUpdateRegistrationFlowBody(v *UpdateRegistrationFlowWithWebAuthnMethod) UpdateRegistrationFlowBody
- type UpdateRegistrationFlowWithCodeMethod
- func (o *UpdateRegistrationFlowWithCodeMethod) GetCode() string
- func (o *UpdateRegistrationFlowWithCodeMethod) GetCodeOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithCodeMethod) GetCsrfToken() string
- func (o *UpdateRegistrationFlowWithCodeMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithCodeMethod) GetMethod() string
- func (o *UpdateRegistrationFlowWithCodeMethod) GetMethodOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithCodeMethod) GetResend() string
- func (o *UpdateRegistrationFlowWithCodeMethod) GetResendOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithCodeMethod) GetTraits() map[string]interface{}
- func (o *UpdateRegistrationFlowWithCodeMethod) GetTraitsOk() (map[string]interface{}, bool)
- func (o *UpdateRegistrationFlowWithCodeMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateRegistrationFlowWithCodeMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateRegistrationFlowWithCodeMethod) HasCode() bool
- func (o *UpdateRegistrationFlowWithCodeMethod) HasCsrfToken() bool
- func (o *UpdateRegistrationFlowWithCodeMethod) HasResend() bool
- func (o *UpdateRegistrationFlowWithCodeMethod) HasTransientPayload() bool
- func (o UpdateRegistrationFlowWithCodeMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateRegistrationFlowWithCodeMethod) SetCode(v string)
- func (o *UpdateRegistrationFlowWithCodeMethod) SetCsrfToken(v string)
- func (o *UpdateRegistrationFlowWithCodeMethod) SetMethod(v string)
- func (o *UpdateRegistrationFlowWithCodeMethod) SetResend(v string)
- func (o *UpdateRegistrationFlowWithCodeMethod) SetTraits(v map[string]interface{})
- func (o *UpdateRegistrationFlowWithCodeMethod) SetTransientPayload(v map[string]interface{})
- func (o UpdateRegistrationFlowWithCodeMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateRegistrationFlowWithCodeMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateRegistrationFlowWithOidcMethod
- func (o *UpdateRegistrationFlowWithOidcMethod) GetCsrfToken() string
- func (o *UpdateRegistrationFlowWithOidcMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithOidcMethod) GetIdToken() string
- func (o *UpdateRegistrationFlowWithOidcMethod) GetIdTokenNonce() string
- func (o *UpdateRegistrationFlowWithOidcMethod) GetIdTokenNonceOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithOidcMethod) GetIdTokenOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithOidcMethod) GetMethod() string
- func (o *UpdateRegistrationFlowWithOidcMethod) GetMethodOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithOidcMethod) GetProvider() string
- func (o *UpdateRegistrationFlowWithOidcMethod) GetProviderOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithOidcMethod) GetTraits() map[string]interface{}
- func (o *UpdateRegistrationFlowWithOidcMethod) GetTraitsOk() (map[string]interface{}, bool)
- func (o *UpdateRegistrationFlowWithOidcMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateRegistrationFlowWithOidcMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateRegistrationFlowWithOidcMethod) GetUpstreamParameters() map[string]interface{}
- func (o *UpdateRegistrationFlowWithOidcMethod) GetUpstreamParametersOk() (map[string]interface{}, bool)
- func (o *UpdateRegistrationFlowWithOidcMethod) HasCsrfToken() bool
- func (o *UpdateRegistrationFlowWithOidcMethod) HasIdToken() bool
- func (o *UpdateRegistrationFlowWithOidcMethod) HasIdTokenNonce() bool
- func (o *UpdateRegistrationFlowWithOidcMethod) HasTraits() bool
- func (o *UpdateRegistrationFlowWithOidcMethod) HasTransientPayload() bool
- func (o *UpdateRegistrationFlowWithOidcMethod) HasUpstreamParameters() bool
- func (o UpdateRegistrationFlowWithOidcMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateRegistrationFlowWithOidcMethod) SetCsrfToken(v string)
- func (o *UpdateRegistrationFlowWithOidcMethod) SetIdToken(v string)
- func (o *UpdateRegistrationFlowWithOidcMethod) SetIdTokenNonce(v string)
- func (o *UpdateRegistrationFlowWithOidcMethod) SetMethod(v string)
- func (o *UpdateRegistrationFlowWithOidcMethod) SetProvider(v string)
- func (o *UpdateRegistrationFlowWithOidcMethod) SetTraits(v map[string]interface{})
- func (o *UpdateRegistrationFlowWithOidcMethod) SetTransientPayload(v map[string]interface{})
- func (o *UpdateRegistrationFlowWithOidcMethod) SetUpstreamParameters(v map[string]interface{})
- func (o UpdateRegistrationFlowWithOidcMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateRegistrationFlowWithOidcMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateRegistrationFlowWithPasskeyMethod
- func (o *UpdateRegistrationFlowWithPasskeyMethod) GetCsrfToken() string
- func (o *UpdateRegistrationFlowWithPasskeyMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithPasskeyMethod) GetMethod() string
- func (o *UpdateRegistrationFlowWithPasskeyMethod) GetMethodOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithPasskeyMethod) GetPasskeyRegister() string
- func (o *UpdateRegistrationFlowWithPasskeyMethod) GetPasskeyRegisterOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithPasskeyMethod) GetTraits() map[string]interface{}
- func (o *UpdateRegistrationFlowWithPasskeyMethod) GetTraitsOk() (map[string]interface{}, bool)
- func (o *UpdateRegistrationFlowWithPasskeyMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateRegistrationFlowWithPasskeyMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateRegistrationFlowWithPasskeyMethod) HasCsrfToken() bool
- func (o *UpdateRegistrationFlowWithPasskeyMethod) HasPasskeyRegister() bool
- func (o *UpdateRegistrationFlowWithPasskeyMethod) HasTransientPayload() bool
- func (o UpdateRegistrationFlowWithPasskeyMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateRegistrationFlowWithPasskeyMethod) SetCsrfToken(v string)
- func (o *UpdateRegistrationFlowWithPasskeyMethod) SetMethod(v string)
- func (o *UpdateRegistrationFlowWithPasskeyMethod) SetPasskeyRegister(v string)
- func (o *UpdateRegistrationFlowWithPasskeyMethod) SetTraits(v map[string]interface{})
- func (o *UpdateRegistrationFlowWithPasskeyMethod) SetTransientPayload(v map[string]interface{})
- func (o UpdateRegistrationFlowWithPasskeyMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateRegistrationFlowWithPasskeyMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateRegistrationFlowWithPasswordMethod
- func (o *UpdateRegistrationFlowWithPasswordMethod) GetCsrfToken() string
- func (o *UpdateRegistrationFlowWithPasswordMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithPasswordMethod) GetMethod() string
- func (o *UpdateRegistrationFlowWithPasswordMethod) GetMethodOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithPasswordMethod) GetPassword() string
- func (o *UpdateRegistrationFlowWithPasswordMethod) GetPasswordOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithPasswordMethod) GetTraits() map[string]interface{}
- func (o *UpdateRegistrationFlowWithPasswordMethod) GetTraitsOk() (map[string]interface{}, bool)
- func (o *UpdateRegistrationFlowWithPasswordMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateRegistrationFlowWithPasswordMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateRegistrationFlowWithPasswordMethod) HasCsrfToken() bool
- func (o *UpdateRegistrationFlowWithPasswordMethod) HasTransientPayload() bool
- func (o UpdateRegistrationFlowWithPasswordMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateRegistrationFlowWithPasswordMethod) SetCsrfToken(v string)
- func (o *UpdateRegistrationFlowWithPasswordMethod) SetMethod(v string)
- func (o *UpdateRegistrationFlowWithPasswordMethod) SetPassword(v string)
- func (o *UpdateRegistrationFlowWithPasswordMethod) SetTraits(v map[string]interface{})
- func (o *UpdateRegistrationFlowWithPasswordMethod) SetTransientPayload(v map[string]interface{})
- func (o UpdateRegistrationFlowWithPasswordMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateRegistrationFlowWithPasswordMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateRegistrationFlowWithProfileMethod
- func (o *UpdateRegistrationFlowWithProfileMethod) GetCsrfToken() string
- func (o *UpdateRegistrationFlowWithProfileMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithProfileMethod) GetMethod() string
- func (o *UpdateRegistrationFlowWithProfileMethod) GetMethodOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithProfileMethod) GetScreen() string
- func (o *UpdateRegistrationFlowWithProfileMethod) GetScreenOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithProfileMethod) GetTraits() map[string]interface{}
- func (o *UpdateRegistrationFlowWithProfileMethod) GetTraitsOk() (map[string]interface{}, bool)
- func (o *UpdateRegistrationFlowWithProfileMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateRegistrationFlowWithProfileMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateRegistrationFlowWithProfileMethod) HasCsrfToken() bool
- func (o *UpdateRegistrationFlowWithProfileMethod) HasScreen() bool
- func (o *UpdateRegistrationFlowWithProfileMethod) HasTransientPayload() bool
- func (o UpdateRegistrationFlowWithProfileMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateRegistrationFlowWithProfileMethod) SetCsrfToken(v string)
- func (o *UpdateRegistrationFlowWithProfileMethod) SetMethod(v string)
- func (o *UpdateRegistrationFlowWithProfileMethod) SetScreen(v string)
- func (o *UpdateRegistrationFlowWithProfileMethod) SetTraits(v map[string]interface{})
- func (o *UpdateRegistrationFlowWithProfileMethod) SetTransientPayload(v map[string]interface{})
- func (o UpdateRegistrationFlowWithProfileMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateRegistrationFlowWithProfileMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateRegistrationFlowWithWebAuthnMethod
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetCsrfToken() string
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetMethod() string
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetMethodOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetTraits() map[string]interface{}
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetTraitsOk() (map[string]interface{}, bool)
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetWebauthnRegister() string
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetWebauthnRegisterDisplayname() string
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetWebauthnRegisterDisplaynameOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetWebauthnRegisterOk() (*string, bool)
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) HasCsrfToken() bool
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) HasTransientPayload() bool
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) HasWebauthnRegister() bool
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) HasWebauthnRegisterDisplayname() bool
- func (o UpdateRegistrationFlowWithWebAuthnMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) SetCsrfToken(v string)
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) SetMethod(v string)
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) SetTraits(v map[string]interface{})
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) SetTransientPayload(v map[string]interface{})
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) SetWebauthnRegister(v string)
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) SetWebauthnRegisterDisplayname(v string)
- func (o UpdateRegistrationFlowWithWebAuthnMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateRegistrationFlowWithWebAuthnMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateSettingsFlowBody
- func UpdateSettingsFlowWithLookupMethodAsUpdateSettingsFlowBody(v *UpdateSettingsFlowWithLookupMethod) UpdateSettingsFlowBody
- func UpdateSettingsFlowWithOidcMethodAsUpdateSettingsFlowBody(v *UpdateSettingsFlowWithOidcMethod) UpdateSettingsFlowBody
- func UpdateSettingsFlowWithPasskeyMethodAsUpdateSettingsFlowBody(v *UpdateSettingsFlowWithPasskeyMethod) UpdateSettingsFlowBody
- func UpdateSettingsFlowWithPasswordMethodAsUpdateSettingsFlowBody(v *UpdateSettingsFlowWithPasswordMethod) UpdateSettingsFlowBody
- func UpdateSettingsFlowWithProfileMethodAsUpdateSettingsFlowBody(v *UpdateSettingsFlowWithProfileMethod) UpdateSettingsFlowBody
- func UpdateSettingsFlowWithTotpMethodAsUpdateSettingsFlowBody(v *UpdateSettingsFlowWithTotpMethod) UpdateSettingsFlowBody
- func UpdateSettingsFlowWithWebAuthnMethodAsUpdateSettingsFlowBody(v *UpdateSettingsFlowWithWebAuthnMethod) UpdateSettingsFlowBody
- type UpdateSettingsFlowWithLookupMethod
- func (o *UpdateSettingsFlowWithLookupMethod) GetCsrfToken() string
- func (o *UpdateSettingsFlowWithLookupMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateSettingsFlowWithLookupMethod) GetLookupSecretConfirm() bool
- func (o *UpdateSettingsFlowWithLookupMethod) GetLookupSecretConfirmOk() (*bool, bool)
- func (o *UpdateSettingsFlowWithLookupMethod) GetLookupSecretDisable() bool
- func (o *UpdateSettingsFlowWithLookupMethod) GetLookupSecretDisableOk() (*bool, bool)
- func (o *UpdateSettingsFlowWithLookupMethod) GetLookupSecretRegenerate() bool
- func (o *UpdateSettingsFlowWithLookupMethod) GetLookupSecretRegenerateOk() (*bool, bool)
- func (o *UpdateSettingsFlowWithLookupMethod) GetLookupSecretReveal() bool
- func (o *UpdateSettingsFlowWithLookupMethod) GetLookupSecretRevealOk() (*bool, bool)
- func (o *UpdateSettingsFlowWithLookupMethod) GetMethod() string
- func (o *UpdateSettingsFlowWithLookupMethod) GetMethodOk() (*string, bool)
- func (o *UpdateSettingsFlowWithLookupMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateSettingsFlowWithLookupMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateSettingsFlowWithLookupMethod) HasCsrfToken() bool
- func (o *UpdateSettingsFlowWithLookupMethod) HasLookupSecretConfirm() bool
- func (o *UpdateSettingsFlowWithLookupMethod) HasLookupSecretDisable() bool
- func (o *UpdateSettingsFlowWithLookupMethod) HasLookupSecretRegenerate() bool
- func (o *UpdateSettingsFlowWithLookupMethod) HasLookupSecretReveal() bool
- func (o *UpdateSettingsFlowWithLookupMethod) HasTransientPayload() bool
- func (o UpdateSettingsFlowWithLookupMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateSettingsFlowWithLookupMethod) SetCsrfToken(v string)
- func (o *UpdateSettingsFlowWithLookupMethod) SetLookupSecretConfirm(v bool)
- func (o *UpdateSettingsFlowWithLookupMethod) SetLookupSecretDisable(v bool)
- func (o *UpdateSettingsFlowWithLookupMethod) SetLookupSecretRegenerate(v bool)
- func (o *UpdateSettingsFlowWithLookupMethod) SetLookupSecretReveal(v bool)
- func (o *UpdateSettingsFlowWithLookupMethod) SetMethod(v string)
- func (o *UpdateSettingsFlowWithLookupMethod) SetTransientPayload(v map[string]interface{})
- func (o UpdateSettingsFlowWithLookupMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateSettingsFlowWithLookupMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateSettingsFlowWithOidcMethod
- func (o *UpdateSettingsFlowWithOidcMethod) GetFlow() string
- func (o *UpdateSettingsFlowWithOidcMethod) GetFlowOk() (*string, bool)
- func (o *UpdateSettingsFlowWithOidcMethod) GetLink() string
- func (o *UpdateSettingsFlowWithOidcMethod) GetLinkOk() (*string, bool)
- func (o *UpdateSettingsFlowWithOidcMethod) GetMethod() string
- func (o *UpdateSettingsFlowWithOidcMethod) GetMethodOk() (*string, bool)
- func (o *UpdateSettingsFlowWithOidcMethod) GetTraits() map[string]interface{}
- func (o *UpdateSettingsFlowWithOidcMethod) GetTraitsOk() (map[string]interface{}, bool)
- func (o *UpdateSettingsFlowWithOidcMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateSettingsFlowWithOidcMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateSettingsFlowWithOidcMethod) GetUnlink() string
- func (o *UpdateSettingsFlowWithOidcMethod) GetUnlinkOk() (*string, bool)
- func (o *UpdateSettingsFlowWithOidcMethod) GetUpstreamParameters() map[string]interface{}
- func (o *UpdateSettingsFlowWithOidcMethod) GetUpstreamParametersOk() (map[string]interface{}, bool)
- func (o *UpdateSettingsFlowWithOidcMethod) HasFlow() bool
- func (o *UpdateSettingsFlowWithOidcMethod) HasLink() bool
- func (o *UpdateSettingsFlowWithOidcMethod) HasTraits() bool
- func (o *UpdateSettingsFlowWithOidcMethod) HasTransientPayload() bool
- func (o *UpdateSettingsFlowWithOidcMethod) HasUnlink() bool
- func (o *UpdateSettingsFlowWithOidcMethod) HasUpstreamParameters() bool
- func (o UpdateSettingsFlowWithOidcMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateSettingsFlowWithOidcMethod) SetFlow(v string)
- func (o *UpdateSettingsFlowWithOidcMethod) SetLink(v string)
- func (o *UpdateSettingsFlowWithOidcMethod) SetMethod(v string)
- func (o *UpdateSettingsFlowWithOidcMethod) SetTraits(v map[string]interface{})
- func (o *UpdateSettingsFlowWithOidcMethod) SetTransientPayload(v map[string]interface{})
- func (o *UpdateSettingsFlowWithOidcMethod) SetUnlink(v string)
- func (o *UpdateSettingsFlowWithOidcMethod) SetUpstreamParameters(v map[string]interface{})
- func (o UpdateSettingsFlowWithOidcMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateSettingsFlowWithOidcMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateSettingsFlowWithPasskeyMethod
- func (o *UpdateSettingsFlowWithPasskeyMethod) GetCsrfToken() string
- func (o *UpdateSettingsFlowWithPasskeyMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateSettingsFlowWithPasskeyMethod) GetMethod() string
- func (o *UpdateSettingsFlowWithPasskeyMethod) GetMethodOk() (*string, bool)
- func (o *UpdateSettingsFlowWithPasskeyMethod) GetPasskeyRemove() string
- func (o *UpdateSettingsFlowWithPasskeyMethod) GetPasskeyRemoveOk() (*string, bool)
- func (o *UpdateSettingsFlowWithPasskeyMethod) GetPasskeySettingsRegister() string
- func (o *UpdateSettingsFlowWithPasskeyMethod) GetPasskeySettingsRegisterOk() (*string, bool)
- func (o *UpdateSettingsFlowWithPasskeyMethod) HasCsrfToken() bool
- func (o *UpdateSettingsFlowWithPasskeyMethod) HasPasskeyRemove() bool
- func (o *UpdateSettingsFlowWithPasskeyMethod) HasPasskeySettingsRegister() bool
- func (o UpdateSettingsFlowWithPasskeyMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateSettingsFlowWithPasskeyMethod) SetCsrfToken(v string)
- func (o *UpdateSettingsFlowWithPasskeyMethod) SetMethod(v string)
- func (o *UpdateSettingsFlowWithPasskeyMethod) SetPasskeyRemove(v string)
- func (o *UpdateSettingsFlowWithPasskeyMethod) SetPasskeySettingsRegister(v string)
- func (o UpdateSettingsFlowWithPasskeyMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateSettingsFlowWithPasskeyMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateSettingsFlowWithPasswordMethod
- func (o *UpdateSettingsFlowWithPasswordMethod) GetCsrfToken() string
- func (o *UpdateSettingsFlowWithPasswordMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateSettingsFlowWithPasswordMethod) GetMethod() string
- func (o *UpdateSettingsFlowWithPasswordMethod) GetMethodOk() (*string, bool)
- func (o *UpdateSettingsFlowWithPasswordMethod) GetPassword() string
- func (o *UpdateSettingsFlowWithPasswordMethod) GetPasswordOk() (*string, bool)
- func (o *UpdateSettingsFlowWithPasswordMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateSettingsFlowWithPasswordMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateSettingsFlowWithPasswordMethod) HasCsrfToken() bool
- func (o *UpdateSettingsFlowWithPasswordMethod) HasTransientPayload() bool
- func (o UpdateSettingsFlowWithPasswordMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateSettingsFlowWithPasswordMethod) SetCsrfToken(v string)
- func (o *UpdateSettingsFlowWithPasswordMethod) SetMethod(v string)
- func (o *UpdateSettingsFlowWithPasswordMethod) SetPassword(v string)
- func (o *UpdateSettingsFlowWithPasswordMethod) SetTransientPayload(v map[string]interface{})
- func (o UpdateSettingsFlowWithPasswordMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateSettingsFlowWithPasswordMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateSettingsFlowWithProfileMethod
- func (o *UpdateSettingsFlowWithProfileMethod) GetCsrfToken() string
- func (o *UpdateSettingsFlowWithProfileMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateSettingsFlowWithProfileMethod) GetMethod() string
- func (o *UpdateSettingsFlowWithProfileMethod) GetMethodOk() (*string, bool)
- func (o *UpdateSettingsFlowWithProfileMethod) GetTraits() map[string]interface{}
- func (o *UpdateSettingsFlowWithProfileMethod) GetTraitsOk() (map[string]interface{}, bool)
- func (o *UpdateSettingsFlowWithProfileMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateSettingsFlowWithProfileMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateSettingsFlowWithProfileMethod) HasCsrfToken() bool
- func (o *UpdateSettingsFlowWithProfileMethod) HasTransientPayload() bool
- func (o UpdateSettingsFlowWithProfileMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateSettingsFlowWithProfileMethod) SetCsrfToken(v string)
- func (o *UpdateSettingsFlowWithProfileMethod) SetMethod(v string)
- func (o *UpdateSettingsFlowWithProfileMethod) SetTraits(v map[string]interface{})
- func (o *UpdateSettingsFlowWithProfileMethod) SetTransientPayload(v map[string]interface{})
- func (o UpdateSettingsFlowWithProfileMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateSettingsFlowWithProfileMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateSettingsFlowWithTotpMethod
- func (o *UpdateSettingsFlowWithTotpMethod) GetCsrfToken() string
- func (o *UpdateSettingsFlowWithTotpMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateSettingsFlowWithTotpMethod) GetMethod() string
- func (o *UpdateSettingsFlowWithTotpMethod) GetMethodOk() (*string, bool)
- func (o *UpdateSettingsFlowWithTotpMethod) GetTotpCode() string
- func (o *UpdateSettingsFlowWithTotpMethod) GetTotpCodeOk() (*string, bool)
- func (o *UpdateSettingsFlowWithTotpMethod) GetTotpUnlink() bool
- func (o *UpdateSettingsFlowWithTotpMethod) GetTotpUnlinkOk() (*bool, bool)
- func (o *UpdateSettingsFlowWithTotpMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateSettingsFlowWithTotpMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateSettingsFlowWithTotpMethod) HasCsrfToken() bool
- func (o *UpdateSettingsFlowWithTotpMethod) HasTotpCode() bool
- func (o *UpdateSettingsFlowWithTotpMethod) HasTotpUnlink() bool
- func (o *UpdateSettingsFlowWithTotpMethod) HasTransientPayload() bool
- func (o UpdateSettingsFlowWithTotpMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateSettingsFlowWithTotpMethod) SetCsrfToken(v string)
- func (o *UpdateSettingsFlowWithTotpMethod) SetMethod(v string)
- func (o *UpdateSettingsFlowWithTotpMethod) SetTotpCode(v string)
- func (o *UpdateSettingsFlowWithTotpMethod) SetTotpUnlink(v bool)
- func (o *UpdateSettingsFlowWithTotpMethod) SetTransientPayload(v map[string]interface{})
- func (o UpdateSettingsFlowWithTotpMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateSettingsFlowWithTotpMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateSettingsFlowWithWebAuthnMethod
- func (o *UpdateSettingsFlowWithWebAuthnMethod) GetCsrfToken() string
- func (o *UpdateSettingsFlowWithWebAuthnMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateSettingsFlowWithWebAuthnMethod) GetMethod() string
- func (o *UpdateSettingsFlowWithWebAuthnMethod) GetMethodOk() (*string, bool)
- func (o *UpdateSettingsFlowWithWebAuthnMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateSettingsFlowWithWebAuthnMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateSettingsFlowWithWebAuthnMethod) GetWebauthnRegister() string
- func (o *UpdateSettingsFlowWithWebAuthnMethod) GetWebauthnRegisterDisplayname() string
- func (o *UpdateSettingsFlowWithWebAuthnMethod) GetWebauthnRegisterDisplaynameOk() (*string, bool)
- func (o *UpdateSettingsFlowWithWebAuthnMethod) GetWebauthnRegisterOk() (*string, bool)
- func (o *UpdateSettingsFlowWithWebAuthnMethod) GetWebauthnRemove() string
- func (o *UpdateSettingsFlowWithWebAuthnMethod) GetWebauthnRemoveOk() (*string, bool)
- func (o *UpdateSettingsFlowWithWebAuthnMethod) HasCsrfToken() bool
- func (o *UpdateSettingsFlowWithWebAuthnMethod) HasTransientPayload() bool
- func (o *UpdateSettingsFlowWithWebAuthnMethod) HasWebauthnRegister() bool
- func (o *UpdateSettingsFlowWithWebAuthnMethod) HasWebauthnRegisterDisplayname() bool
- func (o *UpdateSettingsFlowWithWebAuthnMethod) HasWebauthnRemove() bool
- func (o UpdateSettingsFlowWithWebAuthnMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateSettingsFlowWithWebAuthnMethod) SetCsrfToken(v string)
- func (o *UpdateSettingsFlowWithWebAuthnMethod) SetMethod(v string)
- func (o *UpdateSettingsFlowWithWebAuthnMethod) SetTransientPayload(v map[string]interface{})
- func (o *UpdateSettingsFlowWithWebAuthnMethod) SetWebauthnRegister(v string)
- func (o *UpdateSettingsFlowWithWebAuthnMethod) SetWebauthnRegisterDisplayname(v string)
- func (o *UpdateSettingsFlowWithWebAuthnMethod) SetWebauthnRemove(v string)
- func (o UpdateSettingsFlowWithWebAuthnMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateSettingsFlowWithWebAuthnMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateSubscriptionBody
- func (o *UpdateSubscriptionBody) GetInterval() string
- func (o *UpdateSubscriptionBody) GetIntervalOk() (*string, bool)
- func (o *UpdateSubscriptionBody) GetPlan() string
- func (o *UpdateSubscriptionBody) GetPlanOk() (*string, bool)
- func (o *UpdateSubscriptionBody) GetReturnTo() string
- func (o *UpdateSubscriptionBody) GetReturnToOk() (*string, bool)
- func (o *UpdateSubscriptionBody) HasReturnTo() bool
- func (o UpdateSubscriptionBody) MarshalJSON() ([]byte, error)
- func (o *UpdateSubscriptionBody) SetInterval(v string)
- func (o *UpdateSubscriptionBody) SetPlan(v string)
- func (o *UpdateSubscriptionBody) SetReturnTo(v string)
- func (o UpdateSubscriptionBody) ToMap() (map[string]interface{}, error)
- func (o *UpdateSubscriptionBody) UnmarshalJSON(data []byte) (err error)
- type UpdateVerificationFlowBody
- type UpdateVerificationFlowWithCodeMethod
- func (o *UpdateVerificationFlowWithCodeMethod) GetCode() string
- func (o *UpdateVerificationFlowWithCodeMethod) GetCodeOk() (*string, bool)
- func (o *UpdateVerificationFlowWithCodeMethod) GetCsrfToken() string
- func (o *UpdateVerificationFlowWithCodeMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateVerificationFlowWithCodeMethod) GetEmail() string
- func (o *UpdateVerificationFlowWithCodeMethod) GetEmailOk() (*string, bool)
- func (o *UpdateVerificationFlowWithCodeMethod) GetMethod() string
- func (o *UpdateVerificationFlowWithCodeMethod) GetMethodOk() (*string, bool)
- func (o *UpdateVerificationFlowWithCodeMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateVerificationFlowWithCodeMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateVerificationFlowWithCodeMethod) HasCode() bool
- func (o *UpdateVerificationFlowWithCodeMethod) HasCsrfToken() bool
- func (o *UpdateVerificationFlowWithCodeMethod) HasEmail() bool
- func (o *UpdateVerificationFlowWithCodeMethod) HasTransientPayload() bool
- func (o UpdateVerificationFlowWithCodeMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateVerificationFlowWithCodeMethod) SetCode(v string)
- func (o *UpdateVerificationFlowWithCodeMethod) SetCsrfToken(v string)
- func (o *UpdateVerificationFlowWithCodeMethod) SetEmail(v string)
- func (o *UpdateVerificationFlowWithCodeMethod) SetMethod(v string)
- func (o *UpdateVerificationFlowWithCodeMethod) SetTransientPayload(v map[string]interface{})
- func (o UpdateVerificationFlowWithCodeMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateVerificationFlowWithCodeMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateVerificationFlowWithLinkMethod
- func (o *UpdateVerificationFlowWithLinkMethod) GetCsrfToken() string
- func (o *UpdateVerificationFlowWithLinkMethod) GetCsrfTokenOk() (*string, bool)
- func (o *UpdateVerificationFlowWithLinkMethod) GetEmail() string
- func (o *UpdateVerificationFlowWithLinkMethod) GetEmailOk() (*string, bool)
- func (o *UpdateVerificationFlowWithLinkMethod) GetMethod() string
- func (o *UpdateVerificationFlowWithLinkMethod) GetMethodOk() (*string, bool)
- func (o *UpdateVerificationFlowWithLinkMethod) GetTransientPayload() map[string]interface{}
- func (o *UpdateVerificationFlowWithLinkMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *UpdateVerificationFlowWithLinkMethod) HasCsrfToken() bool
- func (o *UpdateVerificationFlowWithLinkMethod) HasTransientPayload() bool
- func (o UpdateVerificationFlowWithLinkMethod) MarshalJSON() ([]byte, error)
- func (o *UpdateVerificationFlowWithLinkMethod) SetCsrfToken(v string)
- func (o *UpdateVerificationFlowWithLinkMethod) SetEmail(v string)
- func (o *UpdateVerificationFlowWithLinkMethod) SetMethod(v string)
- func (o *UpdateVerificationFlowWithLinkMethod) SetTransientPayload(v map[string]interface{})
- func (o UpdateVerificationFlowWithLinkMethod) ToMap() (map[string]interface{}, error)
- func (o *UpdateVerificationFlowWithLinkMethod) UnmarshalJSON(data []byte) (err error)
- type UpdateWorkspaceBody
- func (o *UpdateWorkspaceBody) GetName() string
- func (o *UpdateWorkspaceBody) GetNameOk() (*string, bool)
- func (o UpdateWorkspaceBody) MarshalJSON() ([]byte, error)
- func (o *UpdateWorkspaceBody) SetName(v string)
- func (o UpdateWorkspaceBody) ToMap() (map[string]interface{}, error)
- func (o *UpdateWorkspaceBody) UnmarshalJSON(data []byte) (err error)
- type Usage
- func (o *Usage) GetGenericUsage() GenericUsage
- func (o *Usage) GetGenericUsageOk() (*GenericUsage, bool)
- func (o *Usage) HasGenericUsage() bool
- func (o Usage) MarshalJSON() ([]byte, error)
- func (o *Usage) SetGenericUsage(v GenericUsage)
- func (o Usage) ToMap() (map[string]interface{}, error)
- func (o *Usage) UnmarshalJSON(data []byte) (err error)
- type VerifiableCredentialPrimingResponse
- func (o *VerifiableCredentialPrimingResponse) GetCNonce() string
- func (o *VerifiableCredentialPrimingResponse) GetCNonceExpiresIn() int64
- func (o *VerifiableCredentialPrimingResponse) GetCNonceExpiresInOk() (*int64, bool)
- func (o *VerifiableCredentialPrimingResponse) GetCNonceOk() (*string, bool)
- func (o *VerifiableCredentialPrimingResponse) GetError() string
- func (o *VerifiableCredentialPrimingResponse) GetErrorDebug() string
- func (o *VerifiableCredentialPrimingResponse) GetErrorDebugOk() (*string, bool)
- func (o *VerifiableCredentialPrimingResponse) GetErrorDescription() string
- func (o *VerifiableCredentialPrimingResponse) GetErrorDescriptionOk() (*string, bool)
- func (o *VerifiableCredentialPrimingResponse) GetErrorHint() string
- func (o *VerifiableCredentialPrimingResponse) GetErrorHintOk() (*string, bool)
- func (o *VerifiableCredentialPrimingResponse) GetErrorOk() (*string, bool)
- func (o *VerifiableCredentialPrimingResponse) GetFormat() string
- func (o *VerifiableCredentialPrimingResponse) GetFormatOk() (*string, bool)
- func (o *VerifiableCredentialPrimingResponse) GetStatusCode() int64
- func (o *VerifiableCredentialPrimingResponse) GetStatusCodeOk() (*int64, bool)
- func (o *VerifiableCredentialPrimingResponse) HasCNonce() bool
- func (o *VerifiableCredentialPrimingResponse) HasCNonceExpiresIn() bool
- func (o *VerifiableCredentialPrimingResponse) HasError() bool
- func (o *VerifiableCredentialPrimingResponse) HasErrorDebug() bool
- func (o *VerifiableCredentialPrimingResponse) HasErrorDescription() bool
- func (o *VerifiableCredentialPrimingResponse) HasErrorHint() bool
- func (o *VerifiableCredentialPrimingResponse) HasFormat() bool
- func (o *VerifiableCredentialPrimingResponse) HasStatusCode() bool
- func (o VerifiableCredentialPrimingResponse) MarshalJSON() ([]byte, error)
- func (o *VerifiableCredentialPrimingResponse) SetCNonce(v string)
- func (o *VerifiableCredentialPrimingResponse) SetCNonceExpiresIn(v int64)
- func (o *VerifiableCredentialPrimingResponse) SetError(v string)
- func (o *VerifiableCredentialPrimingResponse) SetErrorDebug(v string)
- func (o *VerifiableCredentialPrimingResponse) SetErrorDescription(v string)
- func (o *VerifiableCredentialPrimingResponse) SetErrorHint(v string)
- func (o *VerifiableCredentialPrimingResponse) SetFormat(v string)
- func (o *VerifiableCredentialPrimingResponse) SetStatusCode(v int64)
- func (o VerifiableCredentialPrimingResponse) ToMap() (map[string]interface{}, error)
- func (o *VerifiableCredentialPrimingResponse) UnmarshalJSON(data []byte) (err error)
- type VerifiableCredentialProof
- func (o *VerifiableCredentialProof) GetJwt() string
- func (o *VerifiableCredentialProof) GetJwtOk() (*string, bool)
- func (o *VerifiableCredentialProof) GetProofType() string
- func (o *VerifiableCredentialProof) GetProofTypeOk() (*string, bool)
- func (o *VerifiableCredentialProof) HasJwt() bool
- func (o *VerifiableCredentialProof) HasProofType() bool
- func (o VerifiableCredentialProof) MarshalJSON() ([]byte, error)
- func (o *VerifiableCredentialProof) SetJwt(v string)
- func (o *VerifiableCredentialProof) SetProofType(v string)
- func (o VerifiableCredentialProof) ToMap() (map[string]interface{}, error)
- func (o *VerifiableCredentialProof) UnmarshalJSON(data []byte) (err error)
- type VerifiableCredentialResponse
- func (o *VerifiableCredentialResponse) GetCredentialDraft00() string
- func (o *VerifiableCredentialResponse) GetCredentialDraft00Ok() (*string, bool)
- func (o *VerifiableCredentialResponse) GetFormat() string
- func (o *VerifiableCredentialResponse) GetFormatOk() (*string, bool)
- func (o *VerifiableCredentialResponse) HasCredentialDraft00() bool
- func (o *VerifiableCredentialResponse) HasFormat() bool
- func (o VerifiableCredentialResponse) MarshalJSON() ([]byte, error)
- func (o *VerifiableCredentialResponse) SetCredentialDraft00(v string)
- func (o *VerifiableCredentialResponse) SetFormat(v string)
- func (o VerifiableCredentialResponse) ToMap() (map[string]interface{}, error)
- func (o *VerifiableCredentialResponse) UnmarshalJSON(data []byte) (err error)
- type VerifiableIdentityAddress
- func (o *VerifiableIdentityAddress) GetCreatedAt() time.Time
- func (o *VerifiableIdentityAddress) GetCreatedAtOk() (*time.Time, bool)
- func (o *VerifiableIdentityAddress) GetId() string
- func (o *VerifiableIdentityAddress) GetIdOk() (*string, bool)
- func (o *VerifiableIdentityAddress) GetStatus() string
- func (o *VerifiableIdentityAddress) GetStatusOk() (*string, bool)
- func (o *VerifiableIdentityAddress) GetUpdatedAt() time.Time
- func (o *VerifiableIdentityAddress) GetUpdatedAtOk() (*time.Time, bool)
- func (o *VerifiableIdentityAddress) GetValue() string
- func (o *VerifiableIdentityAddress) GetValueOk() (*string, bool)
- func (o *VerifiableIdentityAddress) GetVerified() bool
- func (o *VerifiableIdentityAddress) GetVerifiedAt() time.Time
- func (o *VerifiableIdentityAddress) GetVerifiedAtOk() (*time.Time, bool)
- func (o *VerifiableIdentityAddress) GetVerifiedOk() (*bool, bool)
- func (o *VerifiableIdentityAddress) GetVia() string
- func (o *VerifiableIdentityAddress) GetViaOk() (*string, bool)
- func (o *VerifiableIdentityAddress) HasCreatedAt() bool
- func (o *VerifiableIdentityAddress) HasId() bool
- func (o *VerifiableIdentityAddress) HasUpdatedAt() bool
- func (o *VerifiableIdentityAddress) HasVerifiedAt() bool
- func (o VerifiableIdentityAddress) MarshalJSON() ([]byte, error)
- func (o *VerifiableIdentityAddress) SetCreatedAt(v time.Time)
- func (o *VerifiableIdentityAddress) SetId(v string)
- func (o *VerifiableIdentityAddress) SetStatus(v string)
- func (o *VerifiableIdentityAddress) SetUpdatedAt(v time.Time)
- func (o *VerifiableIdentityAddress) SetValue(v string)
- func (o *VerifiableIdentityAddress) SetVerified(v bool)
- func (o *VerifiableIdentityAddress) SetVerifiedAt(v time.Time)
- func (o *VerifiableIdentityAddress) SetVia(v string)
- func (o VerifiableIdentityAddress) ToMap() (map[string]interface{}, error)
- func (o *VerifiableIdentityAddress) UnmarshalJSON(data []byte) (err error)
- type VerificationFlow
- func (o *VerificationFlow) GetActive() string
- func (o *VerificationFlow) GetActiveOk() (*string, bool)
- func (o *VerificationFlow) GetExpiresAt() time.Time
- func (o *VerificationFlow) GetExpiresAtOk() (*time.Time, bool)
- func (o *VerificationFlow) GetId() string
- func (o *VerificationFlow) GetIdOk() (*string, bool)
- func (o *VerificationFlow) GetIssuedAt() time.Time
- func (o *VerificationFlow) GetIssuedAtOk() (*time.Time, bool)
- func (o *VerificationFlow) GetRequestUrl() string
- func (o *VerificationFlow) GetRequestUrlOk() (*string, bool)
- func (o *VerificationFlow) GetReturnTo() string
- func (o *VerificationFlow) GetReturnToOk() (*string, bool)
- func (o *VerificationFlow) GetState() interface{}
- func (o *VerificationFlow) GetStateOk() (*interface{}, bool)
- func (o *VerificationFlow) GetTransientPayload() map[string]interface{}
- func (o *VerificationFlow) GetTransientPayloadOk() (map[string]interface{}, bool)
- func (o *VerificationFlow) GetType() string
- func (o *VerificationFlow) GetTypeOk() (*string, bool)
- func (o *VerificationFlow) GetUi() UiContainer
- func (o *VerificationFlow) GetUiOk() (*UiContainer, bool)
- func (o *VerificationFlow) HasActive() bool
- func (o *VerificationFlow) HasExpiresAt() bool
- func (o *VerificationFlow) HasIssuedAt() bool
- func (o *VerificationFlow) HasRequestUrl() bool
- func (o *VerificationFlow) HasReturnTo() bool
- func (o *VerificationFlow) HasTransientPayload() bool
- func (o VerificationFlow) MarshalJSON() ([]byte, error)
- func (o *VerificationFlow) SetActive(v string)
- func (o *VerificationFlow) SetExpiresAt(v time.Time)
- func (o *VerificationFlow) SetId(v string)
- func (o *VerificationFlow) SetIssuedAt(v time.Time)
- func (o *VerificationFlow) SetRequestUrl(v string)
- func (o *VerificationFlow) SetReturnTo(v string)
- func (o *VerificationFlow) SetState(v interface{})
- func (o *VerificationFlow) SetTransientPayload(v map[string]interface{})
- func (o *VerificationFlow) SetType(v string)
- func (o *VerificationFlow) SetUi(v UiContainer)
- func (o VerificationFlow) ToMap() (map[string]interface{}, error)
- func (o *VerificationFlow) UnmarshalJSON(data []byte) (err error)
- type VerificationFlowState
- type Version
- func (o *Version) GetVersion() string
- func (o *Version) GetVersionOk() (*string, bool)
- func (o *Version) HasVersion() bool
- func (o Version) MarshalJSON() ([]byte, error)
- func (o *Version) SetVersion(v string)
- func (o Version) ToMap() (map[string]interface{}, error)
- func (o *Version) UnmarshalJSON(data []byte) (err error)
- type Warning
- func (o *Warning) GetCode() int64
- func (o *Warning) GetCodeOk() (*int64, bool)
- func (o *Warning) GetMessage() string
- func (o *Warning) GetMessageOk() (*string, bool)
- func (o *Warning) HasCode() bool
- func (o *Warning) HasMessage() bool
- func (o Warning) MarshalJSON() ([]byte, error)
- func (o *Warning) SetCode(v int64)
- func (o *Warning) SetMessage(v string)
- func (o Warning) ToMap() (map[string]interface{}, error)
- func (o *Warning) UnmarshalJSON(data []byte) (err error)
- type WellknownAPI
- type WellknownAPIDiscoverJsonWebKeysRequest
- type WellknownAPIService
- type Workspace
- func (o *Workspace) GetCreatedAt() time.Time
- func (o *Workspace) GetCreatedAtOk() (*time.Time, bool)
- func (o *Workspace) GetId() string
- func (o *Workspace) GetIdOk() (*string, bool)
- func (o *Workspace) GetName() string
- func (o *Workspace) GetNameOk() (*string, bool)
- func (o *Workspace) GetSubscriptionId() string
- func (o *Workspace) GetSubscriptionIdOk() (*string, bool)
- func (o *Workspace) GetSubscriptionPlan() string
- func (o *Workspace) GetSubscriptionPlanOk() (*string, bool)
- func (o *Workspace) GetUpdatedAt() time.Time
- func (o *Workspace) GetUpdatedAtOk() (*time.Time, bool)
- func (o *Workspace) HasSubscriptionId() bool
- func (o *Workspace) HasSubscriptionPlan() bool
- func (o Workspace) MarshalJSON() ([]byte, error)
- func (o *Workspace) SetCreatedAt(v time.Time)
- func (o *Workspace) SetId(v string)
- func (o *Workspace) SetName(v string)
- func (o *Workspace) SetSubscriptionId(v string)
- func (o *Workspace) SetSubscriptionIdNil()
- func (o *Workspace) SetSubscriptionPlan(v string)
- func (o *Workspace) SetSubscriptionPlanNil()
- func (o *Workspace) SetUpdatedAt(v time.Time)
- func (o Workspace) ToMap() (map[string]interface{}, error)
- func (o *Workspace) UnmarshalJSON(data []byte) (err error)
- func (o *Workspace) UnsetSubscriptionId()
- func (o *Workspace) UnsetSubscriptionPlan()
- type WorkspaceAPI
- type WorkspaceAPICreateWorkspaceApiKeyRequest
- type WorkspaceAPICreateWorkspaceRequest
- type WorkspaceAPIDeleteWorkspaceApiKeyRequest
- type WorkspaceAPIGetWorkspaceRequest
- type WorkspaceAPIListWorkspaceApiKeysRequest
- type WorkspaceAPIListWorkspaceProjectsRequest
- type WorkspaceAPIListWorkspacesRequest
- func (r WorkspaceAPIListWorkspacesRequest) Execute() (*ListWorkspaces, *http.Response, error)
- func (r WorkspaceAPIListWorkspacesRequest) PageSize(pageSize int64) WorkspaceAPIListWorkspacesRequest
- func (r WorkspaceAPIListWorkspacesRequest) PageToken(pageToken string) WorkspaceAPIListWorkspacesRequest
- type WorkspaceAPIService
- func (a *WorkspaceAPIService) CreateWorkspace(ctx context.Context) WorkspaceAPICreateWorkspaceRequest
- func (a *WorkspaceAPIService) CreateWorkspaceApiKey(ctx context.Context, workspace string) WorkspaceAPICreateWorkspaceApiKeyRequest
- func (a *WorkspaceAPIService) CreateWorkspaceApiKeyExecute(r WorkspaceAPICreateWorkspaceApiKeyRequest) (*WorkspaceApiKey, *http.Response, error)
- func (a *WorkspaceAPIService) CreateWorkspaceExecute(r WorkspaceAPICreateWorkspaceRequest) (*Workspace, *http.Response, error)
- func (a *WorkspaceAPIService) DeleteWorkspaceApiKey(ctx context.Context, workspace string, tokenId string) WorkspaceAPIDeleteWorkspaceApiKeyRequest
- func (a *WorkspaceAPIService) DeleteWorkspaceApiKeyExecute(r WorkspaceAPIDeleteWorkspaceApiKeyRequest) (*http.Response, error)
- func (a *WorkspaceAPIService) GetWorkspace(ctx context.Context, workspace string) WorkspaceAPIGetWorkspaceRequest
- func (a *WorkspaceAPIService) GetWorkspaceExecute(r WorkspaceAPIGetWorkspaceRequest) (*Workspace, *http.Response, error)
- func (a *WorkspaceAPIService) ListWorkspaceApiKeys(ctx context.Context, workspace string) WorkspaceAPIListWorkspaceApiKeysRequest
- func (a *WorkspaceAPIService) ListWorkspaceApiKeysExecute(r WorkspaceAPIListWorkspaceApiKeysRequest) ([]WorkspaceApiKey, *http.Response, error)
- func (a *WorkspaceAPIService) ListWorkspaceProjects(ctx context.Context, workspace string) WorkspaceAPIListWorkspaceProjectsRequest
- func (a *WorkspaceAPIService) ListWorkspaceProjectsExecute(r WorkspaceAPIListWorkspaceProjectsRequest) (*ListWorkspaceProjects, *http.Response, error)
- func (a *WorkspaceAPIService) ListWorkspaces(ctx context.Context) WorkspaceAPIListWorkspacesRequest
- func (a *WorkspaceAPIService) ListWorkspacesExecute(r WorkspaceAPIListWorkspacesRequest) (*ListWorkspaces, *http.Response, error)
- func (a *WorkspaceAPIService) UpdateWorkspace(ctx context.Context, workspace string) WorkspaceAPIUpdateWorkspaceRequest
- func (a *WorkspaceAPIService) UpdateWorkspaceExecute(r WorkspaceAPIUpdateWorkspaceRequest) (*Workspace, *http.Response, error)
- type WorkspaceAPIUpdateWorkspaceRequest
- type WorkspaceApiKey
- func (o *WorkspaceApiKey) GetCreatedAt() time.Time
- func (o *WorkspaceApiKey) GetCreatedAtOk() (*time.Time, bool)
- func (o *WorkspaceApiKey) GetId() string
- func (o *WorkspaceApiKey) GetIdOk() (*string, bool)
- func (o *WorkspaceApiKey) GetName() string
- func (o *WorkspaceApiKey) GetNameOk() (*string, bool)
- func (o *WorkspaceApiKey) GetOwnerId() string
- func (o *WorkspaceApiKey) GetOwnerIdOk() (*string, bool)
- func (o *WorkspaceApiKey) GetUpdatedAt() time.Time
- func (o *WorkspaceApiKey) GetUpdatedAtOk() (*time.Time, bool)
- func (o *WorkspaceApiKey) GetValue() string
- func (o *WorkspaceApiKey) GetValueOk() (*string, bool)
- func (o *WorkspaceApiKey) GetWorkspaceId() string
- func (o *WorkspaceApiKey) GetWorkspaceIdOk() (*string, bool)
- func (o *WorkspaceApiKey) HasCreatedAt() bool
- func (o *WorkspaceApiKey) HasUpdatedAt() bool
- func (o *WorkspaceApiKey) HasValue() bool
- func (o *WorkspaceApiKey) HasWorkspaceId() bool
- func (o WorkspaceApiKey) MarshalJSON() ([]byte, error)
- func (o *WorkspaceApiKey) SetCreatedAt(v time.Time)
- func (o *WorkspaceApiKey) SetId(v string)
- func (o *WorkspaceApiKey) SetName(v string)
- func (o *WorkspaceApiKey) SetOwnerId(v string)
- func (o *WorkspaceApiKey) SetUpdatedAt(v time.Time)
- func (o *WorkspaceApiKey) SetValue(v string)
- func (o *WorkspaceApiKey) SetWorkspaceId(v string)
- func (o WorkspaceApiKey) ToMap() (map[string]interface{}, error)
- func (o *WorkspaceApiKey) UnmarshalJSON(data []byte) (err error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedAuthenticatorAssuranceLevelEnumValues = []AuthenticatorAssuranceLevel{
"aal0",
"aal1",
"aal2",
"aal3",
}
All allowed values of AuthenticatorAssuranceLevel enum
var AllowedCourierMessageStatusEnumValues = []CourierMessageStatus{
"queued",
"sent",
"processing",
"abandoned",
}
All allowed values of CourierMessageStatus enum
var AllowedCourierMessageTypeEnumValues = []CourierMessageType{
"email",
"phone",
}
All allowed values of CourierMessageType enum
var AllowedLoginFlowStateEnumValues = []LoginFlowState{
"choose_method",
"sent_email",
"passed_challenge",
}
All allowed values of LoginFlowState enum
var AllowedRecoveryFlowStateEnumValues = []RecoveryFlowState{
"choose_method",
"sent_email",
"passed_challenge",
}
All allowed values of RecoveryFlowState enum
var AllowedRegistrationFlowStateEnumValues = []RegistrationFlowState{
"choose_method",
"sent_email",
"passed_challenge",
}
All allowed values of RegistrationFlowState enum
var AllowedSettingsFlowStateEnumValues = []SettingsFlowState{
"show_form",
"success",
}
All allowed values of SettingsFlowState enum
var AllowedVerificationFlowStateEnumValues = []VerificationFlowState{
"choose_method",
"sent_email",
"passed_challenge",
}
All allowed values of VerificationFlowState enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct {
CourierAPI CourierAPI
EventsAPI EventsAPI
FrontendAPI FrontendAPI
IdentityAPI IdentityAPI
JwkAPI JwkAPI
MetadataAPI MetadataAPI
OAuth2API OAuth2API
OidcAPI OidcAPI
PermissionAPI PermissionAPI
ProjectAPI ProjectAPI
RelationshipAPI RelationshipAPI
WellknownAPI WellknownAPI
WorkspaceAPI WorkspaceAPI
// contains filtered or unexported fields
}
APIClient manages communication with the Ory APIs API vv1.14.2 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct {
*http.Response `json:"-"`
Message string `json:"message,omitempty"`
// Operation is the name of the OpenAPI operation.
Operation string `json:"operation,omitempty"`
// RequestURL is the request URL. This value is always available, even if the
// embedded *http.Response is nil.
RequestURL string `json:"url,omitempty"`
// Method is the HTTP method used for the request. This value is always
// available, even if the embedded *http.Response is nil.
Method string `json:"method,omitempty"`
// Payload holds the contents of the response body (which may be nil or empty).
// This is provided here as the raw response.Body() reader will have already
// been drained.
Payload []byte `json:"-"`
}
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AcceptOAuth2ConsentRequest ¶
type AcceptOAuth2ConsentRequest struct {
Context map[string]interface{} `json:"context,omitempty"`
GrantAccessTokenAudience []string `json:"grant_access_token_audience,omitempty"`
GrantScope []string `json:"grant_scope,omitempty"`
HandledAt *time.Time `json:"handled_at,omitempty"`
// Remember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same client asks the same user for the same, or a subset of, scope.
Remember *bool `json:"remember,omitempty"`
// RememberFor sets how long the consent authorization should be remembered for in seconds. If set to `0`, the authorization will be remembered indefinitely.
RememberFor *int64 `json:"remember_for,omitempty"`
Session *AcceptOAuth2ConsentRequestSession `json:"session,omitempty"`
AdditionalProperties map[string]interface{}
}
AcceptOAuth2ConsentRequest struct for AcceptOAuth2ConsentRequest
func NewAcceptOAuth2ConsentRequest ¶
func NewAcceptOAuth2ConsentRequest() *AcceptOAuth2ConsentRequest
NewAcceptOAuth2ConsentRequest instantiates a new AcceptOAuth2ConsentRequest 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 NewAcceptOAuth2ConsentRequestWithDefaults ¶
func NewAcceptOAuth2ConsentRequestWithDefaults() *AcceptOAuth2ConsentRequest
NewAcceptOAuth2ConsentRequestWithDefaults instantiates a new AcceptOAuth2ConsentRequest 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 (*AcceptOAuth2ConsentRequest) GetContext ¶ added in v1.6.2
func (o *AcceptOAuth2ConsentRequest) GetContext() map[string]interface{}
GetContext returns the Context field value if set, zero value otherwise.
func (*AcceptOAuth2ConsentRequest) GetContextOk ¶ added in v1.6.2
func (o *AcceptOAuth2ConsentRequest) GetContextOk() (map[string]interface{}, bool)
GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcceptOAuth2ConsentRequest) GetGrantAccessTokenAudience ¶
func (o *AcceptOAuth2ConsentRequest) GetGrantAccessTokenAudience() []string
GetGrantAccessTokenAudience returns the GrantAccessTokenAudience field value if set, zero value otherwise.
func (*AcceptOAuth2ConsentRequest) GetGrantAccessTokenAudienceOk ¶
func (o *AcceptOAuth2ConsentRequest) GetGrantAccessTokenAudienceOk() ([]string, bool)
GetGrantAccessTokenAudienceOk returns a tuple with the GrantAccessTokenAudience field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcceptOAuth2ConsentRequest) GetGrantScope ¶
func (o *AcceptOAuth2ConsentRequest) GetGrantScope() []string
GetGrantScope returns the GrantScope field value if set, zero value otherwise.
func (*AcceptOAuth2ConsentRequest) GetGrantScopeOk ¶
func (o *AcceptOAuth2ConsentRequest) GetGrantScopeOk() ([]string, bool)
GetGrantScopeOk returns a tuple with the GrantScope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcceptOAuth2ConsentRequest) GetHandledAt ¶
func (o *AcceptOAuth2ConsentRequest) GetHandledAt() time.Time
GetHandledAt returns the HandledAt field value if set, zero value otherwise.
func (*AcceptOAuth2ConsentRequest) GetHandledAtOk ¶
func (o *AcceptOAuth2ConsentRequest) GetHandledAtOk() (*time.Time, bool)
GetHandledAtOk returns a tuple with the HandledAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcceptOAuth2ConsentRequest) GetRemember ¶
func (o *AcceptOAuth2ConsentRequest) GetRemember() bool
GetRemember returns the Remember field value if set, zero value otherwise.
func (*AcceptOAuth2ConsentRequest) GetRememberFor ¶
func (o *AcceptOAuth2ConsentRequest) GetRememberFor() int64
GetRememberFor returns the RememberFor field value if set, zero value otherwise.
func (*AcceptOAuth2ConsentRequest) GetRememberForOk ¶
func (o *AcceptOAuth2ConsentRequest) GetRememberForOk() (*int64, bool)
GetRememberForOk returns a tuple with the RememberFor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcceptOAuth2ConsentRequest) GetRememberOk ¶
func (o *AcceptOAuth2ConsentRequest) GetRememberOk() (*bool, bool)
GetRememberOk returns a tuple with the Remember field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcceptOAuth2ConsentRequest) GetSession ¶
func (o *AcceptOAuth2ConsentRequest) GetSession() AcceptOAuth2ConsentRequestSession
GetSession returns the Session field value if set, zero value otherwise.
func (*AcceptOAuth2ConsentRequest) GetSessionOk ¶
func (o *AcceptOAuth2ConsentRequest) GetSessionOk() (*AcceptOAuth2ConsentRequestSession, bool)
GetSessionOk returns a tuple with the Session field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcceptOAuth2ConsentRequest) HasContext ¶ added in v1.6.2
func (o *AcceptOAuth2ConsentRequest) HasContext() bool
HasContext returns a boolean if a field has been set.
func (*AcceptOAuth2ConsentRequest) HasGrantAccessTokenAudience ¶
func (o *AcceptOAuth2ConsentRequest) HasGrantAccessTokenAudience() bool
HasGrantAccessTokenAudience returns a boolean if a field has been set.
func (*AcceptOAuth2ConsentRequest) HasGrantScope ¶
func (o *AcceptOAuth2ConsentRequest) HasGrantScope() bool
HasGrantScope returns a boolean if a field has been set.
func (*AcceptOAuth2ConsentRequest) HasHandledAt ¶
func (o *AcceptOAuth2ConsentRequest) HasHandledAt() bool
HasHandledAt returns a boolean if a field has been set.
func (*AcceptOAuth2ConsentRequest) HasRemember ¶
func (o *AcceptOAuth2ConsentRequest) HasRemember() bool
HasRemember returns a boolean if a field has been set.
func (*AcceptOAuth2ConsentRequest) HasRememberFor ¶
func (o *AcceptOAuth2ConsentRequest) HasRememberFor() bool
HasRememberFor returns a boolean if a field has been set.
func (*AcceptOAuth2ConsentRequest) HasSession ¶
func (o *AcceptOAuth2ConsentRequest) HasSession() bool
HasSession returns a boolean if a field has been set.
func (AcceptOAuth2ConsentRequest) MarshalJSON ¶
func (o AcceptOAuth2ConsentRequest) MarshalJSON() ([]byte, error)
func (*AcceptOAuth2ConsentRequest) SetContext ¶ added in v1.6.2
func (o *AcceptOAuth2ConsentRequest) SetContext(v map[string]interface{})
SetContext gets a reference to the given map[string]interface{} and assigns it to the Context field.
func (*AcceptOAuth2ConsentRequest) SetGrantAccessTokenAudience ¶
func (o *AcceptOAuth2ConsentRequest) SetGrantAccessTokenAudience(v []string)
SetGrantAccessTokenAudience gets a reference to the given []string and assigns it to the GrantAccessTokenAudience field.
func (*AcceptOAuth2ConsentRequest) SetGrantScope ¶
func (o *AcceptOAuth2ConsentRequest) SetGrantScope(v []string)
SetGrantScope gets a reference to the given []string and assigns it to the GrantScope field.
func (*AcceptOAuth2ConsentRequest) SetHandledAt ¶
func (o *AcceptOAuth2ConsentRequest) SetHandledAt(v time.Time)
SetHandledAt gets a reference to the given time.Time and assigns it to the HandledAt field.
func (*AcceptOAuth2ConsentRequest) SetRemember ¶
func (o *AcceptOAuth2ConsentRequest) SetRemember(v bool)
SetRemember gets a reference to the given bool and assigns it to the Remember field.
func (*AcceptOAuth2ConsentRequest) SetRememberFor ¶
func (o *AcceptOAuth2ConsentRequest) SetRememberFor(v int64)
SetRememberFor gets a reference to the given int64 and assigns it to the RememberFor field.
func (*AcceptOAuth2ConsentRequest) SetSession ¶
func (o *AcceptOAuth2ConsentRequest) SetSession(v AcceptOAuth2ConsentRequestSession)
SetSession gets a reference to the given AcceptOAuth2ConsentRequestSession and assigns it to the Session field.
func (AcceptOAuth2ConsentRequest) ToMap ¶ added in v1.3.0
func (o AcceptOAuth2ConsentRequest) ToMap() (map[string]interface{}, error)
func (*AcceptOAuth2ConsentRequest) UnmarshalJSON ¶ added in v1.1.36
func (o *AcceptOAuth2ConsentRequest) UnmarshalJSON(data []byte) (err error)
type AcceptOAuth2ConsentRequestSession ¶
type AcceptOAuth2ConsentRequestSession struct {
// AccessToken sets session data for the access and refresh token, as well as any future tokens issued by the refresh grant. Keep in mind that this data will be available to anyone performing OAuth 2.0 Challenge Introspection. If only your services can perform OAuth 2.0 Challenge Introspection, this is usually fine. But if third parties can access that endpoint as well, sensitive data from the session might be exposed to them. Use with care!
AccessToken interface{} `json:"access_token,omitempty"`
// IDToken sets session data for the OpenID Connect ID token. Keep in mind that the session'id payloads are readable by anyone that has access to the ID Challenge. Use with care!
IdToken interface{} `json:"id_token,omitempty"`
AdditionalProperties map[string]interface{}
}
AcceptOAuth2ConsentRequestSession struct for AcceptOAuth2ConsentRequestSession
func NewAcceptOAuth2ConsentRequestSession ¶
func NewAcceptOAuth2ConsentRequestSession() *AcceptOAuth2ConsentRequestSession
NewAcceptOAuth2ConsentRequestSession instantiates a new AcceptOAuth2ConsentRequestSession 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 NewAcceptOAuth2ConsentRequestSessionWithDefaults ¶
func NewAcceptOAuth2ConsentRequestSessionWithDefaults() *AcceptOAuth2ConsentRequestSession
NewAcceptOAuth2ConsentRequestSessionWithDefaults instantiates a new AcceptOAuth2ConsentRequestSession 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 (*AcceptOAuth2ConsentRequestSession) GetAccessToken ¶
func (o *AcceptOAuth2ConsentRequestSession) GetAccessToken() interface{}
GetAccessToken returns the AccessToken field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AcceptOAuth2ConsentRequestSession) GetAccessTokenOk ¶
func (o *AcceptOAuth2ConsentRequestSession) GetAccessTokenOk() (*interface{}, bool)
GetAccessTokenOk returns a tuple with the AccessToken field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AcceptOAuth2ConsentRequestSession) GetIdToken ¶
func (o *AcceptOAuth2ConsentRequestSession) GetIdToken() interface{}
GetIdToken returns the IdToken field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AcceptOAuth2ConsentRequestSession) GetIdTokenOk ¶
func (o *AcceptOAuth2ConsentRequestSession) GetIdTokenOk() (*interface{}, bool)
GetIdTokenOk returns a tuple with the IdToken field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AcceptOAuth2ConsentRequestSession) HasAccessToken ¶
func (o *AcceptOAuth2ConsentRequestSession) HasAccessToken() bool
HasAccessToken returns a boolean if a field has been set.
func (*AcceptOAuth2ConsentRequestSession) HasIdToken ¶
func (o *AcceptOAuth2ConsentRequestSession) HasIdToken() bool
HasIdToken returns a boolean if a field has been set.
func (AcceptOAuth2ConsentRequestSession) MarshalJSON ¶
func (o AcceptOAuth2ConsentRequestSession) MarshalJSON() ([]byte, error)
func (*AcceptOAuth2ConsentRequestSession) SetAccessToken ¶
func (o *AcceptOAuth2ConsentRequestSession) SetAccessToken(v interface{})
SetAccessToken gets a reference to the given interface{} and assigns it to the AccessToken field.
func (*AcceptOAuth2ConsentRequestSession) SetIdToken ¶
func (o *AcceptOAuth2ConsentRequestSession) SetIdToken(v interface{})
SetIdToken gets a reference to the given interface{} and assigns it to the IdToken field.
func (AcceptOAuth2ConsentRequestSession) ToMap ¶ added in v1.3.0
func (o AcceptOAuth2ConsentRequestSession) ToMap() (map[string]interface{}, error)
func (*AcceptOAuth2ConsentRequestSession) UnmarshalJSON ¶ added in v1.1.36
func (o *AcceptOAuth2ConsentRequestSession) UnmarshalJSON(data []byte) (err error)
type AcceptOAuth2LoginRequest ¶
type AcceptOAuth2LoginRequest struct {
// ACR sets the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it to express that, for example, a user authenticated using two factor authentication.
Acr *string `json:"acr,omitempty"`
Amr []string `json:"amr,omitempty"`
Context map[string]interface{} `json:"context,omitempty"`
// Extend OAuth2 authentication session lifespan If set to `true`, the OAuth2 authentication cookie lifespan is extended. This is for example useful if you want the user to be able to use `prompt=none` continuously. This value can only be set to `true` if the user has an authentication, which is the case if the `skip` value is `true`.
ExtendSessionLifespan *bool `json:"extend_session_lifespan,omitempty"`
// ForceSubjectIdentifier forces the \"pairwise\" user ID of the end-user that authenticated. The \"pairwise\" user ID refers to the (Pairwise Identifier Algorithm)[http://openid.net/specs/openid-connect-core-1_0.html#PairwiseAlg] of the OpenID Connect specification. It allows you to set an obfuscated subject (\"user\") identifier that is unique to the client. Please note that this changes the user ID on endpoint /userinfo and sub claim of the ID Token. It does not change the sub claim in the OAuth 2.0 Introspection. Per default, ORY Hydra handles this value with its own algorithm. In case you want to set this yourself you can use this field. Please note that setting this field has no effect if `pairwise` is not configured in ORY Hydra or the OAuth 2.0 Client does not expect a pairwise identifier (set via `subject_type` key in the client's configuration). Please also be aware that ORY Hydra is unable to properly compute this value during authentication. This implies that you have to compute this value on every authentication process (probably depending on the client ID or some other unique value). If you fail to compute the proper value, then authentication processes which have id_token_hint set might fail.
ForceSubjectIdentifier *string `json:"force_subject_identifier,omitempty"`
// IdentityProviderSessionID is the session ID of the end-user that authenticated. If specified, we will use this value to propagate the logout.
IdentityProviderSessionId *string `json:"identity_provider_session_id,omitempty"`
// Remember, if set to true, tells ORY Hydra to remember this user by telling the user agent (browser) to store a cookie with authentication data. If the same user performs another OAuth 2.0 Authorization Request, he/she will not be asked to log in again.
Remember *bool `json:"remember,omitempty"`
// RememberFor sets how long the authentication should be remembered for in seconds. If set to `0`, the authorization will be remembered for the duration of the browser session (using a session cookie).
RememberFor *int64 `json:"remember_for,omitempty"`
// Subject is the user ID of the end-user that authenticated.
Subject string `json:"subject"`
AdditionalProperties map[string]interface{}
}
AcceptOAuth2LoginRequest struct for AcceptOAuth2LoginRequest
func NewAcceptOAuth2LoginRequest ¶
func NewAcceptOAuth2LoginRequest(subject string) *AcceptOAuth2LoginRequest
NewAcceptOAuth2LoginRequest instantiates a new AcceptOAuth2LoginRequest 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 NewAcceptOAuth2LoginRequestWithDefaults ¶
func NewAcceptOAuth2LoginRequestWithDefaults() *AcceptOAuth2LoginRequest
NewAcceptOAuth2LoginRequestWithDefaults instantiates a new AcceptOAuth2LoginRequest 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 (*AcceptOAuth2LoginRequest) GetAcr ¶
func (o *AcceptOAuth2LoginRequest) GetAcr() string
GetAcr returns the Acr field value if set, zero value otherwise.
func (*AcceptOAuth2LoginRequest) GetAcrOk ¶
func (o *AcceptOAuth2LoginRequest) GetAcrOk() (*string, bool)
GetAcrOk returns a tuple with the Acr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcceptOAuth2LoginRequest) GetAmr ¶
func (o *AcceptOAuth2LoginRequest) GetAmr() []string
GetAmr returns the Amr field value if set, zero value otherwise.
func (*AcceptOAuth2LoginRequest) GetAmrOk ¶
func (o *AcceptOAuth2LoginRequest) GetAmrOk() ([]string, bool)
GetAmrOk returns a tuple with the Amr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcceptOAuth2LoginRequest) GetContext ¶
func (o *AcceptOAuth2LoginRequest) GetContext() map[string]interface{}
GetContext returns the Context field value if set, zero value otherwise.
func (*AcceptOAuth2LoginRequest) GetContextOk ¶
func (o *AcceptOAuth2LoginRequest) GetContextOk() (map[string]interface{}, bool)
GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcceptOAuth2LoginRequest) GetExtendSessionLifespan ¶ added in v1.1.25
func (o *AcceptOAuth2LoginRequest) GetExtendSessionLifespan() bool
GetExtendSessionLifespan returns the ExtendSessionLifespan field value if set, zero value otherwise.
func (*AcceptOAuth2LoginRequest) GetExtendSessionLifespanOk ¶ added in v1.1.25
func (o *AcceptOAuth2LoginRequest) GetExtendSessionLifespanOk() (*bool, bool)
GetExtendSessionLifespanOk returns a tuple with the ExtendSessionLifespan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcceptOAuth2LoginRequest) GetForceSubjectIdentifier ¶
func (o *AcceptOAuth2LoginRequest) GetForceSubjectIdentifier() string
GetForceSubjectIdentifier returns the ForceSubjectIdentifier field value if set, zero value otherwise.
func (*AcceptOAuth2LoginRequest) GetForceSubjectIdentifierOk ¶
func (o *AcceptOAuth2LoginRequest) GetForceSubjectIdentifierOk() (*string, bool)
GetForceSubjectIdentifierOk returns a tuple with the ForceSubjectIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcceptOAuth2LoginRequest) GetIdentityProviderSessionId ¶ added in v1.1.49
func (o *AcceptOAuth2LoginRequest) GetIdentityProviderSessionId() string
GetIdentityProviderSessionId returns the IdentityProviderSessionId field value if set, zero value otherwise.
func (*AcceptOAuth2LoginRequest) GetIdentityProviderSessionIdOk ¶ added in v1.1.49
func (o *AcceptOAuth2LoginRequest) GetIdentityProviderSessionIdOk() (*string, bool)
GetIdentityProviderSessionIdOk returns a tuple with the IdentityProviderSessionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcceptOAuth2LoginRequest) GetRemember ¶
func (o *AcceptOAuth2LoginRequest) GetRemember() bool
GetRemember returns the Remember field value if set, zero value otherwise.
func (*AcceptOAuth2LoginRequest) GetRememberFor ¶
func (o *AcceptOAuth2LoginRequest) GetRememberFor() int64
GetRememberFor returns the RememberFor field value if set, zero value otherwise.
func (*AcceptOAuth2LoginRequest) GetRememberForOk ¶
func (o *AcceptOAuth2LoginRequest) GetRememberForOk() (*int64, bool)
GetRememberForOk returns a tuple with the RememberFor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcceptOAuth2LoginRequest) GetRememberOk ¶
func (o *AcceptOAuth2LoginRequest) GetRememberOk() (*bool, bool)
GetRememberOk returns a tuple with the Remember field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcceptOAuth2LoginRequest) GetSubject ¶
func (o *AcceptOAuth2LoginRequest) GetSubject() string
GetSubject returns the Subject field value
func (*AcceptOAuth2LoginRequest) GetSubjectOk ¶
func (o *AcceptOAuth2LoginRequest) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.
func (*AcceptOAuth2LoginRequest) HasAcr ¶
func (o *AcceptOAuth2LoginRequest) HasAcr() bool
HasAcr returns a boolean if a field has been set.
func (*AcceptOAuth2LoginRequest) HasAmr ¶
func (o *AcceptOAuth2LoginRequest) HasAmr() bool
HasAmr returns a boolean if a field has been set.
func (*AcceptOAuth2LoginRequest) HasContext ¶
func (o *AcceptOAuth2LoginRequest) HasContext() bool
HasContext returns a boolean if a field has been set.
func (*AcceptOAuth2LoginRequest) HasExtendSessionLifespan ¶ added in v1.1.25
func (o *AcceptOAuth2LoginRequest) HasExtendSessionLifespan() bool
HasExtendSessionLifespan returns a boolean if a field has been set.
func (*AcceptOAuth2LoginRequest) HasForceSubjectIdentifier ¶
func (o *AcceptOAuth2LoginRequest) HasForceSubjectIdentifier() bool
HasForceSubjectIdentifier returns a boolean if a field has been set.
func (*AcceptOAuth2LoginRequest) HasIdentityProviderSessionId ¶ added in v1.1.49
func (o *AcceptOAuth2LoginRequest) HasIdentityProviderSessionId() bool
HasIdentityProviderSessionId returns a boolean if a field has been set.
func (*AcceptOAuth2LoginRequest) HasRemember ¶
func (o *AcceptOAuth2LoginRequest) HasRemember() bool
HasRemember returns a boolean if a field has been set.
func (*AcceptOAuth2LoginRequest) HasRememberFor ¶
func (o *AcceptOAuth2LoginRequest) HasRememberFor() bool
HasRememberFor returns a boolean if a field has been set.
func (AcceptOAuth2LoginRequest) MarshalJSON ¶
func (o AcceptOAuth2LoginRequest) MarshalJSON() ([]byte, error)
func (*AcceptOAuth2LoginRequest) SetAcr ¶
func (o *AcceptOAuth2LoginRequest) SetAcr(v string)
SetAcr gets a reference to the given string and assigns it to the Acr field.
func (*AcceptOAuth2LoginRequest) SetAmr ¶
func (o *AcceptOAuth2LoginRequest) SetAmr(v []string)
SetAmr gets a reference to the given []string and assigns it to the Amr field.
func (*AcceptOAuth2LoginRequest) SetContext ¶
func (o *AcceptOAuth2LoginRequest) SetContext(v map[string]interface{})
SetContext gets a reference to the given map[string]interface{} and assigns it to the Context field.
func (*AcceptOAuth2LoginRequest) SetExtendSessionLifespan ¶ added in v1.1.25
func (o *AcceptOAuth2LoginRequest) SetExtendSessionLifespan(v bool)
SetExtendSessionLifespan gets a reference to the given bool and assigns it to the ExtendSessionLifespan field.
func (*AcceptOAuth2LoginRequest) SetForceSubjectIdentifier ¶
func (o *AcceptOAuth2LoginRequest) SetForceSubjectIdentifier(v string)
SetForceSubjectIdentifier gets a reference to the given string and assigns it to the ForceSubjectIdentifier field.
func (*AcceptOAuth2LoginRequest) SetIdentityProviderSessionId ¶ added in v1.1.49
func (o *AcceptOAuth2LoginRequest) SetIdentityProviderSessionId(v string)
SetIdentityProviderSessionId gets a reference to the given string and assigns it to the IdentityProviderSessionId field.
func (*AcceptOAuth2LoginRequest) SetRemember ¶
func (o *AcceptOAuth2LoginRequest) SetRemember(v bool)
SetRemember gets a reference to the given bool and assigns it to the Remember field.
func (*AcceptOAuth2LoginRequest) SetRememberFor ¶
func (o *AcceptOAuth2LoginRequest) SetRememberFor(v int64)
SetRememberFor gets a reference to the given int64 and assigns it to the RememberFor field.
func (*AcceptOAuth2LoginRequest) SetSubject ¶
func (o *AcceptOAuth2LoginRequest) SetSubject(v string)
SetSubject sets field value
func (AcceptOAuth2LoginRequest) ToMap ¶ added in v1.3.0
func (o AcceptOAuth2LoginRequest) ToMap() (map[string]interface{}, error)
func (*AcceptOAuth2LoginRequest) UnmarshalJSON ¶ added in v1.1.36
func (o *AcceptOAuth2LoginRequest) UnmarshalJSON(data []byte) (err error)
type AccountExperienceConfiguration ¶ added in v1.11.10
type AccountExperienceConfiguration struct {
AccountExperienceThemeStylesheet *string `json:"account_experience_theme_stylesheet,omitempty"`
FaviconType *string `json:"favicon_type,omitempty"`
FaviconUrl *string `json:"favicon_url,omitempty"`
KratosSelfserviceFlowsRecoveryEnabled *bool `json:"kratos_selfservice_flows_recovery_enabled,omitempty"`
KratosSelfserviceFlowsRegistrationEnabled *bool `json:"kratos_selfservice_flows_registration_enabled,omitempty"`
KratosSelfserviceFlowsVerificationEnabled *bool `json:"kratos_selfservice_flows_verification_enabled,omitempty"`
LogoUrl *string `json:"logo_url,omitempty"`
Name *string `json:"name,omitempty"`
OrganizationMap *map[string]string `json:"organization_map,omitempty"`
AdditionalProperties map[string]interface{}
}
AccountExperienceConfiguration struct for AccountExperienceConfiguration
func NewAccountExperienceConfiguration ¶ added in v1.11.10
func NewAccountExperienceConfiguration() *AccountExperienceConfiguration
NewAccountExperienceConfiguration instantiates a new AccountExperienceConfiguration 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 NewAccountExperienceConfigurationWithDefaults ¶ added in v1.11.10
func NewAccountExperienceConfigurationWithDefaults() *AccountExperienceConfiguration
NewAccountExperienceConfigurationWithDefaults instantiates a new AccountExperienceConfiguration 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 (*AccountExperienceConfiguration) GetAccountExperienceThemeStylesheet ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) GetAccountExperienceThemeStylesheet() string
GetAccountExperienceThemeStylesheet returns the AccountExperienceThemeStylesheet field value if set, zero value otherwise.
func (*AccountExperienceConfiguration) GetAccountExperienceThemeStylesheetOk ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) GetAccountExperienceThemeStylesheetOk() (*string, bool)
GetAccountExperienceThemeStylesheetOk returns a tuple with the AccountExperienceThemeStylesheet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceConfiguration) GetFaviconType ¶ added in v1.14.0
func (o *AccountExperienceConfiguration) GetFaviconType() string
GetFaviconType returns the FaviconType field value if set, zero value otherwise.
func (*AccountExperienceConfiguration) GetFaviconTypeOk ¶ added in v1.14.0
func (o *AccountExperienceConfiguration) GetFaviconTypeOk() (*string, bool)
GetFaviconTypeOk returns a tuple with the FaviconType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceConfiguration) GetFaviconUrl ¶ added in v1.14.0
func (o *AccountExperienceConfiguration) GetFaviconUrl() string
GetFaviconUrl returns the FaviconUrl field value if set, zero value otherwise.
func (*AccountExperienceConfiguration) GetFaviconUrlOk ¶ added in v1.14.0
func (o *AccountExperienceConfiguration) GetFaviconUrlOk() (*string, bool)
GetFaviconUrlOk returns a tuple with the FaviconUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceConfiguration) GetKratosSelfserviceFlowsRecoveryEnabled ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) GetKratosSelfserviceFlowsRecoveryEnabled() bool
GetKratosSelfserviceFlowsRecoveryEnabled returns the KratosSelfserviceFlowsRecoveryEnabled field value if set, zero value otherwise.
func (*AccountExperienceConfiguration) GetKratosSelfserviceFlowsRecoveryEnabledOk ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) GetKratosSelfserviceFlowsRecoveryEnabledOk() (*bool, bool)
GetKratosSelfserviceFlowsRecoveryEnabledOk returns a tuple with the KratosSelfserviceFlowsRecoveryEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceConfiguration) GetKratosSelfserviceFlowsRegistrationEnabled ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) GetKratosSelfserviceFlowsRegistrationEnabled() bool
GetKratosSelfserviceFlowsRegistrationEnabled returns the KratosSelfserviceFlowsRegistrationEnabled field value if set, zero value otherwise.
func (*AccountExperienceConfiguration) GetKratosSelfserviceFlowsRegistrationEnabledOk ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) GetKratosSelfserviceFlowsRegistrationEnabledOk() (*bool, bool)
GetKratosSelfserviceFlowsRegistrationEnabledOk returns a tuple with the KratosSelfserviceFlowsRegistrationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceConfiguration) GetKratosSelfserviceFlowsVerificationEnabled ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) GetKratosSelfserviceFlowsVerificationEnabled() bool
GetKratosSelfserviceFlowsVerificationEnabled returns the KratosSelfserviceFlowsVerificationEnabled field value if set, zero value otherwise.
func (*AccountExperienceConfiguration) GetKratosSelfserviceFlowsVerificationEnabledOk ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) GetKratosSelfserviceFlowsVerificationEnabledOk() (*bool, bool)
GetKratosSelfserviceFlowsVerificationEnabledOk returns a tuple with the KratosSelfserviceFlowsVerificationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceConfiguration) GetLogoUrl ¶ added in v1.14.0
func (o *AccountExperienceConfiguration) GetLogoUrl() string
GetLogoUrl returns the LogoUrl field value if set, zero value otherwise.
func (*AccountExperienceConfiguration) GetLogoUrlOk ¶ added in v1.14.0
func (o *AccountExperienceConfiguration) GetLogoUrlOk() (*string, bool)
GetLogoUrlOk returns a tuple with the LogoUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceConfiguration) GetName ¶ added in v1.14.0
func (o *AccountExperienceConfiguration) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*AccountExperienceConfiguration) GetNameOk ¶ added in v1.14.0
func (o *AccountExperienceConfiguration) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceConfiguration) GetOrganizationMap ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) GetOrganizationMap() map[string]string
GetOrganizationMap returns the OrganizationMap field value if set, zero value otherwise.
func (*AccountExperienceConfiguration) GetOrganizationMapOk ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) GetOrganizationMapOk() (*map[string]string, bool)
GetOrganizationMapOk returns a tuple with the OrganizationMap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceConfiguration) HasAccountExperienceThemeStylesheet ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) HasAccountExperienceThemeStylesheet() bool
HasAccountExperienceThemeStylesheet returns a boolean if a field has been set.
func (*AccountExperienceConfiguration) HasFaviconType ¶ added in v1.14.0
func (o *AccountExperienceConfiguration) HasFaviconType() bool
HasFaviconType returns a boolean if a field has been set.
func (*AccountExperienceConfiguration) HasFaviconUrl ¶ added in v1.14.0
func (o *AccountExperienceConfiguration) HasFaviconUrl() bool
HasFaviconUrl returns a boolean if a field has been set.
func (*AccountExperienceConfiguration) HasKratosSelfserviceFlowsRecoveryEnabled ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) HasKratosSelfserviceFlowsRecoveryEnabled() bool
HasKratosSelfserviceFlowsRecoveryEnabled returns a boolean if a field has been set.
func (*AccountExperienceConfiguration) HasKratosSelfserviceFlowsRegistrationEnabled ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) HasKratosSelfserviceFlowsRegistrationEnabled() bool
HasKratosSelfserviceFlowsRegistrationEnabled returns a boolean if a field has been set.
func (*AccountExperienceConfiguration) HasKratosSelfserviceFlowsVerificationEnabled ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) HasKratosSelfserviceFlowsVerificationEnabled() bool
HasKratosSelfserviceFlowsVerificationEnabled returns a boolean if a field has been set.
func (*AccountExperienceConfiguration) HasLogoUrl ¶ added in v1.14.0
func (o *AccountExperienceConfiguration) HasLogoUrl() bool
HasLogoUrl returns a boolean if a field has been set.
func (*AccountExperienceConfiguration) HasName ¶ added in v1.14.0
func (o *AccountExperienceConfiguration) HasName() bool
HasName returns a boolean if a field has been set.
func (*AccountExperienceConfiguration) HasOrganizationMap ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) HasOrganizationMap() bool
HasOrganizationMap returns a boolean if a field has been set.
func (AccountExperienceConfiguration) MarshalJSON ¶ added in v1.11.10
func (o AccountExperienceConfiguration) MarshalJSON() ([]byte, error)
func (*AccountExperienceConfiguration) SetAccountExperienceThemeStylesheet ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) SetAccountExperienceThemeStylesheet(v string)
SetAccountExperienceThemeStylesheet gets a reference to the given string and assigns it to the AccountExperienceThemeStylesheet field.
func (*AccountExperienceConfiguration) SetFaviconType ¶ added in v1.14.0
func (o *AccountExperienceConfiguration) SetFaviconType(v string)
SetFaviconType gets a reference to the given string and assigns it to the FaviconType field.
func (*AccountExperienceConfiguration) SetFaviconUrl ¶ added in v1.14.0
func (o *AccountExperienceConfiguration) SetFaviconUrl(v string)
SetFaviconUrl gets a reference to the given string and assigns it to the FaviconUrl field.
func (*AccountExperienceConfiguration) SetKratosSelfserviceFlowsRecoveryEnabled ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) SetKratosSelfserviceFlowsRecoveryEnabled(v bool)
SetKratosSelfserviceFlowsRecoveryEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceFlowsRecoveryEnabled field.
func (*AccountExperienceConfiguration) SetKratosSelfserviceFlowsRegistrationEnabled ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) SetKratosSelfserviceFlowsRegistrationEnabled(v bool)
SetKratosSelfserviceFlowsRegistrationEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceFlowsRegistrationEnabled field.
func (*AccountExperienceConfiguration) SetKratosSelfserviceFlowsVerificationEnabled ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) SetKratosSelfserviceFlowsVerificationEnabled(v bool)
SetKratosSelfserviceFlowsVerificationEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceFlowsVerificationEnabled field.
func (*AccountExperienceConfiguration) SetLogoUrl ¶ added in v1.14.0
func (o *AccountExperienceConfiguration) SetLogoUrl(v string)
SetLogoUrl gets a reference to the given string and assigns it to the LogoUrl field.
func (*AccountExperienceConfiguration) SetName ¶ added in v1.14.0
func (o *AccountExperienceConfiguration) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*AccountExperienceConfiguration) SetOrganizationMap ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) SetOrganizationMap(v map[string]string)
SetOrganizationMap gets a reference to the given map[string]string and assigns it to the OrganizationMap field.
func (AccountExperienceConfiguration) ToMap ¶ added in v1.11.10
func (o AccountExperienceConfiguration) ToMap() (map[string]interface{}, error)
func (*AccountExperienceConfiguration) UnmarshalJSON ¶ added in v1.11.10
func (o *AccountExperienceConfiguration) UnmarshalJSON(data []byte) (err error)
type AccountExperienceThemeVariables ¶ added in v1.11.10
type AccountExperienceThemeVariables struct {
Accent *string `json:"accent,omitempty"`
BgDefault *string `json:"bg-default,omitempty"`
BorderRadiusBranding *string `json:"border-radius-branding,omitempty"`
BorderRadiusButtons *string `json:"border-radius-buttons,omitempty"`
BorderRadiusCards *string `json:"border-radius-cards,omitempty"`
BorderRadiusForms *string `json:"border-radius-forms,omitempty"`
BorderRadiusGeneral *string `json:"border-radius-general,omitempty"`
ButtonPrimaryBgDefault *string `json:"button-primary-bg-default,omitempty"`
ButtonPrimaryBgDisabled *string `json:"button-primary-bg-disabled,omitempty"`
ButtonPrimaryBgHover *string `json:"button-primary-bg-hover,omitempty"`
ButtonPrimaryBorderDefault *string `json:"button-primary-border-default,omitempty"`
ButtonPrimaryBorderDisabled *string `json:"button-primary-border-disabled,omitempty"`
ButtonPrimaryBorderHover *string `json:"button-primary-border-hover,omitempty"`
ButtonPrimaryFgDefault *string `json:"button-primary-fg-default,omitempty"`
ButtonPrimaryFgDisabled *string `json:"button-primary-fg-disabled,omitempty"`
ButtonPrimaryFgHover *string `json:"button-primary-fg-hover,omitempty"`
ButtonSecondaryBgDefault *string `json:"button-secondary-bg-default,omitempty"`
ButtonSecondaryBgDisabled *string `json:"button-secondary-bg-disabled,omitempty"`
ButtonSecondaryBgHover *string `json:"button-secondary-bg-hover,omitempty"`
ButtonSecondaryBorderDefault *string `json:"button-secondary-border-default,omitempty"`
ButtonSecondaryBorderDisabled *string `json:"button-secondary-border-disabled,omitempty"`
ButtonSecondaryBorderHover *string `json:"button-secondary-border-hover,omitempty"`
ButtonSecondaryFgDefault *string `json:"button-secondary-fg-default,omitempty"`
ButtonSecondaryFgDisabled *string `json:"button-secondary-fg-disabled,omitempty"`
ButtonSecondaryFgHover *string `json:"button-secondary-fg-hover,omitempty"`
ButtonSocialBgDefault *string `json:"button-social-bg-default,omitempty"`
ButtonSocialBgDisabled *string `json:"button-social-bg-disabled,omitempty"`
ButtonSocialBgHover *string `json:"button-social-bg-hover,omitempty"`
ButtonSocialBgProvider *string `json:"button-social-bg-provider,omitempty"`
ButtonSocialBorderDefault *string `json:"button-social-border-default,omitempty"`
ButtonSocialBorderDisabled *string `json:"button-social-border-disabled,omitempty"`
ButtonSocialBorderHover *string `json:"button-social-border-hover,omitempty"`
ButtonSocialBorderProvider *string `json:"button-social-border-provider,omitempty"`
ButtonSocialFgDefault *string `json:"button-social-fg-default,omitempty"`
ButtonSocialFgDisabled *string `json:"button-social-fg-disabled,omitempty"`
ButtonSocialFgHover *string `json:"button-social-fg-hover,omitempty"`
ButtonSocialFgProvider *string `json:"button-social-fg-provider,omitempty"`
CreatedAt *time.Time `json:"created_at,omitempty"`
DialogBgDefault *string `json:"dialog-bg-default,omitempty"`
DialogBgSubtle *string `json:"dialog-bg-subtle,omitempty"`
DialogBorderDefault *string `json:"dialog-border-default,omitempty"`
DialogFgDefault *string `json:"dialog-fg-default,omitempty"`
DialogFgMute *string `json:"dialog-fg-mute,omitempty"`
DialogFgSubtle *string `json:"dialog-fg-subtle,omitempty"`
FormsBgDefault *string `json:"forms-bg-default,omitempty"`
FormsBgDisabled *string `json:"forms-bg-disabled,omitempty"`
FormsBgHover *string `json:"forms-bg-hover,omitempty"`
FormsBorderDefault *string `json:"forms-border-default,omitempty"`
FormsBorderDisabled *string `json:"forms-border-disabled,omitempty"`
FormsBorderError *string `json:"forms-border-error,omitempty"`
FormsBorderFocus *string `json:"forms-border-focus,omitempty"`
FormsBorderHover *string `json:"forms-border-hover,omitempty"`
FormsBorderSuccess *string `json:"forms-border-success,omitempty"`
FormsBorderWarn *string `json:"forms-border-warn,omitempty"`
FormsCheckboxBgChecked *string `json:"forms-checkbox-bg-checked,omitempty"`
FormsCheckboxBgDefault *string `json:"forms-checkbox-bg-default,omitempty"`
FormsCheckboxBorderChecked *string `json:"forms-checkbox-border-checked,omitempty"`
FormsCheckboxBorderDefault *string `json:"forms-checkbox-border-default,omitempty"`
FormsCheckboxFgChecked *string `json:"forms-checkbox-fg-checked,omitempty"`
FormsCheckboxFgDefault *string `json:"forms-checkbox-fg-default,omitempty"`
FormsFgDefault *string `json:"forms-fg-default,omitempty"`
FormsFgError *string `json:"forms-fg-error,omitempty"`
FormsFgMute *string `json:"forms-fg-mute,omitempty"`
FormsFgSubtle *string `json:"forms-fg-subtle,omitempty"`
FormsFgSuccess *string `json:"forms-fg-success,omitempty"`
FormsFgWarn *string `json:"forms-fg-warn,omitempty"`
FormsRadioBgChecked *string `json:"forms-radio-bg-checked,omitempty"`
FormsRadioBgDefault *string `json:"forms-radio-bg-default,omitempty"`
FormsRadioBorderChecked *string `json:"forms-radio-border-checked,omitempty"`
FormsRadioBorderDefault *string `json:"forms-radio-border-default,omitempty"`
FormsRadioFgChecked *string `json:"forms-radio-fg-checked,omitempty"`
FormsRadioFgDefault *string `json:"forms-radio-fg-default,omitempty"`
FormsToggleBgChecked *string `json:"forms-toggle-bg-checked,omitempty"`
FormsToggleBgDefault *string `json:"forms-toggle-bg-default,omitempty"`
FormsToggleBorderChecked *string `json:"forms-toggle-border-checked,omitempty"`
FormsToggleBorderDefault *string `json:"forms-toggle-border-default,omitempty"`
FormsToggleFgChecked *string `json:"forms-toggle-fg-checked,omitempty"`
FormsToggleFgDefault *string `json:"forms-toggle-fg-default,omitempty"`
Id *string `json:"id,omitempty"`
LinksLinkDefault *string `json:"links-link-default,omitempty"`
LinksLinkDisabled *string `json:"links-link-disabled,omitempty"`
LinksLinkHover *string `json:"links-link-hover,omitempty"`
LinksLinkInvertedDefault *string `json:"links-link-inverted-default,omitempty"`
LinksLinkInvertedHover *string `json:"links-link-inverted-hover,omitempty"`
LinksLinkMuteDefault *string `json:"links-link-mute-default,omitempty"`
LinksLinkMuteHover *string `json:"links-link-mute-hover,omitempty"`
SyntaxSyntax *string `json:"syntax-syntax,omitempty"`
SyntaxSyntaxKey *string `json:"syntax-syntax-key,omitempty"`
SyntaxSyntaxNum *string `json:"syntax-syntax-num,omitempty"`
SyntaxSyntaxValue *string `json:"syntax-syntax-value,omitempty"`
UpdatedAt *time.Time `json:"updated_at,omitempty"`
AdditionalProperties map[string]interface{}
}
AccountExperienceThemeVariables struct for AccountExperienceThemeVariables
func NewAccountExperienceThemeVariables ¶ added in v1.11.10
func NewAccountExperienceThemeVariables() *AccountExperienceThemeVariables
NewAccountExperienceThemeVariables instantiates a new AccountExperienceThemeVariables 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 NewAccountExperienceThemeVariablesWithDefaults ¶ added in v1.11.10
func NewAccountExperienceThemeVariablesWithDefaults() *AccountExperienceThemeVariables
NewAccountExperienceThemeVariablesWithDefaults instantiates a new AccountExperienceThemeVariables 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 (*AccountExperienceThemeVariables) GetAccent ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetAccent() string
GetAccent returns the Accent field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetAccentOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetAccentOk() (*string, bool)
GetAccentOk returns a tuple with the Accent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetBgDefault() string
GetBgDefault returns the BgDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetBgDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetBgDefaultOk() (*string, bool)
GetBgDefaultOk returns a tuple with the BgDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetBorderRadiusBranding ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetBorderRadiusBranding() string
GetBorderRadiusBranding returns the BorderRadiusBranding field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetBorderRadiusBrandingOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetBorderRadiusBrandingOk() (*string, bool)
GetBorderRadiusBrandingOk returns a tuple with the BorderRadiusBranding field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetBorderRadiusButtons ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetBorderRadiusButtons() string
GetBorderRadiusButtons returns the BorderRadiusButtons field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetBorderRadiusButtonsOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetBorderRadiusButtonsOk() (*string, bool)
GetBorderRadiusButtonsOk returns a tuple with the BorderRadiusButtons field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetBorderRadiusCards ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetBorderRadiusCards() string
GetBorderRadiusCards returns the BorderRadiusCards field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetBorderRadiusCardsOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetBorderRadiusCardsOk() (*string, bool)
GetBorderRadiusCardsOk returns a tuple with the BorderRadiusCards field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetBorderRadiusForms ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetBorderRadiusForms() string
GetBorderRadiusForms returns the BorderRadiusForms field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetBorderRadiusFormsOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetBorderRadiusFormsOk() (*string, bool)
GetBorderRadiusFormsOk returns a tuple with the BorderRadiusForms field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetBorderRadiusGeneral ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetBorderRadiusGeneral() string
GetBorderRadiusGeneral returns the BorderRadiusGeneral field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetBorderRadiusGeneralOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetBorderRadiusGeneralOk() (*string, bool)
GetBorderRadiusGeneralOk returns a tuple with the BorderRadiusGeneral field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonPrimaryBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonPrimaryBgDefault() string
GetButtonPrimaryBgDefault returns the ButtonPrimaryBgDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonPrimaryBgDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonPrimaryBgDefaultOk() (*string, bool)
GetButtonPrimaryBgDefaultOk returns a tuple with the ButtonPrimaryBgDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonPrimaryBgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonPrimaryBgDisabled() string
GetButtonPrimaryBgDisabled returns the ButtonPrimaryBgDisabled field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonPrimaryBgDisabledOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonPrimaryBgDisabledOk() (*string, bool)
GetButtonPrimaryBgDisabledOk returns a tuple with the ButtonPrimaryBgDisabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonPrimaryBgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonPrimaryBgHover() string
GetButtonPrimaryBgHover returns the ButtonPrimaryBgHover field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonPrimaryBgHoverOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonPrimaryBgHoverOk() (*string, bool)
GetButtonPrimaryBgHoverOk returns a tuple with the ButtonPrimaryBgHover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonPrimaryBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonPrimaryBorderDefault() string
GetButtonPrimaryBorderDefault returns the ButtonPrimaryBorderDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonPrimaryBorderDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonPrimaryBorderDefaultOk() (*string, bool)
GetButtonPrimaryBorderDefaultOk returns a tuple with the ButtonPrimaryBorderDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonPrimaryBorderDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonPrimaryBorderDisabled() string
GetButtonPrimaryBorderDisabled returns the ButtonPrimaryBorderDisabled field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonPrimaryBorderDisabledOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonPrimaryBorderDisabledOk() (*string, bool)
GetButtonPrimaryBorderDisabledOk returns a tuple with the ButtonPrimaryBorderDisabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonPrimaryBorderHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonPrimaryBorderHover() string
GetButtonPrimaryBorderHover returns the ButtonPrimaryBorderHover field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonPrimaryBorderHoverOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonPrimaryBorderHoverOk() (*string, bool)
GetButtonPrimaryBorderHoverOk returns a tuple with the ButtonPrimaryBorderHover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonPrimaryFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonPrimaryFgDefault() string
GetButtonPrimaryFgDefault returns the ButtonPrimaryFgDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonPrimaryFgDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonPrimaryFgDefaultOk() (*string, bool)
GetButtonPrimaryFgDefaultOk returns a tuple with the ButtonPrimaryFgDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonPrimaryFgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonPrimaryFgDisabled() string
GetButtonPrimaryFgDisabled returns the ButtonPrimaryFgDisabled field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonPrimaryFgDisabledOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonPrimaryFgDisabledOk() (*string, bool)
GetButtonPrimaryFgDisabledOk returns a tuple with the ButtonPrimaryFgDisabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonPrimaryFgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonPrimaryFgHover() string
GetButtonPrimaryFgHover returns the ButtonPrimaryFgHover field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonPrimaryFgHoverOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonPrimaryFgHoverOk() (*string, bool)
GetButtonPrimaryFgHoverOk returns a tuple with the ButtonPrimaryFgHover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSecondaryBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSecondaryBgDefault() string
GetButtonSecondaryBgDefault returns the ButtonSecondaryBgDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSecondaryBgDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSecondaryBgDefaultOk() (*string, bool)
GetButtonSecondaryBgDefaultOk returns a tuple with the ButtonSecondaryBgDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSecondaryBgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSecondaryBgDisabled() string
GetButtonSecondaryBgDisabled returns the ButtonSecondaryBgDisabled field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSecondaryBgDisabledOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSecondaryBgDisabledOk() (*string, bool)
GetButtonSecondaryBgDisabledOk returns a tuple with the ButtonSecondaryBgDisabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSecondaryBgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSecondaryBgHover() string
GetButtonSecondaryBgHover returns the ButtonSecondaryBgHover field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSecondaryBgHoverOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSecondaryBgHoverOk() (*string, bool)
GetButtonSecondaryBgHoverOk returns a tuple with the ButtonSecondaryBgHover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSecondaryBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSecondaryBorderDefault() string
GetButtonSecondaryBorderDefault returns the ButtonSecondaryBorderDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSecondaryBorderDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSecondaryBorderDefaultOk() (*string, bool)
GetButtonSecondaryBorderDefaultOk returns a tuple with the ButtonSecondaryBorderDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSecondaryBorderDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSecondaryBorderDisabled() string
GetButtonSecondaryBorderDisabled returns the ButtonSecondaryBorderDisabled field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSecondaryBorderDisabledOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSecondaryBorderDisabledOk() (*string, bool)
GetButtonSecondaryBorderDisabledOk returns a tuple with the ButtonSecondaryBorderDisabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSecondaryBorderHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSecondaryBorderHover() string
GetButtonSecondaryBorderHover returns the ButtonSecondaryBorderHover field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSecondaryBorderHoverOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSecondaryBorderHoverOk() (*string, bool)
GetButtonSecondaryBorderHoverOk returns a tuple with the ButtonSecondaryBorderHover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSecondaryFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSecondaryFgDefault() string
GetButtonSecondaryFgDefault returns the ButtonSecondaryFgDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSecondaryFgDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSecondaryFgDefaultOk() (*string, bool)
GetButtonSecondaryFgDefaultOk returns a tuple with the ButtonSecondaryFgDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSecondaryFgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSecondaryFgDisabled() string
GetButtonSecondaryFgDisabled returns the ButtonSecondaryFgDisabled field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSecondaryFgDisabledOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSecondaryFgDisabledOk() (*string, bool)
GetButtonSecondaryFgDisabledOk returns a tuple with the ButtonSecondaryFgDisabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSecondaryFgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSecondaryFgHover() string
GetButtonSecondaryFgHover returns the ButtonSecondaryFgHover field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSecondaryFgHoverOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSecondaryFgHoverOk() (*string, bool)
GetButtonSecondaryFgHoverOk returns a tuple with the ButtonSecondaryFgHover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSocialBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialBgDefault() string
GetButtonSocialBgDefault returns the ButtonSocialBgDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSocialBgDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialBgDefaultOk() (*string, bool)
GetButtonSocialBgDefaultOk returns a tuple with the ButtonSocialBgDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSocialBgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialBgDisabled() string
GetButtonSocialBgDisabled returns the ButtonSocialBgDisabled field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSocialBgDisabledOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialBgDisabledOk() (*string, bool)
GetButtonSocialBgDisabledOk returns a tuple with the ButtonSocialBgDisabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSocialBgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialBgHover() string
GetButtonSocialBgHover returns the ButtonSocialBgHover field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSocialBgHoverOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialBgHoverOk() (*string, bool)
GetButtonSocialBgHoverOk returns a tuple with the ButtonSocialBgHover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSocialBgProvider ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialBgProvider() string
GetButtonSocialBgProvider returns the ButtonSocialBgProvider field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSocialBgProviderOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialBgProviderOk() (*string, bool)
GetButtonSocialBgProviderOk returns a tuple with the ButtonSocialBgProvider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSocialBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialBorderDefault() string
GetButtonSocialBorderDefault returns the ButtonSocialBorderDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSocialBorderDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialBorderDefaultOk() (*string, bool)
GetButtonSocialBorderDefaultOk returns a tuple with the ButtonSocialBorderDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSocialBorderDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialBorderDisabled() string
GetButtonSocialBorderDisabled returns the ButtonSocialBorderDisabled field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSocialBorderDisabledOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialBorderDisabledOk() (*string, bool)
GetButtonSocialBorderDisabledOk returns a tuple with the ButtonSocialBorderDisabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSocialBorderHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialBorderHover() string
GetButtonSocialBorderHover returns the ButtonSocialBorderHover field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSocialBorderHoverOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialBorderHoverOk() (*string, bool)
GetButtonSocialBorderHoverOk returns a tuple with the ButtonSocialBorderHover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSocialBorderProvider ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialBorderProvider() string
GetButtonSocialBorderProvider returns the ButtonSocialBorderProvider field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSocialBorderProviderOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialBorderProviderOk() (*string, bool)
GetButtonSocialBorderProviderOk returns a tuple with the ButtonSocialBorderProvider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSocialFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialFgDefault() string
GetButtonSocialFgDefault returns the ButtonSocialFgDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSocialFgDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialFgDefaultOk() (*string, bool)
GetButtonSocialFgDefaultOk returns a tuple with the ButtonSocialFgDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSocialFgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialFgDisabled() string
GetButtonSocialFgDisabled returns the ButtonSocialFgDisabled field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSocialFgDisabledOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialFgDisabledOk() (*string, bool)
GetButtonSocialFgDisabledOk returns a tuple with the ButtonSocialFgDisabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSocialFgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialFgHover() string
GetButtonSocialFgHover returns the ButtonSocialFgHover field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSocialFgHoverOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialFgHoverOk() (*string, bool)
GetButtonSocialFgHoverOk returns a tuple with the ButtonSocialFgHover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetButtonSocialFgProvider ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialFgProvider() string
GetButtonSocialFgProvider returns the ButtonSocialFgProvider field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetButtonSocialFgProviderOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetButtonSocialFgProviderOk() (*string, bool)
GetButtonSocialFgProviderOk returns a tuple with the ButtonSocialFgProvider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetCreatedAt ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetCreatedAtOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetDialogBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetDialogBgDefault() string
GetDialogBgDefault returns the DialogBgDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetDialogBgDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetDialogBgDefaultOk() (*string, bool)
GetDialogBgDefaultOk returns a tuple with the DialogBgDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetDialogBgSubtle ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetDialogBgSubtle() string
GetDialogBgSubtle returns the DialogBgSubtle field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetDialogBgSubtleOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetDialogBgSubtleOk() (*string, bool)
GetDialogBgSubtleOk returns a tuple with the DialogBgSubtle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetDialogBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetDialogBorderDefault() string
GetDialogBorderDefault returns the DialogBorderDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetDialogBorderDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetDialogBorderDefaultOk() (*string, bool)
GetDialogBorderDefaultOk returns a tuple with the DialogBorderDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetDialogFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetDialogFgDefault() string
GetDialogFgDefault returns the DialogFgDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetDialogFgDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetDialogFgDefaultOk() (*string, bool)
GetDialogFgDefaultOk returns a tuple with the DialogFgDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetDialogFgMute ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetDialogFgMute() string
GetDialogFgMute returns the DialogFgMute field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetDialogFgMuteOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetDialogFgMuteOk() (*string, bool)
GetDialogFgMuteOk returns a tuple with the DialogFgMute field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetDialogFgSubtle ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetDialogFgSubtle() string
GetDialogFgSubtle returns the DialogFgSubtle field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetDialogFgSubtleOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetDialogFgSubtleOk() (*string, bool)
GetDialogFgSubtleOk returns a tuple with the DialogFgSubtle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBgDefault() string
GetFormsBgDefault returns the FormsBgDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsBgDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBgDefaultOk() (*string, bool)
GetFormsBgDefaultOk returns a tuple with the FormsBgDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsBgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBgDisabled() string
GetFormsBgDisabled returns the FormsBgDisabled field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsBgDisabledOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBgDisabledOk() (*string, bool)
GetFormsBgDisabledOk returns a tuple with the FormsBgDisabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsBgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBgHover() string
GetFormsBgHover returns the FormsBgHover field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsBgHoverOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBgHoverOk() (*string, bool)
GetFormsBgHoverOk returns a tuple with the FormsBgHover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBorderDefault() string
GetFormsBorderDefault returns the FormsBorderDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsBorderDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBorderDefaultOk() (*string, bool)
GetFormsBorderDefaultOk returns a tuple with the FormsBorderDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsBorderDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBorderDisabled() string
GetFormsBorderDisabled returns the FormsBorderDisabled field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsBorderDisabledOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBorderDisabledOk() (*string, bool)
GetFormsBorderDisabledOk returns a tuple with the FormsBorderDisabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsBorderError ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBorderError() string
GetFormsBorderError returns the FormsBorderError field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsBorderErrorOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBorderErrorOk() (*string, bool)
GetFormsBorderErrorOk returns a tuple with the FormsBorderError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsBorderFocus ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBorderFocus() string
GetFormsBorderFocus returns the FormsBorderFocus field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsBorderFocusOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBorderFocusOk() (*string, bool)
GetFormsBorderFocusOk returns a tuple with the FormsBorderFocus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsBorderHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBorderHover() string
GetFormsBorderHover returns the FormsBorderHover field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsBorderHoverOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBorderHoverOk() (*string, bool)
GetFormsBorderHoverOk returns a tuple with the FormsBorderHover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsBorderSuccess ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBorderSuccess() string
GetFormsBorderSuccess returns the FormsBorderSuccess field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsBorderSuccessOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBorderSuccessOk() (*string, bool)
GetFormsBorderSuccessOk returns a tuple with the FormsBorderSuccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsBorderWarn ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBorderWarn() string
GetFormsBorderWarn returns the FormsBorderWarn field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsBorderWarnOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsBorderWarnOk() (*string, bool)
GetFormsBorderWarnOk returns a tuple with the FormsBorderWarn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsCheckboxBgChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsCheckboxBgChecked() string
GetFormsCheckboxBgChecked returns the FormsCheckboxBgChecked field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsCheckboxBgCheckedOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsCheckboxBgCheckedOk() (*string, bool)
GetFormsCheckboxBgCheckedOk returns a tuple with the FormsCheckboxBgChecked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsCheckboxBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsCheckboxBgDefault() string
GetFormsCheckboxBgDefault returns the FormsCheckboxBgDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsCheckboxBgDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsCheckboxBgDefaultOk() (*string, bool)
GetFormsCheckboxBgDefaultOk returns a tuple with the FormsCheckboxBgDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsCheckboxBorderChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsCheckboxBorderChecked() string
GetFormsCheckboxBorderChecked returns the FormsCheckboxBorderChecked field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsCheckboxBorderCheckedOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsCheckboxBorderCheckedOk() (*string, bool)
GetFormsCheckboxBorderCheckedOk returns a tuple with the FormsCheckboxBorderChecked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsCheckboxBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsCheckboxBorderDefault() string
GetFormsCheckboxBorderDefault returns the FormsCheckboxBorderDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsCheckboxBorderDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsCheckboxBorderDefaultOk() (*string, bool)
GetFormsCheckboxBorderDefaultOk returns a tuple with the FormsCheckboxBorderDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsCheckboxFgChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsCheckboxFgChecked() string
GetFormsCheckboxFgChecked returns the FormsCheckboxFgChecked field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsCheckboxFgCheckedOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsCheckboxFgCheckedOk() (*string, bool)
GetFormsCheckboxFgCheckedOk returns a tuple with the FormsCheckboxFgChecked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsCheckboxFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsCheckboxFgDefault() string
GetFormsCheckboxFgDefault returns the FormsCheckboxFgDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsCheckboxFgDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsCheckboxFgDefaultOk() (*string, bool)
GetFormsCheckboxFgDefaultOk returns a tuple with the FormsCheckboxFgDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsFgDefault() string
GetFormsFgDefault returns the FormsFgDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsFgDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsFgDefaultOk() (*string, bool)
GetFormsFgDefaultOk returns a tuple with the FormsFgDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsFgError ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsFgError() string
GetFormsFgError returns the FormsFgError field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsFgErrorOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsFgErrorOk() (*string, bool)
GetFormsFgErrorOk returns a tuple with the FormsFgError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsFgMute ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsFgMute() string
GetFormsFgMute returns the FormsFgMute field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsFgMuteOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsFgMuteOk() (*string, bool)
GetFormsFgMuteOk returns a tuple with the FormsFgMute field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsFgSubtle ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsFgSubtle() string
GetFormsFgSubtle returns the FormsFgSubtle field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsFgSubtleOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsFgSubtleOk() (*string, bool)
GetFormsFgSubtleOk returns a tuple with the FormsFgSubtle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsFgSuccess ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsFgSuccess() string
GetFormsFgSuccess returns the FormsFgSuccess field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsFgSuccessOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsFgSuccessOk() (*string, bool)
GetFormsFgSuccessOk returns a tuple with the FormsFgSuccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsFgWarn ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsFgWarn() string
GetFormsFgWarn returns the FormsFgWarn field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsFgWarnOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsFgWarnOk() (*string, bool)
GetFormsFgWarnOk returns a tuple with the FormsFgWarn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsRadioBgChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsRadioBgChecked() string
GetFormsRadioBgChecked returns the FormsRadioBgChecked field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsRadioBgCheckedOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsRadioBgCheckedOk() (*string, bool)
GetFormsRadioBgCheckedOk returns a tuple with the FormsRadioBgChecked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsRadioBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsRadioBgDefault() string
GetFormsRadioBgDefault returns the FormsRadioBgDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsRadioBgDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsRadioBgDefaultOk() (*string, bool)
GetFormsRadioBgDefaultOk returns a tuple with the FormsRadioBgDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsRadioBorderChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsRadioBorderChecked() string
GetFormsRadioBorderChecked returns the FormsRadioBorderChecked field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsRadioBorderCheckedOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsRadioBorderCheckedOk() (*string, bool)
GetFormsRadioBorderCheckedOk returns a tuple with the FormsRadioBorderChecked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsRadioBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsRadioBorderDefault() string
GetFormsRadioBorderDefault returns the FormsRadioBorderDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsRadioBorderDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsRadioBorderDefaultOk() (*string, bool)
GetFormsRadioBorderDefaultOk returns a tuple with the FormsRadioBorderDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsRadioFgChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsRadioFgChecked() string
GetFormsRadioFgChecked returns the FormsRadioFgChecked field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsRadioFgCheckedOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsRadioFgCheckedOk() (*string, bool)
GetFormsRadioFgCheckedOk returns a tuple with the FormsRadioFgChecked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsRadioFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsRadioFgDefault() string
GetFormsRadioFgDefault returns the FormsRadioFgDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsRadioFgDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsRadioFgDefaultOk() (*string, bool)
GetFormsRadioFgDefaultOk returns a tuple with the FormsRadioFgDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsToggleBgChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsToggleBgChecked() string
GetFormsToggleBgChecked returns the FormsToggleBgChecked field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsToggleBgCheckedOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsToggleBgCheckedOk() (*string, bool)
GetFormsToggleBgCheckedOk returns a tuple with the FormsToggleBgChecked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsToggleBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsToggleBgDefault() string
GetFormsToggleBgDefault returns the FormsToggleBgDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsToggleBgDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsToggleBgDefaultOk() (*string, bool)
GetFormsToggleBgDefaultOk returns a tuple with the FormsToggleBgDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsToggleBorderChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsToggleBorderChecked() string
GetFormsToggleBorderChecked returns the FormsToggleBorderChecked field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsToggleBorderCheckedOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsToggleBorderCheckedOk() (*string, bool)
GetFormsToggleBorderCheckedOk returns a tuple with the FormsToggleBorderChecked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsToggleBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsToggleBorderDefault() string
GetFormsToggleBorderDefault returns the FormsToggleBorderDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsToggleBorderDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsToggleBorderDefaultOk() (*string, bool)
GetFormsToggleBorderDefaultOk returns a tuple with the FormsToggleBorderDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsToggleFgChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsToggleFgChecked() string
GetFormsToggleFgChecked returns the FormsToggleFgChecked field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsToggleFgCheckedOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsToggleFgCheckedOk() (*string, bool)
GetFormsToggleFgCheckedOk returns a tuple with the FormsToggleFgChecked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetFormsToggleFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsToggleFgDefault() string
GetFormsToggleFgDefault returns the FormsToggleFgDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetFormsToggleFgDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetFormsToggleFgDefaultOk() (*string, bool)
GetFormsToggleFgDefaultOk returns a tuple with the FormsToggleFgDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetId ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetIdOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetLinksLinkDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetLinksLinkDefault() string
GetLinksLinkDefault returns the LinksLinkDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetLinksLinkDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetLinksLinkDefaultOk() (*string, bool)
GetLinksLinkDefaultOk returns a tuple with the LinksLinkDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetLinksLinkDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetLinksLinkDisabled() string
GetLinksLinkDisabled returns the LinksLinkDisabled field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetLinksLinkDisabledOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetLinksLinkDisabledOk() (*string, bool)
GetLinksLinkDisabledOk returns a tuple with the LinksLinkDisabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetLinksLinkHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetLinksLinkHover() string
GetLinksLinkHover returns the LinksLinkHover field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetLinksLinkHoverOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetLinksLinkHoverOk() (*string, bool)
GetLinksLinkHoverOk returns a tuple with the LinksLinkHover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetLinksLinkInvertedDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetLinksLinkInvertedDefault() string
GetLinksLinkInvertedDefault returns the LinksLinkInvertedDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetLinksLinkInvertedDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetLinksLinkInvertedDefaultOk() (*string, bool)
GetLinksLinkInvertedDefaultOk returns a tuple with the LinksLinkInvertedDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetLinksLinkInvertedHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetLinksLinkInvertedHover() string
GetLinksLinkInvertedHover returns the LinksLinkInvertedHover field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetLinksLinkInvertedHoverOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetLinksLinkInvertedHoverOk() (*string, bool)
GetLinksLinkInvertedHoverOk returns a tuple with the LinksLinkInvertedHover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetLinksLinkMuteDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetLinksLinkMuteDefault() string
GetLinksLinkMuteDefault returns the LinksLinkMuteDefault field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetLinksLinkMuteDefaultOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetLinksLinkMuteDefaultOk() (*string, bool)
GetLinksLinkMuteDefaultOk returns a tuple with the LinksLinkMuteDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetLinksLinkMuteHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetLinksLinkMuteHover() string
GetLinksLinkMuteHover returns the LinksLinkMuteHover field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetLinksLinkMuteHoverOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetLinksLinkMuteHoverOk() (*string, bool)
GetLinksLinkMuteHoverOk returns a tuple with the LinksLinkMuteHover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetSyntaxSyntax ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetSyntaxSyntax() string
GetSyntaxSyntax returns the SyntaxSyntax field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetSyntaxSyntaxKey ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetSyntaxSyntaxKey() string
GetSyntaxSyntaxKey returns the SyntaxSyntaxKey field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetSyntaxSyntaxKeyOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetSyntaxSyntaxKeyOk() (*string, bool)
GetSyntaxSyntaxKeyOk returns a tuple with the SyntaxSyntaxKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetSyntaxSyntaxNum ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetSyntaxSyntaxNum() string
GetSyntaxSyntaxNum returns the SyntaxSyntaxNum field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetSyntaxSyntaxNumOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetSyntaxSyntaxNumOk() (*string, bool)
GetSyntaxSyntaxNumOk returns a tuple with the SyntaxSyntaxNum field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetSyntaxSyntaxOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetSyntaxSyntaxOk() (*string, bool)
GetSyntaxSyntaxOk returns a tuple with the SyntaxSyntax field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetSyntaxSyntaxValue ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetSyntaxSyntaxValue() string
GetSyntaxSyntaxValue returns the SyntaxSyntaxValue field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetSyntaxSyntaxValueOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetSyntaxSyntaxValueOk() (*string, bool)
GetSyntaxSyntaxValueOk returns a tuple with the SyntaxSyntaxValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) GetUpdatedAt ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*AccountExperienceThemeVariables) GetUpdatedAtOk ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountExperienceThemeVariables) HasAccent ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasAccent() bool
HasAccent returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasBgDefault() bool
HasBgDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasBorderRadiusBranding ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasBorderRadiusBranding() bool
HasBorderRadiusBranding returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasBorderRadiusButtons ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasBorderRadiusButtons() bool
HasBorderRadiusButtons returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasBorderRadiusCards ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasBorderRadiusCards() bool
HasBorderRadiusCards returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasBorderRadiusForms ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasBorderRadiusForms() bool
HasBorderRadiusForms returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasBorderRadiusGeneral ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasBorderRadiusGeneral() bool
HasBorderRadiusGeneral returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonPrimaryBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonPrimaryBgDefault() bool
HasButtonPrimaryBgDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonPrimaryBgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonPrimaryBgDisabled() bool
HasButtonPrimaryBgDisabled returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonPrimaryBgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonPrimaryBgHover() bool
HasButtonPrimaryBgHover returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonPrimaryBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonPrimaryBorderDefault() bool
HasButtonPrimaryBorderDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonPrimaryBorderDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonPrimaryBorderDisabled() bool
HasButtonPrimaryBorderDisabled returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonPrimaryBorderHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonPrimaryBorderHover() bool
HasButtonPrimaryBorderHover returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonPrimaryFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonPrimaryFgDefault() bool
HasButtonPrimaryFgDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonPrimaryFgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonPrimaryFgDisabled() bool
HasButtonPrimaryFgDisabled returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonPrimaryFgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonPrimaryFgHover() bool
HasButtonPrimaryFgHover returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSecondaryBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSecondaryBgDefault() bool
HasButtonSecondaryBgDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSecondaryBgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSecondaryBgDisabled() bool
HasButtonSecondaryBgDisabled returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSecondaryBgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSecondaryBgHover() bool
HasButtonSecondaryBgHover returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSecondaryBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSecondaryBorderDefault() bool
HasButtonSecondaryBorderDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSecondaryBorderDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSecondaryBorderDisabled() bool
HasButtonSecondaryBorderDisabled returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSecondaryBorderHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSecondaryBorderHover() bool
HasButtonSecondaryBorderHover returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSecondaryFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSecondaryFgDefault() bool
HasButtonSecondaryFgDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSecondaryFgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSecondaryFgDisabled() bool
HasButtonSecondaryFgDisabled returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSecondaryFgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSecondaryFgHover() bool
HasButtonSecondaryFgHover returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSocialBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSocialBgDefault() bool
HasButtonSocialBgDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSocialBgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSocialBgDisabled() bool
HasButtonSocialBgDisabled returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSocialBgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSocialBgHover() bool
HasButtonSocialBgHover returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSocialBgProvider ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSocialBgProvider() bool
HasButtonSocialBgProvider returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSocialBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSocialBorderDefault() bool
HasButtonSocialBorderDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSocialBorderDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSocialBorderDisabled() bool
HasButtonSocialBorderDisabled returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSocialBorderHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSocialBorderHover() bool
HasButtonSocialBorderHover returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSocialBorderProvider ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSocialBorderProvider() bool
HasButtonSocialBorderProvider returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSocialFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSocialFgDefault() bool
HasButtonSocialFgDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSocialFgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSocialFgDisabled() bool
HasButtonSocialFgDisabled returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSocialFgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSocialFgHover() bool
HasButtonSocialFgHover returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasButtonSocialFgProvider ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasButtonSocialFgProvider() bool
HasButtonSocialFgProvider returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasCreatedAt ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasDialogBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasDialogBgDefault() bool
HasDialogBgDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasDialogBgSubtle ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasDialogBgSubtle() bool
HasDialogBgSubtle returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasDialogBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasDialogBorderDefault() bool
HasDialogBorderDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasDialogFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasDialogFgDefault() bool
HasDialogFgDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasDialogFgMute ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasDialogFgMute() bool
HasDialogFgMute returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasDialogFgSubtle ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasDialogFgSubtle() bool
HasDialogFgSubtle returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsBgDefault() bool
HasFormsBgDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsBgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsBgDisabled() bool
HasFormsBgDisabled returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsBgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsBgHover() bool
HasFormsBgHover returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsBorderDefault() bool
HasFormsBorderDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsBorderDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsBorderDisabled() bool
HasFormsBorderDisabled returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsBorderError ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsBorderError() bool
HasFormsBorderError returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsBorderFocus ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsBorderFocus() bool
HasFormsBorderFocus returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsBorderHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsBorderHover() bool
HasFormsBorderHover returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsBorderSuccess ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsBorderSuccess() bool
HasFormsBorderSuccess returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsBorderWarn ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsBorderWarn() bool
HasFormsBorderWarn returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsCheckboxBgChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsCheckboxBgChecked() bool
HasFormsCheckboxBgChecked returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsCheckboxBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsCheckboxBgDefault() bool
HasFormsCheckboxBgDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsCheckboxBorderChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsCheckboxBorderChecked() bool
HasFormsCheckboxBorderChecked returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsCheckboxBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsCheckboxBorderDefault() bool
HasFormsCheckboxBorderDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsCheckboxFgChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsCheckboxFgChecked() bool
HasFormsCheckboxFgChecked returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsCheckboxFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsCheckboxFgDefault() bool
HasFormsCheckboxFgDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsFgDefault() bool
HasFormsFgDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsFgError ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsFgError() bool
HasFormsFgError returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsFgMute ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsFgMute() bool
HasFormsFgMute returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsFgSubtle ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsFgSubtle() bool
HasFormsFgSubtle returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsFgSuccess ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsFgSuccess() bool
HasFormsFgSuccess returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsFgWarn ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsFgWarn() bool
HasFormsFgWarn returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsRadioBgChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsRadioBgChecked() bool
HasFormsRadioBgChecked returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsRadioBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsRadioBgDefault() bool
HasFormsRadioBgDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsRadioBorderChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsRadioBorderChecked() bool
HasFormsRadioBorderChecked returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsRadioBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsRadioBorderDefault() bool
HasFormsRadioBorderDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsRadioFgChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsRadioFgChecked() bool
HasFormsRadioFgChecked returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsRadioFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsRadioFgDefault() bool
HasFormsRadioFgDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsToggleBgChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsToggleBgChecked() bool
HasFormsToggleBgChecked returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsToggleBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsToggleBgDefault() bool
HasFormsToggleBgDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsToggleBorderChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsToggleBorderChecked() bool
HasFormsToggleBorderChecked returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsToggleBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsToggleBorderDefault() bool
HasFormsToggleBorderDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsToggleFgChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsToggleFgChecked() bool
HasFormsToggleFgChecked returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasFormsToggleFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasFormsToggleFgDefault() bool
HasFormsToggleFgDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasId ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasId() bool
HasId returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasLinksLinkDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasLinksLinkDefault() bool
HasLinksLinkDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasLinksLinkDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasLinksLinkDisabled() bool
HasLinksLinkDisabled returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasLinksLinkHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasLinksLinkHover() bool
HasLinksLinkHover returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasLinksLinkInvertedDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasLinksLinkInvertedDefault() bool
HasLinksLinkInvertedDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasLinksLinkInvertedHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasLinksLinkInvertedHover() bool
HasLinksLinkInvertedHover returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasLinksLinkMuteDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasLinksLinkMuteDefault() bool
HasLinksLinkMuteDefault returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasLinksLinkMuteHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasLinksLinkMuteHover() bool
HasLinksLinkMuteHover returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasSyntaxSyntax ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasSyntaxSyntax() bool
HasSyntaxSyntax returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasSyntaxSyntaxKey ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasSyntaxSyntaxKey() bool
HasSyntaxSyntaxKey returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasSyntaxSyntaxNum ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasSyntaxSyntaxNum() bool
HasSyntaxSyntaxNum returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasSyntaxSyntaxValue ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasSyntaxSyntaxValue() bool
HasSyntaxSyntaxValue returns a boolean if a field has been set.
func (*AccountExperienceThemeVariables) HasUpdatedAt ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (AccountExperienceThemeVariables) MarshalJSON ¶ added in v1.11.10
func (o AccountExperienceThemeVariables) MarshalJSON() ([]byte, error)
func (*AccountExperienceThemeVariables) SetAccent ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetAccent(v string)
SetAccent gets a reference to the given string and assigns it to the Accent field.
func (*AccountExperienceThemeVariables) SetBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetBgDefault(v string)
SetBgDefault gets a reference to the given string and assigns it to the BgDefault field.
func (*AccountExperienceThemeVariables) SetBorderRadiusBranding ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetBorderRadiusBranding(v string)
SetBorderRadiusBranding gets a reference to the given string and assigns it to the BorderRadiusBranding field.
func (*AccountExperienceThemeVariables) SetBorderRadiusButtons ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetBorderRadiusButtons(v string)
SetBorderRadiusButtons gets a reference to the given string and assigns it to the BorderRadiusButtons field.
func (*AccountExperienceThemeVariables) SetBorderRadiusCards ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetBorderRadiusCards(v string)
SetBorderRadiusCards gets a reference to the given string and assigns it to the BorderRadiusCards field.
func (*AccountExperienceThemeVariables) SetBorderRadiusForms ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetBorderRadiusForms(v string)
SetBorderRadiusForms gets a reference to the given string and assigns it to the BorderRadiusForms field.
func (*AccountExperienceThemeVariables) SetBorderRadiusGeneral ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetBorderRadiusGeneral(v string)
SetBorderRadiusGeneral gets a reference to the given string and assigns it to the BorderRadiusGeneral field.
func (*AccountExperienceThemeVariables) SetButtonPrimaryBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonPrimaryBgDefault(v string)
SetButtonPrimaryBgDefault gets a reference to the given string and assigns it to the ButtonPrimaryBgDefault field.
func (*AccountExperienceThemeVariables) SetButtonPrimaryBgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonPrimaryBgDisabled(v string)
SetButtonPrimaryBgDisabled gets a reference to the given string and assigns it to the ButtonPrimaryBgDisabled field.
func (*AccountExperienceThemeVariables) SetButtonPrimaryBgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonPrimaryBgHover(v string)
SetButtonPrimaryBgHover gets a reference to the given string and assigns it to the ButtonPrimaryBgHover field.
func (*AccountExperienceThemeVariables) SetButtonPrimaryBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonPrimaryBorderDefault(v string)
SetButtonPrimaryBorderDefault gets a reference to the given string and assigns it to the ButtonPrimaryBorderDefault field.
func (*AccountExperienceThemeVariables) SetButtonPrimaryBorderDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonPrimaryBorderDisabled(v string)
SetButtonPrimaryBorderDisabled gets a reference to the given string and assigns it to the ButtonPrimaryBorderDisabled field.
func (*AccountExperienceThemeVariables) SetButtonPrimaryBorderHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonPrimaryBorderHover(v string)
SetButtonPrimaryBorderHover gets a reference to the given string and assigns it to the ButtonPrimaryBorderHover field.
func (*AccountExperienceThemeVariables) SetButtonPrimaryFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonPrimaryFgDefault(v string)
SetButtonPrimaryFgDefault gets a reference to the given string and assigns it to the ButtonPrimaryFgDefault field.
func (*AccountExperienceThemeVariables) SetButtonPrimaryFgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonPrimaryFgDisabled(v string)
SetButtonPrimaryFgDisabled gets a reference to the given string and assigns it to the ButtonPrimaryFgDisabled field.
func (*AccountExperienceThemeVariables) SetButtonPrimaryFgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonPrimaryFgHover(v string)
SetButtonPrimaryFgHover gets a reference to the given string and assigns it to the ButtonPrimaryFgHover field.
func (*AccountExperienceThemeVariables) SetButtonSecondaryBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSecondaryBgDefault(v string)
SetButtonSecondaryBgDefault gets a reference to the given string and assigns it to the ButtonSecondaryBgDefault field.
func (*AccountExperienceThemeVariables) SetButtonSecondaryBgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSecondaryBgDisabled(v string)
SetButtonSecondaryBgDisabled gets a reference to the given string and assigns it to the ButtonSecondaryBgDisabled field.
func (*AccountExperienceThemeVariables) SetButtonSecondaryBgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSecondaryBgHover(v string)
SetButtonSecondaryBgHover gets a reference to the given string and assigns it to the ButtonSecondaryBgHover field.
func (*AccountExperienceThemeVariables) SetButtonSecondaryBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSecondaryBorderDefault(v string)
SetButtonSecondaryBorderDefault gets a reference to the given string and assigns it to the ButtonSecondaryBorderDefault field.
func (*AccountExperienceThemeVariables) SetButtonSecondaryBorderDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSecondaryBorderDisabled(v string)
SetButtonSecondaryBorderDisabled gets a reference to the given string and assigns it to the ButtonSecondaryBorderDisabled field.
func (*AccountExperienceThemeVariables) SetButtonSecondaryBorderHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSecondaryBorderHover(v string)
SetButtonSecondaryBorderHover gets a reference to the given string and assigns it to the ButtonSecondaryBorderHover field.
func (*AccountExperienceThemeVariables) SetButtonSecondaryFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSecondaryFgDefault(v string)
SetButtonSecondaryFgDefault gets a reference to the given string and assigns it to the ButtonSecondaryFgDefault field.
func (*AccountExperienceThemeVariables) SetButtonSecondaryFgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSecondaryFgDisabled(v string)
SetButtonSecondaryFgDisabled gets a reference to the given string and assigns it to the ButtonSecondaryFgDisabled field.
func (*AccountExperienceThemeVariables) SetButtonSecondaryFgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSecondaryFgHover(v string)
SetButtonSecondaryFgHover gets a reference to the given string and assigns it to the ButtonSecondaryFgHover field.
func (*AccountExperienceThemeVariables) SetButtonSocialBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSocialBgDefault(v string)
SetButtonSocialBgDefault gets a reference to the given string and assigns it to the ButtonSocialBgDefault field.
func (*AccountExperienceThemeVariables) SetButtonSocialBgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSocialBgDisabled(v string)
SetButtonSocialBgDisabled gets a reference to the given string and assigns it to the ButtonSocialBgDisabled field.
func (*AccountExperienceThemeVariables) SetButtonSocialBgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSocialBgHover(v string)
SetButtonSocialBgHover gets a reference to the given string and assigns it to the ButtonSocialBgHover field.
func (*AccountExperienceThemeVariables) SetButtonSocialBgProvider ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSocialBgProvider(v string)
SetButtonSocialBgProvider gets a reference to the given string and assigns it to the ButtonSocialBgProvider field.
func (*AccountExperienceThemeVariables) SetButtonSocialBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSocialBorderDefault(v string)
SetButtonSocialBorderDefault gets a reference to the given string and assigns it to the ButtonSocialBorderDefault field.
func (*AccountExperienceThemeVariables) SetButtonSocialBorderDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSocialBorderDisabled(v string)
SetButtonSocialBorderDisabled gets a reference to the given string and assigns it to the ButtonSocialBorderDisabled field.
func (*AccountExperienceThemeVariables) SetButtonSocialBorderHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSocialBorderHover(v string)
SetButtonSocialBorderHover gets a reference to the given string and assigns it to the ButtonSocialBorderHover field.
func (*AccountExperienceThemeVariables) SetButtonSocialBorderProvider ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSocialBorderProvider(v string)
SetButtonSocialBorderProvider gets a reference to the given string and assigns it to the ButtonSocialBorderProvider field.
func (*AccountExperienceThemeVariables) SetButtonSocialFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSocialFgDefault(v string)
SetButtonSocialFgDefault gets a reference to the given string and assigns it to the ButtonSocialFgDefault field.
func (*AccountExperienceThemeVariables) SetButtonSocialFgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSocialFgDisabled(v string)
SetButtonSocialFgDisabled gets a reference to the given string and assigns it to the ButtonSocialFgDisabled field.
func (*AccountExperienceThemeVariables) SetButtonSocialFgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSocialFgHover(v string)
SetButtonSocialFgHover gets a reference to the given string and assigns it to the ButtonSocialFgHover field.
func (*AccountExperienceThemeVariables) SetButtonSocialFgProvider ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetButtonSocialFgProvider(v string)
SetButtonSocialFgProvider gets a reference to the given string and assigns it to the ButtonSocialFgProvider field.
func (*AccountExperienceThemeVariables) SetCreatedAt ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*AccountExperienceThemeVariables) SetDialogBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetDialogBgDefault(v string)
SetDialogBgDefault gets a reference to the given string and assigns it to the DialogBgDefault field.
func (*AccountExperienceThemeVariables) SetDialogBgSubtle ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetDialogBgSubtle(v string)
SetDialogBgSubtle gets a reference to the given string and assigns it to the DialogBgSubtle field.
func (*AccountExperienceThemeVariables) SetDialogBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetDialogBorderDefault(v string)
SetDialogBorderDefault gets a reference to the given string and assigns it to the DialogBorderDefault field.
func (*AccountExperienceThemeVariables) SetDialogFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetDialogFgDefault(v string)
SetDialogFgDefault gets a reference to the given string and assigns it to the DialogFgDefault field.
func (*AccountExperienceThemeVariables) SetDialogFgMute ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetDialogFgMute(v string)
SetDialogFgMute gets a reference to the given string and assigns it to the DialogFgMute field.
func (*AccountExperienceThemeVariables) SetDialogFgSubtle ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetDialogFgSubtle(v string)
SetDialogFgSubtle gets a reference to the given string and assigns it to the DialogFgSubtle field.
func (*AccountExperienceThemeVariables) SetFormsBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsBgDefault(v string)
SetFormsBgDefault gets a reference to the given string and assigns it to the FormsBgDefault field.
func (*AccountExperienceThemeVariables) SetFormsBgDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsBgDisabled(v string)
SetFormsBgDisabled gets a reference to the given string and assigns it to the FormsBgDisabled field.
func (*AccountExperienceThemeVariables) SetFormsBgHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsBgHover(v string)
SetFormsBgHover gets a reference to the given string and assigns it to the FormsBgHover field.
func (*AccountExperienceThemeVariables) SetFormsBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsBorderDefault(v string)
SetFormsBorderDefault gets a reference to the given string and assigns it to the FormsBorderDefault field.
func (*AccountExperienceThemeVariables) SetFormsBorderDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsBorderDisabled(v string)
SetFormsBorderDisabled gets a reference to the given string and assigns it to the FormsBorderDisabled field.
func (*AccountExperienceThemeVariables) SetFormsBorderError ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsBorderError(v string)
SetFormsBorderError gets a reference to the given string and assigns it to the FormsBorderError field.
func (*AccountExperienceThemeVariables) SetFormsBorderFocus ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsBorderFocus(v string)
SetFormsBorderFocus gets a reference to the given string and assigns it to the FormsBorderFocus field.
func (*AccountExperienceThemeVariables) SetFormsBorderHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsBorderHover(v string)
SetFormsBorderHover gets a reference to the given string and assigns it to the FormsBorderHover field.
func (*AccountExperienceThemeVariables) SetFormsBorderSuccess ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsBorderSuccess(v string)
SetFormsBorderSuccess gets a reference to the given string and assigns it to the FormsBorderSuccess field.
func (*AccountExperienceThemeVariables) SetFormsBorderWarn ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsBorderWarn(v string)
SetFormsBorderWarn gets a reference to the given string and assigns it to the FormsBorderWarn field.
func (*AccountExperienceThemeVariables) SetFormsCheckboxBgChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsCheckboxBgChecked(v string)
SetFormsCheckboxBgChecked gets a reference to the given string and assigns it to the FormsCheckboxBgChecked field.
func (*AccountExperienceThemeVariables) SetFormsCheckboxBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsCheckboxBgDefault(v string)
SetFormsCheckboxBgDefault gets a reference to the given string and assigns it to the FormsCheckboxBgDefault field.
func (*AccountExperienceThemeVariables) SetFormsCheckboxBorderChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsCheckboxBorderChecked(v string)
SetFormsCheckboxBorderChecked gets a reference to the given string and assigns it to the FormsCheckboxBorderChecked field.
func (*AccountExperienceThemeVariables) SetFormsCheckboxBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsCheckboxBorderDefault(v string)
SetFormsCheckboxBorderDefault gets a reference to the given string and assigns it to the FormsCheckboxBorderDefault field.
func (*AccountExperienceThemeVariables) SetFormsCheckboxFgChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsCheckboxFgChecked(v string)
SetFormsCheckboxFgChecked gets a reference to the given string and assigns it to the FormsCheckboxFgChecked field.
func (*AccountExperienceThemeVariables) SetFormsCheckboxFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsCheckboxFgDefault(v string)
SetFormsCheckboxFgDefault gets a reference to the given string and assigns it to the FormsCheckboxFgDefault field.
func (*AccountExperienceThemeVariables) SetFormsFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsFgDefault(v string)
SetFormsFgDefault gets a reference to the given string and assigns it to the FormsFgDefault field.
func (*AccountExperienceThemeVariables) SetFormsFgError ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsFgError(v string)
SetFormsFgError gets a reference to the given string and assigns it to the FormsFgError field.
func (*AccountExperienceThemeVariables) SetFormsFgMute ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsFgMute(v string)
SetFormsFgMute gets a reference to the given string and assigns it to the FormsFgMute field.
func (*AccountExperienceThemeVariables) SetFormsFgSubtle ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsFgSubtle(v string)
SetFormsFgSubtle gets a reference to the given string and assigns it to the FormsFgSubtle field.
func (*AccountExperienceThemeVariables) SetFormsFgSuccess ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsFgSuccess(v string)
SetFormsFgSuccess gets a reference to the given string and assigns it to the FormsFgSuccess field.
func (*AccountExperienceThemeVariables) SetFormsFgWarn ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsFgWarn(v string)
SetFormsFgWarn gets a reference to the given string and assigns it to the FormsFgWarn field.
func (*AccountExperienceThemeVariables) SetFormsRadioBgChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsRadioBgChecked(v string)
SetFormsRadioBgChecked gets a reference to the given string and assigns it to the FormsRadioBgChecked field.
func (*AccountExperienceThemeVariables) SetFormsRadioBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsRadioBgDefault(v string)
SetFormsRadioBgDefault gets a reference to the given string and assigns it to the FormsRadioBgDefault field.
func (*AccountExperienceThemeVariables) SetFormsRadioBorderChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsRadioBorderChecked(v string)
SetFormsRadioBorderChecked gets a reference to the given string and assigns it to the FormsRadioBorderChecked field.
func (*AccountExperienceThemeVariables) SetFormsRadioBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsRadioBorderDefault(v string)
SetFormsRadioBorderDefault gets a reference to the given string and assigns it to the FormsRadioBorderDefault field.
func (*AccountExperienceThemeVariables) SetFormsRadioFgChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsRadioFgChecked(v string)
SetFormsRadioFgChecked gets a reference to the given string and assigns it to the FormsRadioFgChecked field.
func (*AccountExperienceThemeVariables) SetFormsRadioFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsRadioFgDefault(v string)
SetFormsRadioFgDefault gets a reference to the given string and assigns it to the FormsRadioFgDefault field.
func (*AccountExperienceThemeVariables) SetFormsToggleBgChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsToggleBgChecked(v string)
SetFormsToggleBgChecked gets a reference to the given string and assigns it to the FormsToggleBgChecked field.
func (*AccountExperienceThemeVariables) SetFormsToggleBgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsToggleBgDefault(v string)
SetFormsToggleBgDefault gets a reference to the given string and assigns it to the FormsToggleBgDefault field.
func (*AccountExperienceThemeVariables) SetFormsToggleBorderChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsToggleBorderChecked(v string)
SetFormsToggleBorderChecked gets a reference to the given string and assigns it to the FormsToggleBorderChecked field.
func (*AccountExperienceThemeVariables) SetFormsToggleBorderDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsToggleBorderDefault(v string)
SetFormsToggleBorderDefault gets a reference to the given string and assigns it to the FormsToggleBorderDefault field.
func (*AccountExperienceThemeVariables) SetFormsToggleFgChecked ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsToggleFgChecked(v string)
SetFormsToggleFgChecked gets a reference to the given string and assigns it to the FormsToggleFgChecked field.
func (*AccountExperienceThemeVariables) SetFormsToggleFgDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetFormsToggleFgDefault(v string)
SetFormsToggleFgDefault gets a reference to the given string and assigns it to the FormsToggleFgDefault field.
func (*AccountExperienceThemeVariables) SetId ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*AccountExperienceThemeVariables) SetLinksLinkDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetLinksLinkDefault(v string)
SetLinksLinkDefault gets a reference to the given string and assigns it to the LinksLinkDefault field.
func (*AccountExperienceThemeVariables) SetLinksLinkDisabled ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetLinksLinkDisabled(v string)
SetLinksLinkDisabled gets a reference to the given string and assigns it to the LinksLinkDisabled field.
func (*AccountExperienceThemeVariables) SetLinksLinkHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetLinksLinkHover(v string)
SetLinksLinkHover gets a reference to the given string and assigns it to the LinksLinkHover field.
func (*AccountExperienceThemeVariables) SetLinksLinkInvertedDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetLinksLinkInvertedDefault(v string)
SetLinksLinkInvertedDefault gets a reference to the given string and assigns it to the LinksLinkInvertedDefault field.
func (*AccountExperienceThemeVariables) SetLinksLinkInvertedHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetLinksLinkInvertedHover(v string)
SetLinksLinkInvertedHover gets a reference to the given string and assigns it to the LinksLinkInvertedHover field.
func (*AccountExperienceThemeVariables) SetLinksLinkMuteDefault ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetLinksLinkMuteDefault(v string)
SetLinksLinkMuteDefault gets a reference to the given string and assigns it to the LinksLinkMuteDefault field.
func (*AccountExperienceThemeVariables) SetLinksLinkMuteHover ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetLinksLinkMuteHover(v string)
SetLinksLinkMuteHover gets a reference to the given string and assigns it to the LinksLinkMuteHover field.
func (*AccountExperienceThemeVariables) SetSyntaxSyntax ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetSyntaxSyntax(v string)
SetSyntaxSyntax gets a reference to the given string and assigns it to the SyntaxSyntax field.
func (*AccountExperienceThemeVariables) SetSyntaxSyntaxKey ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetSyntaxSyntaxKey(v string)
SetSyntaxSyntaxKey gets a reference to the given string and assigns it to the SyntaxSyntaxKey field.
func (*AccountExperienceThemeVariables) SetSyntaxSyntaxNum ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetSyntaxSyntaxNum(v string)
SetSyntaxSyntaxNum gets a reference to the given string and assigns it to the SyntaxSyntaxNum field.
func (*AccountExperienceThemeVariables) SetSyntaxSyntaxValue ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetSyntaxSyntaxValue(v string)
SetSyntaxSyntaxValue gets a reference to the given string and assigns it to the SyntaxSyntaxValue field.
func (*AccountExperienceThemeVariables) SetUpdatedAt ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (AccountExperienceThemeVariables) ToMap ¶ added in v1.11.10
func (o AccountExperienceThemeVariables) ToMap() (map[string]interface{}, error)
func (*AccountExperienceThemeVariables) UnmarshalJSON ¶ added in v1.11.10
func (o *AccountExperienceThemeVariables) UnmarshalJSON(data []byte) (err error)
type ActiveProjectInConsole ¶
type ActiveProjectInConsole struct {
// The Active Project ID format: uuid
ProjectId *string `json:"project_id,omitempty"`
AdditionalProperties map[string]interface{}
}
ActiveProjectInConsole The Active Project ID
func NewActiveProjectInConsole ¶
func NewActiveProjectInConsole() *ActiveProjectInConsole
NewActiveProjectInConsole instantiates a new ActiveProjectInConsole 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 NewActiveProjectInConsoleWithDefaults ¶
func NewActiveProjectInConsoleWithDefaults() *ActiveProjectInConsole
NewActiveProjectInConsoleWithDefaults instantiates a new ActiveProjectInConsole 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 (*ActiveProjectInConsole) GetProjectId ¶
func (o *ActiveProjectInConsole) GetProjectId() string
GetProjectId returns the ProjectId field value if set, zero value otherwise.
func (*ActiveProjectInConsole) GetProjectIdOk ¶
func (o *ActiveProjectInConsole) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActiveProjectInConsole) HasProjectId ¶
func (o *ActiveProjectInConsole) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (ActiveProjectInConsole) MarshalJSON ¶
func (o ActiveProjectInConsole) MarshalJSON() ([]byte, error)
func (*ActiveProjectInConsole) SetProjectId ¶
func (o *ActiveProjectInConsole) SetProjectId(v string)
SetProjectId gets a reference to the given string and assigns it to the ProjectId field.
func (ActiveProjectInConsole) ToMap ¶ added in v1.3.0
func (o ActiveProjectInConsole) ToMap() (map[string]interface{}, error)
func (*ActiveProjectInConsole) UnmarshalJSON ¶ added in v1.1.36
func (o *ActiveProjectInConsole) UnmarshalJSON(data []byte) (err error)
type AddProjectToWorkspaceBody ¶ added in v1.11.10
type AddProjectToWorkspaceBody struct {
// The environment of the project in the workspace. Can be one of \"prod\" or \"dev\". Note that the number of projects in the \"prod\" environment is limited depending on the subscription. prod Production stage Staging dev Development
Environment string `json:"environment"`
// The action to take with the project subscription. Can be one of \"migrate\", and \"ignore\". \"migrate\" will migrate the project subscription to the workspace. \"ignore\" will ignore the project subscription. migrate ProjectSubscriptionActionMigrate ProjectSubscriptionActionMigrate will migrate the project subscription to the workspace. ignore ProjectSubscriptionActionIgnore ProjectSubscriptionActionIgnore will ignore the project subscription.
ProjectSubscription string `json:"project_subscription"`
AdditionalProperties map[string]interface{}
}
AddProjectToWorkspaceBody struct for AddProjectToWorkspaceBody
func NewAddProjectToWorkspaceBody ¶ added in v1.11.10
func NewAddProjectToWorkspaceBody(environment string, projectSubscription string) *AddProjectToWorkspaceBody
NewAddProjectToWorkspaceBody instantiates a new AddProjectToWorkspaceBody 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 NewAddProjectToWorkspaceBodyWithDefaults ¶ added in v1.11.10
func NewAddProjectToWorkspaceBodyWithDefaults() *AddProjectToWorkspaceBody
NewAddProjectToWorkspaceBodyWithDefaults instantiates a new AddProjectToWorkspaceBody 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 (*AddProjectToWorkspaceBody) GetEnvironment ¶ added in v1.11.10
func (o *AddProjectToWorkspaceBody) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*AddProjectToWorkspaceBody) GetEnvironmentOk ¶ added in v1.11.10
func (o *AddProjectToWorkspaceBody) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*AddProjectToWorkspaceBody) GetProjectSubscription ¶ added in v1.11.10
func (o *AddProjectToWorkspaceBody) GetProjectSubscription() string
GetProjectSubscription returns the ProjectSubscription field value
func (*AddProjectToWorkspaceBody) GetProjectSubscriptionOk ¶ added in v1.11.10
func (o *AddProjectToWorkspaceBody) GetProjectSubscriptionOk() (*string, bool)
GetProjectSubscriptionOk returns a tuple with the ProjectSubscription field value and a boolean to check if the value has been set.
func (AddProjectToWorkspaceBody) MarshalJSON ¶ added in v1.11.10
func (o AddProjectToWorkspaceBody) MarshalJSON() ([]byte, error)
func (*AddProjectToWorkspaceBody) SetEnvironment ¶ added in v1.11.10
func (o *AddProjectToWorkspaceBody) SetEnvironment(v string)
SetEnvironment sets field value
func (*AddProjectToWorkspaceBody) SetProjectSubscription ¶ added in v1.11.10
func (o *AddProjectToWorkspaceBody) SetProjectSubscription(v string)
SetProjectSubscription sets field value
func (AddProjectToWorkspaceBody) ToMap ¶ added in v1.11.10
func (o AddProjectToWorkspaceBody) ToMap() (map[string]interface{}, error)
func (*AddProjectToWorkspaceBody) UnmarshalJSON ¶ added in v1.11.10
func (o *AddProjectToWorkspaceBody) UnmarshalJSON(data []byte) (err error)
type Attribute ¶ added in v1.4.8
type Attribute struct {
Key *string `json:"key,omitempty"`
Value *string `json:"value,omitempty"`
AdditionalProperties map[string]interface{}
}
Attribute struct for Attribute
func NewAttribute ¶ added in v1.4.8
func NewAttribute() *Attribute
NewAttribute instantiates a new Attribute 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 NewAttributeWithDefaults ¶ added in v1.4.8
func NewAttributeWithDefaults() *Attribute
NewAttributeWithDefaults instantiates a new Attribute 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 (*Attribute) GetKey ¶ added in v1.4.8
GetKey returns the Key field value if set, zero value otherwise.
func (*Attribute) GetKeyOk ¶ added in v1.4.8
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Attribute) GetValue ¶ added in v1.4.8
GetValue returns the Value field value if set, zero value otherwise.
func (*Attribute) GetValueOk ¶ added in v1.4.8
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (Attribute) MarshalJSON ¶ added in v1.4.8
func (*Attribute) SetKey ¶ added in v1.4.8
SetKey gets a reference to the given string and assigns it to the Key field.
func (*Attribute) SetValue ¶ added in v1.4.8
SetValue gets a reference to the given string and assigns it to the Value field.
func (*Attribute) UnmarshalJSON ¶ added in v1.4.8
type AttributeFilter ¶ added in v1.4.8
type AttributeFilter struct {
Attribute *string `json:"attribute,omitempty"`
Condition *string `json:"condition,omitempty"`
Value *string `json:"value,omitempty"`
AdditionalProperties map[string]interface{}
}
AttributeFilter struct for AttributeFilter
func NewAttributeFilter ¶ added in v1.4.8
func NewAttributeFilter() *AttributeFilter
NewAttributeFilter instantiates a new AttributeFilter 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 NewAttributeFilterWithDefaults ¶ added in v1.4.8
func NewAttributeFilterWithDefaults() *AttributeFilter
NewAttributeFilterWithDefaults instantiates a new AttributeFilter 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 (*AttributeFilter) GetAttribute ¶ added in v1.4.8
func (o *AttributeFilter) GetAttribute() string
GetAttribute returns the Attribute field value if set, zero value otherwise.
func (*AttributeFilter) GetAttributeOk ¶ added in v1.4.8
func (o *AttributeFilter) GetAttributeOk() (*string, bool)
GetAttributeOk returns a tuple with the Attribute field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AttributeFilter) GetCondition ¶ added in v1.4.8
func (o *AttributeFilter) GetCondition() string
GetCondition returns the Condition field value if set, zero value otherwise.
func (*AttributeFilter) GetConditionOk ¶ added in v1.4.8
func (o *AttributeFilter) GetConditionOk() (*string, bool)
GetConditionOk returns a tuple with the Condition field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AttributeFilter) GetValue ¶ added in v1.4.8
func (o *AttributeFilter) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*AttributeFilter) GetValueOk ¶ added in v1.4.8
func (o *AttributeFilter) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AttributeFilter) HasAttribute ¶ added in v1.4.8
func (o *AttributeFilter) HasAttribute() bool
HasAttribute returns a boolean if a field has been set.
func (*AttributeFilter) HasCondition ¶ added in v1.4.8
func (o *AttributeFilter) HasCondition() bool
HasCondition returns a boolean if a field has been set.
func (*AttributeFilter) HasValue ¶ added in v1.4.8
func (o *AttributeFilter) HasValue() bool
HasValue returns a boolean if a field has been set.
func (AttributeFilter) MarshalJSON ¶ added in v1.4.8
func (o AttributeFilter) MarshalJSON() ([]byte, error)
func (*AttributeFilter) SetAttribute ¶ added in v1.4.8
func (o *AttributeFilter) SetAttribute(v string)
SetAttribute gets a reference to the given string and assigns it to the Attribute field.
func (*AttributeFilter) SetCondition ¶ added in v1.4.8
func (o *AttributeFilter) SetCondition(v string)
SetCondition gets a reference to the given string and assigns it to the Condition field.
func (*AttributeFilter) SetValue ¶ added in v1.4.8
func (o *AttributeFilter) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (AttributeFilter) ToMap ¶ added in v1.4.8
func (o AttributeFilter) ToMap() (map[string]interface{}, error)
func (*AttributeFilter) UnmarshalJSON ¶ added in v1.4.8
func (o *AttributeFilter) UnmarshalJSON(data []byte) (err error)
type AttributesCountDatapoint ¶ added in v1.2.14
type AttributesCountDatapoint struct {
// Count of the attribute value for given key
Count int64 `json:"count"`
// Name of the attribute value for given key
Name string `json:"name"`
AdditionalProperties map[string]interface{}
}
AttributesCountDatapoint struct for AttributesCountDatapoint
func NewAttributesCountDatapoint ¶ added in v1.2.14
func NewAttributesCountDatapoint(count int64, name string) *AttributesCountDatapoint
NewAttributesCountDatapoint instantiates a new AttributesCountDatapoint 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 NewAttributesCountDatapointWithDefaults ¶ added in v1.2.14
func NewAttributesCountDatapointWithDefaults() *AttributesCountDatapoint
NewAttributesCountDatapointWithDefaults instantiates a new AttributesCountDatapoint 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 (*AttributesCountDatapoint) GetCount ¶ added in v1.2.14
func (o *AttributesCountDatapoint) GetCount() int64
GetCount returns the Count field value
func (*AttributesCountDatapoint) GetCountOk ¶ added in v1.2.14
func (o *AttributesCountDatapoint) GetCountOk() (*int64, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*AttributesCountDatapoint) GetName ¶ added in v1.2.14
func (o *AttributesCountDatapoint) GetName() string
GetName returns the Name field value
func (*AttributesCountDatapoint) GetNameOk ¶ added in v1.2.14
func (o *AttributesCountDatapoint) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (AttributesCountDatapoint) MarshalJSON ¶ added in v1.2.14
func (o AttributesCountDatapoint) MarshalJSON() ([]byte, error)
func (*AttributesCountDatapoint) SetCount ¶ added in v1.2.14
func (o *AttributesCountDatapoint) SetCount(v int64)
SetCount sets field value
func (*AttributesCountDatapoint) SetName ¶ added in v1.2.14
func (o *AttributesCountDatapoint) SetName(v string)
SetName sets field value
func (AttributesCountDatapoint) ToMap ¶ added in v1.3.0
func (o AttributesCountDatapoint) ToMap() (map[string]interface{}, error)
func (*AttributesCountDatapoint) UnmarshalJSON ¶ added in v1.2.14
func (o *AttributesCountDatapoint) UnmarshalJSON(data []byte) (err error)
type AuthenticatorAssuranceLevel ¶
type AuthenticatorAssuranceLevel string
AuthenticatorAssuranceLevel The authenticator assurance level can be one of \"aal1\", \"aal2\", or \"aal3\". A higher number means that it is harder for an attacker to compromise the account. Generally, \"aal1\" implies that one authentication factor was used while AAL2 implies that two factors (e.g. password + TOTP) have been used. To learn more about these levels please head over to: https://www.ory.sh/kratos/docs/concepts/credentials
const ( AUTHENTICATORASSURANCELEVEL_AAL0 AuthenticatorAssuranceLevel = "aal0" AUTHENTICATORASSURANCELEVEL_AAL1 AuthenticatorAssuranceLevel = "aal1" AUTHENTICATORASSURANCELEVEL_AAL2 AuthenticatorAssuranceLevel = "aal2" AUTHENTICATORASSURANCELEVEL_AAL3 AuthenticatorAssuranceLevel = "aal3" )
List of authenticatorAssuranceLevel
func NewAuthenticatorAssuranceLevelFromValue ¶
func NewAuthenticatorAssuranceLevelFromValue(v string) (*AuthenticatorAssuranceLevel, error)
NewAuthenticatorAssuranceLevelFromValue returns a pointer to a valid AuthenticatorAssuranceLevel for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AuthenticatorAssuranceLevel) IsValid ¶
func (v AuthenticatorAssuranceLevel) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AuthenticatorAssuranceLevel) Ptr ¶
func (v AuthenticatorAssuranceLevel) Ptr() *AuthenticatorAssuranceLevel
Ptr returns reference to authenticatorAssuranceLevel value
func (*AuthenticatorAssuranceLevel) UnmarshalJSON ¶
func (v *AuthenticatorAssuranceLevel) UnmarshalJSON(src []byte) error
type BasicAuth ¶
type BasicAuth struct {
UserName string `json:"userName,omitempty"`
Password string `json:"password,omitempty"`
}
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type BatchPatchIdentitiesResponse ¶ added in v1.1.24
type BatchPatchIdentitiesResponse struct {
// The patch responses for the individual identities.
Identities []IdentityPatchResponse `json:"identities,omitempty"`
AdditionalProperties map[string]interface{}
}
BatchPatchIdentitiesResponse Patch identities response
func NewBatchPatchIdentitiesResponse ¶ added in v1.1.24
func NewBatchPatchIdentitiesResponse() *BatchPatchIdentitiesResponse
NewBatchPatchIdentitiesResponse instantiates a new BatchPatchIdentitiesResponse 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 NewBatchPatchIdentitiesResponseWithDefaults ¶ added in v1.1.24
func NewBatchPatchIdentitiesResponseWithDefaults() *BatchPatchIdentitiesResponse
NewBatchPatchIdentitiesResponseWithDefaults instantiates a new BatchPatchIdentitiesResponse 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 (*BatchPatchIdentitiesResponse) GetIdentities ¶ added in v1.1.24
func (o *BatchPatchIdentitiesResponse) GetIdentities() []IdentityPatchResponse
GetIdentities returns the Identities field value if set, zero value otherwise.
func (*BatchPatchIdentitiesResponse) GetIdentitiesOk ¶ added in v1.1.24
func (o *BatchPatchIdentitiesResponse) GetIdentitiesOk() ([]IdentityPatchResponse, bool)
GetIdentitiesOk returns a tuple with the Identities field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchPatchIdentitiesResponse) HasIdentities ¶ added in v1.1.24
func (o *BatchPatchIdentitiesResponse) HasIdentities() bool
HasIdentities returns a boolean if a field has been set.
func (BatchPatchIdentitiesResponse) MarshalJSON ¶ added in v1.1.24
func (o BatchPatchIdentitiesResponse) MarshalJSON() ([]byte, error)
func (*BatchPatchIdentitiesResponse) SetIdentities ¶ added in v1.1.24
func (o *BatchPatchIdentitiesResponse) SetIdentities(v []IdentityPatchResponse)
SetIdentities gets a reference to the given []IdentityPatchResponse and assigns it to the Identities field.
func (BatchPatchIdentitiesResponse) ToMap ¶ added in v1.3.0
func (o BatchPatchIdentitiesResponse) ToMap() (map[string]interface{}, error)
func (*BatchPatchIdentitiesResponse) UnmarshalJSON ¶ added in v1.1.36
func (o *BatchPatchIdentitiesResponse) UnmarshalJSON(data []byte) (err error)
type BillingPeriodBucket ¶ added in v1.11.10
type BillingPeriodBucket struct {
BaseInvoices []Invoice `json:"base_invoices,omitempty"`
BillingPeriod *TimeInterval `json:"billing_period,omitempty"`
UsageInvoice *Invoice `json:"usage_invoice,omitempty"`
AdditionalProperties map[string]interface{}
}
BillingPeriodBucket struct for BillingPeriodBucket
func NewBillingPeriodBucket ¶ added in v1.11.10
func NewBillingPeriodBucket() *BillingPeriodBucket
NewBillingPeriodBucket instantiates a new BillingPeriodBucket 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 NewBillingPeriodBucketWithDefaults ¶ added in v1.11.10
func NewBillingPeriodBucketWithDefaults() *BillingPeriodBucket
NewBillingPeriodBucketWithDefaults instantiates a new BillingPeriodBucket 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 (*BillingPeriodBucket) GetBaseInvoices ¶ added in v1.11.10
func (o *BillingPeriodBucket) GetBaseInvoices() []Invoice
GetBaseInvoices returns the BaseInvoices field value if set, zero value otherwise.
func (*BillingPeriodBucket) GetBaseInvoicesOk ¶ added in v1.11.10
func (o *BillingPeriodBucket) GetBaseInvoicesOk() ([]Invoice, bool)
GetBaseInvoicesOk returns a tuple with the BaseInvoices field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPeriodBucket) GetBillingPeriod ¶ added in v1.11.10
func (o *BillingPeriodBucket) GetBillingPeriod() TimeInterval
GetBillingPeriod returns the BillingPeriod field value if set, zero value otherwise.
func (*BillingPeriodBucket) GetBillingPeriodOk ¶ added in v1.11.10
func (o *BillingPeriodBucket) GetBillingPeriodOk() (*TimeInterval, bool)
GetBillingPeriodOk returns a tuple with the BillingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPeriodBucket) GetUsageInvoice ¶ added in v1.11.10
func (o *BillingPeriodBucket) GetUsageInvoice() Invoice
GetUsageInvoice returns the UsageInvoice field value if set, zero value otherwise.
func (*BillingPeriodBucket) GetUsageInvoiceOk ¶ added in v1.11.10
func (o *BillingPeriodBucket) GetUsageInvoiceOk() (*Invoice, bool)
GetUsageInvoiceOk returns a tuple with the UsageInvoice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingPeriodBucket) HasBaseInvoices ¶ added in v1.11.10
func (o *BillingPeriodBucket) HasBaseInvoices() bool
HasBaseInvoices returns a boolean if a field has been set.
func (*BillingPeriodBucket) HasBillingPeriod ¶ added in v1.11.10
func (o *BillingPeriodBucket) HasBillingPeriod() bool
HasBillingPeriod returns a boolean if a field has been set.
func (*BillingPeriodBucket) HasUsageInvoice ¶ added in v1.11.10
func (o *BillingPeriodBucket) HasUsageInvoice() bool
HasUsageInvoice returns a boolean if a field has been set.
func (BillingPeriodBucket) MarshalJSON ¶ added in v1.11.10
func (o BillingPeriodBucket) MarshalJSON() ([]byte, error)
func (*BillingPeriodBucket) SetBaseInvoices ¶ added in v1.11.10
func (o *BillingPeriodBucket) SetBaseInvoices(v []Invoice)
SetBaseInvoices gets a reference to the given []Invoice and assigns it to the BaseInvoices field.
func (*BillingPeriodBucket) SetBillingPeriod ¶ added in v1.11.10
func (o *BillingPeriodBucket) SetBillingPeriod(v TimeInterval)
SetBillingPeriod gets a reference to the given TimeInterval and assigns it to the BillingPeriod field.
func (*BillingPeriodBucket) SetUsageInvoice ¶ added in v1.11.10
func (o *BillingPeriodBucket) SetUsageInvoice(v Invoice)
SetUsageInvoice gets a reference to the given Invoice and assigns it to the UsageInvoice field.
func (BillingPeriodBucket) ToMap ¶ added in v1.11.10
func (o BillingPeriodBucket) ToMap() (map[string]interface{}, error)
func (*BillingPeriodBucket) UnmarshalJSON ¶ added in v1.11.10
func (o *BillingPeriodBucket) UnmarshalJSON(data []byte) (err error)
type CheckOplSyntaxResult ¶
type CheckOplSyntaxResult struct {
// The list of syntax errors
Errors []ParseError `json:"errors,omitempty"`
AdditionalProperties map[string]interface{}
}
CheckOplSyntaxResult struct for CheckOplSyntaxResult
func NewCheckOplSyntaxResult ¶
func NewCheckOplSyntaxResult() *CheckOplSyntaxResult
NewCheckOplSyntaxResult instantiates a new CheckOplSyntaxResult 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 NewCheckOplSyntaxResultWithDefaults ¶
func NewCheckOplSyntaxResultWithDefaults() *CheckOplSyntaxResult
NewCheckOplSyntaxResultWithDefaults instantiates a new CheckOplSyntaxResult 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 (*CheckOplSyntaxResult) GetErrors ¶
func (o *CheckOplSyntaxResult) GetErrors() []ParseError
GetErrors returns the Errors field value if set, zero value otherwise.
func (*CheckOplSyntaxResult) GetErrorsOk ¶
func (o *CheckOplSyntaxResult) GetErrorsOk() ([]ParseError, bool)
GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CheckOplSyntaxResult) HasErrors ¶
func (o *CheckOplSyntaxResult) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (CheckOplSyntaxResult) MarshalJSON ¶
func (o CheckOplSyntaxResult) MarshalJSON() ([]byte, error)
func (*CheckOplSyntaxResult) SetErrors ¶
func (o *CheckOplSyntaxResult) SetErrors(v []ParseError)
SetErrors gets a reference to the given []ParseError and assigns it to the Errors field.
func (CheckOplSyntaxResult) ToMap ¶ added in v1.3.0
func (o CheckOplSyntaxResult) ToMap() (map[string]interface{}, error)
func (*CheckOplSyntaxResult) UnmarshalJSON ¶ added in v1.1.36
func (o *CheckOplSyntaxResult) UnmarshalJSON(data []byte) (err error)
type CheckPermissionResult ¶
type CheckPermissionResult struct {
// whether the relation tuple is allowed
Allowed bool `json:"allowed"`
AdditionalProperties map[string]interface{}
}
CheckPermissionResult The content of the allowed field is mirrored in the HTTP status code.
func NewCheckPermissionResult ¶
func NewCheckPermissionResult(allowed bool) *CheckPermissionResult
NewCheckPermissionResult instantiates a new CheckPermissionResult 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 NewCheckPermissionResultWithDefaults ¶
func NewCheckPermissionResultWithDefaults() *CheckPermissionResult
NewCheckPermissionResultWithDefaults instantiates a new CheckPermissionResult 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 (*CheckPermissionResult) GetAllowed ¶
func (o *CheckPermissionResult) GetAllowed() bool
GetAllowed returns the Allowed field value
func (*CheckPermissionResult) GetAllowedOk ¶
func (o *CheckPermissionResult) GetAllowedOk() (*bool, bool)
GetAllowedOk returns a tuple with the Allowed field value and a boolean to check if the value has been set.
func (CheckPermissionResult) MarshalJSON ¶
func (o CheckPermissionResult) MarshalJSON() ([]byte, error)
func (*CheckPermissionResult) SetAllowed ¶
func (o *CheckPermissionResult) SetAllowed(v bool)
SetAllowed sets field value
func (CheckPermissionResult) ToMap ¶ added in v1.3.0
func (o CheckPermissionResult) ToMap() (map[string]interface{}, error)
func (*CheckPermissionResult) UnmarshalJSON ¶ added in v1.1.36
func (o *CheckPermissionResult) UnmarshalJSON(data []byte) (err error)
type CloudAccount ¶
type CloudAccount struct {
Email string `json:"email"`
EmailVerified bool `json:"email_verified"`
Id string `json:"id"`
Name string `json:"name"`
AdditionalProperties map[string]interface{}
}
CloudAccount struct for CloudAccount
func NewCloudAccount ¶
func NewCloudAccount(email string, emailVerified bool, id string, name string) *CloudAccount
NewCloudAccount instantiates a new CloudAccount 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 NewCloudAccountWithDefaults ¶
func NewCloudAccountWithDefaults() *CloudAccount
NewCloudAccountWithDefaults instantiates a new CloudAccount 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 (*CloudAccount) GetEmail ¶
func (o *CloudAccount) GetEmail() string
GetEmail returns the Email field value
func (*CloudAccount) GetEmailOk ¶
func (o *CloudAccount) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*CloudAccount) GetEmailVerified ¶ added in v1.14.0
func (o *CloudAccount) GetEmailVerified() bool
GetEmailVerified returns the EmailVerified field value
func (*CloudAccount) GetEmailVerifiedOk ¶ added in v1.14.0
func (o *CloudAccount) GetEmailVerifiedOk() (*bool, bool)
GetEmailVerifiedOk returns a tuple with the EmailVerified field value and a boolean to check if the value has been set.
func (*CloudAccount) GetId ¶
func (o *CloudAccount) GetId() string
GetId returns the Id field value
func (*CloudAccount) GetIdOk ¶
func (o *CloudAccount) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CloudAccount) GetName ¶
func (o *CloudAccount) GetName() string
GetName returns the Name field value
func (*CloudAccount) GetNameOk ¶
func (o *CloudAccount) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (CloudAccount) MarshalJSON ¶
func (o CloudAccount) MarshalJSON() ([]byte, error)
func (*CloudAccount) SetEmail ¶
func (o *CloudAccount) SetEmail(v string)
SetEmail sets field value
func (*CloudAccount) SetEmailVerified ¶ added in v1.14.0
func (o *CloudAccount) SetEmailVerified(v bool)
SetEmailVerified sets field value
func (CloudAccount) ToMap ¶ added in v1.3.0
func (o CloudAccount) ToMap() (map[string]interface{}, error)
func (*CloudAccount) UnmarshalJSON ¶ added in v1.1.36
func (o *CloudAccount) UnmarshalJSON(data []byte) (err error)
type Configuration ¶
type Configuration struct {
Host string `json:"host,omitempty"`
Scheme string `json:"scheme,omitempty"`
DefaultHeader map[string]string `json:"defaultHeader,omitempty"`
UserAgent string `json:"userAgent,omitempty"`
Debug bool `json:"debug,omitempty"`
Servers ServerConfigurations
OperationServers map[string]ServerConfigurations
HTTPClient *http.Client
}
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type ConsistencyRequestParameters ¶ added in v1.2.14
type ConsistencyRequestParameters struct {
// Read Consistency Level (preview) The read consistency level determines the consistency guarantee for reads: strong (slow): The read is guaranteed to return the most recent data committed at the start of the read. eventual (very fast): The result will return data that is about 4.8 seconds old. The default consistency guarantee can be changed in the Ory Network Console or using the Ory CLI with `ory patch project --replace '/previews/default_read_consistency_level=\"strong\"'`. Setting the default consistency level to `eventual` may cause regressions in the future as we add consistency controls to more APIs. Currently, the following APIs will be affected by this setting: `GET /admin/identities` This feature is in preview and only available in Ory Network. ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level. strong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level. eventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps.
Consistency *string `json:"consistency,omitempty"`
AdditionalProperties map[string]interface{}
}
ConsistencyRequestParameters Control API consistency guarantees
func NewConsistencyRequestParameters ¶ added in v1.2.14
func NewConsistencyRequestParameters() *ConsistencyRequestParameters
NewConsistencyRequestParameters instantiates a new ConsistencyRequestParameters 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 NewConsistencyRequestParametersWithDefaults ¶ added in v1.2.14
func NewConsistencyRequestParametersWithDefaults() *ConsistencyRequestParameters
NewConsistencyRequestParametersWithDefaults instantiates a new ConsistencyRequestParameters 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 (*ConsistencyRequestParameters) GetConsistency ¶ added in v1.2.14
func (o *ConsistencyRequestParameters) GetConsistency() string
GetConsistency returns the Consistency field value if set, zero value otherwise.
func (*ConsistencyRequestParameters) GetConsistencyOk ¶ added in v1.2.14
func (o *ConsistencyRequestParameters) GetConsistencyOk() (*string, bool)
GetConsistencyOk returns a tuple with the Consistency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConsistencyRequestParameters) HasConsistency ¶ added in v1.2.14
func (o *ConsistencyRequestParameters) HasConsistency() bool
HasConsistency returns a boolean if a field has been set.
func (ConsistencyRequestParameters) MarshalJSON ¶ added in v1.2.14
func (o ConsistencyRequestParameters) MarshalJSON() ([]byte, error)
func (*ConsistencyRequestParameters) SetConsistency ¶ added in v1.2.14
func (o *ConsistencyRequestParameters) SetConsistency(v string)
SetConsistency gets a reference to the given string and assigns it to the Consistency field.
func (ConsistencyRequestParameters) ToMap ¶ added in v1.3.0
func (o ConsistencyRequestParameters) ToMap() (map[string]interface{}, error)
func (*ConsistencyRequestParameters) UnmarshalJSON ¶ added in v1.2.14
func (o *ConsistencyRequestParameters) UnmarshalJSON(data []byte) (err error)
type ContinueWith ¶ added in v1.1.24
type ContinueWith struct {
ContinueWithRecoveryUi *ContinueWithRecoveryUi
ContinueWithRedirectBrowserTo *ContinueWithRedirectBrowserTo
ContinueWithSetOrySessionToken *ContinueWithSetOrySessionToken
ContinueWithSettingsUi *ContinueWithSettingsUi
ContinueWithVerificationUi *ContinueWithVerificationUi
}
ContinueWith - struct for ContinueWith
func ContinueWithRecoveryUiAsContinueWith ¶ added in v1.4.3
func ContinueWithRecoveryUiAsContinueWith(v *ContinueWithRecoveryUi) ContinueWith
ContinueWithRecoveryUiAsContinueWith is a convenience function that returns ContinueWithRecoveryUi wrapped in ContinueWith
func ContinueWithRedirectBrowserToAsContinueWith ¶ added in v1.14.0
func ContinueWithRedirectBrowserToAsContinueWith(v *ContinueWithRedirectBrowserTo) ContinueWith
ContinueWithRedirectBrowserToAsContinueWith is a convenience function that returns ContinueWithRedirectBrowserTo wrapped in ContinueWith
func ContinueWithSetOrySessionTokenAsContinueWith ¶ added in v1.1.24
func ContinueWithSetOrySessionTokenAsContinueWith(v *ContinueWithSetOrySessionToken) ContinueWith
ContinueWithSetOrySessionTokenAsContinueWith is a convenience function that returns ContinueWithSetOrySessionToken wrapped in ContinueWith
func ContinueWithSettingsUiAsContinueWith ¶ added in v1.4.3
func ContinueWithSettingsUiAsContinueWith(v *ContinueWithSettingsUi) ContinueWith
ContinueWithSettingsUiAsContinueWith is a convenience function that returns ContinueWithSettingsUi wrapped in ContinueWith
func ContinueWithVerificationUiAsContinueWith ¶ added in v1.1.24
func ContinueWithVerificationUiAsContinueWith(v *ContinueWithVerificationUi) ContinueWith
ContinueWithVerificationUiAsContinueWith is a convenience function that returns ContinueWithVerificationUi wrapped in ContinueWith
func (*ContinueWith) GetActualInstance ¶ added in v1.1.24
func (obj *ContinueWith) GetActualInstance() interface{}
Get the actual instance
func (ContinueWith) MarshalJSON ¶ added in v1.1.24
func (src ContinueWith) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ContinueWith) UnmarshalJSON ¶ added in v1.1.24
func (dst *ContinueWith) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ContinueWithRecoveryUi ¶ added in v1.4.3
type ContinueWithRecoveryUi struct {
// Action will always be `show_recovery_ui` show_recovery_ui ContinueWithActionShowRecoveryUIString
Action string `json:"action"`
Flow ContinueWithRecoveryUiFlow `json:"flow"`
AdditionalProperties map[string]interface{}
}
ContinueWithRecoveryUi Indicates, that the UI flow could be continued by showing a recovery ui
func NewContinueWithRecoveryUi ¶ added in v1.4.3
func NewContinueWithRecoveryUi(action string, flow ContinueWithRecoveryUiFlow) *ContinueWithRecoveryUi
NewContinueWithRecoveryUi instantiates a new ContinueWithRecoveryUi 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 NewContinueWithRecoveryUiWithDefaults ¶ added in v1.4.3
func NewContinueWithRecoveryUiWithDefaults() *ContinueWithRecoveryUi
NewContinueWithRecoveryUiWithDefaults instantiates a new ContinueWithRecoveryUi 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 (*ContinueWithRecoveryUi) GetAction ¶ added in v1.4.3
func (o *ContinueWithRecoveryUi) GetAction() string
GetAction returns the Action field value
func (*ContinueWithRecoveryUi) GetActionOk ¶ added in v1.4.3
func (o *ContinueWithRecoveryUi) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*ContinueWithRecoveryUi) GetFlow ¶ added in v1.4.3
func (o *ContinueWithRecoveryUi) GetFlow() ContinueWithRecoveryUiFlow
GetFlow returns the Flow field value
func (*ContinueWithRecoveryUi) GetFlowOk ¶ added in v1.4.3
func (o *ContinueWithRecoveryUi) GetFlowOk() (*ContinueWithRecoveryUiFlow, bool)
GetFlowOk returns a tuple with the Flow field value and a boolean to check if the value has been set.
func (ContinueWithRecoveryUi) MarshalJSON ¶ added in v1.4.3
func (o ContinueWithRecoveryUi) MarshalJSON() ([]byte, error)
func (*ContinueWithRecoveryUi) SetAction ¶ added in v1.4.3
func (o *ContinueWithRecoveryUi) SetAction(v string)
SetAction sets field value
func (*ContinueWithRecoveryUi) SetFlow ¶ added in v1.4.3
func (o *ContinueWithRecoveryUi) SetFlow(v ContinueWithRecoveryUiFlow)
SetFlow sets field value
func (ContinueWithRecoveryUi) ToMap ¶ added in v1.4.3
func (o ContinueWithRecoveryUi) ToMap() (map[string]interface{}, error)
func (*ContinueWithRecoveryUi) UnmarshalJSON ¶ added in v1.4.3
func (o *ContinueWithRecoveryUi) UnmarshalJSON(data []byte) (err error)
type ContinueWithRecoveryUiFlow ¶ added in v1.4.3
type ContinueWithRecoveryUiFlow struct {
// The ID of the recovery flow
Id string `json:"id"`
// The URL of the recovery flow If this value is set, redirect the user's browser to this URL. This value is typically unset for native clients / API flows.
Url *string `json:"url,omitempty"`
AdditionalProperties map[string]interface{}
}
ContinueWithRecoveryUiFlow struct for ContinueWithRecoveryUiFlow
func NewContinueWithRecoveryUiFlow ¶ added in v1.4.3
func NewContinueWithRecoveryUiFlow(id string) *ContinueWithRecoveryUiFlow
NewContinueWithRecoveryUiFlow instantiates a new ContinueWithRecoveryUiFlow 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 NewContinueWithRecoveryUiFlowWithDefaults ¶ added in v1.4.3
func NewContinueWithRecoveryUiFlowWithDefaults() *ContinueWithRecoveryUiFlow
NewContinueWithRecoveryUiFlowWithDefaults instantiates a new ContinueWithRecoveryUiFlow 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 (*ContinueWithRecoveryUiFlow) GetId ¶ added in v1.4.3
func (o *ContinueWithRecoveryUiFlow) GetId() string
GetId returns the Id field value
func (*ContinueWithRecoveryUiFlow) GetIdOk ¶ added in v1.4.3
func (o *ContinueWithRecoveryUiFlow) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ContinueWithRecoveryUiFlow) GetUrl ¶ added in v1.4.3
func (o *ContinueWithRecoveryUiFlow) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*ContinueWithRecoveryUiFlow) GetUrlOk ¶ added in v1.4.3
func (o *ContinueWithRecoveryUiFlow) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContinueWithRecoveryUiFlow) HasUrl ¶ added in v1.4.3
func (o *ContinueWithRecoveryUiFlow) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (ContinueWithRecoveryUiFlow) MarshalJSON ¶ added in v1.4.3
func (o ContinueWithRecoveryUiFlow) MarshalJSON() ([]byte, error)
func (*ContinueWithRecoveryUiFlow) SetId ¶ added in v1.4.3
func (o *ContinueWithRecoveryUiFlow) SetId(v string)
SetId sets field value
func (*ContinueWithRecoveryUiFlow) SetUrl ¶ added in v1.4.3
func (o *ContinueWithRecoveryUiFlow) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (ContinueWithRecoveryUiFlow) ToMap ¶ added in v1.4.3
func (o ContinueWithRecoveryUiFlow) ToMap() (map[string]interface{}, error)
func (*ContinueWithRecoveryUiFlow) UnmarshalJSON ¶ added in v1.4.3
func (o *ContinueWithRecoveryUiFlow) UnmarshalJSON(data []byte) (err error)
type ContinueWithRedirectBrowserTo ¶ added in v1.14.0
type ContinueWithRedirectBrowserTo struct {
// Action will always be `redirect_browser_to` redirect_browser_to ContinueWithActionRedirectBrowserToString
Action string `json:"action"`
// The URL to redirect the browser to
RedirectBrowserTo string `json:"redirect_browser_to"`
AdditionalProperties map[string]interface{}
}
ContinueWithRedirectBrowserTo Indicates, that the UI flow could be continued by showing a recovery ui
func NewContinueWithRedirectBrowserTo ¶ added in v1.14.0
func NewContinueWithRedirectBrowserTo(action string, redirectBrowserTo string) *ContinueWithRedirectBrowserTo
NewContinueWithRedirectBrowserTo instantiates a new ContinueWithRedirectBrowserTo 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 NewContinueWithRedirectBrowserToWithDefaults ¶ added in v1.14.0
func NewContinueWithRedirectBrowserToWithDefaults() *ContinueWithRedirectBrowserTo
NewContinueWithRedirectBrowserToWithDefaults instantiates a new ContinueWithRedirectBrowserTo 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 (*ContinueWithRedirectBrowserTo) GetAction ¶ added in v1.14.0
func (o *ContinueWithRedirectBrowserTo) GetAction() string
GetAction returns the Action field value
func (*ContinueWithRedirectBrowserTo) GetActionOk ¶ added in v1.14.0
func (o *ContinueWithRedirectBrowserTo) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*ContinueWithRedirectBrowserTo) GetRedirectBrowserTo ¶ added in v1.14.0
func (o *ContinueWithRedirectBrowserTo) GetRedirectBrowserTo() string
GetRedirectBrowserTo returns the RedirectBrowserTo field value
func (*ContinueWithRedirectBrowserTo) GetRedirectBrowserToOk ¶ added in v1.14.0
func (o *ContinueWithRedirectBrowserTo) GetRedirectBrowserToOk() (*string, bool)
GetRedirectBrowserToOk returns a tuple with the RedirectBrowserTo field value and a boolean to check if the value has been set.
func (ContinueWithRedirectBrowserTo) MarshalJSON ¶ added in v1.14.0
func (o ContinueWithRedirectBrowserTo) MarshalJSON() ([]byte, error)
func (*ContinueWithRedirectBrowserTo) SetAction ¶ added in v1.14.0
func (o *ContinueWithRedirectBrowserTo) SetAction(v string)
SetAction sets field value
func (*ContinueWithRedirectBrowserTo) SetRedirectBrowserTo ¶ added in v1.14.0
func (o *ContinueWithRedirectBrowserTo) SetRedirectBrowserTo(v string)
SetRedirectBrowserTo sets field value
func (ContinueWithRedirectBrowserTo) ToMap ¶ added in v1.14.0
func (o ContinueWithRedirectBrowserTo) ToMap() (map[string]interface{}, error)
func (*ContinueWithRedirectBrowserTo) UnmarshalJSON ¶ added in v1.14.0
func (o *ContinueWithRedirectBrowserTo) UnmarshalJSON(data []byte) (err error)
type ContinueWithSetOrySessionToken ¶ added in v1.1.24
type ContinueWithSetOrySessionToken struct {
// Action will always be `set_ory_session_token` set_ory_session_token ContinueWithActionSetOrySessionTokenString
Action string `json:"action"`
// Token is the token of the session
OrySessionToken string `json:"ory_session_token"`
AdditionalProperties map[string]interface{}
}
ContinueWithSetOrySessionToken Indicates that a session was issued, and the application should use this token for authenticated requests
func NewContinueWithSetOrySessionToken ¶ added in v1.1.24
func NewContinueWithSetOrySessionToken(action string, orySessionToken string) *ContinueWithSetOrySessionToken
NewContinueWithSetOrySessionToken instantiates a new ContinueWithSetOrySessionToken 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 NewContinueWithSetOrySessionTokenWithDefaults ¶ added in v1.1.24
func NewContinueWithSetOrySessionTokenWithDefaults() *ContinueWithSetOrySessionToken
NewContinueWithSetOrySessionTokenWithDefaults instantiates a new ContinueWithSetOrySessionToken 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 (*ContinueWithSetOrySessionToken) GetAction ¶ added in v1.1.24
func (o *ContinueWithSetOrySessionToken) GetAction() string
GetAction returns the Action field value
func (*ContinueWithSetOrySessionToken) GetActionOk ¶ added in v1.1.24
func (o *ContinueWithSetOrySessionToken) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*ContinueWithSetOrySessionToken) GetOrySessionToken ¶ added in v1.1.24
func (o *ContinueWithSetOrySessionToken) GetOrySessionToken() string
GetOrySessionToken returns the OrySessionToken field value
func (*ContinueWithSetOrySessionToken) GetOrySessionTokenOk ¶ added in v1.1.24
func (o *ContinueWithSetOrySessionToken) GetOrySessionTokenOk() (*string, bool)
GetOrySessionTokenOk returns a tuple with the OrySessionToken field value and a boolean to check if the value has been set.
func (ContinueWithSetOrySessionToken) MarshalJSON ¶ added in v1.1.24
func (o ContinueWithSetOrySessionToken) MarshalJSON() ([]byte, error)
func (*ContinueWithSetOrySessionToken) SetAction ¶ added in v1.1.24
func (o *ContinueWithSetOrySessionToken) SetAction(v string)
SetAction sets field value
func (*ContinueWithSetOrySessionToken) SetOrySessionToken ¶ added in v1.1.24
func (o *ContinueWithSetOrySessionToken) SetOrySessionToken(v string)
SetOrySessionToken sets field value
func (ContinueWithSetOrySessionToken) ToMap ¶ added in v1.3.0
func (o ContinueWithSetOrySessionToken) ToMap() (map[string]interface{}, error)
func (*ContinueWithSetOrySessionToken) UnmarshalJSON ¶ added in v1.1.36
func (o *ContinueWithSetOrySessionToken) UnmarshalJSON(data []byte) (err error)
type ContinueWithSettingsUi ¶ added in v1.4.3
type ContinueWithSettingsUi struct {
// Action will always be `show_settings_ui` show_settings_ui ContinueWithActionShowSettingsUIString
Action string `json:"action"`
Flow ContinueWithSettingsUiFlow `json:"flow"`
AdditionalProperties map[string]interface{}
}
ContinueWithSettingsUi Indicates, that the UI flow could be continued by showing a settings ui
func NewContinueWithSettingsUi ¶ added in v1.4.3
func NewContinueWithSettingsUi(action string, flow ContinueWithSettingsUiFlow) *ContinueWithSettingsUi
NewContinueWithSettingsUi instantiates a new ContinueWithSettingsUi 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 NewContinueWithSettingsUiWithDefaults ¶ added in v1.4.3
func NewContinueWithSettingsUiWithDefaults() *ContinueWithSettingsUi
NewContinueWithSettingsUiWithDefaults instantiates a new ContinueWithSettingsUi 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 (*ContinueWithSettingsUi) GetAction ¶ added in v1.4.3
func (o *ContinueWithSettingsUi) GetAction() string
GetAction returns the Action field value
func (*ContinueWithSettingsUi) GetActionOk ¶ added in v1.4.3
func (o *ContinueWithSettingsUi) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*ContinueWithSettingsUi) GetFlow ¶ added in v1.4.3
func (o *ContinueWithSettingsUi) GetFlow() ContinueWithSettingsUiFlow
GetFlow returns the Flow field value
func (*ContinueWithSettingsUi) GetFlowOk ¶ added in v1.4.3
func (o *ContinueWithSettingsUi) GetFlowOk() (*ContinueWithSettingsUiFlow, bool)
GetFlowOk returns a tuple with the Flow field value and a boolean to check if the value has been set.
func (ContinueWithSettingsUi) MarshalJSON ¶ added in v1.4.3
func (o ContinueWithSettingsUi) MarshalJSON() ([]byte, error)
func (*ContinueWithSettingsUi) SetAction ¶ added in v1.4.3
func (o *ContinueWithSettingsUi) SetAction(v string)
SetAction sets field value
func (*ContinueWithSettingsUi) SetFlow ¶ added in v1.4.3
func (o *ContinueWithSettingsUi) SetFlow(v ContinueWithSettingsUiFlow)
SetFlow sets field value
func (ContinueWithSettingsUi) ToMap ¶ added in v1.4.3
func (o ContinueWithSettingsUi) ToMap() (map[string]interface{}, error)
func (*ContinueWithSettingsUi) UnmarshalJSON ¶ added in v1.4.3
func (o *ContinueWithSettingsUi) UnmarshalJSON(data []byte) (err error)
type ContinueWithSettingsUiFlow ¶ added in v1.4.3
type ContinueWithSettingsUiFlow struct {
// The ID of the settings flow
Id string `json:"id"`
// The URL of the settings flow If this value is set, redirect the user's browser to this URL. This value is typically unset for native clients / API flows.
Url *string `json:"url,omitempty"`
AdditionalProperties map[string]interface{}
}
ContinueWithSettingsUiFlow struct for ContinueWithSettingsUiFlow
func NewContinueWithSettingsUiFlow ¶ added in v1.4.3
func NewContinueWithSettingsUiFlow(id string) *ContinueWithSettingsUiFlow
NewContinueWithSettingsUiFlow instantiates a new ContinueWithSettingsUiFlow 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 NewContinueWithSettingsUiFlowWithDefaults ¶ added in v1.4.3
func NewContinueWithSettingsUiFlowWithDefaults() *ContinueWithSettingsUiFlow
NewContinueWithSettingsUiFlowWithDefaults instantiates a new ContinueWithSettingsUiFlow 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 (*ContinueWithSettingsUiFlow) GetId ¶ added in v1.4.3
func (o *ContinueWithSettingsUiFlow) GetId() string
GetId returns the Id field value
func (*ContinueWithSettingsUiFlow) GetIdOk ¶ added in v1.4.3
func (o *ContinueWithSettingsUiFlow) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ContinueWithSettingsUiFlow) GetUrl ¶ added in v1.14.0
func (o *ContinueWithSettingsUiFlow) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*ContinueWithSettingsUiFlow) GetUrlOk ¶ added in v1.14.0
func (o *ContinueWithSettingsUiFlow) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContinueWithSettingsUiFlow) HasUrl ¶ added in v1.14.0
func (o *ContinueWithSettingsUiFlow) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (ContinueWithSettingsUiFlow) MarshalJSON ¶ added in v1.4.3
func (o ContinueWithSettingsUiFlow) MarshalJSON() ([]byte, error)
func (*ContinueWithSettingsUiFlow) SetId ¶ added in v1.4.3
func (o *ContinueWithSettingsUiFlow) SetId(v string)
SetId sets field value
func (*ContinueWithSettingsUiFlow) SetUrl ¶ added in v1.14.0
func (o *ContinueWithSettingsUiFlow) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (ContinueWithSettingsUiFlow) ToMap ¶ added in v1.4.3
func (o ContinueWithSettingsUiFlow) ToMap() (map[string]interface{}, error)
func (*ContinueWithSettingsUiFlow) UnmarshalJSON ¶ added in v1.4.3
func (o *ContinueWithSettingsUiFlow) UnmarshalJSON(data []byte) (err error)
type ContinueWithVerificationUi ¶ added in v1.1.24
type ContinueWithVerificationUi struct {
// Action will always be `show_verification_ui` show_verification_ui ContinueWithActionShowVerificationUIString
Action string `json:"action"`
Flow ContinueWithVerificationUiFlow `json:"flow"`
AdditionalProperties map[string]interface{}
}
ContinueWithVerificationUi Indicates, that the UI flow could be continued by showing a verification ui
func NewContinueWithVerificationUi ¶ added in v1.1.24
func NewContinueWithVerificationUi(action string, flow ContinueWithVerificationUiFlow) *ContinueWithVerificationUi
NewContinueWithVerificationUi instantiates a new ContinueWithVerificationUi 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 NewContinueWithVerificationUiWithDefaults ¶ added in v1.1.24
func NewContinueWithVerificationUiWithDefaults() *ContinueWithVerificationUi
NewContinueWithVerificationUiWithDefaults instantiates a new ContinueWithVerificationUi 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 (*ContinueWithVerificationUi) GetAction ¶ added in v1.1.24
func (o *ContinueWithVerificationUi) GetAction() string
GetAction returns the Action field value
func (*ContinueWithVerificationUi) GetActionOk ¶ added in v1.1.24
func (o *ContinueWithVerificationUi) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*ContinueWithVerificationUi) GetFlow ¶ added in v1.1.24
func (o *ContinueWithVerificationUi) GetFlow() ContinueWithVerificationUiFlow
GetFlow returns the Flow field value
func (*ContinueWithVerificationUi) GetFlowOk ¶ added in v1.1.24
func (o *ContinueWithVerificationUi) GetFlowOk() (*ContinueWithVerificationUiFlow, bool)
GetFlowOk returns a tuple with the Flow field value and a boolean to check if the value has been set.
func (ContinueWithVerificationUi) MarshalJSON ¶ added in v1.1.24
func (o ContinueWithVerificationUi) MarshalJSON() ([]byte, error)
func (*ContinueWithVerificationUi) SetAction ¶ added in v1.1.24
func (o *ContinueWithVerificationUi) SetAction(v string)
SetAction sets field value
func (*ContinueWithVerificationUi) SetFlow ¶ added in v1.1.24
func (o *ContinueWithVerificationUi) SetFlow(v ContinueWithVerificationUiFlow)
SetFlow sets field value
func (ContinueWithVerificationUi) ToMap ¶ added in v1.3.0
func (o ContinueWithVerificationUi) ToMap() (map[string]interface{}, error)
func (*ContinueWithVerificationUi) UnmarshalJSON ¶ added in v1.1.36
func (o *ContinueWithVerificationUi) UnmarshalJSON(data []byte) (err error)
type ContinueWithVerificationUiFlow ¶ added in v1.1.24
type ContinueWithVerificationUiFlow struct {
// The ID of the verification flow
Id string `json:"id"`
// The URL of the verification flow If this value is set, redirect the user's browser to this URL. This value is typically unset for native clients / API flows.
Url *string `json:"url,omitempty"`
// The address that should be verified in this flow
VerifiableAddress string `json:"verifiable_address"`
AdditionalProperties map[string]interface{}
}
ContinueWithVerificationUiFlow struct for ContinueWithVerificationUiFlow
func NewContinueWithVerificationUiFlow ¶ added in v1.1.24
func NewContinueWithVerificationUiFlow(id string, verifiableAddress string) *ContinueWithVerificationUiFlow
NewContinueWithVerificationUiFlow instantiates a new ContinueWithVerificationUiFlow 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 NewContinueWithVerificationUiFlowWithDefaults ¶ added in v1.1.24
func NewContinueWithVerificationUiFlowWithDefaults() *ContinueWithVerificationUiFlow
NewContinueWithVerificationUiFlowWithDefaults instantiates a new ContinueWithVerificationUiFlow 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 (*ContinueWithVerificationUiFlow) GetId ¶ added in v1.1.24
func (o *ContinueWithVerificationUiFlow) GetId() string
GetId returns the Id field value
func (*ContinueWithVerificationUiFlow) GetIdOk ¶ added in v1.1.24
func (o *ContinueWithVerificationUiFlow) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ContinueWithVerificationUiFlow) GetUrl ¶ added in v1.1.24
func (o *ContinueWithVerificationUiFlow) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*ContinueWithVerificationUiFlow) GetUrlOk ¶ added in v1.1.24
func (o *ContinueWithVerificationUiFlow) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContinueWithVerificationUiFlow) GetVerifiableAddress ¶ added in v1.1.24
func (o *ContinueWithVerificationUiFlow) GetVerifiableAddress() string
GetVerifiableAddress returns the VerifiableAddress field value
func (*ContinueWithVerificationUiFlow) GetVerifiableAddressOk ¶ added in v1.1.24
func (o *ContinueWithVerificationUiFlow) GetVerifiableAddressOk() (*string, bool)
GetVerifiableAddressOk returns a tuple with the VerifiableAddress field value and a boolean to check if the value has been set.
func (*ContinueWithVerificationUiFlow) HasUrl ¶ added in v1.1.24
func (o *ContinueWithVerificationUiFlow) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (ContinueWithVerificationUiFlow) MarshalJSON ¶ added in v1.1.24
func (o ContinueWithVerificationUiFlow) MarshalJSON() ([]byte, error)
func (*ContinueWithVerificationUiFlow) SetId ¶ added in v1.1.24
func (o *ContinueWithVerificationUiFlow) SetId(v string)
SetId sets field value
func (*ContinueWithVerificationUiFlow) SetUrl ¶ added in v1.1.24
func (o *ContinueWithVerificationUiFlow) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (*ContinueWithVerificationUiFlow) SetVerifiableAddress ¶ added in v1.1.24
func (o *ContinueWithVerificationUiFlow) SetVerifiableAddress(v string)
SetVerifiableAddress sets field value
func (ContinueWithVerificationUiFlow) ToMap ¶ added in v1.3.0
func (o ContinueWithVerificationUiFlow) ToMap() (map[string]interface{}, error)
func (*ContinueWithVerificationUiFlow) UnmarshalJSON ¶ added in v1.1.36
func (o *ContinueWithVerificationUiFlow) UnmarshalJSON(data []byte) (err error)
type CourierAPI ¶ added in v1.3.0
type CourierAPI interface {
/*
GetCourierMessage Get a Message
Gets a specific messages by the given ID.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id MessageID is the ID of the message.
@return CourierAPIGetCourierMessageRequest
*/
GetCourierMessage(ctx context.Context, id string) CourierAPIGetCourierMessageRequest
// GetCourierMessageExecute executes the request
// @return Message
GetCourierMessageExecute(r CourierAPIGetCourierMessageRequest) (*Message, *http.Response, error)
/*
ListCourierMessages List Messages
Lists all messages by given status and recipient.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return CourierAPIListCourierMessagesRequest
*/
ListCourierMessages(ctx context.Context) CourierAPIListCourierMessagesRequest
// ListCourierMessagesExecute executes the request
// @return []Message
ListCourierMessagesExecute(r CourierAPIListCourierMessagesRequest) ([]Message, *http.Response, error)
}
type CourierAPIGetCourierMessageRequest ¶ added in v1.3.0
type CourierAPIGetCourierMessageRequest struct {
ApiService CourierAPI
// contains filtered or unexported fields
}
type CourierAPIListCourierMessagesRequest ¶ added in v1.3.0
type CourierAPIListCourierMessagesRequest struct {
ApiService CourierAPI
// contains filtered or unexported fields
}
func (CourierAPIListCourierMessagesRequest) Execute ¶ added in v1.3.0
func (r CourierAPIListCourierMessagesRequest) Execute() ([]Message, *http.Response, error)
func (CourierAPIListCourierMessagesRequest) PageSize ¶ added in v1.3.0
func (r CourierAPIListCourierMessagesRequest) PageSize(pageSize int64) CourierAPIListCourierMessagesRequest
Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
func (CourierAPIListCourierMessagesRequest) PageToken ¶ added in v1.3.0
func (r CourierAPIListCourierMessagesRequest) PageToken(pageToken string) CourierAPIListCourierMessagesRequest
Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
func (CourierAPIListCourierMessagesRequest) Recipient ¶ added in v1.3.0
func (r CourierAPIListCourierMessagesRequest) Recipient(recipient string) CourierAPIListCourierMessagesRequest
Recipient filters out messages based on recipient. If no value is provided, it doesn't take effect on filter.
func (CourierAPIListCourierMessagesRequest) Status ¶ added in v1.3.0
func (r CourierAPIListCourierMessagesRequest) Status(status CourierMessageStatus) CourierAPIListCourierMessagesRequest
Status filters out messages based on status. If no value is provided, it doesn't take effect on filter.
type CourierAPIService ¶ added in v1.3.0
type CourierAPIService service
CourierAPIService CourierAPI service
func (*CourierAPIService) GetCourierMessage ¶ added in v1.3.0
func (a *CourierAPIService) GetCourierMessage(ctx context.Context, id string) CourierAPIGetCourierMessageRequest
GetCourierMessage Get a Message
Gets a specific messages by the given ID.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id MessageID is the ID of the message. @return CourierAPIGetCourierMessageRequest
func (*CourierAPIService) GetCourierMessageExecute ¶ added in v1.3.0
func (a *CourierAPIService) GetCourierMessageExecute(r CourierAPIGetCourierMessageRequest) (*Message, *http.Response, error)
Execute executes the request
@return Message
func (*CourierAPIService) ListCourierMessages ¶ added in v1.3.0
func (a *CourierAPIService) ListCourierMessages(ctx context.Context) CourierAPIListCourierMessagesRequest
ListCourierMessages List Messages
Lists all messages by given status and recipient.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return CourierAPIListCourierMessagesRequest
func (*CourierAPIService) ListCourierMessagesExecute ¶ added in v1.3.0
func (a *CourierAPIService) ListCourierMessagesExecute(r CourierAPIListCourierMessagesRequest) ([]Message, *http.Response, error)
Execute executes the request
@return []Message
type CourierMessageStatus ¶
type CourierMessageStatus string
CourierMessageStatus A Message's Status
const ( COURIERMESSAGESTATUS_QUEUED CourierMessageStatus = "queued" COURIERMESSAGESTATUS_SENT CourierMessageStatus = "sent" COURIERMESSAGESTATUS_PROCESSING CourierMessageStatus = "processing" COURIERMESSAGESTATUS_ABANDONED CourierMessageStatus = "abandoned" )
List of courierMessageStatus
func NewCourierMessageStatusFromValue ¶
func NewCourierMessageStatusFromValue(v string) (*CourierMessageStatus, error)
NewCourierMessageStatusFromValue returns a pointer to a valid CourierMessageStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (CourierMessageStatus) IsValid ¶
func (v CourierMessageStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (CourierMessageStatus) Ptr ¶
func (v CourierMessageStatus) Ptr() *CourierMessageStatus
Ptr returns reference to courierMessageStatus value
func (*CourierMessageStatus) UnmarshalJSON ¶
func (v *CourierMessageStatus) UnmarshalJSON(src []byte) error
type CourierMessageType ¶
type CourierMessageType string
CourierMessageType It can either be `email` or `phone`
const ( COURIERMESSAGETYPE_EMAIL CourierMessageType = "email" COURIERMESSAGETYPE_PHONE CourierMessageType = "phone" )
List of courierMessageType
func NewCourierMessageTypeFromValue ¶
func NewCourierMessageTypeFromValue(v string) (*CourierMessageType, error)
NewCourierMessageTypeFromValue returns a pointer to a valid CourierMessageType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (CourierMessageType) IsValid ¶
func (v CourierMessageType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (CourierMessageType) Ptr ¶
func (v CourierMessageType) Ptr() *CourierMessageType
Ptr returns reference to courierMessageType value
func (*CourierMessageType) UnmarshalJSON ¶
func (v *CourierMessageType) UnmarshalJSON(src []byte) error
type CreateCustomDomainBody ¶
type CreateCustomDomainBody struct {
// The domain where cookies will be set. Has to be a parent domain of the custom hostname to work.
CookieDomain *string `json:"cookie_domain,omitempty"`
// CORS Allowed origins for the custom hostname.
CorsAllowedOrigins []string `json:"cors_allowed_origins,omitempty"`
// CORS Enabled for the custom hostname.
CorsEnabled *bool `json:"cors_enabled,omitempty"`
// The base URL where the custom user interface will be exposed.
CustomUiBaseUrl *string `json:"custom_ui_base_url,omitempty"`
// The custom hostname where the API will be exposed.
Hostname *string `json:"hostname,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateCustomDomainBody Create Custom Hostname Request Body
func NewCreateCustomDomainBody ¶
func NewCreateCustomDomainBody() *CreateCustomDomainBody
NewCreateCustomDomainBody instantiates a new CreateCustomDomainBody 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 NewCreateCustomDomainBodyWithDefaults ¶
func NewCreateCustomDomainBodyWithDefaults() *CreateCustomDomainBody
NewCreateCustomDomainBodyWithDefaults instantiates a new CreateCustomDomainBody 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 (*CreateCustomDomainBody) GetCookieDomain ¶
func (o *CreateCustomDomainBody) GetCookieDomain() string
GetCookieDomain returns the CookieDomain field value if set, zero value otherwise.
func (*CreateCustomDomainBody) GetCookieDomainOk ¶
func (o *CreateCustomDomainBody) GetCookieDomainOk() (*string, bool)
GetCookieDomainOk returns a tuple with the CookieDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCustomDomainBody) GetCorsAllowedOrigins ¶
func (o *CreateCustomDomainBody) GetCorsAllowedOrigins() []string
GetCorsAllowedOrigins returns the CorsAllowedOrigins field value if set, zero value otherwise.
func (*CreateCustomDomainBody) GetCorsAllowedOriginsOk ¶
func (o *CreateCustomDomainBody) GetCorsAllowedOriginsOk() ([]string, bool)
GetCorsAllowedOriginsOk returns a tuple with the CorsAllowedOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCustomDomainBody) GetCorsEnabled ¶
func (o *CreateCustomDomainBody) GetCorsEnabled() bool
GetCorsEnabled returns the CorsEnabled field value if set, zero value otherwise.
func (*CreateCustomDomainBody) GetCorsEnabledOk ¶
func (o *CreateCustomDomainBody) GetCorsEnabledOk() (*bool, bool)
GetCorsEnabledOk returns a tuple with the CorsEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCustomDomainBody) GetCustomUiBaseUrl ¶ added in v1.1.20
func (o *CreateCustomDomainBody) GetCustomUiBaseUrl() string
GetCustomUiBaseUrl returns the CustomUiBaseUrl field value if set, zero value otherwise.
func (*CreateCustomDomainBody) GetCustomUiBaseUrlOk ¶ added in v1.1.20
func (o *CreateCustomDomainBody) GetCustomUiBaseUrlOk() (*string, bool)
GetCustomUiBaseUrlOk returns a tuple with the CustomUiBaseUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCustomDomainBody) GetHostname ¶
func (o *CreateCustomDomainBody) GetHostname() string
GetHostname returns the Hostname field value if set, zero value otherwise.
func (*CreateCustomDomainBody) GetHostnameOk ¶
func (o *CreateCustomDomainBody) GetHostnameOk() (*string, bool)
GetHostnameOk returns a tuple with the Hostname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCustomDomainBody) HasCookieDomain ¶
func (o *CreateCustomDomainBody) HasCookieDomain() bool
HasCookieDomain returns a boolean if a field has been set.
func (*CreateCustomDomainBody) HasCorsAllowedOrigins ¶
func (o *CreateCustomDomainBody) HasCorsAllowedOrigins() bool
HasCorsAllowedOrigins returns a boolean if a field has been set.
func (*CreateCustomDomainBody) HasCorsEnabled ¶
func (o *CreateCustomDomainBody) HasCorsEnabled() bool
HasCorsEnabled returns a boolean if a field has been set.
func (*CreateCustomDomainBody) HasCustomUiBaseUrl ¶ added in v1.1.20
func (o *CreateCustomDomainBody) HasCustomUiBaseUrl() bool
HasCustomUiBaseUrl returns a boolean if a field has been set.
func (*CreateCustomDomainBody) HasHostname ¶
func (o *CreateCustomDomainBody) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (CreateCustomDomainBody) MarshalJSON ¶
func (o CreateCustomDomainBody) MarshalJSON() ([]byte, error)
func (*CreateCustomDomainBody) SetCookieDomain ¶
func (o *CreateCustomDomainBody) SetCookieDomain(v string)
SetCookieDomain gets a reference to the given string and assigns it to the CookieDomain field.
func (*CreateCustomDomainBody) SetCorsAllowedOrigins ¶
func (o *CreateCustomDomainBody) SetCorsAllowedOrigins(v []string)
SetCorsAllowedOrigins gets a reference to the given []string and assigns it to the CorsAllowedOrigins field.
func (*CreateCustomDomainBody) SetCorsEnabled ¶
func (o *CreateCustomDomainBody) SetCorsEnabled(v bool)
SetCorsEnabled gets a reference to the given bool and assigns it to the CorsEnabled field.
func (*CreateCustomDomainBody) SetCustomUiBaseUrl ¶ added in v1.1.20
func (o *CreateCustomDomainBody) SetCustomUiBaseUrl(v string)
SetCustomUiBaseUrl gets a reference to the given string and assigns it to the CustomUiBaseUrl field.
func (*CreateCustomDomainBody) SetHostname ¶
func (o *CreateCustomDomainBody) SetHostname(v string)
SetHostname gets a reference to the given string and assigns it to the Hostname field.
func (CreateCustomDomainBody) ToMap ¶ added in v1.3.0
func (o CreateCustomDomainBody) ToMap() (map[string]interface{}, error)
func (*CreateCustomDomainBody) UnmarshalJSON ¶ added in v1.1.36
func (o *CreateCustomDomainBody) UnmarshalJSON(data []byte) (err error)
type CreateEventStreamBody ¶ added in v1.5.0
type CreateEventStreamBody struct {
// The AWS IAM role ARN to assume when publishing to the SNS topic.
RoleArn string `json:"role_arn"`
// The AWS SNS topic ARN.
TopicArn string `json:"topic_arn"`
// The type of the event stream (AWS SNS, GCP Pub/Sub, etc).
Type string `json:"type"`
AdditionalProperties map[string]interface{}
}
CreateEventStreamBody Create Event Stream Request Body
func NewCreateEventStreamBody ¶ added in v1.5.0
func NewCreateEventStreamBody(roleArn string, topicArn string, type_ string) *CreateEventStreamBody
NewCreateEventStreamBody instantiates a new CreateEventStreamBody 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 NewCreateEventStreamBodyWithDefaults ¶ added in v1.5.0
func NewCreateEventStreamBodyWithDefaults() *CreateEventStreamBody
NewCreateEventStreamBodyWithDefaults instantiates a new CreateEventStreamBody 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 (*CreateEventStreamBody) GetRoleArn ¶ added in v1.5.0
func (o *CreateEventStreamBody) GetRoleArn() string
GetRoleArn returns the RoleArn field value
func (*CreateEventStreamBody) GetRoleArnOk ¶ added in v1.5.0
func (o *CreateEventStreamBody) GetRoleArnOk() (*string, bool)
GetRoleArnOk returns a tuple with the RoleArn field value and a boolean to check if the value has been set.
func (*CreateEventStreamBody) GetTopicArn ¶ added in v1.5.0
func (o *CreateEventStreamBody) GetTopicArn() string
GetTopicArn returns the TopicArn field value
func (*CreateEventStreamBody) GetTopicArnOk ¶ added in v1.5.0
func (o *CreateEventStreamBody) GetTopicArnOk() (*string, bool)
GetTopicArnOk returns a tuple with the TopicArn field value and a boolean to check if the value has been set.
func (*CreateEventStreamBody) GetType ¶ added in v1.5.0
func (o *CreateEventStreamBody) GetType() string
GetType returns the Type field value
func (*CreateEventStreamBody) GetTypeOk ¶ added in v1.5.0
func (o *CreateEventStreamBody) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (CreateEventStreamBody) MarshalJSON ¶ added in v1.5.0
func (o CreateEventStreamBody) MarshalJSON() ([]byte, error)
func (*CreateEventStreamBody) SetRoleArn ¶ added in v1.5.0
func (o *CreateEventStreamBody) SetRoleArn(v string)
SetRoleArn sets field value
func (*CreateEventStreamBody) SetTopicArn ¶ added in v1.5.0
func (o *CreateEventStreamBody) SetTopicArn(v string)
SetTopicArn sets field value
func (*CreateEventStreamBody) SetType ¶ added in v1.5.0
func (o *CreateEventStreamBody) SetType(v string)
SetType sets field value
func (CreateEventStreamBody) ToMap ¶ added in v1.5.0
func (o CreateEventStreamBody) ToMap() (map[string]interface{}, error)
func (*CreateEventStreamBody) UnmarshalJSON ¶ added in v1.5.0
func (o *CreateEventStreamBody) UnmarshalJSON(data []byte) (err error)
type CreateIdentityBody ¶
type CreateIdentityBody struct {
Credentials *IdentityWithCredentials `json:"credentials,omitempty"`
// Store metadata about the user which is only accessible through admin APIs such as `GET /admin/identities/<id>`.
MetadataAdmin interface{} `json:"metadata_admin,omitempty"`
// Store metadata about the identity which the identity itself can see when calling for example the session endpoint. Do not store sensitive information (e.g. credit score) about the identity in this field.
MetadataPublic interface{} `json:"metadata_public,omitempty"`
// RecoveryAddresses contains all the addresses that can be used to recover an identity. Use this structure to import recovery addresses for an identity. Please keep in mind that the address needs to be represented in the Identity Schema or this field will be overwritten on the next identity update.
RecoveryAddresses []RecoveryIdentityAddress `json:"recovery_addresses,omitempty"`
// SchemaID is the ID of the JSON Schema to be used for validating the identity's traits.
SchemaId string `json:"schema_id"`
// State is the identity's state. active StateActive inactive StateInactive
State *string `json:"state,omitempty"`
// Traits represent an identity's traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in `schema_url`.
Traits map[string]interface{} `json:"traits"`
// VerifiableAddresses contains all the addresses that can be verified by the user. Use this structure to import verified addresses for an identity. Please keep in mind that the address needs to be represented in the Identity Schema or this field will be overwritten on the next identity update.
VerifiableAddresses []VerifiableIdentityAddress `json:"verifiable_addresses,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateIdentityBody Create Identity Body
func NewCreateIdentityBody ¶
func NewCreateIdentityBody(schemaId string, traits map[string]interface{}) *CreateIdentityBody
NewCreateIdentityBody instantiates a new CreateIdentityBody 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 NewCreateIdentityBodyWithDefaults ¶
func NewCreateIdentityBodyWithDefaults() *CreateIdentityBody
NewCreateIdentityBodyWithDefaults instantiates a new CreateIdentityBody 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 (*CreateIdentityBody) GetCredentials ¶
func (o *CreateIdentityBody) GetCredentials() IdentityWithCredentials
GetCredentials returns the Credentials field value if set, zero value otherwise.
func (*CreateIdentityBody) GetCredentialsOk ¶
func (o *CreateIdentityBody) GetCredentialsOk() (*IdentityWithCredentials, bool)
GetCredentialsOk returns a tuple with the Credentials field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateIdentityBody) GetMetadataAdmin ¶
func (o *CreateIdentityBody) GetMetadataAdmin() interface{}
GetMetadataAdmin returns the MetadataAdmin field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateIdentityBody) GetMetadataAdminOk ¶
func (o *CreateIdentityBody) GetMetadataAdminOk() (*interface{}, bool)
GetMetadataAdminOk returns a tuple with the MetadataAdmin field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateIdentityBody) GetMetadataPublic ¶
func (o *CreateIdentityBody) GetMetadataPublic() interface{}
GetMetadataPublic returns the MetadataPublic field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateIdentityBody) GetMetadataPublicOk ¶
func (o *CreateIdentityBody) GetMetadataPublicOk() (*interface{}, bool)
GetMetadataPublicOk returns a tuple with the MetadataPublic field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateIdentityBody) GetRecoveryAddresses ¶
func (o *CreateIdentityBody) GetRecoveryAddresses() []RecoveryIdentityAddress
GetRecoveryAddresses returns the RecoveryAddresses field value if set, zero value otherwise.
func (*CreateIdentityBody) GetRecoveryAddressesOk ¶
func (o *CreateIdentityBody) GetRecoveryAddressesOk() ([]RecoveryIdentityAddress, bool)
GetRecoveryAddressesOk returns a tuple with the RecoveryAddresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateIdentityBody) GetSchemaId ¶
func (o *CreateIdentityBody) GetSchemaId() string
GetSchemaId returns the SchemaId field value
func (*CreateIdentityBody) GetSchemaIdOk ¶
func (o *CreateIdentityBody) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value and a boolean to check if the value has been set.
func (*CreateIdentityBody) GetState ¶
func (o *CreateIdentityBody) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*CreateIdentityBody) GetStateOk ¶
func (o *CreateIdentityBody) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateIdentityBody) GetTraits ¶
func (o *CreateIdentityBody) GetTraits() map[string]interface{}
GetTraits returns the Traits field value
func (*CreateIdentityBody) GetTraitsOk ¶
func (o *CreateIdentityBody) GetTraitsOk() (map[string]interface{}, bool)
GetTraitsOk returns a tuple with the Traits field value and a boolean to check if the value has been set.
func (*CreateIdentityBody) GetVerifiableAddresses ¶
func (o *CreateIdentityBody) GetVerifiableAddresses() []VerifiableIdentityAddress
GetVerifiableAddresses returns the VerifiableAddresses field value if set, zero value otherwise.
func (*CreateIdentityBody) GetVerifiableAddressesOk ¶
func (o *CreateIdentityBody) GetVerifiableAddressesOk() ([]VerifiableIdentityAddress, bool)
GetVerifiableAddressesOk returns a tuple with the VerifiableAddresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateIdentityBody) HasCredentials ¶
func (o *CreateIdentityBody) HasCredentials() bool
HasCredentials returns a boolean if a field has been set.
func (*CreateIdentityBody) HasMetadataAdmin ¶
func (o *CreateIdentityBody) HasMetadataAdmin() bool
HasMetadataAdmin returns a boolean if a field has been set.
func (*CreateIdentityBody) HasMetadataPublic ¶
func (o *CreateIdentityBody) HasMetadataPublic() bool
HasMetadataPublic returns a boolean if a field has been set.
func (*CreateIdentityBody) HasRecoveryAddresses ¶
func (o *CreateIdentityBody) HasRecoveryAddresses() bool
HasRecoveryAddresses returns a boolean if a field has been set.
func (*CreateIdentityBody) HasState ¶
func (o *CreateIdentityBody) HasState() bool
HasState returns a boolean if a field has been set.
func (*CreateIdentityBody) HasVerifiableAddresses ¶
func (o *CreateIdentityBody) HasVerifiableAddresses() bool
HasVerifiableAddresses returns a boolean if a field has been set.
func (CreateIdentityBody) MarshalJSON ¶
func (o CreateIdentityBody) MarshalJSON() ([]byte, error)
func (*CreateIdentityBody) SetCredentials ¶
func (o *CreateIdentityBody) SetCredentials(v IdentityWithCredentials)
SetCredentials gets a reference to the given IdentityWithCredentials and assigns it to the Credentials field.
func (*CreateIdentityBody) SetMetadataAdmin ¶
func (o *CreateIdentityBody) SetMetadataAdmin(v interface{})
SetMetadataAdmin gets a reference to the given interface{} and assigns it to the MetadataAdmin field.
func (*CreateIdentityBody) SetMetadataPublic ¶
func (o *CreateIdentityBody) SetMetadataPublic(v interface{})
SetMetadataPublic gets a reference to the given interface{} and assigns it to the MetadataPublic field.
func (*CreateIdentityBody) SetRecoveryAddresses ¶
func (o *CreateIdentityBody) SetRecoveryAddresses(v []RecoveryIdentityAddress)
SetRecoveryAddresses gets a reference to the given []RecoveryIdentityAddress and assigns it to the RecoveryAddresses field.
func (*CreateIdentityBody) SetSchemaId ¶
func (o *CreateIdentityBody) SetSchemaId(v string)
SetSchemaId sets field value
func (*CreateIdentityBody) SetState ¶
func (o *CreateIdentityBody) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*CreateIdentityBody) SetTraits ¶
func (o *CreateIdentityBody) SetTraits(v map[string]interface{})
SetTraits sets field value
func (*CreateIdentityBody) SetVerifiableAddresses ¶
func (o *CreateIdentityBody) SetVerifiableAddresses(v []VerifiableIdentityAddress)
SetVerifiableAddresses gets a reference to the given []VerifiableIdentityAddress and assigns it to the VerifiableAddresses field.
func (CreateIdentityBody) ToMap ¶ added in v1.3.0
func (o CreateIdentityBody) ToMap() (map[string]interface{}, error)
func (*CreateIdentityBody) UnmarshalJSON ¶ added in v1.1.36
func (o *CreateIdentityBody) UnmarshalJSON(data []byte) (err error)
type CreateInviteResponse ¶ added in v1.1.44
type CreateInviteResponse struct {
// A list of all invites for this resource
AllInvites []MemberInvite `json:"all_invites"`
CreatedInvite MemberInvite `json:"created_invite"`
AdditionalProperties map[string]interface{}
}
CreateInviteResponse struct for CreateInviteResponse
func NewCreateInviteResponse ¶ added in v1.1.44
func NewCreateInviteResponse(allInvites []MemberInvite, createdInvite MemberInvite) *CreateInviteResponse
NewCreateInviteResponse instantiates a new CreateInviteResponse 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 NewCreateInviteResponseWithDefaults ¶ added in v1.1.44
func NewCreateInviteResponseWithDefaults() *CreateInviteResponse
NewCreateInviteResponseWithDefaults instantiates a new CreateInviteResponse 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 (*CreateInviteResponse) GetAllInvites ¶ added in v1.1.44
func (o *CreateInviteResponse) GetAllInvites() []MemberInvite
GetAllInvites returns the AllInvites field value
func (*CreateInviteResponse) GetAllInvitesOk ¶ added in v1.1.44
func (o *CreateInviteResponse) GetAllInvitesOk() ([]MemberInvite, bool)
GetAllInvitesOk returns a tuple with the AllInvites field value and a boolean to check if the value has been set.
func (*CreateInviteResponse) GetCreatedInvite ¶ added in v1.1.44
func (o *CreateInviteResponse) GetCreatedInvite() MemberInvite
GetCreatedInvite returns the CreatedInvite field value
func (*CreateInviteResponse) GetCreatedInviteOk ¶ added in v1.1.44
func (o *CreateInviteResponse) GetCreatedInviteOk() (*MemberInvite, bool)
GetCreatedInviteOk returns a tuple with the CreatedInvite field value and a boolean to check if the value has been set.
func (CreateInviteResponse) MarshalJSON ¶ added in v1.1.44
func (o CreateInviteResponse) MarshalJSON() ([]byte, error)
func (*CreateInviteResponse) SetAllInvites ¶ added in v1.1.44
func (o *CreateInviteResponse) SetAllInvites(v []MemberInvite)
SetAllInvites sets field value
func (*CreateInviteResponse) SetCreatedInvite ¶ added in v1.1.44
func (o *CreateInviteResponse) SetCreatedInvite(v MemberInvite)
SetCreatedInvite sets field value
func (CreateInviteResponse) ToMap ¶ added in v1.3.0
func (o CreateInviteResponse) ToMap() (map[string]interface{}, error)
func (*CreateInviteResponse) UnmarshalJSON ¶ added in v1.1.44
func (o *CreateInviteResponse) UnmarshalJSON(data []byte) (err error)
type CreateJsonWebKeySet ¶
type CreateJsonWebKeySet struct {
// JSON Web Key Algorithm The algorithm to be used for creating the key. Supports `RS256`, `ES256`, `ES512`, `HS512`, and `HS256`.
Alg string `json:"alg"`
// JSON Web Key ID The Key ID of the key to be created.
Kid string `json:"kid"`
// JSON Web Key Use The \"use\" (public key use) parameter identifies the intended use of the public key. The \"use\" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Valid values are \"enc\" and \"sig\".
Use string `json:"use"`
AdditionalProperties map[string]interface{}
}
CreateJsonWebKeySet Create JSON Web Key Set Request Body
func NewCreateJsonWebKeySet ¶
func NewCreateJsonWebKeySet(alg string, kid string, use string) *CreateJsonWebKeySet
NewCreateJsonWebKeySet instantiates a new CreateJsonWebKeySet 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 NewCreateJsonWebKeySetWithDefaults ¶
func NewCreateJsonWebKeySetWithDefaults() *CreateJsonWebKeySet
NewCreateJsonWebKeySetWithDefaults instantiates a new CreateJsonWebKeySet 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 (*CreateJsonWebKeySet) GetAlg ¶
func (o *CreateJsonWebKeySet) GetAlg() string
GetAlg returns the Alg field value
func (*CreateJsonWebKeySet) GetAlgOk ¶
func (o *CreateJsonWebKeySet) GetAlgOk() (*string, bool)
GetAlgOk returns a tuple with the Alg field value and a boolean to check if the value has been set.
func (*CreateJsonWebKeySet) GetKid ¶
func (o *CreateJsonWebKeySet) GetKid() string
GetKid returns the Kid field value
func (*CreateJsonWebKeySet) GetKidOk ¶
func (o *CreateJsonWebKeySet) GetKidOk() (*string, bool)
GetKidOk returns a tuple with the Kid field value and a boolean to check if the value has been set.
func (*CreateJsonWebKeySet) GetUse ¶
func (o *CreateJsonWebKeySet) GetUse() string
GetUse returns the Use field value
func (*CreateJsonWebKeySet) GetUseOk ¶
func (o *CreateJsonWebKeySet) GetUseOk() (*string, bool)
GetUseOk returns a tuple with the Use field value and a boolean to check if the value has been set.
func (CreateJsonWebKeySet) MarshalJSON ¶
func (o CreateJsonWebKeySet) MarshalJSON() ([]byte, error)
func (*CreateJsonWebKeySet) SetAlg ¶
func (o *CreateJsonWebKeySet) SetAlg(v string)
SetAlg sets field value
func (*CreateJsonWebKeySet) SetKid ¶
func (o *CreateJsonWebKeySet) SetKid(v string)
SetKid sets field value
func (*CreateJsonWebKeySet) SetUse ¶
func (o *CreateJsonWebKeySet) SetUse(v string)
SetUse sets field value
func (CreateJsonWebKeySet) ToMap ¶ added in v1.3.0
func (o CreateJsonWebKeySet) ToMap() (map[string]interface{}, error)
func (*CreateJsonWebKeySet) UnmarshalJSON ¶ added in v1.1.36
func (o *CreateJsonWebKeySet) UnmarshalJSON(data []byte) (err error)
type CreateProjectApiKeyRequest ¶
type CreateProjectApiKeyRequest struct {
// The Token Name A descriptive name for the token. in: body
Name string `json:"name"`
AdditionalProperties map[string]interface{}
}
CreateProjectApiKeyRequest struct for CreateProjectApiKeyRequest
func NewCreateProjectApiKeyRequest ¶
func NewCreateProjectApiKeyRequest(name string) *CreateProjectApiKeyRequest
NewCreateProjectApiKeyRequest instantiates a new CreateProjectApiKeyRequest 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 NewCreateProjectApiKeyRequestWithDefaults ¶
func NewCreateProjectApiKeyRequestWithDefaults() *CreateProjectApiKeyRequest
NewCreateProjectApiKeyRequestWithDefaults instantiates a new CreateProjectApiKeyRequest 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 (*CreateProjectApiKeyRequest) GetName ¶
func (o *CreateProjectApiKeyRequest) GetName() string
GetName returns the Name field value
func (*CreateProjectApiKeyRequest) GetNameOk ¶
func (o *CreateProjectApiKeyRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (CreateProjectApiKeyRequest) MarshalJSON ¶
func (o CreateProjectApiKeyRequest) MarshalJSON() ([]byte, error)
func (*CreateProjectApiKeyRequest) SetName ¶
func (o *CreateProjectApiKeyRequest) SetName(v string)
SetName sets field value
func (CreateProjectApiKeyRequest) ToMap ¶ added in v1.3.0
func (o CreateProjectApiKeyRequest) ToMap() (map[string]interface{}, error)
func (*CreateProjectApiKeyRequest) UnmarshalJSON ¶ added in v1.1.36
func (o *CreateProjectApiKeyRequest) UnmarshalJSON(data []byte) (err error)
type CreateProjectBody ¶
type CreateProjectBody struct {
// The environment of the project. prod Production stage Staging dev Development
Environment string `json:"environment"`
// Home Region The home region of the project. This is the region where the project will be created. eu-central EUCentral us-east USEast us-west USWest us US global Global
HomeRegion *string `json:"home_region,omitempty"`
// The name of the project to be created
Name string `json:"name"`
// The workspace to create the project in.
WorkspaceId *string `json:"workspace_id,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateProjectBody Create Project Request Body
func NewCreateProjectBody ¶
func NewCreateProjectBody(environment string, name string) *CreateProjectBody
NewCreateProjectBody instantiates a new CreateProjectBody 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 NewCreateProjectBodyWithDefaults ¶
func NewCreateProjectBodyWithDefaults() *CreateProjectBody
NewCreateProjectBodyWithDefaults instantiates a new CreateProjectBody 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 (*CreateProjectBody) GetEnvironment ¶ added in v1.6.2
func (o *CreateProjectBody) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*CreateProjectBody) GetEnvironmentOk ¶ added in v1.6.2
func (o *CreateProjectBody) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*CreateProjectBody) GetHomeRegion ¶ added in v1.11.11
func (o *CreateProjectBody) GetHomeRegion() string
GetHomeRegion returns the HomeRegion field value if set, zero value otherwise.
func (*CreateProjectBody) GetHomeRegionOk ¶ added in v1.11.11
func (o *CreateProjectBody) GetHomeRegionOk() (*string, bool)
GetHomeRegionOk returns a tuple with the HomeRegion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectBody) GetName ¶
func (o *CreateProjectBody) GetName() string
GetName returns the Name field value
func (*CreateProjectBody) GetNameOk ¶
func (o *CreateProjectBody) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateProjectBody) GetWorkspaceId ¶ added in v1.4.4
func (o *CreateProjectBody) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field value if set, zero value otherwise.
func (*CreateProjectBody) GetWorkspaceIdOk ¶ added in v1.4.4
func (o *CreateProjectBody) GetWorkspaceIdOk() (*string, bool)
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectBody) HasHomeRegion ¶ added in v1.11.11
func (o *CreateProjectBody) HasHomeRegion() bool
HasHomeRegion returns a boolean if a field has been set.
func (*CreateProjectBody) HasWorkspaceId ¶ added in v1.4.4
func (o *CreateProjectBody) HasWorkspaceId() bool
HasWorkspaceId returns a boolean if a field has been set.
func (CreateProjectBody) MarshalJSON ¶
func (o CreateProjectBody) MarshalJSON() ([]byte, error)
func (*CreateProjectBody) SetEnvironment ¶ added in v1.6.2
func (o *CreateProjectBody) SetEnvironment(v string)
SetEnvironment sets field value
func (*CreateProjectBody) SetHomeRegion ¶ added in v1.11.11
func (o *CreateProjectBody) SetHomeRegion(v string)
SetHomeRegion gets a reference to the given string and assigns it to the HomeRegion field.
func (*CreateProjectBody) SetName ¶
func (o *CreateProjectBody) SetName(v string)
SetName sets field value
func (*CreateProjectBody) SetWorkspaceId ¶ added in v1.4.4
func (o *CreateProjectBody) SetWorkspaceId(v string)
SetWorkspaceId gets a reference to the given string and assigns it to the WorkspaceId field.
func (CreateProjectBody) ToMap ¶ added in v1.3.0
func (o CreateProjectBody) ToMap() (map[string]interface{}, error)
func (*CreateProjectBody) UnmarshalJSON ¶ added in v1.1.36
func (o *CreateProjectBody) UnmarshalJSON(data []byte) (err error)
type CreateProjectBranding ¶ added in v1.1.2
type CreateProjectBranding struct {
FaviconType *string `json:"favicon_type,omitempty"`
FaviconUrl *string `json:"favicon_url,omitempty"`
LogoType *string `json:"logo_type,omitempty"`
LogoUrl *string `json:"logo_url,omitempty"`
Name *string `json:"name,omitempty"`
Theme *ProjectBrandingColors `json:"theme,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateProjectBranding Create a Project Branding
func NewCreateProjectBranding ¶ added in v1.1.2
func NewCreateProjectBranding() *CreateProjectBranding
NewCreateProjectBranding instantiates a new CreateProjectBranding 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 NewCreateProjectBrandingWithDefaults ¶ added in v1.1.2
func NewCreateProjectBrandingWithDefaults() *CreateProjectBranding
NewCreateProjectBrandingWithDefaults instantiates a new CreateProjectBranding 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 (*CreateProjectBranding) GetFaviconType ¶ added in v1.2.0
func (o *CreateProjectBranding) GetFaviconType() string
GetFaviconType returns the FaviconType field value if set, zero value otherwise.
func (*CreateProjectBranding) GetFaviconTypeOk ¶ added in v1.2.0
func (o *CreateProjectBranding) GetFaviconTypeOk() (*string, bool)
GetFaviconTypeOk returns a tuple with the FaviconType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectBranding) GetFaviconUrl ¶ added in v1.2.0
func (o *CreateProjectBranding) GetFaviconUrl() string
GetFaviconUrl returns the FaviconUrl field value if set, zero value otherwise.
func (*CreateProjectBranding) GetFaviconUrlOk ¶ added in v1.2.0
func (o *CreateProjectBranding) GetFaviconUrlOk() (*string, bool)
GetFaviconUrlOk returns a tuple with the FaviconUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectBranding) GetLogoType ¶ added in v1.1.2
func (o *CreateProjectBranding) GetLogoType() string
GetLogoType returns the LogoType field value if set, zero value otherwise.
func (*CreateProjectBranding) GetLogoTypeOk ¶ added in v1.1.2
func (o *CreateProjectBranding) GetLogoTypeOk() (*string, bool)
GetLogoTypeOk returns a tuple with the LogoType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectBranding) GetLogoUrl ¶ added in v1.1.2
func (o *CreateProjectBranding) GetLogoUrl() string
GetLogoUrl returns the LogoUrl field value if set, zero value otherwise.
func (*CreateProjectBranding) GetLogoUrlOk ¶ added in v1.1.2
func (o *CreateProjectBranding) GetLogoUrlOk() (*string, bool)
GetLogoUrlOk returns a tuple with the LogoUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectBranding) GetName ¶ added in v1.1.2
func (o *CreateProjectBranding) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*CreateProjectBranding) GetNameOk ¶ added in v1.1.2
func (o *CreateProjectBranding) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectBranding) GetTheme ¶ added in v1.1.2
func (o *CreateProjectBranding) GetTheme() ProjectBrandingColors
GetTheme returns the Theme field value if set, zero value otherwise.
func (*CreateProjectBranding) GetThemeOk ¶ added in v1.1.2
func (o *CreateProjectBranding) GetThemeOk() (*ProjectBrandingColors, bool)
GetThemeOk returns a tuple with the Theme field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectBranding) HasFaviconType ¶ added in v1.2.0
func (o *CreateProjectBranding) HasFaviconType() bool
HasFaviconType returns a boolean if a field has been set.
func (*CreateProjectBranding) HasFaviconUrl ¶ added in v1.2.0
func (o *CreateProjectBranding) HasFaviconUrl() bool
HasFaviconUrl returns a boolean if a field has been set.
func (*CreateProjectBranding) HasLogoType ¶ added in v1.1.2
func (o *CreateProjectBranding) HasLogoType() bool
HasLogoType returns a boolean if a field has been set.
func (*CreateProjectBranding) HasLogoUrl ¶ added in v1.1.2
func (o *CreateProjectBranding) HasLogoUrl() bool
HasLogoUrl returns a boolean if a field has been set.
func (*CreateProjectBranding) HasName ¶ added in v1.1.2
func (o *CreateProjectBranding) HasName() bool
HasName returns a boolean if a field has been set.
func (*CreateProjectBranding) HasTheme ¶ added in v1.1.2
func (o *CreateProjectBranding) HasTheme() bool
HasTheme returns a boolean if a field has been set.
func (CreateProjectBranding) MarshalJSON ¶ added in v1.1.2
func (o CreateProjectBranding) MarshalJSON() ([]byte, error)
func (*CreateProjectBranding) SetFaviconType ¶ added in v1.2.0
func (o *CreateProjectBranding) SetFaviconType(v string)
SetFaviconType gets a reference to the given string and assigns it to the FaviconType field.
func (*CreateProjectBranding) SetFaviconUrl ¶ added in v1.2.0
func (o *CreateProjectBranding) SetFaviconUrl(v string)
SetFaviconUrl gets a reference to the given string and assigns it to the FaviconUrl field.
func (*CreateProjectBranding) SetLogoType ¶ added in v1.1.2
func (o *CreateProjectBranding) SetLogoType(v string)
SetLogoType gets a reference to the given string and assigns it to the LogoType field.
func (*CreateProjectBranding) SetLogoUrl ¶ added in v1.1.2
func (o *CreateProjectBranding) SetLogoUrl(v string)
SetLogoUrl gets a reference to the given string and assigns it to the LogoUrl field.
func (*CreateProjectBranding) SetName ¶ added in v1.1.2
func (o *CreateProjectBranding) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*CreateProjectBranding) SetTheme ¶ added in v1.1.2
func (o *CreateProjectBranding) SetTheme(v ProjectBrandingColors)
SetTheme gets a reference to the given ProjectBrandingColors and assigns it to the Theme field.
func (CreateProjectBranding) ToMap ¶ added in v1.3.0
func (o CreateProjectBranding) ToMap() (map[string]interface{}, error)
func (*CreateProjectBranding) UnmarshalJSON ¶ added in v1.1.36
func (o *CreateProjectBranding) UnmarshalJSON(data []byte) (err error)
type CreateProjectMemberInviteBody ¶ added in v1.1.44
type CreateProjectMemberInviteBody struct {
// A email to invite
InviteeEmail *string `json:"invitee_email,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateProjectMemberInviteBody Create Project MemberInvite Request Body
func NewCreateProjectMemberInviteBody ¶ added in v1.1.44
func NewCreateProjectMemberInviteBody() *CreateProjectMemberInviteBody
NewCreateProjectMemberInviteBody instantiates a new CreateProjectMemberInviteBody 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 NewCreateProjectMemberInviteBodyWithDefaults ¶ added in v1.1.44
func NewCreateProjectMemberInviteBodyWithDefaults() *CreateProjectMemberInviteBody
NewCreateProjectMemberInviteBodyWithDefaults instantiates a new CreateProjectMemberInviteBody 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 (*CreateProjectMemberInviteBody) GetInviteeEmail ¶ added in v1.1.44
func (o *CreateProjectMemberInviteBody) GetInviteeEmail() string
GetInviteeEmail returns the InviteeEmail field value if set, zero value otherwise.
func (*CreateProjectMemberInviteBody) GetInviteeEmailOk ¶ added in v1.1.44
func (o *CreateProjectMemberInviteBody) GetInviteeEmailOk() (*string, bool)
GetInviteeEmailOk returns a tuple with the InviteeEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectMemberInviteBody) HasInviteeEmail ¶ added in v1.1.44
func (o *CreateProjectMemberInviteBody) HasInviteeEmail() bool
HasInviteeEmail returns a boolean if a field has been set.
func (CreateProjectMemberInviteBody) MarshalJSON ¶ added in v1.1.44
func (o CreateProjectMemberInviteBody) MarshalJSON() ([]byte, error)
func (*CreateProjectMemberInviteBody) SetInviteeEmail ¶ added in v1.1.44
func (o *CreateProjectMemberInviteBody) SetInviteeEmail(v string)
SetInviteeEmail gets a reference to the given string and assigns it to the InviteeEmail field.
func (CreateProjectMemberInviteBody) ToMap ¶ added in v1.3.0
func (o CreateProjectMemberInviteBody) ToMap() (map[string]interface{}, error)
func (*CreateProjectMemberInviteBody) UnmarshalJSON ¶ added in v1.1.44
func (o *CreateProjectMemberInviteBody) UnmarshalJSON(data []byte) (err error)
type CreateProjectNormalizedPayload ¶ added in v1.4.4
type CreateProjectNormalizedPayload struct {
// The Project's Revision Creation Date
CreatedAt *time.Time `json:"created_at,omitempty"`
// Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`.
DisableAccountExperienceWelcomeScreen *bool `json:"disable_account_experience_welcome_screen,omitempty"`
// Whether the new account experience is enabled and reachable.
EnableAxV2 *bool `json:"enable_ax_v2,omitempty"`
// prod Production stage Staging dev Development
Environment string `json:"environment"`
// eu-central EUCentral us-east USEast us-west USWest us US global Global
HomeRegion *string `json:"home_region,omitempty"`
HydraOauth2AllowedTopLevelClaims []string `json:"hydra_oauth2_allowed_top_level_claims,omitempty"`
// Automatically grant authorized OAuth2 Scope in OAuth2 Client Credentials Flow. Each OAuth2 Client is allowed to request a predefined OAuth2 Scope (for example `read write`). If this option is enabled, the full scope is automatically granted when performing the OAuth2 Client Credentials flow. If disabled, the OAuth2 Client has to request the scope in the OAuth2 request by providing the `scope` query parameter. Setting this option to true is common if you need compatibility with MITREid. This governs the \"oauth2.client_credentials.default_grant_allowed_scope\" setting.
HydraOauth2ClientCredentialsDefaultGrantAllowedScope *bool `json:"hydra_oauth2_client_credentials_default_grant_allowed_scope,omitempty"`
// Set to true if you want to exclude claim `nbf (not before)` part of access token. This governs the \"oauth2.exclude_not_before_claim\" setting.
HydraOauth2ExcludeNotBeforeClaim *bool `json:"hydra_oauth2_exclude_not_before_claim,omitempty"`
// Configures if the issued at (`iat`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523). If set to `false`, the `iat` claim is required. Set this value to `true` only after careful consideration. This governs the \"oauth2.grant.jwt.iat_optional\" setting.
HydraOauth2GrantJwtIatOptional *bool `json:"hydra_oauth2_grant_jwt_iat_optional,omitempty"`
// Configures if the JSON Web Token ID (`jti`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523). If set to `false`, the `jti` claim is required. Set this value to `true` only after careful consideration. This governs the \"oauth2.grant.jwt.jti_optional\" setting.
HydraOauth2GrantJwtJtiOptional *bool `json:"hydra_oauth2_grant_jwt_jti_optional,omitempty"`
// Configures what the maximum age of a JWT assertion used in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523) can be. This feature uses the `exp` claim and `iat` claim to calculate assertion age. Assertions exceeding the max age will be denied. Useful as a safety measure and recommended to keep below 720h. This governs the \"oauth2.grant.jwt.max_ttl\" setting.
HydraOauth2GrantJwtMaxTtl *string `json:"hydra_oauth2_grant_jwt_max_ttl,omitempty"`
// Set to false if you don't want to mirror custom claims under 'ext'. This governs the \"oauth2.mirror_top_level_claims\" setting.
HydraOauth2MirrorTopLevelClaims *bool `json:"hydra_oauth2_mirror_top_level_claims,omitempty"`
// Configures whether PKCE should be enforced for all OAuth2 Clients. This governs the \"oauth2.pkce.enforced\" setting.
HydraOauth2PkceEnforced *bool `json:"hydra_oauth2_pkce_enforced,omitempty"`
// Configures whether PKCE should be enforced for OAuth2 Clients without a client secret (public clients). This governs the \"oauth2.pkce.enforced_for_public_clients\" setting.
HydraOauth2PkceEnforcedForPublicClients *bool `json:"hydra_oauth2_pkce_enforced_for_public_clients,omitempty"`
// Sets the Refresh Token Hook Endpoint. If set this endpoint will be called during the OAuth2 Token Refresh grant update the OAuth2 Access Token claims. This governs the \"oauth2.refresh_token_hook\" setting.
HydraOauth2RefreshTokenHook *string `json:"hydra_oauth2_refresh_token_hook,omitempty"`
// Sets the token hook endpoint for all grant types. If set it will be called while providing token to customize claims. This governs the \"oauth2.token_hook.url\" setting.
HydraOauth2TokenHook *string `json:"hydra_oauth2_token_hook,omitempty"`
HydraOidcDynamicClientRegistrationDefaultScope []string `json:"hydra_oidc_dynamic_client_registration_default_scope,omitempty"`
// Configures OpenID Connect Dynamic Client Registration. This governs the \"oidc.dynamic_client_registration.enabled\" setting.
HydraOidcDynamicClientRegistrationEnabled *bool `json:"hydra_oidc_dynamic_client_registration_enabled,omitempty"`
// Configures OpenID Connect Discovery and overwrites the pairwise algorithm This governs the \"oidc.subject_identifiers.pairwise_salt\" setting.
HydraOidcSubjectIdentifiersPairwiseSalt *string `json:"hydra_oidc_subject_identifiers_pairwise_salt,omitempty"`
HydraOidcSubjectIdentifiersSupportedTypes []string `json:"hydra_oidc_subject_identifiers_supported_types,omitempty"`
HydraSecretsCookie []string `json:"hydra_secrets_cookie,omitempty"`
HydraSecretsSystem []string `json:"hydra_secrets_system,omitempty"`
// Configures the Ory Hydra Cookie Same Site Legacy Workaround This governs the \"serve.cookies.same_site_legacy_workaround\" setting.
HydraServeCookiesSameSiteLegacyWorkaround *bool `json:"hydra_serve_cookies_same_site_legacy_workaround,omitempty"`
// Configures the Ory Hydra Cookie Same Site Mode This governs the \"serve.cookies.same_site_mode\" setting.
HydraServeCookiesSameSiteMode *string `json:"hydra_serve_cookies_same_site_mode,omitempty"`
// Defines access token type This governs the \"strategies.access_token\" setting. opaque Oauth2AccessTokenStrategyOpaque jwt Oauth2AccessTokenStrategyJwt
HydraStrategiesAccessToken *string `json:"hydra_strategies_access_token,omitempty"`
// Define the claim to use as the scope in the access token. This governs the \"strategies.jwt.scope_claim\" setting: list: The scope claim is an array of strings named `scope`: `{ \"scope\": [\"read\", \"write\"] }` string: The scope claim is a space delimited list of strings named `scp`: `{ \"scp\": \"read write\" }` both: The scope claim is both a space delimited list and an array of strings named `scope` and `scp`: `{ \"scope\": [\"read\", \"write\"], \"scp\": \"read write\" }` list OAuth2JWTScopeClaimList string OAuth2JWTScopeClaimString both OAuth2JWTScopeClaimBoth
HydraStrategiesJwtScopeClaim *string `json:"hydra_strategies_jwt_scope_claim,omitempty"`
// Defines how scopes are matched. For more details have a look at https://github.com/ory/fosite#scopes This governs the \"strategies.scope\" setting. exact Oauth2ScopeStrategyExact wildcard Oauth2ScopeStrategyWildcard
HydraStrategiesScope *string `json:"hydra_strategies_scope,omitempty"`
// This governs the \"ttl.access_token\" setting.
HydraTtlAccessToken *string `json:"hydra_ttl_access_token,omitempty"`
// Configures how long refresh tokens are valid. Set to -1 for refresh tokens to never expire. This is not recommended! This governs the \"ttl.auth_code\" setting.
HydraTtlAuthCode *string `json:"hydra_ttl_auth_code,omitempty"`
// This governs the \"ttl.id_token\" setting.
HydraTtlIdToken *string `json:"hydra_ttl_id_token,omitempty"`
// Configures how long a user login and consent flow may take. This governs the \"ttl.login_consent_request\" setting.
HydraTtlLoginConsentRequest *string `json:"hydra_ttl_login_consent_request,omitempty"`
// Configures how long refresh tokens are valid. Set to -1 for refresh tokens to never expire. This is not recommended! This governs the \"ttl.refresh_token\" setting.
HydraTtlRefreshToken *string `json:"hydra_ttl_refresh_token,omitempty"`
// Sets the OAuth2 Consent Endpoint URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.consent\" setting.
HydraUrlsConsent *string `json:"hydra_urls_consent,omitempty"`
// Sets the OAuth2 Error URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.error\" setting.
HydraUrlsError *string `json:"hydra_urls_error,omitempty"`
// Sets the OAuth2 Login Endpoint URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.login\" setting.
HydraUrlsLogin *string `json:"hydra_urls_login,omitempty"`
// Sets the logout endpoint. Defaults to the Ory Account Experience if left empty. This governs the \"urls.logout\" setting.
HydraUrlsLogout *string `json:"hydra_urls_logout,omitempty"`
// When an OAuth2-related user agent requests to log out, they will be redirected to this url afterwards per default. Defaults to the Ory Account Experience in development and your application in production mode when a custom domain is connected. This governs the \"urls.post_logout_redirect\" setting.
HydraUrlsPostLogoutRedirect *string `json:"hydra_urls_post_logout_redirect,omitempty"`
// Sets the OAuth2 Registration Endpoint URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.registration\" setting.
HydraUrlsRegistration *string `json:"hydra_urls_registration,omitempty"`
// This value will be used as the issuer in access and ID tokens. It must be specified and using HTTPS protocol, unless the development mode is enabled. On the Ory Network it will be very rare that you want to modify this value. If left empty, it will default to the correct value for the Ory Network. This governs the \"urls.self.issuer\" setting.
HydraUrlsSelfIssuer *string `json:"hydra_urls_self_issuer,omitempty"`
HydraWebfingerJwksBroadcastKeys []string `json:"hydra_webfinger_jwks_broadcast_keys,omitempty"`
// Configures OpenID Connect Discovery and overwrites the OAuth2 Authorization URL. This governs the \"webfinger.oidc.discovery.auth_url\" setting.
HydraWebfingerOidcDiscoveryAuthUrl *string `json:"hydra_webfinger_oidc_discovery_auth_url,omitempty"`
// Configures OpenID Connect Discovery and overwrites the OpenID Connect Dynamic Client Registration Endpoint. This governs the \"webfinger.oidc.discovery.client_registration_url\" setting.
HydraWebfingerOidcDiscoveryClientRegistrationUrl *string `json:"hydra_webfinger_oidc_discovery_client_registration_url,omitempty"`
// Configures OpenID Connect Discovery and overwrites the JWKS URL. This governs the \"webfinger.oidc.discovery.jwks_url\" setting.
HydraWebfingerOidcDiscoveryJwksUrl *string `json:"hydra_webfinger_oidc_discovery_jwks_url,omitempty"`
HydraWebfingerOidcDiscoverySupportedClaims []string `json:"hydra_webfinger_oidc_discovery_supported_claims,omitempty"`
HydraWebfingerOidcDiscoverySupportedScope []string `json:"hydra_webfinger_oidc_discovery_supported_scope,omitempty"`
// Configures OpenID Connect Discovery and overwrites the OAuth2 Token URL. This governs the \"webfinger.oidc.discovery.token_url\" setting.
HydraWebfingerOidcDiscoveryTokenUrl *string `json:"hydra_webfinger_oidc_discovery_token_url,omitempty"`
// Configures OpenID Connect Discovery and overwrites userinfo endpoint to be advertised at the OpenID Connect Discovery endpoint /.well-known/openid-configuration. Defaults to Ory Hydra's userinfo endpoint at /userinfo. Set this value if you want to handle this endpoint yourself. This governs the \"webfinger.oidc.discovery.userinfo_url\" setting.
HydraWebfingerOidcDiscoveryUserinfoUrl *string `json:"hydra_webfinger_oidc_discovery_userinfo_url,omitempty"`
// The revision ID.
Id *string `json:"id,omitempty"`
// The Revisions' Keto Namespace Configuration The string is a URL pointing to an OPL file with the configuration.
KetoNamespaceConfiguration *string `json:"keto_namespace_configuration,omitempty"`
KetoNamespaces []KetoNamespace `json:"keto_namespaces,omitempty"`
// Configures the Ory Kratos Cookie SameSite Attribute This governs the \"cookies.same_site\" setting.
KratosCookiesSameSite *string `json:"kratos_cookies_same_site,omitempty"`
KratosCourierChannels []NormalizedProjectRevisionCourierChannel `json:"kratos_courier_channels,omitempty"`
// The delivery strategy to use when sending emails `smtp`: Use SMTP server `http`: Use the built in HTTP client to send the email to some remote service
KratosCourierDeliveryStrategy *string `json:"kratos_courier_delivery_strategy,omitempty"`
// The location of the API key to use in the HTTP email sending service's authentication `header`: Send the key value pair as a header `cookie`: Send the key value pair as a cookie This governs the \"courier.http.auth.config.in\" setting
KratosCourierHttpRequestConfigAuthApiKeyIn *string `json:"kratos_courier_http_request_config_auth_api_key_in,omitempty"`
// The name of the API key to use in the HTTP email sending service's authentication This governs the \"courier.http.auth.config.name\" setting
KratosCourierHttpRequestConfigAuthApiKeyName *string `json:"kratos_courier_http_request_config_auth_api_key_name,omitempty"`
// The value of the API key to use in the HTTP email sending service's authentication This governs the \"courier.http.auth.config.value\" setting
KratosCourierHttpRequestConfigAuthApiKeyValue *string `json:"kratos_courier_http_request_config_auth_api_key_value,omitempty"`
// The password to use for basic auth in the HTTP email sending service's authentication This governs the \"courier.http.auth.config.password\" setting
KratosCourierHttpRequestConfigAuthBasicAuthPassword *string `json:"kratos_courier_http_request_config_auth_basic_auth_password,omitempty"`
// The user to use for basic auth in the HTTP email sending service's authentication This governs the \"courier.http.auth.config.user\" setting
KratosCourierHttpRequestConfigAuthBasicAuthUser *string `json:"kratos_courier_http_request_config_auth_basic_auth_user,omitempty"`
// The authentication type to use while contacting the remote HTTP email sending service `basic_auth`: Use Basic Authentication `api_key`: Use API Key Authentication in a header or cookie
KratosCourierHttpRequestConfigAuthType *string `json:"kratos_courier_http_request_config_auth_type,omitempty"`
// The Jsonnet template to generate the body to send to the remote HTTP email sending service Should be valid Jsonnet and base64 encoded This governs the \"courier.http.body\" setting
KratosCourierHttpRequestConfigBody *string `json:"kratos_courier_http_request_config_body,omitempty"`
// NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-
KratosCourierHttpRequestConfigHeaders map[string]interface{} `json:"kratos_courier_http_request_config_headers,omitempty"`
// The http METHOD to use when calling the remote HTTP email sending service
KratosCourierHttpRequestConfigMethod *string `json:"kratos_courier_http_request_config_method,omitempty"`
// The URL of the remote HTTP email sending service This governs the \"courier.http.url\" setting
KratosCourierHttpRequestConfigUrl *string `json:"kratos_courier_http_request_config_url,omitempty"`
// Configures the Ory Kratos SMTP Connection URI This governs the \"courier.smtp.connection_uri\" setting.
KratosCourierSmtpConnectionUri *string `json:"kratos_courier_smtp_connection_uri,omitempty"`
// Configures the Ory Kratos SMTP From Address This governs the \"courier.smtp.from_address\" setting.
KratosCourierSmtpFromAddress *string `json:"kratos_courier_smtp_from_address,omitempty"`
// Configures the Ory Kratos SMTP From Name This governs the \"courier.smtp.from_name\" setting.
KratosCourierSmtpFromName *string `json:"kratos_courier_smtp_from_name,omitempty"`
// NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-
KratosCourierSmtpHeaders map[string]interface{} `json:"kratos_courier_smtp_headers,omitempty"`
// Configures the local_name to use in SMTP connections This governs the \"courier.smtp.local_name\" setting.
KratosCourierSmtpLocalName *string `json:"kratos_courier_smtp_local_name,omitempty"`
// Configures the Ory Kratos Valid Login via Code Email Body HTML Template This governs the \"courier.smtp.templates.login_code.valid.email.body.html\" setting.
KratosCourierTemplatesLoginCodeValidEmailBodyHtml *string `json:"kratos_courier_templates_login_code_valid_email_body_html,omitempty"`
// Configures the Ory Kratos Valid Login via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.login_code.valid.email.body.plaintext\" setting.
KratosCourierTemplatesLoginCodeValidEmailBodyPlaintext *string `json:"kratos_courier_templates_login_code_valid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Valid Login via Code Email Subject Template This governs the \"courier.smtp.templates.login_code.valid.email.subject\" setting.
KratosCourierTemplatesLoginCodeValidEmailSubject *string `json:"kratos_courier_templates_login_code_valid_email_subject,omitempty"`
// Configures the Ory Kratos Valid Login via Code SMS plain text body This governs the \"courier.smtp.templates.login_code.valid.sms.plaintext\" setting.
KratosCourierTemplatesLoginCodeValidSmsBodyPlaintext *string `json:"kratos_courier_templates_login_code_valid_sms_body_plaintext,omitempty"`
// Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template This governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.
KratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml *string `json:"kratos_courier_templates_recovery_code_invalid_email_body_html,omitempty"`
// Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery_code.invalid.email.body.plaintext\" setting.
KratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext *string `json:"kratos_courier_templates_recovery_code_invalid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Invalid Recovery via Code Email Subject Template This governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.
KratosCourierTemplatesRecoveryCodeInvalidEmailSubject *string `json:"kratos_courier_templates_recovery_code_invalid_email_subject,omitempty"`
// Configures the Ory Kratos Valid Recovery via Code Email Body HTML Template This governs the \"courier.smtp.templates.recovery_code.valid.email.body.html\" setting.
KratosCourierTemplatesRecoveryCodeValidEmailBodyHtml *string `json:"kratos_courier_templates_recovery_code_valid_email_body_html,omitempty"`
// Configures the Ory Kratos Valid Recovery via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery_code.valid.email.body.plaintext\" setting.
KratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext *string `json:"kratos_courier_templates_recovery_code_valid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Valid Recovery via Code Email Subject Template This governs the \"courier.smtp.templates.recovery_code.valid.email.subject\" setting.
KratosCourierTemplatesRecoveryCodeValidEmailSubject *string `json:"kratos_courier_templates_recovery_code_valid_email_subject,omitempty"`
// Configures the Ory Kratos Invalid Recovery Email Body HTML Template This governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.
KratosCourierTemplatesRecoveryInvalidEmailBodyHtml *string `json:"kratos_courier_templates_recovery_invalid_email_body_html,omitempty"`
// Configures the Ory Kratos Invalid Recovery Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery.invalid.email.body.plaintext\" setting.
KratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext *string `json:"kratos_courier_templates_recovery_invalid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Invalid Recovery Email Subject Template This governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.
KratosCourierTemplatesRecoveryInvalidEmailSubject *string `json:"kratos_courier_templates_recovery_invalid_email_subject,omitempty"`
// Configures the Ory Kratos Valid Recovery Email Body HTML Template This governs the \"courier.smtp.templates.recovery.valid.email.body.html\" setting.
KratosCourierTemplatesRecoveryValidEmailBodyHtml *string `json:"kratos_courier_templates_recovery_valid_email_body_html,omitempty"`
// Configures the Ory Kratos Valid Recovery Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery.valid.email.body.plaintext\" setting.
KratosCourierTemplatesRecoveryValidEmailBodyPlaintext *string `json:"kratos_courier_templates_recovery_valid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Valid Recovery Email Subject Template This governs the \"courier.smtp.templates.recovery.valid.email.subject\" setting.
KratosCourierTemplatesRecoveryValidEmailSubject *string `json:"kratos_courier_templates_recovery_valid_email_subject,omitempty"`
// Configures the Ory Kratos Valid Registration via Code Email Body HTML Template This governs the \"courier.smtp.templates.registration_code.valid.email.body.html\" setting.
KratosCourierTemplatesRegistrationCodeValidEmailBodyHtml *string `json:"kratos_courier_templates_registration_code_valid_email_body_html,omitempty"`
// Configures the Ory Kratos Valid Registration via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.registration_code.valid.email.body.plaintext\" setting.
KratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext *string `json:"kratos_courier_templates_registration_code_valid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Valid Registration via Code Email Subject Template This governs the \"courier.smtp.templates.registration_code.valid.email.subject\" setting.
KratosCourierTemplatesRegistrationCodeValidEmailSubject *string `json:"kratos_courier_templates_registration_code_valid_email_subject,omitempty"`
// Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template This governs the \"courier.smtp.templates.verification_code.invalid.email.body.html\" setting.
KratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml *string `json:"kratos_courier_templates_verification_code_invalid_email_body_html,omitempty"`
// Configures the Ory Kratos Invalid Verification via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.verification_code.invalid.email.body.plaintext\" setting.
KratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext *string `json:"kratos_courier_templates_verification_code_invalid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Invalid Verification via Code Email Subject Template This governs the \"courier.smtp.templates.verification_code.invalid.email.subject\" setting.
KratosCourierTemplatesVerificationCodeInvalidEmailSubject *string `json:"kratos_courier_templates_verification_code_invalid_email_subject,omitempty"`
// Configures the Ory Kratos Valid Verification via Code Email Body HTML Template This governs the \"courier.smtp.templates.verification_code.valid.email.body.html\" setting.
KratosCourierTemplatesVerificationCodeValidEmailBodyHtml *string `json:"kratos_courier_templates_verification_code_valid_email_body_html,omitempty"`
// Configures the Ory Kratos Valid Verification via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.verification_code.valid.email.body.plaintext\" setting.
KratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext *string `json:"kratos_courier_templates_verification_code_valid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Valid Verification via Code Email Subject Template This governs the \"courier.smtp.templates.verification_code.valid.email.subject\" setting.
KratosCourierTemplatesVerificationCodeValidEmailSubject *string `json:"kratos_courier_templates_verification_code_valid_email_subject,omitempty"`
// Configures the Ory Kratos Valid Verification via Code SMS Body Plaintext This governs the \"courier.smtp.templates.verification_code.valid.sms.body.plaintext\" setting.
KratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext *string `json:"kratos_courier_templates_verification_code_valid_sms_body_plaintext,omitempty"`
// Configures the Ory Kratos Invalid Verification Email Body HTML Template This governs the \"courier.smtp.templates.verification.invalid.email.body.html\" setting.
KratosCourierTemplatesVerificationInvalidEmailBodyHtml *string `json:"kratos_courier_templates_verification_invalid_email_body_html,omitempty"`
// Configures the Ory Kratos Invalid Verification Email Body Plaintext Template This governs the \"courier.smtp.templates.verification.invalid.email.body.plaintext\" setting.
KratosCourierTemplatesVerificationInvalidEmailBodyPlaintext *string `json:"kratos_courier_templates_verification_invalid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Invalid Verification Email Subject Template This governs the \"courier.smtp.templates.verification.invalid.email.subject\" setting.
KratosCourierTemplatesVerificationInvalidEmailSubject *string `json:"kratos_courier_templates_verification_invalid_email_subject,omitempty"`
// Configures the Ory Kratos Valid Verification Email Body HTML Template This governs the \"courier.smtp.templates.verification.valid.email.body.html\" setting.
KratosCourierTemplatesVerificationValidEmailBodyHtml *string `json:"kratos_courier_templates_verification_valid_email_body_html,omitempty"`
// Configures the Ory Kratos Valid Verification Email Body Plaintext Template This governs the \"courier.smtp.templates.verification.valid.email.body.plaintext\" setting.
KratosCourierTemplatesVerificationValidEmailBodyPlaintext *string `json:"kratos_courier_templates_verification_valid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Valid Verification Email Subject Template This governs the \"courier.smtp.templates.verification.valid.email.subject\" setting.
KratosCourierTemplatesVerificationValidEmailSubject *string `json:"kratos_courier_templates_verification_valid_email_subject,omitempty"`
// Configures the Ory Kratos Session caching feature flag This governs the \"feature_flags.cacheable_sessions\" setting.
KratosFeatureFlagsCacheableSessions *bool `json:"kratos_feature_flags_cacheable_sessions,omitempty"`
// Configures the Ory Kratos Session caching max-age feature flag This governs the \"feature_flags.cacheable_sessions_max_age\" setting.
KratosFeatureFlagsCacheableSessionsMaxAge *string `json:"kratos_feature_flags_cacheable_sessions_max_age,omitempty"`
// Configures the Ory Kratos Faster Session Extend setting If enabled allows faster session extension by skipping the session lookup and returning 201 instead of 200. Disabling this feature will be deprecated in the future. This governs the \"feature_flags.faster_session_extend\" setting.
KratosFeatureFlagsFasterSessionExtend *bool `json:"kratos_feature_flags_faster_session_extend,omitempty"`
// Configures the Ory Kratos Session use_continue_with_transitions flag This governs the \"feature_flags.use_continue_with_transitions\" setting.
KratosFeatureFlagsUseContinueWithTransitions *bool `json:"kratos_feature_flags_use_continue_with_transitions,omitempty"`
KratosIdentitySchemas []NormalizedProjectRevisionIdentitySchema `json:"kratos_identity_schemas,omitempty"`
// NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-
KratosOauth2ProviderHeaders map[string]interface{} `json:"kratos_oauth2_provider_headers,omitempty"`
// Kratos OAuth2 Provider Override Return To Enabling this allows Kratos to set the return_to parameter automatically to the OAuth2 request URL on the login flow, allowing complex flows such as recovery to continue to the initial OAuth2 flow.
KratosOauth2ProviderOverrideReturnTo *bool `json:"kratos_oauth2_provider_override_return_to,omitempty"`
// The Revisions' OAuth2 Provider Integration URL This governs the \"oauth2_provider.url\" setting.
KratosOauth2ProviderUrl *string `json:"kratos_oauth2_provider_url,omitempty"`
// Configures the default read consistency level for identity APIs This governs the `preview.default_read_consistency_level` setting. The read consistency level determines the consistency guarantee for reads: strong (slow): The read is guaranteed to return the most recent data committed at the start of the read. eventual (very fast): The result will return data that is about 4.8 seconds old. Setting the default consistency level to `eventual` may cause regressions in the future as we add consistency controls to more APIs. Currently, the following APIs will be affected by this setting: `GET /admin/identities` Defaults to \"strong\" for new and existing projects. This feature is in preview. Use with caution.
KratosPreviewDefaultReadConsistencyLevel *string `json:"kratos_preview_default_read_consistency_level,omitempty"`
KratosSecretsCipher []string `json:"kratos_secrets_cipher,omitempty"`
KratosSecretsCookie []string `json:"kratos_secrets_cookie,omitempty"`
KratosSecretsDefault []string `json:"kratos_secrets_default,omitempty"`
KratosSelfserviceAllowedReturnUrls []string `json:"kratos_selfservice_allowed_return_urls,omitempty"`
// Configures the Ory Kratos Default Return URL This governs the \"selfservice.allowed_return_urls\" setting.
KratosSelfserviceDefaultBrowserReturnUrl *string `json:"kratos_selfservice_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Error UI URL This governs the \"selfservice.flows.error.ui_url\" setting.
KratosSelfserviceFlowsErrorUiUrl *string `json:"kratos_selfservice_flows_error_ui_url,omitempty"`
// Configures the Ory Kratos Login After Password Default Return URL This governs the \"selfservice.flows.code.after.password.default_browser_return_url\" setting.
KratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_login_after_code_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Login Default Return URL This governs the \"selfservice.flows.login.after.default_browser_return_url\" setting.
KratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_login_after_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Login After Password Default Return URL This governs the \"selfservice.flows.lookup_secret.after.password.default_browser_return_url\" setting.
KratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Login After OIDC Default Return URL This governs the \"selfservice.flows.login.after.oidc.default_browser_return_url\" setting.
KratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_login_after_oidc_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Login After Passkey Default Return URL This governs the \"selfservice.flows.login.after.passkey.default_browser_return_url\" setting.
KratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_login_after_passkey_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Login After Password Default Return URL This governs the \"selfservice.flows.login.after.password.default_browser_return_url\" setting.
KratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_login_after_password_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Login After Password Default Return URL This governs the \"selfservice.flows.totp.after.password.default_browser_return_url\" setting.
KratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_login_after_totp_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Login After WebAuthn Default Return URL This governs the \"selfservice.flows.login.after.webauthn.default_browser_return_url\" setting.
KratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_login_after_webauthn_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Login Lifespan This governs the \"selfservice.flows.login.lifespan\" setting.
KratosSelfserviceFlowsLoginLifespan *string `json:"kratos_selfservice_flows_login_lifespan,omitempty"`
// Configures the Ory Kratos Login UI URL This governs the \"selfservice.flows.login.ui_url\" setting.
KratosSelfserviceFlowsLoginUiUrl *string `json:"kratos_selfservice_flows_login_ui_url,omitempty"`
// Configures the Ory Kratos Logout Default Return URL This governs the \"selfservice.flows.logout.after.default_browser_return_url\" setting.
KratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_logout_after_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Recovery Default Return URL This governs the \"selfservice.flows.recovery.after.default_browser_return_url\" setting.
KratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_recovery_after_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Recovery Enabled Setting This governs the \"selfservice.flows.recovery.enabled\" setting.
KratosSelfserviceFlowsRecoveryEnabled *bool `json:"kratos_selfservice_flows_recovery_enabled,omitempty"`
// Configures the Ory Kratos Recovery Lifespan This governs the \"selfservice.flows.recovery.lifespan\" setting.
KratosSelfserviceFlowsRecoveryLifespan *string `json:"kratos_selfservice_flows_recovery_lifespan,omitempty"`
// Configures whether to notify unknown recipients of a Ory Kratos recovery flow This governs the \"selfservice.flows.recovery.notify_unknown_recipients\" setting.
KratosSelfserviceFlowsRecoveryNotifyUnknownRecipients *bool `json:"kratos_selfservice_flows_recovery_notify_unknown_recipients,omitempty"`
// Configures the Ory Kratos Recovery UI URL This governs the \"selfservice.flows.recovery.ui_url\" setting.
KratosSelfserviceFlowsRecoveryUiUrl *string `json:"kratos_selfservice_flows_recovery_ui_url,omitempty"`
// Configures the Ory Kratos Recovery strategy to use (\"link\" or \"code\") This governs the \"selfservice.flows.recovery.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode
KratosSelfserviceFlowsRecoveryUse *string `json:"kratos_selfservice_flows_recovery_use,omitempty"`
// Configures the Ory Kratos Registration After Code Default Return URL This governs the \"selfservice.flows.registration.after.code.default_browser_return_url\" setting.
KratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_registration_after_code_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Registration Default Return URL This governs the \"selfservice.flows.registration.after.default_browser_return_url\" setting.
KratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_registration_after_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Registration After OIDC Default Return URL This governs the \"selfservice.flows.registration.after.oidc.default_browser_return_url\" setting.
KratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_registration_after_oidc_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Registration After Passkey Default Return URL This governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.
KratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_registration_after_passkey_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Registration After Password Default Return URL This governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.
KratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_registration_after_password_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Registration After Webauthn Default Return URL This governs the \"selfservice.flows.registration.after.webauthn.default_browser_return_url\" setting.
KratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url,omitempty"`
// Disable two-step registration Two-step registration is a significantly improved sign up flow and recommended when using more than one sign up methods. To revert to one-step registration, set this to `true`. This governs the \"selfservice.flows.registration.enable_legacy_one_step\" setting.
KratosSelfserviceFlowsRegistrationEnableLegacyOneStep *bool `json:"kratos_selfservice_flows_registration_enable_legacy_one_step,omitempty"`
// Configures the Whether Ory Kratos Registration is Enabled This governs the \"selfservice.flows.registration.enabled\" setting.0
KratosSelfserviceFlowsRegistrationEnabled *bool `json:"kratos_selfservice_flows_registration_enabled,omitempty"`
// Configures the Ory Kratos Registration Lifespan This governs the \"selfservice.flows.registration.lifespan\" setting.
KratosSelfserviceFlowsRegistrationLifespan *string `json:"kratos_selfservice_flows_registration_lifespan,omitempty"`
// Configures the Ory Kratos Registration Login Hints Shows helpful information when a user tries to sign up with a duplicate account. This governs the \"selfservice.flows.registration.login_hints\" setting.
KratosSelfserviceFlowsRegistrationLoginHints *bool `json:"kratos_selfservice_flows_registration_login_hints,omitempty"`
// Configures the Ory Kratos Registration UI URL This governs the \"selfservice.flows.registration.ui_url\" setting.
KratosSelfserviceFlowsRegistrationUiUrl *string `json:"kratos_selfservice_flows_registration_ui_url,omitempty"`
// Configures the Ory Kratos Settings Default Return URL This governs the \"selfservice.flows.settings.after.default_browser_return_url\" setting.
KratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_settings_after_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Settings Default Return URL After Updating Lookup Secrets This governs the \"selfservice.flows.settings.after.lookup_secret.default_browser_return_url\" setting.
KratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Settings Default Return URL After Updating Social Sign In This governs the \"selfservice.flows.settings.after.oidc.default_browser_return_url\" setting.
KratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_settings_after_oidc_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Settings Default Return URL After Updating Passkey This governs the \"selfservice.flows.settings.after.passkey.default_browser_return_url\" setting.
KratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_settings_after_passkey_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Settings Default Return URL After Updating Passwords This governs the \"selfservice.flows.settings.after.password.default_browser_return_url\" setting.
KratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_settings_after_password_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Settings Default Return URL After Updating Profiles This governs the \"selfservice.flows.settings.after.profile.default_browser_return_url\" setting.
KratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_settings_after_profile_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Settings Default Return URL After Updating TOTP This governs the \"selfservice.flows.settings.after.totp.default_browser_return_url\" setting.
KratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_settings_after_totp_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Settings Default Return URL After Updating WebAuthn This governs the \"selfservice.flows.settings.after.webauthn.default_browser_return_url\" setting.
KratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Settings Lifespan This governs the \"selfservice.flows.settings.lifespan\" setting.
KratosSelfserviceFlowsSettingsLifespan *string `json:"kratos_selfservice_flows_settings_lifespan,omitempty"`
// Configures the Ory Kratos Settings Privileged Session Max Age This governs the \"selfservice.flows.settings.privileged_session_max_age\" setting.
KratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge *string `json:"kratos_selfservice_flows_settings_privileged_session_max_age,omitempty"`
// Configures the Ory Kratos Settings Required AAL This governs the \"selfservice.flows.settings.required_aal\" setting.
KratosSelfserviceFlowsSettingsRequiredAal *string `json:"kratos_selfservice_flows_settings_required_aal,omitempty"`
// Configures the Ory Kratos Settings UI URL This governs the \"selfservice.flows.settings.ui_url\" setting.
KratosSelfserviceFlowsSettingsUiUrl *string `json:"kratos_selfservice_flows_settings_ui_url,omitempty"`
// Configures the Ory Kratos Verification Default Return URL This governs the \"selfservice.flows.verification.after.default_browser_return_url\" setting.
KratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_verification_after_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Verification Enabled Setting This governs the \"selfservice.flows.verification.enabled\" setting.
KratosSelfserviceFlowsVerificationEnabled *bool `json:"kratos_selfservice_flows_verification_enabled,omitempty"`
// Configures the Ory Kratos Verification Lifespan This governs the \"selfservice.flows.verification.lifespan\" setting.
KratosSelfserviceFlowsVerificationLifespan *string `json:"kratos_selfservice_flows_verification_lifespan,omitempty"`
// Configures whether to notify unknown recipients of a Ory Kratos verification flow This governs the \"selfservice.flows.verification.notify_unknown_recipients\" setting.
KratosSelfserviceFlowsVerificationNotifyUnknownRecipients *bool `json:"kratos_selfservice_flows_verification_notify_unknown_recipients,omitempty"`
// Configures the Ory Kratos Verification UI URL This governs the \"selfservice.flows.verification.ui_url\" setting.
KratosSelfserviceFlowsVerificationUiUrl *string `json:"kratos_selfservice_flows_verification_ui_url,omitempty"`
// Configures the Ory Kratos Strategy to use for Verification This governs the \"selfservice.flows.verification.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode
KratosSelfserviceFlowsVerificationUse *string `json:"kratos_selfservice_flows_verification_use,omitempty"`
// Configures the Ory Kratos Code Method's lifespan This governs the \"selfservice.methods.code.config.lifespan\" setting.
KratosSelfserviceMethodsCodeConfigLifespan *string `json:"kratos_selfservice_methods_code_config_lifespan,omitempty"`
// Configures whether Ory Kratos Code Method is enabled This governs the \"selfservice.methods.code.enabled\" setting.
KratosSelfserviceMethodsCodeEnabled *bool `json:"kratos_selfservice_methods_code_enabled,omitempty"`
// Configures whether the code method can be used to fulfil MFA flows This governs the \"selfservice.methods.code.mfa_enabled\" setting.
KratosSelfserviceMethodsCodeMfaEnabled *bool `json:"kratos_selfservice_methods_code_mfa_enabled,omitempty"`
// Configures whether Ory Kratos Passwordless should use the Code Method This governs the \"selfservice.methods.code.passwordless_enabled\" setting.
KratosSelfserviceMethodsCodePasswordlessEnabled *bool `json:"kratos_selfservice_methods_code_passwordless_enabled,omitempty"`
// This setting allows the code method to always login a user with code if they have registered with another authentication method such as password or social sign in. This governs the \"selfservice.methods.code.passwordless_login_fallback_enabled\" setting.
KratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled *bool `json:"kratos_selfservice_methods_code_passwordless_login_fallback_enabled,omitempty"`
// Configures the Base URL which Recovery, Verification, and Login Links Point to It is recommended to leave this value empty. It will be appropriately configured to the best matching domain (e.g. when using custom domains) automatically. This governs the \"selfservice.methods.link.config.base_url\" setting.
KratosSelfserviceMethodsLinkConfigBaseUrl *string `json:"kratos_selfservice_methods_link_config_base_url,omitempty"`
// Configures the Ory Kratos Link Method's lifespan This governs the \"selfservice.methods.link.config.lifespan\" setting.
KratosSelfserviceMethodsLinkConfigLifespan *string `json:"kratos_selfservice_methods_link_config_lifespan,omitempty"`
// Configures whether Ory Kratos Link Method is enabled This governs the \"selfservice.methods.link.enabled\" setting.
KratosSelfserviceMethodsLinkEnabled *bool `json:"kratos_selfservice_methods_link_enabled,omitempty"`
// Configures whether Ory Kratos TOTP Lookup Secret is enabled This governs the \"selfservice.methods.lookup_secret.enabled\" setting.
KratosSelfserviceMethodsLookupSecretEnabled *bool `json:"kratos_selfservice_methods_lookup_secret_enabled,omitempty"`
// Configures the Ory Kratos Third Party / OpenID Connect base redirect URI This governs the \"selfservice.methods.oidc.config.base_redirect_uri\" setting.
KratosSelfserviceMethodsOidcConfigBaseRedirectUri *string `json:"kratos_selfservice_methods_oidc_config_base_redirect_uri,omitempty"`
KratosSelfserviceMethodsOidcConfigProviders []NormalizedProjectRevisionThirdPartyProvider `json:"kratos_selfservice_methods_oidc_config_providers,omitempty"`
// Configures whether Ory Kratos Third Party / OpenID Connect Login is enabled This governs the \"selfservice.methods.oidc.enabled\" setting.
KratosSelfserviceMethodsOidcEnabled *bool `json:"kratos_selfservice_methods_oidc_enabled,omitempty"`
// Configures the Ory Kratos Passkey RP Display Name This governs the \"selfservice.methods.passkey.config.rp.display_name\" setting.
KratosSelfserviceMethodsPasskeyConfigRpDisplayName *string `json:"kratos_selfservice_methods_passkey_config_rp_display_name,omitempty"`
// Configures the Ory Kratos Passkey RP ID This governs the \"selfservice.methods.passkey.config.rp.id\" setting.
KratosSelfserviceMethodsPasskeyConfigRpId *string `json:"kratos_selfservice_methods_passkey_config_rp_id,omitempty"`
KratosSelfserviceMethodsPasskeyConfigRpOrigins []string `json:"kratos_selfservice_methods_passkey_config_rp_origins,omitempty"`
// Configures whether Ory Kratos Passkey authentication is enabled This governs the \"selfservice.methods.passkey.enabled\" setting.
KratosSelfserviceMethodsPasskeyEnabled *bool `json:"kratos_selfservice_methods_passkey_enabled,omitempty"`
// Configures whether Ory Kratos Password HIBP Checks is enabled This governs the \"selfservice.methods.password.config.haveibeenpwned_enabled\" setting.
KratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled *bool `json:"kratos_selfservice_methods_password_config_haveibeenpwned_enabled,omitempty"`
// Configures whether Ory Kratos Password should disable the similarity policy. This governs the \"selfservice.methods.password.config.identifier_similarity_check_enabled\" setting.
KratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled *bool `json:"kratos_selfservice_methods_password_config_identifier_similarity_check_enabled,omitempty"`
// Configures whether Ory Kratos Password Should ignore HIBPWND Network Errors This governs the \"selfservice.methods.password.config.ignore_network_errors\" setting.
KratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors *bool `json:"kratos_selfservice_methods_password_config_ignore_network_errors,omitempty"`
// Configures Ory Kratos Password Max Breaches Detection This governs the \"selfservice.methods.password.config.max_breaches\" setting.
KratosSelfserviceMethodsPasswordConfigMaxBreaches *int64 `json:"kratos_selfservice_methods_password_config_max_breaches,omitempty"`
// Configures the minimum length of passwords. This governs the \"selfservice.methods.password.config.min_password_length\" setting.
KratosSelfserviceMethodsPasswordConfigMinPasswordLength *int64 `json:"kratos_selfservice_methods_password_config_min_password_length,omitempty"`
// Configures whether Ory Kratos Password Method is enabled This governs the \"selfservice.methods.password.enabled\" setting.
KratosSelfserviceMethodsPasswordEnabled *bool `json:"kratos_selfservice_methods_password_enabled,omitempty"`
// Configures whether Ory Kratos Profile Method is enabled This governs the \"selfservice.methods.profile.enabled\" setting.
KratosSelfserviceMethodsProfileEnabled *bool `json:"kratos_selfservice_methods_profile_enabled,omitempty"`
// Configures Ory Kratos TOTP Issuer This governs the \"selfservice.methods.totp.config.issuer\" setting.
KratosSelfserviceMethodsTotpConfigIssuer *string `json:"kratos_selfservice_methods_totp_config_issuer,omitempty"`
// Configures whether Ory Kratos TOTP Method is enabled This governs the \"selfservice.methods.totp.enabled\" setting.
KratosSelfserviceMethodsTotpEnabled *bool `json:"kratos_selfservice_methods_totp_enabled,omitempty"`
// Configures whether Ory Kratos Webauthn is used for passwordless flows This governs the \"selfservice.methods.webauthn.config.passwordless\" setting.
KratosSelfserviceMethodsWebauthnConfigPasswordless *bool `json:"kratos_selfservice_methods_webauthn_config_passwordless,omitempty"`
// Configures the Ory Kratos Webauthn RP Display Name This governs the \"selfservice.methods.webauthn.config.rp.display_name\" setting.
KratosSelfserviceMethodsWebauthnConfigRpDisplayName *string `json:"kratos_selfservice_methods_webauthn_config_rp_display_name,omitempty"`
// Configures the Ory Kratos Webauthn RP Icon This governs the \"selfservice.methods.webauthn.config.rp.icon\" setting. Deprecated: This value will be ignored due to security considerations.
KratosSelfserviceMethodsWebauthnConfigRpIcon *string `json:"kratos_selfservice_methods_webauthn_config_rp_icon,omitempty"`
// Configures the Ory Kratos Webauthn RP ID This governs the \"selfservice.methods.webauthn.config.rp.id\" setting.
KratosSelfserviceMethodsWebauthnConfigRpId *string `json:"kratos_selfservice_methods_webauthn_config_rp_id,omitempty"`
KratosSelfserviceMethodsWebauthnConfigRpOrigins []string `json:"kratos_selfservice_methods_webauthn_config_rp_origins,omitempty"`
// Configures whether Ory Kratos Webauthn is enabled This governs the \"selfservice.methods.webauthn.enabled\" setting.
KratosSelfserviceMethodsWebauthnEnabled *bool `json:"kratos_selfservice_methods_webauthn_enabled,omitempty"`
// Configures the Ory Kratos Session Cookie Persistent Attribute This governs the \"session.cookie.persistent\" setting.
KratosSessionCookiePersistent *bool `json:"kratos_session_cookie_persistent,omitempty"`
// Configures the Ory Kratos Session Cookie SameSite Attribute This governs the \"session.cookie.same_site\" setting.
KratosSessionCookieSameSite *string `json:"kratos_session_cookie_same_site,omitempty"`
// Configures the Ory Kratos Session Lifespan This governs the \"session.lifespan\" setting.
KratosSessionLifespan *string `json:"kratos_session_lifespan,omitempty"`
// Configures the Ory Kratos Session Whoami AAL requirement This governs the \"session.whoami.required_aal\" setting.
KratosSessionWhoamiRequiredAal *string `json:"kratos_session_whoami_required_aal,omitempty"`
KratosSessionWhoamiTokenizerTemplates []NormalizedProjectRevisionTokenizerTemplate `json:"kratos_session_whoami_tokenizer_templates,omitempty"`
// The project's name.
Name string `json:"name"`
// The Revision's Project ID
ProjectId *string `json:"project_id,omitempty"`
ProjectRevisionHooks []NormalizedProjectRevisionHook `json:"project_revision_hooks,omitempty"`
ServeAdminCorsAllowedOrigins []string `json:"serve_admin_cors_allowed_origins,omitempty"`
// Enable CORS headers on all admin APIs This governs the \"serve.admin.cors.enabled\" setting.
ServeAdminCorsEnabled *bool `json:"serve_admin_cors_enabled,omitempty"`
ServePublicCorsAllowedOrigins []string `json:"serve_public_cors_allowed_origins,omitempty"`
// Enable CORS headers on all public APIs This governs the \"serve.public.cors.enabled\" setting.
ServePublicCorsEnabled *bool `json:"serve_public_cors_enabled,omitempty"`
// Whether the project should employ strict security measures. Setting this to true is recommended for going into production.
StrictSecurity *bool `json:"strict_security,omitempty"`
// Last Time Project's Revision was Updated
UpdatedAt *time.Time `json:"updated_at,omitempty"`
WorkspaceId *string `json:"workspace_id,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateProjectNormalizedPayload Create project (normalized) request payload
func NewCreateProjectNormalizedPayload ¶ added in v1.4.4
func NewCreateProjectNormalizedPayload(environment string, name string) *CreateProjectNormalizedPayload
NewCreateProjectNormalizedPayload instantiates a new CreateProjectNormalizedPayload 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 NewCreateProjectNormalizedPayloadWithDefaults ¶ added in v1.4.4
func NewCreateProjectNormalizedPayloadWithDefaults() *CreateProjectNormalizedPayload
NewCreateProjectNormalizedPayloadWithDefaults instantiates a new CreateProjectNormalizedPayload 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 (*CreateProjectNormalizedPayload) GetCreatedAt ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetCreatedAtOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetDisableAccountExperienceWelcomeScreen ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetDisableAccountExperienceWelcomeScreen() bool
GetDisableAccountExperienceWelcomeScreen returns the DisableAccountExperienceWelcomeScreen field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetDisableAccountExperienceWelcomeScreenOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetDisableAccountExperienceWelcomeScreenOk() (*bool, bool)
GetDisableAccountExperienceWelcomeScreenOk returns a tuple with the DisableAccountExperienceWelcomeScreen field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetEnableAxV2 ¶ added in v1.8.0
func (o *CreateProjectNormalizedPayload) GetEnableAxV2() bool
GetEnableAxV2 returns the EnableAxV2 field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetEnableAxV2Ok ¶ added in v1.8.0
func (o *CreateProjectNormalizedPayload) GetEnableAxV2Ok() (*bool, bool)
GetEnableAxV2Ok returns a tuple with the EnableAxV2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetEnvironment ¶ added in v1.6.2
func (o *CreateProjectNormalizedPayload) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*CreateProjectNormalizedPayload) GetEnvironmentOk ¶ added in v1.6.2
func (o *CreateProjectNormalizedPayload) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHomeRegion ¶ added in v1.11.11
func (o *CreateProjectNormalizedPayload) GetHomeRegion() string
GetHomeRegion returns the HomeRegion field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHomeRegionOk ¶ added in v1.11.11
func (o *CreateProjectNormalizedPayload) GetHomeRegionOk() (*string, bool)
GetHomeRegionOk returns a tuple with the HomeRegion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraOauth2AllowedTopLevelClaims ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2AllowedTopLevelClaims() []string
GetHydraOauth2AllowedTopLevelClaims returns the HydraOauth2AllowedTopLevelClaims field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraOauth2AllowedTopLevelClaimsOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2AllowedTopLevelClaimsOk() ([]string, bool)
GetHydraOauth2AllowedTopLevelClaimsOk returns a tuple with the HydraOauth2AllowedTopLevelClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraOauth2ClientCredentialsDefaultGrantAllowedScope ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2ClientCredentialsDefaultGrantAllowedScope() bool
GetHydraOauth2ClientCredentialsDefaultGrantAllowedScope returns the HydraOauth2ClientCredentialsDefaultGrantAllowedScope field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraOauth2ClientCredentialsDefaultGrantAllowedScopeOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2ClientCredentialsDefaultGrantAllowedScopeOk() (*bool, bool)
GetHydraOauth2ClientCredentialsDefaultGrantAllowedScopeOk returns a tuple with the HydraOauth2ClientCredentialsDefaultGrantAllowedScope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraOauth2ExcludeNotBeforeClaim ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2ExcludeNotBeforeClaim() bool
GetHydraOauth2ExcludeNotBeforeClaim returns the HydraOauth2ExcludeNotBeforeClaim field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraOauth2ExcludeNotBeforeClaimOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2ExcludeNotBeforeClaimOk() (*bool, bool)
GetHydraOauth2ExcludeNotBeforeClaimOk returns a tuple with the HydraOauth2ExcludeNotBeforeClaim field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraOauth2GrantJwtIatOptional ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2GrantJwtIatOptional() bool
GetHydraOauth2GrantJwtIatOptional returns the HydraOauth2GrantJwtIatOptional field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraOauth2GrantJwtIatOptionalOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2GrantJwtIatOptionalOk() (*bool, bool)
GetHydraOauth2GrantJwtIatOptionalOk returns a tuple with the HydraOauth2GrantJwtIatOptional field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraOauth2GrantJwtJtiOptional ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2GrantJwtJtiOptional() bool
GetHydraOauth2GrantJwtJtiOptional returns the HydraOauth2GrantJwtJtiOptional field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraOauth2GrantJwtJtiOptionalOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2GrantJwtJtiOptionalOk() (*bool, bool)
GetHydraOauth2GrantJwtJtiOptionalOk returns a tuple with the HydraOauth2GrantJwtJtiOptional field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraOauth2GrantJwtMaxTtl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2GrantJwtMaxTtl() string
GetHydraOauth2GrantJwtMaxTtl returns the HydraOauth2GrantJwtMaxTtl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraOauth2GrantJwtMaxTtlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2GrantJwtMaxTtlOk() (*string, bool)
GetHydraOauth2GrantJwtMaxTtlOk returns a tuple with the HydraOauth2GrantJwtMaxTtl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraOauth2MirrorTopLevelClaims ¶ added in v1.6.2
func (o *CreateProjectNormalizedPayload) GetHydraOauth2MirrorTopLevelClaims() bool
GetHydraOauth2MirrorTopLevelClaims returns the HydraOauth2MirrorTopLevelClaims field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraOauth2MirrorTopLevelClaimsOk ¶ added in v1.6.2
func (o *CreateProjectNormalizedPayload) GetHydraOauth2MirrorTopLevelClaimsOk() (*bool, bool)
GetHydraOauth2MirrorTopLevelClaimsOk returns a tuple with the HydraOauth2MirrorTopLevelClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraOauth2PkceEnforced ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2PkceEnforced() bool
GetHydraOauth2PkceEnforced returns the HydraOauth2PkceEnforced field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraOauth2PkceEnforcedForPublicClients ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2PkceEnforcedForPublicClients() bool
GetHydraOauth2PkceEnforcedForPublicClients returns the HydraOauth2PkceEnforcedForPublicClients field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraOauth2PkceEnforcedForPublicClientsOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2PkceEnforcedForPublicClientsOk() (*bool, bool)
GetHydraOauth2PkceEnforcedForPublicClientsOk returns a tuple with the HydraOauth2PkceEnforcedForPublicClients field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraOauth2PkceEnforcedOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2PkceEnforcedOk() (*bool, bool)
GetHydraOauth2PkceEnforcedOk returns a tuple with the HydraOauth2PkceEnforced field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraOauth2RefreshTokenHook ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2RefreshTokenHook() string
GetHydraOauth2RefreshTokenHook returns the HydraOauth2RefreshTokenHook field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraOauth2RefreshTokenHookOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2RefreshTokenHookOk() (*string, bool)
GetHydraOauth2RefreshTokenHookOk returns a tuple with the HydraOauth2RefreshTokenHook field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraOauth2TokenHook ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2TokenHook() string
GetHydraOauth2TokenHook returns the HydraOauth2TokenHook field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraOauth2TokenHookOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOauth2TokenHookOk() (*string, bool)
GetHydraOauth2TokenHookOk returns a tuple with the HydraOauth2TokenHook field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraOidcDynamicClientRegistrationDefaultScope ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOidcDynamicClientRegistrationDefaultScope() []string
GetHydraOidcDynamicClientRegistrationDefaultScope returns the HydraOidcDynamicClientRegistrationDefaultScope field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraOidcDynamicClientRegistrationDefaultScopeOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOidcDynamicClientRegistrationDefaultScopeOk() ([]string, bool)
GetHydraOidcDynamicClientRegistrationDefaultScopeOk returns a tuple with the HydraOidcDynamicClientRegistrationDefaultScope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraOidcDynamicClientRegistrationEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOidcDynamicClientRegistrationEnabled() bool
GetHydraOidcDynamicClientRegistrationEnabled returns the HydraOidcDynamicClientRegistrationEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraOidcDynamicClientRegistrationEnabledOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOidcDynamicClientRegistrationEnabledOk() (*bool, bool)
GetHydraOidcDynamicClientRegistrationEnabledOk returns a tuple with the HydraOidcDynamicClientRegistrationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraOidcSubjectIdentifiersPairwiseSalt ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOidcSubjectIdentifiersPairwiseSalt() string
GetHydraOidcSubjectIdentifiersPairwiseSalt returns the HydraOidcSubjectIdentifiersPairwiseSalt field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraOidcSubjectIdentifiersPairwiseSaltOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOidcSubjectIdentifiersPairwiseSaltOk() (*string, bool)
GetHydraOidcSubjectIdentifiersPairwiseSaltOk returns a tuple with the HydraOidcSubjectIdentifiersPairwiseSalt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraOidcSubjectIdentifiersSupportedTypes ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOidcSubjectIdentifiersSupportedTypes() []string
GetHydraOidcSubjectIdentifiersSupportedTypes returns the HydraOidcSubjectIdentifiersSupportedTypes field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraOidcSubjectIdentifiersSupportedTypesOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraOidcSubjectIdentifiersSupportedTypesOk() ([]string, bool)
GetHydraOidcSubjectIdentifiersSupportedTypesOk returns a tuple with the HydraOidcSubjectIdentifiersSupportedTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraSecretsCookie ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraSecretsCookie() []string
GetHydraSecretsCookie returns the HydraSecretsCookie field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraSecretsCookieOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraSecretsCookieOk() ([]string, bool)
GetHydraSecretsCookieOk returns a tuple with the HydraSecretsCookie field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraSecretsSystem ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraSecretsSystem() []string
GetHydraSecretsSystem returns the HydraSecretsSystem field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraSecretsSystemOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraSecretsSystemOk() ([]string, bool)
GetHydraSecretsSystemOk returns a tuple with the HydraSecretsSystem field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraServeCookiesSameSiteLegacyWorkaround ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraServeCookiesSameSiteLegacyWorkaround() bool
GetHydraServeCookiesSameSiteLegacyWorkaround returns the HydraServeCookiesSameSiteLegacyWorkaround field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraServeCookiesSameSiteLegacyWorkaroundOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraServeCookiesSameSiteLegacyWorkaroundOk() (*bool, bool)
GetHydraServeCookiesSameSiteLegacyWorkaroundOk returns a tuple with the HydraServeCookiesSameSiteLegacyWorkaround field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraServeCookiesSameSiteMode ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraServeCookiesSameSiteMode() string
GetHydraServeCookiesSameSiteMode returns the HydraServeCookiesSameSiteMode field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraServeCookiesSameSiteModeOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraServeCookiesSameSiteModeOk() (*string, bool)
GetHydraServeCookiesSameSiteModeOk returns a tuple with the HydraServeCookiesSameSiteMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraStrategiesAccessToken ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraStrategiesAccessToken() string
GetHydraStrategiesAccessToken returns the HydraStrategiesAccessToken field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraStrategiesAccessTokenOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraStrategiesAccessTokenOk() (*string, bool)
GetHydraStrategiesAccessTokenOk returns a tuple with the HydraStrategiesAccessToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraStrategiesJwtScopeClaim ¶ added in v1.11.10
func (o *CreateProjectNormalizedPayload) GetHydraStrategiesJwtScopeClaim() string
GetHydraStrategiesJwtScopeClaim returns the HydraStrategiesJwtScopeClaim field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraStrategiesJwtScopeClaimOk ¶ added in v1.11.10
func (o *CreateProjectNormalizedPayload) GetHydraStrategiesJwtScopeClaimOk() (*string, bool)
GetHydraStrategiesJwtScopeClaimOk returns a tuple with the HydraStrategiesJwtScopeClaim field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraStrategiesScope ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraStrategiesScope() string
GetHydraStrategiesScope returns the HydraStrategiesScope field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraStrategiesScopeOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraStrategiesScopeOk() (*string, bool)
GetHydraStrategiesScopeOk returns a tuple with the HydraStrategiesScope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraTtlAccessToken ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraTtlAccessToken() string
GetHydraTtlAccessToken returns the HydraTtlAccessToken field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraTtlAccessTokenOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraTtlAccessTokenOk() (*string, bool)
GetHydraTtlAccessTokenOk returns a tuple with the HydraTtlAccessToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraTtlAuthCode ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraTtlAuthCode() string
GetHydraTtlAuthCode returns the HydraTtlAuthCode field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraTtlAuthCodeOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraTtlAuthCodeOk() (*string, bool)
GetHydraTtlAuthCodeOk returns a tuple with the HydraTtlAuthCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraTtlIdToken ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraTtlIdToken() string
GetHydraTtlIdToken returns the HydraTtlIdToken field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraTtlIdTokenOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraTtlIdTokenOk() (*string, bool)
GetHydraTtlIdTokenOk returns a tuple with the HydraTtlIdToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraTtlLoginConsentRequest ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraTtlLoginConsentRequest() string
GetHydraTtlLoginConsentRequest returns the HydraTtlLoginConsentRequest field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraTtlLoginConsentRequestOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraTtlLoginConsentRequestOk() (*string, bool)
GetHydraTtlLoginConsentRequestOk returns a tuple with the HydraTtlLoginConsentRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraTtlRefreshToken ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraTtlRefreshToken() string
GetHydraTtlRefreshToken returns the HydraTtlRefreshToken field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraTtlRefreshTokenOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraTtlRefreshTokenOk() (*string, bool)
GetHydraTtlRefreshTokenOk returns a tuple with the HydraTtlRefreshToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraUrlsConsent ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraUrlsConsent() string
GetHydraUrlsConsent returns the HydraUrlsConsent field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraUrlsConsentOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraUrlsConsentOk() (*string, bool)
GetHydraUrlsConsentOk returns a tuple with the HydraUrlsConsent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraUrlsError ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraUrlsError() string
GetHydraUrlsError returns the HydraUrlsError field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraUrlsErrorOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraUrlsErrorOk() (*string, bool)
GetHydraUrlsErrorOk returns a tuple with the HydraUrlsError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraUrlsLogin ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraUrlsLogin() string
GetHydraUrlsLogin returns the HydraUrlsLogin field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraUrlsLoginOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraUrlsLoginOk() (*string, bool)
GetHydraUrlsLoginOk returns a tuple with the HydraUrlsLogin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraUrlsLogout ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraUrlsLogout() string
GetHydraUrlsLogout returns the HydraUrlsLogout field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraUrlsLogoutOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraUrlsLogoutOk() (*string, bool)
GetHydraUrlsLogoutOk returns a tuple with the HydraUrlsLogout field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraUrlsPostLogoutRedirect ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraUrlsPostLogoutRedirect() string
GetHydraUrlsPostLogoutRedirect returns the HydraUrlsPostLogoutRedirect field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraUrlsPostLogoutRedirectOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraUrlsPostLogoutRedirectOk() (*string, bool)
GetHydraUrlsPostLogoutRedirectOk returns a tuple with the HydraUrlsPostLogoutRedirect field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraUrlsRegistration ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraUrlsRegistration() string
GetHydraUrlsRegistration returns the HydraUrlsRegistration field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraUrlsRegistrationOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraUrlsRegistrationOk() (*string, bool)
GetHydraUrlsRegistrationOk returns a tuple with the HydraUrlsRegistration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraUrlsSelfIssuer ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraUrlsSelfIssuer() string
GetHydraUrlsSelfIssuer returns the HydraUrlsSelfIssuer field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraUrlsSelfIssuerOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraUrlsSelfIssuerOk() (*string, bool)
GetHydraUrlsSelfIssuerOk returns a tuple with the HydraUrlsSelfIssuer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraWebfingerJwksBroadcastKeys ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraWebfingerJwksBroadcastKeys() []string
GetHydraWebfingerJwksBroadcastKeys returns the HydraWebfingerJwksBroadcastKeys field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraWebfingerJwksBroadcastKeysOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraWebfingerJwksBroadcastKeysOk() ([]string, bool)
GetHydraWebfingerJwksBroadcastKeysOk returns a tuple with the HydraWebfingerJwksBroadcastKeys field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryAuthUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryAuthUrl() string
GetHydraWebfingerOidcDiscoveryAuthUrl returns the HydraWebfingerOidcDiscoveryAuthUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryAuthUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryAuthUrlOk() (*string, bool)
GetHydraWebfingerOidcDiscoveryAuthUrlOk returns a tuple with the HydraWebfingerOidcDiscoveryAuthUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryClientRegistrationUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryClientRegistrationUrl() string
GetHydraWebfingerOidcDiscoveryClientRegistrationUrl returns the HydraWebfingerOidcDiscoveryClientRegistrationUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryClientRegistrationUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryClientRegistrationUrlOk() (*string, bool)
GetHydraWebfingerOidcDiscoveryClientRegistrationUrlOk returns a tuple with the HydraWebfingerOidcDiscoveryClientRegistrationUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryJwksUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryJwksUrl() string
GetHydraWebfingerOidcDiscoveryJwksUrl returns the HydraWebfingerOidcDiscoveryJwksUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryJwksUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryJwksUrlOk() (*string, bool)
GetHydraWebfingerOidcDiscoveryJwksUrlOk returns a tuple with the HydraWebfingerOidcDiscoveryJwksUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoverySupportedClaims ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoverySupportedClaims() []string
GetHydraWebfingerOidcDiscoverySupportedClaims returns the HydraWebfingerOidcDiscoverySupportedClaims field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoverySupportedClaimsOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoverySupportedClaimsOk() ([]string, bool)
GetHydraWebfingerOidcDiscoverySupportedClaimsOk returns a tuple with the HydraWebfingerOidcDiscoverySupportedClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoverySupportedScope ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoverySupportedScope() []string
GetHydraWebfingerOidcDiscoverySupportedScope returns the HydraWebfingerOidcDiscoverySupportedScope field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoverySupportedScopeOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoverySupportedScopeOk() ([]string, bool)
GetHydraWebfingerOidcDiscoverySupportedScopeOk returns a tuple with the HydraWebfingerOidcDiscoverySupportedScope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryTokenUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryTokenUrl() string
GetHydraWebfingerOidcDiscoveryTokenUrl returns the HydraWebfingerOidcDiscoveryTokenUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryTokenUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryTokenUrlOk() (*string, bool)
GetHydraWebfingerOidcDiscoveryTokenUrlOk returns a tuple with the HydraWebfingerOidcDiscoveryTokenUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryUserinfoUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryUserinfoUrl() string
GetHydraWebfingerOidcDiscoveryUserinfoUrl returns the HydraWebfingerOidcDiscoveryUserinfoUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryUserinfoUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetHydraWebfingerOidcDiscoveryUserinfoUrlOk() (*string, bool)
GetHydraWebfingerOidcDiscoveryUserinfoUrlOk returns a tuple with the HydraWebfingerOidcDiscoveryUserinfoUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetId ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetIdOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKetoNamespaceConfiguration ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKetoNamespaceConfiguration() string
GetKetoNamespaceConfiguration returns the KetoNamespaceConfiguration field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKetoNamespaceConfigurationOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKetoNamespaceConfigurationOk() (*string, bool)
GetKetoNamespaceConfigurationOk returns a tuple with the KetoNamespaceConfiguration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKetoNamespaces ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKetoNamespaces() []KetoNamespace
GetKetoNamespaces returns the KetoNamespaces field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKetoNamespacesOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKetoNamespacesOk() ([]KetoNamespace, bool)
GetKetoNamespacesOk returns a tuple with the KetoNamespaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCookiesSameSite ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCookiesSameSite() string
GetKratosCookiesSameSite returns the KratosCookiesSameSite field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCookiesSameSiteOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCookiesSameSiteOk() (*string, bool)
GetKratosCookiesSameSiteOk returns a tuple with the KratosCookiesSameSite field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierChannels ¶ added in v1.5.0
func (o *CreateProjectNormalizedPayload) GetKratosCourierChannels() []NormalizedProjectRevisionCourierChannel
GetKratosCourierChannels returns the KratosCourierChannels field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierChannelsOk ¶ added in v1.5.0
func (o *CreateProjectNormalizedPayload) GetKratosCourierChannelsOk() ([]NormalizedProjectRevisionCourierChannel, bool)
GetKratosCourierChannelsOk returns a tuple with the KratosCourierChannels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierDeliveryStrategy ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierDeliveryStrategy() string
GetKratosCourierDeliveryStrategy returns the KratosCourierDeliveryStrategy field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierDeliveryStrategyOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierDeliveryStrategyOk() (*string, bool)
GetKratosCourierDeliveryStrategyOk returns a tuple with the KratosCourierDeliveryStrategy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthApiKeyIn ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthApiKeyIn() string
GetKratosCourierHttpRequestConfigAuthApiKeyIn returns the KratosCourierHttpRequestConfigAuthApiKeyIn field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthApiKeyInOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthApiKeyInOk() (*string, bool)
GetKratosCourierHttpRequestConfigAuthApiKeyInOk returns a tuple with the KratosCourierHttpRequestConfigAuthApiKeyIn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthApiKeyName ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthApiKeyName() string
GetKratosCourierHttpRequestConfigAuthApiKeyName returns the KratosCourierHttpRequestConfigAuthApiKeyName field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthApiKeyNameOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthApiKeyNameOk() (*string, bool)
GetKratosCourierHttpRequestConfigAuthApiKeyNameOk returns a tuple with the KratosCourierHttpRequestConfigAuthApiKeyName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthApiKeyValue ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthApiKeyValue() string
GetKratosCourierHttpRequestConfigAuthApiKeyValue returns the KratosCourierHttpRequestConfigAuthApiKeyValue field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthApiKeyValueOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthApiKeyValueOk() (*string, bool)
GetKratosCourierHttpRequestConfigAuthApiKeyValueOk returns a tuple with the KratosCourierHttpRequestConfigAuthApiKeyValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthBasicAuthPassword ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthBasicAuthPassword() string
GetKratosCourierHttpRequestConfigAuthBasicAuthPassword returns the KratosCourierHttpRequestConfigAuthBasicAuthPassword field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthBasicAuthPasswordOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthBasicAuthPasswordOk() (*string, bool)
GetKratosCourierHttpRequestConfigAuthBasicAuthPasswordOk returns a tuple with the KratosCourierHttpRequestConfigAuthBasicAuthPassword field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthBasicAuthUser ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthBasicAuthUser() string
GetKratosCourierHttpRequestConfigAuthBasicAuthUser returns the KratosCourierHttpRequestConfigAuthBasicAuthUser field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthBasicAuthUserOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthBasicAuthUserOk() (*string, bool)
GetKratosCourierHttpRequestConfigAuthBasicAuthUserOk returns a tuple with the KratosCourierHttpRequestConfigAuthBasicAuthUser field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthType ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthType() string
GetKratosCourierHttpRequestConfigAuthType returns the KratosCourierHttpRequestConfigAuthType field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthTypeOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigAuthTypeOk() (*string, bool)
GetKratosCourierHttpRequestConfigAuthTypeOk returns a tuple with the KratosCourierHttpRequestConfigAuthType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigBody ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigBody() string
GetKratosCourierHttpRequestConfigBody returns the KratosCourierHttpRequestConfigBody field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigBodyOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigBodyOk() (*string, bool)
GetKratosCourierHttpRequestConfigBodyOk returns a tuple with the KratosCourierHttpRequestConfigBody field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigHeaders ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigHeaders() map[string]interface{}
GetKratosCourierHttpRequestConfigHeaders returns the KratosCourierHttpRequestConfigHeaders field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigHeadersOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigHeadersOk() (map[string]interface{}, bool)
GetKratosCourierHttpRequestConfigHeadersOk returns a tuple with the KratosCourierHttpRequestConfigHeaders field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigMethod ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigMethod() string
GetKratosCourierHttpRequestConfigMethod returns the KratosCourierHttpRequestConfigMethod field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigMethodOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigMethodOk() (*string, bool)
GetKratosCourierHttpRequestConfigMethodOk returns a tuple with the KratosCourierHttpRequestConfigMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigUrl() string
GetKratosCourierHttpRequestConfigUrl returns the KratosCourierHttpRequestConfigUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierHttpRequestConfigUrlOk() (*string, bool)
GetKratosCourierHttpRequestConfigUrlOk returns a tuple with the KratosCourierHttpRequestConfigUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierSmtpConnectionUri ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpConnectionUri() string
GetKratosCourierSmtpConnectionUri returns the KratosCourierSmtpConnectionUri field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierSmtpConnectionUriOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpConnectionUriOk() (*string, bool)
GetKratosCourierSmtpConnectionUriOk returns a tuple with the KratosCourierSmtpConnectionUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierSmtpFromAddress ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpFromAddress() string
GetKratosCourierSmtpFromAddress returns the KratosCourierSmtpFromAddress field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierSmtpFromAddressOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpFromAddressOk() (*string, bool)
GetKratosCourierSmtpFromAddressOk returns a tuple with the KratosCourierSmtpFromAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierSmtpFromName ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpFromName() string
GetKratosCourierSmtpFromName returns the KratosCourierSmtpFromName field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierSmtpFromNameOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpFromNameOk() (*string, bool)
GetKratosCourierSmtpFromNameOk returns a tuple with the KratosCourierSmtpFromName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierSmtpHeaders ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpHeaders() map[string]interface{}
GetKratosCourierSmtpHeaders returns the KratosCourierSmtpHeaders field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateProjectNormalizedPayload) GetKratosCourierSmtpHeadersOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpHeadersOk() (map[string]interface{}, bool)
GetKratosCourierSmtpHeadersOk returns a tuple with the KratosCourierSmtpHeaders field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateProjectNormalizedPayload) GetKratosCourierSmtpLocalName ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpLocalName() string
GetKratosCourierSmtpLocalName returns the KratosCourierSmtpLocalName field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierSmtpLocalNameOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierSmtpLocalNameOk() (*string, bool)
GetKratosCourierSmtpLocalNameOk returns a tuple with the KratosCourierSmtpLocalName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidEmailBodyHtml() string
GetKratosCourierTemplatesLoginCodeValidEmailBodyHtml returns the KratosCourierTemplatesLoginCodeValidEmailBodyHtml field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidEmailBodyHtmlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesLoginCodeValidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesLoginCodeValidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext() string
GetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext returns the KratosCourierTemplatesLoginCodeValidEmailBodyPlaintext field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintextOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesLoginCodeValidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidEmailSubject() string
GetKratosCourierTemplatesLoginCodeValidEmailSubject returns the KratosCourierTemplatesLoginCodeValidEmailSubject field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidEmailSubjectOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesLoginCodeValidEmailSubjectOk returns a tuple with the KratosCourierTemplatesLoginCodeValidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext ¶ added in v1.6.1
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext() string
GetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext returns the KratosCourierTemplatesLoginCodeValidSmsBodyPlaintext field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintextOk ¶ added in v1.6.1
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintextOk returns a tuple with the KratosCourierTemplatesLoginCodeValidSmsBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml() string
GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml returns the KratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtmlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext() string
GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext returns the KratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintextOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeInvalidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeInvalidEmailSubject() string
GetKratosCourierTemplatesRecoveryCodeInvalidEmailSubject returns the KratosCourierTemplatesRecoveryCodeInvalidEmailSubject field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeInvalidEmailSubjectOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeInvalidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesRecoveryCodeInvalidEmailSubjectOk returns a tuple with the KratosCourierTemplatesRecoveryCodeInvalidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml() string
GetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml returns the KratosCourierTemplatesRecoveryCodeValidEmailBodyHtml field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtmlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesRecoveryCodeValidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext() string
GetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext returns the KratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintextOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeValidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeValidEmailSubject() string
GetKratosCourierTemplatesRecoveryCodeValidEmailSubject returns the KratosCourierTemplatesRecoveryCodeValidEmailSubject field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeValidEmailSubjectOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryCodeValidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesRecoveryCodeValidEmailSubjectOk returns a tuple with the KratosCourierTemplatesRecoveryCodeValidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryInvalidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryInvalidEmailBodyHtml() string
GetKratosCourierTemplatesRecoveryInvalidEmailBodyHtml returns the KratosCourierTemplatesRecoveryInvalidEmailBodyHtml field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryInvalidEmailBodyHtmlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryInvalidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesRecoveryInvalidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesRecoveryInvalidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext() string
GetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext returns the KratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintextOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryInvalidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryInvalidEmailSubject() string
GetKratosCourierTemplatesRecoveryInvalidEmailSubject returns the KratosCourierTemplatesRecoveryInvalidEmailSubject field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryInvalidEmailSubjectOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryInvalidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesRecoveryInvalidEmailSubjectOk returns a tuple with the KratosCourierTemplatesRecoveryInvalidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryValidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryValidEmailBodyHtml() string
GetKratosCourierTemplatesRecoveryValidEmailBodyHtml returns the KratosCourierTemplatesRecoveryValidEmailBodyHtml field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryValidEmailBodyHtmlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryValidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesRecoveryValidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesRecoveryValidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryValidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryValidEmailBodyPlaintext() string
GetKratosCourierTemplatesRecoveryValidEmailBodyPlaintext returns the KratosCourierTemplatesRecoveryValidEmailBodyPlaintext field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryValidEmailBodyPlaintextOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryValidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesRecoveryValidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesRecoveryValidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryValidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryValidEmailSubject() string
GetKratosCourierTemplatesRecoveryValidEmailSubject returns the KratosCourierTemplatesRecoveryValidEmailSubject field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryValidEmailSubjectOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRecoveryValidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesRecoveryValidEmailSubjectOk returns a tuple with the KratosCourierTemplatesRecoveryValidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml() string
GetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml returns the KratosCourierTemplatesRegistrationCodeValidEmailBodyHtml field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtmlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesRegistrationCodeValidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext() string
GetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext returns the KratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintextOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRegistrationCodeValidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRegistrationCodeValidEmailSubject() string
GetKratosCourierTemplatesRegistrationCodeValidEmailSubject returns the KratosCourierTemplatesRegistrationCodeValidEmailSubject field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesRegistrationCodeValidEmailSubjectOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesRegistrationCodeValidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesRegistrationCodeValidEmailSubjectOk returns a tuple with the KratosCourierTemplatesRegistrationCodeValidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml() string
GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml returns the KratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtmlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext() string
GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext returns the KratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintextOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeInvalidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeInvalidEmailSubject() string
GetKratosCourierTemplatesVerificationCodeInvalidEmailSubject returns the KratosCourierTemplatesVerificationCodeInvalidEmailSubject field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeInvalidEmailSubjectOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeInvalidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesVerificationCodeInvalidEmailSubjectOk returns a tuple with the KratosCourierTemplatesVerificationCodeInvalidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidEmailBodyHtml() string
GetKratosCourierTemplatesVerificationCodeValidEmailBodyHtml returns the KratosCourierTemplatesVerificationCodeValidEmailBodyHtml field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidEmailBodyHtmlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesVerificationCodeValidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesVerificationCodeValidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext() string
GetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext returns the KratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintextOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidEmailSubject() string
GetKratosCourierTemplatesVerificationCodeValidEmailSubject returns the KratosCourierTemplatesVerificationCodeValidEmailSubject field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidEmailSubjectOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesVerificationCodeValidEmailSubjectOk returns a tuple with the KratosCourierTemplatesVerificationCodeValidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext ¶ added in v1.5.0
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext() string
GetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext returns the KratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintextOk ¶ added in v1.5.0
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintextOk returns a tuple with the KratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationInvalidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationInvalidEmailBodyHtml() string
GetKratosCourierTemplatesVerificationInvalidEmailBodyHtml returns the KratosCourierTemplatesVerificationInvalidEmailBodyHtml field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationInvalidEmailBodyHtmlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationInvalidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesVerificationInvalidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesVerificationInvalidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext() string
GetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext returns the KratosCourierTemplatesVerificationInvalidEmailBodyPlaintext field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintextOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesVerificationInvalidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationInvalidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationInvalidEmailSubject() string
GetKratosCourierTemplatesVerificationInvalidEmailSubject returns the KratosCourierTemplatesVerificationInvalidEmailSubject field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationInvalidEmailSubjectOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationInvalidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesVerificationInvalidEmailSubjectOk returns a tuple with the KratosCourierTemplatesVerificationInvalidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationValidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationValidEmailBodyHtml() string
GetKratosCourierTemplatesVerificationValidEmailBodyHtml returns the KratosCourierTemplatesVerificationValidEmailBodyHtml field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationValidEmailBodyHtmlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationValidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesVerificationValidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesVerificationValidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationValidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationValidEmailBodyPlaintext() string
GetKratosCourierTemplatesVerificationValidEmailBodyPlaintext returns the KratosCourierTemplatesVerificationValidEmailBodyPlaintext field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationValidEmailBodyPlaintextOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationValidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesVerificationValidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesVerificationValidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationValidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationValidEmailSubject() string
GetKratosCourierTemplatesVerificationValidEmailSubject returns the KratosCourierTemplatesVerificationValidEmailSubject field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationValidEmailSubjectOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosCourierTemplatesVerificationValidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesVerificationValidEmailSubjectOk returns a tuple with the KratosCourierTemplatesVerificationValidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosFeatureFlagsCacheableSessions ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosFeatureFlagsCacheableSessions() bool
GetKratosFeatureFlagsCacheableSessions returns the KratosFeatureFlagsCacheableSessions field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosFeatureFlagsCacheableSessionsMaxAge ¶ added in v1.9.0
func (o *CreateProjectNormalizedPayload) GetKratosFeatureFlagsCacheableSessionsMaxAge() string
GetKratosFeatureFlagsCacheableSessionsMaxAge returns the KratosFeatureFlagsCacheableSessionsMaxAge field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosFeatureFlagsCacheableSessionsMaxAgeOk ¶ added in v1.9.0
func (o *CreateProjectNormalizedPayload) GetKratosFeatureFlagsCacheableSessionsMaxAgeOk() (*string, bool)
GetKratosFeatureFlagsCacheableSessionsMaxAgeOk returns a tuple with the KratosFeatureFlagsCacheableSessionsMaxAge field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosFeatureFlagsCacheableSessionsOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosFeatureFlagsCacheableSessionsOk() (*bool, bool)
GetKratosFeatureFlagsCacheableSessionsOk returns a tuple with the KratosFeatureFlagsCacheableSessions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosFeatureFlagsFasterSessionExtend ¶ added in v1.14.0
func (o *CreateProjectNormalizedPayload) GetKratosFeatureFlagsFasterSessionExtend() bool
GetKratosFeatureFlagsFasterSessionExtend returns the KratosFeatureFlagsFasterSessionExtend field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosFeatureFlagsFasterSessionExtendOk ¶ added in v1.14.0
func (o *CreateProjectNormalizedPayload) GetKratosFeatureFlagsFasterSessionExtendOk() (*bool, bool)
GetKratosFeatureFlagsFasterSessionExtendOk returns a tuple with the KratosFeatureFlagsFasterSessionExtend field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosFeatureFlagsUseContinueWithTransitions ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosFeatureFlagsUseContinueWithTransitions() bool
GetKratosFeatureFlagsUseContinueWithTransitions returns the KratosFeatureFlagsUseContinueWithTransitions field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosFeatureFlagsUseContinueWithTransitionsOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosFeatureFlagsUseContinueWithTransitionsOk() (*bool, bool)
GetKratosFeatureFlagsUseContinueWithTransitionsOk returns a tuple with the KratosFeatureFlagsUseContinueWithTransitions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosIdentitySchemas ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosIdentitySchemas() []NormalizedProjectRevisionIdentitySchema
GetKratosIdentitySchemas returns the KratosIdentitySchemas field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosIdentitySchemasOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosIdentitySchemasOk() ([]NormalizedProjectRevisionIdentitySchema, bool)
GetKratosIdentitySchemasOk returns a tuple with the KratosIdentitySchemas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosOauth2ProviderHeaders ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosOauth2ProviderHeaders() map[string]interface{}
GetKratosOauth2ProviderHeaders returns the KratosOauth2ProviderHeaders field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateProjectNormalizedPayload) GetKratosOauth2ProviderHeadersOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosOauth2ProviderHeadersOk() (map[string]interface{}, bool)
GetKratosOauth2ProviderHeadersOk returns a tuple with the KratosOauth2ProviderHeaders field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateProjectNormalizedPayload) GetKratosOauth2ProviderOverrideReturnTo ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosOauth2ProviderOverrideReturnTo() bool
GetKratosOauth2ProviderOverrideReturnTo returns the KratosOauth2ProviderOverrideReturnTo field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosOauth2ProviderOverrideReturnToOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosOauth2ProviderOverrideReturnToOk() (*bool, bool)
GetKratosOauth2ProviderOverrideReturnToOk returns a tuple with the KratosOauth2ProviderOverrideReturnTo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosOauth2ProviderUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosOauth2ProviderUrl() string
GetKratosOauth2ProviderUrl returns the KratosOauth2ProviderUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosOauth2ProviderUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosOauth2ProviderUrlOk() (*string, bool)
GetKratosOauth2ProviderUrlOk returns a tuple with the KratosOauth2ProviderUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosPreviewDefaultReadConsistencyLevel ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosPreviewDefaultReadConsistencyLevel() string
GetKratosPreviewDefaultReadConsistencyLevel returns the KratosPreviewDefaultReadConsistencyLevel field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosPreviewDefaultReadConsistencyLevelOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosPreviewDefaultReadConsistencyLevelOk() (*string, bool)
GetKratosPreviewDefaultReadConsistencyLevelOk returns a tuple with the KratosPreviewDefaultReadConsistencyLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSecretsCipher ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSecretsCipher() []string
GetKratosSecretsCipher returns the KratosSecretsCipher field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSecretsCipherOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSecretsCipherOk() ([]string, bool)
GetKratosSecretsCipherOk returns a tuple with the KratosSecretsCipher field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSecretsCookie ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSecretsCookie() []string
GetKratosSecretsCookie returns the KratosSecretsCookie field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSecretsCookieOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSecretsCookieOk() ([]string, bool)
GetKratosSecretsCookieOk returns a tuple with the KratosSecretsCookie field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSecretsDefault ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSecretsDefault() []string
GetKratosSecretsDefault returns the KratosSecretsDefault field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSecretsDefaultOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSecretsDefaultOk() ([]string, bool)
GetKratosSecretsDefaultOk returns a tuple with the KratosSecretsDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceAllowedReturnUrls ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceAllowedReturnUrls() []string
GetKratosSelfserviceAllowedReturnUrls returns the KratosSelfserviceAllowedReturnUrls field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceAllowedReturnUrlsOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceAllowedReturnUrlsOk() ([]string, bool)
GetKratosSelfserviceAllowedReturnUrlsOk returns a tuple with the KratosSelfserviceAllowedReturnUrls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceDefaultBrowserReturnUrl() string
GetKratosSelfserviceDefaultBrowserReturnUrl returns the KratosSelfserviceDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsErrorUiUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsErrorUiUrl() string
GetKratosSelfserviceFlowsErrorUiUrl returns the KratosSelfserviceFlowsErrorUiUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsErrorUiUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsErrorUiUrlOk() (*string, bool)
GetKratosSelfserviceFlowsErrorUiUrlOk returns a tuple with the KratosSelfserviceFlowsErrorUiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrlOk ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginLifespan() string
GetKratosSelfserviceFlowsLoginLifespan returns the KratosSelfserviceFlowsLoginLifespan field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginLifespanOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginLifespanOk() (*string, bool)
GetKratosSelfserviceFlowsLoginLifespanOk returns a tuple with the KratosSelfserviceFlowsLoginLifespan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginUiUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginUiUrl() string
GetKratosSelfserviceFlowsLoginUiUrl returns the KratosSelfserviceFlowsLoginUiUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginUiUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLoginUiUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLoginUiUrlOk returns a tuple with the KratosSelfserviceFlowsLoginUiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryEnabled() bool
GetKratosSelfserviceFlowsRecoveryEnabled returns the KratosSelfserviceFlowsRecoveryEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryEnabledOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryEnabledOk() (*bool, bool)
GetKratosSelfserviceFlowsRecoveryEnabledOk returns a tuple with the KratosSelfserviceFlowsRecoveryEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryLifespan() string
GetKratosSelfserviceFlowsRecoveryLifespan returns the KratosSelfserviceFlowsRecoveryLifespan field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryLifespanOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryLifespanOk() (*string, bool)
GetKratosSelfserviceFlowsRecoveryLifespanOk returns a tuple with the KratosSelfserviceFlowsRecoveryLifespan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients() bool
GetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients returns the KratosSelfserviceFlowsRecoveryNotifyUnknownRecipients field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipientsOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipientsOk() (*bool, bool)
GetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipientsOk returns a tuple with the KratosSelfserviceFlowsRecoveryNotifyUnknownRecipients field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryUiUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryUiUrl() string
GetKratosSelfserviceFlowsRecoveryUiUrl returns the KratosSelfserviceFlowsRecoveryUiUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryUiUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryUiUrlOk() (*string, bool)
GetKratosSelfserviceFlowsRecoveryUiUrlOk returns a tuple with the KratosSelfserviceFlowsRecoveryUiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryUse ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryUse() string
GetKratosSelfserviceFlowsRecoveryUse returns the KratosSelfserviceFlowsRecoveryUse field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryUseOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRecoveryUseOk() (*string, bool)
GetKratosSelfserviceFlowsRecoveryUseOk returns a tuple with the KratosSelfserviceFlowsRecoveryUse field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrlOk ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationEnableLegacyOneStep ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationEnableLegacyOneStep() bool
GetKratosSelfserviceFlowsRegistrationEnableLegacyOneStep returns the KratosSelfserviceFlowsRegistrationEnableLegacyOneStep field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationEnableLegacyOneStepOk ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationEnableLegacyOneStepOk() (*bool, bool)
GetKratosSelfserviceFlowsRegistrationEnableLegacyOneStepOk returns a tuple with the KratosSelfserviceFlowsRegistrationEnableLegacyOneStep field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationEnabled() bool
GetKratosSelfserviceFlowsRegistrationEnabled returns the KratosSelfserviceFlowsRegistrationEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationEnabledOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationEnabledOk() (*bool, bool)
GetKratosSelfserviceFlowsRegistrationEnabledOk returns a tuple with the KratosSelfserviceFlowsRegistrationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationLifespan() string
GetKratosSelfserviceFlowsRegistrationLifespan returns the KratosSelfserviceFlowsRegistrationLifespan field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationLifespanOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationLifespanOk() (*string, bool)
GetKratosSelfserviceFlowsRegistrationLifespanOk returns a tuple with the KratosSelfserviceFlowsRegistrationLifespan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationLoginHints ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationLoginHints() bool
GetKratosSelfserviceFlowsRegistrationLoginHints returns the KratosSelfserviceFlowsRegistrationLoginHints field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationLoginHintsOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationLoginHintsOk() (*bool, bool)
GetKratosSelfserviceFlowsRegistrationLoginHintsOk returns a tuple with the KratosSelfserviceFlowsRegistrationLoginHints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationUiUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationUiUrl() string
GetKratosSelfserviceFlowsRegistrationUiUrl returns the KratosSelfserviceFlowsRegistrationUiUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationUiUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsRegistrationUiUrlOk() (*string, bool)
GetKratosSelfserviceFlowsRegistrationUiUrlOk returns a tuple with the KratosSelfserviceFlowsRegistrationUiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrlOk ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsLifespan() string
GetKratosSelfserviceFlowsSettingsLifespan returns the KratosSelfserviceFlowsSettingsLifespan field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsLifespanOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsLifespanOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsLifespanOk returns a tuple with the KratosSelfserviceFlowsSettingsLifespan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge() string
GetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge returns the KratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAgeOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAgeOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAgeOk returns a tuple with the KratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsRequiredAal ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsRequiredAal() string
GetKratosSelfserviceFlowsSettingsRequiredAal returns the KratosSelfserviceFlowsSettingsRequiredAal field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsRequiredAalOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsRequiredAalOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsRequiredAalOk returns a tuple with the KratosSelfserviceFlowsSettingsRequiredAal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsUiUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsUiUrl() string
GetKratosSelfserviceFlowsSettingsUiUrl returns the KratosSelfserviceFlowsSettingsUiUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsUiUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsSettingsUiUrlOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsUiUrlOk returns a tuple with the KratosSelfserviceFlowsSettingsUiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationEnabled() bool
GetKratosSelfserviceFlowsVerificationEnabled returns the KratosSelfserviceFlowsVerificationEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationEnabledOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationEnabledOk() (*bool, bool)
GetKratosSelfserviceFlowsVerificationEnabledOk returns a tuple with the KratosSelfserviceFlowsVerificationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationLifespan() string
GetKratosSelfserviceFlowsVerificationLifespan returns the KratosSelfserviceFlowsVerificationLifespan field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationLifespanOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationLifespanOk() (*string, bool)
GetKratosSelfserviceFlowsVerificationLifespanOk returns a tuple with the KratosSelfserviceFlowsVerificationLifespan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationNotifyUnknownRecipients ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationNotifyUnknownRecipients() bool
GetKratosSelfserviceFlowsVerificationNotifyUnknownRecipients returns the KratosSelfserviceFlowsVerificationNotifyUnknownRecipients field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationNotifyUnknownRecipientsOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationNotifyUnknownRecipientsOk() (*bool, bool)
GetKratosSelfserviceFlowsVerificationNotifyUnknownRecipientsOk returns a tuple with the KratosSelfserviceFlowsVerificationNotifyUnknownRecipients field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationUiUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationUiUrl() string
GetKratosSelfserviceFlowsVerificationUiUrl returns the KratosSelfserviceFlowsVerificationUiUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationUiUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationUiUrlOk() (*string, bool)
GetKratosSelfserviceFlowsVerificationUiUrlOk returns a tuple with the KratosSelfserviceFlowsVerificationUiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationUse ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationUse() string
GetKratosSelfserviceFlowsVerificationUse returns the KratosSelfserviceFlowsVerificationUse field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationUseOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceFlowsVerificationUseOk() (*string, bool)
GetKratosSelfserviceFlowsVerificationUseOk returns a tuple with the KratosSelfserviceFlowsVerificationUse field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodeConfigLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodeConfigLifespan() string
GetKratosSelfserviceMethodsCodeConfigLifespan returns the KratosSelfserviceMethodsCodeConfigLifespan field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodeConfigLifespanOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodeConfigLifespanOk() (*string, bool)
GetKratosSelfserviceMethodsCodeConfigLifespanOk returns a tuple with the KratosSelfserviceMethodsCodeConfigLifespan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodeEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodeEnabled() bool
GetKratosSelfserviceMethodsCodeEnabled returns the KratosSelfserviceMethodsCodeEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodeEnabledOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodeEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsCodeEnabledOk returns a tuple with the KratosSelfserviceMethodsCodeEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodeMfaEnabled ¶ added in v1.6.1
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodeMfaEnabled() bool
GetKratosSelfserviceMethodsCodeMfaEnabled returns the KratosSelfserviceMethodsCodeMfaEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodeMfaEnabledOk ¶ added in v1.6.1
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodeMfaEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsCodeMfaEnabledOk returns a tuple with the KratosSelfserviceMethodsCodeMfaEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodePasswordlessEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodePasswordlessEnabled() bool
GetKratosSelfserviceMethodsCodePasswordlessEnabled returns the KratosSelfserviceMethodsCodePasswordlessEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodePasswordlessEnabledOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodePasswordlessEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsCodePasswordlessEnabledOk returns a tuple with the KratosSelfserviceMethodsCodePasswordlessEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled() bool
GetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled returns the KratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabledOk ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabledOk returns a tuple with the KratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLinkConfigBaseUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLinkConfigBaseUrl() string
GetKratosSelfserviceMethodsLinkConfigBaseUrl returns the KratosSelfserviceMethodsLinkConfigBaseUrl field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLinkConfigBaseUrlOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLinkConfigBaseUrlOk() (*string, bool)
GetKratosSelfserviceMethodsLinkConfigBaseUrlOk returns a tuple with the KratosSelfserviceMethodsLinkConfigBaseUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLinkConfigLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLinkConfigLifespan() string
GetKratosSelfserviceMethodsLinkConfigLifespan returns the KratosSelfserviceMethodsLinkConfigLifespan field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLinkConfigLifespanOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLinkConfigLifespanOk() (*string, bool)
GetKratosSelfserviceMethodsLinkConfigLifespanOk returns a tuple with the KratosSelfserviceMethodsLinkConfigLifespan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLinkEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLinkEnabled() bool
GetKratosSelfserviceMethodsLinkEnabled returns the KratosSelfserviceMethodsLinkEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLinkEnabledOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLinkEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsLinkEnabledOk returns a tuple with the KratosSelfserviceMethodsLinkEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLookupSecretEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLookupSecretEnabled() bool
GetKratosSelfserviceMethodsLookupSecretEnabled returns the KratosSelfserviceMethodsLookupSecretEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLookupSecretEnabledOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsLookupSecretEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsLookupSecretEnabledOk returns a tuple with the KratosSelfserviceMethodsLookupSecretEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsOidcConfigBaseRedirectUri ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsOidcConfigBaseRedirectUri() string
GetKratosSelfserviceMethodsOidcConfigBaseRedirectUri returns the KratosSelfserviceMethodsOidcConfigBaseRedirectUri field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsOidcConfigBaseRedirectUriOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsOidcConfigBaseRedirectUriOk() (*string, bool)
GetKratosSelfserviceMethodsOidcConfigBaseRedirectUriOk returns a tuple with the KratosSelfserviceMethodsOidcConfigBaseRedirectUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsOidcConfigProviders ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsOidcConfigProviders() []NormalizedProjectRevisionThirdPartyProvider
GetKratosSelfserviceMethodsOidcConfigProviders returns the KratosSelfserviceMethodsOidcConfigProviders field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsOidcConfigProvidersOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsOidcConfigProvidersOk() ([]NormalizedProjectRevisionThirdPartyProvider, bool)
GetKratosSelfserviceMethodsOidcConfigProvidersOk returns a tuple with the KratosSelfserviceMethodsOidcConfigProviders field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsOidcEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsOidcEnabled() bool
GetKratosSelfserviceMethodsOidcEnabled returns the KratosSelfserviceMethodsOidcEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsOidcEnabledOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsOidcEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsOidcEnabledOk returns a tuple with the KratosSelfserviceMethodsOidcEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyConfigRpDisplayName ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyConfigRpDisplayName() string
GetKratosSelfserviceMethodsPasskeyConfigRpDisplayName returns the KratosSelfserviceMethodsPasskeyConfigRpDisplayName field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyConfigRpDisplayNameOk ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyConfigRpDisplayNameOk() (*string, bool)
GetKratosSelfserviceMethodsPasskeyConfigRpDisplayNameOk returns a tuple with the KratosSelfserviceMethodsPasskeyConfigRpDisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyConfigRpId ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyConfigRpId() string
GetKratosSelfserviceMethodsPasskeyConfigRpId returns the KratosSelfserviceMethodsPasskeyConfigRpId field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyConfigRpIdOk ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyConfigRpIdOk() (*string, bool)
GetKratosSelfserviceMethodsPasskeyConfigRpIdOk returns a tuple with the KratosSelfserviceMethodsPasskeyConfigRpId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyConfigRpOrigins ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyConfigRpOrigins() []string
GetKratosSelfserviceMethodsPasskeyConfigRpOrigins returns the KratosSelfserviceMethodsPasskeyConfigRpOrigins field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyConfigRpOriginsOk ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyConfigRpOriginsOk() ([]string, bool)
GetKratosSelfserviceMethodsPasskeyConfigRpOriginsOk returns a tuple with the KratosSelfserviceMethodsPasskeyConfigRpOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyEnabled ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyEnabled() bool
GetKratosSelfserviceMethodsPasskeyEnabled returns the KratosSelfserviceMethodsPasskeyEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyEnabledOk ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasskeyEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsPasskeyEnabledOk returns a tuple with the KratosSelfserviceMethodsPasskeyEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled() bool
GetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled returns the KratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabledOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabledOk returns a tuple with the KratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled() bool
GetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled returns the KratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabledOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabledOk returns a tuple with the KratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors() bool
GetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors returns the KratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrorsOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrorsOk() (*bool, bool)
GetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrorsOk returns a tuple with the KratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigMaxBreaches ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigMaxBreaches() int64
GetKratosSelfserviceMethodsPasswordConfigMaxBreaches returns the KratosSelfserviceMethodsPasswordConfigMaxBreaches field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigMaxBreachesOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigMaxBreachesOk() (*int64, bool)
GetKratosSelfserviceMethodsPasswordConfigMaxBreachesOk returns a tuple with the KratosSelfserviceMethodsPasswordConfigMaxBreaches field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigMinPasswordLength ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigMinPasswordLength() int64
GetKratosSelfserviceMethodsPasswordConfigMinPasswordLength returns the KratosSelfserviceMethodsPasswordConfigMinPasswordLength field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigMinPasswordLengthOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordConfigMinPasswordLengthOk() (*int64, bool)
GetKratosSelfserviceMethodsPasswordConfigMinPasswordLengthOk returns a tuple with the KratosSelfserviceMethodsPasswordConfigMinPasswordLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordEnabled() bool
GetKratosSelfserviceMethodsPasswordEnabled returns the KratosSelfserviceMethodsPasswordEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordEnabledOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsPasswordEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsPasswordEnabledOk returns a tuple with the KratosSelfserviceMethodsPasswordEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsProfileEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsProfileEnabled() bool
GetKratosSelfserviceMethodsProfileEnabled returns the KratosSelfserviceMethodsProfileEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsProfileEnabledOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsProfileEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsProfileEnabledOk returns a tuple with the KratosSelfserviceMethodsProfileEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsTotpConfigIssuer ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsTotpConfigIssuer() string
GetKratosSelfserviceMethodsTotpConfigIssuer returns the KratosSelfserviceMethodsTotpConfigIssuer field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsTotpConfigIssuerOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsTotpConfigIssuerOk() (*string, bool)
GetKratosSelfserviceMethodsTotpConfigIssuerOk returns a tuple with the KratosSelfserviceMethodsTotpConfigIssuer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsTotpEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsTotpEnabled() bool
GetKratosSelfserviceMethodsTotpEnabled returns the KratosSelfserviceMethodsTotpEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsTotpEnabledOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsTotpEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsTotpEnabledOk returns a tuple with the KratosSelfserviceMethodsTotpEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigPasswordless ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigPasswordless() bool
GetKratosSelfserviceMethodsWebauthnConfigPasswordless returns the KratosSelfserviceMethodsWebauthnConfigPasswordless field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigPasswordlessOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigPasswordlessOk() (*bool, bool)
GetKratosSelfserviceMethodsWebauthnConfigPasswordlessOk returns a tuple with the KratosSelfserviceMethodsWebauthnConfigPasswordless field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpDisplayName ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpDisplayName() string
GetKratosSelfserviceMethodsWebauthnConfigRpDisplayName returns the KratosSelfserviceMethodsWebauthnConfigRpDisplayName field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpDisplayNameOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpDisplayNameOk() (*string, bool)
GetKratosSelfserviceMethodsWebauthnConfigRpDisplayNameOk returns a tuple with the KratosSelfserviceMethodsWebauthnConfigRpDisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpIcon ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpIcon() string
GetKratosSelfserviceMethodsWebauthnConfigRpIcon returns the KratosSelfserviceMethodsWebauthnConfigRpIcon field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpIconOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpIconOk() (*string, bool)
GetKratosSelfserviceMethodsWebauthnConfigRpIconOk returns a tuple with the KratosSelfserviceMethodsWebauthnConfigRpIcon field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpId ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpId() string
GetKratosSelfserviceMethodsWebauthnConfigRpId returns the KratosSelfserviceMethodsWebauthnConfigRpId field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpIdOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpIdOk() (*string, bool)
GetKratosSelfserviceMethodsWebauthnConfigRpIdOk returns a tuple with the KratosSelfserviceMethodsWebauthnConfigRpId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpOrigins ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpOrigins() []string
GetKratosSelfserviceMethodsWebauthnConfigRpOrigins returns the KratosSelfserviceMethodsWebauthnConfigRpOrigins field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpOriginsOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnConfigRpOriginsOk() ([]string, bool)
GetKratosSelfserviceMethodsWebauthnConfigRpOriginsOk returns a tuple with the KratosSelfserviceMethodsWebauthnConfigRpOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnEnabled() bool
GetKratosSelfserviceMethodsWebauthnEnabled returns the KratosSelfserviceMethodsWebauthnEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnEnabledOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSelfserviceMethodsWebauthnEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsWebauthnEnabledOk returns a tuple with the KratosSelfserviceMethodsWebauthnEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSessionCookiePersistent ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSessionCookiePersistent() bool
GetKratosSessionCookiePersistent returns the KratosSessionCookiePersistent field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSessionCookiePersistentOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSessionCookiePersistentOk() (*bool, bool)
GetKratosSessionCookiePersistentOk returns a tuple with the KratosSessionCookiePersistent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSessionCookieSameSite ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSessionCookieSameSite() string
GetKratosSessionCookieSameSite returns the KratosSessionCookieSameSite field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSessionCookieSameSiteOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSessionCookieSameSiteOk() (*string, bool)
GetKratosSessionCookieSameSiteOk returns a tuple with the KratosSessionCookieSameSite field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSessionLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSessionLifespan() string
GetKratosSessionLifespan returns the KratosSessionLifespan field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSessionLifespanOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSessionLifespanOk() (*string, bool)
GetKratosSessionLifespanOk returns a tuple with the KratosSessionLifespan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSessionWhoamiRequiredAal ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSessionWhoamiRequiredAal() string
GetKratosSessionWhoamiRequiredAal returns the KratosSessionWhoamiRequiredAal field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSessionWhoamiRequiredAalOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSessionWhoamiRequiredAalOk() (*string, bool)
GetKratosSessionWhoamiRequiredAalOk returns a tuple with the KratosSessionWhoamiRequiredAal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetKratosSessionWhoamiTokenizerTemplates ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSessionWhoamiTokenizerTemplates() []NormalizedProjectRevisionTokenizerTemplate
GetKratosSessionWhoamiTokenizerTemplates returns the KratosSessionWhoamiTokenizerTemplates field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetKratosSessionWhoamiTokenizerTemplatesOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetKratosSessionWhoamiTokenizerTemplatesOk() ([]NormalizedProjectRevisionTokenizerTemplate, bool)
GetKratosSessionWhoamiTokenizerTemplatesOk returns a tuple with the KratosSessionWhoamiTokenizerTemplates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetName ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetName() string
GetName returns the Name field value
func (*CreateProjectNormalizedPayload) GetNameOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetProjectId ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetProjectId() string
GetProjectId returns the ProjectId field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetProjectIdOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetProjectRevisionHooks ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetProjectRevisionHooks() []NormalizedProjectRevisionHook
GetProjectRevisionHooks returns the ProjectRevisionHooks field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetProjectRevisionHooksOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetProjectRevisionHooksOk() ([]NormalizedProjectRevisionHook, bool)
GetProjectRevisionHooksOk returns a tuple with the ProjectRevisionHooks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetServeAdminCorsAllowedOrigins ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetServeAdminCorsAllowedOrigins() []string
GetServeAdminCorsAllowedOrigins returns the ServeAdminCorsAllowedOrigins field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetServeAdminCorsAllowedOriginsOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetServeAdminCorsAllowedOriginsOk() ([]string, bool)
GetServeAdminCorsAllowedOriginsOk returns a tuple with the ServeAdminCorsAllowedOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetServeAdminCorsEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetServeAdminCorsEnabled() bool
GetServeAdminCorsEnabled returns the ServeAdminCorsEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetServeAdminCorsEnabledOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetServeAdminCorsEnabledOk() (*bool, bool)
GetServeAdminCorsEnabledOk returns a tuple with the ServeAdminCorsEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetServePublicCorsAllowedOrigins ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetServePublicCorsAllowedOrigins() []string
GetServePublicCorsAllowedOrigins returns the ServePublicCorsAllowedOrigins field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetServePublicCorsAllowedOriginsOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetServePublicCorsAllowedOriginsOk() ([]string, bool)
GetServePublicCorsAllowedOriginsOk returns a tuple with the ServePublicCorsAllowedOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetServePublicCorsEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetServePublicCorsEnabled() bool
GetServePublicCorsEnabled returns the ServePublicCorsEnabled field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetServePublicCorsEnabledOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetServePublicCorsEnabledOk() (*bool, bool)
GetServePublicCorsEnabledOk returns a tuple with the ServePublicCorsEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetStrictSecurity ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetStrictSecurity() bool
GetStrictSecurity returns the StrictSecurity field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetStrictSecurityOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetStrictSecurityOk() (*bool, bool)
GetStrictSecurityOk returns a tuple with the StrictSecurity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetUpdatedAt ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetUpdatedAtOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) GetWorkspaceId ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field value if set, zero value otherwise.
func (*CreateProjectNormalizedPayload) GetWorkspaceIdOk ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) GetWorkspaceIdOk() (*string, bool)
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectNormalizedPayload) HasCreatedAt ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasDisableAccountExperienceWelcomeScreen ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasDisableAccountExperienceWelcomeScreen() bool
HasDisableAccountExperienceWelcomeScreen returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasEnableAxV2 ¶ added in v1.8.0
func (o *CreateProjectNormalizedPayload) HasEnableAxV2() bool
HasEnableAxV2 returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHomeRegion ¶ added in v1.11.11
func (o *CreateProjectNormalizedPayload) HasHomeRegion() bool
HasHomeRegion returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraOauth2AllowedTopLevelClaims ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraOauth2AllowedTopLevelClaims() bool
HasHydraOauth2AllowedTopLevelClaims returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraOauth2ClientCredentialsDefaultGrantAllowedScope ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraOauth2ClientCredentialsDefaultGrantAllowedScope() bool
HasHydraOauth2ClientCredentialsDefaultGrantAllowedScope returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraOauth2ExcludeNotBeforeClaim ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraOauth2ExcludeNotBeforeClaim() bool
HasHydraOauth2ExcludeNotBeforeClaim returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraOauth2GrantJwtIatOptional ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraOauth2GrantJwtIatOptional() bool
HasHydraOauth2GrantJwtIatOptional returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraOauth2GrantJwtJtiOptional ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraOauth2GrantJwtJtiOptional() bool
HasHydraOauth2GrantJwtJtiOptional returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraOauth2GrantJwtMaxTtl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraOauth2GrantJwtMaxTtl() bool
HasHydraOauth2GrantJwtMaxTtl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraOauth2MirrorTopLevelClaims ¶ added in v1.6.2
func (o *CreateProjectNormalizedPayload) HasHydraOauth2MirrorTopLevelClaims() bool
HasHydraOauth2MirrorTopLevelClaims returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraOauth2PkceEnforced ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraOauth2PkceEnforced() bool
HasHydraOauth2PkceEnforced returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraOauth2PkceEnforcedForPublicClients ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraOauth2PkceEnforcedForPublicClients() bool
HasHydraOauth2PkceEnforcedForPublicClients returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraOauth2RefreshTokenHook ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraOauth2RefreshTokenHook() bool
HasHydraOauth2RefreshTokenHook returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraOauth2TokenHook ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraOauth2TokenHook() bool
HasHydraOauth2TokenHook returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraOidcDynamicClientRegistrationDefaultScope ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraOidcDynamicClientRegistrationDefaultScope() bool
HasHydraOidcDynamicClientRegistrationDefaultScope returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraOidcDynamicClientRegistrationEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraOidcDynamicClientRegistrationEnabled() bool
HasHydraOidcDynamicClientRegistrationEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraOidcSubjectIdentifiersPairwiseSalt ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraOidcSubjectIdentifiersPairwiseSalt() bool
HasHydraOidcSubjectIdentifiersPairwiseSalt returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraOidcSubjectIdentifiersSupportedTypes ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraOidcSubjectIdentifiersSupportedTypes() bool
HasHydraOidcSubjectIdentifiersSupportedTypes returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraSecretsCookie ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraSecretsCookie() bool
HasHydraSecretsCookie returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraSecretsSystem ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraSecretsSystem() bool
HasHydraSecretsSystem returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraServeCookiesSameSiteLegacyWorkaround ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraServeCookiesSameSiteLegacyWorkaround() bool
HasHydraServeCookiesSameSiteLegacyWorkaround returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraServeCookiesSameSiteMode ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraServeCookiesSameSiteMode() bool
HasHydraServeCookiesSameSiteMode returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraStrategiesAccessToken ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraStrategiesAccessToken() bool
HasHydraStrategiesAccessToken returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraStrategiesJwtScopeClaim ¶ added in v1.11.10
func (o *CreateProjectNormalizedPayload) HasHydraStrategiesJwtScopeClaim() bool
HasHydraStrategiesJwtScopeClaim returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraStrategiesScope ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraStrategiesScope() bool
HasHydraStrategiesScope returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraTtlAccessToken ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraTtlAccessToken() bool
HasHydraTtlAccessToken returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraTtlAuthCode ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraTtlAuthCode() bool
HasHydraTtlAuthCode returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraTtlIdToken ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraTtlIdToken() bool
HasHydraTtlIdToken returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraTtlLoginConsentRequest ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraTtlLoginConsentRequest() bool
HasHydraTtlLoginConsentRequest returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraTtlRefreshToken ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraTtlRefreshToken() bool
HasHydraTtlRefreshToken returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraUrlsConsent ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraUrlsConsent() bool
HasHydraUrlsConsent returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraUrlsError ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraUrlsError() bool
HasHydraUrlsError returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraUrlsLogin ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraUrlsLogin() bool
HasHydraUrlsLogin returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraUrlsLogout ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraUrlsLogout() bool
HasHydraUrlsLogout returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraUrlsPostLogoutRedirect ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraUrlsPostLogoutRedirect() bool
HasHydraUrlsPostLogoutRedirect returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraUrlsRegistration ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraUrlsRegistration() bool
HasHydraUrlsRegistration returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraUrlsSelfIssuer ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraUrlsSelfIssuer() bool
HasHydraUrlsSelfIssuer returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraWebfingerJwksBroadcastKeys ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraWebfingerJwksBroadcastKeys() bool
HasHydraWebfingerJwksBroadcastKeys returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoveryAuthUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoveryAuthUrl() bool
HasHydraWebfingerOidcDiscoveryAuthUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoveryClientRegistrationUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoveryClientRegistrationUrl() bool
HasHydraWebfingerOidcDiscoveryClientRegistrationUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoveryJwksUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoveryJwksUrl() bool
HasHydraWebfingerOidcDiscoveryJwksUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoverySupportedClaims ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoverySupportedClaims() bool
HasHydraWebfingerOidcDiscoverySupportedClaims returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoverySupportedScope ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoverySupportedScope() bool
HasHydraWebfingerOidcDiscoverySupportedScope returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoveryTokenUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoveryTokenUrl() bool
HasHydraWebfingerOidcDiscoveryTokenUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoveryUserinfoUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasHydraWebfingerOidcDiscoveryUserinfoUrl() bool
HasHydraWebfingerOidcDiscoveryUserinfoUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasId ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasId() bool
HasId returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKetoNamespaceConfiguration ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKetoNamespaceConfiguration() bool
HasKetoNamespaceConfiguration returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKetoNamespaces ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKetoNamespaces() bool
HasKetoNamespaces returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCookiesSameSite ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCookiesSameSite() bool
HasKratosCookiesSameSite returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierChannels ¶ added in v1.5.0
func (o *CreateProjectNormalizedPayload) HasKratosCourierChannels() bool
HasKratosCourierChannels returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierDeliveryStrategy ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierDeliveryStrategy() bool
HasKratosCourierDeliveryStrategy returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigAuthApiKeyIn ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigAuthApiKeyIn() bool
HasKratosCourierHttpRequestConfigAuthApiKeyIn returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigAuthApiKeyName ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigAuthApiKeyName() bool
HasKratosCourierHttpRequestConfigAuthApiKeyName returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigAuthApiKeyValue ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigAuthApiKeyValue() bool
HasKratosCourierHttpRequestConfigAuthApiKeyValue returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigAuthBasicAuthPassword ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigAuthBasicAuthPassword() bool
HasKratosCourierHttpRequestConfigAuthBasicAuthPassword returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigAuthBasicAuthUser ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigAuthBasicAuthUser() bool
HasKratosCourierHttpRequestConfigAuthBasicAuthUser returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigAuthType ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigAuthType() bool
HasKratosCourierHttpRequestConfigAuthType returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigBody ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigBody() bool
HasKratosCourierHttpRequestConfigBody returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigHeaders ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigHeaders() bool
HasKratosCourierHttpRequestConfigHeaders returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigMethod ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigMethod() bool
HasKratosCourierHttpRequestConfigMethod returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierHttpRequestConfigUrl() bool
HasKratosCourierHttpRequestConfigUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierSmtpConnectionUri ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierSmtpConnectionUri() bool
HasKratosCourierSmtpConnectionUri returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierSmtpFromAddress ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierSmtpFromAddress() bool
HasKratosCourierSmtpFromAddress returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierSmtpFromName ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierSmtpFromName() bool
HasKratosCourierSmtpFromName returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierSmtpHeaders ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierSmtpHeaders() bool
HasKratosCourierSmtpHeaders returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierSmtpLocalName ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierSmtpLocalName() bool
HasKratosCourierSmtpLocalName returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesLoginCodeValidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesLoginCodeValidEmailBodyHtml() bool
HasKratosCourierTemplatesLoginCodeValidEmailBodyHtml returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext() bool
HasKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesLoginCodeValidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesLoginCodeValidEmailSubject() bool
HasKratosCourierTemplatesLoginCodeValidEmailSubject returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext ¶ added in v1.6.1
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext() bool
HasKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml() bool
HasKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext() bool
HasKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryCodeInvalidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryCodeInvalidEmailSubject() bool
HasKratosCourierTemplatesRecoveryCodeInvalidEmailSubject returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml() bool
HasKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext() bool
HasKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryCodeValidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryCodeValidEmailSubject() bool
HasKratosCourierTemplatesRecoveryCodeValidEmailSubject returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryInvalidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryInvalidEmailBodyHtml() bool
HasKratosCourierTemplatesRecoveryInvalidEmailBodyHtml returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext() bool
HasKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryInvalidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryInvalidEmailSubject() bool
HasKratosCourierTemplatesRecoveryInvalidEmailSubject returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryValidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryValidEmailBodyHtml() bool
HasKratosCourierTemplatesRecoveryValidEmailBodyHtml returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryValidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryValidEmailBodyPlaintext() bool
HasKratosCourierTemplatesRecoveryValidEmailBodyPlaintext returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryValidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRecoveryValidEmailSubject() bool
HasKratosCourierTemplatesRecoveryValidEmailSubject returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml() bool
HasKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext() bool
HasKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesRegistrationCodeValidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesRegistrationCodeValidEmailSubject() bool
HasKratosCourierTemplatesRegistrationCodeValidEmailSubject returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml() bool
HasKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext() bool
HasKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeInvalidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeInvalidEmailSubject() bool
HasKratosCourierTemplatesVerificationCodeInvalidEmailSubject returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeValidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeValidEmailBodyHtml() bool
HasKratosCourierTemplatesVerificationCodeValidEmailBodyHtml returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext() bool
HasKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeValidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeValidEmailSubject() bool
HasKratosCourierTemplatesVerificationCodeValidEmailSubject returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext ¶ added in v1.5.0
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext() bool
HasKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationInvalidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationInvalidEmailBodyHtml() bool
HasKratosCourierTemplatesVerificationInvalidEmailBodyHtml returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext() bool
HasKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationInvalidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationInvalidEmailSubject() bool
HasKratosCourierTemplatesVerificationInvalidEmailSubject returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationValidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationValidEmailBodyHtml() bool
HasKratosCourierTemplatesVerificationValidEmailBodyHtml returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationValidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationValidEmailBodyPlaintext() bool
HasKratosCourierTemplatesVerificationValidEmailBodyPlaintext returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationValidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosCourierTemplatesVerificationValidEmailSubject() bool
HasKratosCourierTemplatesVerificationValidEmailSubject returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosFeatureFlagsCacheableSessions ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosFeatureFlagsCacheableSessions() bool
HasKratosFeatureFlagsCacheableSessions returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosFeatureFlagsCacheableSessionsMaxAge ¶ added in v1.9.0
func (o *CreateProjectNormalizedPayload) HasKratosFeatureFlagsCacheableSessionsMaxAge() bool
HasKratosFeatureFlagsCacheableSessionsMaxAge returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosFeatureFlagsFasterSessionExtend ¶ added in v1.14.0
func (o *CreateProjectNormalizedPayload) HasKratosFeatureFlagsFasterSessionExtend() bool
HasKratosFeatureFlagsFasterSessionExtend returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosFeatureFlagsUseContinueWithTransitions ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosFeatureFlagsUseContinueWithTransitions() bool
HasKratosFeatureFlagsUseContinueWithTransitions returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosIdentitySchemas ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosIdentitySchemas() bool
HasKratosIdentitySchemas returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosOauth2ProviderHeaders ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosOauth2ProviderHeaders() bool
HasKratosOauth2ProviderHeaders returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosOauth2ProviderOverrideReturnTo ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosOauth2ProviderOverrideReturnTo() bool
HasKratosOauth2ProviderOverrideReturnTo returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosOauth2ProviderUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosOauth2ProviderUrl() bool
HasKratosOauth2ProviderUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosPreviewDefaultReadConsistencyLevel ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosPreviewDefaultReadConsistencyLevel() bool
HasKratosPreviewDefaultReadConsistencyLevel returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSecretsCipher ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSecretsCipher() bool
HasKratosSecretsCipher returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSecretsCookie ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSecretsCookie() bool
HasKratosSecretsCookie returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSecretsDefault ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSecretsDefault() bool
HasKratosSecretsDefault returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceAllowedReturnUrls ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceAllowedReturnUrls() bool
HasKratosSelfserviceAllowedReturnUrls returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceDefaultBrowserReturnUrl() bool
HasKratosSelfserviceDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsErrorUiUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsErrorUiUrl() bool
HasKratosSelfserviceFlowsErrorUiUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginLifespan() bool
HasKratosSelfserviceFlowsLoginLifespan returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginUiUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLoginUiUrl() bool
HasKratosSelfserviceFlowsLoginUiUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRecoveryEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRecoveryEnabled() bool
HasKratosSelfserviceFlowsRecoveryEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRecoveryLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRecoveryLifespan() bool
HasKratosSelfserviceFlowsRecoveryLifespan returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients() bool
HasKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRecoveryUiUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRecoveryUiUrl() bool
HasKratosSelfserviceFlowsRecoveryUiUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRecoveryUse ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRecoveryUse() bool
HasKratosSelfserviceFlowsRecoveryUse returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationEnableLegacyOneStep ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationEnableLegacyOneStep() bool
HasKratosSelfserviceFlowsRegistrationEnableLegacyOneStep returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationEnabled() bool
HasKratosSelfserviceFlowsRegistrationEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationLifespan() bool
HasKratosSelfserviceFlowsRegistrationLifespan returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationLoginHints ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationLoginHints() bool
HasKratosSelfserviceFlowsRegistrationLoginHints returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationUiUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsRegistrationUiUrl() bool
HasKratosSelfserviceFlowsRegistrationUiUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsLifespan() bool
HasKratosSelfserviceFlowsSettingsLifespan returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge() bool
HasKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsRequiredAal ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsRequiredAal() bool
HasKratosSelfserviceFlowsSettingsRequiredAal returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsUiUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsSettingsUiUrl() bool
HasKratosSelfserviceFlowsSettingsUiUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsVerificationEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsVerificationEnabled() bool
HasKratosSelfserviceFlowsVerificationEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsVerificationLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsVerificationLifespan() bool
HasKratosSelfserviceFlowsVerificationLifespan returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsVerificationNotifyUnknownRecipients ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsVerificationNotifyUnknownRecipients() bool
HasKratosSelfserviceFlowsVerificationNotifyUnknownRecipients returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsVerificationUiUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsVerificationUiUrl() bool
HasKratosSelfserviceFlowsVerificationUiUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsVerificationUse ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceFlowsVerificationUse() bool
HasKratosSelfserviceFlowsVerificationUse returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsCodeConfigLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsCodeConfigLifespan() bool
HasKratosSelfserviceMethodsCodeConfigLifespan returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsCodeEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsCodeEnabled() bool
HasKratosSelfserviceMethodsCodeEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsCodeMfaEnabled ¶ added in v1.6.1
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsCodeMfaEnabled() bool
HasKratosSelfserviceMethodsCodeMfaEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsCodePasswordlessEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsCodePasswordlessEnabled() bool
HasKratosSelfserviceMethodsCodePasswordlessEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled() bool
HasKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsLinkConfigBaseUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsLinkConfigBaseUrl() bool
HasKratosSelfserviceMethodsLinkConfigBaseUrl returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsLinkConfigLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsLinkConfigLifespan() bool
HasKratosSelfserviceMethodsLinkConfigLifespan returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsLinkEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsLinkEnabled() bool
HasKratosSelfserviceMethodsLinkEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsLookupSecretEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsLookupSecretEnabled() bool
HasKratosSelfserviceMethodsLookupSecretEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsOidcConfigBaseRedirectUri ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsOidcConfigBaseRedirectUri() bool
HasKratosSelfserviceMethodsOidcConfigBaseRedirectUri returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsOidcConfigProviders ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsOidcConfigProviders() bool
HasKratosSelfserviceMethodsOidcConfigProviders returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsOidcEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsOidcEnabled() bool
HasKratosSelfserviceMethodsOidcEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasskeyConfigRpDisplayName ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasskeyConfigRpDisplayName() bool
HasKratosSelfserviceMethodsPasskeyConfigRpDisplayName returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasskeyConfigRpId ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasskeyConfigRpId() bool
HasKratosSelfserviceMethodsPasskeyConfigRpId returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasskeyConfigRpOrigins ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasskeyConfigRpOrigins() bool
HasKratosSelfserviceMethodsPasskeyConfigRpOrigins returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasskeyEnabled ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasskeyEnabled() bool
HasKratosSelfserviceMethodsPasskeyEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled() bool
HasKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled() bool
HasKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors() bool
HasKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasswordConfigMaxBreaches ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasswordConfigMaxBreaches() bool
HasKratosSelfserviceMethodsPasswordConfigMaxBreaches returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasswordConfigMinPasswordLength ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasswordConfigMinPasswordLength() bool
HasKratosSelfserviceMethodsPasswordConfigMinPasswordLength returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasswordEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsPasswordEnabled() bool
HasKratosSelfserviceMethodsPasswordEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsProfileEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsProfileEnabled() bool
HasKratosSelfserviceMethodsProfileEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsTotpConfigIssuer ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsTotpConfigIssuer() bool
HasKratosSelfserviceMethodsTotpConfigIssuer returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsTotpEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsTotpEnabled() bool
HasKratosSelfserviceMethodsTotpEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsWebauthnConfigPasswordless ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsWebauthnConfigPasswordless() bool
HasKratosSelfserviceMethodsWebauthnConfigPasswordless returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsWebauthnConfigRpDisplayName ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsWebauthnConfigRpDisplayName() bool
HasKratosSelfserviceMethodsWebauthnConfigRpDisplayName returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsWebauthnConfigRpIcon ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsWebauthnConfigRpIcon() bool
HasKratosSelfserviceMethodsWebauthnConfigRpIcon returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsWebauthnConfigRpId ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsWebauthnConfigRpId() bool
HasKratosSelfserviceMethodsWebauthnConfigRpId returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsWebauthnConfigRpOrigins ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsWebauthnConfigRpOrigins() bool
HasKratosSelfserviceMethodsWebauthnConfigRpOrigins returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsWebauthnEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSelfserviceMethodsWebauthnEnabled() bool
HasKratosSelfserviceMethodsWebauthnEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSessionCookiePersistent ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSessionCookiePersistent() bool
HasKratosSessionCookiePersistent returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSessionCookieSameSite ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSessionCookieSameSite() bool
HasKratosSessionCookieSameSite returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSessionLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSessionLifespan() bool
HasKratosSessionLifespan returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSessionWhoamiRequiredAal ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSessionWhoamiRequiredAal() bool
HasKratosSessionWhoamiRequiredAal returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasKratosSessionWhoamiTokenizerTemplates ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasKratosSessionWhoamiTokenizerTemplates() bool
HasKratosSessionWhoamiTokenizerTemplates returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasProjectId ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasProjectRevisionHooks ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasProjectRevisionHooks() bool
HasProjectRevisionHooks returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasServeAdminCorsAllowedOrigins ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasServeAdminCorsAllowedOrigins() bool
HasServeAdminCorsAllowedOrigins returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasServeAdminCorsEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasServeAdminCorsEnabled() bool
HasServeAdminCorsEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasServePublicCorsAllowedOrigins ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasServePublicCorsAllowedOrigins() bool
HasServePublicCorsAllowedOrigins returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasServePublicCorsEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasServePublicCorsEnabled() bool
HasServePublicCorsEnabled returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasStrictSecurity ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasStrictSecurity() bool
HasStrictSecurity returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasUpdatedAt ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*CreateProjectNormalizedPayload) HasWorkspaceId ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) HasWorkspaceId() bool
HasWorkspaceId returns a boolean if a field has been set.
func (CreateProjectNormalizedPayload) MarshalJSON ¶ added in v1.4.4
func (o CreateProjectNormalizedPayload) MarshalJSON() ([]byte, error)
func (*CreateProjectNormalizedPayload) SetCreatedAt ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*CreateProjectNormalizedPayload) SetDisableAccountExperienceWelcomeScreen ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetDisableAccountExperienceWelcomeScreen(v bool)
SetDisableAccountExperienceWelcomeScreen gets a reference to the given bool and assigns it to the DisableAccountExperienceWelcomeScreen field.
func (*CreateProjectNormalizedPayload) SetEnableAxV2 ¶ added in v1.8.0
func (o *CreateProjectNormalizedPayload) SetEnableAxV2(v bool)
SetEnableAxV2 gets a reference to the given bool and assigns it to the EnableAxV2 field.
func (*CreateProjectNormalizedPayload) SetEnvironment ¶ added in v1.6.2
func (o *CreateProjectNormalizedPayload) SetEnvironment(v string)
SetEnvironment sets field value
func (*CreateProjectNormalizedPayload) SetHomeRegion ¶ added in v1.11.11
func (o *CreateProjectNormalizedPayload) SetHomeRegion(v string)
SetHomeRegion gets a reference to the given string and assigns it to the HomeRegion field.
func (*CreateProjectNormalizedPayload) SetHydraOauth2AllowedTopLevelClaims ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraOauth2AllowedTopLevelClaims(v []string)
SetHydraOauth2AllowedTopLevelClaims gets a reference to the given []string and assigns it to the HydraOauth2AllowedTopLevelClaims field.
func (*CreateProjectNormalizedPayload) SetHydraOauth2ClientCredentialsDefaultGrantAllowedScope ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraOauth2ClientCredentialsDefaultGrantAllowedScope(v bool)
SetHydraOauth2ClientCredentialsDefaultGrantAllowedScope gets a reference to the given bool and assigns it to the HydraOauth2ClientCredentialsDefaultGrantAllowedScope field.
func (*CreateProjectNormalizedPayload) SetHydraOauth2ExcludeNotBeforeClaim ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraOauth2ExcludeNotBeforeClaim(v bool)
SetHydraOauth2ExcludeNotBeforeClaim gets a reference to the given bool and assigns it to the HydraOauth2ExcludeNotBeforeClaim field.
func (*CreateProjectNormalizedPayload) SetHydraOauth2GrantJwtIatOptional ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraOauth2GrantJwtIatOptional(v bool)
SetHydraOauth2GrantJwtIatOptional gets a reference to the given bool and assigns it to the HydraOauth2GrantJwtIatOptional field.
func (*CreateProjectNormalizedPayload) SetHydraOauth2GrantJwtJtiOptional ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraOauth2GrantJwtJtiOptional(v bool)
SetHydraOauth2GrantJwtJtiOptional gets a reference to the given bool and assigns it to the HydraOauth2GrantJwtJtiOptional field.
func (*CreateProjectNormalizedPayload) SetHydraOauth2GrantJwtMaxTtl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraOauth2GrantJwtMaxTtl(v string)
SetHydraOauth2GrantJwtMaxTtl gets a reference to the given string and assigns it to the HydraOauth2GrantJwtMaxTtl field.
func (*CreateProjectNormalizedPayload) SetHydraOauth2MirrorTopLevelClaims ¶ added in v1.6.2
func (o *CreateProjectNormalizedPayload) SetHydraOauth2MirrorTopLevelClaims(v bool)
SetHydraOauth2MirrorTopLevelClaims gets a reference to the given bool and assigns it to the HydraOauth2MirrorTopLevelClaims field.
func (*CreateProjectNormalizedPayload) SetHydraOauth2PkceEnforced ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraOauth2PkceEnforced(v bool)
SetHydraOauth2PkceEnforced gets a reference to the given bool and assigns it to the HydraOauth2PkceEnforced field.
func (*CreateProjectNormalizedPayload) SetHydraOauth2PkceEnforcedForPublicClients ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraOauth2PkceEnforcedForPublicClients(v bool)
SetHydraOauth2PkceEnforcedForPublicClients gets a reference to the given bool and assigns it to the HydraOauth2PkceEnforcedForPublicClients field.
func (*CreateProjectNormalizedPayload) SetHydraOauth2RefreshTokenHook ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraOauth2RefreshTokenHook(v string)
SetHydraOauth2RefreshTokenHook gets a reference to the given string and assigns it to the HydraOauth2RefreshTokenHook field.
func (*CreateProjectNormalizedPayload) SetHydraOauth2TokenHook ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraOauth2TokenHook(v string)
SetHydraOauth2TokenHook gets a reference to the given string and assigns it to the HydraOauth2TokenHook field.
func (*CreateProjectNormalizedPayload) SetHydraOidcDynamicClientRegistrationDefaultScope ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraOidcDynamicClientRegistrationDefaultScope(v []string)
SetHydraOidcDynamicClientRegistrationDefaultScope gets a reference to the given []string and assigns it to the HydraOidcDynamicClientRegistrationDefaultScope field.
func (*CreateProjectNormalizedPayload) SetHydraOidcDynamicClientRegistrationEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraOidcDynamicClientRegistrationEnabled(v bool)
SetHydraOidcDynamicClientRegistrationEnabled gets a reference to the given bool and assigns it to the HydraOidcDynamicClientRegistrationEnabled field.
func (*CreateProjectNormalizedPayload) SetHydraOidcSubjectIdentifiersPairwiseSalt ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraOidcSubjectIdentifiersPairwiseSalt(v string)
SetHydraOidcSubjectIdentifiersPairwiseSalt gets a reference to the given string and assigns it to the HydraOidcSubjectIdentifiersPairwiseSalt field.
func (*CreateProjectNormalizedPayload) SetHydraOidcSubjectIdentifiersSupportedTypes ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraOidcSubjectIdentifiersSupportedTypes(v []string)
SetHydraOidcSubjectIdentifiersSupportedTypes gets a reference to the given []string and assigns it to the HydraOidcSubjectIdentifiersSupportedTypes field.
func (*CreateProjectNormalizedPayload) SetHydraSecretsCookie ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraSecretsCookie(v []string)
SetHydraSecretsCookie gets a reference to the given []string and assigns it to the HydraSecretsCookie field.
func (*CreateProjectNormalizedPayload) SetHydraSecretsSystem ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraSecretsSystem(v []string)
SetHydraSecretsSystem gets a reference to the given []string and assigns it to the HydraSecretsSystem field.
func (*CreateProjectNormalizedPayload) SetHydraServeCookiesSameSiteLegacyWorkaround ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraServeCookiesSameSiteLegacyWorkaround(v bool)
SetHydraServeCookiesSameSiteLegacyWorkaround gets a reference to the given bool and assigns it to the HydraServeCookiesSameSiteLegacyWorkaround field.
func (*CreateProjectNormalizedPayload) SetHydraServeCookiesSameSiteMode ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraServeCookiesSameSiteMode(v string)
SetHydraServeCookiesSameSiteMode gets a reference to the given string and assigns it to the HydraServeCookiesSameSiteMode field.
func (*CreateProjectNormalizedPayload) SetHydraStrategiesAccessToken ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraStrategiesAccessToken(v string)
SetHydraStrategiesAccessToken gets a reference to the given string and assigns it to the HydraStrategiesAccessToken field.
func (*CreateProjectNormalizedPayload) SetHydraStrategiesJwtScopeClaim ¶ added in v1.11.10
func (o *CreateProjectNormalizedPayload) SetHydraStrategiesJwtScopeClaim(v string)
SetHydraStrategiesJwtScopeClaim gets a reference to the given string and assigns it to the HydraStrategiesJwtScopeClaim field.
func (*CreateProjectNormalizedPayload) SetHydraStrategiesScope ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraStrategiesScope(v string)
SetHydraStrategiesScope gets a reference to the given string and assigns it to the HydraStrategiesScope field.
func (*CreateProjectNormalizedPayload) SetHydraTtlAccessToken ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraTtlAccessToken(v string)
SetHydraTtlAccessToken gets a reference to the given string and assigns it to the HydraTtlAccessToken field.
func (*CreateProjectNormalizedPayload) SetHydraTtlAuthCode ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraTtlAuthCode(v string)
SetHydraTtlAuthCode gets a reference to the given string and assigns it to the HydraTtlAuthCode field.
func (*CreateProjectNormalizedPayload) SetHydraTtlIdToken ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraTtlIdToken(v string)
SetHydraTtlIdToken gets a reference to the given string and assigns it to the HydraTtlIdToken field.
func (*CreateProjectNormalizedPayload) SetHydraTtlLoginConsentRequest ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraTtlLoginConsentRequest(v string)
SetHydraTtlLoginConsentRequest gets a reference to the given string and assigns it to the HydraTtlLoginConsentRequest field.
func (*CreateProjectNormalizedPayload) SetHydraTtlRefreshToken ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraTtlRefreshToken(v string)
SetHydraTtlRefreshToken gets a reference to the given string and assigns it to the HydraTtlRefreshToken field.
func (*CreateProjectNormalizedPayload) SetHydraUrlsConsent ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraUrlsConsent(v string)
SetHydraUrlsConsent gets a reference to the given string and assigns it to the HydraUrlsConsent field.
func (*CreateProjectNormalizedPayload) SetHydraUrlsError ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraUrlsError(v string)
SetHydraUrlsError gets a reference to the given string and assigns it to the HydraUrlsError field.
func (*CreateProjectNormalizedPayload) SetHydraUrlsLogin ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraUrlsLogin(v string)
SetHydraUrlsLogin gets a reference to the given string and assigns it to the HydraUrlsLogin field.
func (*CreateProjectNormalizedPayload) SetHydraUrlsLogout ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraUrlsLogout(v string)
SetHydraUrlsLogout gets a reference to the given string and assigns it to the HydraUrlsLogout field.
func (*CreateProjectNormalizedPayload) SetHydraUrlsPostLogoutRedirect ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraUrlsPostLogoutRedirect(v string)
SetHydraUrlsPostLogoutRedirect gets a reference to the given string and assigns it to the HydraUrlsPostLogoutRedirect field.
func (*CreateProjectNormalizedPayload) SetHydraUrlsRegistration ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraUrlsRegistration(v string)
SetHydraUrlsRegistration gets a reference to the given string and assigns it to the HydraUrlsRegistration field.
func (*CreateProjectNormalizedPayload) SetHydraUrlsSelfIssuer ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraUrlsSelfIssuer(v string)
SetHydraUrlsSelfIssuer gets a reference to the given string and assigns it to the HydraUrlsSelfIssuer field.
func (*CreateProjectNormalizedPayload) SetHydraWebfingerJwksBroadcastKeys ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraWebfingerJwksBroadcastKeys(v []string)
SetHydraWebfingerJwksBroadcastKeys gets a reference to the given []string and assigns it to the HydraWebfingerJwksBroadcastKeys field.
func (*CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoveryAuthUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoveryAuthUrl(v string)
SetHydraWebfingerOidcDiscoveryAuthUrl gets a reference to the given string and assigns it to the HydraWebfingerOidcDiscoveryAuthUrl field.
func (*CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoveryClientRegistrationUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoveryClientRegistrationUrl(v string)
SetHydraWebfingerOidcDiscoveryClientRegistrationUrl gets a reference to the given string and assigns it to the HydraWebfingerOidcDiscoveryClientRegistrationUrl field.
func (*CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoveryJwksUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoveryJwksUrl(v string)
SetHydraWebfingerOidcDiscoveryJwksUrl gets a reference to the given string and assigns it to the HydraWebfingerOidcDiscoveryJwksUrl field.
func (*CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoverySupportedClaims ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoverySupportedClaims(v []string)
SetHydraWebfingerOidcDiscoverySupportedClaims gets a reference to the given []string and assigns it to the HydraWebfingerOidcDiscoverySupportedClaims field.
func (*CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoverySupportedScope ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoverySupportedScope(v []string)
SetHydraWebfingerOidcDiscoverySupportedScope gets a reference to the given []string and assigns it to the HydraWebfingerOidcDiscoverySupportedScope field.
func (*CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoveryTokenUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoveryTokenUrl(v string)
SetHydraWebfingerOidcDiscoveryTokenUrl gets a reference to the given string and assigns it to the HydraWebfingerOidcDiscoveryTokenUrl field.
func (*CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoveryUserinfoUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetHydraWebfingerOidcDiscoveryUserinfoUrl(v string)
SetHydraWebfingerOidcDiscoveryUserinfoUrl gets a reference to the given string and assigns it to the HydraWebfingerOidcDiscoveryUserinfoUrl field.
func (*CreateProjectNormalizedPayload) SetId ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CreateProjectNormalizedPayload) SetKetoNamespaceConfiguration ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKetoNamespaceConfiguration(v string)
SetKetoNamespaceConfiguration gets a reference to the given string and assigns it to the KetoNamespaceConfiguration field.
func (*CreateProjectNormalizedPayload) SetKetoNamespaces ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKetoNamespaces(v []KetoNamespace)
SetKetoNamespaces gets a reference to the given []KetoNamespace and assigns it to the KetoNamespaces field.
func (*CreateProjectNormalizedPayload) SetKratosCookiesSameSite ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCookiesSameSite(v string)
SetKratosCookiesSameSite gets a reference to the given string and assigns it to the KratosCookiesSameSite field.
func (*CreateProjectNormalizedPayload) SetKratosCourierChannels ¶ added in v1.5.0
func (o *CreateProjectNormalizedPayload) SetKratosCourierChannels(v []NormalizedProjectRevisionCourierChannel)
SetKratosCourierChannels gets a reference to the given []NormalizedProjectRevisionCourierChannel and assigns it to the KratosCourierChannels field.
func (*CreateProjectNormalizedPayload) SetKratosCourierDeliveryStrategy ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierDeliveryStrategy(v string)
SetKratosCourierDeliveryStrategy gets a reference to the given string and assigns it to the KratosCourierDeliveryStrategy field.
func (*CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigAuthApiKeyIn ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigAuthApiKeyIn(v string)
SetKratosCourierHttpRequestConfigAuthApiKeyIn gets a reference to the given string and assigns it to the KratosCourierHttpRequestConfigAuthApiKeyIn field.
func (*CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigAuthApiKeyName ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigAuthApiKeyName(v string)
SetKratosCourierHttpRequestConfigAuthApiKeyName gets a reference to the given string and assigns it to the KratosCourierHttpRequestConfigAuthApiKeyName field.
func (*CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigAuthApiKeyValue ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigAuthApiKeyValue(v string)
SetKratosCourierHttpRequestConfigAuthApiKeyValue gets a reference to the given string and assigns it to the KratosCourierHttpRequestConfigAuthApiKeyValue field.
func (*CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigAuthBasicAuthPassword ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigAuthBasicAuthPassword(v string)
SetKratosCourierHttpRequestConfigAuthBasicAuthPassword gets a reference to the given string and assigns it to the KratosCourierHttpRequestConfigAuthBasicAuthPassword field.
func (*CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigAuthBasicAuthUser ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigAuthBasicAuthUser(v string)
SetKratosCourierHttpRequestConfigAuthBasicAuthUser gets a reference to the given string and assigns it to the KratosCourierHttpRequestConfigAuthBasicAuthUser field.
func (*CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigAuthType ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigAuthType(v string)
SetKratosCourierHttpRequestConfigAuthType gets a reference to the given string and assigns it to the KratosCourierHttpRequestConfigAuthType field.
func (*CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigBody ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigBody(v string)
SetKratosCourierHttpRequestConfigBody gets a reference to the given string and assigns it to the KratosCourierHttpRequestConfigBody field.
func (*CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigHeaders ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigHeaders(v map[string]interface{})
SetKratosCourierHttpRequestConfigHeaders gets a reference to the given map[string]interface{} and assigns it to the KratosCourierHttpRequestConfigHeaders field.
func (*CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigMethod ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigMethod(v string)
SetKratosCourierHttpRequestConfigMethod gets a reference to the given string and assigns it to the KratosCourierHttpRequestConfigMethod field.
func (*CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierHttpRequestConfigUrl(v string)
SetKratosCourierHttpRequestConfigUrl gets a reference to the given string and assigns it to the KratosCourierHttpRequestConfigUrl field.
func (*CreateProjectNormalizedPayload) SetKratosCourierSmtpConnectionUri ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierSmtpConnectionUri(v string)
SetKratosCourierSmtpConnectionUri gets a reference to the given string and assigns it to the KratosCourierSmtpConnectionUri field.
func (*CreateProjectNormalizedPayload) SetKratosCourierSmtpFromAddress ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierSmtpFromAddress(v string)
SetKratosCourierSmtpFromAddress gets a reference to the given string and assigns it to the KratosCourierSmtpFromAddress field.
func (*CreateProjectNormalizedPayload) SetKratosCourierSmtpFromName ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierSmtpFromName(v string)
SetKratosCourierSmtpFromName gets a reference to the given string and assigns it to the KratosCourierSmtpFromName field.
func (*CreateProjectNormalizedPayload) SetKratosCourierSmtpHeaders ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierSmtpHeaders(v map[string]interface{})
SetKratosCourierSmtpHeaders gets a reference to the given map[string]interface{} and assigns it to the KratosCourierSmtpHeaders field.
func (*CreateProjectNormalizedPayload) SetKratosCourierSmtpLocalName ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierSmtpLocalName(v string)
SetKratosCourierSmtpLocalName gets a reference to the given string and assigns it to the KratosCourierSmtpLocalName field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesLoginCodeValidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesLoginCodeValidEmailBodyHtml(v string)
SetKratosCourierTemplatesLoginCodeValidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesLoginCodeValidEmailBodyHtml field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesLoginCodeValidEmailBodyPlaintext field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesLoginCodeValidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesLoginCodeValidEmailSubject(v string)
SetKratosCourierTemplatesLoginCodeValidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesLoginCodeValidEmailSubject field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext ¶ added in v1.6.1
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext(v string)
SetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesLoginCodeValidSmsBodyPlaintext field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml(v string)
SetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryCodeInvalidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryCodeInvalidEmailSubject(v string)
SetKratosCourierTemplatesRecoveryCodeInvalidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryCodeInvalidEmailSubject field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml(v string)
SetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryCodeValidEmailBodyHtml field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryCodeValidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryCodeValidEmailSubject(v string)
SetKratosCourierTemplatesRecoveryCodeValidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryCodeValidEmailSubject field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryInvalidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryInvalidEmailBodyHtml(v string)
SetKratosCourierTemplatesRecoveryInvalidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryInvalidEmailBodyHtml field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryInvalidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryInvalidEmailSubject(v string)
SetKratosCourierTemplatesRecoveryInvalidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryInvalidEmailSubject field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryValidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryValidEmailBodyHtml(v string)
SetKratosCourierTemplatesRecoveryValidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryValidEmailBodyHtml field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryValidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryValidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesRecoveryValidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryValidEmailBodyPlaintext field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryValidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRecoveryValidEmailSubject(v string)
SetKratosCourierTemplatesRecoveryValidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryValidEmailSubject field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml(v string)
SetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesRegistrationCodeValidEmailBodyHtml field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesRegistrationCodeValidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesRegistrationCodeValidEmailSubject(v string)
SetKratosCourierTemplatesRegistrationCodeValidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesRegistrationCodeValidEmailSubject field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml(v string)
SetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeInvalidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeInvalidEmailSubject(v string)
SetKratosCourierTemplatesVerificationCodeInvalidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationCodeInvalidEmailSubject field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeValidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeValidEmailBodyHtml(v string)
SetKratosCourierTemplatesVerificationCodeValidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationCodeValidEmailBodyHtml field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeValidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeValidEmailSubject(v string)
SetKratosCourierTemplatesVerificationCodeValidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationCodeValidEmailSubject field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext ¶ added in v1.5.0
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext(v string)
SetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationInvalidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationInvalidEmailBodyHtml(v string)
SetKratosCourierTemplatesVerificationInvalidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationInvalidEmailBodyHtml field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationInvalidEmailBodyPlaintext field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationInvalidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationInvalidEmailSubject(v string)
SetKratosCourierTemplatesVerificationInvalidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationInvalidEmailSubject field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationValidEmailBodyHtml ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationValidEmailBodyHtml(v string)
SetKratosCourierTemplatesVerificationValidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationValidEmailBodyHtml field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationValidEmailBodyPlaintext ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationValidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesVerificationValidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationValidEmailBodyPlaintext field.
func (*CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationValidEmailSubject ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosCourierTemplatesVerificationValidEmailSubject(v string)
SetKratosCourierTemplatesVerificationValidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationValidEmailSubject field.
func (*CreateProjectNormalizedPayload) SetKratosFeatureFlagsCacheableSessions ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosFeatureFlagsCacheableSessions(v bool)
SetKratosFeatureFlagsCacheableSessions gets a reference to the given bool and assigns it to the KratosFeatureFlagsCacheableSessions field.
func (*CreateProjectNormalizedPayload) SetKratosFeatureFlagsCacheableSessionsMaxAge ¶ added in v1.9.0
func (o *CreateProjectNormalizedPayload) SetKratosFeatureFlagsCacheableSessionsMaxAge(v string)
SetKratosFeatureFlagsCacheableSessionsMaxAge gets a reference to the given string and assigns it to the KratosFeatureFlagsCacheableSessionsMaxAge field.
func (*CreateProjectNormalizedPayload) SetKratosFeatureFlagsFasterSessionExtend ¶ added in v1.14.0
func (o *CreateProjectNormalizedPayload) SetKratosFeatureFlagsFasterSessionExtend(v bool)
SetKratosFeatureFlagsFasterSessionExtend gets a reference to the given bool and assigns it to the KratosFeatureFlagsFasterSessionExtend field.
func (*CreateProjectNormalizedPayload) SetKratosFeatureFlagsUseContinueWithTransitions ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosFeatureFlagsUseContinueWithTransitions(v bool)
SetKratosFeatureFlagsUseContinueWithTransitions gets a reference to the given bool and assigns it to the KratosFeatureFlagsUseContinueWithTransitions field.
func (*CreateProjectNormalizedPayload) SetKratosIdentitySchemas ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosIdentitySchemas(v []NormalizedProjectRevisionIdentitySchema)
SetKratosIdentitySchemas gets a reference to the given []NormalizedProjectRevisionIdentitySchema and assigns it to the KratosIdentitySchemas field.
func (*CreateProjectNormalizedPayload) SetKratosOauth2ProviderHeaders ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosOauth2ProviderHeaders(v map[string]interface{})
SetKratosOauth2ProviderHeaders gets a reference to the given map[string]interface{} and assigns it to the KratosOauth2ProviderHeaders field.
func (*CreateProjectNormalizedPayload) SetKratosOauth2ProviderOverrideReturnTo ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosOauth2ProviderOverrideReturnTo(v bool)
SetKratosOauth2ProviderOverrideReturnTo gets a reference to the given bool and assigns it to the KratosOauth2ProviderOverrideReturnTo field.
func (*CreateProjectNormalizedPayload) SetKratosOauth2ProviderUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosOauth2ProviderUrl(v string)
SetKratosOauth2ProviderUrl gets a reference to the given string and assigns it to the KratosOauth2ProviderUrl field.
func (*CreateProjectNormalizedPayload) SetKratosPreviewDefaultReadConsistencyLevel ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosPreviewDefaultReadConsistencyLevel(v string)
SetKratosPreviewDefaultReadConsistencyLevel gets a reference to the given string and assigns it to the KratosPreviewDefaultReadConsistencyLevel field.
func (*CreateProjectNormalizedPayload) SetKratosSecretsCipher ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSecretsCipher(v []string)
SetKratosSecretsCipher gets a reference to the given []string and assigns it to the KratosSecretsCipher field.
func (*CreateProjectNormalizedPayload) SetKratosSecretsCookie ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSecretsCookie(v []string)
SetKratosSecretsCookie gets a reference to the given []string and assigns it to the KratosSecretsCookie field.
func (*CreateProjectNormalizedPayload) SetKratosSecretsDefault ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSecretsDefault(v []string)
SetKratosSecretsDefault gets a reference to the given []string and assigns it to the KratosSecretsDefault field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceAllowedReturnUrls ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceAllowedReturnUrls(v []string)
SetKratosSelfserviceAllowedReturnUrls gets a reference to the given []string and assigns it to the KratosSelfserviceAllowedReturnUrls field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsErrorUiUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsErrorUiUrl(v string)
SetKratosSelfserviceFlowsErrorUiUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsErrorUiUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginLifespan(v string)
SetKratosSelfserviceFlowsLoginLifespan gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginLifespan field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginUiUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLoginUiUrl(v string)
SetKratosSelfserviceFlowsLoginUiUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginUiUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRecoveryEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRecoveryEnabled(v bool)
SetKratosSelfserviceFlowsRecoveryEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceFlowsRecoveryEnabled field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRecoveryLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRecoveryLifespan(v string)
SetKratosSelfserviceFlowsRecoveryLifespan gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRecoveryLifespan field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients(v bool)
SetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients gets a reference to the given bool and assigns it to the KratosSelfserviceFlowsRecoveryNotifyUnknownRecipients field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRecoveryUiUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRecoveryUiUrl(v string)
SetKratosSelfserviceFlowsRecoveryUiUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRecoveryUiUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRecoveryUse ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRecoveryUse(v string)
SetKratosSelfserviceFlowsRecoveryUse gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRecoveryUse field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationEnableLegacyOneStep ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationEnableLegacyOneStep(v bool)
SetKratosSelfserviceFlowsRegistrationEnableLegacyOneStep gets a reference to the given bool and assigns it to the KratosSelfserviceFlowsRegistrationEnableLegacyOneStep field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationEnabled(v bool)
SetKratosSelfserviceFlowsRegistrationEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceFlowsRegistrationEnabled field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationLifespan(v string)
SetKratosSelfserviceFlowsRegistrationLifespan gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRegistrationLifespan field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationLoginHints ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationLoginHints(v bool)
SetKratosSelfserviceFlowsRegistrationLoginHints gets a reference to the given bool and assigns it to the KratosSelfserviceFlowsRegistrationLoginHints field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationUiUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsRegistrationUiUrl(v string)
SetKratosSelfserviceFlowsRegistrationUiUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRegistrationUiUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsLifespan(v string)
SetKratosSelfserviceFlowsSettingsLifespan gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsLifespan field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge(v string)
SetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsRequiredAal ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsRequiredAal(v string)
SetKratosSelfserviceFlowsSettingsRequiredAal gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsRequiredAal field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsUiUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsSettingsUiUrl(v string)
SetKratosSelfserviceFlowsSettingsUiUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsUiUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsVerificationEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsVerificationEnabled(v bool)
SetKratosSelfserviceFlowsVerificationEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceFlowsVerificationEnabled field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsVerificationLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsVerificationLifespan(v string)
SetKratosSelfserviceFlowsVerificationLifespan gets a reference to the given string and assigns it to the KratosSelfserviceFlowsVerificationLifespan field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsVerificationNotifyUnknownRecipients ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsVerificationNotifyUnknownRecipients(v bool)
SetKratosSelfserviceFlowsVerificationNotifyUnknownRecipients gets a reference to the given bool and assigns it to the KratosSelfserviceFlowsVerificationNotifyUnknownRecipients field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsVerificationUiUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsVerificationUiUrl(v string)
SetKratosSelfserviceFlowsVerificationUiUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsVerificationUiUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsVerificationUse ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceFlowsVerificationUse(v string)
SetKratosSelfserviceFlowsVerificationUse gets a reference to the given string and assigns it to the KratosSelfserviceFlowsVerificationUse field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsCodeConfigLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsCodeConfigLifespan(v string)
SetKratosSelfserviceMethodsCodeConfigLifespan gets a reference to the given string and assigns it to the KratosSelfserviceMethodsCodeConfigLifespan field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsCodeEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsCodeEnabled(v bool)
SetKratosSelfserviceMethodsCodeEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsCodeEnabled field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsCodeMfaEnabled ¶ added in v1.6.1
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsCodeMfaEnabled(v bool)
SetKratosSelfserviceMethodsCodeMfaEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsCodeMfaEnabled field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsCodePasswordlessEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsCodePasswordlessEnabled(v bool)
SetKratosSelfserviceMethodsCodePasswordlessEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsCodePasswordlessEnabled field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled(v bool)
SetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsLinkConfigBaseUrl ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsLinkConfigBaseUrl(v string)
SetKratosSelfserviceMethodsLinkConfigBaseUrl gets a reference to the given string and assigns it to the KratosSelfserviceMethodsLinkConfigBaseUrl field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsLinkConfigLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsLinkConfigLifespan(v string)
SetKratosSelfserviceMethodsLinkConfigLifespan gets a reference to the given string and assigns it to the KratosSelfserviceMethodsLinkConfigLifespan field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsLinkEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsLinkEnabled(v bool)
SetKratosSelfserviceMethodsLinkEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsLinkEnabled field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsLookupSecretEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsLookupSecretEnabled(v bool)
SetKratosSelfserviceMethodsLookupSecretEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsLookupSecretEnabled field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsOidcConfigBaseRedirectUri ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsOidcConfigBaseRedirectUri(v string)
SetKratosSelfserviceMethodsOidcConfigBaseRedirectUri gets a reference to the given string and assigns it to the KratosSelfserviceMethodsOidcConfigBaseRedirectUri field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsOidcConfigProviders ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsOidcConfigProviders(v []NormalizedProjectRevisionThirdPartyProvider)
SetKratosSelfserviceMethodsOidcConfigProviders gets a reference to the given []NormalizedProjectRevisionThirdPartyProvider and assigns it to the KratosSelfserviceMethodsOidcConfigProviders field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsOidcEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsOidcEnabled(v bool)
SetKratosSelfserviceMethodsOidcEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsOidcEnabled field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasskeyConfigRpDisplayName ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasskeyConfigRpDisplayName(v string)
SetKratosSelfserviceMethodsPasskeyConfigRpDisplayName gets a reference to the given string and assigns it to the KratosSelfserviceMethodsPasskeyConfigRpDisplayName field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasskeyConfigRpId ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasskeyConfigRpId(v string)
SetKratosSelfserviceMethodsPasskeyConfigRpId gets a reference to the given string and assigns it to the KratosSelfserviceMethodsPasskeyConfigRpId field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasskeyConfigRpOrigins ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasskeyConfigRpOrigins(v []string)
SetKratosSelfserviceMethodsPasskeyConfigRpOrigins gets a reference to the given []string and assigns it to the KratosSelfserviceMethodsPasskeyConfigRpOrigins field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasskeyEnabled ¶ added in v1.11.6
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasskeyEnabled(v bool)
SetKratosSelfserviceMethodsPasskeyEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsPasskeyEnabled field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled(v bool)
SetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled(v bool)
SetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors(v bool)
SetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasswordConfigMaxBreaches ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasswordConfigMaxBreaches(v int64)
SetKratosSelfserviceMethodsPasswordConfigMaxBreaches gets a reference to the given int64 and assigns it to the KratosSelfserviceMethodsPasswordConfigMaxBreaches field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasswordConfigMinPasswordLength ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasswordConfigMinPasswordLength(v int64)
SetKratosSelfserviceMethodsPasswordConfigMinPasswordLength gets a reference to the given int64 and assigns it to the KratosSelfserviceMethodsPasswordConfigMinPasswordLength field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasswordEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsPasswordEnabled(v bool)
SetKratosSelfserviceMethodsPasswordEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsPasswordEnabled field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsProfileEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsProfileEnabled(v bool)
SetKratosSelfserviceMethodsProfileEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsProfileEnabled field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsTotpConfigIssuer ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsTotpConfigIssuer(v string)
SetKratosSelfserviceMethodsTotpConfigIssuer gets a reference to the given string and assigns it to the KratosSelfserviceMethodsTotpConfigIssuer field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsTotpEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsTotpEnabled(v bool)
SetKratosSelfserviceMethodsTotpEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsTotpEnabled field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsWebauthnConfigPasswordless ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsWebauthnConfigPasswordless(v bool)
SetKratosSelfserviceMethodsWebauthnConfigPasswordless gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsWebauthnConfigPasswordless field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsWebauthnConfigRpDisplayName ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsWebauthnConfigRpDisplayName(v string)
SetKratosSelfserviceMethodsWebauthnConfigRpDisplayName gets a reference to the given string and assigns it to the KratosSelfserviceMethodsWebauthnConfigRpDisplayName field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsWebauthnConfigRpIcon ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsWebauthnConfigRpIcon(v string)
SetKratosSelfserviceMethodsWebauthnConfigRpIcon gets a reference to the given string and assigns it to the KratosSelfserviceMethodsWebauthnConfigRpIcon field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsWebauthnConfigRpId ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsWebauthnConfigRpId(v string)
SetKratosSelfserviceMethodsWebauthnConfigRpId gets a reference to the given string and assigns it to the KratosSelfserviceMethodsWebauthnConfigRpId field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsWebauthnConfigRpOrigins ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsWebauthnConfigRpOrigins(v []string)
SetKratosSelfserviceMethodsWebauthnConfigRpOrigins gets a reference to the given []string and assigns it to the KratosSelfserviceMethodsWebauthnConfigRpOrigins field.
func (*CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsWebauthnEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSelfserviceMethodsWebauthnEnabled(v bool)
SetKratosSelfserviceMethodsWebauthnEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsWebauthnEnabled field.
func (*CreateProjectNormalizedPayload) SetKratosSessionCookiePersistent ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSessionCookiePersistent(v bool)
SetKratosSessionCookiePersistent gets a reference to the given bool and assigns it to the KratosSessionCookiePersistent field.
func (*CreateProjectNormalizedPayload) SetKratosSessionCookieSameSite ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSessionCookieSameSite(v string)
SetKratosSessionCookieSameSite gets a reference to the given string and assigns it to the KratosSessionCookieSameSite field.
func (*CreateProjectNormalizedPayload) SetKratosSessionLifespan ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSessionLifespan(v string)
SetKratosSessionLifespan gets a reference to the given string and assigns it to the KratosSessionLifespan field.
func (*CreateProjectNormalizedPayload) SetKratosSessionWhoamiRequiredAal ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSessionWhoamiRequiredAal(v string)
SetKratosSessionWhoamiRequiredAal gets a reference to the given string and assigns it to the KratosSessionWhoamiRequiredAal field.
func (*CreateProjectNormalizedPayload) SetKratosSessionWhoamiTokenizerTemplates ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetKratosSessionWhoamiTokenizerTemplates(v []NormalizedProjectRevisionTokenizerTemplate)
SetKratosSessionWhoamiTokenizerTemplates gets a reference to the given []NormalizedProjectRevisionTokenizerTemplate and assigns it to the KratosSessionWhoamiTokenizerTemplates field.
func (*CreateProjectNormalizedPayload) SetName ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetName(v string)
SetName sets field value
func (*CreateProjectNormalizedPayload) SetProjectId ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetProjectId(v string)
SetProjectId gets a reference to the given string and assigns it to the ProjectId field.
func (*CreateProjectNormalizedPayload) SetProjectRevisionHooks ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetProjectRevisionHooks(v []NormalizedProjectRevisionHook)
SetProjectRevisionHooks gets a reference to the given []NormalizedProjectRevisionHook and assigns it to the ProjectRevisionHooks field.
func (*CreateProjectNormalizedPayload) SetServeAdminCorsAllowedOrigins ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetServeAdminCorsAllowedOrigins(v []string)
SetServeAdminCorsAllowedOrigins gets a reference to the given []string and assigns it to the ServeAdminCorsAllowedOrigins field.
func (*CreateProjectNormalizedPayload) SetServeAdminCorsEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetServeAdminCorsEnabled(v bool)
SetServeAdminCorsEnabled gets a reference to the given bool and assigns it to the ServeAdminCorsEnabled field.
func (*CreateProjectNormalizedPayload) SetServePublicCorsAllowedOrigins ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetServePublicCorsAllowedOrigins(v []string)
SetServePublicCorsAllowedOrigins gets a reference to the given []string and assigns it to the ServePublicCorsAllowedOrigins field.
func (*CreateProjectNormalizedPayload) SetServePublicCorsEnabled ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetServePublicCorsEnabled(v bool)
SetServePublicCorsEnabled gets a reference to the given bool and assigns it to the ServePublicCorsEnabled field.
func (*CreateProjectNormalizedPayload) SetStrictSecurity ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetStrictSecurity(v bool)
SetStrictSecurity gets a reference to the given bool and assigns it to the StrictSecurity field.
func (*CreateProjectNormalizedPayload) SetUpdatedAt ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*CreateProjectNormalizedPayload) SetWorkspaceId ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) SetWorkspaceId(v string)
SetWorkspaceId gets a reference to the given string and assigns it to the WorkspaceId field.
func (CreateProjectNormalizedPayload) ToMap ¶ added in v1.4.4
func (o CreateProjectNormalizedPayload) ToMap() (map[string]interface{}, error)
func (*CreateProjectNormalizedPayload) UnmarshalJSON ¶ added in v1.4.4
func (o *CreateProjectNormalizedPayload) UnmarshalJSON(data []byte) (err error)
type CreateRecoveryCodeForIdentityBody ¶
type CreateRecoveryCodeForIdentityBody struct {
// Code Expires In The recovery code will expire after that amount of time has passed. Defaults to the configuration value of `selfservice.methods.code.config.lifespan`.
ExpiresIn *string `json:"expires_in,omitempty"`
// The flow type can either be `api` or `browser`.
FlowType *string `json:"flow_type,omitempty"`
// Identity to Recover The identity's ID you wish to recover.
IdentityId string `json:"identity_id"`
AdditionalProperties map[string]interface{}
}
CreateRecoveryCodeForIdentityBody Create Recovery Code for Identity Request Body
func NewCreateRecoveryCodeForIdentityBody ¶
func NewCreateRecoveryCodeForIdentityBody(identityId string) *CreateRecoveryCodeForIdentityBody
NewCreateRecoveryCodeForIdentityBody instantiates a new CreateRecoveryCodeForIdentityBody 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 NewCreateRecoveryCodeForIdentityBodyWithDefaults ¶
func NewCreateRecoveryCodeForIdentityBodyWithDefaults() *CreateRecoveryCodeForIdentityBody
NewCreateRecoveryCodeForIdentityBodyWithDefaults instantiates a new CreateRecoveryCodeForIdentityBody 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 (*CreateRecoveryCodeForIdentityBody) GetExpiresIn ¶
func (o *CreateRecoveryCodeForIdentityBody) GetExpiresIn() string
GetExpiresIn returns the ExpiresIn field value if set, zero value otherwise.
func (*CreateRecoveryCodeForIdentityBody) GetExpiresInOk ¶
func (o *CreateRecoveryCodeForIdentityBody) GetExpiresInOk() (*string, bool)
GetExpiresInOk returns a tuple with the ExpiresIn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateRecoveryCodeForIdentityBody) GetFlowType ¶ added in v1.11.10
func (o *CreateRecoveryCodeForIdentityBody) GetFlowType() string
GetFlowType returns the FlowType field value if set, zero value otherwise.
func (*CreateRecoveryCodeForIdentityBody) GetFlowTypeOk ¶ added in v1.11.10
func (o *CreateRecoveryCodeForIdentityBody) GetFlowTypeOk() (*string, bool)
GetFlowTypeOk returns a tuple with the FlowType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateRecoveryCodeForIdentityBody) GetIdentityId ¶
func (o *CreateRecoveryCodeForIdentityBody) GetIdentityId() string
GetIdentityId returns the IdentityId field value
func (*CreateRecoveryCodeForIdentityBody) GetIdentityIdOk ¶
func (o *CreateRecoveryCodeForIdentityBody) GetIdentityIdOk() (*string, bool)
GetIdentityIdOk returns a tuple with the IdentityId field value and a boolean to check if the value has been set.
func (*CreateRecoveryCodeForIdentityBody) HasExpiresIn ¶
func (o *CreateRecoveryCodeForIdentityBody) HasExpiresIn() bool
HasExpiresIn returns a boolean if a field has been set.
func (*CreateRecoveryCodeForIdentityBody) HasFlowType ¶ added in v1.11.10
func (o *CreateRecoveryCodeForIdentityBody) HasFlowType() bool
HasFlowType returns a boolean if a field has been set.
func (CreateRecoveryCodeForIdentityBody) MarshalJSON ¶
func (o CreateRecoveryCodeForIdentityBody) MarshalJSON() ([]byte, error)
func (*CreateRecoveryCodeForIdentityBody) SetExpiresIn ¶
func (o *CreateRecoveryCodeForIdentityBody) SetExpiresIn(v string)
SetExpiresIn gets a reference to the given string and assigns it to the ExpiresIn field.
func (*CreateRecoveryCodeForIdentityBody) SetFlowType ¶ added in v1.11.10
func (o *CreateRecoveryCodeForIdentityBody) SetFlowType(v string)
SetFlowType gets a reference to the given string and assigns it to the FlowType field.
func (*CreateRecoveryCodeForIdentityBody) SetIdentityId ¶
func (o *CreateRecoveryCodeForIdentityBody) SetIdentityId(v string)
SetIdentityId sets field value
func (CreateRecoveryCodeForIdentityBody) ToMap ¶ added in v1.3.0
func (o CreateRecoveryCodeForIdentityBody) ToMap() (map[string]interface{}, error)
func (*CreateRecoveryCodeForIdentityBody) UnmarshalJSON ¶ added in v1.1.36
func (o *CreateRecoveryCodeForIdentityBody) UnmarshalJSON(data []byte) (err error)
type CreateRecoveryLinkForIdentityBody ¶
type CreateRecoveryLinkForIdentityBody struct {
// Link Expires In The recovery link will expire after that amount of time has passed. Defaults to the configuration value of `selfservice.methods.code.config.lifespan`.
ExpiresIn *string `json:"expires_in,omitempty"`
// Identity to Recover The identity's ID you wish to recover.
IdentityId string `json:"identity_id"`
AdditionalProperties map[string]interface{}
}
CreateRecoveryLinkForIdentityBody Create Recovery Link for Identity Request Body
func NewCreateRecoveryLinkForIdentityBody ¶
func NewCreateRecoveryLinkForIdentityBody(identityId string) *CreateRecoveryLinkForIdentityBody
NewCreateRecoveryLinkForIdentityBody instantiates a new CreateRecoveryLinkForIdentityBody 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 NewCreateRecoveryLinkForIdentityBodyWithDefaults ¶
func NewCreateRecoveryLinkForIdentityBodyWithDefaults() *CreateRecoveryLinkForIdentityBody
NewCreateRecoveryLinkForIdentityBodyWithDefaults instantiates a new CreateRecoveryLinkForIdentityBody 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 (*CreateRecoveryLinkForIdentityBody) GetExpiresIn ¶
func (o *CreateRecoveryLinkForIdentityBody) GetExpiresIn() string
GetExpiresIn returns the ExpiresIn field value if set, zero value otherwise.
func (*CreateRecoveryLinkForIdentityBody) GetExpiresInOk ¶
func (o *CreateRecoveryLinkForIdentityBody) GetExpiresInOk() (*string, bool)
GetExpiresInOk returns a tuple with the ExpiresIn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateRecoveryLinkForIdentityBody) GetIdentityId ¶
func (o *CreateRecoveryLinkForIdentityBody) GetIdentityId() string
GetIdentityId returns the IdentityId field value
func (*CreateRecoveryLinkForIdentityBody) GetIdentityIdOk ¶
func (o *CreateRecoveryLinkForIdentityBody) GetIdentityIdOk() (*string, bool)
GetIdentityIdOk returns a tuple with the IdentityId field value and a boolean to check if the value has been set.
func (*CreateRecoveryLinkForIdentityBody) HasExpiresIn ¶
func (o *CreateRecoveryLinkForIdentityBody) HasExpiresIn() bool
HasExpiresIn returns a boolean if a field has been set.
func (CreateRecoveryLinkForIdentityBody) MarshalJSON ¶
func (o CreateRecoveryLinkForIdentityBody) MarshalJSON() ([]byte, error)
func (*CreateRecoveryLinkForIdentityBody) SetExpiresIn ¶
func (o *CreateRecoveryLinkForIdentityBody) SetExpiresIn(v string)
SetExpiresIn gets a reference to the given string and assigns it to the ExpiresIn field.
func (*CreateRecoveryLinkForIdentityBody) SetIdentityId ¶
func (o *CreateRecoveryLinkForIdentityBody) SetIdentityId(v string)
SetIdentityId sets field value
func (CreateRecoveryLinkForIdentityBody) ToMap ¶ added in v1.3.0
func (o CreateRecoveryLinkForIdentityBody) ToMap() (map[string]interface{}, error)
func (*CreateRecoveryLinkForIdentityBody) UnmarshalJSON ¶ added in v1.1.36
func (o *CreateRecoveryLinkForIdentityBody) UnmarshalJSON(data []byte) (err error)
type CreateRelationshipBody ¶
type CreateRelationshipBody struct {
// Namespace to query
Namespace *string `json:"namespace,omitempty"`
// Object to query
Object *string `json:"object,omitempty"`
// Relation to query
Relation *string `json:"relation,omitempty"`
// SubjectID to query Either SubjectSet or SubjectID can be provided.
SubjectId *string `json:"subject_id,omitempty"`
SubjectSet *SubjectSet `json:"subject_set,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateRelationshipBody Create Relationship Request Body
func NewCreateRelationshipBody ¶
func NewCreateRelationshipBody() *CreateRelationshipBody
NewCreateRelationshipBody instantiates a new CreateRelationshipBody 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 NewCreateRelationshipBodyWithDefaults ¶
func NewCreateRelationshipBodyWithDefaults() *CreateRelationshipBody
NewCreateRelationshipBodyWithDefaults instantiates a new CreateRelationshipBody 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 (*CreateRelationshipBody) GetNamespace ¶
func (o *CreateRelationshipBody) GetNamespace() string
GetNamespace returns the Namespace field value if set, zero value otherwise.
func (*CreateRelationshipBody) GetNamespaceOk ¶
func (o *CreateRelationshipBody) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateRelationshipBody) GetObject ¶
func (o *CreateRelationshipBody) GetObject() string
GetObject returns the Object field value if set, zero value otherwise.
func (*CreateRelationshipBody) GetObjectOk ¶
func (o *CreateRelationshipBody) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateRelationshipBody) GetRelation ¶
func (o *CreateRelationshipBody) GetRelation() string
GetRelation returns the Relation field value if set, zero value otherwise.
func (*CreateRelationshipBody) GetRelationOk ¶
func (o *CreateRelationshipBody) GetRelationOk() (*string, bool)
GetRelationOk returns a tuple with the Relation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateRelationshipBody) GetSubjectId ¶
func (o *CreateRelationshipBody) GetSubjectId() string
GetSubjectId returns the SubjectId field value if set, zero value otherwise.
func (*CreateRelationshipBody) GetSubjectIdOk ¶
func (o *CreateRelationshipBody) GetSubjectIdOk() (*string, bool)
GetSubjectIdOk returns a tuple with the SubjectId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateRelationshipBody) GetSubjectSet ¶
func (o *CreateRelationshipBody) GetSubjectSet() SubjectSet
GetSubjectSet returns the SubjectSet field value if set, zero value otherwise.
func (*CreateRelationshipBody) GetSubjectSetOk ¶
func (o *CreateRelationshipBody) GetSubjectSetOk() (*SubjectSet, bool)
GetSubjectSetOk returns a tuple with the SubjectSet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateRelationshipBody) HasNamespace ¶
func (o *CreateRelationshipBody) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (*CreateRelationshipBody) HasObject ¶
func (o *CreateRelationshipBody) HasObject() bool
HasObject returns a boolean if a field has been set.
func (*CreateRelationshipBody) HasRelation ¶
func (o *CreateRelationshipBody) HasRelation() bool
HasRelation returns a boolean if a field has been set.
func (*CreateRelationshipBody) HasSubjectId ¶
func (o *CreateRelationshipBody) HasSubjectId() bool
HasSubjectId returns a boolean if a field has been set.
func (*CreateRelationshipBody) HasSubjectSet ¶
func (o *CreateRelationshipBody) HasSubjectSet() bool
HasSubjectSet returns a boolean if a field has been set.
func (CreateRelationshipBody) MarshalJSON ¶
func (o CreateRelationshipBody) MarshalJSON() ([]byte, error)
func (*CreateRelationshipBody) SetNamespace ¶
func (o *CreateRelationshipBody) SetNamespace(v string)
SetNamespace gets a reference to the given string and assigns it to the Namespace field.
func (*CreateRelationshipBody) SetObject ¶
func (o *CreateRelationshipBody) SetObject(v string)
SetObject gets a reference to the given string and assigns it to the Object field.
func (*CreateRelationshipBody) SetRelation ¶
func (o *CreateRelationshipBody) SetRelation(v string)
SetRelation gets a reference to the given string and assigns it to the Relation field.
func (*CreateRelationshipBody) SetSubjectId ¶
func (o *CreateRelationshipBody) SetSubjectId(v string)
SetSubjectId gets a reference to the given string and assigns it to the SubjectId field.
func (*CreateRelationshipBody) SetSubjectSet ¶
func (o *CreateRelationshipBody) SetSubjectSet(v SubjectSet)
SetSubjectSet gets a reference to the given SubjectSet and assigns it to the SubjectSet field.
func (CreateRelationshipBody) ToMap ¶ added in v1.3.0
func (o CreateRelationshipBody) ToMap() (map[string]interface{}, error)
func (*CreateRelationshipBody) UnmarshalJSON ¶ added in v1.1.36
func (o *CreateRelationshipBody) UnmarshalJSON(data []byte) (err error)
type CreateSubscriptionBody ¶
type CreateSubscriptionBody struct {
// usd USD eur Euro
Currency *string `json:"currency,omitempty"`
// monthly Monthly yearly Yearly
Interval string `json:"interval"`
Plan string `json:"plan"`
ProvisionFirstProject string `json:"provision_first_project"`
ReturnTo *string `json:"return_to,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateSubscriptionBody struct for CreateSubscriptionBody
func NewCreateSubscriptionBody ¶
func NewCreateSubscriptionBody(interval string, plan string, provisionFirstProject string) *CreateSubscriptionBody
NewCreateSubscriptionBody instantiates a new CreateSubscriptionBody 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 NewCreateSubscriptionBodyWithDefaults ¶
func NewCreateSubscriptionBodyWithDefaults() *CreateSubscriptionBody
NewCreateSubscriptionBodyWithDefaults instantiates a new CreateSubscriptionBody 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 (*CreateSubscriptionBody) GetCurrency ¶ added in v1.1.34
func (o *CreateSubscriptionBody) GetCurrency() string
GetCurrency returns the Currency field value if set, zero value otherwise.
func (*CreateSubscriptionBody) GetCurrencyOk ¶ added in v1.1.34
func (o *CreateSubscriptionBody) GetCurrencyOk() (*string, bool)
GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSubscriptionBody) GetInterval ¶ added in v1.1.22
func (o *CreateSubscriptionBody) GetInterval() string
GetInterval returns the Interval field value
func (*CreateSubscriptionBody) GetIntervalOk ¶ added in v1.1.22
func (o *CreateSubscriptionBody) GetIntervalOk() (*string, bool)
GetIntervalOk returns a tuple with the Interval field value and a boolean to check if the value has been set.
func (*CreateSubscriptionBody) GetPlan ¶ added in v1.1.22
func (o *CreateSubscriptionBody) GetPlan() string
GetPlan returns the Plan field value
func (*CreateSubscriptionBody) GetPlanOk ¶ added in v1.1.22
func (o *CreateSubscriptionBody) GetPlanOk() (*string, bool)
GetPlanOk returns a tuple with the Plan field value and a boolean to check if the value has been set.
func (*CreateSubscriptionBody) GetProvisionFirstProject ¶
func (o *CreateSubscriptionBody) GetProvisionFirstProject() string
GetProvisionFirstProject returns the ProvisionFirstProject field value
func (*CreateSubscriptionBody) GetProvisionFirstProjectOk ¶
func (o *CreateSubscriptionBody) GetProvisionFirstProjectOk() (*string, bool)
GetProvisionFirstProjectOk returns a tuple with the ProvisionFirstProject field value and a boolean to check if the value has been set.
func (*CreateSubscriptionBody) GetReturnTo ¶
func (o *CreateSubscriptionBody) GetReturnTo() string
GetReturnTo returns the ReturnTo field value if set, zero value otherwise.
func (*CreateSubscriptionBody) GetReturnToOk ¶
func (o *CreateSubscriptionBody) GetReturnToOk() (*string, bool)
GetReturnToOk returns a tuple with the ReturnTo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSubscriptionBody) HasCurrency ¶ added in v1.1.34
func (o *CreateSubscriptionBody) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (*CreateSubscriptionBody) HasReturnTo ¶
func (o *CreateSubscriptionBody) HasReturnTo() bool
HasReturnTo returns a boolean if a field has been set.
func (CreateSubscriptionBody) MarshalJSON ¶
func (o CreateSubscriptionBody) MarshalJSON() ([]byte, error)
func (*CreateSubscriptionBody) SetCurrency ¶ added in v1.1.34
func (o *CreateSubscriptionBody) SetCurrency(v string)
SetCurrency gets a reference to the given string and assigns it to the Currency field.
func (*CreateSubscriptionBody) SetInterval ¶ added in v1.1.22
func (o *CreateSubscriptionBody) SetInterval(v string)
SetInterval sets field value
func (*CreateSubscriptionBody) SetPlan ¶ added in v1.1.22
func (o *CreateSubscriptionBody) SetPlan(v string)
SetPlan sets field value
func (*CreateSubscriptionBody) SetProvisionFirstProject ¶
func (o *CreateSubscriptionBody) SetProvisionFirstProject(v string)
SetProvisionFirstProject sets field value
func (*CreateSubscriptionBody) SetReturnTo ¶
func (o *CreateSubscriptionBody) SetReturnTo(v string)
SetReturnTo gets a reference to the given string and assigns it to the ReturnTo field.
func (CreateSubscriptionBody) ToMap ¶ added in v1.3.0
func (o CreateSubscriptionBody) ToMap() (map[string]interface{}, error)
func (*CreateSubscriptionBody) UnmarshalJSON ¶ added in v1.1.36
func (o *CreateSubscriptionBody) UnmarshalJSON(data []byte) (err error)
type CreateSubscriptionCommon ¶ added in v1.6.2
type CreateSubscriptionCommon struct {
// usd USD eur Euro
Currency *string `json:"currency,omitempty"`
// monthly Monthly yearly Yearly
Interval string `json:"interval"`
Plan string `json:"plan"`
ReturnTo *string `json:"return_to,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateSubscriptionCommon struct for CreateSubscriptionCommon
func NewCreateSubscriptionCommon ¶ added in v1.6.2
func NewCreateSubscriptionCommon(interval string, plan string) *CreateSubscriptionCommon
NewCreateSubscriptionCommon instantiates a new CreateSubscriptionCommon 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 NewCreateSubscriptionCommonWithDefaults ¶ added in v1.6.2
func NewCreateSubscriptionCommonWithDefaults() *CreateSubscriptionCommon
NewCreateSubscriptionCommonWithDefaults instantiates a new CreateSubscriptionCommon 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 (*CreateSubscriptionCommon) GetCurrency ¶ added in v1.6.2
func (o *CreateSubscriptionCommon) GetCurrency() string
GetCurrency returns the Currency field value if set, zero value otherwise.
func (*CreateSubscriptionCommon) GetCurrencyOk ¶ added in v1.6.2
func (o *CreateSubscriptionCommon) GetCurrencyOk() (*string, bool)
GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSubscriptionCommon) GetInterval ¶ added in v1.6.2
func (o *CreateSubscriptionCommon) GetInterval() string
GetInterval returns the Interval field value
func (*CreateSubscriptionCommon) GetIntervalOk ¶ added in v1.6.2
func (o *CreateSubscriptionCommon) GetIntervalOk() (*string, bool)
GetIntervalOk returns a tuple with the Interval field value and a boolean to check if the value has been set.
func (*CreateSubscriptionCommon) GetPlan ¶ added in v1.6.2
func (o *CreateSubscriptionCommon) GetPlan() string
GetPlan returns the Plan field value
func (*CreateSubscriptionCommon) GetPlanOk ¶ added in v1.6.2
func (o *CreateSubscriptionCommon) GetPlanOk() (*string, bool)
GetPlanOk returns a tuple with the Plan field value and a boolean to check if the value has been set.
func (*CreateSubscriptionCommon) GetReturnTo ¶ added in v1.6.2
func (o *CreateSubscriptionCommon) GetReturnTo() string
GetReturnTo returns the ReturnTo field value if set, zero value otherwise.
func (*CreateSubscriptionCommon) GetReturnToOk ¶ added in v1.6.2
func (o *CreateSubscriptionCommon) GetReturnToOk() (*string, bool)
GetReturnToOk returns a tuple with the ReturnTo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSubscriptionCommon) HasCurrency ¶ added in v1.6.2
func (o *CreateSubscriptionCommon) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (*CreateSubscriptionCommon) HasReturnTo ¶ added in v1.6.2
func (o *CreateSubscriptionCommon) HasReturnTo() bool
HasReturnTo returns a boolean if a field has been set.
func (CreateSubscriptionCommon) MarshalJSON ¶ added in v1.6.2
func (o CreateSubscriptionCommon) MarshalJSON() ([]byte, error)
func (*CreateSubscriptionCommon) SetCurrency ¶ added in v1.6.2
func (o *CreateSubscriptionCommon) SetCurrency(v string)
SetCurrency gets a reference to the given string and assigns it to the Currency field.
func (*CreateSubscriptionCommon) SetInterval ¶ added in v1.6.2
func (o *CreateSubscriptionCommon) SetInterval(v string)
SetInterval sets field value
func (*CreateSubscriptionCommon) SetPlan ¶ added in v1.6.2
func (o *CreateSubscriptionCommon) SetPlan(v string)
SetPlan sets field value
func (*CreateSubscriptionCommon) SetReturnTo ¶ added in v1.6.2
func (o *CreateSubscriptionCommon) SetReturnTo(v string)
SetReturnTo gets a reference to the given string and assigns it to the ReturnTo field.
func (CreateSubscriptionCommon) ToMap ¶ added in v1.6.2
func (o CreateSubscriptionCommon) ToMap() (map[string]interface{}, error)
func (*CreateSubscriptionCommon) UnmarshalJSON ¶ added in v1.6.2
func (o *CreateSubscriptionCommon) UnmarshalJSON(data []byte) (err error)
type CreateVerifiableCredentialRequestBody ¶ added in v1.1.44
type CreateVerifiableCredentialRequestBody struct {
Format *string `json:"format,omitempty"`
Proof *VerifiableCredentialProof `json:"proof,omitempty"`
Types []string `json:"types,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateVerifiableCredentialRequestBody struct for CreateVerifiableCredentialRequestBody
func NewCreateVerifiableCredentialRequestBody ¶ added in v1.1.44
func NewCreateVerifiableCredentialRequestBody() *CreateVerifiableCredentialRequestBody
NewCreateVerifiableCredentialRequestBody instantiates a new CreateVerifiableCredentialRequestBody 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 NewCreateVerifiableCredentialRequestBodyWithDefaults ¶ added in v1.1.44
func NewCreateVerifiableCredentialRequestBodyWithDefaults() *CreateVerifiableCredentialRequestBody
NewCreateVerifiableCredentialRequestBodyWithDefaults instantiates a new CreateVerifiableCredentialRequestBody 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 (*CreateVerifiableCredentialRequestBody) GetFormat ¶ added in v1.1.44
func (o *CreateVerifiableCredentialRequestBody) GetFormat() string
GetFormat returns the Format field value if set, zero value otherwise.
func (*CreateVerifiableCredentialRequestBody) GetFormatOk ¶ added in v1.1.44
func (o *CreateVerifiableCredentialRequestBody) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateVerifiableCredentialRequestBody) GetProof ¶ added in v1.1.44
func (o *CreateVerifiableCredentialRequestBody) GetProof() VerifiableCredentialProof
GetProof returns the Proof field value if set, zero value otherwise.
func (*CreateVerifiableCredentialRequestBody) GetProofOk ¶ added in v1.1.44
func (o *CreateVerifiableCredentialRequestBody) GetProofOk() (*VerifiableCredentialProof, bool)
GetProofOk returns a tuple with the Proof field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateVerifiableCredentialRequestBody) GetTypes ¶ added in v1.1.44
func (o *CreateVerifiableCredentialRequestBody) GetTypes() []string
GetTypes returns the Types field value if set, zero value otherwise.
func (*CreateVerifiableCredentialRequestBody) GetTypesOk ¶ added in v1.1.44
func (o *CreateVerifiableCredentialRequestBody) GetTypesOk() ([]string, bool)
GetTypesOk returns a tuple with the Types field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateVerifiableCredentialRequestBody) HasFormat ¶ added in v1.1.44
func (o *CreateVerifiableCredentialRequestBody) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (*CreateVerifiableCredentialRequestBody) HasProof ¶ added in v1.1.44
func (o *CreateVerifiableCredentialRequestBody) HasProof() bool
HasProof returns a boolean if a field has been set.
func (*CreateVerifiableCredentialRequestBody) HasTypes ¶ added in v1.1.44
func (o *CreateVerifiableCredentialRequestBody) HasTypes() bool
HasTypes returns a boolean if a field has been set.
func (CreateVerifiableCredentialRequestBody) MarshalJSON ¶ added in v1.1.44
func (o CreateVerifiableCredentialRequestBody) MarshalJSON() ([]byte, error)
func (*CreateVerifiableCredentialRequestBody) SetFormat ¶ added in v1.1.44
func (o *CreateVerifiableCredentialRequestBody) SetFormat(v string)
SetFormat gets a reference to the given string and assigns it to the Format field.
func (*CreateVerifiableCredentialRequestBody) SetProof ¶ added in v1.1.44
func (o *CreateVerifiableCredentialRequestBody) SetProof(v VerifiableCredentialProof)
SetProof gets a reference to the given VerifiableCredentialProof and assigns it to the Proof field.
func (*CreateVerifiableCredentialRequestBody) SetTypes ¶ added in v1.1.44
func (o *CreateVerifiableCredentialRequestBody) SetTypes(v []string)
SetTypes gets a reference to the given []string and assigns it to the Types field.
func (CreateVerifiableCredentialRequestBody) ToMap ¶ added in v1.3.0
func (o CreateVerifiableCredentialRequestBody) ToMap() (map[string]interface{}, error)
func (*CreateVerifiableCredentialRequestBody) UnmarshalJSON ¶ added in v1.1.44
func (o *CreateVerifiableCredentialRequestBody) UnmarshalJSON(data []byte) (err error)
type CreateWorkspaceApiKeyBody ¶ added in v1.14.0
type CreateWorkspaceApiKeyBody struct {
// The API Key Name A descriptive name for the API key.
Name string `json:"name"`
AdditionalProperties map[string]interface{}
}
CreateWorkspaceApiKeyBody struct for CreateWorkspaceApiKeyBody
func NewCreateWorkspaceApiKeyBody ¶ added in v1.14.0
func NewCreateWorkspaceApiKeyBody(name string) *CreateWorkspaceApiKeyBody
NewCreateWorkspaceApiKeyBody instantiates a new CreateWorkspaceApiKeyBody 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 NewCreateWorkspaceApiKeyBodyWithDefaults ¶ added in v1.14.0
func NewCreateWorkspaceApiKeyBodyWithDefaults() *CreateWorkspaceApiKeyBody
NewCreateWorkspaceApiKeyBodyWithDefaults instantiates a new CreateWorkspaceApiKeyBody 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 (*CreateWorkspaceApiKeyBody) GetName ¶ added in v1.14.0
func (o *CreateWorkspaceApiKeyBody) GetName() string
GetName returns the Name field value
func (*CreateWorkspaceApiKeyBody) GetNameOk ¶ added in v1.14.0
func (o *CreateWorkspaceApiKeyBody) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (CreateWorkspaceApiKeyBody) MarshalJSON ¶ added in v1.14.0
func (o CreateWorkspaceApiKeyBody) MarshalJSON() ([]byte, error)
func (*CreateWorkspaceApiKeyBody) SetName ¶ added in v1.14.0
func (o *CreateWorkspaceApiKeyBody) SetName(v string)
SetName sets field value
func (CreateWorkspaceApiKeyBody) ToMap ¶ added in v1.14.0
func (o CreateWorkspaceApiKeyBody) ToMap() (map[string]interface{}, error)
func (*CreateWorkspaceApiKeyBody) UnmarshalJSON ¶ added in v1.14.0
func (o *CreateWorkspaceApiKeyBody) UnmarshalJSON(data []byte) (err error)
type CreateWorkspaceBody ¶ added in v1.11.10
type CreateWorkspaceBody struct {
// The name of the workspace
Name string `json:"name"`
AdditionalProperties map[string]interface{}
}
CreateWorkspaceBody struct for CreateWorkspaceBody
func NewCreateWorkspaceBody ¶ added in v1.11.10
func NewCreateWorkspaceBody(name string) *CreateWorkspaceBody
NewCreateWorkspaceBody instantiates a new CreateWorkspaceBody 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 NewCreateWorkspaceBodyWithDefaults ¶ added in v1.11.10
func NewCreateWorkspaceBodyWithDefaults() *CreateWorkspaceBody
NewCreateWorkspaceBodyWithDefaults instantiates a new CreateWorkspaceBody 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 (*CreateWorkspaceBody) GetName ¶ added in v1.11.10
func (o *CreateWorkspaceBody) GetName() string
GetName returns the Name field value
func (*CreateWorkspaceBody) GetNameOk ¶ added in v1.11.10
func (o *CreateWorkspaceBody) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (CreateWorkspaceBody) MarshalJSON ¶ added in v1.11.10
func (o CreateWorkspaceBody) MarshalJSON() ([]byte, error)
func (*CreateWorkspaceBody) SetName ¶ added in v1.11.10
func (o *CreateWorkspaceBody) SetName(v string)
SetName sets field value
func (CreateWorkspaceBody) ToMap ¶ added in v1.11.10
func (o CreateWorkspaceBody) ToMap() (map[string]interface{}, error)
func (*CreateWorkspaceBody) UnmarshalJSON ¶ added in v1.11.10
func (o *CreateWorkspaceBody) UnmarshalJSON(data []byte) (err error)
type CreateWorkspaceMemberInviteBody ¶ added in v1.4.8
type CreateWorkspaceMemberInviteBody struct {
// A email to invite
InviteeEmail string `json:"invitee_email"`
// The role the user will have in the workspace owner WorkspaceMemberRoleOwner developer WorkspaceMemberRoleDeveloper
Role string `json:"role"`
AdditionalProperties map[string]interface{}
}
CreateWorkspaceMemberInviteBody Create Workspace Invite Request Body
func NewCreateWorkspaceMemberInviteBody ¶ added in v1.4.8
func NewCreateWorkspaceMemberInviteBody(inviteeEmail string, role string) *CreateWorkspaceMemberInviteBody
NewCreateWorkspaceMemberInviteBody instantiates a new CreateWorkspaceMemberInviteBody 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 NewCreateWorkspaceMemberInviteBodyWithDefaults ¶ added in v1.4.8
func NewCreateWorkspaceMemberInviteBodyWithDefaults() *CreateWorkspaceMemberInviteBody
NewCreateWorkspaceMemberInviteBodyWithDefaults instantiates a new CreateWorkspaceMemberInviteBody 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 (*CreateWorkspaceMemberInviteBody) GetInviteeEmail ¶ added in v1.4.8
func (o *CreateWorkspaceMemberInviteBody) GetInviteeEmail() string
GetInviteeEmail returns the InviteeEmail field value
func (*CreateWorkspaceMemberInviteBody) GetInviteeEmailOk ¶ added in v1.4.8
func (o *CreateWorkspaceMemberInviteBody) GetInviteeEmailOk() (*string, bool)
GetInviteeEmailOk returns a tuple with the InviteeEmail field value and a boolean to check if the value has been set.
func (*CreateWorkspaceMemberInviteBody) GetRole ¶ added in v1.14.0
func (o *CreateWorkspaceMemberInviteBody) GetRole() string
GetRole returns the Role field value
func (*CreateWorkspaceMemberInviteBody) GetRoleOk ¶ added in v1.14.0
func (o *CreateWorkspaceMemberInviteBody) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (CreateWorkspaceMemberInviteBody) MarshalJSON ¶ added in v1.4.8
func (o CreateWorkspaceMemberInviteBody) MarshalJSON() ([]byte, error)
func (*CreateWorkspaceMemberInviteBody) SetInviteeEmail ¶ added in v1.4.8
func (o *CreateWorkspaceMemberInviteBody) SetInviteeEmail(v string)
SetInviteeEmail sets field value
func (*CreateWorkspaceMemberInviteBody) SetRole ¶ added in v1.14.0
func (o *CreateWorkspaceMemberInviteBody) SetRole(v string)
SetRole sets field value
func (CreateWorkspaceMemberInviteBody) ToMap ¶ added in v1.4.8
func (o CreateWorkspaceMemberInviteBody) ToMap() (map[string]interface{}, error)
func (*CreateWorkspaceMemberInviteBody) UnmarshalJSON ¶ added in v1.4.8
func (o *CreateWorkspaceMemberInviteBody) UnmarshalJSON(data []byte) (err error)
type CreateWorkspaceSubscriptionBody ¶ added in v1.6.2
type CreateWorkspaceSubscriptionBody struct {
// usd USD eur Euro
Currency *string `json:"currency,omitempty"`
// monthly Monthly yearly Yearly
Interval string `json:"interval"`
Plan string `json:"plan"`
ReturnTo *string `json:"return_to,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateWorkspaceSubscriptionBody struct for CreateWorkspaceSubscriptionBody
func NewCreateWorkspaceSubscriptionBody ¶ added in v1.6.2
func NewCreateWorkspaceSubscriptionBody(interval string, plan string) *CreateWorkspaceSubscriptionBody
NewCreateWorkspaceSubscriptionBody instantiates a new CreateWorkspaceSubscriptionBody 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 NewCreateWorkspaceSubscriptionBodyWithDefaults ¶ added in v1.6.2
func NewCreateWorkspaceSubscriptionBodyWithDefaults() *CreateWorkspaceSubscriptionBody
NewCreateWorkspaceSubscriptionBodyWithDefaults instantiates a new CreateWorkspaceSubscriptionBody 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 (*CreateWorkspaceSubscriptionBody) GetCurrency ¶ added in v1.6.2
func (o *CreateWorkspaceSubscriptionBody) GetCurrency() string
GetCurrency returns the Currency field value if set, zero value otherwise.
func (*CreateWorkspaceSubscriptionBody) GetCurrencyOk ¶ added in v1.6.2
func (o *CreateWorkspaceSubscriptionBody) GetCurrencyOk() (*string, bool)
GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateWorkspaceSubscriptionBody) GetInterval ¶ added in v1.6.2
func (o *CreateWorkspaceSubscriptionBody) GetInterval() string
GetInterval returns the Interval field value
func (*CreateWorkspaceSubscriptionBody) GetIntervalOk ¶ added in v1.6.2
func (o *CreateWorkspaceSubscriptionBody) GetIntervalOk() (*string, bool)
GetIntervalOk returns a tuple with the Interval field value and a boolean to check if the value has been set.
func (*CreateWorkspaceSubscriptionBody) GetPlan ¶ added in v1.6.2
func (o *CreateWorkspaceSubscriptionBody) GetPlan() string
GetPlan returns the Plan field value
func (*CreateWorkspaceSubscriptionBody) GetPlanOk ¶ added in v1.6.2
func (o *CreateWorkspaceSubscriptionBody) GetPlanOk() (*string, bool)
GetPlanOk returns a tuple with the Plan field value and a boolean to check if the value has been set.
func (*CreateWorkspaceSubscriptionBody) GetReturnTo ¶ added in v1.6.2
func (o *CreateWorkspaceSubscriptionBody) GetReturnTo() string
GetReturnTo returns the ReturnTo field value if set, zero value otherwise.
func (*CreateWorkspaceSubscriptionBody) GetReturnToOk ¶ added in v1.6.2
func (o *CreateWorkspaceSubscriptionBody) GetReturnToOk() (*string, bool)
GetReturnToOk returns a tuple with the ReturnTo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateWorkspaceSubscriptionBody) HasCurrency ¶ added in v1.6.2
func (o *CreateWorkspaceSubscriptionBody) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (*CreateWorkspaceSubscriptionBody) HasReturnTo ¶ added in v1.6.2
func (o *CreateWorkspaceSubscriptionBody) HasReturnTo() bool
HasReturnTo returns a boolean if a field has been set.
func (CreateWorkspaceSubscriptionBody) MarshalJSON ¶ added in v1.6.2
func (o CreateWorkspaceSubscriptionBody) MarshalJSON() ([]byte, error)
func (*CreateWorkspaceSubscriptionBody) SetCurrency ¶ added in v1.6.2
func (o *CreateWorkspaceSubscriptionBody) SetCurrency(v string)
SetCurrency gets a reference to the given string and assigns it to the Currency field.
func (*CreateWorkspaceSubscriptionBody) SetInterval ¶ added in v1.6.2
func (o *CreateWorkspaceSubscriptionBody) SetInterval(v string)
SetInterval sets field value
func (*CreateWorkspaceSubscriptionBody) SetPlan ¶ added in v1.6.2
func (o *CreateWorkspaceSubscriptionBody) SetPlan(v string)
SetPlan sets field value
func (*CreateWorkspaceSubscriptionBody) SetReturnTo ¶ added in v1.6.2
func (o *CreateWorkspaceSubscriptionBody) SetReturnTo(v string)
SetReturnTo gets a reference to the given string and assigns it to the ReturnTo field.
func (CreateWorkspaceSubscriptionBody) ToMap ¶ added in v1.6.2
func (o CreateWorkspaceSubscriptionBody) ToMap() (map[string]interface{}, error)
func (*CreateWorkspaceSubscriptionBody) UnmarshalJSON ¶ added in v1.6.2
func (o *CreateWorkspaceSubscriptionBody) UnmarshalJSON(data []byte) (err error)
type CredentialSupportedDraft00 ¶ added in v1.1.44
type CredentialSupportedDraft00 struct {
// OpenID Connect Verifiable Credentials Cryptographic Binding Methods Supported Contains a list of cryptographic binding methods supported for signing the proof.
CryptographicBindingMethodsSupported []string `json:"cryptographic_binding_methods_supported,omitempty"`
// OpenID Connect Verifiable Credentials Cryptographic Suites Supported Contains a list of cryptographic suites methods supported for signing the proof.
CryptographicSuitesSupported []string `json:"cryptographic_suites_supported,omitempty"`
// OpenID Connect Verifiable Credentials Format Contains the format that is supported by this authorization server.
Format *string `json:"format,omitempty"`
// OpenID Connect Verifiable Credentials Types Contains the types of verifiable credentials supported.
Types []string `json:"types,omitempty"`
AdditionalProperties map[string]interface{}
}
CredentialSupportedDraft00 Includes information about the supported verifiable credentials.
func NewCredentialSupportedDraft00 ¶ added in v1.1.44
func NewCredentialSupportedDraft00() *CredentialSupportedDraft00
NewCredentialSupportedDraft00 instantiates a new CredentialSupportedDraft00 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 NewCredentialSupportedDraft00WithDefaults ¶ added in v1.1.44
func NewCredentialSupportedDraft00WithDefaults() *CredentialSupportedDraft00
NewCredentialSupportedDraft00WithDefaults instantiates a new CredentialSupportedDraft00 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 (*CredentialSupportedDraft00) GetCryptographicBindingMethodsSupported ¶ added in v1.1.44
func (o *CredentialSupportedDraft00) GetCryptographicBindingMethodsSupported() []string
GetCryptographicBindingMethodsSupported returns the CryptographicBindingMethodsSupported field value if set, zero value otherwise.
func (*CredentialSupportedDraft00) GetCryptographicBindingMethodsSupportedOk ¶ added in v1.1.44
func (o *CredentialSupportedDraft00) GetCryptographicBindingMethodsSupportedOk() ([]string, bool)
GetCryptographicBindingMethodsSupportedOk returns a tuple with the CryptographicBindingMethodsSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CredentialSupportedDraft00) GetCryptographicSuitesSupported ¶ added in v1.1.44
func (o *CredentialSupportedDraft00) GetCryptographicSuitesSupported() []string
GetCryptographicSuitesSupported returns the CryptographicSuitesSupported field value if set, zero value otherwise.
func (*CredentialSupportedDraft00) GetCryptographicSuitesSupportedOk ¶ added in v1.1.44
func (o *CredentialSupportedDraft00) GetCryptographicSuitesSupportedOk() ([]string, bool)
GetCryptographicSuitesSupportedOk returns a tuple with the CryptographicSuitesSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CredentialSupportedDraft00) GetFormat ¶ added in v1.1.44
func (o *CredentialSupportedDraft00) GetFormat() string
GetFormat returns the Format field value if set, zero value otherwise.
func (*CredentialSupportedDraft00) GetFormatOk ¶ added in v1.1.44
func (o *CredentialSupportedDraft00) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CredentialSupportedDraft00) GetTypes ¶ added in v1.1.44
func (o *CredentialSupportedDraft00) GetTypes() []string
GetTypes returns the Types field value if set, zero value otherwise.
func (*CredentialSupportedDraft00) GetTypesOk ¶ added in v1.1.44
func (o *CredentialSupportedDraft00) GetTypesOk() ([]string, bool)
GetTypesOk returns a tuple with the Types field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CredentialSupportedDraft00) HasCryptographicBindingMethodsSupported ¶ added in v1.1.44
func (o *CredentialSupportedDraft00) HasCryptographicBindingMethodsSupported() bool
HasCryptographicBindingMethodsSupported returns a boolean if a field has been set.
func (*CredentialSupportedDraft00) HasCryptographicSuitesSupported ¶ added in v1.1.44
func (o *CredentialSupportedDraft00) HasCryptographicSuitesSupported() bool
HasCryptographicSuitesSupported returns a boolean if a field has been set.
func (*CredentialSupportedDraft00) HasFormat ¶ added in v1.1.44
func (o *CredentialSupportedDraft00) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (*CredentialSupportedDraft00) HasTypes ¶ added in v1.1.44
func (o *CredentialSupportedDraft00) HasTypes() bool
HasTypes returns a boolean if a field has been set.
func (CredentialSupportedDraft00) MarshalJSON ¶ added in v1.1.44
func (o CredentialSupportedDraft00) MarshalJSON() ([]byte, error)
func (*CredentialSupportedDraft00) SetCryptographicBindingMethodsSupported ¶ added in v1.1.44
func (o *CredentialSupportedDraft00) SetCryptographicBindingMethodsSupported(v []string)
SetCryptographicBindingMethodsSupported gets a reference to the given []string and assigns it to the CryptographicBindingMethodsSupported field.
func (*CredentialSupportedDraft00) SetCryptographicSuitesSupported ¶ added in v1.1.44
func (o *CredentialSupportedDraft00) SetCryptographicSuitesSupported(v []string)
SetCryptographicSuitesSupported gets a reference to the given []string and assigns it to the CryptographicSuitesSupported field.
func (*CredentialSupportedDraft00) SetFormat ¶ added in v1.1.44
func (o *CredentialSupportedDraft00) SetFormat(v string)
SetFormat gets a reference to the given string and assigns it to the Format field.
func (*CredentialSupportedDraft00) SetTypes ¶ added in v1.1.44
func (o *CredentialSupportedDraft00) SetTypes(v []string)
SetTypes gets a reference to the given []string and assigns it to the Types field.
func (CredentialSupportedDraft00) ToMap ¶ added in v1.3.0
func (o CredentialSupportedDraft00) ToMap() (map[string]interface{}, error)
func (*CredentialSupportedDraft00) UnmarshalJSON ¶ added in v1.1.44
func (o *CredentialSupportedDraft00) UnmarshalJSON(data []byte) (err error)
type CustomDomain ¶
type CustomDomain struct {
CookieDomain *string `json:"cookie_domain,omitempty"`
CorsAllowedOrigins []string `json:"cors_allowed_origins,omitempty"`
CorsEnabled *bool `json:"cors_enabled,omitempty"`
CreatedAt *time.Time `json:"created_at,omitempty"`
CustomUiBaseUrl *string `json:"custom_ui_base_url,omitempty"`
Hostname *string `json:"hostname,omitempty"`
Id *string `json:"id,omitempty"`
SslStatus *string `json:"ssl_status,omitempty"`
UpdatedAt *time.Time `json:"updated_at,omitempty"`
VerificationErrors []string `json:"verification_errors,omitempty"`
VerificationStatus *string `json:"verification_status,omitempty"`
AdditionalProperties map[string]interface{}
}
CustomDomain Custom Hostname
func NewCustomDomain ¶
func NewCustomDomain() *CustomDomain
NewCustomDomain instantiates a new CustomDomain 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 NewCustomDomainWithDefaults ¶
func NewCustomDomainWithDefaults() *CustomDomain
NewCustomDomainWithDefaults instantiates a new CustomDomain 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 (*CustomDomain) GetCookieDomain ¶
func (o *CustomDomain) GetCookieDomain() string
GetCookieDomain returns the CookieDomain field value if set, zero value otherwise.
func (*CustomDomain) GetCookieDomainOk ¶
func (o *CustomDomain) GetCookieDomainOk() (*string, bool)
GetCookieDomainOk returns a tuple with the CookieDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomDomain) GetCorsAllowedOrigins ¶
func (o *CustomDomain) GetCorsAllowedOrigins() []string
GetCorsAllowedOrigins returns the CorsAllowedOrigins field value if set, zero value otherwise.
func (*CustomDomain) GetCorsAllowedOriginsOk ¶
func (o *CustomDomain) GetCorsAllowedOriginsOk() ([]string, bool)
GetCorsAllowedOriginsOk returns a tuple with the CorsAllowedOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomDomain) GetCorsEnabled ¶
func (o *CustomDomain) GetCorsEnabled() bool
GetCorsEnabled returns the CorsEnabled field value if set, zero value otherwise.
func (*CustomDomain) GetCorsEnabledOk ¶
func (o *CustomDomain) GetCorsEnabledOk() (*bool, bool)
GetCorsEnabledOk returns a tuple with the CorsEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomDomain) GetCreatedAt ¶
func (o *CustomDomain) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*CustomDomain) GetCreatedAtOk ¶
func (o *CustomDomain) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomDomain) GetCustomUiBaseUrl ¶ added in v1.1.20
func (o *CustomDomain) GetCustomUiBaseUrl() string
GetCustomUiBaseUrl returns the CustomUiBaseUrl field value if set, zero value otherwise.
func (*CustomDomain) GetCustomUiBaseUrlOk ¶ added in v1.1.20
func (o *CustomDomain) GetCustomUiBaseUrlOk() (*string, bool)
GetCustomUiBaseUrlOk returns a tuple with the CustomUiBaseUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomDomain) GetHostname ¶
func (o *CustomDomain) GetHostname() string
GetHostname returns the Hostname field value if set, zero value otherwise.
func (*CustomDomain) GetHostnameOk ¶
func (o *CustomDomain) GetHostnameOk() (*string, bool)
GetHostnameOk returns a tuple with the Hostname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomDomain) GetId ¶
func (o *CustomDomain) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CustomDomain) GetIdOk ¶
func (o *CustomDomain) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomDomain) GetSslStatus ¶ added in v1.1.25
func (o *CustomDomain) GetSslStatus() string
GetSslStatus returns the SslStatus field value if set, zero value otherwise.
func (*CustomDomain) GetSslStatusOk ¶ added in v1.1.25
func (o *CustomDomain) GetSslStatusOk() (*string, bool)
GetSslStatusOk returns a tuple with the SslStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomDomain) GetUpdatedAt ¶
func (o *CustomDomain) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*CustomDomain) GetUpdatedAtOk ¶
func (o *CustomDomain) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomDomain) GetVerificationErrors ¶
func (o *CustomDomain) GetVerificationErrors() []string
GetVerificationErrors returns the VerificationErrors field value if set, zero value otherwise.
func (*CustomDomain) GetVerificationErrorsOk ¶
func (o *CustomDomain) GetVerificationErrorsOk() ([]string, bool)
GetVerificationErrorsOk returns a tuple with the VerificationErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomDomain) GetVerificationStatus ¶
func (o *CustomDomain) GetVerificationStatus() string
GetVerificationStatus returns the VerificationStatus field value if set, zero value otherwise.
func (*CustomDomain) GetVerificationStatusOk ¶
func (o *CustomDomain) GetVerificationStatusOk() (*string, bool)
GetVerificationStatusOk returns a tuple with the VerificationStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomDomain) HasCookieDomain ¶
func (o *CustomDomain) HasCookieDomain() bool
HasCookieDomain returns a boolean if a field has been set.
func (*CustomDomain) HasCorsAllowedOrigins ¶
func (o *CustomDomain) HasCorsAllowedOrigins() bool
HasCorsAllowedOrigins returns a boolean if a field has been set.
func (*CustomDomain) HasCorsEnabled ¶
func (o *CustomDomain) HasCorsEnabled() bool
HasCorsEnabled returns a boolean if a field has been set.
func (*CustomDomain) HasCreatedAt ¶
func (o *CustomDomain) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*CustomDomain) HasCustomUiBaseUrl ¶ added in v1.1.20
func (o *CustomDomain) HasCustomUiBaseUrl() bool
HasCustomUiBaseUrl returns a boolean if a field has been set.
func (*CustomDomain) HasHostname ¶
func (o *CustomDomain) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (*CustomDomain) HasId ¶
func (o *CustomDomain) HasId() bool
HasId returns a boolean if a field has been set.
func (*CustomDomain) HasSslStatus ¶ added in v1.1.25
func (o *CustomDomain) HasSslStatus() bool
HasSslStatus returns a boolean if a field has been set.
func (*CustomDomain) HasUpdatedAt ¶
func (o *CustomDomain) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*CustomDomain) HasVerificationErrors ¶
func (o *CustomDomain) HasVerificationErrors() bool
HasVerificationErrors returns a boolean if a field has been set.
func (*CustomDomain) HasVerificationStatus ¶
func (o *CustomDomain) HasVerificationStatus() bool
HasVerificationStatus returns a boolean if a field has been set.
func (CustomDomain) MarshalJSON ¶
func (o CustomDomain) MarshalJSON() ([]byte, error)
func (*CustomDomain) SetCookieDomain ¶
func (o *CustomDomain) SetCookieDomain(v string)
SetCookieDomain gets a reference to the given string and assigns it to the CookieDomain field.
func (*CustomDomain) SetCorsAllowedOrigins ¶
func (o *CustomDomain) SetCorsAllowedOrigins(v []string)
SetCorsAllowedOrigins gets a reference to the given []string and assigns it to the CorsAllowedOrigins field.
func (*CustomDomain) SetCorsEnabled ¶
func (o *CustomDomain) SetCorsEnabled(v bool)
SetCorsEnabled gets a reference to the given bool and assigns it to the CorsEnabled field.
func (*CustomDomain) SetCreatedAt ¶
func (o *CustomDomain) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*CustomDomain) SetCustomUiBaseUrl ¶ added in v1.1.20
func (o *CustomDomain) SetCustomUiBaseUrl(v string)
SetCustomUiBaseUrl gets a reference to the given string and assigns it to the CustomUiBaseUrl field.
func (*CustomDomain) SetHostname ¶
func (o *CustomDomain) SetHostname(v string)
SetHostname gets a reference to the given string and assigns it to the Hostname field.
func (*CustomDomain) SetId ¶
func (o *CustomDomain) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CustomDomain) SetSslStatus ¶ added in v1.1.25
func (o *CustomDomain) SetSslStatus(v string)
SetSslStatus gets a reference to the given string and assigns it to the SslStatus field.
func (*CustomDomain) SetUpdatedAt ¶
func (o *CustomDomain) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*CustomDomain) SetVerificationErrors ¶
func (o *CustomDomain) SetVerificationErrors(v []string)
SetVerificationErrors gets a reference to the given []string and assigns it to the VerificationErrors field.
func (*CustomDomain) SetVerificationStatus ¶
func (o *CustomDomain) SetVerificationStatus(v string)
SetVerificationStatus gets a reference to the given string and assigns it to the VerificationStatus field.
func (CustomDomain) ToMap ¶ added in v1.3.0
func (o CustomDomain) ToMap() (map[string]interface{}, error)
func (*CustomDomain) UnmarshalJSON ¶ added in v1.1.36
func (o *CustomDomain) UnmarshalJSON(data []byte) (err error)
type DeleteMySessionsCount ¶
type DeleteMySessionsCount struct {
// The number of sessions that were revoked.
Count *int64 `json:"count,omitempty"`
AdditionalProperties map[string]interface{}
}
DeleteMySessionsCount Deleted Session Count
func NewDeleteMySessionsCount ¶
func NewDeleteMySessionsCount() *DeleteMySessionsCount
NewDeleteMySessionsCount instantiates a new DeleteMySessionsCount 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 NewDeleteMySessionsCountWithDefaults ¶
func NewDeleteMySessionsCountWithDefaults() *DeleteMySessionsCount
NewDeleteMySessionsCountWithDefaults instantiates a new DeleteMySessionsCount 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 (*DeleteMySessionsCount) GetCount ¶
func (o *DeleteMySessionsCount) GetCount() int64
GetCount returns the Count field value if set, zero value otherwise.
func (*DeleteMySessionsCount) GetCountOk ¶
func (o *DeleteMySessionsCount) GetCountOk() (*int64, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeleteMySessionsCount) HasCount ¶
func (o *DeleteMySessionsCount) HasCount() bool
HasCount returns a boolean if a field has been set.
func (DeleteMySessionsCount) MarshalJSON ¶
func (o DeleteMySessionsCount) MarshalJSON() ([]byte, error)
func (*DeleteMySessionsCount) SetCount ¶
func (o *DeleteMySessionsCount) SetCount(v int64)
SetCount gets a reference to the given int64 and assigns it to the Count field.
func (DeleteMySessionsCount) ToMap ¶ added in v1.3.0
func (o DeleteMySessionsCount) ToMap() (map[string]interface{}, error)
func (*DeleteMySessionsCount) UnmarshalJSON ¶ added in v1.1.36
func (o *DeleteMySessionsCount) UnmarshalJSON(data []byte) (err error)
type EmailTemplateData ¶ added in v1.1.44
type EmailTemplateData struct {
Body EmailTemplateDataBody `json:"body"`
Subject string `json:"subject"`
AdditionalProperties map[string]interface{}
}
EmailTemplateData Contains the data of the email template, including the subject and body in HTML and plaintext variants
func NewEmailTemplateData ¶ added in v1.1.44
func NewEmailTemplateData(body EmailTemplateDataBody, subject string) *EmailTemplateData
NewEmailTemplateData instantiates a new EmailTemplateData 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 NewEmailTemplateDataWithDefaults ¶ added in v1.1.44
func NewEmailTemplateDataWithDefaults() *EmailTemplateData
NewEmailTemplateDataWithDefaults instantiates a new EmailTemplateData 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 (*EmailTemplateData) GetBody ¶ added in v1.1.44
func (o *EmailTemplateData) GetBody() EmailTemplateDataBody
GetBody returns the Body field value
func (*EmailTemplateData) GetBodyOk ¶ added in v1.1.44
func (o *EmailTemplateData) GetBodyOk() (*EmailTemplateDataBody, bool)
GetBodyOk returns a tuple with the Body field value and a boolean to check if the value has been set.
func (*EmailTemplateData) GetSubject ¶ added in v1.1.44
func (o *EmailTemplateData) GetSubject() string
GetSubject returns the Subject field value
func (*EmailTemplateData) GetSubjectOk ¶ added in v1.1.44
func (o *EmailTemplateData) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.
func (EmailTemplateData) MarshalJSON ¶ added in v1.1.44
func (o EmailTemplateData) MarshalJSON() ([]byte, error)
func (*EmailTemplateData) SetBody ¶ added in v1.1.44
func (o *EmailTemplateData) SetBody(v EmailTemplateDataBody)
SetBody sets field value
func (*EmailTemplateData) SetSubject ¶ added in v1.1.44
func (o *EmailTemplateData) SetSubject(v string)
SetSubject sets field value
func (EmailTemplateData) ToMap ¶ added in v1.3.0
func (o EmailTemplateData) ToMap() (map[string]interface{}, error)
func (*EmailTemplateData) UnmarshalJSON ¶ added in v1.1.44
func (o *EmailTemplateData) UnmarshalJSON(data []byte) (err error)
type EmailTemplateDataBody ¶ added in v1.1.44
type EmailTemplateDataBody struct {
Html string `json:"html"`
Plaintext string `json:"plaintext"`
AdditionalProperties map[string]interface{}
}
EmailTemplateDataBody struct for EmailTemplateDataBody
func NewEmailTemplateDataBody ¶ added in v1.1.44
func NewEmailTemplateDataBody(html string, plaintext string) *EmailTemplateDataBody
NewEmailTemplateDataBody instantiates a new EmailTemplateDataBody 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 NewEmailTemplateDataBodyWithDefaults ¶ added in v1.1.44
func NewEmailTemplateDataBodyWithDefaults() *EmailTemplateDataBody
NewEmailTemplateDataBodyWithDefaults instantiates a new EmailTemplateDataBody 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 (*EmailTemplateDataBody) GetHtml ¶ added in v1.1.44
func (o *EmailTemplateDataBody) GetHtml() string
GetHtml returns the Html field value
func (*EmailTemplateDataBody) GetHtmlOk ¶ added in v1.1.44
func (o *EmailTemplateDataBody) GetHtmlOk() (*string, bool)
GetHtmlOk returns a tuple with the Html field value and a boolean to check if the value has been set.
func (*EmailTemplateDataBody) GetPlaintext ¶ added in v1.1.44
func (o *EmailTemplateDataBody) GetPlaintext() string
GetPlaintext returns the Plaintext field value
func (*EmailTemplateDataBody) GetPlaintextOk ¶ added in v1.1.44
func (o *EmailTemplateDataBody) GetPlaintextOk() (*string, bool)
GetPlaintextOk returns a tuple with the Plaintext field value and a boolean to check if the value has been set.
func (EmailTemplateDataBody) MarshalJSON ¶ added in v1.1.44
func (o EmailTemplateDataBody) MarshalJSON() ([]byte, error)
func (*EmailTemplateDataBody) SetHtml ¶ added in v1.1.44
func (o *EmailTemplateDataBody) SetHtml(v string)
SetHtml sets field value
func (*EmailTemplateDataBody) SetPlaintext ¶ added in v1.1.44
func (o *EmailTemplateDataBody) SetPlaintext(v string)
SetPlaintext sets field value
func (EmailTemplateDataBody) ToMap ¶ added in v1.3.0
func (o EmailTemplateDataBody) ToMap() (map[string]interface{}, error)
func (*EmailTemplateDataBody) UnmarshalJSON ¶ added in v1.1.44
func (o *EmailTemplateDataBody) UnmarshalJSON(data []byte) (err error)
type ErrorAuthenticatorAssuranceLevelNotSatisfied ¶
type ErrorAuthenticatorAssuranceLevelNotSatisfied struct {
Error *GenericError `json:"error,omitempty"`
// Points to where to redirect the user to next.
RedirectBrowserTo *string `json:"redirect_browser_to,omitempty"`
AdditionalProperties map[string]interface{}
}
ErrorAuthenticatorAssuranceLevelNotSatisfied struct for ErrorAuthenticatorAssuranceLevelNotSatisfied
func NewErrorAuthenticatorAssuranceLevelNotSatisfied ¶
func NewErrorAuthenticatorAssuranceLevelNotSatisfied() *ErrorAuthenticatorAssuranceLevelNotSatisfied
NewErrorAuthenticatorAssuranceLevelNotSatisfied instantiates a new ErrorAuthenticatorAssuranceLevelNotSatisfied 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 NewErrorAuthenticatorAssuranceLevelNotSatisfiedWithDefaults ¶
func NewErrorAuthenticatorAssuranceLevelNotSatisfiedWithDefaults() *ErrorAuthenticatorAssuranceLevelNotSatisfied
NewErrorAuthenticatorAssuranceLevelNotSatisfiedWithDefaults instantiates a new ErrorAuthenticatorAssuranceLevelNotSatisfied 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 (*ErrorAuthenticatorAssuranceLevelNotSatisfied) GetError ¶ added in v1.1.26
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetError() GenericError
GetError returns the Error field value if set, zero value otherwise.
func (*ErrorAuthenticatorAssuranceLevelNotSatisfied) GetErrorOk ¶ added in v1.1.26
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetErrorOk() (*GenericError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorAuthenticatorAssuranceLevelNotSatisfied) GetRedirectBrowserTo ¶
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetRedirectBrowserTo() string
GetRedirectBrowserTo returns the RedirectBrowserTo field value if set, zero value otherwise.
func (*ErrorAuthenticatorAssuranceLevelNotSatisfied) GetRedirectBrowserToOk ¶
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) GetRedirectBrowserToOk() (*string, bool)
GetRedirectBrowserToOk returns a tuple with the RedirectBrowserTo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorAuthenticatorAssuranceLevelNotSatisfied) HasError ¶ added in v1.1.26
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) HasError() bool
HasError returns a boolean if a field has been set.
func (*ErrorAuthenticatorAssuranceLevelNotSatisfied) HasRedirectBrowserTo ¶
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) HasRedirectBrowserTo() bool
HasRedirectBrowserTo returns a boolean if a field has been set.
func (ErrorAuthenticatorAssuranceLevelNotSatisfied) MarshalJSON ¶
func (o ErrorAuthenticatorAssuranceLevelNotSatisfied) MarshalJSON() ([]byte, error)
func (*ErrorAuthenticatorAssuranceLevelNotSatisfied) SetError ¶ added in v1.1.26
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) SetError(v GenericError)
SetError gets a reference to the given GenericError and assigns it to the Error field.
func (*ErrorAuthenticatorAssuranceLevelNotSatisfied) SetRedirectBrowserTo ¶
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) SetRedirectBrowserTo(v string)
SetRedirectBrowserTo gets a reference to the given string and assigns it to the RedirectBrowserTo field.
func (ErrorAuthenticatorAssuranceLevelNotSatisfied) ToMap ¶ added in v1.3.0
func (o ErrorAuthenticatorAssuranceLevelNotSatisfied) ToMap() (map[string]interface{}, error)
func (*ErrorAuthenticatorAssuranceLevelNotSatisfied) UnmarshalJSON ¶ added in v1.1.36
func (o *ErrorAuthenticatorAssuranceLevelNotSatisfied) UnmarshalJSON(data []byte) (err error)
type ErrorBrowserLocationChangeRequired ¶
type ErrorBrowserLocationChangeRequired struct {
Error *ErrorGeneric `json:"error,omitempty"`
// Points to where to redirect the user to next.
RedirectBrowserTo *string `json:"redirect_browser_to,omitempty"`
AdditionalProperties map[string]interface{}
}
ErrorBrowserLocationChangeRequired struct for ErrorBrowserLocationChangeRequired
func NewErrorBrowserLocationChangeRequired ¶
func NewErrorBrowserLocationChangeRequired() *ErrorBrowserLocationChangeRequired
NewErrorBrowserLocationChangeRequired instantiates a new ErrorBrowserLocationChangeRequired 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 NewErrorBrowserLocationChangeRequiredWithDefaults ¶
func NewErrorBrowserLocationChangeRequiredWithDefaults() *ErrorBrowserLocationChangeRequired
NewErrorBrowserLocationChangeRequiredWithDefaults instantiates a new ErrorBrowserLocationChangeRequired 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 (*ErrorBrowserLocationChangeRequired) GetError ¶ added in v1.1.26
func (o *ErrorBrowserLocationChangeRequired) GetError() ErrorGeneric
GetError returns the Error field value if set, zero value otherwise.
func (*ErrorBrowserLocationChangeRequired) GetErrorOk ¶ added in v1.1.26
func (o *ErrorBrowserLocationChangeRequired) GetErrorOk() (*ErrorGeneric, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorBrowserLocationChangeRequired) GetRedirectBrowserTo ¶
func (o *ErrorBrowserLocationChangeRequired) GetRedirectBrowserTo() string
GetRedirectBrowserTo returns the RedirectBrowserTo field value if set, zero value otherwise.
func (*ErrorBrowserLocationChangeRequired) GetRedirectBrowserToOk ¶
func (o *ErrorBrowserLocationChangeRequired) GetRedirectBrowserToOk() (*string, bool)
GetRedirectBrowserToOk returns a tuple with the RedirectBrowserTo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorBrowserLocationChangeRequired) HasError ¶ added in v1.1.26
func (o *ErrorBrowserLocationChangeRequired) HasError() bool
HasError returns a boolean if a field has been set.
func (*ErrorBrowserLocationChangeRequired) HasRedirectBrowserTo ¶
func (o *ErrorBrowserLocationChangeRequired) HasRedirectBrowserTo() bool
HasRedirectBrowserTo returns a boolean if a field has been set.
func (ErrorBrowserLocationChangeRequired) MarshalJSON ¶
func (o ErrorBrowserLocationChangeRequired) MarshalJSON() ([]byte, error)
func (*ErrorBrowserLocationChangeRequired) SetError ¶ added in v1.1.26
func (o *ErrorBrowserLocationChangeRequired) SetError(v ErrorGeneric)
SetError gets a reference to the given ErrorGeneric and assigns it to the Error field.
func (*ErrorBrowserLocationChangeRequired) SetRedirectBrowserTo ¶
func (o *ErrorBrowserLocationChangeRequired) SetRedirectBrowserTo(v string)
SetRedirectBrowserTo gets a reference to the given string and assigns it to the RedirectBrowserTo field.
func (ErrorBrowserLocationChangeRequired) ToMap ¶ added in v1.3.0
func (o ErrorBrowserLocationChangeRequired) ToMap() (map[string]interface{}, error)
func (*ErrorBrowserLocationChangeRequired) UnmarshalJSON ¶ added in v1.1.36
func (o *ErrorBrowserLocationChangeRequired) UnmarshalJSON(data []byte) (err error)
type ErrorFlowReplaced ¶
type ErrorFlowReplaced struct {
Error *GenericError `json:"error,omitempty"`
// The flow ID that should be used for the new flow as it contains the correct messages.
UseFlowId *string `json:"use_flow_id,omitempty"`
AdditionalProperties map[string]interface{}
}
ErrorFlowReplaced Is sent when a flow is replaced by a different flow of the same class
func NewErrorFlowReplaced ¶
func NewErrorFlowReplaced() *ErrorFlowReplaced
NewErrorFlowReplaced instantiates a new ErrorFlowReplaced 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 NewErrorFlowReplacedWithDefaults ¶
func NewErrorFlowReplacedWithDefaults() *ErrorFlowReplaced
NewErrorFlowReplacedWithDefaults instantiates a new ErrorFlowReplaced 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 (*ErrorFlowReplaced) GetError ¶ added in v1.1.26
func (o *ErrorFlowReplaced) GetError() GenericError
GetError returns the Error field value if set, zero value otherwise.
func (*ErrorFlowReplaced) GetErrorOk ¶ added in v1.1.26
func (o *ErrorFlowReplaced) GetErrorOk() (*GenericError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorFlowReplaced) GetUseFlowId ¶
func (o *ErrorFlowReplaced) GetUseFlowId() string
GetUseFlowId returns the UseFlowId field value if set, zero value otherwise.
func (*ErrorFlowReplaced) GetUseFlowIdOk ¶
func (o *ErrorFlowReplaced) GetUseFlowIdOk() (*string, bool)
GetUseFlowIdOk returns a tuple with the UseFlowId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorFlowReplaced) HasError ¶ added in v1.1.26
func (o *ErrorFlowReplaced) HasError() bool
HasError returns a boolean if a field has been set.
func (*ErrorFlowReplaced) HasUseFlowId ¶
func (o *ErrorFlowReplaced) HasUseFlowId() bool
HasUseFlowId returns a boolean if a field has been set.
func (ErrorFlowReplaced) MarshalJSON ¶
func (o ErrorFlowReplaced) MarshalJSON() ([]byte, error)
func (*ErrorFlowReplaced) SetError ¶ added in v1.1.26
func (o *ErrorFlowReplaced) SetError(v GenericError)
SetError gets a reference to the given GenericError and assigns it to the Error field.
func (*ErrorFlowReplaced) SetUseFlowId ¶
func (o *ErrorFlowReplaced) SetUseFlowId(v string)
SetUseFlowId gets a reference to the given string and assigns it to the UseFlowId field.
func (ErrorFlowReplaced) ToMap ¶ added in v1.3.0
func (o ErrorFlowReplaced) ToMap() (map[string]interface{}, error)
func (*ErrorFlowReplaced) UnmarshalJSON ¶ added in v1.1.36
func (o *ErrorFlowReplaced) UnmarshalJSON(data []byte) (err error)
type ErrorGeneric ¶
type ErrorGeneric struct {
Error GenericErrorContent `json:"error"`
AdditionalProperties map[string]interface{}
}
ErrorGeneric The standard Ory JSON API error format.
func NewErrorGeneric ¶
func NewErrorGeneric(error_ GenericErrorContent) *ErrorGeneric
NewErrorGeneric instantiates a new ErrorGeneric 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 NewErrorGenericWithDefaults ¶
func NewErrorGenericWithDefaults() *ErrorGeneric
NewErrorGenericWithDefaults instantiates a new ErrorGeneric 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 (*ErrorGeneric) GetError ¶
func (o *ErrorGeneric) GetError() GenericErrorContent
GetError returns the Error field value
func (*ErrorGeneric) GetErrorOk ¶
func (o *ErrorGeneric) GetErrorOk() (*GenericErrorContent, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (ErrorGeneric) MarshalJSON ¶
func (o ErrorGeneric) MarshalJSON() ([]byte, error)
func (*ErrorGeneric) SetError ¶
func (o *ErrorGeneric) SetError(v GenericErrorContent)
SetError sets field value
func (ErrorGeneric) ToMap ¶ added in v1.3.0
func (o ErrorGeneric) ToMap() (map[string]interface{}, error)
func (*ErrorGeneric) UnmarshalJSON ¶ added in v1.1.36
func (o *ErrorGeneric) UnmarshalJSON(data []byte) (err error)
type ErrorOAuth2 ¶
type ErrorOAuth2 struct {
// Error
Error *string `json:"error,omitempty"`
// Error Debug Information Only available in dev mode.
ErrorDebug *string `json:"error_debug,omitempty"`
// Error Description
ErrorDescription *string `json:"error_description,omitempty"`
// Error Hint Helps the user identify the error cause.
ErrorHint *string `json:"error_hint,omitempty"`
// HTTP Status Code
StatusCode *int64 `json:"status_code,omitempty"`
AdditionalProperties map[string]interface{}
}
ErrorOAuth2 Error
func NewErrorOAuth2 ¶
func NewErrorOAuth2() *ErrorOAuth2
NewErrorOAuth2 instantiates a new ErrorOAuth2 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 NewErrorOAuth2WithDefaults ¶
func NewErrorOAuth2WithDefaults() *ErrorOAuth2
NewErrorOAuth2WithDefaults instantiates a new ErrorOAuth2 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 (*ErrorOAuth2) GetError ¶
func (o *ErrorOAuth2) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*ErrorOAuth2) GetErrorDebug ¶
func (o *ErrorOAuth2) GetErrorDebug() string
GetErrorDebug returns the ErrorDebug field value if set, zero value otherwise.
func (*ErrorOAuth2) GetErrorDebugOk ¶
func (o *ErrorOAuth2) GetErrorDebugOk() (*string, bool)
GetErrorDebugOk returns a tuple with the ErrorDebug field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorOAuth2) GetErrorDescription ¶
func (o *ErrorOAuth2) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.
func (*ErrorOAuth2) GetErrorDescriptionOk ¶
func (o *ErrorOAuth2) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorOAuth2) GetErrorHint ¶
func (o *ErrorOAuth2) GetErrorHint() string
GetErrorHint returns the ErrorHint field value if set, zero value otherwise.
func (*ErrorOAuth2) GetErrorHintOk ¶
func (o *ErrorOAuth2) GetErrorHintOk() (*string, bool)
GetErrorHintOk returns a tuple with the ErrorHint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorOAuth2) GetErrorOk ¶
func (o *ErrorOAuth2) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorOAuth2) GetStatusCode ¶
func (o *ErrorOAuth2) GetStatusCode() int64
GetStatusCode returns the StatusCode field value if set, zero value otherwise.
func (*ErrorOAuth2) GetStatusCodeOk ¶
func (o *ErrorOAuth2) GetStatusCodeOk() (*int64, bool)
GetStatusCodeOk returns a tuple with the StatusCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorOAuth2) HasError ¶
func (o *ErrorOAuth2) HasError() bool
HasError returns a boolean if a field has been set.
func (*ErrorOAuth2) HasErrorDebug ¶
func (o *ErrorOAuth2) HasErrorDebug() bool
HasErrorDebug returns a boolean if a field has been set.
func (*ErrorOAuth2) HasErrorDescription ¶
func (o *ErrorOAuth2) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (*ErrorOAuth2) HasErrorHint ¶
func (o *ErrorOAuth2) HasErrorHint() bool
HasErrorHint returns a boolean if a field has been set.
func (*ErrorOAuth2) HasStatusCode ¶
func (o *ErrorOAuth2) HasStatusCode() bool
HasStatusCode returns a boolean if a field has been set.
func (ErrorOAuth2) MarshalJSON ¶
func (o ErrorOAuth2) MarshalJSON() ([]byte, error)
func (*ErrorOAuth2) SetError ¶
func (o *ErrorOAuth2) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*ErrorOAuth2) SetErrorDebug ¶
func (o *ErrorOAuth2) SetErrorDebug(v string)
SetErrorDebug gets a reference to the given string and assigns it to the ErrorDebug field.
func (*ErrorOAuth2) SetErrorDescription ¶
func (o *ErrorOAuth2) SetErrorDescription(v string)
SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.
func (*ErrorOAuth2) SetErrorHint ¶
func (o *ErrorOAuth2) SetErrorHint(v string)
SetErrorHint gets a reference to the given string and assigns it to the ErrorHint field.
func (*ErrorOAuth2) SetStatusCode ¶
func (o *ErrorOAuth2) SetStatusCode(v int64)
SetStatusCode gets a reference to the given int64 and assigns it to the StatusCode field.
func (ErrorOAuth2) ToMap ¶ added in v1.3.0
func (o ErrorOAuth2) ToMap() (map[string]interface{}, error)
func (*ErrorOAuth2) UnmarshalJSON ¶ added in v1.1.36
func (o *ErrorOAuth2) UnmarshalJSON(data []byte) (err error)
type EventStream ¶ added in v1.5.0
type EventStream struct {
CreatedAt *time.Time `json:"created_at,omitempty"`
Id *string `json:"id,omitempty"`
RoleArn *string `json:"role_arn,omitempty"`
TopicArn *string `json:"topic_arn,omitempty"`
Type *string `json:"type,omitempty"`
UpdatedAt *time.Time `json:"updated_at,omitempty"`
AdditionalProperties map[string]interface{}
}
EventStream Event Stream
func NewEventStream ¶ added in v1.5.0
func NewEventStream() *EventStream
NewEventStream instantiates a new EventStream 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 NewEventStreamWithDefaults ¶ added in v1.5.0
func NewEventStreamWithDefaults() *EventStream
NewEventStreamWithDefaults instantiates a new EventStream 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 (*EventStream) GetCreatedAt ¶ added in v1.5.0
func (o *EventStream) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*EventStream) GetCreatedAtOk ¶ added in v1.5.0
func (o *EventStream) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventStream) GetId ¶ added in v1.5.0
func (o *EventStream) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*EventStream) GetIdOk ¶ added in v1.5.0
func (o *EventStream) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventStream) GetRoleArn ¶ added in v1.5.0
func (o *EventStream) GetRoleArn() string
GetRoleArn returns the RoleArn field value if set, zero value otherwise.
func (*EventStream) GetRoleArnOk ¶ added in v1.5.0
func (o *EventStream) GetRoleArnOk() (*string, bool)
GetRoleArnOk returns a tuple with the RoleArn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventStream) GetTopicArn ¶ added in v1.5.0
func (o *EventStream) GetTopicArn() string
GetTopicArn returns the TopicArn field value if set, zero value otherwise.
func (*EventStream) GetTopicArnOk ¶ added in v1.5.0
func (o *EventStream) GetTopicArnOk() (*string, bool)
GetTopicArnOk returns a tuple with the TopicArn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventStream) GetType ¶ added in v1.5.0
func (o *EventStream) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*EventStream) GetTypeOk ¶ added in v1.5.0
func (o *EventStream) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventStream) GetUpdatedAt ¶ added in v1.5.0
func (o *EventStream) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*EventStream) GetUpdatedAtOk ¶ added in v1.5.0
func (o *EventStream) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventStream) HasCreatedAt ¶ added in v1.5.0
func (o *EventStream) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*EventStream) HasId ¶ added in v1.5.0
func (o *EventStream) HasId() bool
HasId returns a boolean if a field has been set.
func (*EventStream) HasRoleArn ¶ added in v1.5.0
func (o *EventStream) HasRoleArn() bool
HasRoleArn returns a boolean if a field has been set.
func (*EventStream) HasTopicArn ¶ added in v1.5.0
func (o *EventStream) HasTopicArn() bool
HasTopicArn returns a boolean if a field has been set.
func (*EventStream) HasType ¶ added in v1.5.0
func (o *EventStream) HasType() bool
HasType returns a boolean if a field has been set.
func (*EventStream) HasUpdatedAt ¶ added in v1.5.0
func (o *EventStream) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (EventStream) MarshalJSON ¶ added in v1.5.0
func (o EventStream) MarshalJSON() ([]byte, error)
func (*EventStream) SetCreatedAt ¶ added in v1.5.0
func (o *EventStream) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*EventStream) SetId ¶ added in v1.5.0
func (o *EventStream) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*EventStream) SetRoleArn ¶ added in v1.5.0
func (o *EventStream) SetRoleArn(v string)
SetRoleArn gets a reference to the given string and assigns it to the RoleArn field.
func (*EventStream) SetTopicArn ¶ added in v1.5.0
func (o *EventStream) SetTopicArn(v string)
SetTopicArn gets a reference to the given string and assigns it to the TopicArn field.
func (*EventStream) SetType ¶ added in v1.5.0
func (o *EventStream) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*EventStream) SetUpdatedAt ¶ added in v1.5.0
func (o *EventStream) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (EventStream) ToMap ¶ added in v1.5.0
func (o EventStream) ToMap() (map[string]interface{}, error)
func (*EventStream) UnmarshalJSON ¶ added in v1.5.0
func (o *EventStream) UnmarshalJSON(data []byte) (err error)
type EventsAPI ¶ added in v1.5.1
type EventsAPI interface {
/*
CreateEventStream Create an event stream for your project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project ID The project's ID.
@return EventsAPICreateEventStreamRequest
*/
CreateEventStream(ctx context.Context, projectId string) EventsAPICreateEventStreamRequest
// CreateEventStreamExecute executes the request
// @return EventStream
CreateEventStreamExecute(r EventsAPICreateEventStreamRequest) (*EventStream, *http.Response, error)
/*
DeleteEventStream Remove an event stream from a project
Remove an event stream from a project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project ID The project's ID.
@param eventStreamId Event Stream ID The ID of the event stream to be deleted, as returned when created.
@return EventsAPIDeleteEventStreamRequest
*/
DeleteEventStream(ctx context.Context, projectId string, eventStreamId string) EventsAPIDeleteEventStreamRequest
// DeleteEventStreamExecute executes the request
DeleteEventStreamExecute(r EventsAPIDeleteEventStreamRequest) (*http.Response, error)
/*
ListEventStreams List all event streams for the project. This endpoint is not paginated.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project ID The project's ID.
@return EventsAPIListEventStreamsRequest
*/
ListEventStreams(ctx context.Context, projectId string) EventsAPIListEventStreamsRequest
// ListEventStreamsExecute executes the request
// @return ListEventStreams
ListEventStreamsExecute(r EventsAPIListEventStreamsRequest) (*ListEventStreams, *http.Response, error)
/*
SetEventStream Update an event stream for a project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project ID The project's ID.
@param eventStreamId Event Stream ID The event stream's ID.
@return EventsAPISetEventStreamRequest
*/
SetEventStream(ctx context.Context, projectId string, eventStreamId string) EventsAPISetEventStreamRequest
// SetEventStreamExecute executes the request
// @return EventStream
SetEventStreamExecute(r EventsAPISetEventStreamRequest) (*EventStream, *http.Response, error)
}
type EventsAPICreateEventStreamRequest ¶ added in v1.5.1
type EventsAPICreateEventStreamRequest struct {
ApiService EventsAPI
// contains filtered or unexported fields
}
func (EventsAPICreateEventStreamRequest) CreateEventStreamBody ¶ added in v1.5.1
func (r EventsAPICreateEventStreamRequest) CreateEventStreamBody(createEventStreamBody CreateEventStreamBody) EventsAPICreateEventStreamRequest
func (EventsAPICreateEventStreamRequest) Execute ¶ added in v1.5.1
func (r EventsAPICreateEventStreamRequest) Execute() (*EventStream, *http.Response, error)
type EventsAPIDeleteEventStreamRequest ¶ added in v1.5.1
type EventsAPIDeleteEventStreamRequest struct {
ApiService EventsAPI
// contains filtered or unexported fields
}
type EventsAPIListEventStreamsRequest ¶ added in v1.5.1
type EventsAPIListEventStreamsRequest struct {
ApiService EventsAPI
// contains filtered or unexported fields
}
func (EventsAPIListEventStreamsRequest) Execute ¶ added in v1.5.1
func (r EventsAPIListEventStreamsRequest) Execute() (*ListEventStreams, *http.Response, error)
type EventsAPIService ¶ added in v1.5.1
type EventsAPIService service
EventsAPIService EventsAPI service
func (*EventsAPIService) CreateEventStream ¶ added in v1.5.1
func (a *EventsAPIService) CreateEventStream(ctx context.Context, projectId string) EventsAPICreateEventStreamRequest
CreateEventStream Create an event stream for your project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID The project's ID. @return EventsAPICreateEventStreamRequest
func (*EventsAPIService) CreateEventStreamExecute ¶ added in v1.5.1
func (a *EventsAPIService) CreateEventStreamExecute(r EventsAPICreateEventStreamRequest) (*EventStream, *http.Response, error)
Execute executes the request
@return EventStream
func (*EventsAPIService) DeleteEventStream ¶ added in v1.5.1
func (a *EventsAPIService) DeleteEventStream(ctx context.Context, projectId string, eventStreamId string) EventsAPIDeleteEventStreamRequest
DeleteEventStream Remove an event stream from a project
Remove an event stream from a project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID The project's ID. @param eventStreamId Event Stream ID The ID of the event stream to be deleted, as returned when created. @return EventsAPIDeleteEventStreamRequest
func (*EventsAPIService) DeleteEventStreamExecute ¶ added in v1.5.1
func (a *EventsAPIService) DeleteEventStreamExecute(r EventsAPIDeleteEventStreamRequest) (*http.Response, error)
Execute executes the request
func (*EventsAPIService) ListEventStreams ¶ added in v1.5.1
func (a *EventsAPIService) ListEventStreams(ctx context.Context, projectId string) EventsAPIListEventStreamsRequest
ListEventStreams List all event streams for the project. This endpoint is not paginated.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID The project's ID. @return EventsAPIListEventStreamsRequest
func (*EventsAPIService) ListEventStreamsExecute ¶ added in v1.5.1
func (a *EventsAPIService) ListEventStreamsExecute(r EventsAPIListEventStreamsRequest) (*ListEventStreams, *http.Response, error)
Execute executes the request
@return ListEventStreams
func (*EventsAPIService) SetEventStream ¶ added in v1.5.1
func (a *EventsAPIService) SetEventStream(ctx context.Context, projectId string, eventStreamId string) EventsAPISetEventStreamRequest
SetEventStream Update an event stream for a project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID The project's ID. @param eventStreamId Event Stream ID The event stream's ID. @return EventsAPISetEventStreamRequest
func (*EventsAPIService) SetEventStreamExecute ¶ added in v1.5.1
func (a *EventsAPIService) SetEventStreamExecute(r EventsAPISetEventStreamRequest) (*EventStream, *http.Response, error)
Execute executes the request
@return EventStream
type EventsAPISetEventStreamRequest ¶ added in v1.5.1
type EventsAPISetEventStreamRequest struct {
ApiService EventsAPI
// contains filtered or unexported fields
}
func (EventsAPISetEventStreamRequest) Execute ¶ added in v1.5.1
func (r EventsAPISetEventStreamRequest) Execute() (*EventStream, *http.Response, error)
func (EventsAPISetEventStreamRequest) SetEventStreamBody ¶ added in v1.5.1
func (r EventsAPISetEventStreamRequest) SetEventStreamBody(setEventStreamBody SetEventStreamBody) EventsAPISetEventStreamRequest
type ExpandedPermissionTree ¶
type ExpandedPermissionTree struct {
// The children of the node, possibly none.
Children []ExpandedPermissionTree `json:"children,omitempty"`
Tuple *Relationship `json:"tuple,omitempty"`
// The type of the node. union TreeNodeUnion exclusion TreeNodeExclusion intersection TreeNodeIntersection leaf TreeNodeLeaf tuple_to_subject_set TreeNodeTupleToSubjectSet computed_subject_set TreeNodeComputedSubjectSet not TreeNodeNot unspecified TreeNodeUnspecified
Type string `json:"type"`
AdditionalProperties map[string]interface{}
}
ExpandedPermissionTree struct for ExpandedPermissionTree
func NewExpandedPermissionTree ¶
func NewExpandedPermissionTree(type_ string) *ExpandedPermissionTree
NewExpandedPermissionTree instantiates a new ExpandedPermissionTree 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 NewExpandedPermissionTreeWithDefaults ¶
func NewExpandedPermissionTreeWithDefaults() *ExpandedPermissionTree
NewExpandedPermissionTreeWithDefaults instantiates a new ExpandedPermissionTree 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 (*ExpandedPermissionTree) GetChildren ¶
func (o *ExpandedPermissionTree) GetChildren() []ExpandedPermissionTree
GetChildren returns the Children field value if set, zero value otherwise.
func (*ExpandedPermissionTree) GetChildrenOk ¶
func (o *ExpandedPermissionTree) GetChildrenOk() ([]ExpandedPermissionTree, bool)
GetChildrenOk returns a tuple with the Children field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpandedPermissionTree) GetTuple ¶
func (o *ExpandedPermissionTree) GetTuple() Relationship
GetTuple returns the Tuple field value if set, zero value otherwise.
func (*ExpandedPermissionTree) GetTupleOk ¶
func (o *ExpandedPermissionTree) GetTupleOk() (*Relationship, bool)
GetTupleOk returns a tuple with the Tuple field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpandedPermissionTree) GetType ¶
func (o *ExpandedPermissionTree) GetType() string
GetType returns the Type field value
func (*ExpandedPermissionTree) GetTypeOk ¶
func (o *ExpandedPermissionTree) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ExpandedPermissionTree) HasChildren ¶
func (o *ExpandedPermissionTree) HasChildren() bool
HasChildren returns a boolean if a field has been set.
func (*ExpandedPermissionTree) HasTuple ¶
func (o *ExpandedPermissionTree) HasTuple() bool
HasTuple returns a boolean if a field has been set.
func (ExpandedPermissionTree) MarshalJSON ¶
func (o ExpandedPermissionTree) MarshalJSON() ([]byte, error)
func (*ExpandedPermissionTree) SetChildren ¶
func (o *ExpandedPermissionTree) SetChildren(v []ExpandedPermissionTree)
SetChildren gets a reference to the given []ExpandedPermissionTree and assigns it to the Children field.
func (*ExpandedPermissionTree) SetTuple ¶
func (o *ExpandedPermissionTree) SetTuple(v Relationship)
SetTuple gets a reference to the given Relationship and assigns it to the Tuple field.
func (*ExpandedPermissionTree) SetType ¶
func (o *ExpandedPermissionTree) SetType(v string)
SetType sets field value
func (ExpandedPermissionTree) ToMap ¶ added in v1.3.0
func (o ExpandedPermissionTree) ToMap() (map[string]interface{}, error)
func (*ExpandedPermissionTree) UnmarshalJSON ¶ added in v1.1.36
func (o *ExpandedPermissionTree) UnmarshalJSON(data []byte) (err error)
type FlowError ¶
type FlowError struct {
// CreatedAt is a helper struct field for gobuffalo.pop.
CreatedAt *time.Time `json:"created_at,omitempty"`
Error map[string]interface{} `json:"error,omitempty"`
// ID of the error container.
Id string `json:"id"`
// UpdatedAt is a helper struct field for gobuffalo.pop.
UpdatedAt *time.Time `json:"updated_at,omitempty"`
AdditionalProperties map[string]interface{}
}
FlowError struct for FlowError
func NewFlowError ¶
NewFlowError instantiates a new FlowError 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 NewFlowErrorWithDefaults ¶
func NewFlowErrorWithDefaults() *FlowError
NewFlowErrorWithDefaults instantiates a new FlowError 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 (*FlowError) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*FlowError) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FlowError) GetErrorOk ¶
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FlowError) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*FlowError) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*FlowError) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FlowError) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*FlowError) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (FlowError) MarshalJSON ¶
func (*FlowError) SetCreatedAt ¶
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*FlowError) SetError ¶
SetError gets a reference to the given map[string]interface{} and assigns it to the Error field.
func (*FlowError) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*FlowError) UnmarshalJSON ¶ added in v1.1.36
type FrontendAPI ¶ added in v1.3.0
type FrontendAPI interface {
/*
CreateBrowserLoginFlow Create Login Flow for Browsers
This endpoint initializes a browser-based user login flow. This endpoint will set the appropriate
cookies and anti-CSRF measures required for browser-based flows.
If this endpoint is opened as a link in the browser, it will be redirected to
`selfservice.flows.login.ui_url` with the flow ID set as the query parameter `?flow=`. If a valid user session
exists already, the browser will be redirected to `urls.default_redirect_url` unless the query parameter
`?refresh=true` was set.
If this endpoint is called via an AJAX request, the response contains the flow without a redirect. In the
case of an error, the `error.id` of the JSON response body can be one of:
`session_already_available`: The user is already signed in.
`session_aal1_required`: Multi-factor auth (e.g. 2fa) was requested but the user has no session yet.
`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.
`security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!
The optional query parameter login_challenge is set when using Kratos with
Hydra in an OAuth2 flow. See the oauth2_provider.url configuration
option.
This endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed.
More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPICreateBrowserLoginFlowRequest
*/
CreateBrowserLoginFlow(ctx context.Context) FrontendAPICreateBrowserLoginFlowRequest
// CreateBrowserLoginFlowExecute executes the request
// @return LoginFlow
CreateBrowserLoginFlowExecute(r FrontendAPICreateBrowserLoginFlowRequest) (*LoginFlow, *http.Response, error)
/*
CreateBrowserLogoutFlow Create a Logout URL for Browsers
This endpoint initializes a browser-based user logout flow and a URL which can be used to log out the user.
This endpoint is NOT INTENDED for API clients and only works
with browsers (Chrome, Firefox, ...). For API clients you can
call the `/self-service/logout/api` URL directly with the Ory Session Token.
The URL is only valid for the currently signed in user. If no user is signed in, this endpoint returns
a 401 error.
When calling this endpoint from a backend, please ensure to properly forward the HTTP cookies.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPICreateBrowserLogoutFlowRequest
*/
CreateBrowserLogoutFlow(ctx context.Context) FrontendAPICreateBrowserLogoutFlowRequest
// CreateBrowserLogoutFlowExecute executes the request
// @return LogoutFlow
CreateBrowserLogoutFlowExecute(r FrontendAPICreateBrowserLogoutFlowRequest) (*LogoutFlow, *http.Response, error)
/*
CreateBrowserRecoveryFlow Create Recovery Flow for Browsers
This endpoint initializes a browser-based account recovery flow. Once initialized, the browser will be redirected to
`selfservice.flows.recovery.ui_url` with the flow ID set as the query parameter `?flow=`. If a valid user session
exists, the browser is returned to the configured return URL.
If this endpoint is called via an AJAX request, the response contains the recovery flow without any redirects
or a 400 bad request error if the user is already authenticated.
This endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed.
More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPICreateBrowserRecoveryFlowRequest
*/
CreateBrowserRecoveryFlow(ctx context.Context) FrontendAPICreateBrowserRecoveryFlowRequest
// CreateBrowserRecoveryFlowExecute executes the request
// @return RecoveryFlow
CreateBrowserRecoveryFlowExecute(r FrontendAPICreateBrowserRecoveryFlowRequest) (*RecoveryFlow, *http.Response, error)
/*
CreateBrowserRegistrationFlow Create Registration Flow for Browsers
This endpoint initializes a browser-based user registration flow. This endpoint will set the appropriate
cookies and anti-CSRF measures required for browser-based flows.
If this endpoint is opened as a link in the browser, it will be redirected to
`selfservice.flows.registration.ui_url` with the flow ID set as the query parameter `?flow=`. If a valid user session
exists already, the browser will be redirected to `urls.default_redirect_url`.
If this endpoint is called via an AJAX request, the response contains the flow without a redirect. In the
case of an error, the `error.id` of the JSON response body can be one of:
`session_already_available`: The user is already signed in.
`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.
`security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!
If this endpoint is called via an AJAX request, the response contains the registration flow without a redirect.
This endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed.
More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPICreateBrowserRegistrationFlowRequest
*/
CreateBrowserRegistrationFlow(ctx context.Context) FrontendAPICreateBrowserRegistrationFlowRequest
// CreateBrowserRegistrationFlowExecute executes the request
// @return RegistrationFlow
CreateBrowserRegistrationFlowExecute(r FrontendAPICreateBrowserRegistrationFlowRequest) (*RegistrationFlow, *http.Response, error)
/*
CreateBrowserSettingsFlow Create Settings Flow for Browsers
This endpoint initializes a browser-based user settings flow. Once initialized, the browser will be redirected to
`selfservice.flows.settings.ui_url` with the flow ID set as the query parameter `?flow=`. If no valid
Ory Kratos Session Cookie is included in the request, a login flow will be initialized.
If this endpoint is opened as a link in the browser, it will be redirected to
`selfservice.flows.settings.ui_url` with the flow ID set as the query parameter `?flow=`. If no valid user session
was set, the browser will be redirected to the login endpoint.
If this endpoint is called via an AJAX request, the response contains the settings flow without any redirects
or a 401 forbidden error if no valid session was set.
Depending on your configuration this endpoint might return a 403 error if the session has a lower Authenticator
Assurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn
credentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user
to sign in with the second factor (happens automatically for server-side browser flows) or change the configuration.
If this endpoint is called via an AJAX request, the response contains the flow without a redirect. In the
case of an error, the `error.id` of the JSON response body can be one of:
`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.
`session_inactive`: No Ory Session was found - sign in a user first.
`security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!
This endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed.
More information can be found at [Ory Kratos User Settings & Profile Management Documentation](../self-service/flows/user-settings).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPICreateBrowserSettingsFlowRequest
*/
CreateBrowserSettingsFlow(ctx context.Context) FrontendAPICreateBrowserSettingsFlowRequest
// CreateBrowserSettingsFlowExecute executes the request
// @return SettingsFlow
CreateBrowserSettingsFlowExecute(r FrontendAPICreateBrowserSettingsFlowRequest) (*SettingsFlow, *http.Response, error)
/*
CreateBrowserVerificationFlow Create Verification Flow for Browser Clients
This endpoint initializes a browser-based account verification flow. Once initialized, the browser will be redirected to
`selfservice.flows.verification.ui_url` with the flow ID set as the query parameter `?flow=`.
If this endpoint is called via an AJAX request, the response contains the recovery flow without any redirects.
This endpoint is NOT INTENDED for API clients and only works with browsers (Chrome, Firefox, ...).
More information can be found at [Ory Kratos Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPICreateBrowserVerificationFlowRequest
*/
CreateBrowserVerificationFlow(ctx context.Context) FrontendAPICreateBrowserVerificationFlowRequest
// CreateBrowserVerificationFlowExecute executes the request
// @return VerificationFlow
CreateBrowserVerificationFlowExecute(r FrontendAPICreateBrowserVerificationFlowRequest) (*VerificationFlow, *http.Response, error)
/*
CreateNativeLoginFlow Create Login Flow for Native Apps
This endpoint initiates a login flow for native apps that do not use a browser, such as mobile devices, smart TVs, and so on.
If a valid provided session cookie or session token is provided, a 400 Bad Request error
will be returned unless the URL query parameter `?refresh=true` is set.
To fetch an existing login flow call `/self-service/login/flows?flow=<flow_id>`.
You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server
Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make
you vulnerable to a variety of CSRF attacks, including CSRF login attacks.
In the case of an error, the `error.id` of the JSON response body can be one of:
`session_already_available`: The user is already signed in.
`session_aal1_required`: Multi-factor auth (e.g. 2fa) was requested but the user has no session yet.
`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.
This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).
More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPICreateNativeLoginFlowRequest
*/
CreateNativeLoginFlow(ctx context.Context) FrontendAPICreateNativeLoginFlowRequest
// CreateNativeLoginFlowExecute executes the request
// @return LoginFlow
CreateNativeLoginFlowExecute(r FrontendAPICreateNativeLoginFlowRequest) (*LoginFlow, *http.Response, error)
/*
CreateNativeRecoveryFlow Create Recovery Flow for Native Apps
This endpoint initiates a recovery flow for API clients such as mobile devices, smart TVs, and so on.
If a valid provided session cookie or session token is provided, a 400 Bad Request error.
On an existing recovery flow, use the `getRecoveryFlow` API endpoint.
You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server
Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make
you vulnerable to a variety of CSRF attacks.
This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).
More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPICreateNativeRecoveryFlowRequest
*/
CreateNativeRecoveryFlow(ctx context.Context) FrontendAPICreateNativeRecoveryFlowRequest
// CreateNativeRecoveryFlowExecute executes the request
// @return RecoveryFlow
CreateNativeRecoveryFlowExecute(r FrontendAPICreateNativeRecoveryFlowRequest) (*RecoveryFlow, *http.Response, error)
/*
CreateNativeRegistrationFlow Create Registration Flow for Native Apps
This endpoint initiates a registration flow for API clients such as mobile devices, smart TVs, and so on.
If a valid provided session cookie or session token is provided, a 400 Bad Request error
will be returned unless the URL query parameter `?refresh=true` is set.
To fetch an existing registration flow call `/self-service/registration/flows?flow=<flow_id>`.
You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server
Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make
you vulnerable to a variety of CSRF attacks.
In the case of an error, the `error.id` of the JSON response body can be one of:
`session_already_available`: The user is already signed in.
`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.
This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).
More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPICreateNativeRegistrationFlowRequest
*/
CreateNativeRegistrationFlow(ctx context.Context) FrontendAPICreateNativeRegistrationFlowRequest
// CreateNativeRegistrationFlowExecute executes the request
// @return RegistrationFlow
CreateNativeRegistrationFlowExecute(r FrontendAPICreateNativeRegistrationFlowRequest) (*RegistrationFlow, *http.Response, error)
/*
CreateNativeSettingsFlow Create Settings Flow for Native Apps
This endpoint initiates a settings flow for API clients such as mobile devices, smart TVs, and so on.
You must provide a valid Ory Kratos Session Token for this endpoint to respond with HTTP 200 OK.
To fetch an existing settings flow call `/self-service/settings/flows?flow=<flow_id>`.
You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server
Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make
you vulnerable to a variety of CSRF attacks.
Depending on your configuration this endpoint might return a 403 error if the session has a lower Authenticator
Assurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn
credentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user
to sign in with the second factor or change the configuration.
In the case of an error, the `error.id` of the JSON response body can be one of:
`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.
`session_inactive`: No Ory Session was found - sign in a user first.
This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).
More information can be found at [Ory Kratos User Settings & Profile Management Documentation](../self-service/flows/user-settings).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPICreateNativeSettingsFlowRequest
*/
CreateNativeSettingsFlow(ctx context.Context) FrontendAPICreateNativeSettingsFlowRequest
// CreateNativeSettingsFlowExecute executes the request
// @return SettingsFlow
CreateNativeSettingsFlowExecute(r FrontendAPICreateNativeSettingsFlowRequest) (*SettingsFlow, *http.Response, error)
/*
CreateNativeVerificationFlow Create Verification Flow for Native Apps
This endpoint initiates a verification flow for API clients such as mobile devices, smart TVs, and so on.
To fetch an existing verification flow call `/self-service/verification/flows?flow=<flow_id>`.
You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server
Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make
you vulnerable to a variety of CSRF attacks.
This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).
More information can be found at [Ory Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPICreateNativeVerificationFlowRequest
*/
CreateNativeVerificationFlow(ctx context.Context) FrontendAPICreateNativeVerificationFlowRequest
// CreateNativeVerificationFlowExecute executes the request
// @return VerificationFlow
CreateNativeVerificationFlowExecute(r FrontendAPICreateNativeVerificationFlowRequest) (*VerificationFlow, *http.Response, error)
/*
DisableMyOtherSessions Disable my other sessions
Calling this endpoint invalidates all except the current session that belong to the logged-in user.
Session data are not deleted.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPIDisableMyOtherSessionsRequest
*/
DisableMyOtherSessions(ctx context.Context) FrontendAPIDisableMyOtherSessionsRequest
// DisableMyOtherSessionsExecute executes the request
// @return DeleteMySessionsCount
DisableMyOtherSessionsExecute(r FrontendAPIDisableMyOtherSessionsRequest) (*DeleteMySessionsCount, *http.Response, error)
/*
DisableMySession Disable one of my sessions
Calling this endpoint invalidates the specified session. The current session cannot be revoked.
Session data are not deleted.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID is the session's ID.
@return FrontendAPIDisableMySessionRequest
*/
DisableMySession(ctx context.Context, id string) FrontendAPIDisableMySessionRequest
// DisableMySessionExecute executes the request
DisableMySessionExecute(r FrontendAPIDisableMySessionRequest) (*http.Response, error)
/*
ExchangeSessionToken Exchange Session Token
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPIExchangeSessionTokenRequest
*/
ExchangeSessionToken(ctx context.Context) FrontendAPIExchangeSessionTokenRequest
// ExchangeSessionTokenExecute executes the request
// @return SuccessfulNativeLogin
ExchangeSessionTokenExecute(r FrontendAPIExchangeSessionTokenRequest) (*SuccessfulNativeLogin, *http.Response, error)
/*
GetFlowError Get User-Flow Errors
This endpoint returns the error associated with a user-facing self service errors.
This endpoint supports stub values to help you implement the error UI:
`?id=stub:500` - returns a stub 500 (Internal Server Error) error.
More information can be found at [Ory Kratos User User Facing Error Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-facing-errors).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPIGetFlowErrorRequest
*/
GetFlowError(ctx context.Context) FrontendAPIGetFlowErrorRequest
// GetFlowErrorExecute executes the request
// @return FlowError
GetFlowErrorExecute(r FrontendAPIGetFlowErrorRequest) (*FlowError, *http.Response, error)
/*
GetLoginFlow Get Login Flow
This endpoint returns a login flow's context with, for example, error details and other information.
Browser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header.
For AJAX requests you must ensure that cookies are included in the request or requests will fail.
If you use the browser-flow for server-side apps, the services need to run on a common top-level-domain
and you need to forward the incoming HTTP Cookie header to this endpoint:
“`js
pseudo-code example
router.get('/login', async function (req, res) {
const flow = await client.getLoginFlow(req.header('cookie'), req.query['flow'])
res.render('login', flow)
})
“`
This request may fail due to several reasons. The `error.id` can be one of:
`session_already_available`: The user is already signed in.
`self_service_flow_expired`: The flow is expired and you should request a new one.
More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPIGetLoginFlowRequest
*/
GetLoginFlow(ctx context.Context) FrontendAPIGetLoginFlowRequest
// GetLoginFlowExecute executes the request
// @return LoginFlow
GetLoginFlowExecute(r FrontendAPIGetLoginFlowRequest) (*LoginFlow, *http.Response, error)
/*
GetRecoveryFlow Get Recovery Flow
This endpoint returns a recovery flow's context with, for example, error details and other information.
Browser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header.
For AJAX requests you must ensure that cookies are included in the request or requests will fail.
If you use the browser-flow for server-side apps, the services need to run on a common top-level-domain
and you need to forward the incoming HTTP Cookie header to this endpoint:
“`js
pseudo-code example
router.get('/recovery', async function (req, res) {
const flow = await client.getRecoveryFlow(req.header('Cookie'), req.query['flow'])
res.render('recovery', flow)
})
“`
More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPIGetRecoveryFlowRequest
*/
GetRecoveryFlow(ctx context.Context) FrontendAPIGetRecoveryFlowRequest
// GetRecoveryFlowExecute executes the request
// @return RecoveryFlow
GetRecoveryFlowExecute(r FrontendAPIGetRecoveryFlowRequest) (*RecoveryFlow, *http.Response, error)
/*
GetRegistrationFlow Get Registration Flow
This endpoint returns a registration flow's context with, for example, error details and other information.
Browser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header.
For AJAX requests you must ensure that cookies are included in the request or requests will fail.
If you use the browser-flow for server-side apps, the services need to run on a common top-level-domain
and you need to forward the incoming HTTP Cookie header to this endpoint:
“`js
pseudo-code example
router.get('/registration', async function (req, res) {
const flow = await client.getRegistrationFlow(req.header('cookie'), req.query['flow'])
res.render('registration', flow)
})
“`
This request may fail due to several reasons. The `error.id` can be one of:
`session_already_available`: The user is already signed in.
`self_service_flow_expired`: The flow is expired and you should request a new one.
More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPIGetRegistrationFlowRequest
*/
GetRegistrationFlow(ctx context.Context) FrontendAPIGetRegistrationFlowRequest
// GetRegistrationFlowExecute executes the request
// @return RegistrationFlow
GetRegistrationFlowExecute(r FrontendAPIGetRegistrationFlowRequest) (*RegistrationFlow, *http.Response, error)
/*
GetSettingsFlow Get Settings Flow
When accessing this endpoint through Ory Kratos' Public API you must ensure that either the Ory Kratos Session Cookie
or the Ory Kratos Session Token are set.
Depending on your configuration this endpoint might return a 403 error if the session has a lower Authenticator
Assurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn
credentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user
to sign in with the second factor or change the configuration.
You can access this endpoint without credentials when using Ory Kratos' Admin API.
If this endpoint is called via an AJAX request, the response contains the flow without a redirect. In the
case of an error, the `error.id` of the JSON response body can be one of:
`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.
`session_inactive`: No Ory Session was found - sign in a user first.
`security_identity_mismatch`: The flow was interrupted with `session_refresh_required` but apparently some other
identity logged in instead.
More information can be found at [Ory Kratos User Settings & Profile Management Documentation](../self-service/flows/user-settings).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPIGetSettingsFlowRequest
*/
GetSettingsFlow(ctx context.Context) FrontendAPIGetSettingsFlowRequest
// GetSettingsFlowExecute executes the request
// @return SettingsFlow
GetSettingsFlowExecute(r FrontendAPIGetSettingsFlowRequest) (*SettingsFlow, *http.Response, error)
/*
GetVerificationFlow Get Verification Flow
This endpoint returns a verification flow's context with, for example, error details and other information.
Browser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header.
For AJAX requests you must ensure that cookies are included in the request or requests will fail.
If you use the browser-flow for server-side apps, the services need to run on a common top-level-domain
and you need to forward the incoming HTTP Cookie header to this endpoint:
“`js
pseudo-code example
router.get('/recovery', async function (req, res) {
const flow = await client.getVerificationFlow(req.header('cookie'), req.query['flow'])
res.render('verification', flow)
})
“`
More information can be found at [Ory Kratos Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPIGetVerificationFlowRequest
*/
GetVerificationFlow(ctx context.Context) FrontendAPIGetVerificationFlowRequest
// GetVerificationFlowExecute executes the request
// @return VerificationFlow
GetVerificationFlowExecute(r FrontendAPIGetVerificationFlowRequest) (*VerificationFlow, *http.Response, error)
/*
GetWebAuthnJavaScript Get WebAuthn JavaScript
This endpoint provides JavaScript which is needed in order to perform WebAuthn login and registration.
If you are building a JavaScript Browser App (e.g. in ReactJS or AngularJS) you will need to load this file:
“`html
<script src="https://public-kratos.example.org/.well-known/ory/webauthn.js" type="script" async />
“`
More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPIGetWebAuthnJavaScriptRequest
*/
GetWebAuthnJavaScript(ctx context.Context) FrontendAPIGetWebAuthnJavaScriptRequest
// GetWebAuthnJavaScriptExecute executes the request
// @return string
GetWebAuthnJavaScriptExecute(r FrontendAPIGetWebAuthnJavaScriptRequest) (string, *http.Response, error)
/*
ListMySessions Get My Active Sessions
This endpoints returns all other active sessions that belong to the logged-in user.
The current session can be retrieved by calling the `/sessions/whoami` endpoint.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPIListMySessionsRequest
*/
ListMySessions(ctx context.Context) FrontendAPIListMySessionsRequest
// ListMySessionsExecute executes the request
// @return []Session
ListMySessionsExecute(r FrontendAPIListMySessionsRequest) ([]Session, *http.Response, error)
/*
PerformNativeLogout Perform Logout for Native Apps
Use this endpoint to log out an identity using an Ory Session Token. If the Ory Session Token was successfully
revoked, the server returns a 204 No Content response. A 204 No Content response is also sent when
the Ory Session Token has been revoked already before.
If the Ory Session Token is malformed or does not exist a 403 Forbidden response will be returned.
This endpoint does not remove any HTTP
Cookies - use the Browser-Based Self-Service Logout Flow instead.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPIPerformNativeLogoutRequest
*/
PerformNativeLogout(ctx context.Context) FrontendAPIPerformNativeLogoutRequest
// PerformNativeLogoutExecute executes the request
PerformNativeLogoutExecute(r FrontendAPIPerformNativeLogoutRequest) (*http.Response, error)
/*
ToSession Check Who the Current HTTP Session Belongs To
Uses the HTTP Headers in the GET request to determine (e.g. by using checking the cookies) who is authenticated.
Returns a session object in the body or 401 if the credentials are invalid or no credentials were sent.
When the request it successful it adds the user ID to the 'X-Kratos-Authenticated-Identity-Id' header
in the response.
If you call this endpoint from a server-side application, you must forward the HTTP Cookie Header to this endpoint:
“`js
pseudo-code example
router.get('/protected-endpoint', async function (req, res) {
const session = await client.toSession(undefined, req.header('cookie'))
console.log(session)
})
“`
When calling this endpoint from a non-browser application (e.g. mobile app) you must include the session token:
“`js
pseudo-code example
...
const session = await client.toSession("the-session-token")
console.log(session)
“`
When using a token template, the token is included in the `tokenized` field of the session.
“`js
pseudo-code example
...
const session = await client.toSession("the-session-token", { tokenize_as: "example-jwt-template" })
console.log(session.tokenized) // The JWT
“`
Depending on your configuration this endpoint might return a 403 status code if the session has a lower Authenticator
Assurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn
credentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user
to sign in with the second factor or change the configuration.
This endpoint is useful for:
AJAX calls. Remember to send credentials and set up CORS correctly!
Reverse proxies and API Gateways
Server-side calls - use the `X-Session-Token` header!
This endpoint authenticates users by checking:
if the `Cookie` HTTP header was set containing an Ory Kratos Session Cookie;
if the `Authorization: bearer <ory-session-token>` HTTP header was set with a valid Ory Kratos Session Token;
if the `X-Session-Token` HTTP header was set with a valid Ory Kratos Session Token.
If none of these headers are set or the cookie or token are invalid, the endpoint returns a HTTP 401 status code.
As explained above, this request may fail due to several reasons. The `error.id` can be one of:
`session_inactive`: No active session was found in the request (e.g. no Ory Session Cookie / Ory Session Token).
`session_aal2_required`: An active session was found but it does not fulfil the Authenticator Assurance Level, implying that the session must (e.g.) authenticate the second factor.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPIToSessionRequest
*/
ToSession(ctx context.Context) FrontendAPIToSessionRequest
// ToSessionExecute executes the request
// @return Session
ToSessionExecute(r FrontendAPIToSessionRequest) (*Session, *http.Response, error)
/*
UpdateLoginFlow Submit a Login Flow
Use this endpoint to complete a login flow. This endpoint
behaves differently for API and browser flows.
API flows expect `application/json` to be sent in the body and responds with
HTTP 200 and a application/json body with the session token on success;
HTTP 410 if the original flow expired with the appropriate error messages set and optionally a `use_flow_id` parameter in the body;
HTTP 400 on form validation errors.
Browser flows expect a Content-Type of `application/x-www-form-urlencoded` or `application/json` to be sent in the body and respond with
a HTTP 303 redirect to the post/after login URL or the `return_to` value if it was set and if the login succeeded;
a HTTP 303 redirect to the login UI URL with the flow ID containing the validation errors otherwise.
Browser flows with an accept header of `application/json` will not redirect but instead respond with
HTTP 200 and a application/json body with the signed in identity and a `Set-Cookie` header on success;
HTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set;
HTTP 400 on form validation errors.
If this endpoint is called with `Accept: application/json` in the header, the response contains the flow without a redirect. In the
case of an error, the `error.id` of the JSON response body can be one of:
`session_already_available`: The user is already signed in.
`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.
`security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!
`browser_location_change_required`: Usually sent when an AJAX request indicates that the browser needs to open a specific URL.
Most likely used in Social Sign In flows.
More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPIUpdateLoginFlowRequest
*/
UpdateLoginFlow(ctx context.Context) FrontendAPIUpdateLoginFlowRequest
// UpdateLoginFlowExecute executes the request
// @return SuccessfulNativeLogin
UpdateLoginFlowExecute(r FrontendAPIUpdateLoginFlowRequest) (*SuccessfulNativeLogin, *http.Response, error)
/*
UpdateLogoutFlow Update Logout Flow
This endpoint logs out an identity in a self-service manner.
If the `Accept` HTTP header is not set to `application/json`, the browser will be redirected (HTTP 303 See Other)
to the `return_to` parameter of the initial request or fall back to `urls.default_return_to`.
If the `Accept` HTTP header is set to `application/json`, a 204 No Content response
will be sent on successful logout instead.
This endpoint is NOT INTENDED for API clients and only works
with browsers (Chrome, Firefox, ...). For API clients you can
call the `/self-service/logout/api` URL directly with the Ory Session Token.
More information can be found at [Ory Kratos User Logout Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-logout).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPIUpdateLogoutFlowRequest
*/
UpdateLogoutFlow(ctx context.Context) FrontendAPIUpdateLogoutFlowRequest
// UpdateLogoutFlowExecute executes the request
UpdateLogoutFlowExecute(r FrontendAPIUpdateLogoutFlowRequest) (*http.Response, error)
/*
UpdateRecoveryFlow Update Recovery Flow
Use this endpoint to update a recovery flow. This endpoint
behaves differently for API and browser flows and has several states:
`choose_method` expects `flow` (in the URL query) and `email` (in the body) to be sent
and works with API- and Browser-initiated flows.
For API clients and Browser clients with HTTP Header `Accept: application/json` it either returns a HTTP 200 OK when the form is valid and HTTP 400 OK when the form is invalid.
and a HTTP 303 See Other redirect with a fresh recovery flow if the flow was otherwise invalid (e.g. expired).
For Browser clients without HTTP Header `Accept` or with `Accept: text/*` it returns a HTTP 303 See Other redirect to the Recovery UI URL with the Recovery Flow ID appended.
`sent_email` is the success state after `choose_method` for the `link` method and allows the user to request another recovery email. It
works for both API and Browser-initiated flows and returns the same responses as the flow in `choose_method` state.
`passed_challenge` expects a `token` to be sent in the URL query and given the nature of the flow ("sending a recovery link")
does not have any API capabilities. The server responds with a HTTP 303 See Other redirect either to the Settings UI URL
(if the link was valid) and instructs the user to update their password, or a redirect to the Recover UI URL with
a new Recovery Flow ID which contains an error message that the recovery link was invalid.
More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPIUpdateRecoveryFlowRequest
*/
UpdateRecoveryFlow(ctx context.Context) FrontendAPIUpdateRecoveryFlowRequest
// UpdateRecoveryFlowExecute executes the request
// @return RecoveryFlow
UpdateRecoveryFlowExecute(r FrontendAPIUpdateRecoveryFlowRequest) (*RecoveryFlow, *http.Response, error)
/*
UpdateRegistrationFlow Update Registration Flow
Use this endpoint to complete a registration flow by sending an identity's traits and password. This endpoint
behaves differently for API and browser flows.
API flows expect `application/json` to be sent in the body and respond with
HTTP 200 and a application/json body with the created identity success - if the session hook is configured the
`session` and `session_token` will also be included;
HTTP 410 if the original flow expired with the appropriate error messages set and optionally a `use_flow_id` parameter in the body;
HTTP 400 on form validation errors.
Browser flows expect a Content-Type of `application/x-www-form-urlencoded` or `application/json` to be sent in the body and respond with
a HTTP 303 redirect to the post/after registration URL or the `return_to` value if it was set and if the registration succeeded;
a HTTP 303 redirect to the registration UI URL with the flow ID containing the validation errors otherwise.
Browser flows with an accept header of `application/json` will not redirect but instead respond with
HTTP 200 and a application/json body with the signed in identity and a `Set-Cookie` header on success;
HTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set;
HTTP 400 on form validation errors.
If this endpoint is called with `Accept: application/json` in the header, the response contains the flow without a redirect. In the
case of an error, the `error.id` of the JSON response body can be one of:
`session_already_available`: The user is already signed in.
`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.
`security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!
`browser_location_change_required`: Usually sent when an AJAX request indicates that the browser needs to open a specific URL.
Most likely used in Social Sign In flows.
More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPIUpdateRegistrationFlowRequest
*/
UpdateRegistrationFlow(ctx context.Context) FrontendAPIUpdateRegistrationFlowRequest
// UpdateRegistrationFlowExecute executes the request
// @return SuccessfulNativeRegistration
UpdateRegistrationFlowExecute(r FrontendAPIUpdateRegistrationFlowRequest) (*SuccessfulNativeRegistration, *http.Response, error)
/*
UpdateSettingsFlow Complete Settings Flow
Use this endpoint to complete a settings flow by sending an identity's updated password. This endpoint
behaves differently for API and browser flows.
API-initiated flows expect `application/json` to be sent in the body and respond with
HTTP 200 and an application/json body with the session token on success;
HTTP 303 redirect to a fresh settings flow if the original flow expired with the appropriate error messages set;
HTTP 400 on form validation errors.
HTTP 401 when the endpoint is called without a valid session token.
HTTP 403 when `selfservice.flows.settings.privileged_session_max_age` was reached or the session's AAL is too low.
Implies that the user needs to re-authenticate.
Browser flows without HTTP Header `Accept` or with `Accept: text/*` respond with
a HTTP 303 redirect to the post/after settings URL or the `return_to` value if it was set and if the flow succeeded;
a HTTP 303 redirect to the Settings UI URL with the flow ID containing the validation errors otherwise.
a HTTP 303 redirect to the login endpoint when `selfservice.flows.settings.privileged_session_max_age` was reached or the session's AAL is too low.
Browser flows with HTTP Header `Accept: application/json` respond with
HTTP 200 and a application/json body with the signed in identity and a `Set-Cookie` header on success;
HTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set;
HTTP 401 when the endpoint is called without a valid session cookie.
HTTP 403 when the page is accessed without a session cookie or the session's AAL is too low.
HTTP 400 on form validation errors.
Depending on your configuration this endpoint might return a 403 error if the session has a lower Authenticator
Assurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn
credentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user
to sign in with the second factor (happens automatically for server-side browser flows) or change the configuration.
If this endpoint is called with a `Accept: application/json` HTTP header, the response contains the flow without a redirect. In the
case of an error, the `error.id` of the JSON response body can be one of:
`session_refresh_required`: The identity requested to change something that needs a privileged session. Redirect
the identity to the login init endpoint with query parameters `?refresh=true&return_to=<the-current-browser-url>`,
or initiate a refresh login flow otherwise.
`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.
`session_inactive`: No Ory Session was found - sign in a user first.
`security_identity_mismatch`: The flow was interrupted with `session_refresh_required` but apparently some other
identity logged in instead.
`security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!
`browser_location_change_required`: Usually sent when an AJAX request indicates that the browser needs to open a specific URL.
Most likely used in Social Sign In flows.
More information can be found at [Ory Kratos User Settings & Profile Management Documentation](../self-service/flows/user-settings).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPIUpdateSettingsFlowRequest
*/
UpdateSettingsFlow(ctx context.Context) FrontendAPIUpdateSettingsFlowRequest
// UpdateSettingsFlowExecute executes the request
// @return SettingsFlow
UpdateSettingsFlowExecute(r FrontendAPIUpdateSettingsFlowRequest) (*SettingsFlow, *http.Response, error)
/*
UpdateVerificationFlow Complete Verification Flow
Use this endpoint to complete a verification flow. This endpoint
behaves differently for API and browser flows and has several states:
`choose_method` expects `flow` (in the URL query) and `email` (in the body) to be sent
and works with API- and Browser-initiated flows.
For API clients and Browser clients with HTTP Header `Accept: application/json` it either returns a HTTP 200 OK when the form is valid and HTTP 400 OK when the form is invalid
and a HTTP 303 See Other redirect with a fresh verification flow if the flow was otherwise invalid (e.g. expired).
For Browser clients without HTTP Header `Accept` or with `Accept: text/*` it returns a HTTP 303 See Other redirect to the Verification UI URL with the Verification Flow ID appended.
`sent_email` is the success state after `choose_method` when using the `link` method and allows the user to request another verification email. It
works for both API and Browser-initiated flows and returns the same responses as the flow in `choose_method` state.
`passed_challenge` expects a `token` to be sent in the URL query and given the nature of the flow ("sending a verification link")
does not have any API capabilities. The server responds with a HTTP 303 See Other redirect either to the Settings UI URL
(if the link was valid) and instructs the user to update their password, or a redirect to the Verification UI URL with
a new Verification Flow ID which contains an error message that the verification link was invalid.
More information can be found at [Ory Kratos Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FrontendAPIUpdateVerificationFlowRequest
*/
UpdateVerificationFlow(ctx context.Context) FrontendAPIUpdateVerificationFlowRequest
// UpdateVerificationFlowExecute executes the request
// @return VerificationFlow
UpdateVerificationFlowExecute(r FrontendAPIUpdateVerificationFlowRequest) (*VerificationFlow, *http.Response, error)
}
type FrontendAPICreateBrowserLoginFlowRequest ¶ added in v1.3.0
type FrontendAPICreateBrowserLoginFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPICreateBrowserLoginFlowRequest) Aal ¶ added in v1.3.0
func (r FrontendAPICreateBrowserLoginFlowRequest) Aal(aal string) FrontendAPICreateBrowserLoginFlowRequest
Request a Specific AuthenticationMethod Assurance Level Use this parameter to upgrade an existing session's authenticator assurance level (AAL). This allows you to ask for multi-factor authentication. When an identity sign in using e.g. username+password, the AAL is 1. If you wish to \"upgrade\" the session's security by asking the user to perform TOTP / WebAuth/ ... you would set this to \"aal2\".
func (FrontendAPICreateBrowserLoginFlowRequest) Cookie ¶ added in v1.3.0
func (r FrontendAPICreateBrowserLoginFlowRequest) Cookie(cookie string) FrontendAPICreateBrowserLoginFlowRequest
HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
func (FrontendAPICreateBrowserLoginFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPICreateBrowserLoginFlowRequest) Execute() (*LoginFlow, *http.Response, error)
func (FrontendAPICreateBrowserLoginFlowRequest) LoginChallenge ¶ added in v1.3.0
func (r FrontendAPICreateBrowserLoginFlowRequest) LoginChallenge(loginChallenge string) FrontendAPICreateBrowserLoginFlowRequest
An optional Hydra login challenge. If present, Kratos will cooperate with Ory Hydra to act as an OAuth2 identity provider. The value for this parameter comes from `login_challenge` URL Query parameter sent to your application (e.g. `/login?login_challenge=abcde`).
func (FrontendAPICreateBrowserLoginFlowRequest) Organization ¶ added in v1.3.0
func (r FrontendAPICreateBrowserLoginFlowRequest) Organization(organization string) FrontendAPICreateBrowserLoginFlowRequest
An optional organization ID that should be used for logging this user in. This parameter is only effective in the Ory Network.
func (FrontendAPICreateBrowserLoginFlowRequest) Refresh ¶ added in v1.3.0
func (r FrontendAPICreateBrowserLoginFlowRequest) Refresh(refresh bool) FrontendAPICreateBrowserLoginFlowRequest
Refresh a login session If set to true, this will refresh an existing login session by asking the user to sign in again. This will reset the authenticated_at time of the session.
func (FrontendAPICreateBrowserLoginFlowRequest) ReturnTo ¶ added in v1.3.0
func (r FrontendAPICreateBrowserLoginFlowRequest) ReturnTo(returnTo string) FrontendAPICreateBrowserLoginFlowRequest
The URL to return the browser to after the flow was completed.
func (FrontendAPICreateBrowserLoginFlowRequest) Via ¶ added in v1.8.0
func (r FrontendAPICreateBrowserLoginFlowRequest) Via(via string) FrontendAPICreateBrowserLoginFlowRequest
Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows.
type FrontendAPICreateBrowserLogoutFlowRequest ¶ added in v1.3.0
type FrontendAPICreateBrowserLogoutFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPICreateBrowserLogoutFlowRequest) Cookie ¶ added in v1.3.0
func (r FrontendAPICreateBrowserLogoutFlowRequest) Cookie(cookie string) FrontendAPICreateBrowserLogoutFlowRequest
HTTP Cookies If you call this endpoint from a backend, please include the original Cookie header in the request.
func (FrontendAPICreateBrowserLogoutFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPICreateBrowserLogoutFlowRequest) Execute() (*LogoutFlow, *http.Response, error)
func (FrontendAPICreateBrowserLogoutFlowRequest) ReturnTo ¶ added in v1.3.0
func (r FrontendAPICreateBrowserLogoutFlowRequest) ReturnTo(returnTo string) FrontendAPICreateBrowserLogoutFlowRequest
Return to URL The URL to which the browser should be redirected to after the logout has been performed.
type FrontendAPICreateBrowserRecoveryFlowRequest ¶ added in v1.3.0
type FrontendAPICreateBrowserRecoveryFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPICreateBrowserRecoveryFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPICreateBrowserRecoveryFlowRequest) Execute() (*RecoveryFlow, *http.Response, error)
func (FrontendAPICreateBrowserRecoveryFlowRequest) ReturnTo ¶ added in v1.3.0
func (r FrontendAPICreateBrowserRecoveryFlowRequest) ReturnTo(returnTo string) FrontendAPICreateBrowserRecoveryFlowRequest
The URL to return the browser to after the flow was completed.
type FrontendAPICreateBrowserRegistrationFlowRequest ¶ added in v1.3.0
type FrontendAPICreateBrowserRegistrationFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPICreateBrowserRegistrationFlowRequest) AfterVerificationReturnTo ¶ added in v1.3.0
func (r FrontendAPICreateBrowserRegistrationFlowRequest) AfterVerificationReturnTo(afterVerificationReturnTo string) FrontendAPICreateBrowserRegistrationFlowRequest
The URL to return the browser to after the verification flow was completed. After the registration flow is completed, the user will be sent a verification email. Upon completing the verification flow, this URL will be used to override the default `selfservice.flows.verification.after.default_redirect_to` value.
func (FrontendAPICreateBrowserRegistrationFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPICreateBrowserRegistrationFlowRequest) Execute() (*RegistrationFlow, *http.Response, error)
func (FrontendAPICreateBrowserRegistrationFlowRequest) LoginChallenge ¶ added in v1.3.0
func (r FrontendAPICreateBrowserRegistrationFlowRequest) LoginChallenge(loginChallenge string) FrontendAPICreateBrowserRegistrationFlowRequest
Ory OAuth 2.0 Login Challenge. If set will cooperate with Ory OAuth2 and OpenID to act as an OAuth2 server / OpenID Provider. The value for this parameter comes from `login_challenge` URL Query parameter sent to your application (e.g. `/registration?login_challenge=abcde`). This feature is compatible with Ory Hydra when not running on the Ory Network.
func (FrontendAPICreateBrowserRegistrationFlowRequest) Organization ¶ added in v1.3.0
func (r FrontendAPICreateBrowserRegistrationFlowRequest) Organization(organization string) FrontendAPICreateBrowserRegistrationFlowRequest
func (FrontendAPICreateBrowserRegistrationFlowRequest) ReturnTo ¶ added in v1.3.0
func (r FrontendAPICreateBrowserRegistrationFlowRequest) ReturnTo(returnTo string) FrontendAPICreateBrowserRegistrationFlowRequest
The URL to return the browser to after the flow was completed.
type FrontendAPICreateBrowserSettingsFlowRequest ¶ added in v1.3.0
type FrontendAPICreateBrowserSettingsFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPICreateBrowserSettingsFlowRequest) Cookie ¶ added in v1.3.0
func (r FrontendAPICreateBrowserSettingsFlowRequest) Cookie(cookie string) FrontendAPICreateBrowserSettingsFlowRequest
HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
func (FrontendAPICreateBrowserSettingsFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPICreateBrowserSettingsFlowRequest) Execute() (*SettingsFlow, *http.Response, error)
func (FrontendAPICreateBrowserSettingsFlowRequest) ReturnTo ¶ added in v1.3.0
func (r FrontendAPICreateBrowserSettingsFlowRequest) ReturnTo(returnTo string) FrontendAPICreateBrowserSettingsFlowRequest
The URL to return the browser to after the flow was completed.
type FrontendAPICreateBrowserVerificationFlowRequest ¶ added in v1.3.0
type FrontendAPICreateBrowserVerificationFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPICreateBrowserVerificationFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPICreateBrowserVerificationFlowRequest) Execute() (*VerificationFlow, *http.Response, error)
func (FrontendAPICreateBrowserVerificationFlowRequest) ReturnTo ¶ added in v1.3.0
func (r FrontendAPICreateBrowserVerificationFlowRequest) ReturnTo(returnTo string) FrontendAPICreateBrowserVerificationFlowRequest
The URL to return the browser to after the flow was completed.
type FrontendAPICreateNativeLoginFlowRequest ¶ added in v1.3.0
type FrontendAPICreateNativeLoginFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPICreateNativeLoginFlowRequest) Aal ¶ added in v1.3.0
func (r FrontendAPICreateNativeLoginFlowRequest) Aal(aal string) FrontendAPICreateNativeLoginFlowRequest
Request a Specific AuthenticationMethod Assurance Level Use this parameter to upgrade an existing session's authenticator assurance level (AAL). This allows you to ask for multi-factor authentication. When an identity sign in using e.g. username+password, the AAL is 1. If you wish to \"upgrade\" the session's security by asking the user to perform TOTP / WebAuth/ ... you would set this to \"aal2\".
func (FrontendAPICreateNativeLoginFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPICreateNativeLoginFlowRequest) Execute() (*LoginFlow, *http.Response, error)
func (FrontendAPICreateNativeLoginFlowRequest) Refresh ¶ added in v1.3.0
func (r FrontendAPICreateNativeLoginFlowRequest) Refresh(refresh bool) FrontendAPICreateNativeLoginFlowRequest
Refresh a login session If set to true, this will refresh an existing login session by asking the user to sign in again. This will reset the authenticated_at time of the session.
func (FrontendAPICreateNativeLoginFlowRequest) ReturnSessionTokenExchangeCode ¶ added in v1.3.0
func (r FrontendAPICreateNativeLoginFlowRequest) ReturnSessionTokenExchangeCode(returnSessionTokenExchangeCode bool) FrontendAPICreateNativeLoginFlowRequest
EnableSessionTokenExchangeCode requests the login flow to include a code that can be used to retrieve the session token after the login flow has been completed.
func (FrontendAPICreateNativeLoginFlowRequest) ReturnTo ¶ added in v1.3.0
func (r FrontendAPICreateNativeLoginFlowRequest) ReturnTo(returnTo string) FrontendAPICreateNativeLoginFlowRequest
The URL to return the browser to after the flow was completed.
func (FrontendAPICreateNativeLoginFlowRequest) Via ¶ added in v1.6.1
func (r FrontendAPICreateNativeLoginFlowRequest) Via(via string) FrontendAPICreateNativeLoginFlowRequest
Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows.
func (FrontendAPICreateNativeLoginFlowRequest) XSessionToken ¶ added in v1.3.0
func (r FrontendAPICreateNativeLoginFlowRequest) XSessionToken(xSessionToken string) FrontendAPICreateNativeLoginFlowRequest
The Session Token of the Identity performing the settings flow.
type FrontendAPICreateNativeRecoveryFlowRequest ¶ added in v1.3.0
type FrontendAPICreateNativeRecoveryFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPICreateNativeRecoveryFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPICreateNativeRecoveryFlowRequest) Execute() (*RecoveryFlow, *http.Response, error)
type FrontendAPICreateNativeRegistrationFlowRequest ¶ added in v1.3.0
type FrontendAPICreateNativeRegistrationFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPICreateNativeRegistrationFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPICreateNativeRegistrationFlowRequest) Execute() (*RegistrationFlow, *http.Response, error)
func (FrontendAPICreateNativeRegistrationFlowRequest) ReturnSessionTokenExchangeCode ¶ added in v1.3.0
func (r FrontendAPICreateNativeRegistrationFlowRequest) ReturnSessionTokenExchangeCode(returnSessionTokenExchangeCode bool) FrontendAPICreateNativeRegistrationFlowRequest
EnableSessionTokenExchangeCode requests the login flow to include a code that can be used to retrieve the session token after the login flow has been completed.
func (FrontendAPICreateNativeRegistrationFlowRequest) ReturnTo ¶ added in v1.3.0
func (r FrontendAPICreateNativeRegistrationFlowRequest) ReturnTo(returnTo string) FrontendAPICreateNativeRegistrationFlowRequest
The URL to return the browser to after the flow was completed.
type FrontendAPICreateNativeSettingsFlowRequest ¶ added in v1.3.0
type FrontendAPICreateNativeSettingsFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPICreateNativeSettingsFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPICreateNativeSettingsFlowRequest) Execute() (*SettingsFlow, *http.Response, error)
func (FrontendAPICreateNativeSettingsFlowRequest) XSessionToken ¶ added in v1.3.0
func (r FrontendAPICreateNativeSettingsFlowRequest) XSessionToken(xSessionToken string) FrontendAPICreateNativeSettingsFlowRequest
The Session Token of the Identity performing the settings flow.
type FrontendAPICreateNativeVerificationFlowRequest ¶ added in v1.3.0
type FrontendAPICreateNativeVerificationFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPICreateNativeVerificationFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPICreateNativeVerificationFlowRequest) Execute() (*VerificationFlow, *http.Response, error)
type FrontendAPIDisableMyOtherSessionsRequest ¶ added in v1.3.0
type FrontendAPIDisableMyOtherSessionsRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPIDisableMyOtherSessionsRequest) Cookie ¶ added in v1.3.0
func (r FrontendAPIDisableMyOtherSessionsRequest) Cookie(cookie string) FrontendAPIDisableMyOtherSessionsRequest
Set the Cookie Header. This is especially useful when calling this endpoint from a server-side application. In that scenario you must include the HTTP Cookie Header which originally was included in the request to your server. An example of a session in the HTTP Cookie Header is: `ory_kratos_session=a19iOVAbdzdgl70Rq1QZmrKmcjDtdsviCTZx7m9a9yHIUS8Wa9T7hvqyGTsLHi6Qifn2WUfpAKx9DWp0SJGleIn9vh2YF4A16id93kXFTgIgmwIOvbVAScyrx7yVl6bPZnCx27ec4WQDtaTewC1CpgudeDV2jQQnSaCP6ny3xa8qLH-QUgYqdQuoA_LF1phxgRCUfIrCLQOkolX5nv3ze_f==`. It is ok if more than one cookie are included here as all other cookies will be ignored.
func (FrontendAPIDisableMyOtherSessionsRequest) Execute ¶ added in v1.3.0
func (r FrontendAPIDisableMyOtherSessionsRequest) Execute() (*DeleteMySessionsCount, *http.Response, error)
func (FrontendAPIDisableMyOtherSessionsRequest) XSessionToken ¶ added in v1.3.0
func (r FrontendAPIDisableMyOtherSessionsRequest) XSessionToken(xSessionToken string) FrontendAPIDisableMyOtherSessionsRequest
Set the Session Token when calling from non-browser clients. A session token has a format of `MP2YWEMeM8MxjkGKpH4dqOQ4Q4DlSPaj`.
type FrontendAPIDisableMySessionRequest ¶ added in v1.3.0
type FrontendAPIDisableMySessionRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPIDisableMySessionRequest) Cookie ¶ added in v1.3.0
func (r FrontendAPIDisableMySessionRequest) Cookie(cookie string) FrontendAPIDisableMySessionRequest
Set the Cookie Header. This is especially useful when calling this endpoint from a server-side application. In that scenario you must include the HTTP Cookie Header which originally was included in the request to your server. An example of a session in the HTTP Cookie Header is: `ory_kratos_session=a19iOVAbdzdgl70Rq1QZmrKmcjDtdsviCTZx7m9a9yHIUS8Wa9T7hvqyGTsLHi6Qifn2WUfpAKx9DWp0SJGleIn9vh2YF4A16id93kXFTgIgmwIOvbVAScyrx7yVl6bPZnCx27ec4WQDtaTewC1CpgudeDV2jQQnSaCP6ny3xa8qLH-QUgYqdQuoA_LF1phxgRCUfIrCLQOkolX5nv3ze_f==`. It is ok if more than one cookie are included here as all other cookies will be ignored.
func (FrontendAPIDisableMySessionRequest) Execute ¶ added in v1.3.0
func (r FrontendAPIDisableMySessionRequest) Execute() (*http.Response, error)
func (FrontendAPIDisableMySessionRequest) XSessionToken ¶ added in v1.3.0
func (r FrontendAPIDisableMySessionRequest) XSessionToken(xSessionToken string) FrontendAPIDisableMySessionRequest
Set the Session Token when calling from non-browser clients. A session token has a format of `MP2YWEMeM8MxjkGKpH4dqOQ4Q4DlSPaj`.
type FrontendAPIExchangeSessionTokenRequest ¶ added in v1.3.0
type FrontendAPIExchangeSessionTokenRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPIExchangeSessionTokenRequest) Execute ¶ added in v1.3.0
func (r FrontendAPIExchangeSessionTokenRequest) Execute() (*SuccessfulNativeLogin, *http.Response, error)
func (FrontendAPIExchangeSessionTokenRequest) InitCode ¶ added in v1.3.0
func (r FrontendAPIExchangeSessionTokenRequest) InitCode(initCode string) FrontendAPIExchangeSessionTokenRequest
The part of the code return when initializing the flow.
func (FrontendAPIExchangeSessionTokenRequest) ReturnToCode ¶ added in v1.3.0
func (r FrontendAPIExchangeSessionTokenRequest) ReturnToCode(returnToCode string) FrontendAPIExchangeSessionTokenRequest
The part of the code returned by the return_to URL.
type FrontendAPIGetFlowErrorRequest ¶ added in v1.3.0
type FrontendAPIGetFlowErrorRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPIGetFlowErrorRequest) Execute ¶ added in v1.3.0
func (r FrontendAPIGetFlowErrorRequest) Execute() (*FlowError, *http.Response, error)
func (FrontendAPIGetFlowErrorRequest) Id ¶ added in v1.3.0
func (r FrontendAPIGetFlowErrorRequest) Id(id string) FrontendAPIGetFlowErrorRequest
Error is the error's ID
type FrontendAPIGetLoginFlowRequest ¶ added in v1.3.0
type FrontendAPIGetLoginFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPIGetLoginFlowRequest) Cookie ¶ added in v1.3.0
func (r FrontendAPIGetLoginFlowRequest) Cookie(cookie string) FrontendAPIGetLoginFlowRequest
HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
func (FrontendAPIGetLoginFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPIGetLoginFlowRequest) Execute() (*LoginFlow, *http.Response, error)
func (FrontendAPIGetLoginFlowRequest) Id ¶ added in v1.3.0
func (r FrontendAPIGetLoginFlowRequest) Id(id string) FrontendAPIGetLoginFlowRequest
The Login Flow ID The value for this parameter comes from `flow` URL Query parameter sent to your application (e.g. `/login?flow=abcde`).
type FrontendAPIGetRecoveryFlowRequest ¶ added in v1.3.0
type FrontendAPIGetRecoveryFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPIGetRecoveryFlowRequest) Cookie ¶ added in v1.3.0
func (r FrontendAPIGetRecoveryFlowRequest) Cookie(cookie string) FrontendAPIGetRecoveryFlowRequest
HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
func (FrontendAPIGetRecoveryFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPIGetRecoveryFlowRequest) Execute() (*RecoveryFlow, *http.Response, error)
func (FrontendAPIGetRecoveryFlowRequest) Id ¶ added in v1.3.0
func (r FrontendAPIGetRecoveryFlowRequest) Id(id string) FrontendAPIGetRecoveryFlowRequest
The Flow ID The value for this parameter comes from `request` URL Query parameter sent to your application (e.g. `/recovery?flow=abcde`).
type FrontendAPIGetRegistrationFlowRequest ¶ added in v1.3.0
type FrontendAPIGetRegistrationFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPIGetRegistrationFlowRequest) Cookie ¶ added in v1.3.0
func (r FrontendAPIGetRegistrationFlowRequest) Cookie(cookie string) FrontendAPIGetRegistrationFlowRequest
HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
func (FrontendAPIGetRegistrationFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPIGetRegistrationFlowRequest) Execute() (*RegistrationFlow, *http.Response, error)
type FrontendAPIGetSettingsFlowRequest ¶ added in v1.3.0
type FrontendAPIGetSettingsFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPIGetSettingsFlowRequest) Cookie ¶ added in v1.3.0
func (r FrontendAPIGetSettingsFlowRequest) Cookie(cookie string) FrontendAPIGetSettingsFlowRequest
HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
func (FrontendAPIGetSettingsFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPIGetSettingsFlowRequest) Execute() (*SettingsFlow, *http.Response, error)
func (FrontendAPIGetSettingsFlowRequest) Id ¶ added in v1.3.0
func (r FrontendAPIGetSettingsFlowRequest) Id(id string) FrontendAPIGetSettingsFlowRequest
ID is the Settings Flow ID The value for this parameter comes from `flow` URL Query parameter sent to your application (e.g. `/settings?flow=abcde`).
func (FrontendAPIGetSettingsFlowRequest) XSessionToken ¶ added in v1.3.0
func (r FrontendAPIGetSettingsFlowRequest) XSessionToken(xSessionToken string) FrontendAPIGetSettingsFlowRequest
The Session Token When using the SDK in an app without a browser, please include the session token here.
type FrontendAPIGetVerificationFlowRequest ¶ added in v1.3.0
type FrontendAPIGetVerificationFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPIGetVerificationFlowRequest) Cookie ¶ added in v1.3.0
func (r FrontendAPIGetVerificationFlowRequest) Cookie(cookie string) FrontendAPIGetVerificationFlowRequest
HTTP Cookies When using the SDK on the server side you must include the HTTP Cookie Header originally sent to your HTTP handler here.
func (FrontendAPIGetVerificationFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPIGetVerificationFlowRequest) Execute() (*VerificationFlow, *http.Response, error)
type FrontendAPIGetWebAuthnJavaScriptRequest ¶ added in v1.3.0
type FrontendAPIGetWebAuthnJavaScriptRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
type FrontendAPIListMySessionsRequest ¶ added in v1.3.0
type FrontendAPIListMySessionsRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPIListMySessionsRequest) Cookie ¶ added in v1.3.0
func (r FrontendAPIListMySessionsRequest) Cookie(cookie string) FrontendAPIListMySessionsRequest
Set the Cookie Header. This is especially useful when calling this endpoint from a server-side application. In that scenario you must include the HTTP Cookie Header which originally was included in the request to your server. An example of a session in the HTTP Cookie Header is: `ory_kratos_session=a19iOVAbdzdgl70Rq1QZmrKmcjDtdsviCTZx7m9a9yHIUS8Wa9T7hvqyGTsLHi6Qifn2WUfpAKx9DWp0SJGleIn9vh2YF4A16id93kXFTgIgmwIOvbVAScyrx7yVl6bPZnCx27ec4WQDtaTewC1CpgudeDV2jQQnSaCP6ny3xa8qLH-QUgYqdQuoA_LF1phxgRCUfIrCLQOkolX5nv3ze_f==`. It is ok if more than one cookie are included here as all other cookies will be ignored.
func (FrontendAPIListMySessionsRequest) Execute ¶ added in v1.3.0
func (r FrontendAPIListMySessionsRequest) Execute() ([]Session, *http.Response, error)
func (FrontendAPIListMySessionsRequest) Page ¶ added in v1.3.0
func (r FrontendAPIListMySessionsRequest) Page(page int64) FrontendAPIListMySessionsRequest
Deprecated Pagination Page DEPRECATED: Please use `page_token` instead. This parameter will be removed in the future. This value is currently an integer, but it is not sequential. The value is not the page number, but a reference. The next page can be any number and some numbers might return an empty list. For example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist. The first page can be retrieved by omitting this parameter. Following page pointers will be returned in the `Link` header.
func (FrontendAPIListMySessionsRequest) PageSize ¶ added in v1.3.0
func (r FrontendAPIListMySessionsRequest) PageSize(pageSize int64) FrontendAPIListMySessionsRequest
Page Size This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
func (FrontendAPIListMySessionsRequest) PageToken ¶ added in v1.3.0
func (r FrontendAPIListMySessionsRequest) PageToken(pageToken string) FrontendAPIListMySessionsRequest
Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
func (FrontendAPIListMySessionsRequest) PerPage ¶ added in v1.3.0
func (r FrontendAPIListMySessionsRequest) PerPage(perPage int64) FrontendAPIListMySessionsRequest
Deprecated Items per Page DEPRECATED: Please use `page_token` instead. This parameter will be removed in the future. This is the number of items per page.
func (FrontendAPIListMySessionsRequest) XSessionToken ¶ added in v1.3.0
func (r FrontendAPIListMySessionsRequest) XSessionToken(xSessionToken string) FrontendAPIListMySessionsRequest
Set the Session Token when calling from non-browser clients. A session token has a format of `MP2YWEMeM8MxjkGKpH4dqOQ4Q4DlSPaj`.
type FrontendAPIPerformNativeLogoutRequest ¶ added in v1.3.0
type FrontendAPIPerformNativeLogoutRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPIPerformNativeLogoutRequest) Execute ¶ added in v1.3.0
func (r FrontendAPIPerformNativeLogoutRequest) Execute() (*http.Response, error)
func (FrontendAPIPerformNativeLogoutRequest) PerformNativeLogoutBody ¶ added in v1.3.0
func (r FrontendAPIPerformNativeLogoutRequest) PerformNativeLogoutBody(performNativeLogoutBody PerformNativeLogoutBody) FrontendAPIPerformNativeLogoutRequest
type FrontendAPIService ¶ added in v1.3.0
type FrontendAPIService service
FrontendAPIService FrontendAPI service
func (*FrontendAPIService) CreateBrowserLoginFlow ¶ added in v1.3.0
func (a *FrontendAPIService) CreateBrowserLoginFlow(ctx context.Context) FrontendAPICreateBrowserLoginFlowRequest
CreateBrowserLoginFlow Create Login Flow for Browsers
This endpoint initializes a browser-based user login flow. This endpoint will set the appropriate cookies and anti-CSRF measures required for browser-based flows.
If this endpoint is opened as a link in the browser, it will be redirected to `selfservice.flows.login.ui_url` with the flow ID set as the query parameter `?flow=`. If a valid user session exists already, the browser will be redirected to `urls.default_redirect_url` unless the query parameter `?refresh=true` was set.
If this endpoint is called via an AJAX request, the response contains the flow without a redirect. In the case of an error, the `error.id` of the JSON response body can be one of:
`session_already_available`: The user is already signed in. `session_aal1_required`: Multi-factor auth (e.g. 2fa) was requested but the user has no session yet. `security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred. `security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!
The optional query parameter login_challenge is set when using Kratos with Hydra in an OAuth2 flow. See the oauth2_provider.url configuration option.
This endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed.
More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPICreateBrowserLoginFlowRequest
func (*FrontendAPIService) CreateBrowserLoginFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) CreateBrowserLoginFlowExecute(r FrontendAPICreateBrowserLoginFlowRequest) (*LoginFlow, *http.Response, error)
Execute executes the request
@return LoginFlow
func (*FrontendAPIService) CreateBrowserLogoutFlow ¶ added in v1.3.0
func (a *FrontendAPIService) CreateBrowserLogoutFlow(ctx context.Context) FrontendAPICreateBrowserLogoutFlowRequest
CreateBrowserLogoutFlow Create a Logout URL for Browsers
This endpoint initializes a browser-based user logout flow and a URL which can be used to log out the user.
This endpoint is NOT INTENDED for API clients and only works with browsers (Chrome, Firefox, ...). For API clients you can call the `/self-service/logout/api` URL directly with the Ory Session Token.
The URL is only valid for the currently signed in user. If no user is signed in, this endpoint returns a 401 error.
When calling this endpoint from a backend, please ensure to properly forward the HTTP cookies.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPICreateBrowserLogoutFlowRequest
func (*FrontendAPIService) CreateBrowserLogoutFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) CreateBrowserLogoutFlowExecute(r FrontendAPICreateBrowserLogoutFlowRequest) (*LogoutFlow, *http.Response, error)
Execute executes the request
@return LogoutFlow
func (*FrontendAPIService) CreateBrowserRecoveryFlow ¶ added in v1.3.0
func (a *FrontendAPIService) CreateBrowserRecoveryFlow(ctx context.Context) FrontendAPICreateBrowserRecoveryFlowRequest
CreateBrowserRecoveryFlow Create Recovery Flow for Browsers
This endpoint initializes a browser-based account recovery flow. Once initialized, the browser will be redirected to `selfservice.flows.recovery.ui_url` with the flow ID set as the query parameter `?flow=`. If a valid user session exists, the browser is returned to the configured return URL.
If this endpoint is called via an AJAX request, the response contains the recovery flow without any redirects or a 400 bad request error if the user is already authenticated.
This endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed.
More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPICreateBrowserRecoveryFlowRequest
func (*FrontendAPIService) CreateBrowserRecoveryFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) CreateBrowserRecoveryFlowExecute(r FrontendAPICreateBrowserRecoveryFlowRequest) (*RecoveryFlow, *http.Response, error)
Execute executes the request
@return RecoveryFlow
func (*FrontendAPIService) CreateBrowserRegistrationFlow ¶ added in v1.3.0
func (a *FrontendAPIService) CreateBrowserRegistrationFlow(ctx context.Context) FrontendAPICreateBrowserRegistrationFlowRequest
CreateBrowserRegistrationFlow Create Registration Flow for Browsers
This endpoint initializes a browser-based user registration flow. This endpoint will set the appropriate cookies and anti-CSRF measures required for browser-based flows.
If this endpoint is opened as a link in the browser, it will be redirected to `selfservice.flows.registration.ui_url` with the flow ID set as the query parameter `?flow=`. If a valid user session exists already, the browser will be redirected to `urls.default_redirect_url`.
If this endpoint is called via an AJAX request, the response contains the flow without a redirect. In the case of an error, the `error.id` of the JSON response body can be one of:
`session_already_available`: The user is already signed in. `security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred. `security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!
If this endpoint is called via an AJAX request, the response contains the registration flow without a redirect.
This endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed.
More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPICreateBrowserRegistrationFlowRequest
func (*FrontendAPIService) CreateBrowserRegistrationFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) CreateBrowserRegistrationFlowExecute(r FrontendAPICreateBrowserRegistrationFlowRequest) (*RegistrationFlow, *http.Response, error)
Execute executes the request
@return RegistrationFlow
func (*FrontendAPIService) CreateBrowserSettingsFlow ¶ added in v1.3.0
func (a *FrontendAPIService) CreateBrowserSettingsFlow(ctx context.Context) FrontendAPICreateBrowserSettingsFlowRequest
CreateBrowserSettingsFlow Create Settings Flow for Browsers
This endpoint initializes a browser-based user settings flow. Once initialized, the browser will be redirected to `selfservice.flows.settings.ui_url` with the flow ID set as the query parameter `?flow=`. If no valid Ory Kratos Session Cookie is included in the request, a login flow will be initialized.
If this endpoint is opened as a link in the browser, it will be redirected to `selfservice.flows.settings.ui_url` with the flow ID set as the query parameter `?flow=`. If no valid user session was set, the browser will be redirected to the login endpoint.
If this endpoint is called via an AJAX request, the response contains the settings flow without any redirects or a 401 forbidden error if no valid session was set.
Depending on your configuration this endpoint might return a 403 error if the session has a lower Authenticator Assurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn credentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user to sign in with the second factor (happens automatically for server-side browser flows) or change the configuration.
If this endpoint is called via an AJAX request, the response contains the flow without a redirect. In the case of an error, the `error.id` of the JSON response body can be one of:
`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred. `session_inactive`: No Ory Session was found - sign in a user first. `security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!
This endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed.
More information can be found at [Ory Kratos User Settings & Profile Management Documentation](../self-service/flows/user-settings).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPICreateBrowserSettingsFlowRequest
func (*FrontendAPIService) CreateBrowserSettingsFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) CreateBrowserSettingsFlowExecute(r FrontendAPICreateBrowserSettingsFlowRequest) (*SettingsFlow, *http.Response, error)
Execute executes the request
@return SettingsFlow
func (*FrontendAPIService) CreateBrowserVerificationFlow ¶ added in v1.3.0
func (a *FrontendAPIService) CreateBrowserVerificationFlow(ctx context.Context) FrontendAPICreateBrowserVerificationFlowRequest
CreateBrowserVerificationFlow Create Verification Flow for Browser Clients
This endpoint initializes a browser-based account verification flow. Once initialized, the browser will be redirected to `selfservice.flows.verification.ui_url` with the flow ID set as the query parameter `?flow=`.
If this endpoint is called via an AJAX request, the response contains the recovery flow without any redirects.
This endpoint is NOT INTENDED for API clients and only works with browsers (Chrome, Firefox, ...).
More information can be found at [Ory Kratos Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPICreateBrowserVerificationFlowRequest
func (*FrontendAPIService) CreateBrowserVerificationFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) CreateBrowserVerificationFlowExecute(r FrontendAPICreateBrowserVerificationFlowRequest) (*VerificationFlow, *http.Response, error)
Execute executes the request
@return VerificationFlow
func (*FrontendAPIService) CreateNativeLoginFlow ¶ added in v1.3.0
func (a *FrontendAPIService) CreateNativeLoginFlow(ctx context.Context) FrontendAPICreateNativeLoginFlowRequest
CreateNativeLoginFlow Create Login Flow for Native Apps
This endpoint initiates a login flow for native apps that do not use a browser, such as mobile devices, smart TVs, and so on.
If a valid provided session cookie or session token is provided, a 400 Bad Request error will be returned unless the URL query parameter `?refresh=true` is set.
To fetch an existing login flow call `/self-service/login/flows?flow=<flow_id>`.
You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make you vulnerable to a variety of CSRF attacks, including CSRF login attacks.
In the case of an error, the `error.id` of the JSON response body can be one of:
`session_already_available`: The user is already signed in. `session_aal1_required`: Multi-factor auth (e.g. 2fa) was requested but the user has no session yet. `security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.
This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).
More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPICreateNativeLoginFlowRequest
func (*FrontendAPIService) CreateNativeLoginFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) CreateNativeLoginFlowExecute(r FrontendAPICreateNativeLoginFlowRequest) (*LoginFlow, *http.Response, error)
Execute executes the request
@return LoginFlow
func (*FrontendAPIService) CreateNativeRecoveryFlow ¶ added in v1.3.0
func (a *FrontendAPIService) CreateNativeRecoveryFlow(ctx context.Context) FrontendAPICreateNativeRecoveryFlowRequest
CreateNativeRecoveryFlow Create Recovery Flow for Native Apps
This endpoint initiates a recovery flow for API clients such as mobile devices, smart TVs, and so on.
If a valid provided session cookie or session token is provided, a 400 Bad Request error.
On an existing recovery flow, use the `getRecoveryFlow` API endpoint.
You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make you vulnerable to a variety of CSRF attacks.
This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).
More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPICreateNativeRecoveryFlowRequest
func (*FrontendAPIService) CreateNativeRecoveryFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) CreateNativeRecoveryFlowExecute(r FrontendAPICreateNativeRecoveryFlowRequest) (*RecoveryFlow, *http.Response, error)
Execute executes the request
@return RecoveryFlow
func (*FrontendAPIService) CreateNativeRegistrationFlow ¶ added in v1.3.0
func (a *FrontendAPIService) CreateNativeRegistrationFlow(ctx context.Context) FrontendAPICreateNativeRegistrationFlowRequest
CreateNativeRegistrationFlow Create Registration Flow for Native Apps
This endpoint initiates a registration flow for API clients such as mobile devices, smart TVs, and so on.
If a valid provided session cookie or session token is provided, a 400 Bad Request error will be returned unless the URL query parameter `?refresh=true` is set.
To fetch an existing registration flow call `/self-service/registration/flows?flow=<flow_id>`.
You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make you vulnerable to a variety of CSRF attacks.
In the case of an error, the `error.id` of the JSON response body can be one of:
`session_already_available`: The user is already signed in. `security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.
This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).
More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPICreateNativeRegistrationFlowRequest
func (*FrontendAPIService) CreateNativeRegistrationFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) CreateNativeRegistrationFlowExecute(r FrontendAPICreateNativeRegistrationFlowRequest) (*RegistrationFlow, *http.Response, error)
Execute executes the request
@return RegistrationFlow
func (*FrontendAPIService) CreateNativeSettingsFlow ¶ added in v1.3.0
func (a *FrontendAPIService) CreateNativeSettingsFlow(ctx context.Context) FrontendAPICreateNativeSettingsFlowRequest
CreateNativeSettingsFlow Create Settings Flow for Native Apps
This endpoint initiates a settings flow for API clients such as mobile devices, smart TVs, and so on. You must provide a valid Ory Kratos Session Token for this endpoint to respond with HTTP 200 OK.
To fetch an existing settings flow call `/self-service/settings/flows?flow=<flow_id>`.
You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make you vulnerable to a variety of CSRF attacks.
Depending on your configuration this endpoint might return a 403 error if the session has a lower Authenticator Assurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn credentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user to sign in with the second factor or change the configuration.
In the case of an error, the `error.id` of the JSON response body can be one of:
`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred. `session_inactive`: No Ory Session was found - sign in a user first.
This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).
More information can be found at [Ory Kratos User Settings & Profile Management Documentation](../self-service/flows/user-settings).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPICreateNativeSettingsFlowRequest
func (*FrontendAPIService) CreateNativeSettingsFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) CreateNativeSettingsFlowExecute(r FrontendAPICreateNativeSettingsFlowRequest) (*SettingsFlow, *http.Response, error)
Execute executes the request
@return SettingsFlow
func (*FrontendAPIService) CreateNativeVerificationFlow ¶ added in v1.3.0
func (a *FrontendAPIService) CreateNativeVerificationFlow(ctx context.Context) FrontendAPICreateNativeVerificationFlowRequest
CreateNativeVerificationFlow Create Verification Flow for Native Apps
This endpoint initiates a verification flow for API clients such as mobile devices, smart TVs, and so on.
To fetch an existing verification flow call `/self-service/verification/flows?flow=<flow_id>`.
You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make you vulnerable to a variety of CSRF attacks.
This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).
More information can be found at [Ory Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPICreateNativeVerificationFlowRequest
func (*FrontendAPIService) CreateNativeVerificationFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) CreateNativeVerificationFlowExecute(r FrontendAPICreateNativeVerificationFlowRequest) (*VerificationFlow, *http.Response, error)
Execute executes the request
@return VerificationFlow
func (*FrontendAPIService) DisableMyOtherSessions ¶ added in v1.3.0
func (a *FrontendAPIService) DisableMyOtherSessions(ctx context.Context) FrontendAPIDisableMyOtherSessionsRequest
DisableMyOtherSessions Disable my other sessions
Calling this endpoint invalidates all except the current session that belong to the logged-in user. Session data are not deleted.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPIDisableMyOtherSessionsRequest
func (*FrontendAPIService) DisableMyOtherSessionsExecute ¶ added in v1.3.0
func (a *FrontendAPIService) DisableMyOtherSessionsExecute(r FrontendAPIDisableMyOtherSessionsRequest) (*DeleteMySessionsCount, *http.Response, error)
Execute executes the request
@return DeleteMySessionsCount
func (*FrontendAPIService) DisableMySession ¶ added in v1.3.0
func (a *FrontendAPIService) DisableMySession(ctx context.Context, id string) FrontendAPIDisableMySessionRequest
DisableMySession Disable one of my sessions
Calling this endpoint invalidates the specified session. The current session cannot be revoked. Session data are not deleted.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id ID is the session's ID. @return FrontendAPIDisableMySessionRequest
func (*FrontendAPIService) DisableMySessionExecute ¶ added in v1.3.0
func (a *FrontendAPIService) DisableMySessionExecute(r FrontendAPIDisableMySessionRequest) (*http.Response, error)
Execute executes the request
func (*FrontendAPIService) ExchangeSessionToken ¶ added in v1.3.0
func (a *FrontendAPIService) ExchangeSessionToken(ctx context.Context) FrontendAPIExchangeSessionTokenRequest
ExchangeSessionToken Exchange Session Token
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPIExchangeSessionTokenRequest
func (*FrontendAPIService) ExchangeSessionTokenExecute ¶ added in v1.3.0
func (a *FrontendAPIService) ExchangeSessionTokenExecute(r FrontendAPIExchangeSessionTokenRequest) (*SuccessfulNativeLogin, *http.Response, error)
Execute executes the request
@return SuccessfulNativeLogin
func (*FrontendAPIService) GetFlowError ¶ added in v1.3.0
func (a *FrontendAPIService) GetFlowError(ctx context.Context) FrontendAPIGetFlowErrorRequest
GetFlowError Get User-Flow Errors
This endpoint returns the error associated with a user-facing self service errors.
This endpoint supports stub values to help you implement the error UI:
`?id=stub:500` - returns a stub 500 (Internal Server Error) error.
More information can be found at [Ory Kratos User User Facing Error Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-facing-errors).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPIGetFlowErrorRequest
func (*FrontendAPIService) GetFlowErrorExecute ¶ added in v1.3.0
func (a *FrontendAPIService) GetFlowErrorExecute(r FrontendAPIGetFlowErrorRequest) (*FlowError, *http.Response, error)
Execute executes the request
@return FlowError
func (*FrontendAPIService) GetLoginFlow ¶ added in v1.3.0
func (a *FrontendAPIService) GetLoginFlow(ctx context.Context) FrontendAPIGetLoginFlowRequest
GetLoginFlow Get Login Flow
This endpoint returns a login flow's context with, for example, error details and other information.
Browser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header. For AJAX requests you must ensure that cookies are included in the request or requests will fail.
If you use the browser-flow for server-side apps, the services need to run on a common top-level-domain and you need to forward the incoming HTTP Cookie header to this endpoint:
```js pseudo-code example router.get('/login', async function (req, res) { const flow = await client.getLoginFlow(req.header('cookie'), req.query['flow'])
res.render('login', flow) }) ```
This request may fail due to several reasons. The `error.id` can be one of:
`session_already_available`: The user is already signed in. `self_service_flow_expired`: The flow is expired and you should request a new one.
More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPIGetLoginFlowRequest
func (*FrontendAPIService) GetLoginFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) GetLoginFlowExecute(r FrontendAPIGetLoginFlowRequest) (*LoginFlow, *http.Response, error)
Execute executes the request
@return LoginFlow
func (*FrontendAPIService) GetRecoveryFlow ¶ added in v1.3.0
func (a *FrontendAPIService) GetRecoveryFlow(ctx context.Context) FrontendAPIGetRecoveryFlowRequest
GetRecoveryFlow Get Recovery Flow
This endpoint returns a recovery flow's context with, for example, error details and other information.
Browser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header. For AJAX requests you must ensure that cookies are included in the request or requests will fail.
If you use the browser-flow for server-side apps, the services need to run on a common top-level-domain and you need to forward the incoming HTTP Cookie header to this endpoint:
```js pseudo-code example router.get('/recovery', async function (req, res) { const flow = await client.getRecoveryFlow(req.header('Cookie'), req.query['flow'])
res.render('recovery', flow) }) ```
More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPIGetRecoveryFlowRequest
func (*FrontendAPIService) GetRecoveryFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) GetRecoveryFlowExecute(r FrontendAPIGetRecoveryFlowRequest) (*RecoveryFlow, *http.Response, error)
Execute executes the request
@return RecoveryFlow
func (*FrontendAPIService) GetRegistrationFlow ¶ added in v1.3.0
func (a *FrontendAPIService) GetRegistrationFlow(ctx context.Context) FrontendAPIGetRegistrationFlowRequest
GetRegistrationFlow Get Registration Flow
This endpoint returns a registration flow's context with, for example, error details and other information.
Browser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header. For AJAX requests you must ensure that cookies are included in the request or requests will fail.
If you use the browser-flow for server-side apps, the services need to run on a common top-level-domain and you need to forward the incoming HTTP Cookie header to this endpoint:
```js pseudo-code example router.get('/registration', async function (req, res) { const flow = await client.getRegistrationFlow(req.header('cookie'), req.query['flow'])
res.render('registration', flow) }) ```
This request may fail due to several reasons. The `error.id` can be one of:
`session_already_available`: The user is already signed in. `self_service_flow_expired`: The flow is expired and you should request a new one.
More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPIGetRegistrationFlowRequest
func (*FrontendAPIService) GetRegistrationFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) GetRegistrationFlowExecute(r FrontendAPIGetRegistrationFlowRequest) (*RegistrationFlow, *http.Response, error)
Execute executes the request
@return RegistrationFlow
func (*FrontendAPIService) GetSettingsFlow ¶ added in v1.3.0
func (a *FrontendAPIService) GetSettingsFlow(ctx context.Context) FrontendAPIGetSettingsFlowRequest
GetSettingsFlow Get Settings Flow
When accessing this endpoint through Ory Kratos' Public API you must ensure that either the Ory Kratos Session Cookie or the Ory Kratos Session Token are set.
Depending on your configuration this endpoint might return a 403 error if the session has a lower Authenticator Assurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn credentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user to sign in with the second factor or change the configuration.
You can access this endpoint without credentials when using Ory Kratos' Admin API.
If this endpoint is called via an AJAX request, the response contains the flow without a redirect. In the case of an error, the `error.id` of the JSON response body can be one of:
`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred. `session_inactive`: No Ory Session was found - sign in a user first. `security_identity_mismatch`: The flow was interrupted with `session_refresh_required` but apparently some other identity logged in instead.
More information can be found at [Ory Kratos User Settings & Profile Management Documentation](../self-service/flows/user-settings).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPIGetSettingsFlowRequest
func (*FrontendAPIService) GetSettingsFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) GetSettingsFlowExecute(r FrontendAPIGetSettingsFlowRequest) (*SettingsFlow, *http.Response, error)
Execute executes the request
@return SettingsFlow
func (*FrontendAPIService) GetVerificationFlow ¶ added in v1.3.0
func (a *FrontendAPIService) GetVerificationFlow(ctx context.Context) FrontendAPIGetVerificationFlowRequest
GetVerificationFlow Get Verification Flow
This endpoint returns a verification flow's context with, for example, error details and other information.
Browser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header. For AJAX requests you must ensure that cookies are included in the request or requests will fail.
If you use the browser-flow for server-side apps, the services need to run on a common top-level-domain and you need to forward the incoming HTTP Cookie header to this endpoint:
```js pseudo-code example router.get('/recovery', async function (req, res) { const flow = await client.getVerificationFlow(req.header('cookie'), req.query['flow'])
res.render('verification', flow) }) ```
More information can be found at [Ory Kratos Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPIGetVerificationFlowRequest
func (*FrontendAPIService) GetVerificationFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) GetVerificationFlowExecute(r FrontendAPIGetVerificationFlowRequest) (*VerificationFlow, *http.Response, error)
Execute executes the request
@return VerificationFlow
func (*FrontendAPIService) GetWebAuthnJavaScript ¶ added in v1.3.0
func (a *FrontendAPIService) GetWebAuthnJavaScript(ctx context.Context) FrontendAPIGetWebAuthnJavaScriptRequest
GetWebAuthnJavaScript Get WebAuthn JavaScript
This endpoint provides JavaScript which is needed in order to perform WebAuthn login and registration.
If you are building a JavaScript Browser App (e.g. in ReactJS or AngularJS) you will need to load this file:
```html <script src="https://public-kratos.example.org/.well-known/ory/webauthn.js" type="script" async /> ```
More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPIGetWebAuthnJavaScriptRequest
func (*FrontendAPIService) GetWebAuthnJavaScriptExecute ¶ added in v1.3.0
func (a *FrontendAPIService) GetWebAuthnJavaScriptExecute(r FrontendAPIGetWebAuthnJavaScriptRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*FrontendAPIService) ListMySessions ¶ added in v1.3.0
func (a *FrontendAPIService) ListMySessions(ctx context.Context) FrontendAPIListMySessionsRequest
ListMySessions Get My Active Sessions
This endpoints returns all other active sessions that belong to the logged-in user. The current session can be retrieved by calling the `/sessions/whoami` endpoint.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPIListMySessionsRequest
func (*FrontendAPIService) ListMySessionsExecute ¶ added in v1.3.0
func (a *FrontendAPIService) ListMySessionsExecute(r FrontendAPIListMySessionsRequest) ([]Session, *http.Response, error)
Execute executes the request
@return []Session
func (*FrontendAPIService) PerformNativeLogout ¶ added in v1.3.0
func (a *FrontendAPIService) PerformNativeLogout(ctx context.Context) FrontendAPIPerformNativeLogoutRequest
PerformNativeLogout Perform Logout for Native Apps
Use this endpoint to log out an identity using an Ory Session Token. If the Ory Session Token was successfully revoked, the server returns a 204 No Content response. A 204 No Content response is also sent when the Ory Session Token has been revoked already before.
If the Ory Session Token is malformed or does not exist a 403 Forbidden response will be returned.
This endpoint does not remove any HTTP Cookies - use the Browser-Based Self-Service Logout Flow instead.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPIPerformNativeLogoutRequest
func (*FrontendAPIService) PerformNativeLogoutExecute ¶ added in v1.3.0
func (a *FrontendAPIService) PerformNativeLogoutExecute(r FrontendAPIPerformNativeLogoutRequest) (*http.Response, error)
Execute executes the request
func (*FrontendAPIService) ToSession ¶ added in v1.3.0
func (a *FrontendAPIService) ToSession(ctx context.Context) FrontendAPIToSessionRequest
ToSession Check Who the Current HTTP Session Belongs To
Uses the HTTP Headers in the GET request to determine (e.g. by using checking the cookies) who is authenticated. Returns a session object in the body or 401 if the credentials are invalid or no credentials were sent. When the request it successful it adds the user ID to the 'X-Kratos-Authenticated-Identity-Id' header in the response.
If you call this endpoint from a server-side application, you must forward the HTTP Cookie Header to this endpoint:
```js pseudo-code example router.get('/protected-endpoint', async function (req, res) { const session = await client.toSession(undefined, req.header('cookie'))
console.log(session) }) ```
When calling this endpoint from a non-browser application (e.g. mobile app) you must include the session token:
```js pseudo-code example ... const session = await client.toSession("the-session-token")
console.log(session) ```
When using a token template, the token is included in the `tokenized` field of the session.
```js pseudo-code example ... const session = await client.toSession("the-session-token", { tokenize_as: "example-jwt-template" })
console.log(session.tokenized) // The JWT ```
Depending on your configuration this endpoint might return a 403 status code if the session has a lower Authenticator Assurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn credentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user to sign in with the second factor or change the configuration.
This endpoint is useful for:
AJAX calls. Remember to send credentials and set up CORS correctly! Reverse proxies and API Gateways Server-side calls - use the `X-Session-Token` header!
This endpoint authenticates users by checking:
if the `Cookie` HTTP header was set containing an Ory Kratos Session Cookie; if the `Authorization: bearer <ory-session-token>` HTTP header was set with a valid Ory Kratos Session Token; if the `X-Session-Token` HTTP header was set with a valid Ory Kratos Session Token.
If none of these headers are set or the cookie or token are invalid, the endpoint returns a HTTP 401 status code.
As explained above, this request may fail due to several reasons. The `error.id` can be one of:
`session_inactive`: No active session was found in the request (e.g. no Ory Session Cookie / Ory Session Token). `session_aal2_required`: An active session was found but it does not fulfil the Authenticator Assurance Level, implying that the session must (e.g.) authenticate the second factor.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPIToSessionRequest
func (*FrontendAPIService) ToSessionExecute ¶ added in v1.3.0
func (a *FrontendAPIService) ToSessionExecute(r FrontendAPIToSessionRequest) (*Session, *http.Response, error)
Execute executes the request
@return Session
func (*FrontendAPIService) UpdateLoginFlow ¶ added in v1.3.0
func (a *FrontendAPIService) UpdateLoginFlow(ctx context.Context) FrontendAPIUpdateLoginFlowRequest
UpdateLoginFlow Submit a Login Flow
Use this endpoint to complete a login flow. This endpoint behaves differently for API and browser flows.
API flows expect `application/json` to be sent in the body and responds with HTTP 200 and a application/json body with the session token on success; HTTP 410 if the original flow expired with the appropriate error messages set and optionally a `use_flow_id` parameter in the body; HTTP 400 on form validation errors.
Browser flows expect a Content-Type of `application/x-www-form-urlencoded` or `application/json` to be sent in the body and respond with a HTTP 303 redirect to the post/after login URL or the `return_to` value if it was set and if the login succeeded; a HTTP 303 redirect to the login UI URL with the flow ID containing the validation errors otherwise.
Browser flows with an accept header of `application/json` will not redirect but instead respond with HTTP 200 and a application/json body with the signed in identity and a `Set-Cookie` header on success; HTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors.
If this endpoint is called with `Accept: application/json` in the header, the response contains the flow without a redirect. In the case of an error, the `error.id` of the JSON response body can be one of:
`session_already_available`: The user is already signed in. `security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred. `security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration! `browser_location_change_required`: Usually sent when an AJAX request indicates that the browser needs to open a specific URL. Most likely used in Social Sign In flows.
More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPIUpdateLoginFlowRequest
func (*FrontendAPIService) UpdateLoginFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) UpdateLoginFlowExecute(r FrontendAPIUpdateLoginFlowRequest) (*SuccessfulNativeLogin, *http.Response, error)
Execute executes the request
@return SuccessfulNativeLogin
func (*FrontendAPIService) UpdateLogoutFlow ¶ added in v1.3.0
func (a *FrontendAPIService) UpdateLogoutFlow(ctx context.Context) FrontendAPIUpdateLogoutFlowRequest
UpdateLogoutFlow Update Logout Flow
This endpoint logs out an identity in a self-service manner.
If the `Accept` HTTP header is not set to `application/json`, the browser will be redirected (HTTP 303 See Other) to the `return_to` parameter of the initial request or fall back to `urls.default_return_to`.
If the `Accept` HTTP header is set to `application/json`, a 204 No Content response will be sent on successful logout instead.
This endpoint is NOT INTENDED for API clients and only works with browsers (Chrome, Firefox, ...). For API clients you can call the `/self-service/logout/api` URL directly with the Ory Session Token.
More information can be found at [Ory Kratos User Logout Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-logout).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPIUpdateLogoutFlowRequest
func (*FrontendAPIService) UpdateLogoutFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) UpdateLogoutFlowExecute(r FrontendAPIUpdateLogoutFlowRequest) (*http.Response, error)
Execute executes the request
func (*FrontendAPIService) UpdateRecoveryFlow ¶ added in v1.3.0
func (a *FrontendAPIService) UpdateRecoveryFlow(ctx context.Context) FrontendAPIUpdateRecoveryFlowRequest
UpdateRecoveryFlow Update Recovery Flow
Use this endpoint to update a recovery flow. This endpoint behaves differently for API and browser flows and has several states:
`choose_method` expects `flow` (in the URL query) and `email` (in the body) to be sent and works with API- and Browser-initiated flows. For API clients and Browser clients with HTTP Header `Accept: application/json` it either returns a HTTP 200 OK when the form is valid and HTTP 400 OK when the form is invalid. and a HTTP 303 See Other redirect with a fresh recovery flow if the flow was otherwise invalid (e.g. expired). For Browser clients without HTTP Header `Accept` or with `Accept: text/*` it returns a HTTP 303 See Other redirect to the Recovery UI URL with the Recovery Flow ID appended. `sent_email` is the success state after `choose_method` for the `link` method and allows the user to request another recovery email. It works for both API and Browser-initiated flows and returns the same responses as the flow in `choose_method` state. `passed_challenge` expects a `token` to be sent in the URL query and given the nature of the flow ("sending a recovery link") does not have any API capabilities. The server responds with a HTTP 303 See Other redirect either to the Settings UI URL (if the link was valid) and instructs the user to update their password, or a redirect to the Recover UI URL with a new Recovery Flow ID which contains an error message that the recovery link was invalid.
More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPIUpdateRecoveryFlowRequest
func (*FrontendAPIService) UpdateRecoveryFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) UpdateRecoveryFlowExecute(r FrontendAPIUpdateRecoveryFlowRequest) (*RecoveryFlow, *http.Response, error)
Execute executes the request
@return RecoveryFlow
func (*FrontendAPIService) UpdateRegistrationFlow ¶ added in v1.3.0
func (a *FrontendAPIService) UpdateRegistrationFlow(ctx context.Context) FrontendAPIUpdateRegistrationFlowRequest
UpdateRegistrationFlow Update Registration Flow
Use this endpoint to complete a registration flow by sending an identity's traits and password. This endpoint behaves differently for API and browser flows.
API flows expect `application/json` to be sent in the body and respond with HTTP 200 and a application/json body with the created identity success - if the session hook is configured the `session` and `session_token` will also be included; HTTP 410 if the original flow expired with the appropriate error messages set and optionally a `use_flow_id` parameter in the body; HTTP 400 on form validation errors.
Browser flows expect a Content-Type of `application/x-www-form-urlencoded` or `application/json` to be sent in the body and respond with a HTTP 303 redirect to the post/after registration URL or the `return_to` value if it was set and if the registration succeeded; a HTTP 303 redirect to the registration UI URL with the flow ID containing the validation errors otherwise.
Browser flows with an accept header of `application/json` will not redirect but instead respond with HTTP 200 and a application/json body with the signed in identity and a `Set-Cookie` header on success; HTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors.
If this endpoint is called with `Accept: application/json` in the header, the response contains the flow without a redirect. In the case of an error, the `error.id` of the JSON response body can be one of:
`session_already_available`: The user is already signed in. `security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred. `security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration! `browser_location_change_required`: Usually sent when an AJAX request indicates that the browser needs to open a specific URL. Most likely used in Social Sign In flows.
More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPIUpdateRegistrationFlowRequest
func (*FrontendAPIService) UpdateRegistrationFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) UpdateRegistrationFlowExecute(r FrontendAPIUpdateRegistrationFlowRequest) (*SuccessfulNativeRegistration, *http.Response, error)
Execute executes the request
@return SuccessfulNativeRegistration
func (*FrontendAPIService) UpdateSettingsFlow ¶ added in v1.3.0
func (a *FrontendAPIService) UpdateSettingsFlow(ctx context.Context) FrontendAPIUpdateSettingsFlowRequest
UpdateSettingsFlow Complete Settings Flow
Use this endpoint to complete a settings flow by sending an identity's updated password. This endpoint behaves differently for API and browser flows.
API-initiated flows expect `application/json` to be sent in the body and respond with HTTP 200 and an application/json body with the session token on success; HTTP 303 redirect to a fresh settings flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. HTTP 401 when the endpoint is called without a valid session token. HTTP 403 when `selfservice.flows.settings.privileged_session_max_age` was reached or the session's AAL is too low. Implies that the user needs to re-authenticate.
Browser flows without HTTP Header `Accept` or with `Accept: text/*` respond with a HTTP 303 redirect to the post/after settings URL or the `return_to` value if it was set and if the flow succeeded; a HTTP 303 redirect to the Settings UI URL with the flow ID containing the validation errors otherwise. a HTTP 303 redirect to the login endpoint when `selfservice.flows.settings.privileged_session_max_age` was reached or the session's AAL is too low.
Browser flows with HTTP Header `Accept: application/json` respond with HTTP 200 and a application/json body with the signed in identity and a `Set-Cookie` header on success; HTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set; HTTP 401 when the endpoint is called without a valid session cookie. HTTP 403 when the page is accessed without a session cookie or the session's AAL is too low. HTTP 400 on form validation errors.
Depending on your configuration this endpoint might return a 403 error if the session has a lower Authenticator Assurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn credentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user to sign in with the second factor (happens automatically for server-side browser flows) or change the configuration.
If this endpoint is called with a `Accept: application/json` HTTP header, the response contains the flow without a redirect. In the case of an error, the `error.id` of the JSON response body can be one of:
`session_refresh_required`: The identity requested to change something that needs a privileged session. Redirect the identity to the login init endpoint with query parameters `?refresh=true&return_to=<the-current-browser-url>`, or initiate a refresh login flow otherwise. `security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred. `session_inactive`: No Ory Session was found - sign in a user first. `security_identity_mismatch`: The flow was interrupted with `session_refresh_required` but apparently some other identity logged in instead. `security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration! `browser_location_change_required`: Usually sent when an AJAX request indicates that the browser needs to open a specific URL. Most likely used in Social Sign In flows.
More information can be found at [Ory Kratos User Settings & Profile Management Documentation](../self-service/flows/user-settings).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPIUpdateSettingsFlowRequest
func (*FrontendAPIService) UpdateSettingsFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) UpdateSettingsFlowExecute(r FrontendAPIUpdateSettingsFlowRequest) (*SettingsFlow, *http.Response, error)
Execute executes the request
@return SettingsFlow
func (*FrontendAPIService) UpdateVerificationFlow ¶ added in v1.3.0
func (a *FrontendAPIService) UpdateVerificationFlow(ctx context.Context) FrontendAPIUpdateVerificationFlowRequest
UpdateVerificationFlow Complete Verification Flow
Use this endpoint to complete a verification flow. This endpoint behaves differently for API and browser flows and has several states:
`choose_method` expects `flow` (in the URL query) and `email` (in the body) to be sent and works with API- and Browser-initiated flows. For API clients and Browser clients with HTTP Header `Accept: application/json` it either returns a HTTP 200 OK when the form is valid and HTTP 400 OK when the form is invalid and a HTTP 303 See Other redirect with a fresh verification flow if the flow was otherwise invalid (e.g. expired). For Browser clients without HTTP Header `Accept` or with `Accept: text/*` it returns a HTTP 303 See Other redirect to the Verification UI URL with the Verification Flow ID appended. `sent_email` is the success state after `choose_method` when using the `link` method and allows the user to request another verification email. It works for both API and Browser-initiated flows and returns the same responses as the flow in `choose_method` state. `passed_challenge` expects a `token` to be sent in the URL query and given the nature of the flow ("sending a verification link") does not have any API capabilities. The server responds with a HTTP 303 See Other redirect either to the Settings UI URL (if the link was valid) and instructs the user to update their password, or a redirect to the Verification UI URL with a new Verification Flow ID which contains an error message that the verification link was invalid.
More information can be found at [Ory Kratos Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return FrontendAPIUpdateVerificationFlowRequest
func (*FrontendAPIService) UpdateVerificationFlowExecute ¶ added in v1.3.0
func (a *FrontendAPIService) UpdateVerificationFlowExecute(r FrontendAPIUpdateVerificationFlowRequest) (*VerificationFlow, *http.Response, error)
Execute executes the request
@return VerificationFlow
type FrontendAPIToSessionRequest ¶ added in v1.3.0
type FrontendAPIToSessionRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPIToSessionRequest) Cookie ¶ added in v1.3.0
func (r FrontendAPIToSessionRequest) Cookie(cookie string) FrontendAPIToSessionRequest
Set the Cookie Header. This is especially useful when calling this endpoint from a server-side application. In that scenario you must include the HTTP Cookie Header which originally was included in the request to your server. An example of a session in the HTTP Cookie Header is: `ory_kratos_session=a19iOVAbdzdgl70Rq1QZmrKmcjDtdsviCTZx7m9a9yHIUS8Wa9T7hvqyGTsLHi6Qifn2WUfpAKx9DWp0SJGleIn9vh2YF4A16id93kXFTgIgmwIOvbVAScyrx7yVl6bPZnCx27ec4WQDtaTewC1CpgudeDV2jQQnSaCP6ny3xa8qLH-QUgYqdQuoA_LF1phxgRCUfIrCLQOkolX5nv3ze_f==`. It is ok if more than one cookie are included here as all other cookies will be ignored.
func (FrontendAPIToSessionRequest) Execute ¶ added in v1.3.0
func (r FrontendAPIToSessionRequest) Execute() (*Session, *http.Response, error)
func (FrontendAPIToSessionRequest) TokenizeAs ¶ added in v1.3.0
func (r FrontendAPIToSessionRequest) TokenizeAs(tokenizeAs string) FrontendAPIToSessionRequest
Returns the session additionally as a token (such as a JWT) The value of this parameter has to be a valid, configured Ory Session token template. For more information head over to [the documentation](http://ory.sh/docs/identities/session-to-jwt-cors).
func (FrontendAPIToSessionRequest) XSessionToken ¶ added in v1.3.0
func (r FrontendAPIToSessionRequest) XSessionToken(xSessionToken string) FrontendAPIToSessionRequest
Set the Session Token when calling from non-browser clients. A session token has a format of `MP2YWEMeM8MxjkGKpH4dqOQ4Q4DlSPaj`.
type FrontendAPIUpdateLoginFlowRequest ¶ added in v1.3.0
type FrontendAPIUpdateLoginFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPIUpdateLoginFlowRequest) Cookie ¶ added in v1.3.0
func (r FrontendAPIUpdateLoginFlowRequest) Cookie(cookie string) FrontendAPIUpdateLoginFlowRequest
HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
func (FrontendAPIUpdateLoginFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPIUpdateLoginFlowRequest) Execute() (*SuccessfulNativeLogin, *http.Response, error)
func (FrontendAPIUpdateLoginFlowRequest) Flow ¶ added in v1.3.0
func (r FrontendAPIUpdateLoginFlowRequest) Flow(flow string) FrontendAPIUpdateLoginFlowRequest
The Login Flow ID The value for this parameter comes from `flow` URL Query parameter sent to your application (e.g. `/login?flow=abcde`).
func (FrontendAPIUpdateLoginFlowRequest) UpdateLoginFlowBody ¶ added in v1.3.0
func (r FrontendAPIUpdateLoginFlowRequest) UpdateLoginFlowBody(updateLoginFlowBody UpdateLoginFlowBody) FrontendAPIUpdateLoginFlowRequest
func (FrontendAPIUpdateLoginFlowRequest) XSessionToken ¶ added in v1.3.0
func (r FrontendAPIUpdateLoginFlowRequest) XSessionToken(xSessionToken string) FrontendAPIUpdateLoginFlowRequest
The Session Token of the Identity performing the settings flow.
type FrontendAPIUpdateLogoutFlowRequest ¶ added in v1.3.0
type FrontendAPIUpdateLogoutFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPIUpdateLogoutFlowRequest) Cookie ¶ added in v1.3.0
func (r FrontendAPIUpdateLogoutFlowRequest) Cookie(cookie string) FrontendAPIUpdateLogoutFlowRequest
HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
func (FrontendAPIUpdateLogoutFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPIUpdateLogoutFlowRequest) Execute() (*http.Response, error)
func (FrontendAPIUpdateLogoutFlowRequest) ReturnTo ¶ added in v1.3.0
func (r FrontendAPIUpdateLogoutFlowRequest) ReturnTo(returnTo string) FrontendAPIUpdateLogoutFlowRequest
The URL to return to after the logout was completed.
func (FrontendAPIUpdateLogoutFlowRequest) Token ¶ added in v1.3.0
func (r FrontendAPIUpdateLogoutFlowRequest) Token(token string) FrontendAPIUpdateLogoutFlowRequest
A Valid Logout Token If you do not have a logout token because you only have a session cookie, call `/self-service/logout/browser` to generate a URL for this endpoint.
type FrontendAPIUpdateRecoveryFlowRequest ¶ added in v1.3.0
type FrontendAPIUpdateRecoveryFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPIUpdateRecoveryFlowRequest) Cookie ¶ added in v1.3.0
func (r FrontendAPIUpdateRecoveryFlowRequest) Cookie(cookie string) FrontendAPIUpdateRecoveryFlowRequest
HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
func (FrontendAPIUpdateRecoveryFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPIUpdateRecoveryFlowRequest) Execute() (*RecoveryFlow, *http.Response, error)
func (FrontendAPIUpdateRecoveryFlowRequest) Flow ¶ added in v1.3.0
func (r FrontendAPIUpdateRecoveryFlowRequest) Flow(flow string) FrontendAPIUpdateRecoveryFlowRequest
The Recovery Flow ID The value for this parameter comes from `flow` URL Query parameter sent to your application (e.g. `/recovery?flow=abcde`).
func (FrontendAPIUpdateRecoveryFlowRequest) Token ¶ added in v1.3.0
func (r FrontendAPIUpdateRecoveryFlowRequest) Token(token string) FrontendAPIUpdateRecoveryFlowRequest
Recovery Token The recovery token which completes the recovery request. If the token is invalid (e.g. expired) an error will be shown to the end-user. This parameter is usually set in a link and not used by any direct API call.
func (FrontendAPIUpdateRecoveryFlowRequest) UpdateRecoveryFlowBody ¶ added in v1.3.0
func (r FrontendAPIUpdateRecoveryFlowRequest) UpdateRecoveryFlowBody(updateRecoveryFlowBody UpdateRecoveryFlowBody) FrontendAPIUpdateRecoveryFlowRequest
type FrontendAPIUpdateRegistrationFlowRequest ¶ added in v1.3.0
type FrontendAPIUpdateRegistrationFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPIUpdateRegistrationFlowRequest) Cookie ¶ added in v1.3.0
func (r FrontendAPIUpdateRegistrationFlowRequest) Cookie(cookie string) FrontendAPIUpdateRegistrationFlowRequest
HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
func (FrontendAPIUpdateRegistrationFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPIUpdateRegistrationFlowRequest) Execute() (*SuccessfulNativeRegistration, *http.Response, error)
func (FrontendAPIUpdateRegistrationFlowRequest) Flow ¶ added in v1.3.0
func (r FrontendAPIUpdateRegistrationFlowRequest) Flow(flow string) FrontendAPIUpdateRegistrationFlowRequest
The Registration Flow ID The value for this parameter comes from `flow` URL Query parameter sent to your application (e.g. `/registration?flow=abcde`).
func (FrontendAPIUpdateRegistrationFlowRequest) UpdateRegistrationFlowBody ¶ added in v1.3.0
func (r FrontendAPIUpdateRegistrationFlowRequest) UpdateRegistrationFlowBody(updateRegistrationFlowBody UpdateRegistrationFlowBody) FrontendAPIUpdateRegistrationFlowRequest
type FrontendAPIUpdateSettingsFlowRequest ¶ added in v1.3.0
type FrontendAPIUpdateSettingsFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPIUpdateSettingsFlowRequest) Cookie ¶ added in v1.3.0
func (r FrontendAPIUpdateSettingsFlowRequest) Cookie(cookie string) FrontendAPIUpdateSettingsFlowRequest
HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
func (FrontendAPIUpdateSettingsFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPIUpdateSettingsFlowRequest) Execute() (*SettingsFlow, *http.Response, error)
func (FrontendAPIUpdateSettingsFlowRequest) Flow ¶ added in v1.3.0
func (r FrontendAPIUpdateSettingsFlowRequest) Flow(flow string) FrontendAPIUpdateSettingsFlowRequest
The Settings Flow ID The value for this parameter comes from `flow` URL Query parameter sent to your application (e.g. `/settings?flow=abcde`).
func (FrontendAPIUpdateSettingsFlowRequest) UpdateSettingsFlowBody ¶ added in v1.3.0
func (r FrontendAPIUpdateSettingsFlowRequest) UpdateSettingsFlowBody(updateSettingsFlowBody UpdateSettingsFlowBody) FrontendAPIUpdateSettingsFlowRequest
func (FrontendAPIUpdateSettingsFlowRequest) XSessionToken ¶ added in v1.3.0
func (r FrontendAPIUpdateSettingsFlowRequest) XSessionToken(xSessionToken string) FrontendAPIUpdateSettingsFlowRequest
The Session Token of the Identity performing the settings flow.
type FrontendAPIUpdateVerificationFlowRequest ¶ added in v1.3.0
type FrontendAPIUpdateVerificationFlowRequest struct {
ApiService FrontendAPI
// contains filtered or unexported fields
}
func (FrontendAPIUpdateVerificationFlowRequest) Cookie ¶ added in v1.3.0
func (r FrontendAPIUpdateVerificationFlowRequest) Cookie(cookie string) FrontendAPIUpdateVerificationFlowRequest
HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
func (FrontendAPIUpdateVerificationFlowRequest) Execute ¶ added in v1.3.0
func (r FrontendAPIUpdateVerificationFlowRequest) Execute() (*VerificationFlow, *http.Response, error)
func (FrontendAPIUpdateVerificationFlowRequest) Flow ¶ added in v1.3.0
func (r FrontendAPIUpdateVerificationFlowRequest) Flow(flow string) FrontendAPIUpdateVerificationFlowRequest
The Verification Flow ID The value for this parameter comes from `flow` URL Query parameter sent to your application (e.g. `/verification?flow=abcde`).
func (FrontendAPIUpdateVerificationFlowRequest) Token ¶ added in v1.3.0
func (r FrontendAPIUpdateVerificationFlowRequest) Token(token string) FrontendAPIUpdateVerificationFlowRequest
Verification Token The verification token which completes the verification request. If the token is invalid (e.g. expired) an error will be shown to the end-user. This parameter is usually set in a link and not used by any direct API call.
func (FrontendAPIUpdateVerificationFlowRequest) UpdateVerificationFlowBody ¶ added in v1.3.0
func (r FrontendAPIUpdateVerificationFlowRequest) UpdateVerificationFlowBody(updateVerificationFlowBody UpdateVerificationFlowBody) FrontendAPIUpdateVerificationFlowRequest
type GenericError ¶
type GenericError struct {
// The status code
Code *int64 `json:"code,omitempty"`
// Debug information This field is often not exposed to protect against leaking sensitive information.
Debug *string `json:"debug,omitempty"`
// Further error details
Details interface{} `json:"details,omitempty"`
Error *GenericErrorContent `json:"error,omitempty"`
// The error ID Useful when trying to identify various errors in application logic.
Id *string `json:"id,omitempty"`
// Error message The error's message.
Message string `json:"message"`
// A human-readable reason for the error
Reason *string `json:"reason,omitempty"`
// The request ID The request ID is often exposed internally in order to trace errors across service architectures. This is often a UUID.
Request *string `json:"request,omitempty"`
// The status description
Status *string `json:"status,omitempty"`
AdditionalProperties map[string]interface{}
}
GenericError Error responses are sent when an error (e.g. unauthorized, bad request, ...) occurred.
func NewGenericError ¶
func NewGenericError(message string) *GenericError
NewGenericError instantiates a new GenericError 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 NewGenericErrorWithDefaults ¶
func NewGenericErrorWithDefaults() *GenericError
NewGenericErrorWithDefaults instantiates a new GenericError 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 (*GenericError) GetCode ¶
func (o *GenericError) GetCode() int64
GetCode returns the Code field value if set, zero value otherwise.
func (*GenericError) GetCodeOk ¶
func (o *GenericError) GetCodeOk() (*int64, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericError) GetDebug ¶
func (o *GenericError) GetDebug() string
GetDebug returns the Debug field value if set, zero value otherwise.
func (*GenericError) GetDebugOk ¶
func (o *GenericError) GetDebugOk() (*string, bool)
GetDebugOk returns a tuple with the Debug field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericError) GetDetails ¶
func (o *GenericError) GetDetails() interface{}
GetDetails returns the Details field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GenericError) GetDetailsOk ¶
func (o *GenericError) GetDetailsOk() (*interface{}, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GenericError) GetError ¶
func (o *GenericError) GetError() GenericErrorContent
GetError returns the Error field value if set, zero value otherwise.
func (*GenericError) GetErrorOk ¶
func (o *GenericError) GetErrorOk() (*GenericErrorContent, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericError) GetId ¶
func (o *GenericError) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*GenericError) GetIdOk ¶
func (o *GenericError) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericError) GetMessage ¶
func (o *GenericError) GetMessage() string
GetMessage returns the Message field value
func (*GenericError) GetMessageOk ¶
func (o *GenericError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*GenericError) GetReason ¶
func (o *GenericError) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*GenericError) GetReasonOk ¶
func (o *GenericError) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericError) GetRequest ¶
func (o *GenericError) GetRequest() string
GetRequest returns the Request field value if set, zero value otherwise.
func (*GenericError) GetRequestOk ¶
func (o *GenericError) GetRequestOk() (*string, bool)
GetRequestOk returns a tuple with the Request field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericError) GetStatus ¶
func (o *GenericError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*GenericError) GetStatusOk ¶
func (o *GenericError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericError) HasCode ¶
func (o *GenericError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*GenericError) HasDebug ¶
func (o *GenericError) HasDebug() bool
HasDebug returns a boolean if a field has been set.
func (*GenericError) HasDetails ¶
func (o *GenericError) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (*GenericError) HasError ¶
func (o *GenericError) HasError() bool
HasError returns a boolean if a field has been set.
func (*GenericError) HasId ¶
func (o *GenericError) HasId() bool
HasId returns a boolean if a field has been set.
func (*GenericError) HasReason ¶
func (o *GenericError) HasReason() bool
HasReason returns a boolean if a field has been set.
func (*GenericError) HasRequest ¶
func (o *GenericError) HasRequest() bool
HasRequest returns a boolean if a field has been set.
func (*GenericError) HasStatus ¶
func (o *GenericError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (GenericError) MarshalJSON ¶
func (o GenericError) MarshalJSON() ([]byte, error)
func (*GenericError) SetCode ¶
func (o *GenericError) SetCode(v int64)
SetCode gets a reference to the given int64 and assigns it to the Code field.
func (*GenericError) SetDebug ¶
func (o *GenericError) SetDebug(v string)
SetDebug gets a reference to the given string and assigns it to the Debug field.
func (*GenericError) SetDetails ¶
func (o *GenericError) SetDetails(v interface{})
SetDetails gets a reference to the given interface{} and assigns it to the Details field.
func (*GenericError) SetError ¶
func (o *GenericError) SetError(v GenericErrorContent)
SetError gets a reference to the given GenericErrorContent and assigns it to the Error field.
func (*GenericError) SetId ¶
func (o *GenericError) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*GenericError) SetMessage ¶
func (o *GenericError) SetMessage(v string)
SetMessage sets field value
func (*GenericError) SetReason ¶
func (o *GenericError) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (*GenericError) SetRequest ¶
func (o *GenericError) SetRequest(v string)
SetRequest gets a reference to the given string and assigns it to the Request field.
func (*GenericError) SetStatus ¶
func (o *GenericError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (GenericError) ToMap ¶ added in v1.3.0
func (o GenericError) ToMap() (map[string]interface{}, error)
func (*GenericError) UnmarshalJSON ¶ added in v1.1.36
func (o *GenericError) UnmarshalJSON(data []byte) (err error)
type GenericErrorContent ¶
type GenericErrorContent struct {
// Debug contains debug information. This is usually not available and has to be enabled.
Debug *string `json:"debug,omitempty"`
// Name is the error name.
Error *string `json:"error,omitempty"`
// Description contains further information on the nature of the error.
ErrorDescription *string `json:"error_description,omitempty"`
// Message contains the error message.
Message *string `json:"message,omitempty"`
// Code represents the error status code (404, 403, 401, ...).
StatusCode *int64 `json:"status_code,omitempty"`
AdditionalProperties map[string]interface{}
}
GenericErrorContent Error response
func NewGenericErrorContent ¶
func NewGenericErrorContent() *GenericErrorContent
NewGenericErrorContent instantiates a new GenericErrorContent 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 NewGenericErrorContentWithDefaults ¶
func NewGenericErrorContentWithDefaults() *GenericErrorContent
NewGenericErrorContentWithDefaults instantiates a new GenericErrorContent 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 (*GenericErrorContent) GetDebug ¶
func (o *GenericErrorContent) GetDebug() string
GetDebug returns the Debug field value if set, zero value otherwise.
func (*GenericErrorContent) GetDebugOk ¶
func (o *GenericErrorContent) GetDebugOk() (*string, bool)
GetDebugOk returns a tuple with the Debug field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericErrorContent) GetError ¶
func (o *GenericErrorContent) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*GenericErrorContent) GetErrorDescription ¶
func (o *GenericErrorContent) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.
func (*GenericErrorContent) GetErrorDescriptionOk ¶
func (o *GenericErrorContent) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericErrorContent) GetErrorOk ¶
func (o *GenericErrorContent) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericErrorContent) GetMessage ¶
func (o *GenericErrorContent) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*GenericErrorContent) GetMessageOk ¶
func (o *GenericErrorContent) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericErrorContent) GetStatusCode ¶
func (o *GenericErrorContent) GetStatusCode() int64
GetStatusCode returns the StatusCode field value if set, zero value otherwise.
func (*GenericErrorContent) GetStatusCodeOk ¶
func (o *GenericErrorContent) GetStatusCodeOk() (*int64, bool)
GetStatusCodeOk returns a tuple with the StatusCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GenericErrorContent) HasDebug ¶
func (o *GenericErrorContent) HasDebug() bool
HasDebug returns a boolean if a field has been set.
func (*GenericErrorContent) HasError ¶
func (o *GenericErrorContent) HasError() bool
HasError returns a boolean if a field has been set.
func (*GenericErrorContent) HasErrorDescription ¶
func (o *GenericErrorContent) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (*GenericErrorContent) HasMessage ¶
func (o *GenericErrorContent) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*GenericErrorContent) HasStatusCode ¶
func (o *GenericErrorContent) HasStatusCode() bool
HasStatusCode returns a boolean if a field has been set.
func (GenericErrorContent) MarshalJSON ¶
func (o GenericErrorContent) MarshalJSON() ([]byte, error)
func (*GenericErrorContent) SetDebug ¶
func (o *GenericErrorContent) SetDebug(v string)
SetDebug gets a reference to the given string and assigns it to the Debug field.
func (*GenericErrorContent) SetError ¶
func (o *GenericErrorContent) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*GenericErrorContent) SetErrorDescription ¶
func (o *GenericErrorContent) SetErrorDescription(v string)
SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.
func (*GenericErrorContent) SetMessage ¶
func (o *GenericErrorContent) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*GenericErrorContent) SetStatusCode ¶
func (o *GenericErrorContent) SetStatusCode(v int64)
SetStatusCode gets a reference to the given int64 and assigns it to the StatusCode field.
func (GenericErrorContent) ToMap ¶ added in v1.3.0
func (o GenericErrorContent) ToMap() (map[string]interface{}, error)
func (*GenericErrorContent) UnmarshalJSON ¶ added in v1.1.36
func (o *GenericErrorContent) UnmarshalJSON(data []byte) (err error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GenericUsage ¶ added in v1.1.22
type GenericUsage struct {
AdditionalPrice Money `json:"additional_price"`
// IncludedUsage is the number of included items.
IncludedUsage int64 `json:"included_usage"`
AdditionalProperties map[string]interface{}
}
GenericUsage struct for GenericUsage
func NewGenericUsage ¶ added in v1.1.22
func NewGenericUsage(additionalPrice Money, includedUsage int64) *GenericUsage
NewGenericUsage instantiates a new GenericUsage 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 NewGenericUsageWithDefaults ¶ added in v1.1.22
func NewGenericUsageWithDefaults() *GenericUsage
NewGenericUsageWithDefaults instantiates a new GenericUsage 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 (*GenericUsage) GetAdditionalPrice ¶ added in v1.1.22
func (o *GenericUsage) GetAdditionalPrice() Money
GetAdditionalPrice returns the AdditionalPrice field value
func (*GenericUsage) GetAdditionalPriceOk ¶ added in v1.1.22
func (o *GenericUsage) GetAdditionalPriceOk() (*Money, bool)
GetAdditionalPriceOk returns a tuple with the AdditionalPrice field value and a boolean to check if the value has been set.
func (*GenericUsage) GetIncludedUsage ¶ added in v1.1.22
func (o *GenericUsage) GetIncludedUsage() int64
GetIncludedUsage returns the IncludedUsage field value
func (*GenericUsage) GetIncludedUsageOk ¶ added in v1.1.22
func (o *GenericUsage) GetIncludedUsageOk() (*int64, bool)
GetIncludedUsageOk returns a tuple with the IncludedUsage field value and a boolean to check if the value has been set.
func (GenericUsage) MarshalJSON ¶ added in v1.1.22
func (o GenericUsage) MarshalJSON() ([]byte, error)
func (*GenericUsage) SetAdditionalPrice ¶ added in v1.1.22
func (o *GenericUsage) SetAdditionalPrice(v Money)
SetAdditionalPrice sets field value
func (*GenericUsage) SetIncludedUsage ¶ added in v1.1.22
func (o *GenericUsage) SetIncludedUsage(v int64)
SetIncludedUsage sets field value
func (GenericUsage) ToMap ¶ added in v1.3.0
func (o GenericUsage) ToMap() (map[string]interface{}, error)
func (*GenericUsage) UnmarshalJSON ¶ added in v1.1.36
func (o *GenericUsage) UnmarshalJSON(data []byte) (err error)
type GetAttributesCountResponse ¶ added in v1.2.14
type GetAttributesCountResponse struct {
// The list of data points.
Data []AttributesCountDatapoint `json:"data"`
AdditionalProperties map[string]interface{}
}
GetAttributesCountResponse Response of the getAttributesCount endpoint
func NewGetAttributesCountResponse ¶ added in v1.2.14
func NewGetAttributesCountResponse(data []AttributesCountDatapoint) *GetAttributesCountResponse
NewGetAttributesCountResponse instantiates a new GetAttributesCountResponse 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 NewGetAttributesCountResponseWithDefaults ¶ added in v1.2.14
func NewGetAttributesCountResponseWithDefaults() *GetAttributesCountResponse
NewGetAttributesCountResponseWithDefaults instantiates a new GetAttributesCountResponse 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 (*GetAttributesCountResponse) GetData ¶ added in v1.2.14
func (o *GetAttributesCountResponse) GetData() []AttributesCountDatapoint
GetData returns the Data field value
func (*GetAttributesCountResponse) GetDataOk ¶ added in v1.2.14
func (o *GetAttributesCountResponse) GetDataOk() ([]AttributesCountDatapoint, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (GetAttributesCountResponse) MarshalJSON ¶ added in v1.2.14
func (o GetAttributesCountResponse) MarshalJSON() ([]byte, error)
func (*GetAttributesCountResponse) SetData ¶ added in v1.2.14
func (o *GetAttributesCountResponse) SetData(v []AttributesCountDatapoint)
SetData sets field value
func (GetAttributesCountResponse) ToMap ¶ added in v1.3.0
func (o GetAttributesCountResponse) ToMap() (map[string]interface{}, error)
func (*GetAttributesCountResponse) UnmarshalJSON ¶ added in v1.2.14
func (o *GetAttributesCountResponse) UnmarshalJSON(data []byte) (err error)
type GetManagedIdentitySchemaLocation ¶
type GetManagedIdentitySchemaLocation struct {
Location *string `json:"location,omitempty"`
AdditionalProperties map[string]interface{}
}
GetManagedIdentitySchemaLocation Ory Identity Schema Location
func NewGetManagedIdentitySchemaLocation ¶
func NewGetManagedIdentitySchemaLocation() *GetManagedIdentitySchemaLocation
NewGetManagedIdentitySchemaLocation instantiates a new GetManagedIdentitySchemaLocation 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 NewGetManagedIdentitySchemaLocationWithDefaults ¶
func NewGetManagedIdentitySchemaLocationWithDefaults() *GetManagedIdentitySchemaLocation
NewGetManagedIdentitySchemaLocationWithDefaults instantiates a new GetManagedIdentitySchemaLocation 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 (*GetManagedIdentitySchemaLocation) GetLocation ¶
func (o *GetManagedIdentitySchemaLocation) GetLocation() string
GetLocation returns the Location field value if set, zero value otherwise.
func (*GetManagedIdentitySchemaLocation) GetLocationOk ¶
func (o *GetManagedIdentitySchemaLocation) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetManagedIdentitySchemaLocation) HasLocation ¶
func (o *GetManagedIdentitySchemaLocation) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (GetManagedIdentitySchemaLocation) MarshalJSON ¶
func (o GetManagedIdentitySchemaLocation) MarshalJSON() ([]byte, error)
func (*GetManagedIdentitySchemaLocation) SetLocation ¶
func (o *GetManagedIdentitySchemaLocation) SetLocation(v string)
SetLocation gets a reference to the given string and assigns it to the Location field.
func (GetManagedIdentitySchemaLocation) ToMap ¶ added in v1.3.0
func (o GetManagedIdentitySchemaLocation) ToMap() (map[string]interface{}, error)
func (*GetManagedIdentitySchemaLocation) UnmarshalJSON ¶ added in v1.1.36
func (o *GetManagedIdentitySchemaLocation) UnmarshalJSON(data []byte) (err error)
type GetMetricsEventAttributesResponse ¶ added in v1.4.8
type GetMetricsEventAttributesResponse struct {
// The list of data points.
Events []string `json:"events"`
AdditionalProperties map[string]interface{}
}
GetMetricsEventAttributesResponse Response of the getMetricsEventAttributes endpoint
func NewGetMetricsEventAttributesResponse ¶ added in v1.4.8
func NewGetMetricsEventAttributesResponse(events []string) *GetMetricsEventAttributesResponse
NewGetMetricsEventAttributesResponse instantiates a new GetMetricsEventAttributesResponse 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 NewGetMetricsEventAttributesResponseWithDefaults ¶ added in v1.4.8
func NewGetMetricsEventAttributesResponseWithDefaults() *GetMetricsEventAttributesResponse
NewGetMetricsEventAttributesResponseWithDefaults instantiates a new GetMetricsEventAttributesResponse 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 (*GetMetricsEventAttributesResponse) GetEvents ¶ added in v1.4.8
func (o *GetMetricsEventAttributesResponse) GetEvents() []string
GetEvents returns the Events field value
func (*GetMetricsEventAttributesResponse) GetEventsOk ¶ added in v1.4.8
func (o *GetMetricsEventAttributesResponse) GetEventsOk() ([]string, bool)
GetEventsOk returns a tuple with the Events field value and a boolean to check if the value has been set.
func (GetMetricsEventAttributesResponse) MarshalJSON ¶ added in v1.4.8
func (o GetMetricsEventAttributesResponse) MarshalJSON() ([]byte, error)
func (*GetMetricsEventAttributesResponse) SetEvents ¶ added in v1.4.8
func (o *GetMetricsEventAttributesResponse) SetEvents(v []string)
SetEvents sets field value
func (GetMetricsEventAttributesResponse) ToMap ¶ added in v1.4.8
func (o GetMetricsEventAttributesResponse) ToMap() (map[string]interface{}, error)
func (*GetMetricsEventAttributesResponse) UnmarshalJSON ¶ added in v1.4.8
func (o *GetMetricsEventAttributesResponse) UnmarshalJSON(data []byte) (err error)
type GetMetricsEventTypesResponse ¶ added in v1.4.8
type GetMetricsEventTypesResponse struct {
// The list of data points.
Events []string `json:"events"`
AdditionalProperties map[string]interface{}
}
GetMetricsEventTypesResponse Response of the getMetricsEventTypes endpoint
func NewGetMetricsEventTypesResponse ¶ added in v1.4.8
func NewGetMetricsEventTypesResponse(events []string) *GetMetricsEventTypesResponse
NewGetMetricsEventTypesResponse instantiates a new GetMetricsEventTypesResponse 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 NewGetMetricsEventTypesResponseWithDefaults ¶ added in v1.4.8
func NewGetMetricsEventTypesResponseWithDefaults() *GetMetricsEventTypesResponse
NewGetMetricsEventTypesResponseWithDefaults instantiates a new GetMetricsEventTypesResponse 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 (*GetMetricsEventTypesResponse) GetEvents ¶ added in v1.4.8
func (o *GetMetricsEventTypesResponse) GetEvents() []string
GetEvents returns the Events field value
func (*GetMetricsEventTypesResponse) GetEventsOk ¶ added in v1.4.8
func (o *GetMetricsEventTypesResponse) GetEventsOk() ([]string, bool)
GetEventsOk returns a tuple with the Events field value and a boolean to check if the value has been set.
func (GetMetricsEventTypesResponse) MarshalJSON ¶ added in v1.4.8
func (o GetMetricsEventTypesResponse) MarshalJSON() ([]byte, error)
func (*GetMetricsEventTypesResponse) SetEvents ¶ added in v1.4.8
func (o *GetMetricsEventTypesResponse) SetEvents(v []string)
SetEvents sets field value
func (GetMetricsEventTypesResponse) ToMap ¶ added in v1.4.8
func (o GetMetricsEventTypesResponse) ToMap() (map[string]interface{}, error)
func (*GetMetricsEventTypesResponse) UnmarshalJSON ¶ added in v1.4.8
func (o *GetMetricsEventTypesResponse) UnmarshalJSON(data []byte) (err error)
type GetOrganizationResponse ¶ added in v1.2.11
type GetOrganizationResponse struct {
Organization Organization `json:"organization"`
AdditionalProperties map[string]interface{}
}
GetOrganizationResponse struct for GetOrganizationResponse
func NewGetOrganizationResponse ¶ added in v1.2.11
func NewGetOrganizationResponse(organization Organization) *GetOrganizationResponse
NewGetOrganizationResponse instantiates a new GetOrganizationResponse 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 NewGetOrganizationResponseWithDefaults ¶ added in v1.2.11
func NewGetOrganizationResponseWithDefaults() *GetOrganizationResponse
NewGetOrganizationResponseWithDefaults instantiates a new GetOrganizationResponse 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 (*GetOrganizationResponse) GetOrganization ¶ added in v1.2.11
func (o *GetOrganizationResponse) GetOrganization() Organization
GetOrganization returns the Organization field value
func (*GetOrganizationResponse) GetOrganizationOk ¶ added in v1.2.11
func (o *GetOrganizationResponse) GetOrganizationOk() (*Organization, bool)
GetOrganizationOk returns a tuple with the Organization field value and a boolean to check if the value has been set.
func (GetOrganizationResponse) MarshalJSON ¶ added in v1.2.11
func (o GetOrganizationResponse) MarshalJSON() ([]byte, error)
func (*GetOrganizationResponse) SetOrganization ¶ added in v1.2.11
func (o *GetOrganizationResponse) SetOrganization(v Organization)
SetOrganization sets field value
func (GetOrganizationResponse) ToMap ¶ added in v1.3.0
func (o GetOrganizationResponse) ToMap() (map[string]interface{}, error)
func (*GetOrganizationResponse) UnmarshalJSON ¶ added in v1.2.11
func (o *GetOrganizationResponse) UnmarshalJSON(data []byte) (err error)
type GetProjectEventsBody ¶ added in v1.4.8
type GetProjectEventsBody struct {
// The event name to query for
EventName *string `json:"event_name,omitempty"`
// Event attribute filters
Filters []AttributeFilter `json:"filters,omitempty"`
// The start RFC3339 date of the time window
From time.Time `json:"from"`
// Maximum number of events to return
PageSize *int64 `json:"page_size,omitempty"`
// Pagination token to fetch next page, empty if first page
PageToken *string `json:"page_token,omitempty"`
// The end RFC3339 date of the time window
To time.Time `json:"to"`
AdditionalProperties map[string]interface{}
}
GetProjectEventsBody Body of the getProjectEvents endpoint
func NewGetProjectEventsBody ¶ added in v1.4.8
func NewGetProjectEventsBody(from time.Time, to time.Time) *GetProjectEventsBody
NewGetProjectEventsBody instantiates a new GetProjectEventsBody 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 NewGetProjectEventsBodyWithDefaults ¶ added in v1.4.8
func NewGetProjectEventsBodyWithDefaults() *GetProjectEventsBody
NewGetProjectEventsBodyWithDefaults instantiates a new GetProjectEventsBody 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 (*GetProjectEventsBody) GetEventName ¶ added in v1.4.8
func (o *GetProjectEventsBody) GetEventName() string
GetEventName returns the EventName field value if set, zero value otherwise.
func (*GetProjectEventsBody) GetEventNameOk ¶ added in v1.4.8
func (o *GetProjectEventsBody) GetEventNameOk() (*string, bool)
GetEventNameOk returns a tuple with the EventName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetProjectEventsBody) GetFilters ¶ added in v1.4.8
func (o *GetProjectEventsBody) GetFilters() []AttributeFilter
GetFilters returns the Filters field value if set, zero value otherwise.
func (*GetProjectEventsBody) GetFiltersOk ¶ added in v1.4.8
func (o *GetProjectEventsBody) GetFiltersOk() ([]AttributeFilter, bool)
GetFiltersOk returns a tuple with the Filters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetProjectEventsBody) GetFrom ¶ added in v1.4.8
func (o *GetProjectEventsBody) GetFrom() time.Time
GetFrom returns the From field value
func (*GetProjectEventsBody) GetFromOk ¶ added in v1.4.8
func (o *GetProjectEventsBody) GetFromOk() (*time.Time, bool)
GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.
func (*GetProjectEventsBody) GetPageSize ¶ added in v1.4.8
func (o *GetProjectEventsBody) GetPageSize() int64
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*GetProjectEventsBody) GetPageSizeOk ¶ added in v1.4.8
func (o *GetProjectEventsBody) GetPageSizeOk() (*int64, bool)
GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetProjectEventsBody) GetPageToken ¶ added in v1.4.8
func (o *GetProjectEventsBody) GetPageToken() string
GetPageToken returns the PageToken field value if set, zero value otherwise.
func (*GetProjectEventsBody) GetPageTokenOk ¶ added in v1.4.8
func (o *GetProjectEventsBody) GetPageTokenOk() (*string, bool)
GetPageTokenOk returns a tuple with the PageToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetProjectEventsBody) GetTo ¶ added in v1.4.8
func (o *GetProjectEventsBody) GetTo() time.Time
GetTo returns the To field value
func (*GetProjectEventsBody) GetToOk ¶ added in v1.4.8
func (o *GetProjectEventsBody) GetToOk() (*time.Time, bool)
GetToOk returns a tuple with the To field value and a boolean to check if the value has been set.
func (*GetProjectEventsBody) HasEventName ¶ added in v1.4.8
func (o *GetProjectEventsBody) HasEventName() bool
HasEventName returns a boolean if a field has been set.
func (*GetProjectEventsBody) HasFilters ¶ added in v1.4.8
func (o *GetProjectEventsBody) HasFilters() bool
HasFilters returns a boolean if a field has been set.
func (*GetProjectEventsBody) HasPageSize ¶ added in v1.4.8
func (o *GetProjectEventsBody) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*GetProjectEventsBody) HasPageToken ¶ added in v1.4.8
func (o *GetProjectEventsBody) HasPageToken() bool
HasPageToken returns a boolean if a field has been set.
func (GetProjectEventsBody) MarshalJSON ¶ added in v1.4.8
func (o GetProjectEventsBody) MarshalJSON() ([]byte, error)
func (*GetProjectEventsBody) SetEventName ¶ added in v1.4.8
func (o *GetProjectEventsBody) SetEventName(v string)
SetEventName gets a reference to the given string and assigns it to the EventName field.
func (*GetProjectEventsBody) SetFilters ¶ added in v1.4.8
func (o *GetProjectEventsBody) SetFilters(v []AttributeFilter)
SetFilters gets a reference to the given []AttributeFilter and assigns it to the Filters field.
func (*GetProjectEventsBody) SetFrom ¶ added in v1.4.8
func (o *GetProjectEventsBody) SetFrom(v time.Time)
SetFrom sets field value
func (*GetProjectEventsBody) SetPageSize ¶ added in v1.4.8
func (o *GetProjectEventsBody) SetPageSize(v int64)
SetPageSize gets a reference to the given int64 and assigns it to the PageSize field.
func (*GetProjectEventsBody) SetPageToken ¶ added in v1.4.8
func (o *GetProjectEventsBody) SetPageToken(v string)
SetPageToken gets a reference to the given string and assigns it to the PageToken field.
func (*GetProjectEventsBody) SetTo ¶ added in v1.4.8
func (o *GetProjectEventsBody) SetTo(v time.Time)
SetTo sets field value
func (GetProjectEventsBody) ToMap ¶ added in v1.4.8
func (o GetProjectEventsBody) ToMap() (map[string]interface{}, error)
func (*GetProjectEventsBody) UnmarshalJSON ¶ added in v1.4.8
func (o *GetProjectEventsBody) UnmarshalJSON(data []byte) (err error)
type GetProjectEventsResponse ¶ added in v1.4.8
type GetProjectEventsResponse struct {
// The list of data points.
Events []ProjectEventsDatapoint `json:"events"`
// Pagination token to be included in next page request
PageToken *string `json:"page_token,omitempty"`
AdditionalProperties map[string]interface{}
}
GetProjectEventsResponse Response of the getProjectEvents endpoint
func NewGetProjectEventsResponse ¶ added in v1.4.8
func NewGetProjectEventsResponse(events []ProjectEventsDatapoint) *GetProjectEventsResponse
NewGetProjectEventsResponse instantiates a new GetProjectEventsResponse 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 NewGetProjectEventsResponseWithDefaults ¶ added in v1.4.8
func NewGetProjectEventsResponseWithDefaults() *GetProjectEventsResponse
NewGetProjectEventsResponseWithDefaults instantiates a new GetProjectEventsResponse 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 (*GetProjectEventsResponse) GetEvents ¶ added in v1.4.8
func (o *GetProjectEventsResponse) GetEvents() []ProjectEventsDatapoint
GetEvents returns the Events field value
func (*GetProjectEventsResponse) GetEventsOk ¶ added in v1.4.8
func (o *GetProjectEventsResponse) GetEventsOk() ([]ProjectEventsDatapoint, bool)
GetEventsOk returns a tuple with the Events field value and a boolean to check if the value has been set.
func (*GetProjectEventsResponse) GetPageToken ¶ added in v1.4.8
func (o *GetProjectEventsResponse) GetPageToken() string
GetPageToken returns the PageToken field value if set, zero value otherwise.
func (*GetProjectEventsResponse) GetPageTokenOk ¶ added in v1.4.8
func (o *GetProjectEventsResponse) GetPageTokenOk() (*string, bool)
GetPageTokenOk returns a tuple with the PageToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetProjectEventsResponse) HasPageToken ¶ added in v1.4.8
func (o *GetProjectEventsResponse) HasPageToken() bool
HasPageToken returns a boolean if a field has been set.
func (GetProjectEventsResponse) MarshalJSON ¶ added in v1.4.8
func (o GetProjectEventsResponse) MarshalJSON() ([]byte, error)
func (*GetProjectEventsResponse) SetEvents ¶ added in v1.4.8
func (o *GetProjectEventsResponse) SetEvents(v []ProjectEventsDatapoint)
SetEvents sets field value
func (*GetProjectEventsResponse) SetPageToken ¶ added in v1.4.8
func (o *GetProjectEventsResponse) SetPageToken(v string)
SetPageToken gets a reference to the given string and assigns it to the PageToken field.
func (GetProjectEventsResponse) ToMap ¶ added in v1.4.8
func (o GetProjectEventsResponse) ToMap() (map[string]interface{}, error)
func (*GetProjectEventsResponse) UnmarshalJSON ¶ added in v1.4.8
func (o *GetProjectEventsResponse) UnmarshalJSON(data []byte) (err error)
type GetProjectMetricsResponse ¶ added in v1.1.34
type GetProjectMetricsResponse struct {
// The list of data points.
Data []MetricsDatapoint `json:"data"`
AdditionalProperties map[string]interface{}
}
GetProjectMetricsResponse Response of the getMetrics endpoint
func NewGetProjectMetricsResponse ¶ added in v1.1.34
func NewGetProjectMetricsResponse(data []MetricsDatapoint) *GetProjectMetricsResponse
NewGetProjectMetricsResponse instantiates a new GetProjectMetricsResponse 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 NewGetProjectMetricsResponseWithDefaults ¶ added in v1.1.34
func NewGetProjectMetricsResponseWithDefaults() *GetProjectMetricsResponse
NewGetProjectMetricsResponseWithDefaults instantiates a new GetProjectMetricsResponse 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 (*GetProjectMetricsResponse) GetData ¶ added in v1.1.34
func (o *GetProjectMetricsResponse) GetData() []MetricsDatapoint
GetData returns the Data field value
func (*GetProjectMetricsResponse) GetDataOk ¶ added in v1.1.34
func (o *GetProjectMetricsResponse) GetDataOk() ([]MetricsDatapoint, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (GetProjectMetricsResponse) MarshalJSON ¶ added in v1.1.34
func (o GetProjectMetricsResponse) MarshalJSON() ([]byte, error)
func (*GetProjectMetricsResponse) SetData ¶ added in v1.1.34
func (o *GetProjectMetricsResponse) SetData(v []MetricsDatapoint)
SetData sets field value
func (GetProjectMetricsResponse) ToMap ¶ added in v1.3.0
func (o GetProjectMetricsResponse) ToMap() (map[string]interface{}, error)
func (*GetProjectMetricsResponse) UnmarshalJSON ¶ added in v1.1.36
func (o *GetProjectMetricsResponse) UnmarshalJSON(data []byte) (err error)
type GetSessionActivityResponse ¶ added in v1.2.14
type GetSessionActivityResponse struct {
// The list of data points.
Data []SessionActivityDatapoint `json:"data"`
AdditionalProperties map[string]interface{}
}
GetSessionActivityResponse Response of the getSessionActivity endpoint
func NewGetSessionActivityResponse ¶ added in v1.2.14
func NewGetSessionActivityResponse(data []SessionActivityDatapoint) *GetSessionActivityResponse
NewGetSessionActivityResponse instantiates a new GetSessionActivityResponse 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 NewGetSessionActivityResponseWithDefaults ¶ added in v1.2.14
func NewGetSessionActivityResponseWithDefaults() *GetSessionActivityResponse
NewGetSessionActivityResponseWithDefaults instantiates a new GetSessionActivityResponse 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 (*GetSessionActivityResponse) GetData ¶ added in v1.2.14
func (o *GetSessionActivityResponse) GetData() []SessionActivityDatapoint
GetData returns the Data field value
func (*GetSessionActivityResponse) GetDataOk ¶ added in v1.2.14
func (o *GetSessionActivityResponse) GetDataOk() ([]SessionActivityDatapoint, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (GetSessionActivityResponse) MarshalJSON ¶ added in v1.2.14
func (o GetSessionActivityResponse) MarshalJSON() ([]byte, error)
func (*GetSessionActivityResponse) SetData ¶ added in v1.2.14
func (o *GetSessionActivityResponse) SetData(v []SessionActivityDatapoint)
SetData sets field value
func (GetSessionActivityResponse) ToMap ¶ added in v1.3.0
func (o GetSessionActivityResponse) ToMap() (map[string]interface{}, error)
func (*GetSessionActivityResponse) UnmarshalJSON ¶ added in v1.2.14
func (o *GetSessionActivityResponse) UnmarshalJSON(data []byte) (err error)
type GetVersion200Response ¶
type GetVersion200Response struct {
// The version of Ory Kratos.
Version string `json:"version"`
AdditionalProperties map[string]interface{}
}
GetVersion200Response struct for GetVersion200Response
func NewGetVersion200Response ¶
func NewGetVersion200Response(version string) *GetVersion200Response
NewGetVersion200Response instantiates a new GetVersion200Response 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 NewGetVersion200ResponseWithDefaults ¶
func NewGetVersion200ResponseWithDefaults() *GetVersion200Response
NewGetVersion200ResponseWithDefaults instantiates a new GetVersion200Response 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 (*GetVersion200Response) GetVersion ¶
func (o *GetVersion200Response) GetVersion() string
GetVersion returns the Version field value
func (*GetVersion200Response) GetVersionOk ¶
func (o *GetVersion200Response) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (GetVersion200Response) MarshalJSON ¶
func (o GetVersion200Response) MarshalJSON() ([]byte, error)
func (*GetVersion200Response) SetVersion ¶
func (o *GetVersion200Response) SetVersion(v string)
SetVersion sets field value
func (GetVersion200Response) ToMap ¶ added in v1.3.0
func (o GetVersion200Response) ToMap() (map[string]interface{}, error)
func (*GetVersion200Response) UnmarshalJSON ¶ added in v1.1.36
func (o *GetVersion200Response) UnmarshalJSON(data []byte) (err error)
type HealthNotReadyStatus ¶
type HealthNotReadyStatus struct {
// Errors contains a list of errors that caused the not ready status.
Errors *map[string]string `json:"errors,omitempty"`
AdditionalProperties map[string]interface{}
}
HealthNotReadyStatus struct for HealthNotReadyStatus
func NewHealthNotReadyStatus ¶
func NewHealthNotReadyStatus() *HealthNotReadyStatus
NewHealthNotReadyStatus instantiates a new HealthNotReadyStatus 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 NewHealthNotReadyStatusWithDefaults ¶
func NewHealthNotReadyStatusWithDefaults() *HealthNotReadyStatus
NewHealthNotReadyStatusWithDefaults instantiates a new HealthNotReadyStatus 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 (*HealthNotReadyStatus) GetErrors ¶
func (o *HealthNotReadyStatus) GetErrors() map[string]string
GetErrors returns the Errors field value if set, zero value otherwise.
func (*HealthNotReadyStatus) GetErrorsOk ¶
func (o *HealthNotReadyStatus) GetErrorsOk() (*map[string]string, bool)
GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HealthNotReadyStatus) HasErrors ¶
func (o *HealthNotReadyStatus) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (HealthNotReadyStatus) MarshalJSON ¶
func (o HealthNotReadyStatus) MarshalJSON() ([]byte, error)
func (*HealthNotReadyStatus) SetErrors ¶
func (o *HealthNotReadyStatus) SetErrors(v map[string]string)
SetErrors gets a reference to the given map[string]string and assigns it to the Errors field.
func (HealthNotReadyStatus) ToMap ¶ added in v1.3.0
func (o HealthNotReadyStatus) ToMap() (map[string]interface{}, error)
func (*HealthNotReadyStatus) UnmarshalJSON ¶ added in v1.1.36
func (o *HealthNotReadyStatus) UnmarshalJSON(data []byte) (err error)
type HealthStatus ¶
type HealthStatus struct {
// Status always contains \"ok\".
Status *string `json:"status,omitempty"`
AdditionalProperties map[string]interface{}
}
HealthStatus struct for HealthStatus
func NewHealthStatus ¶
func NewHealthStatus() *HealthStatus
NewHealthStatus instantiates a new HealthStatus 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 NewHealthStatusWithDefaults ¶
func NewHealthStatusWithDefaults() *HealthStatus
NewHealthStatusWithDefaults instantiates a new HealthStatus 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 (*HealthStatus) GetStatus ¶
func (o *HealthStatus) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*HealthStatus) GetStatusOk ¶
func (o *HealthStatus) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HealthStatus) HasStatus ¶
func (o *HealthStatus) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (HealthStatus) MarshalJSON ¶
func (o HealthStatus) MarshalJSON() ([]byte, error)
func (*HealthStatus) SetStatus ¶
func (o *HealthStatus) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (HealthStatus) ToMap ¶ added in v1.3.0
func (o HealthStatus) ToMap() (map[string]interface{}, error)
func (*HealthStatus) UnmarshalJSON ¶ added in v1.1.36
func (o *HealthStatus) UnmarshalJSON(data []byte) (err error)
type Identity ¶
type Identity struct {
// CreatedAt is a helper struct field for gobuffalo.pop.
CreatedAt *time.Time `json:"created_at,omitempty"`
// Credentials represents all credentials that can be used for authenticating this identity.
Credentials *map[string]IdentityCredentials `json:"credentials,omitempty"`
// ID is the identity's unique identifier. The Identity ID can not be changed and can not be chosen. This ensures future compatibility and optimization for distributed stores such as CockroachDB.
Id string `json:"id"`
// NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-
MetadataAdmin map[string]interface{} `json:"metadata_admin,omitempty"`
// NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-
MetadataPublic map[string]interface{} `json:"metadata_public,omitempty"`
OrganizationId NullableString `json:"organization_id,omitempty"`
// RecoveryAddresses contains all the addresses that can be used to recover an identity.
RecoveryAddresses []RecoveryIdentityAddress `json:"recovery_addresses,omitempty"`
// SchemaID is the ID of the JSON Schema to be used for validating the identity's traits.
SchemaId string `json:"schema_id"`
// SchemaURL is the URL of the endpoint where the identity's traits schema can be fetched from. format: url
SchemaUrl string `json:"schema_url"`
// State is the identity's state. This value has currently no effect. active StateActive inactive StateInactive
State *string `json:"state,omitempty"`
StateChangedAt *time.Time `json:"state_changed_at,omitempty"`
// Traits represent an identity's traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in `schema_url`.
Traits interface{} `json:"traits"`
// UpdatedAt is a helper struct field for gobuffalo.pop.
UpdatedAt *time.Time `json:"updated_at,omitempty"`
// VerifiableAddresses contains all the addresses that can be verified by the user.
VerifiableAddresses []VerifiableIdentityAddress `json:"verifiable_addresses,omitempty"`
AdditionalProperties map[string]interface{}
}
Identity An [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) represents a (human) user in Ory.
func NewIdentity ¶
NewIdentity instantiates a new Identity 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 NewIdentityWithDefaults ¶
func NewIdentityWithDefaults() *Identity
NewIdentityWithDefaults instantiates a new Identity 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 (*Identity) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Identity) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Identity) GetCredentials ¶
func (o *Identity) GetCredentials() map[string]IdentityCredentials
GetCredentials returns the Credentials field value if set, zero value otherwise.
func (*Identity) GetCredentialsOk ¶
func (o *Identity) GetCredentialsOk() (*map[string]IdentityCredentials, bool)
GetCredentialsOk returns a tuple with the Credentials field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Identity) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Identity) GetMetadataAdmin ¶
GetMetadataAdmin returns the MetadataAdmin field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Identity) GetMetadataAdminOk ¶
GetMetadataAdminOk returns a tuple with the MetadataAdmin field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Identity) GetMetadataPublic ¶
GetMetadataPublic returns the MetadataPublic field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Identity) GetMetadataPublicOk ¶
GetMetadataPublicOk returns a tuple with the MetadataPublic field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Identity) GetOrganizationId ¶ added in v1.2.10
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Identity) GetOrganizationIdOk ¶ added in v1.2.10
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Identity) GetRecoveryAddresses ¶
func (o *Identity) GetRecoveryAddresses() []RecoveryIdentityAddress
GetRecoveryAddresses returns the RecoveryAddresses field value if set, zero value otherwise.
func (*Identity) GetRecoveryAddressesOk ¶
func (o *Identity) GetRecoveryAddressesOk() ([]RecoveryIdentityAddress, bool)
GetRecoveryAddressesOk returns a tuple with the RecoveryAddresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Identity) GetSchemaId ¶
GetSchemaId returns the SchemaId field value
func (*Identity) GetSchemaIdOk ¶
GetSchemaIdOk returns a tuple with the SchemaId field value and a boolean to check if the value has been set.
func (*Identity) GetSchemaUrl ¶
GetSchemaUrl returns the SchemaUrl field value
func (*Identity) GetSchemaUrlOk ¶
GetSchemaUrlOk returns a tuple with the SchemaUrl field value and a boolean to check if the value has been set.
func (*Identity) GetStateChangedAt ¶
GetStateChangedAt returns the StateChangedAt field value if set, zero value otherwise.
func (*Identity) GetStateChangedAtOk ¶
GetStateChangedAtOk returns a tuple with the StateChangedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Identity) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Identity) GetTraits ¶
func (o *Identity) GetTraits() interface{}
GetTraits returns the Traits field value If the value is explicit nil, the zero value for interface{} will be returned
func (*Identity) GetTraitsOk ¶
GetTraitsOk returns a tuple with the Traits field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Identity) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Identity) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Identity) GetVerifiableAddresses ¶
func (o *Identity) GetVerifiableAddresses() []VerifiableIdentityAddress
GetVerifiableAddresses returns the VerifiableAddresses field value if set, zero value otherwise.
func (*Identity) GetVerifiableAddressesOk ¶
func (o *Identity) GetVerifiableAddressesOk() ([]VerifiableIdentityAddress, bool)
GetVerifiableAddressesOk returns a tuple with the VerifiableAddresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Identity) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Identity) HasCredentials ¶
HasCredentials returns a boolean if a field has been set.
func (*Identity) HasMetadataAdmin ¶
HasMetadataAdmin returns a boolean if a field has been set.
func (*Identity) HasMetadataPublic ¶
HasMetadataPublic returns a boolean if a field has been set.
func (*Identity) HasOrganizationId ¶ added in v1.2.10
HasOrganizationId returns a boolean if a field has been set.
func (*Identity) HasRecoveryAddresses ¶
HasRecoveryAddresses returns a boolean if a field has been set.
func (*Identity) HasStateChangedAt ¶
HasStateChangedAt returns a boolean if a field has been set.
func (*Identity) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (*Identity) HasVerifiableAddresses ¶
HasVerifiableAddresses returns a boolean if a field has been set.
func (Identity) MarshalJSON ¶
func (*Identity) SetCreatedAt ¶
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*Identity) SetCredentials ¶
func (o *Identity) SetCredentials(v map[string]IdentityCredentials)
SetCredentials gets a reference to the given map[string]IdentityCredentials and assigns it to the Credentials field.
func (*Identity) SetMetadataAdmin ¶
SetMetadataAdmin gets a reference to the given map[string]interface{} and assigns it to the MetadataAdmin field.
func (*Identity) SetMetadataPublic ¶
SetMetadataPublic gets a reference to the given map[string]interface{} and assigns it to the MetadataPublic field.
func (*Identity) SetOrganizationId ¶ added in v1.2.10
SetOrganizationId gets a reference to the given NullableString and assigns it to the OrganizationId field.
func (*Identity) SetOrganizationIdNil ¶ added in v1.2.10
func (o *Identity) SetOrganizationIdNil()
SetOrganizationIdNil sets the value for OrganizationId to be an explicit nil
func (*Identity) SetRecoveryAddresses ¶
func (o *Identity) SetRecoveryAddresses(v []RecoveryIdentityAddress)
SetRecoveryAddresses gets a reference to the given []RecoveryIdentityAddress and assigns it to the RecoveryAddresses field.
func (*Identity) SetSchemaId ¶
SetSchemaId sets field value
func (*Identity) SetSchemaUrl ¶
SetSchemaUrl sets field value
func (*Identity) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
func (*Identity) SetStateChangedAt ¶
SetStateChangedAt gets a reference to the given time.Time and assigns it to the StateChangedAt field.
func (*Identity) SetTraits ¶
func (o *Identity) SetTraits(v interface{})
SetTraits sets field value
func (*Identity) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*Identity) SetVerifiableAddresses ¶
func (o *Identity) SetVerifiableAddresses(v []VerifiableIdentityAddress)
SetVerifiableAddresses gets a reference to the given []VerifiableIdentityAddress and assigns it to the VerifiableAddresses field.
func (*Identity) UnmarshalJSON ¶ added in v1.1.36
func (*Identity) UnsetOrganizationId ¶ added in v1.2.10
func (o *Identity) UnsetOrganizationId()
UnsetOrganizationId ensures that no value is present for OrganizationId, not even an explicit nil
type IdentityAPI ¶ added in v1.3.0
type IdentityAPI interface {
/*
BatchPatchIdentities Create multiple identities
Creates multiple
[identities](https://www.ory.sh/docs/kratos/concepts/identity-user-model).
This endpoint can also be used to [import
credentials](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities)
for instance passwords, social sign in configurations or multifactor methods.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return IdentityAPIBatchPatchIdentitiesRequest
*/
BatchPatchIdentities(ctx context.Context) IdentityAPIBatchPatchIdentitiesRequest
// BatchPatchIdentitiesExecute executes the request
// @return BatchPatchIdentitiesResponse
BatchPatchIdentitiesExecute(r IdentityAPIBatchPatchIdentitiesRequest) (*BatchPatchIdentitiesResponse, *http.Response, error)
/*
CreateIdentity Create an Identity
Create an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model). This endpoint can also be used to
[import credentials](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities)
for instance passwords, social sign in configurations or multifactor methods.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return IdentityAPICreateIdentityRequest
*/
CreateIdentity(ctx context.Context) IdentityAPICreateIdentityRequest
// CreateIdentityExecute executes the request
// @return Identity
CreateIdentityExecute(r IdentityAPICreateIdentityRequest) (*Identity, *http.Response, error)
/*
CreateRecoveryCodeForIdentity Create a Recovery Code
This endpoint creates a recovery code which should be given to the user in order for them to recover
(or activate) their account.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return IdentityAPICreateRecoveryCodeForIdentityRequest
*/
CreateRecoveryCodeForIdentity(ctx context.Context) IdentityAPICreateRecoveryCodeForIdentityRequest
// CreateRecoveryCodeForIdentityExecute executes the request
// @return RecoveryCodeForIdentity
CreateRecoveryCodeForIdentityExecute(r IdentityAPICreateRecoveryCodeForIdentityRequest) (*RecoveryCodeForIdentity, *http.Response, error)
/*
CreateRecoveryLinkForIdentity Create a Recovery Link
This endpoint creates a recovery link which should be given to the user in order for them to recover
(or activate) their account.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return IdentityAPICreateRecoveryLinkForIdentityRequest
*/
CreateRecoveryLinkForIdentity(ctx context.Context) IdentityAPICreateRecoveryLinkForIdentityRequest
// CreateRecoveryLinkForIdentityExecute executes the request
// @return RecoveryLinkForIdentity
CreateRecoveryLinkForIdentityExecute(r IdentityAPICreateRecoveryLinkForIdentityRequest) (*RecoveryLinkForIdentity, *http.Response, error)
/*
DeleteIdentity Delete an Identity
Calling this endpoint irrecoverably and permanently deletes the [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) given its ID. This action can not be undone.
This endpoint returns 204 when the identity was deleted or when the identity was not found, in which case it is
assumed that is has been deleted already.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID is the identity's ID.
@return IdentityAPIDeleteIdentityRequest
*/
DeleteIdentity(ctx context.Context, id string) IdentityAPIDeleteIdentityRequest
// DeleteIdentityExecute executes the request
DeleteIdentityExecute(r IdentityAPIDeleteIdentityRequest) (*http.Response, error)
/*
DeleteIdentityCredentials Delete a credential for a specific identity
Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type.
You cannot delete password or code auth credentials through this API.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID is the identity's ID.
@param type_ Type is the type of credentials to delete. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode
@return IdentityAPIDeleteIdentityCredentialsRequest
*/
DeleteIdentityCredentials(ctx context.Context, id string, type_ string) IdentityAPIDeleteIdentityCredentialsRequest
// DeleteIdentityCredentialsExecute executes the request
DeleteIdentityCredentialsExecute(r IdentityAPIDeleteIdentityCredentialsRequest) (*http.Response, error)
/*
DeleteIdentitySessions Delete & Invalidate an Identity's Sessions
Calling this endpoint irrecoverably and permanently deletes and invalidates all sessions that belong to the given Identity.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID is the identity's ID.
@return IdentityAPIDeleteIdentitySessionsRequest
*/
DeleteIdentitySessions(ctx context.Context, id string) IdentityAPIDeleteIdentitySessionsRequest
// DeleteIdentitySessionsExecute executes the request
DeleteIdentitySessionsExecute(r IdentityAPIDeleteIdentitySessionsRequest) (*http.Response, error)
/*
DisableSession Deactivate a Session
Calling this endpoint deactivates the specified session. Session data is not deleted.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID is the session's ID.
@return IdentityAPIDisableSessionRequest
*/
DisableSession(ctx context.Context, id string) IdentityAPIDisableSessionRequest
// DisableSessionExecute executes the request
DisableSessionExecute(r IdentityAPIDisableSessionRequest) (*http.Response, error)
/*
ExtendSession Extend a Session
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it
will only extend the session after the specified time has passed.
This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may
return a 200 OK response with the session in the body. Returning the session as part of the response
will be deprecated in the future and should not be relied upon.
This endpoint ignores consecutive requests to extend the same session and returns a 404 error in those
scenarios. This endpoint also returns 404 errors if the session does not exist.
Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID is the session's ID.
@return IdentityAPIExtendSessionRequest
*/
ExtendSession(ctx context.Context, id string) IdentityAPIExtendSessionRequest
// ExtendSessionExecute executes the request
// @return Session
ExtendSessionExecute(r IdentityAPIExtendSessionRequest) (*Session, *http.Response, error)
/*
GetIdentity Get an Identity
Return an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) by its ID. You can optionally
include credentials (e.g. social sign in connections) in the response by using the `include_credential` query parameter.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID must be set to the ID of identity you want to get
@return IdentityAPIGetIdentityRequest
*/
GetIdentity(ctx context.Context, id string) IdentityAPIGetIdentityRequest
// GetIdentityExecute executes the request
// @return Identity
GetIdentityExecute(r IdentityAPIGetIdentityRequest) (*Identity, *http.Response, error)
/*
GetIdentitySchema Get Identity JSON Schema
Return a specific identity schema.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID must be set to the ID of schema you want to get
@return IdentityAPIGetIdentitySchemaRequest
*/
GetIdentitySchema(ctx context.Context, id string) IdentityAPIGetIdentitySchemaRequest
// GetIdentitySchemaExecute executes the request
// @return map[string]interface{}
GetIdentitySchemaExecute(r IdentityAPIGetIdentitySchemaRequest) (map[string]interface{}, *http.Response, error)
/*
GetSession Get Session
This endpoint is useful for:
Getting a session object with all specified expandables that exist in an administrative context.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID is the session's ID.
@return IdentityAPIGetSessionRequest
*/
GetSession(ctx context.Context, id string) IdentityAPIGetSessionRequest
// GetSessionExecute executes the request
// @return Session
GetSessionExecute(r IdentityAPIGetSessionRequest) (*Session, *http.Response, error)
/*
ListIdentities List Identities
Lists all [identities](https://www.ory.sh/docs/kratos/concepts/identity-user-model) in the system.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return IdentityAPIListIdentitiesRequest
*/
ListIdentities(ctx context.Context) IdentityAPIListIdentitiesRequest
// ListIdentitiesExecute executes the request
// @return []Identity
ListIdentitiesExecute(r IdentityAPIListIdentitiesRequest) ([]Identity, *http.Response, error)
/*
ListIdentitySchemas Get all Identity Schemas
Returns a list of all identity schemas currently in use.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return IdentityAPIListIdentitySchemasRequest
*/
ListIdentitySchemas(ctx context.Context) IdentityAPIListIdentitySchemasRequest
// ListIdentitySchemasExecute executes the request
// @return []IdentitySchemaContainer
ListIdentitySchemasExecute(r IdentityAPIListIdentitySchemasRequest) ([]IdentitySchemaContainer, *http.Response, error)
/*
ListIdentitySessions List an Identity's Sessions
This endpoint returns all sessions that belong to the given Identity.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID is the identity's ID.
@return IdentityAPIListIdentitySessionsRequest
*/
ListIdentitySessions(ctx context.Context, id string) IdentityAPIListIdentitySessionsRequest
// ListIdentitySessionsExecute executes the request
// @return []Session
ListIdentitySessionsExecute(r IdentityAPIListIdentitySessionsRequest) ([]Session, *http.Response, error)
/*
ListSessions List All Sessions
Listing all sessions that exist.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return IdentityAPIListSessionsRequest
*/
ListSessions(ctx context.Context) IdentityAPIListSessionsRequest
// ListSessionsExecute executes the request
// @return []Session
ListSessionsExecute(r IdentityAPIListSessionsRequest) ([]Session, *http.Response, error)
/*
PatchIdentity Patch an Identity
Partially updates an [identity's](https://www.ory.sh/docs/kratos/concepts/identity-user-model) field using [JSON Patch](https://jsonpatch.com/).
The fields `id`, `stateChangedAt` and `credentials` can not be updated using this method.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID must be set to the ID of identity you want to update
@return IdentityAPIPatchIdentityRequest
*/
PatchIdentity(ctx context.Context, id string) IdentityAPIPatchIdentityRequest
// PatchIdentityExecute executes the request
// @return Identity
PatchIdentityExecute(r IdentityAPIPatchIdentityRequest) (*Identity, *http.Response, error)
/*
UpdateIdentity Update an Identity
This endpoint updates an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model). The full identity
payload (except credentials) is expected. It is possible to update the identity's credentials as well.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID must be set to the ID of identity you want to update
@return IdentityAPIUpdateIdentityRequest
*/
UpdateIdentity(ctx context.Context, id string) IdentityAPIUpdateIdentityRequest
// UpdateIdentityExecute executes the request
// @return Identity
UpdateIdentityExecute(r IdentityAPIUpdateIdentityRequest) (*Identity, *http.Response, error)
}
type IdentityAPIBatchPatchIdentitiesRequest ¶ added in v1.3.0
type IdentityAPIBatchPatchIdentitiesRequest struct {
ApiService IdentityAPI
// contains filtered or unexported fields
}
func (IdentityAPIBatchPatchIdentitiesRequest) Execute ¶ added in v1.3.0
func (r IdentityAPIBatchPatchIdentitiesRequest) Execute() (*BatchPatchIdentitiesResponse, *http.Response, error)
func (IdentityAPIBatchPatchIdentitiesRequest) PatchIdentitiesBody ¶ added in v1.3.0
func (r IdentityAPIBatchPatchIdentitiesRequest) PatchIdentitiesBody(patchIdentitiesBody PatchIdentitiesBody) IdentityAPIBatchPatchIdentitiesRequest
type IdentityAPICreateIdentityRequest ¶ added in v1.3.0
type IdentityAPICreateIdentityRequest struct {
ApiService IdentityAPI
// contains filtered or unexported fields
}
func (IdentityAPICreateIdentityRequest) CreateIdentityBody ¶ added in v1.3.0
func (r IdentityAPICreateIdentityRequest) CreateIdentityBody(createIdentityBody CreateIdentityBody) IdentityAPICreateIdentityRequest
type IdentityAPICreateRecoveryCodeForIdentityRequest ¶ added in v1.3.0
type IdentityAPICreateRecoveryCodeForIdentityRequest struct {
ApiService IdentityAPI
// contains filtered or unexported fields
}
func (IdentityAPICreateRecoveryCodeForIdentityRequest) CreateRecoveryCodeForIdentityBody ¶ added in v1.3.0
func (r IdentityAPICreateRecoveryCodeForIdentityRequest) CreateRecoveryCodeForIdentityBody(createRecoveryCodeForIdentityBody CreateRecoveryCodeForIdentityBody) IdentityAPICreateRecoveryCodeForIdentityRequest
func (IdentityAPICreateRecoveryCodeForIdentityRequest) Execute ¶ added in v1.3.0
func (r IdentityAPICreateRecoveryCodeForIdentityRequest) Execute() (*RecoveryCodeForIdentity, *http.Response, error)
type IdentityAPICreateRecoveryLinkForIdentityRequest ¶ added in v1.3.0
type IdentityAPICreateRecoveryLinkForIdentityRequest struct {
ApiService IdentityAPI
// contains filtered or unexported fields
}
func (IdentityAPICreateRecoveryLinkForIdentityRequest) CreateRecoveryLinkForIdentityBody ¶ added in v1.3.0
func (r IdentityAPICreateRecoveryLinkForIdentityRequest) CreateRecoveryLinkForIdentityBody(createRecoveryLinkForIdentityBody CreateRecoveryLinkForIdentityBody) IdentityAPICreateRecoveryLinkForIdentityRequest
func (IdentityAPICreateRecoveryLinkForIdentityRequest) Execute ¶ added in v1.3.0
func (r IdentityAPICreateRecoveryLinkForIdentityRequest) Execute() (*RecoveryLinkForIdentity, *http.Response, error)
func (IdentityAPICreateRecoveryLinkForIdentityRequest) ReturnTo ¶ added in v1.6.1
func (r IdentityAPICreateRecoveryLinkForIdentityRequest) ReturnTo(returnTo string) IdentityAPICreateRecoveryLinkForIdentityRequest
type IdentityAPIDeleteIdentityCredentialsRequest ¶ added in v1.3.0
type IdentityAPIDeleteIdentityCredentialsRequest struct {
ApiService IdentityAPI
// contains filtered or unexported fields
}
func (IdentityAPIDeleteIdentityCredentialsRequest) Execute ¶ added in v1.3.0
func (r IdentityAPIDeleteIdentityCredentialsRequest) Execute() (*http.Response, error)
func (IdentityAPIDeleteIdentityCredentialsRequest) Identifier ¶ added in v1.11.12
func (r IdentityAPIDeleteIdentityCredentialsRequest) Identifier(identifier string) IdentityAPIDeleteIdentityCredentialsRequest
Identifier is the identifier of the OIDC credential to delete. Find the identifier by calling the `GET /admin/identities/{id}?include_credential=oidc` endpoint.
type IdentityAPIDeleteIdentityRequest ¶ added in v1.3.0
type IdentityAPIDeleteIdentityRequest struct {
ApiService IdentityAPI
// contains filtered or unexported fields
}
type IdentityAPIDeleteIdentitySessionsRequest ¶ added in v1.3.0
type IdentityAPIDeleteIdentitySessionsRequest struct {
ApiService IdentityAPI
// contains filtered or unexported fields
}
type IdentityAPIDisableSessionRequest ¶ added in v1.3.0
type IdentityAPIDisableSessionRequest struct {
ApiService IdentityAPI
// contains filtered or unexported fields
}
type IdentityAPIExtendSessionRequest ¶ added in v1.3.0
type IdentityAPIExtendSessionRequest struct {
ApiService IdentityAPI
// contains filtered or unexported fields
}
type IdentityAPIGetIdentityRequest ¶ added in v1.3.0
type IdentityAPIGetIdentityRequest struct {
ApiService IdentityAPI
// contains filtered or unexported fields
}
func (IdentityAPIGetIdentityRequest) Execute ¶ added in v1.3.0
func (r IdentityAPIGetIdentityRequest) Execute() (*Identity, *http.Response, error)
func (IdentityAPIGetIdentityRequest) IncludeCredential ¶ added in v1.3.0
func (r IdentityAPIGetIdentityRequest) IncludeCredential(includeCredential []string) IdentityAPIGetIdentityRequest
Include Credentials in Response Include any credential, for example `password` or `oidc`, in the response. When set to `oidc`, This will return the initial OAuth 2.0 Access Token, OAuth 2.0 Refresh Token and the OpenID Connect ID Token if available.
type IdentityAPIGetIdentitySchemaRequest ¶ added in v1.3.0
type IdentityAPIGetIdentitySchemaRequest struct {
ApiService IdentityAPI
// contains filtered or unexported fields
}
type IdentityAPIGetSessionRequest ¶ added in v1.3.0
type IdentityAPIGetSessionRequest struct {
ApiService IdentityAPI
// contains filtered or unexported fields
}
func (IdentityAPIGetSessionRequest) Execute ¶ added in v1.3.0
func (r IdentityAPIGetSessionRequest) Execute() (*Session, *http.Response, error)
func (IdentityAPIGetSessionRequest) Expand ¶ added in v1.3.0
func (r IdentityAPIGetSessionRequest) Expand(expand []string) IdentityAPIGetSessionRequest
ExpandOptions is a query parameter encoded list of all properties that must be expanded in the Session. Example - ?expand=Identity&expand=Devices If no value is provided, the expandable properties are skipped.
type IdentityAPIListIdentitiesRequest ¶ added in v1.3.0
type IdentityAPIListIdentitiesRequest struct {
ApiService IdentityAPI
// contains filtered or unexported fields
}
func (IdentityAPIListIdentitiesRequest) Consistency ¶ added in v1.3.0
func (r IdentityAPIListIdentitiesRequest) Consistency(consistency string) IdentityAPIListIdentitiesRequest
Read Consistency Level (preview) The read consistency level determines the consistency guarantee for reads: strong (slow): The read is guaranteed to return the most recent data committed at the start of the read. eventual (very fast): The result will return data that is about 4.8 seconds old. The default consistency guarantee can be changed in the Ory Network Console or using the Ory CLI with `ory patch project --replace '/previews/default_read_consistency_level=\"strong\"'`. Setting the default consistency level to `eventual` may cause regressions in the future as we add consistency controls to more APIs. Currently, the following APIs will be affected by this setting: `GET /admin/identities` This feature is in preview and only available in Ory Network. ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level. strong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level. eventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps.
func (IdentityAPIListIdentitiesRequest) CredentialsIdentifier ¶ added in v1.3.0
func (r IdentityAPIListIdentitiesRequest) CredentialsIdentifier(credentialsIdentifier string) IdentityAPIListIdentitiesRequest
CredentialsIdentifier is the identifier (username, email) of the credentials to look up using exact match. Only one of CredentialsIdentifier and CredentialsIdentifierSimilar can be used.
func (IdentityAPIListIdentitiesRequest) Execute ¶ added in v1.3.0
func (r IdentityAPIListIdentitiesRequest) Execute() ([]Identity, *http.Response, error)
func (IdentityAPIListIdentitiesRequest) Ids ¶ added in v1.6.1
func (r IdentityAPIListIdentitiesRequest) Ids(ids []string) IdentityAPIListIdentitiesRequest
List of ids used to filter identities. If this list is empty, then no filter will be applied.
func (IdentityAPIListIdentitiesRequest) IncludeCredential ¶ added in v1.8.0
func (r IdentityAPIListIdentitiesRequest) IncludeCredential(includeCredential []string) IdentityAPIListIdentitiesRequest
Include Credentials in Response Include any credential, for example `password` or `oidc`, in the response. When set to `oidc`, This will return the initial OAuth 2.0 Access Token, OAuth 2.0 Refresh Token and the OpenID Connect ID Token if available.
func (IdentityAPIListIdentitiesRequest) Page ¶ added in v1.3.0
func (r IdentityAPIListIdentitiesRequest) Page(page int64) IdentityAPIListIdentitiesRequest
Deprecated Pagination Page DEPRECATED: Please use `page_token` instead. This parameter will be removed in the future. This value is currently an integer, but it is not sequential. The value is not the page number, but a reference. The next page can be any number and some numbers might return an empty list. For example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist. The first page can be retrieved by omitting this parameter. Following page pointers will be returned in the `Link` header.
func (IdentityAPIListIdentitiesRequest) PageSize ¶ added in v1.3.0
func (r IdentityAPIListIdentitiesRequest) PageSize(pageSize int64) IdentityAPIListIdentitiesRequest
Page Size This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
func (IdentityAPIListIdentitiesRequest) PageToken ¶ added in v1.3.0
func (r IdentityAPIListIdentitiesRequest) PageToken(pageToken string) IdentityAPIListIdentitiesRequest
Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
func (IdentityAPIListIdentitiesRequest) PerPage ¶ added in v1.3.0
func (r IdentityAPIListIdentitiesRequest) PerPage(perPage int64) IdentityAPIListIdentitiesRequest
Deprecated Items per Page DEPRECATED: Please use `page_token` instead. This parameter will be removed in the future. This is the number of items per page.
func (IdentityAPIListIdentitiesRequest) PreviewCredentialsIdentifierSimilar ¶ added in v1.3.0
func (r IdentityAPIListIdentitiesRequest) PreviewCredentialsIdentifierSimilar(previewCredentialsIdentifierSimilar string) IdentityAPIListIdentitiesRequest
This is an EXPERIMENTAL parameter that WILL CHANGE. Do NOT rely on consistent, deterministic behavior. THIS PARAMETER WILL BE REMOVED IN AN UPCOMING RELEASE WITHOUT ANY MIGRATION PATH. CredentialsIdentifierSimilar is the (partial) identifier (username, email) of the credentials to look up using similarity search. Only one of CredentialsIdentifier and CredentialsIdentifierSimilar can be used.
type IdentityAPIListIdentitySchemasRequest ¶ added in v1.3.0
type IdentityAPIListIdentitySchemasRequest struct {
ApiService IdentityAPI
// contains filtered or unexported fields
}
func (IdentityAPIListIdentitySchemasRequest) Execute ¶ added in v1.3.0
func (r IdentityAPIListIdentitySchemasRequest) Execute() ([]IdentitySchemaContainer, *http.Response, error)
func (IdentityAPIListIdentitySchemasRequest) Page ¶ added in v1.3.0
func (r IdentityAPIListIdentitySchemasRequest) Page(page int64) IdentityAPIListIdentitySchemasRequest
Deprecated Pagination Page DEPRECATED: Please use `page_token` instead. This parameter will be removed in the future. This value is currently an integer, but it is not sequential. The value is not the page number, but a reference. The next page can be any number and some numbers might return an empty list. For example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist. The first page can be retrieved by omitting this parameter. Following page pointers will be returned in the `Link` header.
func (IdentityAPIListIdentitySchemasRequest) PageSize ¶ added in v1.3.0
func (r IdentityAPIListIdentitySchemasRequest) PageSize(pageSize int64) IdentityAPIListIdentitySchemasRequest
Page Size This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
func (IdentityAPIListIdentitySchemasRequest) PageToken ¶ added in v1.3.0
func (r IdentityAPIListIdentitySchemasRequest) PageToken(pageToken string) IdentityAPIListIdentitySchemasRequest
Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
func (IdentityAPIListIdentitySchemasRequest) PerPage ¶ added in v1.3.0
func (r IdentityAPIListIdentitySchemasRequest) PerPage(perPage int64) IdentityAPIListIdentitySchemasRequest
Deprecated Items per Page DEPRECATED: Please use `page_token` instead. This parameter will be removed in the future. This is the number of items per page.
type IdentityAPIListIdentitySessionsRequest ¶ added in v1.3.0
type IdentityAPIListIdentitySessionsRequest struct {
ApiService IdentityAPI
// contains filtered or unexported fields
}
func (IdentityAPIListIdentitySessionsRequest) Active ¶ added in v1.3.0
func (r IdentityAPIListIdentitySessionsRequest) Active(active bool) IdentityAPIListIdentitySessionsRequest
Active is a boolean flag that filters out sessions based on the state. If no value is provided, all sessions are returned.
func (IdentityAPIListIdentitySessionsRequest) Execute ¶ added in v1.3.0
func (r IdentityAPIListIdentitySessionsRequest) Execute() ([]Session, *http.Response, error)
func (IdentityAPIListIdentitySessionsRequest) Page ¶ added in v1.3.0
func (r IdentityAPIListIdentitySessionsRequest) Page(page int64) IdentityAPIListIdentitySessionsRequest
Deprecated Pagination Page DEPRECATED: Please use `page_token` instead. This parameter will be removed in the future. This value is currently an integer, but it is not sequential. The value is not the page number, but a reference. The next page can be any number and some numbers might return an empty list. For example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist. The first page can be retrieved by omitting this parameter. Following page pointers will be returned in the `Link` header.
func (IdentityAPIListIdentitySessionsRequest) PageSize ¶ added in v1.3.0
func (r IdentityAPIListIdentitySessionsRequest) PageSize(pageSize int64) IdentityAPIListIdentitySessionsRequest
Page Size This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
func (IdentityAPIListIdentitySessionsRequest) PageToken ¶ added in v1.3.0
func (r IdentityAPIListIdentitySessionsRequest) PageToken(pageToken string) IdentityAPIListIdentitySessionsRequest
Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
func (IdentityAPIListIdentitySessionsRequest) PerPage ¶ added in v1.3.0
func (r IdentityAPIListIdentitySessionsRequest) PerPage(perPage int64) IdentityAPIListIdentitySessionsRequest
Deprecated Items per Page DEPRECATED: Please use `page_token` instead. This parameter will be removed in the future. This is the number of items per page.
type IdentityAPIListSessionsRequest ¶ added in v1.3.0
type IdentityAPIListSessionsRequest struct {
ApiService IdentityAPI
// contains filtered or unexported fields
}
func (IdentityAPIListSessionsRequest) Active ¶ added in v1.3.0
func (r IdentityAPIListSessionsRequest) Active(active bool) IdentityAPIListSessionsRequest
Active is a boolean flag that filters out sessions based on the state. If no value is provided, all sessions are returned.
func (IdentityAPIListSessionsRequest) Execute ¶ added in v1.3.0
func (r IdentityAPIListSessionsRequest) Execute() ([]Session, *http.Response, error)
func (IdentityAPIListSessionsRequest) Expand ¶ added in v1.3.0
func (r IdentityAPIListSessionsRequest) Expand(expand []string) IdentityAPIListSessionsRequest
ExpandOptions is a query parameter encoded list of all properties that must be expanded in the Session. If no value is provided, the expandable properties are skipped.
func (IdentityAPIListSessionsRequest) PageSize ¶ added in v1.3.0
func (r IdentityAPIListSessionsRequest) PageSize(pageSize int64) IdentityAPIListSessionsRequest
Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
func (IdentityAPIListSessionsRequest) PageToken ¶ added in v1.3.0
func (r IdentityAPIListSessionsRequest) PageToken(pageToken string) IdentityAPIListSessionsRequest
Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
type IdentityAPIPatchIdentityRequest ¶ added in v1.3.0
type IdentityAPIPatchIdentityRequest struct {
ApiService IdentityAPI
// contains filtered or unexported fields
}
func (IdentityAPIPatchIdentityRequest) Execute ¶ added in v1.3.0
func (r IdentityAPIPatchIdentityRequest) Execute() (*Identity, *http.Response, error)
func (IdentityAPIPatchIdentityRequest) JsonPatch ¶ added in v1.3.0
func (r IdentityAPIPatchIdentityRequest) JsonPatch(jsonPatch []JsonPatch) IdentityAPIPatchIdentityRequest
type IdentityAPIService ¶ added in v1.3.0
type IdentityAPIService service
IdentityAPIService IdentityAPI service
func (*IdentityAPIService) BatchPatchIdentities ¶ added in v1.3.0
func (a *IdentityAPIService) BatchPatchIdentities(ctx context.Context) IdentityAPIBatchPatchIdentitiesRequest
BatchPatchIdentities Create multiple identities
Creates multiple [identities](https://www.ory.sh/docs/kratos/concepts/identity-user-model). This endpoint can also be used to [import credentials](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities) for instance passwords, social sign in configurations or multifactor methods.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return IdentityAPIBatchPatchIdentitiesRequest
func (*IdentityAPIService) BatchPatchIdentitiesExecute ¶ added in v1.3.0
func (a *IdentityAPIService) BatchPatchIdentitiesExecute(r IdentityAPIBatchPatchIdentitiesRequest) (*BatchPatchIdentitiesResponse, *http.Response, error)
Execute executes the request
@return BatchPatchIdentitiesResponse
func (*IdentityAPIService) CreateIdentity ¶ added in v1.3.0
func (a *IdentityAPIService) CreateIdentity(ctx context.Context) IdentityAPICreateIdentityRequest
CreateIdentity Create an Identity
Create an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model). This endpoint can also be used to [import credentials](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities) for instance passwords, social sign in configurations or multifactor methods.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return IdentityAPICreateIdentityRequest
func (*IdentityAPIService) CreateIdentityExecute ¶ added in v1.3.0
func (a *IdentityAPIService) CreateIdentityExecute(r IdentityAPICreateIdentityRequest) (*Identity, *http.Response, error)
Execute executes the request
@return Identity
func (*IdentityAPIService) CreateRecoveryCodeForIdentity ¶ added in v1.3.0
func (a *IdentityAPIService) CreateRecoveryCodeForIdentity(ctx context.Context) IdentityAPICreateRecoveryCodeForIdentityRequest
CreateRecoveryCodeForIdentity Create a Recovery Code
This endpoint creates a recovery code which should be given to the user in order for them to recover (or activate) their account.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return IdentityAPICreateRecoveryCodeForIdentityRequest
func (*IdentityAPIService) CreateRecoveryCodeForIdentityExecute ¶ added in v1.3.0
func (a *IdentityAPIService) CreateRecoveryCodeForIdentityExecute(r IdentityAPICreateRecoveryCodeForIdentityRequest) (*RecoveryCodeForIdentity, *http.Response, error)
Execute executes the request
@return RecoveryCodeForIdentity
func (*IdentityAPIService) CreateRecoveryLinkForIdentity ¶ added in v1.3.0
func (a *IdentityAPIService) CreateRecoveryLinkForIdentity(ctx context.Context) IdentityAPICreateRecoveryLinkForIdentityRequest
CreateRecoveryLinkForIdentity Create a Recovery Link
This endpoint creates a recovery link which should be given to the user in order for them to recover (or activate) their account.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return IdentityAPICreateRecoveryLinkForIdentityRequest
func (*IdentityAPIService) CreateRecoveryLinkForIdentityExecute ¶ added in v1.3.0
func (a *IdentityAPIService) CreateRecoveryLinkForIdentityExecute(r IdentityAPICreateRecoveryLinkForIdentityRequest) (*RecoveryLinkForIdentity, *http.Response, error)
Execute executes the request
@return RecoveryLinkForIdentity
func (*IdentityAPIService) DeleteIdentity ¶ added in v1.3.0
func (a *IdentityAPIService) DeleteIdentity(ctx context.Context, id string) IdentityAPIDeleteIdentityRequest
DeleteIdentity Delete an Identity
Calling this endpoint irrecoverably and permanently deletes the [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) given its ID. This action can not be undone. This endpoint returns 204 when the identity was deleted or when the identity was not found, in which case it is assumed that is has been deleted already.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id ID is the identity's ID. @return IdentityAPIDeleteIdentityRequest
func (*IdentityAPIService) DeleteIdentityCredentials ¶ added in v1.3.0
func (a *IdentityAPIService) DeleteIdentityCredentials(ctx context.Context, id string, type_ string) IdentityAPIDeleteIdentityCredentialsRequest
DeleteIdentityCredentials Delete a credential for a specific identity
Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type. You cannot delete password or code auth credentials through this API.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id ID is the identity's ID. @param type_ Type is the type of credentials to delete. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode @return IdentityAPIDeleteIdentityCredentialsRequest
func (*IdentityAPIService) DeleteIdentityCredentialsExecute ¶ added in v1.3.0
func (a *IdentityAPIService) DeleteIdentityCredentialsExecute(r IdentityAPIDeleteIdentityCredentialsRequest) (*http.Response, error)
Execute executes the request
func (*IdentityAPIService) DeleteIdentityExecute ¶ added in v1.3.0
func (a *IdentityAPIService) DeleteIdentityExecute(r IdentityAPIDeleteIdentityRequest) (*http.Response, error)
Execute executes the request
func (*IdentityAPIService) DeleteIdentitySessions ¶ added in v1.3.0
func (a *IdentityAPIService) DeleteIdentitySessions(ctx context.Context, id string) IdentityAPIDeleteIdentitySessionsRequest
DeleteIdentitySessions Delete & Invalidate an Identity's Sessions
Calling this endpoint irrecoverably and permanently deletes and invalidates all sessions that belong to the given Identity.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id ID is the identity's ID. @return IdentityAPIDeleteIdentitySessionsRequest
func (*IdentityAPIService) DeleteIdentitySessionsExecute ¶ added in v1.3.0
func (a *IdentityAPIService) DeleteIdentitySessionsExecute(r IdentityAPIDeleteIdentitySessionsRequest) (*http.Response, error)
Execute executes the request
func (*IdentityAPIService) DisableSession ¶ added in v1.3.0
func (a *IdentityAPIService) DisableSession(ctx context.Context, id string) IdentityAPIDisableSessionRequest
DisableSession Deactivate a Session
Calling this endpoint deactivates the specified session. Session data is not deleted.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id ID is the session's ID. @return IdentityAPIDisableSessionRequest
func (*IdentityAPIService) DisableSessionExecute ¶ added in v1.3.0
func (a *IdentityAPIService) DisableSessionExecute(r IdentityAPIDisableSessionRequest) (*http.Response, error)
Execute executes the request
func (*IdentityAPIService) ExtendSession ¶ added in v1.3.0
func (a *IdentityAPIService) ExtendSession(ctx context.Context, id string) IdentityAPIExtendSessionRequest
ExtendSession Extend a Session
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed.
This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may return a 200 OK response with the session in the body. Returning the session as part of the response will be deprecated in the future and should not be relied upon.
This endpoint ignores consecutive requests to extend the same session and returns a 404 error in those scenarios. This endpoint also returns 404 errors if the session does not exist.
Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id ID is the session's ID. @return IdentityAPIExtendSessionRequest
func (*IdentityAPIService) ExtendSessionExecute ¶ added in v1.3.0
func (a *IdentityAPIService) ExtendSessionExecute(r IdentityAPIExtendSessionRequest) (*Session, *http.Response, error)
Execute executes the request
@return Session
func (*IdentityAPIService) GetIdentity ¶ added in v1.3.0
func (a *IdentityAPIService) GetIdentity(ctx context.Context, id string) IdentityAPIGetIdentityRequest
GetIdentity Get an Identity
Return an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) by its ID. You can optionally include credentials (e.g. social sign in connections) in the response by using the `include_credential` query parameter.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id ID must be set to the ID of identity you want to get @return IdentityAPIGetIdentityRequest
func (*IdentityAPIService) GetIdentityExecute ¶ added in v1.3.0
func (a *IdentityAPIService) GetIdentityExecute(r IdentityAPIGetIdentityRequest) (*Identity, *http.Response, error)
Execute executes the request
@return Identity
func (*IdentityAPIService) GetIdentitySchema ¶ added in v1.3.0
func (a *IdentityAPIService) GetIdentitySchema(ctx context.Context, id string) IdentityAPIGetIdentitySchemaRequest
GetIdentitySchema Get Identity JSON Schema
Return a specific identity schema.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id ID must be set to the ID of schema you want to get @return IdentityAPIGetIdentitySchemaRequest
func (*IdentityAPIService) GetIdentitySchemaExecute ¶ added in v1.3.0
func (a *IdentityAPIService) GetIdentitySchemaExecute(r IdentityAPIGetIdentitySchemaRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*IdentityAPIService) GetSession ¶ added in v1.3.0
func (a *IdentityAPIService) GetSession(ctx context.Context, id string) IdentityAPIGetSessionRequest
GetSession Get Session
This endpoint is useful for:
Getting a session object with all specified expandables that exist in an administrative context.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id ID is the session's ID. @return IdentityAPIGetSessionRequest
func (*IdentityAPIService) GetSessionExecute ¶ added in v1.3.0
func (a *IdentityAPIService) GetSessionExecute(r IdentityAPIGetSessionRequest) (*Session, *http.Response, error)
Execute executes the request
@return Session
func (*IdentityAPIService) ListIdentities ¶ added in v1.3.0
func (a *IdentityAPIService) ListIdentities(ctx context.Context) IdentityAPIListIdentitiesRequest
ListIdentities List Identities
Lists all [identities](https://www.ory.sh/docs/kratos/concepts/identity-user-model) in the system.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return IdentityAPIListIdentitiesRequest
func (*IdentityAPIService) ListIdentitiesExecute ¶ added in v1.3.0
func (a *IdentityAPIService) ListIdentitiesExecute(r IdentityAPIListIdentitiesRequest) ([]Identity, *http.Response, error)
Execute executes the request
@return []Identity
func (*IdentityAPIService) ListIdentitySchemas ¶ added in v1.3.0
func (a *IdentityAPIService) ListIdentitySchemas(ctx context.Context) IdentityAPIListIdentitySchemasRequest
ListIdentitySchemas Get all Identity Schemas
Returns a list of all identity schemas currently in use.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return IdentityAPIListIdentitySchemasRequest
func (*IdentityAPIService) ListIdentitySchemasExecute ¶ added in v1.3.0
func (a *IdentityAPIService) ListIdentitySchemasExecute(r IdentityAPIListIdentitySchemasRequest) ([]IdentitySchemaContainer, *http.Response, error)
Execute executes the request
@return []IdentitySchemaContainer
func (*IdentityAPIService) ListIdentitySessions ¶ added in v1.3.0
func (a *IdentityAPIService) ListIdentitySessions(ctx context.Context, id string) IdentityAPIListIdentitySessionsRequest
ListIdentitySessions List an Identity's Sessions
This endpoint returns all sessions that belong to the given Identity.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id ID is the identity's ID. @return IdentityAPIListIdentitySessionsRequest
func (*IdentityAPIService) ListIdentitySessionsExecute ¶ added in v1.3.0
func (a *IdentityAPIService) ListIdentitySessionsExecute(r IdentityAPIListIdentitySessionsRequest) ([]Session, *http.Response, error)
Execute executes the request
@return []Session
func (*IdentityAPIService) ListSessions ¶ added in v1.3.0
func (a *IdentityAPIService) ListSessions(ctx context.Context) IdentityAPIListSessionsRequest
ListSessions List All Sessions
Listing all sessions that exist.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return IdentityAPIListSessionsRequest
func (*IdentityAPIService) ListSessionsExecute ¶ added in v1.3.0
func (a *IdentityAPIService) ListSessionsExecute(r IdentityAPIListSessionsRequest) ([]Session, *http.Response, error)
Execute executes the request
@return []Session
func (*IdentityAPIService) PatchIdentity ¶ added in v1.3.0
func (a *IdentityAPIService) PatchIdentity(ctx context.Context, id string) IdentityAPIPatchIdentityRequest
PatchIdentity Patch an Identity
Partially updates an [identity's](https://www.ory.sh/docs/kratos/concepts/identity-user-model) field using [JSON Patch](https://jsonpatch.com/). The fields `id`, `stateChangedAt` and `credentials` can not be updated using this method.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id ID must be set to the ID of identity you want to update @return IdentityAPIPatchIdentityRequest
func (*IdentityAPIService) PatchIdentityExecute ¶ added in v1.3.0
func (a *IdentityAPIService) PatchIdentityExecute(r IdentityAPIPatchIdentityRequest) (*Identity, *http.Response, error)
Execute executes the request
@return Identity
func (*IdentityAPIService) UpdateIdentity ¶ added in v1.3.0
func (a *IdentityAPIService) UpdateIdentity(ctx context.Context, id string) IdentityAPIUpdateIdentityRequest
UpdateIdentity Update an Identity
This endpoint updates an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model). The full identity payload (except credentials) is expected. It is possible to update the identity's credentials as well.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id ID must be set to the ID of identity you want to update @return IdentityAPIUpdateIdentityRequest
func (*IdentityAPIService) UpdateIdentityExecute ¶ added in v1.3.0
func (a *IdentityAPIService) UpdateIdentityExecute(r IdentityAPIUpdateIdentityRequest) (*Identity, *http.Response, error)
Execute executes the request
@return Identity
type IdentityAPIUpdateIdentityRequest ¶ added in v1.3.0
type IdentityAPIUpdateIdentityRequest struct {
ApiService IdentityAPI
// contains filtered or unexported fields
}
func (IdentityAPIUpdateIdentityRequest) Execute ¶ added in v1.3.0
func (r IdentityAPIUpdateIdentityRequest) Execute() (*Identity, *http.Response, error)
func (IdentityAPIUpdateIdentityRequest) UpdateIdentityBody ¶ added in v1.3.0
func (r IdentityAPIUpdateIdentityRequest) UpdateIdentityBody(updateIdentityBody UpdateIdentityBody) IdentityAPIUpdateIdentityRequest
type IdentityCredentials ¶
type IdentityCredentials struct {
Config map[string]interface{} `json:"config,omitempty"`
// CreatedAt is a helper struct field for gobuffalo.pop.
CreatedAt *time.Time `json:"created_at,omitempty"`
// Identifiers represents a list of unique identifiers this credential type matches.
Identifiers []string `json:"identifiers,omitempty"`
// Type discriminates between different types of credentials. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode
Type *string `json:"type,omitempty"`
// UpdatedAt is a helper struct field for gobuffalo.pop.
UpdatedAt *time.Time `json:"updated_at,omitempty"`
// Version refers to the version of the credential. Useful when changing the config schema.
Version *int64 `json:"version,omitempty"`
AdditionalProperties map[string]interface{}
}
IdentityCredentials Credentials represents a specific credential type
func NewIdentityCredentials ¶
func NewIdentityCredentials() *IdentityCredentials
NewIdentityCredentials instantiates a new IdentityCredentials 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 NewIdentityCredentialsWithDefaults ¶
func NewIdentityCredentialsWithDefaults() *IdentityCredentials
NewIdentityCredentialsWithDefaults instantiates a new IdentityCredentials 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 (*IdentityCredentials) GetConfig ¶
func (o *IdentityCredentials) GetConfig() map[string]interface{}
GetConfig returns the Config field value if set, zero value otherwise.
func (*IdentityCredentials) GetConfigOk ¶
func (o *IdentityCredentials) GetConfigOk() (map[string]interface{}, bool)
GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityCredentials) GetCreatedAt ¶
func (o *IdentityCredentials) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*IdentityCredentials) GetCreatedAtOk ¶
func (o *IdentityCredentials) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityCredentials) GetIdentifiers ¶
func (o *IdentityCredentials) GetIdentifiers() []string
GetIdentifiers returns the Identifiers field value if set, zero value otherwise.
func (*IdentityCredentials) GetIdentifiersOk ¶
func (o *IdentityCredentials) GetIdentifiersOk() ([]string, bool)
GetIdentifiersOk returns a tuple with the Identifiers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityCredentials) GetType ¶
func (o *IdentityCredentials) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*IdentityCredentials) GetTypeOk ¶
func (o *IdentityCredentials) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityCredentials) GetUpdatedAt ¶
func (o *IdentityCredentials) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*IdentityCredentials) GetUpdatedAtOk ¶
func (o *IdentityCredentials) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityCredentials) GetVersion ¶
func (o *IdentityCredentials) GetVersion() int64
GetVersion returns the Version field value if set, zero value otherwise.
func (*IdentityCredentials) GetVersionOk ¶
func (o *IdentityCredentials) GetVersionOk() (*int64, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityCredentials) HasConfig ¶
func (o *IdentityCredentials) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (*IdentityCredentials) HasCreatedAt ¶
func (o *IdentityCredentials) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*IdentityCredentials) HasIdentifiers ¶
func (o *IdentityCredentials) HasIdentifiers() bool
HasIdentifiers returns a boolean if a field has been set.
func (*IdentityCredentials) HasType ¶
func (o *IdentityCredentials) HasType() bool
HasType returns a boolean if a field has been set.
func (*IdentityCredentials) HasUpdatedAt ¶
func (o *IdentityCredentials) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*IdentityCredentials) HasVersion ¶
func (o *IdentityCredentials) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (IdentityCredentials) MarshalJSON ¶
func (o IdentityCredentials) MarshalJSON() ([]byte, error)
func (*IdentityCredentials) SetConfig ¶
func (o *IdentityCredentials) SetConfig(v map[string]interface{})
SetConfig gets a reference to the given map[string]interface{} and assigns it to the Config field.
func (*IdentityCredentials) SetCreatedAt ¶
func (o *IdentityCredentials) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*IdentityCredentials) SetIdentifiers ¶
func (o *IdentityCredentials) SetIdentifiers(v []string)
SetIdentifiers gets a reference to the given []string and assigns it to the Identifiers field.
func (*IdentityCredentials) SetType ¶
func (o *IdentityCredentials) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*IdentityCredentials) SetUpdatedAt ¶
func (o *IdentityCredentials) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*IdentityCredentials) SetVersion ¶
func (o *IdentityCredentials) SetVersion(v int64)
SetVersion gets a reference to the given int64 and assigns it to the Version field.
func (IdentityCredentials) ToMap ¶ added in v1.3.0
func (o IdentityCredentials) ToMap() (map[string]interface{}, error)
func (*IdentityCredentials) UnmarshalJSON ¶ added in v1.1.36
func (o *IdentityCredentials) UnmarshalJSON(data []byte) (err error)
type IdentityCredentialsCode ¶ added in v1.2.0
type IdentityCredentialsCode struct {
// The type of the address for this code
AddressType *string `json:"address_type,omitempty"`
UsedAt NullableTime `json:"used_at,omitempty"`
AdditionalProperties map[string]interface{}
}
IdentityCredentialsCode CredentialsCode represents a one time login/registration code
func NewIdentityCredentialsCode ¶ added in v1.2.0
func NewIdentityCredentialsCode() *IdentityCredentialsCode
NewIdentityCredentialsCode instantiates a new IdentityCredentialsCode 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 NewIdentityCredentialsCodeWithDefaults ¶ added in v1.2.0
func NewIdentityCredentialsCodeWithDefaults() *IdentityCredentialsCode
NewIdentityCredentialsCodeWithDefaults instantiates a new IdentityCredentialsCode 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 (*IdentityCredentialsCode) GetAddressType ¶ added in v1.2.0
func (o *IdentityCredentialsCode) GetAddressType() string
GetAddressType returns the AddressType field value if set, zero value otherwise.
func (*IdentityCredentialsCode) GetAddressTypeOk ¶ added in v1.2.0
func (o *IdentityCredentialsCode) GetAddressTypeOk() (*string, bool)
GetAddressTypeOk returns a tuple with the AddressType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityCredentialsCode) GetUsedAt ¶ added in v1.2.0
func (o *IdentityCredentialsCode) GetUsedAt() time.Time
GetUsedAt returns the UsedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IdentityCredentialsCode) GetUsedAtOk ¶ added in v1.2.0
func (o *IdentityCredentialsCode) GetUsedAtOk() (*time.Time, bool)
GetUsedAtOk returns a tuple with the UsedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IdentityCredentialsCode) HasAddressType ¶ added in v1.2.0
func (o *IdentityCredentialsCode) HasAddressType() bool
HasAddressType returns a boolean if a field has been set.
func (*IdentityCredentialsCode) HasUsedAt ¶ added in v1.2.0
func (o *IdentityCredentialsCode) HasUsedAt() bool
HasUsedAt returns a boolean if a field has been set.
func (IdentityCredentialsCode) MarshalJSON ¶ added in v1.2.0
func (o IdentityCredentialsCode) MarshalJSON() ([]byte, error)
func (*IdentityCredentialsCode) SetAddressType ¶ added in v1.2.0
func (o *IdentityCredentialsCode) SetAddressType(v string)
SetAddressType gets a reference to the given string and assigns it to the AddressType field.
func (*IdentityCredentialsCode) SetUsedAt ¶ added in v1.2.0
func (o *IdentityCredentialsCode) SetUsedAt(v time.Time)
SetUsedAt gets a reference to the given NullableTime and assigns it to the UsedAt field.
func (*IdentityCredentialsCode) SetUsedAtNil ¶ added in v1.2.0
func (o *IdentityCredentialsCode) SetUsedAtNil()
SetUsedAtNil sets the value for UsedAt to be an explicit nil
func (IdentityCredentialsCode) ToMap ¶ added in v1.3.0
func (o IdentityCredentialsCode) ToMap() (map[string]interface{}, error)
func (*IdentityCredentialsCode) UnmarshalJSON ¶ added in v1.2.0
func (o *IdentityCredentialsCode) UnmarshalJSON(data []byte) (err error)
func (*IdentityCredentialsCode) UnsetUsedAt ¶ added in v1.2.0
func (o *IdentityCredentialsCode) UnsetUsedAt()
UnsetUsedAt ensures that no value is present for UsedAt, not even an explicit nil
type IdentityCredentialsOidc ¶
type IdentityCredentialsOidc struct {
Providers []IdentityCredentialsOidcProvider `json:"providers,omitempty"`
AdditionalProperties map[string]interface{}
}
IdentityCredentialsOidc struct for IdentityCredentialsOidc
func NewIdentityCredentialsOidc ¶
func NewIdentityCredentialsOidc() *IdentityCredentialsOidc
NewIdentityCredentialsOidc instantiates a new IdentityCredentialsOidc 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 NewIdentityCredentialsOidcWithDefaults ¶
func NewIdentityCredentialsOidcWithDefaults() *IdentityCredentialsOidc
NewIdentityCredentialsOidcWithDefaults instantiates a new IdentityCredentialsOidc 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 (*IdentityCredentialsOidc) GetProviders ¶
func (o *IdentityCredentialsOidc) GetProviders() []IdentityCredentialsOidcProvider
GetProviders returns the Providers field value if set, zero value otherwise.
func (*IdentityCredentialsOidc) GetProvidersOk ¶
func (o *IdentityCredentialsOidc) GetProvidersOk() ([]IdentityCredentialsOidcProvider, bool)
GetProvidersOk returns a tuple with the Providers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityCredentialsOidc) HasProviders ¶
func (o *IdentityCredentialsOidc) HasProviders() bool
HasProviders returns a boolean if a field has been set.
func (IdentityCredentialsOidc) MarshalJSON ¶
func (o IdentityCredentialsOidc) MarshalJSON() ([]byte, error)
func (*IdentityCredentialsOidc) SetProviders ¶
func (o *IdentityCredentialsOidc) SetProviders(v []IdentityCredentialsOidcProvider)
SetProviders gets a reference to the given []IdentityCredentialsOidcProvider and assigns it to the Providers field.
func (IdentityCredentialsOidc) ToMap ¶ added in v1.3.0
func (o IdentityCredentialsOidc) ToMap() (map[string]interface{}, error)
func (*IdentityCredentialsOidc) UnmarshalJSON ¶ added in v1.1.36
func (o *IdentityCredentialsOidc) UnmarshalJSON(data []byte) (err error)
type IdentityCredentialsOidcProvider ¶
type IdentityCredentialsOidcProvider struct {
InitialAccessToken *string `json:"initial_access_token,omitempty"`
InitialIdToken *string `json:"initial_id_token,omitempty"`
InitialRefreshToken *string `json:"initial_refresh_token,omitempty"`
Organization *string `json:"organization,omitempty"`
Provider *string `json:"provider,omitempty"`
Subject *string `json:"subject,omitempty"`
AdditionalProperties map[string]interface{}
}
IdentityCredentialsOidcProvider struct for IdentityCredentialsOidcProvider
func NewIdentityCredentialsOidcProvider ¶
func NewIdentityCredentialsOidcProvider() *IdentityCredentialsOidcProvider
NewIdentityCredentialsOidcProvider instantiates a new IdentityCredentialsOidcProvider 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 NewIdentityCredentialsOidcProviderWithDefaults ¶
func NewIdentityCredentialsOidcProviderWithDefaults() *IdentityCredentialsOidcProvider
NewIdentityCredentialsOidcProviderWithDefaults instantiates a new IdentityCredentialsOidcProvider 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 (*IdentityCredentialsOidcProvider) GetInitialAccessToken ¶
func (o *IdentityCredentialsOidcProvider) GetInitialAccessToken() string
GetInitialAccessToken returns the InitialAccessToken field value if set, zero value otherwise.
func (*IdentityCredentialsOidcProvider) GetInitialAccessTokenOk ¶
func (o *IdentityCredentialsOidcProvider) GetInitialAccessTokenOk() (*string, bool)
GetInitialAccessTokenOk returns a tuple with the InitialAccessToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityCredentialsOidcProvider) GetInitialIdToken ¶
func (o *IdentityCredentialsOidcProvider) GetInitialIdToken() string
GetInitialIdToken returns the InitialIdToken field value if set, zero value otherwise.
func (*IdentityCredentialsOidcProvider) GetInitialIdTokenOk ¶
func (o *IdentityCredentialsOidcProvider) GetInitialIdTokenOk() (*string, bool)
GetInitialIdTokenOk returns a tuple with the InitialIdToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityCredentialsOidcProvider) GetInitialRefreshToken ¶
func (o *IdentityCredentialsOidcProvider) GetInitialRefreshToken() string
GetInitialRefreshToken returns the InitialRefreshToken field value if set, zero value otherwise.
func (*IdentityCredentialsOidcProvider) GetInitialRefreshTokenOk ¶
func (o *IdentityCredentialsOidcProvider) GetInitialRefreshTokenOk() (*string, bool)
GetInitialRefreshTokenOk returns a tuple with the InitialRefreshToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityCredentialsOidcProvider) GetOrganization ¶ added in v1.2.10
func (o *IdentityCredentialsOidcProvider) GetOrganization() string
GetOrganization returns the Organization field value if set, zero value otherwise.
func (*IdentityCredentialsOidcProvider) GetOrganizationOk ¶ added in v1.2.10
func (o *IdentityCredentialsOidcProvider) GetOrganizationOk() (*string, bool)
GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityCredentialsOidcProvider) GetProvider ¶
func (o *IdentityCredentialsOidcProvider) GetProvider() string
GetProvider returns the Provider field value if set, zero value otherwise.
func (*IdentityCredentialsOidcProvider) GetProviderOk ¶
func (o *IdentityCredentialsOidcProvider) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityCredentialsOidcProvider) GetSubject ¶
func (o *IdentityCredentialsOidcProvider) GetSubject() string
GetSubject returns the Subject field value if set, zero value otherwise.
func (*IdentityCredentialsOidcProvider) GetSubjectOk ¶
func (o *IdentityCredentialsOidcProvider) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityCredentialsOidcProvider) HasInitialAccessToken ¶
func (o *IdentityCredentialsOidcProvider) HasInitialAccessToken() bool
HasInitialAccessToken returns a boolean if a field has been set.
func (*IdentityCredentialsOidcProvider) HasInitialIdToken ¶
func (o *IdentityCredentialsOidcProvider) HasInitialIdToken() bool
HasInitialIdToken returns a boolean if a field has been set.
func (*IdentityCredentialsOidcProvider) HasInitialRefreshToken ¶
func (o *IdentityCredentialsOidcProvider) HasInitialRefreshToken() bool
HasInitialRefreshToken returns a boolean if a field has been set.
func (*IdentityCredentialsOidcProvider) HasOrganization ¶ added in v1.2.10
func (o *IdentityCredentialsOidcProvider) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (*IdentityCredentialsOidcProvider) HasProvider ¶
func (o *IdentityCredentialsOidcProvider) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (*IdentityCredentialsOidcProvider) HasSubject ¶
func (o *IdentityCredentialsOidcProvider) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (IdentityCredentialsOidcProvider) MarshalJSON ¶
func (o IdentityCredentialsOidcProvider) MarshalJSON() ([]byte, error)
func (*IdentityCredentialsOidcProvider) SetInitialAccessToken ¶
func (o *IdentityCredentialsOidcProvider) SetInitialAccessToken(v string)
SetInitialAccessToken gets a reference to the given string and assigns it to the InitialAccessToken field.
func (*IdentityCredentialsOidcProvider) SetInitialIdToken ¶
func (o *IdentityCredentialsOidcProvider) SetInitialIdToken(v string)
SetInitialIdToken gets a reference to the given string and assigns it to the InitialIdToken field.
func (*IdentityCredentialsOidcProvider) SetInitialRefreshToken ¶
func (o *IdentityCredentialsOidcProvider) SetInitialRefreshToken(v string)
SetInitialRefreshToken gets a reference to the given string and assigns it to the InitialRefreshToken field.
func (*IdentityCredentialsOidcProvider) SetOrganization ¶ added in v1.2.10
func (o *IdentityCredentialsOidcProvider) SetOrganization(v string)
SetOrganization gets a reference to the given string and assigns it to the Organization field.
func (*IdentityCredentialsOidcProvider) SetProvider ¶
func (o *IdentityCredentialsOidcProvider) SetProvider(v string)
SetProvider gets a reference to the given string and assigns it to the Provider field.
func (*IdentityCredentialsOidcProvider) SetSubject ¶
func (o *IdentityCredentialsOidcProvider) SetSubject(v string)
SetSubject gets a reference to the given string and assigns it to the Subject field.
func (IdentityCredentialsOidcProvider) ToMap ¶ added in v1.3.0
func (o IdentityCredentialsOidcProvider) ToMap() (map[string]interface{}, error)
func (*IdentityCredentialsOidcProvider) UnmarshalJSON ¶ added in v1.1.36
func (o *IdentityCredentialsOidcProvider) UnmarshalJSON(data []byte) (err error)
type IdentityCredentialsPassword ¶
type IdentityCredentialsPassword struct {
// HashedPassword is a hash-representation of the password.
HashedPassword *string `json:"hashed_password,omitempty"`
// UsePasswordMigrationHook is set to true if the password should be migrated using the password migration hook. If set, and the HashedPassword is empty, a webhook will be called during login to migrate the password.
UsePasswordMigrationHook *bool `json:"use_password_migration_hook,omitempty"`
AdditionalProperties map[string]interface{}
}
IdentityCredentialsPassword struct for IdentityCredentialsPassword
func NewIdentityCredentialsPassword ¶
func NewIdentityCredentialsPassword() *IdentityCredentialsPassword
NewIdentityCredentialsPassword instantiates a new IdentityCredentialsPassword 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 NewIdentityCredentialsPasswordWithDefaults ¶
func NewIdentityCredentialsPasswordWithDefaults() *IdentityCredentialsPassword
NewIdentityCredentialsPasswordWithDefaults instantiates a new IdentityCredentialsPassword 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 (*IdentityCredentialsPassword) GetHashedPassword ¶
func (o *IdentityCredentialsPassword) GetHashedPassword() string
GetHashedPassword returns the HashedPassword field value if set, zero value otherwise.
func (*IdentityCredentialsPassword) GetHashedPasswordOk ¶
func (o *IdentityCredentialsPassword) GetHashedPasswordOk() (*string, bool)
GetHashedPasswordOk returns a tuple with the HashedPassword field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityCredentialsPassword) GetUsePasswordMigrationHook ¶ added in v1.14.0
func (o *IdentityCredentialsPassword) GetUsePasswordMigrationHook() bool
GetUsePasswordMigrationHook returns the UsePasswordMigrationHook field value if set, zero value otherwise.
func (*IdentityCredentialsPassword) GetUsePasswordMigrationHookOk ¶ added in v1.14.0
func (o *IdentityCredentialsPassword) GetUsePasswordMigrationHookOk() (*bool, bool)
GetUsePasswordMigrationHookOk returns a tuple with the UsePasswordMigrationHook field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityCredentialsPassword) HasHashedPassword ¶
func (o *IdentityCredentialsPassword) HasHashedPassword() bool
HasHashedPassword returns a boolean if a field has been set.
func (*IdentityCredentialsPassword) HasUsePasswordMigrationHook ¶ added in v1.14.0
func (o *IdentityCredentialsPassword) HasUsePasswordMigrationHook() bool
HasUsePasswordMigrationHook returns a boolean if a field has been set.
func (IdentityCredentialsPassword) MarshalJSON ¶
func (o IdentityCredentialsPassword) MarshalJSON() ([]byte, error)
func (*IdentityCredentialsPassword) SetHashedPassword ¶
func (o *IdentityCredentialsPassword) SetHashedPassword(v string)
SetHashedPassword gets a reference to the given string and assigns it to the HashedPassword field.
func (*IdentityCredentialsPassword) SetUsePasswordMigrationHook ¶ added in v1.14.0
func (o *IdentityCredentialsPassword) SetUsePasswordMigrationHook(v bool)
SetUsePasswordMigrationHook gets a reference to the given bool and assigns it to the UsePasswordMigrationHook field.
func (IdentityCredentialsPassword) ToMap ¶ added in v1.3.0
func (o IdentityCredentialsPassword) ToMap() (map[string]interface{}, error)
func (*IdentityCredentialsPassword) UnmarshalJSON ¶ added in v1.1.36
func (o *IdentityCredentialsPassword) UnmarshalJSON(data []byte) (err error)
type IdentityPatch ¶ added in v1.1.24
type IdentityPatch struct {
Create *CreateIdentityBody `json:"create,omitempty"`
// The ID of this patch. The patch ID is optional. If specified, the ID will be returned in the response, so consumers of this API can correlate the response with the patch.
PatchId *string `json:"patch_id,omitempty"`
AdditionalProperties map[string]interface{}
}
IdentityPatch Payload for patching an identity
func NewIdentityPatch ¶ added in v1.1.24
func NewIdentityPatch() *IdentityPatch
NewIdentityPatch instantiates a new IdentityPatch 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 NewIdentityPatchWithDefaults ¶ added in v1.1.24
func NewIdentityPatchWithDefaults() *IdentityPatch
NewIdentityPatchWithDefaults instantiates a new IdentityPatch 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 (*IdentityPatch) GetCreate ¶ added in v1.1.24
func (o *IdentityPatch) GetCreate() CreateIdentityBody
GetCreate returns the Create field value if set, zero value otherwise.
func (*IdentityPatch) GetCreateOk ¶ added in v1.1.24
func (o *IdentityPatch) GetCreateOk() (*CreateIdentityBody, bool)
GetCreateOk returns a tuple with the Create field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityPatch) GetPatchId ¶ added in v1.1.24
func (o *IdentityPatch) GetPatchId() string
GetPatchId returns the PatchId field value if set, zero value otherwise.
func (*IdentityPatch) GetPatchIdOk ¶ added in v1.1.24
func (o *IdentityPatch) GetPatchIdOk() (*string, bool)
GetPatchIdOk returns a tuple with the PatchId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityPatch) HasCreate ¶ added in v1.1.24
func (o *IdentityPatch) HasCreate() bool
HasCreate returns a boolean if a field has been set.
func (*IdentityPatch) HasPatchId ¶ added in v1.1.24
func (o *IdentityPatch) HasPatchId() bool
HasPatchId returns a boolean if a field has been set.
func (IdentityPatch) MarshalJSON ¶ added in v1.1.24
func (o IdentityPatch) MarshalJSON() ([]byte, error)
func (*IdentityPatch) SetCreate ¶ added in v1.1.24
func (o *IdentityPatch) SetCreate(v CreateIdentityBody)
SetCreate gets a reference to the given CreateIdentityBody and assigns it to the Create field.
func (*IdentityPatch) SetPatchId ¶ added in v1.1.24
func (o *IdentityPatch) SetPatchId(v string)
SetPatchId gets a reference to the given string and assigns it to the PatchId field.
func (IdentityPatch) ToMap ¶ added in v1.3.0
func (o IdentityPatch) ToMap() (map[string]interface{}, error)
func (*IdentityPatch) UnmarshalJSON ¶ added in v1.1.36
func (o *IdentityPatch) UnmarshalJSON(data []byte) (err error)
type IdentityPatchResponse ¶ added in v1.1.24
type IdentityPatchResponse struct {
// The action for this specific patch create ActionCreate Create this identity.
Action *string `json:"action,omitempty"`
// The identity ID payload of this patch
Identity *string `json:"identity,omitempty"`
// The ID of this patch response, if an ID was specified in the patch.
PatchId *string `json:"patch_id,omitempty"`
AdditionalProperties map[string]interface{}
}
IdentityPatchResponse Response for a single identity patch
func NewIdentityPatchResponse ¶ added in v1.1.24
func NewIdentityPatchResponse() *IdentityPatchResponse
NewIdentityPatchResponse instantiates a new IdentityPatchResponse 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 NewIdentityPatchResponseWithDefaults ¶ added in v1.1.24
func NewIdentityPatchResponseWithDefaults() *IdentityPatchResponse
NewIdentityPatchResponseWithDefaults instantiates a new IdentityPatchResponse 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 (*IdentityPatchResponse) GetAction ¶ added in v1.1.24
func (o *IdentityPatchResponse) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*IdentityPatchResponse) GetActionOk ¶ added in v1.1.24
func (o *IdentityPatchResponse) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityPatchResponse) GetIdentity ¶ added in v1.1.24
func (o *IdentityPatchResponse) GetIdentity() string
GetIdentity returns the Identity field value if set, zero value otherwise.
func (*IdentityPatchResponse) GetIdentityOk ¶ added in v1.1.24
func (o *IdentityPatchResponse) GetIdentityOk() (*string, bool)
GetIdentityOk returns a tuple with the Identity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityPatchResponse) GetPatchId ¶ added in v1.1.24
func (o *IdentityPatchResponse) GetPatchId() string
GetPatchId returns the PatchId field value if set, zero value otherwise.
func (*IdentityPatchResponse) GetPatchIdOk ¶ added in v1.1.24
func (o *IdentityPatchResponse) GetPatchIdOk() (*string, bool)
GetPatchIdOk returns a tuple with the PatchId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityPatchResponse) HasAction ¶ added in v1.1.24
func (o *IdentityPatchResponse) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*IdentityPatchResponse) HasIdentity ¶ added in v1.1.24
func (o *IdentityPatchResponse) HasIdentity() bool
HasIdentity returns a boolean if a field has been set.
func (*IdentityPatchResponse) HasPatchId ¶ added in v1.1.24
func (o *IdentityPatchResponse) HasPatchId() bool
HasPatchId returns a boolean if a field has been set.
func (IdentityPatchResponse) MarshalJSON ¶ added in v1.1.24
func (o IdentityPatchResponse) MarshalJSON() ([]byte, error)
func (*IdentityPatchResponse) SetAction ¶ added in v1.1.24
func (o *IdentityPatchResponse) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*IdentityPatchResponse) SetIdentity ¶ added in v1.1.24
func (o *IdentityPatchResponse) SetIdentity(v string)
SetIdentity gets a reference to the given string and assigns it to the Identity field.
func (*IdentityPatchResponse) SetPatchId ¶ added in v1.1.24
func (o *IdentityPatchResponse) SetPatchId(v string)
SetPatchId gets a reference to the given string and assigns it to the PatchId field.
func (IdentityPatchResponse) ToMap ¶ added in v1.3.0
func (o IdentityPatchResponse) ToMap() (map[string]interface{}, error)
func (*IdentityPatchResponse) UnmarshalJSON ¶ added in v1.1.36
func (o *IdentityPatchResponse) UnmarshalJSON(data []byte) (err error)
type IdentitySchemaContainer ¶
type IdentitySchemaContainer struct {
// The ID of the Identity JSON Schema
Id *string `json:"id,omitempty"`
// The actual Identity JSON Schema
Schema map[string]interface{} `json:"schema,omitempty"`
AdditionalProperties map[string]interface{}
}
IdentitySchemaContainer An Identity JSON Schema Container
func NewIdentitySchemaContainer ¶
func NewIdentitySchemaContainer() *IdentitySchemaContainer
NewIdentitySchemaContainer instantiates a new IdentitySchemaContainer 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 NewIdentitySchemaContainerWithDefaults ¶
func NewIdentitySchemaContainerWithDefaults() *IdentitySchemaContainer
NewIdentitySchemaContainerWithDefaults instantiates a new IdentitySchemaContainer 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 (*IdentitySchemaContainer) GetId ¶
func (o *IdentitySchemaContainer) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*IdentitySchemaContainer) GetIdOk ¶
func (o *IdentitySchemaContainer) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentitySchemaContainer) GetSchema ¶
func (o *IdentitySchemaContainer) GetSchema() map[string]interface{}
GetSchema returns the Schema field value if set, zero value otherwise.
func (*IdentitySchemaContainer) GetSchemaOk ¶
func (o *IdentitySchemaContainer) GetSchemaOk() (map[string]interface{}, bool)
GetSchemaOk returns a tuple with the Schema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentitySchemaContainer) HasId ¶
func (o *IdentitySchemaContainer) HasId() bool
HasId returns a boolean if a field has been set.
func (*IdentitySchemaContainer) HasSchema ¶
func (o *IdentitySchemaContainer) HasSchema() bool
HasSchema returns a boolean if a field has been set.
func (IdentitySchemaContainer) MarshalJSON ¶
func (o IdentitySchemaContainer) MarshalJSON() ([]byte, error)
func (*IdentitySchemaContainer) SetId ¶
func (o *IdentitySchemaContainer) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*IdentitySchemaContainer) SetSchema ¶
func (o *IdentitySchemaContainer) SetSchema(v map[string]interface{})
SetSchema gets a reference to the given map[string]interface{} and assigns it to the Schema field.
func (IdentitySchemaContainer) ToMap ¶ added in v1.3.0
func (o IdentitySchemaContainer) ToMap() (map[string]interface{}, error)
func (*IdentitySchemaContainer) UnmarshalJSON ¶ added in v1.1.36
func (o *IdentitySchemaContainer) UnmarshalJSON(data []byte) (err error)
type IdentitySchemaPreset ¶
type IdentitySchemaPreset struct {
// Schema is the Identity JSON Schema
Schema map[string]interface{} `json:"schema"`
// URL is the preset identifier
Url string `json:"url"`
AdditionalProperties map[string]interface{}
}
IdentitySchemaPreset struct for IdentitySchemaPreset
func NewIdentitySchemaPreset ¶
func NewIdentitySchemaPreset(schema map[string]interface{}, url string) *IdentitySchemaPreset
NewIdentitySchemaPreset instantiates a new IdentitySchemaPreset 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 NewIdentitySchemaPresetWithDefaults ¶
func NewIdentitySchemaPresetWithDefaults() *IdentitySchemaPreset
NewIdentitySchemaPresetWithDefaults instantiates a new IdentitySchemaPreset 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 (*IdentitySchemaPreset) GetSchema ¶
func (o *IdentitySchemaPreset) GetSchema() map[string]interface{}
GetSchema returns the Schema field value
func (*IdentitySchemaPreset) GetSchemaOk ¶
func (o *IdentitySchemaPreset) GetSchemaOk() (map[string]interface{}, bool)
GetSchemaOk returns a tuple with the Schema field value and a boolean to check if the value has been set.
func (*IdentitySchemaPreset) GetUrl ¶
func (o *IdentitySchemaPreset) GetUrl() string
GetUrl returns the Url field value
func (*IdentitySchemaPreset) GetUrlOk ¶
func (o *IdentitySchemaPreset) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (IdentitySchemaPreset) MarshalJSON ¶
func (o IdentitySchemaPreset) MarshalJSON() ([]byte, error)
func (*IdentitySchemaPreset) SetSchema ¶
func (o *IdentitySchemaPreset) SetSchema(v map[string]interface{})
SetSchema sets field value
func (*IdentitySchemaPreset) SetUrl ¶
func (o *IdentitySchemaPreset) SetUrl(v string)
SetUrl sets field value
func (IdentitySchemaPreset) ToMap ¶ added in v1.3.0
func (o IdentitySchemaPreset) ToMap() (map[string]interface{}, error)
func (*IdentitySchemaPreset) UnmarshalJSON ¶ added in v1.1.36
func (o *IdentitySchemaPreset) UnmarshalJSON(data []byte) (err error)
type IdentityWithCredentials ¶
type IdentityWithCredentials struct {
Oidc *IdentityWithCredentialsOidc `json:"oidc,omitempty"`
Password *IdentityWithCredentialsPassword `json:"password,omitempty"`
AdditionalProperties map[string]interface{}
}
IdentityWithCredentials Create Identity and Import Credentials
func NewIdentityWithCredentials ¶
func NewIdentityWithCredentials() *IdentityWithCredentials
NewIdentityWithCredentials instantiates a new IdentityWithCredentials 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 NewIdentityWithCredentialsWithDefaults ¶
func NewIdentityWithCredentialsWithDefaults() *IdentityWithCredentials
NewIdentityWithCredentialsWithDefaults instantiates a new IdentityWithCredentials 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 (*IdentityWithCredentials) GetOidc ¶
func (o *IdentityWithCredentials) GetOidc() IdentityWithCredentialsOidc
GetOidc returns the Oidc field value if set, zero value otherwise.
func (*IdentityWithCredentials) GetOidcOk ¶
func (o *IdentityWithCredentials) GetOidcOk() (*IdentityWithCredentialsOidc, bool)
GetOidcOk returns a tuple with the Oidc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityWithCredentials) GetPassword ¶
func (o *IdentityWithCredentials) GetPassword() IdentityWithCredentialsPassword
GetPassword returns the Password field value if set, zero value otherwise.
func (*IdentityWithCredentials) GetPasswordOk ¶
func (o *IdentityWithCredentials) GetPasswordOk() (*IdentityWithCredentialsPassword, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityWithCredentials) HasOidc ¶
func (o *IdentityWithCredentials) HasOidc() bool
HasOidc returns a boolean if a field has been set.
func (*IdentityWithCredentials) HasPassword ¶
func (o *IdentityWithCredentials) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (IdentityWithCredentials) MarshalJSON ¶
func (o IdentityWithCredentials) MarshalJSON() ([]byte, error)
func (*IdentityWithCredentials) SetOidc ¶
func (o *IdentityWithCredentials) SetOidc(v IdentityWithCredentialsOidc)
SetOidc gets a reference to the given IdentityWithCredentialsOidc and assigns it to the Oidc field.
func (*IdentityWithCredentials) SetPassword ¶
func (o *IdentityWithCredentials) SetPassword(v IdentityWithCredentialsPassword)
SetPassword gets a reference to the given IdentityWithCredentialsPassword and assigns it to the Password field.
func (IdentityWithCredentials) ToMap ¶ added in v1.3.0
func (o IdentityWithCredentials) ToMap() (map[string]interface{}, error)
func (*IdentityWithCredentials) UnmarshalJSON ¶ added in v1.1.36
func (o *IdentityWithCredentials) UnmarshalJSON(data []byte) (err error)
type IdentityWithCredentialsOidc ¶
type IdentityWithCredentialsOidc struct {
Config *IdentityWithCredentialsOidcConfig `json:"config,omitempty"`
AdditionalProperties map[string]interface{}
}
IdentityWithCredentialsOidc Create Identity and Import Social Sign In Credentials
func NewIdentityWithCredentialsOidc ¶
func NewIdentityWithCredentialsOidc() *IdentityWithCredentialsOidc
NewIdentityWithCredentialsOidc instantiates a new IdentityWithCredentialsOidc 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 NewIdentityWithCredentialsOidcWithDefaults ¶
func NewIdentityWithCredentialsOidcWithDefaults() *IdentityWithCredentialsOidc
NewIdentityWithCredentialsOidcWithDefaults instantiates a new IdentityWithCredentialsOidc 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 (*IdentityWithCredentialsOidc) GetConfig ¶
func (o *IdentityWithCredentialsOidc) GetConfig() IdentityWithCredentialsOidcConfig
GetConfig returns the Config field value if set, zero value otherwise.
func (*IdentityWithCredentialsOidc) GetConfigOk ¶
func (o *IdentityWithCredentialsOidc) GetConfigOk() (*IdentityWithCredentialsOidcConfig, bool)
GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityWithCredentialsOidc) HasConfig ¶
func (o *IdentityWithCredentialsOidc) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (IdentityWithCredentialsOidc) MarshalJSON ¶
func (o IdentityWithCredentialsOidc) MarshalJSON() ([]byte, error)
func (*IdentityWithCredentialsOidc) SetConfig ¶
func (o *IdentityWithCredentialsOidc) SetConfig(v IdentityWithCredentialsOidcConfig)
SetConfig gets a reference to the given IdentityWithCredentialsOidcConfig and assigns it to the Config field.
func (IdentityWithCredentialsOidc) ToMap ¶ added in v1.3.0
func (o IdentityWithCredentialsOidc) ToMap() (map[string]interface{}, error)
func (*IdentityWithCredentialsOidc) UnmarshalJSON ¶ added in v1.1.36
func (o *IdentityWithCredentialsOidc) UnmarshalJSON(data []byte) (err error)
type IdentityWithCredentialsOidcConfig ¶
type IdentityWithCredentialsOidcConfig struct {
Config *IdentityWithCredentialsPasswordConfig `json:"config,omitempty"`
// A list of OpenID Connect Providers
Providers []IdentityWithCredentialsOidcConfigProvider `json:"providers,omitempty"`
AdditionalProperties map[string]interface{}
}
IdentityWithCredentialsOidcConfig struct for IdentityWithCredentialsOidcConfig
func NewIdentityWithCredentialsOidcConfig ¶
func NewIdentityWithCredentialsOidcConfig() *IdentityWithCredentialsOidcConfig
NewIdentityWithCredentialsOidcConfig instantiates a new IdentityWithCredentialsOidcConfig 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 NewIdentityWithCredentialsOidcConfigWithDefaults ¶
func NewIdentityWithCredentialsOidcConfigWithDefaults() *IdentityWithCredentialsOidcConfig
NewIdentityWithCredentialsOidcConfigWithDefaults instantiates a new IdentityWithCredentialsOidcConfig 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 (*IdentityWithCredentialsOidcConfig) GetConfig ¶
func (o *IdentityWithCredentialsOidcConfig) GetConfig() IdentityWithCredentialsPasswordConfig
GetConfig returns the Config field value if set, zero value otherwise.
func (*IdentityWithCredentialsOidcConfig) GetConfigOk ¶
func (o *IdentityWithCredentialsOidcConfig) GetConfigOk() (*IdentityWithCredentialsPasswordConfig, bool)
GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityWithCredentialsOidcConfig) GetProviders ¶
func (o *IdentityWithCredentialsOidcConfig) GetProviders() []IdentityWithCredentialsOidcConfigProvider
GetProviders returns the Providers field value if set, zero value otherwise.
func (*IdentityWithCredentialsOidcConfig) GetProvidersOk ¶
func (o *IdentityWithCredentialsOidcConfig) GetProvidersOk() ([]IdentityWithCredentialsOidcConfigProvider, bool)
GetProvidersOk returns a tuple with the Providers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityWithCredentialsOidcConfig) HasConfig ¶
func (o *IdentityWithCredentialsOidcConfig) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (*IdentityWithCredentialsOidcConfig) HasProviders ¶
func (o *IdentityWithCredentialsOidcConfig) HasProviders() bool
HasProviders returns a boolean if a field has been set.
func (IdentityWithCredentialsOidcConfig) MarshalJSON ¶
func (o IdentityWithCredentialsOidcConfig) MarshalJSON() ([]byte, error)
func (*IdentityWithCredentialsOidcConfig) SetConfig ¶
func (o *IdentityWithCredentialsOidcConfig) SetConfig(v IdentityWithCredentialsPasswordConfig)
SetConfig gets a reference to the given IdentityWithCredentialsPasswordConfig and assigns it to the Config field.
func (*IdentityWithCredentialsOidcConfig) SetProviders ¶
func (o *IdentityWithCredentialsOidcConfig) SetProviders(v []IdentityWithCredentialsOidcConfigProvider)
SetProviders gets a reference to the given []IdentityWithCredentialsOidcConfigProvider and assigns it to the Providers field.
func (IdentityWithCredentialsOidcConfig) ToMap ¶ added in v1.3.0
func (o IdentityWithCredentialsOidcConfig) ToMap() (map[string]interface{}, error)
func (*IdentityWithCredentialsOidcConfig) UnmarshalJSON ¶ added in v1.1.36
func (o *IdentityWithCredentialsOidcConfig) UnmarshalJSON(data []byte) (err error)
type IdentityWithCredentialsOidcConfigProvider ¶
type IdentityWithCredentialsOidcConfigProvider struct {
// The OpenID Connect provider to link the subject to. Usually something like `google` or `github`.
Provider string `json:"provider"`
// The subject (`sub`) of the OpenID Connect connection. Usually the `sub` field of the ID Token.
Subject string `json:"subject"`
AdditionalProperties map[string]interface{}
}
IdentityWithCredentialsOidcConfigProvider Create Identity and Import Social Sign In Credentials Configuration
func NewIdentityWithCredentialsOidcConfigProvider ¶
func NewIdentityWithCredentialsOidcConfigProvider(provider string, subject string) *IdentityWithCredentialsOidcConfigProvider
NewIdentityWithCredentialsOidcConfigProvider instantiates a new IdentityWithCredentialsOidcConfigProvider 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 NewIdentityWithCredentialsOidcConfigProviderWithDefaults ¶
func NewIdentityWithCredentialsOidcConfigProviderWithDefaults() *IdentityWithCredentialsOidcConfigProvider
NewIdentityWithCredentialsOidcConfigProviderWithDefaults instantiates a new IdentityWithCredentialsOidcConfigProvider 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 (*IdentityWithCredentialsOidcConfigProvider) GetProvider ¶
func (o *IdentityWithCredentialsOidcConfigProvider) GetProvider() string
GetProvider returns the Provider field value
func (*IdentityWithCredentialsOidcConfigProvider) GetProviderOk ¶
func (o *IdentityWithCredentialsOidcConfigProvider) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*IdentityWithCredentialsOidcConfigProvider) GetSubject ¶
func (o *IdentityWithCredentialsOidcConfigProvider) GetSubject() string
GetSubject returns the Subject field value
func (*IdentityWithCredentialsOidcConfigProvider) GetSubjectOk ¶
func (o *IdentityWithCredentialsOidcConfigProvider) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.
func (IdentityWithCredentialsOidcConfigProvider) MarshalJSON ¶
func (o IdentityWithCredentialsOidcConfigProvider) MarshalJSON() ([]byte, error)
func (*IdentityWithCredentialsOidcConfigProvider) SetProvider ¶
func (o *IdentityWithCredentialsOidcConfigProvider) SetProvider(v string)
SetProvider sets field value
func (*IdentityWithCredentialsOidcConfigProvider) SetSubject ¶
func (o *IdentityWithCredentialsOidcConfigProvider) SetSubject(v string)
SetSubject sets field value
func (IdentityWithCredentialsOidcConfigProvider) ToMap ¶ added in v1.3.0
func (o IdentityWithCredentialsOidcConfigProvider) ToMap() (map[string]interface{}, error)
func (*IdentityWithCredentialsOidcConfigProvider) UnmarshalJSON ¶ added in v1.1.36
func (o *IdentityWithCredentialsOidcConfigProvider) UnmarshalJSON(data []byte) (err error)
type IdentityWithCredentialsPassword ¶
type IdentityWithCredentialsPassword struct {
Config *IdentityWithCredentialsPasswordConfig `json:"config,omitempty"`
AdditionalProperties map[string]interface{}
}
IdentityWithCredentialsPassword Create Identity and Import Password Credentials
func NewIdentityWithCredentialsPassword ¶
func NewIdentityWithCredentialsPassword() *IdentityWithCredentialsPassword
NewIdentityWithCredentialsPassword instantiates a new IdentityWithCredentialsPassword 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 NewIdentityWithCredentialsPasswordWithDefaults ¶
func NewIdentityWithCredentialsPasswordWithDefaults() *IdentityWithCredentialsPassword
NewIdentityWithCredentialsPasswordWithDefaults instantiates a new IdentityWithCredentialsPassword 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 (*IdentityWithCredentialsPassword) GetConfig ¶
func (o *IdentityWithCredentialsPassword) GetConfig() IdentityWithCredentialsPasswordConfig
GetConfig returns the Config field value if set, zero value otherwise.
func (*IdentityWithCredentialsPassword) GetConfigOk ¶
func (o *IdentityWithCredentialsPassword) GetConfigOk() (*IdentityWithCredentialsPasswordConfig, bool)
GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityWithCredentialsPassword) HasConfig ¶
func (o *IdentityWithCredentialsPassword) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (IdentityWithCredentialsPassword) MarshalJSON ¶
func (o IdentityWithCredentialsPassword) MarshalJSON() ([]byte, error)
func (*IdentityWithCredentialsPassword) SetConfig ¶
func (o *IdentityWithCredentialsPassword) SetConfig(v IdentityWithCredentialsPasswordConfig)
SetConfig gets a reference to the given IdentityWithCredentialsPasswordConfig and assigns it to the Config field.
func (IdentityWithCredentialsPassword) ToMap ¶ added in v1.3.0
func (o IdentityWithCredentialsPassword) ToMap() (map[string]interface{}, error)
func (*IdentityWithCredentialsPassword) UnmarshalJSON ¶ added in v1.1.36
func (o *IdentityWithCredentialsPassword) UnmarshalJSON(data []byte) (err error)
type IdentityWithCredentialsPasswordConfig ¶
type IdentityWithCredentialsPasswordConfig struct {
// The hashed password in [PHC format](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities#hashed-passwords)
HashedPassword *string `json:"hashed_password,omitempty"`
// The password in plain text if no hash is available.
Password *string `json:"password,omitempty"`
// If set to true, the password will be migrated using the password migration hook.
UsePasswordMigrationHook *bool `json:"use_password_migration_hook,omitempty"`
AdditionalProperties map[string]interface{}
}
IdentityWithCredentialsPasswordConfig Create Identity and Import Password Credentials Configuration
func NewIdentityWithCredentialsPasswordConfig ¶
func NewIdentityWithCredentialsPasswordConfig() *IdentityWithCredentialsPasswordConfig
NewIdentityWithCredentialsPasswordConfig instantiates a new IdentityWithCredentialsPasswordConfig 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 NewIdentityWithCredentialsPasswordConfigWithDefaults ¶
func NewIdentityWithCredentialsPasswordConfigWithDefaults() *IdentityWithCredentialsPasswordConfig
NewIdentityWithCredentialsPasswordConfigWithDefaults instantiates a new IdentityWithCredentialsPasswordConfig 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 (*IdentityWithCredentialsPasswordConfig) GetHashedPassword ¶
func (o *IdentityWithCredentialsPasswordConfig) GetHashedPassword() string
GetHashedPassword returns the HashedPassword field value if set, zero value otherwise.
func (*IdentityWithCredentialsPasswordConfig) GetHashedPasswordOk ¶
func (o *IdentityWithCredentialsPasswordConfig) GetHashedPasswordOk() (*string, bool)
GetHashedPasswordOk returns a tuple with the HashedPassword field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityWithCredentialsPasswordConfig) GetPassword ¶
func (o *IdentityWithCredentialsPasswordConfig) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*IdentityWithCredentialsPasswordConfig) GetPasswordOk ¶
func (o *IdentityWithCredentialsPasswordConfig) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityWithCredentialsPasswordConfig) GetUsePasswordMigrationHook ¶ added in v1.14.1
func (o *IdentityWithCredentialsPasswordConfig) GetUsePasswordMigrationHook() bool
GetUsePasswordMigrationHook returns the UsePasswordMigrationHook field value if set, zero value otherwise.
func (*IdentityWithCredentialsPasswordConfig) GetUsePasswordMigrationHookOk ¶ added in v1.14.1
func (o *IdentityWithCredentialsPasswordConfig) GetUsePasswordMigrationHookOk() (*bool, bool)
GetUsePasswordMigrationHookOk returns a tuple with the UsePasswordMigrationHook field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IdentityWithCredentialsPasswordConfig) HasHashedPassword ¶
func (o *IdentityWithCredentialsPasswordConfig) HasHashedPassword() bool
HasHashedPassword returns a boolean if a field has been set.
func (*IdentityWithCredentialsPasswordConfig) HasPassword ¶
func (o *IdentityWithCredentialsPasswordConfig) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*IdentityWithCredentialsPasswordConfig) HasUsePasswordMigrationHook ¶ added in v1.14.1
func (o *IdentityWithCredentialsPasswordConfig) HasUsePasswordMigrationHook() bool
HasUsePasswordMigrationHook returns a boolean if a field has been set.
func (IdentityWithCredentialsPasswordConfig) MarshalJSON ¶
func (o IdentityWithCredentialsPasswordConfig) MarshalJSON() ([]byte, error)
func (*IdentityWithCredentialsPasswordConfig) SetHashedPassword ¶
func (o *IdentityWithCredentialsPasswordConfig) SetHashedPassword(v string)
SetHashedPassword gets a reference to the given string and assigns it to the HashedPassword field.
func (*IdentityWithCredentialsPasswordConfig) SetPassword ¶
func (o *IdentityWithCredentialsPasswordConfig) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*IdentityWithCredentialsPasswordConfig) SetUsePasswordMigrationHook ¶ added in v1.14.1
func (o *IdentityWithCredentialsPasswordConfig) SetUsePasswordMigrationHook(v bool)
SetUsePasswordMigrationHook gets a reference to the given bool and assigns it to the UsePasswordMigrationHook field.
func (IdentityWithCredentialsPasswordConfig) ToMap ¶ added in v1.3.0
func (o IdentityWithCredentialsPasswordConfig) ToMap() (map[string]interface{}, error)
func (*IdentityWithCredentialsPasswordConfig) UnmarshalJSON ¶ added in v1.1.36
func (o *IdentityWithCredentialsPasswordConfig) UnmarshalJSON(data []byte) (err error)
type InternalGetProjectBrandingBody ¶ added in v1.1.2
type InternalGetProjectBrandingBody struct {
Hostname *string `json:"hostname,omitempty"`
AdditionalProperties map[string]interface{}
}
InternalGetProjectBrandingBody Get Project Branding Request Body
func NewInternalGetProjectBrandingBody ¶ added in v1.1.2
func NewInternalGetProjectBrandingBody() *InternalGetProjectBrandingBody
NewInternalGetProjectBrandingBody instantiates a new InternalGetProjectBrandingBody 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 NewInternalGetProjectBrandingBodyWithDefaults ¶ added in v1.1.2
func NewInternalGetProjectBrandingBodyWithDefaults() *InternalGetProjectBrandingBody
NewInternalGetProjectBrandingBodyWithDefaults instantiates a new InternalGetProjectBrandingBody 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 (*InternalGetProjectBrandingBody) GetHostname ¶ added in v1.1.2
func (o *InternalGetProjectBrandingBody) GetHostname() string
GetHostname returns the Hostname field value if set, zero value otherwise.
func (*InternalGetProjectBrandingBody) GetHostnameOk ¶ added in v1.1.2
func (o *InternalGetProjectBrandingBody) GetHostnameOk() (*string, bool)
GetHostnameOk returns a tuple with the Hostname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalGetProjectBrandingBody) HasHostname ¶ added in v1.1.2
func (o *InternalGetProjectBrandingBody) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (InternalGetProjectBrandingBody) MarshalJSON ¶ added in v1.1.2
func (o InternalGetProjectBrandingBody) MarshalJSON() ([]byte, error)
func (*InternalGetProjectBrandingBody) SetHostname ¶ added in v1.1.2
func (o *InternalGetProjectBrandingBody) SetHostname(v string)
SetHostname gets a reference to the given string and assigns it to the Hostname field.
func (InternalGetProjectBrandingBody) ToMap ¶ added in v1.3.0
func (o InternalGetProjectBrandingBody) ToMap() (map[string]interface{}, error)
func (*InternalGetProjectBrandingBody) UnmarshalJSON ¶ added in v1.1.36
func (o *InternalGetProjectBrandingBody) UnmarshalJSON(data []byte) (err error)
type InternalIsAXWelcomeScreenEnabledForProjectBody ¶ added in v1.1.44
type InternalIsAXWelcomeScreenEnabledForProjectBody struct {
// Path is the path of the request.
Path string `json:"path"`
// ProjectSlug is the project's slug.
ProjectSlug string `json:"project_slug"`
AdditionalProperties map[string]interface{}
}
InternalIsAXWelcomeScreenEnabledForProjectBody Is Account Experience Enabled For Project Request Body
func NewInternalIsAXWelcomeScreenEnabledForProjectBody ¶ added in v1.1.44
func NewInternalIsAXWelcomeScreenEnabledForProjectBody(path string, projectSlug string) *InternalIsAXWelcomeScreenEnabledForProjectBody
NewInternalIsAXWelcomeScreenEnabledForProjectBody instantiates a new InternalIsAXWelcomeScreenEnabledForProjectBody 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 NewInternalIsAXWelcomeScreenEnabledForProjectBodyWithDefaults ¶ added in v1.1.44
func NewInternalIsAXWelcomeScreenEnabledForProjectBodyWithDefaults() *InternalIsAXWelcomeScreenEnabledForProjectBody
NewInternalIsAXWelcomeScreenEnabledForProjectBodyWithDefaults instantiates a new InternalIsAXWelcomeScreenEnabledForProjectBody 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 (*InternalIsAXWelcomeScreenEnabledForProjectBody) GetPath ¶ added in v1.1.44
func (o *InternalIsAXWelcomeScreenEnabledForProjectBody) GetPath() string
GetPath returns the Path field value
func (*InternalIsAXWelcomeScreenEnabledForProjectBody) GetPathOk ¶ added in v1.1.44
func (o *InternalIsAXWelcomeScreenEnabledForProjectBody) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*InternalIsAXWelcomeScreenEnabledForProjectBody) GetProjectSlug ¶ added in v1.1.44
func (o *InternalIsAXWelcomeScreenEnabledForProjectBody) GetProjectSlug() string
GetProjectSlug returns the ProjectSlug field value
func (*InternalIsAXWelcomeScreenEnabledForProjectBody) GetProjectSlugOk ¶ added in v1.1.44
func (o *InternalIsAXWelcomeScreenEnabledForProjectBody) GetProjectSlugOk() (*string, bool)
GetProjectSlugOk returns a tuple with the ProjectSlug field value and a boolean to check if the value has been set.
func (InternalIsAXWelcomeScreenEnabledForProjectBody) MarshalJSON ¶ added in v1.1.44
func (o InternalIsAXWelcomeScreenEnabledForProjectBody) MarshalJSON() ([]byte, error)
func (*InternalIsAXWelcomeScreenEnabledForProjectBody) SetPath ¶ added in v1.1.44
func (o *InternalIsAXWelcomeScreenEnabledForProjectBody) SetPath(v string)
SetPath sets field value
func (*InternalIsAXWelcomeScreenEnabledForProjectBody) SetProjectSlug ¶ added in v1.1.44
func (o *InternalIsAXWelcomeScreenEnabledForProjectBody) SetProjectSlug(v string)
SetProjectSlug sets field value
func (InternalIsAXWelcomeScreenEnabledForProjectBody) ToMap ¶ added in v1.3.0
func (o InternalIsAXWelcomeScreenEnabledForProjectBody) ToMap() (map[string]interface{}, error)
func (*InternalIsAXWelcomeScreenEnabledForProjectBody) UnmarshalJSON ¶ added in v1.1.44
func (o *InternalIsAXWelcomeScreenEnabledForProjectBody) UnmarshalJSON(data []byte) (err error)
type InternalIsOwnerForProjectBySlugBody ¶
type InternalIsOwnerForProjectBySlugBody struct {
// Namespace is the namespace of the subject.
Namespace string `json:"namespace"`
// ProjectScope is the project_id resolved from the API Token.
ProjectScope *string `json:"project_scope,omitempty"`
// ProjectSlug is the project's slug.
ProjectSlug string `json:"project_slug"`
// Subject is the subject acting (user or API key).
Subject string `json:"subject"`
AdditionalProperties map[string]interface{}
}
InternalIsOwnerForProjectBySlugBody Is Owner For Project By Slug Request Body
func NewInternalIsOwnerForProjectBySlugBody ¶
func NewInternalIsOwnerForProjectBySlugBody(namespace string, projectSlug string, subject string) *InternalIsOwnerForProjectBySlugBody
NewInternalIsOwnerForProjectBySlugBody instantiates a new InternalIsOwnerForProjectBySlugBody 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 NewInternalIsOwnerForProjectBySlugBodyWithDefaults ¶
func NewInternalIsOwnerForProjectBySlugBodyWithDefaults() *InternalIsOwnerForProjectBySlugBody
NewInternalIsOwnerForProjectBySlugBodyWithDefaults instantiates a new InternalIsOwnerForProjectBySlugBody 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 (*InternalIsOwnerForProjectBySlugBody) GetNamespace ¶ added in v1.1.24
func (o *InternalIsOwnerForProjectBySlugBody) GetNamespace() string
GetNamespace returns the Namespace field value
func (*InternalIsOwnerForProjectBySlugBody) GetNamespaceOk ¶ added in v1.1.24
func (o *InternalIsOwnerForProjectBySlugBody) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field value and a boolean to check if the value has been set.
func (*InternalIsOwnerForProjectBySlugBody) GetProjectScope ¶
func (o *InternalIsOwnerForProjectBySlugBody) GetProjectScope() string
GetProjectScope returns the ProjectScope field value if set, zero value otherwise.
func (*InternalIsOwnerForProjectBySlugBody) GetProjectScopeOk ¶
func (o *InternalIsOwnerForProjectBySlugBody) GetProjectScopeOk() (*string, bool)
GetProjectScopeOk returns a tuple with the ProjectScope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalIsOwnerForProjectBySlugBody) GetProjectSlug ¶
func (o *InternalIsOwnerForProjectBySlugBody) GetProjectSlug() string
GetProjectSlug returns the ProjectSlug field value
func (*InternalIsOwnerForProjectBySlugBody) GetProjectSlugOk ¶
func (o *InternalIsOwnerForProjectBySlugBody) GetProjectSlugOk() (*string, bool)
GetProjectSlugOk returns a tuple with the ProjectSlug field value and a boolean to check if the value has been set.
func (*InternalIsOwnerForProjectBySlugBody) GetSubject ¶
func (o *InternalIsOwnerForProjectBySlugBody) GetSubject() string
GetSubject returns the Subject field value
func (*InternalIsOwnerForProjectBySlugBody) GetSubjectOk ¶
func (o *InternalIsOwnerForProjectBySlugBody) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.
func (*InternalIsOwnerForProjectBySlugBody) HasProjectScope ¶
func (o *InternalIsOwnerForProjectBySlugBody) HasProjectScope() bool
HasProjectScope returns a boolean if a field has been set.
func (InternalIsOwnerForProjectBySlugBody) MarshalJSON ¶
func (o InternalIsOwnerForProjectBySlugBody) MarshalJSON() ([]byte, error)
func (*InternalIsOwnerForProjectBySlugBody) SetNamespace ¶ added in v1.1.24
func (o *InternalIsOwnerForProjectBySlugBody) SetNamespace(v string)
SetNamespace sets field value
func (*InternalIsOwnerForProjectBySlugBody) SetProjectScope ¶
func (o *InternalIsOwnerForProjectBySlugBody) SetProjectScope(v string)
SetProjectScope gets a reference to the given string and assigns it to the ProjectScope field.
func (*InternalIsOwnerForProjectBySlugBody) SetProjectSlug ¶
func (o *InternalIsOwnerForProjectBySlugBody) SetProjectSlug(v string)
SetProjectSlug sets field value
func (*InternalIsOwnerForProjectBySlugBody) SetSubject ¶
func (o *InternalIsOwnerForProjectBySlugBody) SetSubject(v string)
SetSubject sets field value
func (InternalIsOwnerForProjectBySlugBody) ToMap ¶ added in v1.3.0
func (o InternalIsOwnerForProjectBySlugBody) ToMap() (map[string]interface{}, error)
func (*InternalIsOwnerForProjectBySlugBody) UnmarshalJSON ¶ added in v1.1.36
func (o *InternalIsOwnerForProjectBySlugBody) UnmarshalJSON(data []byte) (err error)
type InternalIsOwnerForProjectBySlugResponse ¶ added in v1.1.24
type InternalIsOwnerForProjectBySlugResponse struct {
// ProjectID is the project's ID.
ProjectId string `json:"project_id"`
AdditionalProperties map[string]interface{}
}
InternalIsOwnerForProjectBySlugResponse struct for InternalIsOwnerForProjectBySlugResponse
func NewInternalIsOwnerForProjectBySlugResponse ¶ added in v1.1.24
func NewInternalIsOwnerForProjectBySlugResponse(projectId string) *InternalIsOwnerForProjectBySlugResponse
NewInternalIsOwnerForProjectBySlugResponse instantiates a new InternalIsOwnerForProjectBySlugResponse 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 NewInternalIsOwnerForProjectBySlugResponseWithDefaults ¶ added in v1.1.24
func NewInternalIsOwnerForProjectBySlugResponseWithDefaults() *InternalIsOwnerForProjectBySlugResponse
NewInternalIsOwnerForProjectBySlugResponseWithDefaults instantiates a new InternalIsOwnerForProjectBySlugResponse 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 (*InternalIsOwnerForProjectBySlugResponse) GetProjectId ¶ added in v1.1.24
func (o *InternalIsOwnerForProjectBySlugResponse) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*InternalIsOwnerForProjectBySlugResponse) GetProjectIdOk ¶ added in v1.1.24
func (o *InternalIsOwnerForProjectBySlugResponse) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (InternalIsOwnerForProjectBySlugResponse) MarshalJSON ¶ added in v1.1.24
func (o InternalIsOwnerForProjectBySlugResponse) MarshalJSON() ([]byte, error)
func (*InternalIsOwnerForProjectBySlugResponse) SetProjectId ¶ added in v1.1.24
func (o *InternalIsOwnerForProjectBySlugResponse) SetProjectId(v string)
SetProjectId sets field value
func (InternalIsOwnerForProjectBySlugResponse) ToMap ¶ added in v1.3.0
func (o InternalIsOwnerForProjectBySlugResponse) ToMap() (map[string]interface{}, error)
func (*InternalIsOwnerForProjectBySlugResponse) UnmarshalJSON ¶ added in v1.1.36
func (o *InternalIsOwnerForProjectBySlugResponse) UnmarshalJSON(data []byte) (err error)
type IntrospectedOAuth2Token ¶
type IntrospectedOAuth2Token struct {
// Active is a boolean indicator of whether or not the presented token is currently active. The specifics of a token's \"active\" state will vary depending on the implementation of the authorization server and the information it keeps about its tokens, but a \"true\" value return for the \"active\" property will generally indicate that a given token has been issued by this authorization server, has not been revoked by the resource owner, and is within its given time window of validity (e.g., after its issuance time and before its expiration time).
Active bool `json:"active"`
// Audience contains a list of the token's intended audiences.
Aud []string `json:"aud,omitempty"`
// ID is aclient identifier for the OAuth 2.0 client that requested this token.
ClientId *string `json:"client_id,omitempty"`
// Expires at is an integer timestamp, measured in the number of seconds since January 1 1970 UTC, indicating when this token will expire.
Exp *int64 `json:"exp,omitempty"`
// Extra is arbitrary data set by the session.
Ext map[string]interface{} `json:"ext,omitempty"`
// Issued at is an integer timestamp, measured in the number of seconds since January 1 1970 UTC, indicating when this token was originally issued.
Iat *int64 `json:"iat,omitempty"`
// IssuerURL is a string representing the issuer of this token
Iss *string `json:"iss,omitempty"`
// NotBefore is an integer timestamp, measured in the number of seconds since January 1 1970 UTC, indicating when this token is not to be used before.
Nbf *int64 `json:"nbf,omitempty"`
// ObfuscatedSubject is set when the subject identifier algorithm was set to \"pairwise\" during authorization. It is the `sub` value of the ID Token that was issued.
ObfuscatedSubject *string `json:"obfuscated_subject,omitempty"`
// Scope is a JSON string containing a space-separated list of scopes associated with this token.
Scope *string `json:"scope,omitempty"`
// Subject of the token, as defined in JWT [RFC7519]. Usually a machine-readable identifier of the resource owner who authorized this token.
Sub *string `json:"sub,omitempty"`
// TokenType is the introspected token's type, typically `Bearer`.
TokenType *string `json:"token_type,omitempty"`
// TokenUse is the introspected token's use, for example `access_token` or `refresh_token`.
TokenUse *string `json:"token_use,omitempty"`
// Username is a human-readable identifier for the resource owner who authorized this token.
Username *string `json:"username,omitempty"`
AdditionalProperties map[string]interface{}
}
IntrospectedOAuth2Token Introspection contains an access token's session data as specified by [IETF RFC 7662](https://tools.ietf.org/html/rfc7662)
func NewIntrospectedOAuth2Token ¶
func NewIntrospectedOAuth2Token(active bool) *IntrospectedOAuth2Token
NewIntrospectedOAuth2Token instantiates a new IntrospectedOAuth2Token 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 NewIntrospectedOAuth2TokenWithDefaults ¶
func NewIntrospectedOAuth2TokenWithDefaults() *IntrospectedOAuth2Token
NewIntrospectedOAuth2TokenWithDefaults instantiates a new IntrospectedOAuth2Token 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 (*IntrospectedOAuth2Token) GetActive ¶
func (o *IntrospectedOAuth2Token) GetActive() bool
GetActive returns the Active field value
func (*IntrospectedOAuth2Token) GetActiveOk ¶
func (o *IntrospectedOAuth2Token) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*IntrospectedOAuth2Token) GetAud ¶
func (o *IntrospectedOAuth2Token) GetAud() []string
GetAud returns the Aud field value if set, zero value otherwise.
func (*IntrospectedOAuth2Token) GetAudOk ¶
func (o *IntrospectedOAuth2Token) GetAudOk() ([]string, bool)
GetAudOk returns a tuple with the Aud field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntrospectedOAuth2Token) GetClientId ¶
func (o *IntrospectedOAuth2Token) GetClientId() string
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*IntrospectedOAuth2Token) GetClientIdOk ¶
func (o *IntrospectedOAuth2Token) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntrospectedOAuth2Token) GetExp ¶
func (o *IntrospectedOAuth2Token) GetExp() int64
GetExp returns the Exp field value if set, zero value otherwise.
func (*IntrospectedOAuth2Token) GetExpOk ¶
func (o *IntrospectedOAuth2Token) GetExpOk() (*int64, bool)
GetExpOk returns a tuple with the Exp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntrospectedOAuth2Token) GetExt ¶
func (o *IntrospectedOAuth2Token) GetExt() map[string]interface{}
GetExt returns the Ext field value if set, zero value otherwise.
func (*IntrospectedOAuth2Token) GetExtOk ¶
func (o *IntrospectedOAuth2Token) GetExtOk() (map[string]interface{}, bool)
GetExtOk returns a tuple with the Ext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntrospectedOAuth2Token) GetIat ¶
func (o *IntrospectedOAuth2Token) GetIat() int64
GetIat returns the Iat field value if set, zero value otherwise.
func (*IntrospectedOAuth2Token) GetIatOk ¶
func (o *IntrospectedOAuth2Token) GetIatOk() (*int64, bool)
GetIatOk returns a tuple with the Iat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntrospectedOAuth2Token) GetIss ¶
func (o *IntrospectedOAuth2Token) GetIss() string
GetIss returns the Iss field value if set, zero value otherwise.
func (*IntrospectedOAuth2Token) GetIssOk ¶
func (o *IntrospectedOAuth2Token) GetIssOk() (*string, bool)
GetIssOk returns a tuple with the Iss field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntrospectedOAuth2Token) GetNbf ¶
func (o *IntrospectedOAuth2Token) GetNbf() int64
GetNbf returns the Nbf field value if set, zero value otherwise.
func (*IntrospectedOAuth2Token) GetNbfOk ¶
func (o *IntrospectedOAuth2Token) GetNbfOk() (*int64, bool)
GetNbfOk returns a tuple with the Nbf field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntrospectedOAuth2Token) GetObfuscatedSubject ¶
func (o *IntrospectedOAuth2Token) GetObfuscatedSubject() string
GetObfuscatedSubject returns the ObfuscatedSubject field value if set, zero value otherwise.
func (*IntrospectedOAuth2Token) GetObfuscatedSubjectOk ¶
func (o *IntrospectedOAuth2Token) GetObfuscatedSubjectOk() (*string, bool)
GetObfuscatedSubjectOk returns a tuple with the ObfuscatedSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntrospectedOAuth2Token) GetScope ¶
func (o *IntrospectedOAuth2Token) GetScope() string
GetScope returns the Scope field value if set, zero value otherwise.
func (*IntrospectedOAuth2Token) GetScopeOk ¶
func (o *IntrospectedOAuth2Token) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntrospectedOAuth2Token) GetSub ¶
func (o *IntrospectedOAuth2Token) GetSub() string
GetSub returns the Sub field value if set, zero value otherwise.
func (*IntrospectedOAuth2Token) GetSubOk ¶
func (o *IntrospectedOAuth2Token) GetSubOk() (*string, bool)
GetSubOk returns a tuple with the Sub field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntrospectedOAuth2Token) GetTokenType ¶
func (o *IntrospectedOAuth2Token) GetTokenType() string
GetTokenType returns the TokenType field value if set, zero value otherwise.
func (*IntrospectedOAuth2Token) GetTokenTypeOk ¶
func (o *IntrospectedOAuth2Token) GetTokenTypeOk() (*string, bool)
GetTokenTypeOk returns a tuple with the TokenType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntrospectedOAuth2Token) GetTokenUse ¶
func (o *IntrospectedOAuth2Token) GetTokenUse() string
GetTokenUse returns the TokenUse field value if set, zero value otherwise.
func (*IntrospectedOAuth2Token) GetTokenUseOk ¶
func (o *IntrospectedOAuth2Token) GetTokenUseOk() (*string, bool)
GetTokenUseOk returns a tuple with the TokenUse field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntrospectedOAuth2Token) GetUsername ¶
func (o *IntrospectedOAuth2Token) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*IntrospectedOAuth2Token) GetUsernameOk ¶
func (o *IntrospectedOAuth2Token) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntrospectedOAuth2Token) HasAud ¶
func (o *IntrospectedOAuth2Token) HasAud() bool
HasAud returns a boolean if a field has been set.
func (*IntrospectedOAuth2Token) HasClientId ¶
func (o *IntrospectedOAuth2Token) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (*IntrospectedOAuth2Token) HasExp ¶
func (o *IntrospectedOAuth2Token) HasExp() bool
HasExp returns a boolean if a field has been set.
func (*IntrospectedOAuth2Token) HasExt ¶
func (o *IntrospectedOAuth2Token) HasExt() bool
HasExt returns a boolean if a field has been set.
func (*IntrospectedOAuth2Token) HasIat ¶
func (o *IntrospectedOAuth2Token) HasIat() bool
HasIat returns a boolean if a field has been set.
func (*IntrospectedOAuth2Token) HasIss ¶
func (o *IntrospectedOAuth2Token) HasIss() bool
HasIss returns a boolean if a field has been set.
func (*IntrospectedOAuth2Token) HasNbf ¶
func (o *IntrospectedOAuth2Token) HasNbf() bool
HasNbf returns a boolean if a field has been set.
func (*IntrospectedOAuth2Token) HasObfuscatedSubject ¶
func (o *IntrospectedOAuth2Token) HasObfuscatedSubject() bool
HasObfuscatedSubject returns a boolean if a field has been set.
func (*IntrospectedOAuth2Token) HasScope ¶
func (o *IntrospectedOAuth2Token) HasScope() bool
HasScope returns a boolean if a field has been set.
func (*IntrospectedOAuth2Token) HasSub ¶
func (o *IntrospectedOAuth2Token) HasSub() bool
HasSub returns a boolean if a field has been set.
func (*IntrospectedOAuth2Token) HasTokenType ¶
func (o *IntrospectedOAuth2Token) HasTokenType() bool
HasTokenType returns a boolean if a field has been set.
func (*IntrospectedOAuth2Token) HasTokenUse ¶
func (o *IntrospectedOAuth2Token) HasTokenUse() bool
HasTokenUse returns a boolean if a field has been set.
func (*IntrospectedOAuth2Token) HasUsername ¶
func (o *IntrospectedOAuth2Token) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (IntrospectedOAuth2Token) MarshalJSON ¶
func (o IntrospectedOAuth2Token) MarshalJSON() ([]byte, error)
func (*IntrospectedOAuth2Token) SetActive ¶
func (o *IntrospectedOAuth2Token) SetActive(v bool)
SetActive sets field value
func (*IntrospectedOAuth2Token) SetAud ¶
func (o *IntrospectedOAuth2Token) SetAud(v []string)
SetAud gets a reference to the given []string and assigns it to the Aud field.
func (*IntrospectedOAuth2Token) SetClientId ¶
func (o *IntrospectedOAuth2Token) SetClientId(v string)
SetClientId gets a reference to the given string and assigns it to the ClientId field.
func (*IntrospectedOAuth2Token) SetExp ¶
func (o *IntrospectedOAuth2Token) SetExp(v int64)
SetExp gets a reference to the given int64 and assigns it to the Exp field.
func (*IntrospectedOAuth2Token) SetExt ¶
func (o *IntrospectedOAuth2Token) SetExt(v map[string]interface{})
SetExt gets a reference to the given map[string]interface{} and assigns it to the Ext field.
func (*IntrospectedOAuth2Token) SetIat ¶
func (o *IntrospectedOAuth2Token) SetIat(v int64)
SetIat gets a reference to the given int64 and assigns it to the Iat field.
func (*IntrospectedOAuth2Token) SetIss ¶
func (o *IntrospectedOAuth2Token) SetIss(v string)
SetIss gets a reference to the given string and assigns it to the Iss field.
func (*IntrospectedOAuth2Token) SetNbf ¶
func (o *IntrospectedOAuth2Token) SetNbf(v int64)
SetNbf gets a reference to the given int64 and assigns it to the Nbf field.
func (*IntrospectedOAuth2Token) SetObfuscatedSubject ¶
func (o *IntrospectedOAuth2Token) SetObfuscatedSubject(v string)
SetObfuscatedSubject gets a reference to the given string and assigns it to the ObfuscatedSubject field.
func (*IntrospectedOAuth2Token) SetScope ¶
func (o *IntrospectedOAuth2Token) SetScope(v string)
SetScope gets a reference to the given string and assigns it to the Scope field.
func (*IntrospectedOAuth2Token) SetSub ¶
func (o *IntrospectedOAuth2Token) SetSub(v string)
SetSub gets a reference to the given string and assigns it to the Sub field.
func (*IntrospectedOAuth2Token) SetTokenType ¶
func (o *IntrospectedOAuth2Token) SetTokenType(v string)
SetTokenType gets a reference to the given string and assigns it to the TokenType field.
func (*IntrospectedOAuth2Token) SetTokenUse ¶
func (o *IntrospectedOAuth2Token) SetTokenUse(v string)
SetTokenUse gets a reference to the given string and assigns it to the TokenUse field.
func (*IntrospectedOAuth2Token) SetUsername ¶
func (o *IntrospectedOAuth2Token) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (IntrospectedOAuth2Token) ToMap ¶ added in v1.3.0
func (o IntrospectedOAuth2Token) ToMap() (map[string]interface{}, error)
func (*IntrospectedOAuth2Token) UnmarshalJSON ¶ added in v1.1.36
func (o *IntrospectedOAuth2Token) UnmarshalJSON(data []byte) (err error)
type Invoice ¶ added in v1.11.10
type Invoice struct {
// The ID of the subscription
Id string `json:"id"`
InvoicedAt time.Time `json:"invoiced_at"`
// Type is the type of the invoice. usage InvoiceTypeUsage base InvoiceTypeBase
Type string `json:"type"`
UpdatedAt *time.Time `json:"updated_at,omitempty"`
V1 *InvoiceDataV1 `json:"v1,omitempty"`
AdditionalProperties map[string]interface{}
}
Invoice struct for Invoice
func NewInvoice ¶ added in v1.11.10
NewInvoice instantiates a new Invoice 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 NewInvoiceWithDefaults ¶ added in v1.11.10
func NewInvoiceWithDefaults() *Invoice
NewInvoiceWithDefaults instantiates a new Invoice 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 (*Invoice) GetIdOk ¶ added in v1.11.10
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Invoice) GetInvoicedAt ¶ added in v1.11.10
GetInvoicedAt returns the InvoicedAt field value
func (*Invoice) GetInvoicedAtOk ¶ added in v1.11.10
GetInvoicedAtOk returns a tuple with the InvoicedAt field value and a boolean to check if the value has been set.
func (*Invoice) GetTypeOk ¶ added in v1.11.10
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*Invoice) GetUpdatedAt ¶ added in v1.11.10
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Invoice) GetUpdatedAtOk ¶ added in v1.11.10
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) GetV1 ¶ added in v1.11.10
func (o *Invoice) GetV1() InvoiceDataV1
GetV1 returns the V1 field value if set, zero value otherwise.
func (*Invoice) GetV1Ok ¶ added in v1.11.10
func (o *Invoice) GetV1Ok() (*InvoiceDataV1, bool)
GetV1Ok returns a tuple with the V1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) HasUpdatedAt ¶ added in v1.11.10
HasUpdatedAt returns a boolean if a field has been set.
func (Invoice) MarshalJSON ¶ added in v1.11.10
func (*Invoice) SetInvoicedAt ¶ added in v1.11.10
SetInvoicedAt sets field value
func (*Invoice) SetUpdatedAt ¶ added in v1.11.10
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*Invoice) SetV1 ¶ added in v1.11.10
func (o *Invoice) SetV1(v InvoiceDataV1)
SetV1 gets a reference to the given InvoiceDataV1 and assigns it to the V1 field.
func (*Invoice) UnmarshalJSON ¶ added in v1.11.10
type InvoiceDataV1 ¶ added in v1.11.10
type InvoiceDataV1 struct {
BillingPeriod TimeInterval `json:"billing_period"`
// The currency of the invoice.
Currency string `json:"currency"`
// The items that are part of this invoice.
Items []LineItemV1 `json:"items"`
// The plan that this invoice is based on.
Plan *string `json:"plan,omitempty"`
StripeInvoiceItem *string `json:"stripe_invoice_item,omitempty"`
// The status of the invoice, one of `draft`, `open`, `paid`, `uncollectible`, or `void`. [Learn more](https://stripe.com/docs/billing/invoices/workflow#workflow-overview)
StripeInvoiceStatus *string `json:"stripe_invoice_status,omitempty"`
// An optional link to the invoice on Stripe.
StripeLink *string `json:"stripe_link,omitempty"`
// The subtitle of the invoice.
Subtitle *string `json:"subtitle,omitempty"`
Tax *TaxLineItem `json:"tax,omitempty"`
// The title of the invoice.
Title string `json:"title"`
TotalInCent int64 `json:"total_in_cent"`
AdditionalProperties map[string]interface{}
}
InvoiceDataV1 struct for InvoiceDataV1
func NewInvoiceDataV1 ¶ added in v1.11.10
func NewInvoiceDataV1(billingPeriod TimeInterval, currency string, items []LineItemV1, title string, totalInCent int64) *InvoiceDataV1
NewInvoiceDataV1 instantiates a new InvoiceDataV1 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 NewInvoiceDataV1WithDefaults ¶ added in v1.11.10
func NewInvoiceDataV1WithDefaults() *InvoiceDataV1
NewInvoiceDataV1WithDefaults instantiates a new InvoiceDataV1 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 (*InvoiceDataV1) GetBillingPeriod ¶ added in v1.11.10
func (o *InvoiceDataV1) GetBillingPeriod() TimeInterval
GetBillingPeriod returns the BillingPeriod field value
func (*InvoiceDataV1) GetBillingPeriodOk ¶ added in v1.11.10
func (o *InvoiceDataV1) GetBillingPeriodOk() (*TimeInterval, bool)
GetBillingPeriodOk returns a tuple with the BillingPeriod field value and a boolean to check if the value has been set.
func (*InvoiceDataV1) GetCurrency ¶ added in v1.11.10
func (o *InvoiceDataV1) GetCurrency() string
GetCurrency returns the Currency field value
func (*InvoiceDataV1) GetCurrencyOk ¶ added in v1.11.10
func (o *InvoiceDataV1) GetCurrencyOk() (*string, bool)
GetCurrencyOk returns a tuple with the Currency field value and a boolean to check if the value has been set.
func (*InvoiceDataV1) GetItems ¶ added in v1.11.10
func (o *InvoiceDataV1) GetItems() []LineItemV1
GetItems returns the Items field value
func (*InvoiceDataV1) GetItemsOk ¶ added in v1.11.10
func (o *InvoiceDataV1) GetItemsOk() ([]LineItemV1, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*InvoiceDataV1) GetPlan ¶ added in v1.11.10
func (o *InvoiceDataV1) GetPlan() string
GetPlan returns the Plan field value if set, zero value otherwise.
func (*InvoiceDataV1) GetPlanOk ¶ added in v1.11.10
func (o *InvoiceDataV1) GetPlanOk() (*string, bool)
GetPlanOk returns a tuple with the Plan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvoiceDataV1) GetStripeInvoiceItem ¶ added in v1.11.10
func (o *InvoiceDataV1) GetStripeInvoiceItem() string
GetStripeInvoiceItem returns the StripeInvoiceItem field value if set, zero value otherwise.
func (*InvoiceDataV1) GetStripeInvoiceItemOk ¶ added in v1.11.10
func (o *InvoiceDataV1) GetStripeInvoiceItemOk() (*string, bool)
GetStripeInvoiceItemOk returns a tuple with the StripeInvoiceItem field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvoiceDataV1) GetStripeInvoiceStatus ¶ added in v1.11.10
func (o *InvoiceDataV1) GetStripeInvoiceStatus() string
GetStripeInvoiceStatus returns the StripeInvoiceStatus field value if set, zero value otherwise.
func (*InvoiceDataV1) GetStripeInvoiceStatusOk ¶ added in v1.11.10
func (o *InvoiceDataV1) GetStripeInvoiceStatusOk() (*string, bool)
GetStripeInvoiceStatusOk returns a tuple with the StripeInvoiceStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvoiceDataV1) GetStripeLink ¶ added in v1.11.10
func (o *InvoiceDataV1) GetStripeLink() string
GetStripeLink returns the StripeLink field value if set, zero value otherwise.
func (*InvoiceDataV1) GetStripeLinkOk ¶ added in v1.11.10
func (o *InvoiceDataV1) GetStripeLinkOk() (*string, bool)
GetStripeLinkOk returns a tuple with the StripeLink field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvoiceDataV1) GetSubtitle ¶ added in v1.11.10
func (o *InvoiceDataV1) GetSubtitle() string
GetSubtitle returns the Subtitle field value if set, zero value otherwise.
func (*InvoiceDataV1) GetSubtitleOk ¶ added in v1.11.10
func (o *InvoiceDataV1) GetSubtitleOk() (*string, bool)
GetSubtitleOk returns a tuple with the Subtitle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvoiceDataV1) GetTax ¶ added in v1.11.10
func (o *InvoiceDataV1) GetTax() TaxLineItem
GetTax returns the Tax field value if set, zero value otherwise.
func (*InvoiceDataV1) GetTaxOk ¶ added in v1.11.10
func (o *InvoiceDataV1) GetTaxOk() (*TaxLineItem, bool)
GetTaxOk returns a tuple with the Tax field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvoiceDataV1) GetTitle ¶ added in v1.11.10
func (o *InvoiceDataV1) GetTitle() string
GetTitle returns the Title field value
func (*InvoiceDataV1) GetTitleOk ¶ added in v1.11.10
func (o *InvoiceDataV1) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*InvoiceDataV1) GetTotalInCent ¶ added in v1.11.10
func (o *InvoiceDataV1) GetTotalInCent() int64
GetTotalInCent returns the TotalInCent field value
func (*InvoiceDataV1) GetTotalInCentOk ¶ added in v1.11.10
func (o *InvoiceDataV1) GetTotalInCentOk() (*int64, bool)
GetTotalInCentOk returns a tuple with the TotalInCent field value and a boolean to check if the value has been set.
func (*InvoiceDataV1) HasPlan ¶ added in v1.11.10
func (o *InvoiceDataV1) HasPlan() bool
HasPlan returns a boolean if a field has been set.
func (*InvoiceDataV1) HasStripeInvoiceItem ¶ added in v1.11.10
func (o *InvoiceDataV1) HasStripeInvoiceItem() bool
HasStripeInvoiceItem returns a boolean if a field has been set.
func (*InvoiceDataV1) HasStripeInvoiceStatus ¶ added in v1.11.10
func (o *InvoiceDataV1) HasStripeInvoiceStatus() bool
HasStripeInvoiceStatus returns a boolean if a field has been set.
func (*InvoiceDataV1) HasStripeLink ¶ added in v1.11.10
func (o *InvoiceDataV1) HasStripeLink() bool
HasStripeLink returns a boolean if a field has been set.
func (*InvoiceDataV1) HasSubtitle ¶ added in v1.11.10
func (o *InvoiceDataV1) HasSubtitle() bool
HasSubtitle returns a boolean if a field has been set.
func (*InvoiceDataV1) HasTax ¶ added in v1.11.10
func (o *InvoiceDataV1) HasTax() bool
HasTax returns a boolean if a field has been set.
func (InvoiceDataV1) MarshalJSON ¶ added in v1.11.10
func (o InvoiceDataV1) MarshalJSON() ([]byte, error)
func (*InvoiceDataV1) SetBillingPeriod ¶ added in v1.11.10
func (o *InvoiceDataV1) SetBillingPeriod(v TimeInterval)
SetBillingPeriod sets field value
func (*InvoiceDataV1) SetCurrency ¶ added in v1.11.10
func (o *InvoiceDataV1) SetCurrency(v string)
SetCurrency sets field value
func (*InvoiceDataV1) SetItems ¶ added in v1.11.10
func (o *InvoiceDataV1) SetItems(v []LineItemV1)
SetItems sets field value
func (*InvoiceDataV1) SetPlan ¶ added in v1.11.10
func (o *InvoiceDataV1) SetPlan(v string)
SetPlan gets a reference to the given string and assigns it to the Plan field.
func (*InvoiceDataV1) SetStripeInvoiceItem ¶ added in v1.11.10
func (o *InvoiceDataV1) SetStripeInvoiceItem(v string)
SetStripeInvoiceItem gets a reference to the given string and assigns it to the StripeInvoiceItem field.
func (*InvoiceDataV1) SetStripeInvoiceStatus ¶ added in v1.11.10
func (o *InvoiceDataV1) SetStripeInvoiceStatus(v string)
SetStripeInvoiceStatus gets a reference to the given string and assigns it to the StripeInvoiceStatus field.
func (*InvoiceDataV1) SetStripeLink ¶ added in v1.11.10
func (o *InvoiceDataV1) SetStripeLink(v string)
SetStripeLink gets a reference to the given string and assigns it to the StripeLink field.
func (*InvoiceDataV1) SetSubtitle ¶ added in v1.11.10
func (o *InvoiceDataV1) SetSubtitle(v string)
SetSubtitle gets a reference to the given string and assigns it to the Subtitle field.
func (*InvoiceDataV1) SetTax ¶ added in v1.11.10
func (o *InvoiceDataV1) SetTax(v TaxLineItem)
SetTax gets a reference to the given TaxLineItem and assigns it to the Tax field.
func (*InvoiceDataV1) SetTitle ¶ added in v1.11.10
func (o *InvoiceDataV1) SetTitle(v string)
SetTitle sets field value
func (*InvoiceDataV1) SetTotalInCent ¶ added in v1.11.10
func (o *InvoiceDataV1) SetTotalInCent(v int64)
SetTotalInCent sets field value
func (InvoiceDataV1) ToMap ¶ added in v1.11.10
func (o InvoiceDataV1) ToMap() (map[string]interface{}, error)
func (*InvoiceDataV1) UnmarshalJSON ¶ added in v1.11.10
func (o *InvoiceDataV1) UnmarshalJSON(data []byte) (err error)
type IsOwnerForProjectBySlug ¶
type IsOwnerForProjectBySlug struct {
// ProjectSlug is the project's slug.
ProjectSlug string `json:"ProjectSlug"`
// Subject is the subject from the API Token.
Subject string `json:"Subject"`
AdditionalProperties map[string]interface{}
}
IsOwnerForProjectBySlug struct for IsOwnerForProjectBySlug
func NewIsOwnerForProjectBySlug ¶
func NewIsOwnerForProjectBySlug(projectSlug string, subject string) *IsOwnerForProjectBySlug
NewIsOwnerForProjectBySlug instantiates a new IsOwnerForProjectBySlug 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 NewIsOwnerForProjectBySlugWithDefaults ¶
func NewIsOwnerForProjectBySlugWithDefaults() *IsOwnerForProjectBySlug
NewIsOwnerForProjectBySlugWithDefaults instantiates a new IsOwnerForProjectBySlug 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 (*IsOwnerForProjectBySlug) GetProjectSlug ¶
func (o *IsOwnerForProjectBySlug) GetProjectSlug() string
GetProjectSlug returns the ProjectSlug field value
func (*IsOwnerForProjectBySlug) GetProjectSlugOk ¶
func (o *IsOwnerForProjectBySlug) GetProjectSlugOk() (*string, bool)
GetProjectSlugOk returns a tuple with the ProjectSlug field value and a boolean to check if the value has been set.
func (*IsOwnerForProjectBySlug) GetSubject ¶
func (o *IsOwnerForProjectBySlug) GetSubject() string
GetSubject returns the Subject field value
func (*IsOwnerForProjectBySlug) GetSubjectOk ¶
func (o *IsOwnerForProjectBySlug) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.
func (IsOwnerForProjectBySlug) MarshalJSON ¶
func (o IsOwnerForProjectBySlug) MarshalJSON() ([]byte, error)
func (*IsOwnerForProjectBySlug) SetProjectSlug ¶
func (o *IsOwnerForProjectBySlug) SetProjectSlug(v string)
SetProjectSlug sets field value
func (*IsOwnerForProjectBySlug) SetSubject ¶
func (o *IsOwnerForProjectBySlug) SetSubject(v string)
SetSubject sets field value
func (IsOwnerForProjectBySlug) ToMap ¶ added in v1.3.0
func (o IsOwnerForProjectBySlug) ToMap() (map[string]interface{}, error)
func (*IsOwnerForProjectBySlug) UnmarshalJSON ¶ added in v1.1.36
func (o *IsOwnerForProjectBySlug) UnmarshalJSON(data []byte) (err error)
type JsonPatch ¶
type JsonPatch struct {
// This field is used together with operation \"move\" and uses JSON Pointer notation. Learn more [about JSON Pointers](https://datatracker.ietf.org/doc/html/rfc6901#section-5).
From *string `json:"from,omitempty"`
// The operation to be performed. One of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\".
Op string `json:"op"`
// The path to the target path. Uses JSON pointer notation. Learn more [about JSON Pointers](https://datatracker.ietf.org/doc/html/rfc6901#section-5).
Path string `json:"path"`
// The value to be used within the operations. Learn more [about JSON Pointers](https://datatracker.ietf.org/doc/html/rfc6901#section-5).
Value interface{} `json:"value,omitempty"`
AdditionalProperties map[string]interface{}
}
JsonPatch A JSONPatch document as defined by RFC 6902
func NewJsonPatch ¶
NewJsonPatch instantiates a new JsonPatch 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 NewJsonPatchWithDefaults ¶
func NewJsonPatchWithDefaults() *JsonPatch
NewJsonPatchWithDefaults instantiates a new JsonPatch 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 (*JsonPatch) GetFromOk ¶
GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JsonPatch) GetOpOk ¶
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*JsonPatch) GetPathOk ¶
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*JsonPatch) GetValue ¶
func (o *JsonPatch) GetValue() interface{}
GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).
func (*JsonPatch) GetValueOk ¶
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (JsonPatch) MarshalJSON ¶
func (*JsonPatch) SetFrom ¶
SetFrom gets a reference to the given string and assigns it to the From field.
func (*JsonPatch) SetValue ¶
func (o *JsonPatch) SetValue(v interface{})
SetValue gets a reference to the given interface{} and assigns it to the Value field.
func (*JsonPatch) UnmarshalJSON ¶ added in v1.1.36
type JsonWebKey ¶
type JsonWebKey struct {
// The \"alg\" (algorithm) parameter identifies the algorithm intended for use with the key. The values used should either be registered in the IANA \"JSON Web Signature and Encryption Algorithms\" registry established by [JWA] or be a value that contains a Collision- Resistant Name.
Alg string `json:"alg"`
Crv *string `json:"crv,omitempty"`
D *string `json:"d,omitempty"`
Dp *string `json:"dp,omitempty"`
Dq *string `json:"dq,omitempty"`
E *string `json:"e,omitempty"`
K *string `json:"k,omitempty"`
// The \"kid\" (key ID) parameter is used to match a specific key. This is used, for instance, to choose among a set of keys within a JWK Set during key rollover. The structure of the \"kid\" value is unspecified. When \"kid\" values are used within a JWK Set, different keys within the JWK Set SHOULD use distinct \"kid\" values. (One example in which different keys might use the same \"kid\" value is if they have different \"kty\" (key type) values but are considered to be equivalent alternatives by the application using them.) The \"kid\" value is a case-sensitive string.
Kid string `json:"kid"`
// The \"kty\" (key type) parameter identifies the cryptographic algorithm family used with the key, such as \"RSA\" or \"EC\". \"kty\" values should either be registered in the IANA \"JSON Web Key Types\" registry established by [JWA] or be a value that contains a Collision- Resistant Name. The \"kty\" value is a case-sensitive string.
Kty string `json:"kty"`
N *string `json:"n,omitempty"`
P *string `json:"p,omitempty"`
Q *string `json:"q,omitempty"`
Qi *string `json:"qi,omitempty"`
// Use (\"public key use\") identifies the intended use of the public key. The \"use\" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Values are commonly \"sig\" (signature) or \"enc\" (encryption).
Use string `json:"use"`
X *string `json:"x,omitempty"`
// The \"x5c\" (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates [RFC5280]. The certificate chain is represented as a JSON array of certificate value strings. Each string in the array is a base64-encoded (Section 4 of [RFC4648] -- not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value. The PKIX certificate containing the key value MUST be the first certificate.
X5c []string `json:"x5c,omitempty"`
Y *string `json:"y,omitempty"`
AdditionalProperties map[string]interface{}
}
JsonWebKey struct for JsonWebKey
func NewJsonWebKey ¶
func NewJsonWebKey(alg string, kid string, kty string, use string) *JsonWebKey
NewJsonWebKey instantiates a new JsonWebKey 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 NewJsonWebKeyWithDefaults ¶
func NewJsonWebKeyWithDefaults() *JsonWebKey
NewJsonWebKeyWithDefaults instantiates a new JsonWebKey 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 (*JsonWebKey) GetAlg ¶
func (o *JsonWebKey) GetAlg() string
GetAlg returns the Alg field value
func (*JsonWebKey) GetAlgOk ¶
func (o *JsonWebKey) GetAlgOk() (*string, bool)
GetAlgOk returns a tuple with the Alg field value and a boolean to check if the value has been set.
func (*JsonWebKey) GetCrv ¶
func (o *JsonWebKey) GetCrv() string
GetCrv returns the Crv field value if set, zero value otherwise.
func (*JsonWebKey) GetCrvOk ¶
func (o *JsonWebKey) GetCrvOk() (*string, bool)
GetCrvOk returns a tuple with the Crv field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JsonWebKey) GetD ¶
func (o *JsonWebKey) GetD() string
GetD returns the D field value if set, zero value otherwise.
func (*JsonWebKey) GetDOk ¶
func (o *JsonWebKey) GetDOk() (*string, bool)
GetDOk returns a tuple with the D field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JsonWebKey) GetDp ¶
func (o *JsonWebKey) GetDp() string
GetDp returns the Dp field value if set, zero value otherwise.
func (*JsonWebKey) GetDpOk ¶
func (o *JsonWebKey) GetDpOk() (*string, bool)
GetDpOk returns a tuple with the Dp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JsonWebKey) GetDq ¶
func (o *JsonWebKey) GetDq() string
GetDq returns the Dq field value if set, zero value otherwise.
func (*JsonWebKey) GetDqOk ¶
func (o *JsonWebKey) GetDqOk() (*string, bool)
GetDqOk returns a tuple with the Dq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JsonWebKey) GetE ¶
func (o *JsonWebKey) GetE() string
GetE returns the E field value if set, zero value otherwise.
func (*JsonWebKey) GetEOk ¶
func (o *JsonWebKey) GetEOk() (*string, bool)
GetEOk returns a tuple with the E field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JsonWebKey) GetK ¶
func (o *JsonWebKey) GetK() string
GetK returns the K field value if set, zero value otherwise.
func (*JsonWebKey) GetKOk ¶
func (o *JsonWebKey) GetKOk() (*string, bool)
GetKOk returns a tuple with the K field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JsonWebKey) GetKid ¶
func (o *JsonWebKey) GetKid() string
GetKid returns the Kid field value
func (*JsonWebKey) GetKidOk ¶
func (o *JsonWebKey) GetKidOk() (*string, bool)
GetKidOk returns a tuple with the Kid field value and a boolean to check if the value has been set.
func (*JsonWebKey) GetKty ¶
func (o *JsonWebKey) GetKty() string
GetKty returns the Kty field value
func (*JsonWebKey) GetKtyOk ¶
func (o *JsonWebKey) GetKtyOk() (*string, bool)
GetKtyOk returns a tuple with the Kty field value and a boolean to check if the value has been set.
func (*JsonWebKey) GetN ¶
func (o *JsonWebKey) GetN() string
GetN returns the N field value if set, zero value otherwise.
func (*JsonWebKey) GetNOk ¶
func (o *JsonWebKey) GetNOk() (*string, bool)
GetNOk returns a tuple with the N field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JsonWebKey) GetP ¶
func (o *JsonWebKey) GetP() string
GetP returns the P field value if set, zero value otherwise.
func (*JsonWebKey) GetPOk ¶
func (o *JsonWebKey) GetPOk() (*string, bool)
GetPOk returns a tuple with the P field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JsonWebKey) GetQ ¶
func (o *JsonWebKey) GetQ() string
GetQ returns the Q field value if set, zero value otherwise.
func (*JsonWebKey) GetQOk ¶
func (o *JsonWebKey) GetQOk() (*string, bool)
GetQOk returns a tuple with the Q field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JsonWebKey) GetQi ¶
func (o *JsonWebKey) GetQi() string
GetQi returns the Qi field value if set, zero value otherwise.
func (*JsonWebKey) GetQiOk ¶
func (o *JsonWebKey) GetQiOk() (*string, bool)
GetQiOk returns a tuple with the Qi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JsonWebKey) GetUse ¶
func (o *JsonWebKey) GetUse() string
GetUse returns the Use field value
func (*JsonWebKey) GetUseOk ¶
func (o *JsonWebKey) GetUseOk() (*string, bool)
GetUseOk returns a tuple with the Use field value and a boolean to check if the value has been set.
func (*JsonWebKey) GetX ¶
func (o *JsonWebKey) GetX() string
GetX returns the X field value if set, zero value otherwise.
func (*JsonWebKey) GetX5c ¶
func (o *JsonWebKey) GetX5c() []string
GetX5c returns the X5c field value if set, zero value otherwise.
func (*JsonWebKey) GetX5cOk ¶
func (o *JsonWebKey) GetX5cOk() ([]string, bool)
GetX5cOk returns a tuple with the X5c field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JsonWebKey) GetXOk ¶
func (o *JsonWebKey) GetXOk() (*string, bool)
GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JsonWebKey) GetY ¶
func (o *JsonWebKey) GetY() string
GetY returns the Y field value if set, zero value otherwise.
func (*JsonWebKey) GetYOk ¶
func (o *JsonWebKey) GetYOk() (*string, bool)
GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JsonWebKey) HasCrv ¶
func (o *JsonWebKey) HasCrv() bool
HasCrv returns a boolean if a field has been set.
func (*JsonWebKey) HasD ¶
func (o *JsonWebKey) HasD() bool
HasD returns a boolean if a field has been set.
func (*JsonWebKey) HasDp ¶
func (o *JsonWebKey) HasDp() bool
HasDp returns a boolean if a field has been set.
func (*JsonWebKey) HasDq ¶
func (o *JsonWebKey) HasDq() bool
HasDq returns a boolean if a field has been set.
func (*JsonWebKey) HasE ¶
func (o *JsonWebKey) HasE() bool
HasE returns a boolean if a field has been set.
func (*JsonWebKey) HasK ¶
func (o *JsonWebKey) HasK() bool
HasK returns a boolean if a field has been set.
func (*JsonWebKey) HasN ¶
func (o *JsonWebKey) HasN() bool
HasN returns a boolean if a field has been set.
func (*JsonWebKey) HasP ¶
func (o *JsonWebKey) HasP() bool
HasP returns a boolean if a field has been set.
func (*JsonWebKey) HasQ ¶
func (o *JsonWebKey) HasQ() bool
HasQ returns a boolean if a field has been set.
func (*JsonWebKey) HasQi ¶
func (o *JsonWebKey) HasQi() bool
HasQi returns a boolean if a field has been set.
func (*JsonWebKey) HasX ¶
func (o *JsonWebKey) HasX() bool
HasX returns a boolean if a field has been set.
func (*JsonWebKey) HasX5c ¶
func (o *JsonWebKey) HasX5c() bool
HasX5c returns a boolean if a field has been set.
func (*JsonWebKey) HasY ¶
func (o *JsonWebKey) HasY() bool
HasY returns a boolean if a field has been set.
func (JsonWebKey) MarshalJSON ¶
func (o JsonWebKey) MarshalJSON() ([]byte, error)
func (*JsonWebKey) SetCrv ¶
func (o *JsonWebKey) SetCrv(v string)
SetCrv gets a reference to the given string and assigns it to the Crv field.
func (*JsonWebKey) SetD ¶
func (o *JsonWebKey) SetD(v string)
SetD gets a reference to the given string and assigns it to the D field.
func (*JsonWebKey) SetDp ¶
func (o *JsonWebKey) SetDp(v string)
SetDp gets a reference to the given string and assigns it to the Dp field.
func (*JsonWebKey) SetDq ¶
func (o *JsonWebKey) SetDq(v string)
SetDq gets a reference to the given string and assigns it to the Dq field.
func (*JsonWebKey) SetE ¶
func (o *JsonWebKey) SetE(v string)
SetE gets a reference to the given string and assigns it to the E field.
func (*JsonWebKey) SetK ¶
func (o *JsonWebKey) SetK(v string)
SetK gets a reference to the given string and assigns it to the K field.
func (*JsonWebKey) SetN ¶
func (o *JsonWebKey) SetN(v string)
SetN gets a reference to the given string and assigns it to the N field.
func (*JsonWebKey) SetP ¶
func (o *JsonWebKey) SetP(v string)
SetP gets a reference to the given string and assigns it to the P field.
func (*JsonWebKey) SetQ ¶
func (o *JsonWebKey) SetQ(v string)
SetQ gets a reference to the given string and assigns it to the Q field.
func (*JsonWebKey) SetQi ¶
func (o *JsonWebKey) SetQi(v string)
SetQi gets a reference to the given string and assigns it to the Qi field.
func (*JsonWebKey) SetX ¶
func (o *JsonWebKey) SetX(v string)
SetX gets a reference to the given string and assigns it to the X field.
func (*JsonWebKey) SetX5c ¶
func (o *JsonWebKey) SetX5c(v []string)
SetX5c gets a reference to the given []string and assigns it to the X5c field.
func (*JsonWebKey) SetY ¶
func (o *JsonWebKey) SetY(v string)
SetY gets a reference to the given string and assigns it to the Y field.
func (JsonWebKey) ToMap ¶ added in v1.3.0
func (o JsonWebKey) ToMap() (map[string]interface{}, error)
func (*JsonWebKey) UnmarshalJSON ¶ added in v1.1.36
func (o *JsonWebKey) UnmarshalJSON(data []byte) (err error)
type JsonWebKeySet ¶
type JsonWebKeySet struct {
// List of JSON Web Keys The value of the \"keys\" parameter is an array of JSON Web Key (JWK) values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired.
Keys []JsonWebKey `json:"keys,omitempty"`
AdditionalProperties map[string]interface{}
}
JsonWebKeySet JSON Web Key Set
func NewJsonWebKeySet ¶
func NewJsonWebKeySet() *JsonWebKeySet
NewJsonWebKeySet instantiates a new JsonWebKeySet 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 NewJsonWebKeySetWithDefaults ¶
func NewJsonWebKeySetWithDefaults() *JsonWebKeySet
NewJsonWebKeySetWithDefaults instantiates a new JsonWebKeySet 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 (*JsonWebKeySet) GetKeys ¶
func (o *JsonWebKeySet) GetKeys() []JsonWebKey
GetKeys returns the Keys field value if set, zero value otherwise.
func (*JsonWebKeySet) GetKeysOk ¶
func (o *JsonWebKeySet) GetKeysOk() ([]JsonWebKey, bool)
GetKeysOk returns a tuple with the Keys field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JsonWebKeySet) HasKeys ¶
func (o *JsonWebKeySet) HasKeys() bool
HasKeys returns a boolean if a field has been set.
func (JsonWebKeySet) MarshalJSON ¶
func (o JsonWebKeySet) MarshalJSON() ([]byte, error)
func (*JsonWebKeySet) SetKeys ¶
func (o *JsonWebKeySet) SetKeys(v []JsonWebKey)
SetKeys gets a reference to the given []JsonWebKey and assigns it to the Keys field.
func (JsonWebKeySet) ToMap ¶ added in v1.3.0
func (o JsonWebKeySet) ToMap() (map[string]interface{}, error)
func (*JsonWebKeySet) UnmarshalJSON ¶ added in v1.1.36
func (o *JsonWebKeySet) UnmarshalJSON(data []byte) (err error)
type JwkAPI ¶ added in v1.3.0
type JwkAPI interface {
/*
CreateJsonWebKeySet Create JSON Web Key
This endpoint is capable of generating JSON Web Key Sets for you. There a different strategies available, such as symmetric cryptographic keys (HS256, HS512) and asymetric cryptographic keys (RS256, ECDSA). If the specified JSON Web Key Set does not exist, it will be created.
A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param set The JSON Web Key Set ID
@return JwkAPICreateJsonWebKeySetRequest
*/
CreateJsonWebKeySet(ctx context.Context, set string) JwkAPICreateJsonWebKeySetRequest
// CreateJsonWebKeySetExecute executes the request
// @return JsonWebKeySet
CreateJsonWebKeySetExecute(r JwkAPICreateJsonWebKeySetRequest) (*JsonWebKeySet, *http.Response, error)
/*
DeleteJsonWebKey Delete JSON Web Key
Use this endpoint to delete a single JSON Web Key.
A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A
JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses
this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens),
and allows storing user-defined keys as well.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param set The JSON Web Key Set
@param kid The JSON Web Key ID (kid)
@return JwkAPIDeleteJsonWebKeyRequest
*/
DeleteJsonWebKey(ctx context.Context, set string, kid string) JwkAPIDeleteJsonWebKeyRequest
// DeleteJsonWebKeyExecute executes the request
DeleteJsonWebKeyExecute(r JwkAPIDeleteJsonWebKeyRequest) (*http.Response, error)
/*
DeleteJsonWebKeySet Delete JSON Web Key Set
Use this endpoint to delete a complete JSON Web Key Set and all the keys in that set.
A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param set The JSON Web Key Set
@return JwkAPIDeleteJsonWebKeySetRequest
*/
DeleteJsonWebKeySet(ctx context.Context, set string) JwkAPIDeleteJsonWebKeySetRequest
// DeleteJsonWebKeySetExecute executes the request
DeleteJsonWebKeySetExecute(r JwkAPIDeleteJsonWebKeySetRequest) (*http.Response, error)
/*
GetJsonWebKey Get JSON Web Key
This endpoint returns a singular JSON Web Key contained in a set. It is identified by the set and the specific key ID (kid).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param set JSON Web Key Set ID
@param kid JSON Web Key ID
@return JwkAPIGetJsonWebKeyRequest
*/
GetJsonWebKey(ctx context.Context, set string, kid string) JwkAPIGetJsonWebKeyRequest
// GetJsonWebKeyExecute executes the request
// @return JsonWebKeySet
GetJsonWebKeyExecute(r JwkAPIGetJsonWebKeyRequest) (*JsonWebKeySet, *http.Response, error)
/*
GetJsonWebKeySet Retrieve a JSON Web Key Set
This endpoint can be used to retrieve JWK Sets stored in ORY Hydra.
A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param set JSON Web Key Set ID
@return JwkAPIGetJsonWebKeySetRequest
*/
GetJsonWebKeySet(ctx context.Context, set string) JwkAPIGetJsonWebKeySetRequest
// GetJsonWebKeySetExecute executes the request
// @return JsonWebKeySet
GetJsonWebKeySetExecute(r JwkAPIGetJsonWebKeySetRequest) (*JsonWebKeySet, *http.Response, error)
/*
SetJsonWebKey Set JSON Web Key
Use this method if you do not want to let Hydra generate the JWKs for you, but instead save your own.
A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param set The JSON Web Key Set ID
@param kid JSON Web Key ID
@return JwkAPISetJsonWebKeyRequest
*/
SetJsonWebKey(ctx context.Context, set string, kid string) JwkAPISetJsonWebKeyRequest
// SetJsonWebKeyExecute executes the request
// @return JsonWebKey
SetJsonWebKeyExecute(r JwkAPISetJsonWebKeyRequest) (*JsonWebKey, *http.Response, error)
/*
SetJsonWebKeySet Update a JSON Web Key Set
Use this method if you do not want to let Hydra generate the JWKs for you, but instead save your own.
A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param set The JSON Web Key Set ID
@return JwkAPISetJsonWebKeySetRequest
*/
SetJsonWebKeySet(ctx context.Context, set string) JwkAPISetJsonWebKeySetRequest
// SetJsonWebKeySetExecute executes the request
// @return JsonWebKeySet
SetJsonWebKeySetExecute(r JwkAPISetJsonWebKeySetRequest) (*JsonWebKeySet, *http.Response, error)
}
type JwkAPICreateJsonWebKeySetRequest ¶ added in v1.3.0
type JwkAPICreateJsonWebKeySetRequest struct {
ApiService JwkAPI
// contains filtered or unexported fields
}
func (JwkAPICreateJsonWebKeySetRequest) CreateJsonWebKeySet ¶ added in v1.3.0
func (r JwkAPICreateJsonWebKeySetRequest) CreateJsonWebKeySet(createJsonWebKeySet CreateJsonWebKeySet) JwkAPICreateJsonWebKeySetRequest
func (JwkAPICreateJsonWebKeySetRequest) Execute ¶ added in v1.3.0
func (r JwkAPICreateJsonWebKeySetRequest) Execute() (*JsonWebKeySet, *http.Response, error)
type JwkAPIDeleteJsonWebKeyRequest ¶ added in v1.3.0
type JwkAPIDeleteJsonWebKeyRequest struct {
ApiService JwkAPI
// contains filtered or unexported fields
}
type JwkAPIDeleteJsonWebKeySetRequest ¶ added in v1.3.0
type JwkAPIDeleteJsonWebKeySetRequest struct {
ApiService JwkAPI
// contains filtered or unexported fields
}
type JwkAPIGetJsonWebKeyRequest ¶ added in v1.3.0
type JwkAPIGetJsonWebKeyRequest struct {
ApiService JwkAPI
// contains filtered or unexported fields
}
func (JwkAPIGetJsonWebKeyRequest) Execute ¶ added in v1.3.0
func (r JwkAPIGetJsonWebKeyRequest) Execute() (*JsonWebKeySet, *http.Response, error)
type JwkAPIGetJsonWebKeySetRequest ¶ added in v1.3.0
type JwkAPIGetJsonWebKeySetRequest struct {
ApiService JwkAPI
// contains filtered or unexported fields
}
func (JwkAPIGetJsonWebKeySetRequest) Execute ¶ added in v1.3.0
func (r JwkAPIGetJsonWebKeySetRequest) Execute() (*JsonWebKeySet, *http.Response, error)
type JwkAPIService ¶ added in v1.3.0
type JwkAPIService service
JwkAPIService JwkAPI service
func (*JwkAPIService) CreateJsonWebKeySet ¶ added in v1.3.0
func (a *JwkAPIService) CreateJsonWebKeySet(ctx context.Context, set string) JwkAPICreateJsonWebKeySetRequest
CreateJsonWebKeySet Create JSON Web Key
This endpoint is capable of generating JSON Web Key Sets for you. There a different strategies available, such as symmetric cryptographic keys (HS256, HS512) and asymetric cryptographic keys (RS256, ECDSA). If the specified JSON Web Key Set does not exist, it will be created.
A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param set The JSON Web Key Set ID @return JwkAPICreateJsonWebKeySetRequest
func (*JwkAPIService) CreateJsonWebKeySetExecute ¶ added in v1.3.0
func (a *JwkAPIService) CreateJsonWebKeySetExecute(r JwkAPICreateJsonWebKeySetRequest) (*JsonWebKeySet, *http.Response, error)
Execute executes the request
@return JsonWebKeySet
func (*JwkAPIService) DeleteJsonWebKey ¶ added in v1.3.0
func (a *JwkAPIService) DeleteJsonWebKey(ctx context.Context, set string, kid string) JwkAPIDeleteJsonWebKeyRequest
DeleteJsonWebKey Delete JSON Web Key
Use this endpoint to delete a single JSON Web Key.
A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param set The JSON Web Key Set @param kid The JSON Web Key ID (kid) @return JwkAPIDeleteJsonWebKeyRequest
func (*JwkAPIService) DeleteJsonWebKeyExecute ¶ added in v1.3.0
func (a *JwkAPIService) DeleteJsonWebKeyExecute(r JwkAPIDeleteJsonWebKeyRequest) (*http.Response, error)
Execute executes the request
func (*JwkAPIService) DeleteJsonWebKeySet ¶ added in v1.3.0
func (a *JwkAPIService) DeleteJsonWebKeySet(ctx context.Context, set string) JwkAPIDeleteJsonWebKeySetRequest
DeleteJsonWebKeySet Delete JSON Web Key Set
Use this endpoint to delete a complete JSON Web Key Set and all the keys in that set.
A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param set The JSON Web Key Set @return JwkAPIDeleteJsonWebKeySetRequest
func (*JwkAPIService) DeleteJsonWebKeySetExecute ¶ added in v1.3.0
func (a *JwkAPIService) DeleteJsonWebKeySetExecute(r JwkAPIDeleteJsonWebKeySetRequest) (*http.Response, error)
Execute executes the request
func (*JwkAPIService) GetJsonWebKey ¶ added in v1.3.0
func (a *JwkAPIService) GetJsonWebKey(ctx context.Context, set string, kid string) JwkAPIGetJsonWebKeyRequest
GetJsonWebKey Get JSON Web Key
This endpoint returns a singular JSON Web Key contained in a set. It is identified by the set and the specific key ID (kid).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param set JSON Web Key Set ID @param kid JSON Web Key ID @return JwkAPIGetJsonWebKeyRequest
func (*JwkAPIService) GetJsonWebKeyExecute ¶ added in v1.3.0
func (a *JwkAPIService) GetJsonWebKeyExecute(r JwkAPIGetJsonWebKeyRequest) (*JsonWebKeySet, *http.Response, error)
Execute executes the request
@return JsonWebKeySet
func (*JwkAPIService) GetJsonWebKeySet ¶ added in v1.3.0
func (a *JwkAPIService) GetJsonWebKeySet(ctx context.Context, set string) JwkAPIGetJsonWebKeySetRequest
GetJsonWebKeySet Retrieve a JSON Web Key Set
This endpoint can be used to retrieve JWK Sets stored in ORY Hydra.
A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param set JSON Web Key Set ID @return JwkAPIGetJsonWebKeySetRequest
func (*JwkAPIService) GetJsonWebKeySetExecute ¶ added in v1.3.0
func (a *JwkAPIService) GetJsonWebKeySetExecute(r JwkAPIGetJsonWebKeySetRequest) (*JsonWebKeySet, *http.Response, error)
Execute executes the request
@return JsonWebKeySet
func (*JwkAPIService) SetJsonWebKey ¶ added in v1.3.0
func (a *JwkAPIService) SetJsonWebKey(ctx context.Context, set string, kid string) JwkAPISetJsonWebKeyRequest
SetJsonWebKey Set JSON Web Key
Use this method if you do not want to let Hydra generate the JWKs for you, but instead save your own.
A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param set The JSON Web Key Set ID @param kid JSON Web Key ID @return JwkAPISetJsonWebKeyRequest
func (*JwkAPIService) SetJsonWebKeyExecute ¶ added in v1.3.0
func (a *JwkAPIService) SetJsonWebKeyExecute(r JwkAPISetJsonWebKeyRequest) (*JsonWebKey, *http.Response, error)
Execute executes the request
@return JsonWebKey
func (*JwkAPIService) SetJsonWebKeySet ¶ added in v1.3.0
func (a *JwkAPIService) SetJsonWebKeySet(ctx context.Context, set string) JwkAPISetJsonWebKeySetRequest
SetJsonWebKeySet Update a JSON Web Key Set
Use this method if you do not want to let Hydra generate the JWKs for you, but instead save your own.
A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param set The JSON Web Key Set ID @return JwkAPISetJsonWebKeySetRequest
func (*JwkAPIService) SetJsonWebKeySetExecute ¶ added in v1.3.0
func (a *JwkAPIService) SetJsonWebKeySetExecute(r JwkAPISetJsonWebKeySetRequest) (*JsonWebKeySet, *http.Response, error)
Execute executes the request
@return JsonWebKeySet
type JwkAPISetJsonWebKeyRequest ¶ added in v1.3.0
type JwkAPISetJsonWebKeyRequest struct {
ApiService JwkAPI
// contains filtered or unexported fields
}
func (JwkAPISetJsonWebKeyRequest) Execute ¶ added in v1.3.0
func (r JwkAPISetJsonWebKeyRequest) Execute() (*JsonWebKey, *http.Response, error)
func (JwkAPISetJsonWebKeyRequest) JsonWebKey ¶ added in v1.3.0
func (r JwkAPISetJsonWebKeyRequest) JsonWebKey(jsonWebKey JsonWebKey) JwkAPISetJsonWebKeyRequest
type JwkAPISetJsonWebKeySetRequest ¶ added in v1.3.0
type JwkAPISetJsonWebKeySetRequest struct {
ApiService JwkAPI
// contains filtered or unexported fields
}
func (JwkAPISetJsonWebKeySetRequest) Execute ¶ added in v1.3.0
func (r JwkAPISetJsonWebKeySetRequest) Execute() (*JsonWebKeySet, *http.Response, error)
func (JwkAPISetJsonWebKeySetRequest) JsonWebKeySet ¶ added in v1.3.0
func (r JwkAPISetJsonWebKeySetRequest) JsonWebKeySet(jsonWebKeySet JsonWebKeySet) JwkAPISetJsonWebKeySetRequest
type KetoNamespace ¶
type KetoNamespace struct {
Id *int64 `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
AdditionalProperties map[string]interface{}
}
KetoNamespace struct for KetoNamespace
func NewKetoNamespace ¶
func NewKetoNamespace() *KetoNamespace
NewKetoNamespace instantiates a new KetoNamespace 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 NewKetoNamespaceWithDefaults ¶
func NewKetoNamespaceWithDefaults() *KetoNamespace
NewKetoNamespaceWithDefaults instantiates a new KetoNamespace 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 (*KetoNamespace) GetId ¶
func (o *KetoNamespace) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*KetoNamespace) GetIdOk ¶
func (o *KetoNamespace) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KetoNamespace) GetName ¶
func (o *KetoNamespace) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*KetoNamespace) GetNameOk ¶
func (o *KetoNamespace) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KetoNamespace) HasId ¶
func (o *KetoNamespace) HasId() bool
HasId returns a boolean if a field has been set.
func (*KetoNamespace) HasName ¶
func (o *KetoNamespace) HasName() bool
HasName returns a boolean if a field has been set.
func (KetoNamespace) MarshalJSON ¶
func (o KetoNamespace) MarshalJSON() ([]byte, error)
func (*KetoNamespace) SetId ¶
func (o *KetoNamespace) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*KetoNamespace) SetName ¶
func (o *KetoNamespace) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (KetoNamespace) ToMap ¶ added in v1.3.0
func (o KetoNamespace) ToMap() (map[string]interface{}, error)
func (*KetoNamespace) UnmarshalJSON ¶ added in v1.1.36
func (o *KetoNamespace) UnmarshalJSON(data []byte) (err error)
type LineItemV1 ¶ added in v1.11.10
type LineItemV1 struct {
AmountInCent *int64 `json:"amount_in_cent,omitempty"`
Description *string `json:"description,omitempty"`
// Each line item can have sub-items to create a hierarchy.
Items []LineItemV1 `json:"items,omitempty"`
Quantity *int64 `json:"quantity,omitempty"`
Title *string `json:"title,omitempty"`
UnitPrice *string `json:"unit_price,omitempty"`
AdditionalProperties map[string]interface{}
}
LineItemV1 struct for LineItemV1
func NewLineItemV1 ¶ added in v1.11.10
func NewLineItemV1() *LineItemV1
NewLineItemV1 instantiates a new LineItemV1 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 NewLineItemV1WithDefaults ¶ added in v1.11.10
func NewLineItemV1WithDefaults() *LineItemV1
NewLineItemV1WithDefaults instantiates a new LineItemV1 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 (*LineItemV1) GetAmountInCent ¶ added in v1.11.10
func (o *LineItemV1) GetAmountInCent() int64
GetAmountInCent returns the AmountInCent field value if set, zero value otherwise.
func (*LineItemV1) GetAmountInCentOk ¶ added in v1.11.10
func (o *LineItemV1) GetAmountInCentOk() (*int64, bool)
GetAmountInCentOk returns a tuple with the AmountInCent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LineItemV1) GetDescription ¶ added in v1.11.10
func (o *LineItemV1) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*LineItemV1) GetDescriptionOk ¶ added in v1.11.10
func (o *LineItemV1) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LineItemV1) GetItems ¶ added in v1.11.10
func (o *LineItemV1) GetItems() []LineItemV1
GetItems returns the Items field value if set, zero value otherwise.
func (*LineItemV1) GetItemsOk ¶ added in v1.11.10
func (o *LineItemV1) GetItemsOk() ([]LineItemV1, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LineItemV1) GetQuantity ¶ added in v1.11.10
func (o *LineItemV1) GetQuantity() int64
GetQuantity returns the Quantity field value if set, zero value otherwise.
func (*LineItemV1) GetQuantityOk ¶ added in v1.11.10
func (o *LineItemV1) GetQuantityOk() (*int64, bool)
GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LineItemV1) GetTitle ¶ added in v1.11.10
func (o *LineItemV1) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*LineItemV1) GetTitleOk ¶ added in v1.11.10
func (o *LineItemV1) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LineItemV1) GetUnitPrice ¶ added in v1.11.10
func (o *LineItemV1) GetUnitPrice() string
GetUnitPrice returns the UnitPrice field value if set, zero value otherwise.
func (*LineItemV1) GetUnitPriceOk ¶ added in v1.11.10
func (o *LineItemV1) GetUnitPriceOk() (*string, bool)
GetUnitPriceOk returns a tuple with the UnitPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LineItemV1) HasAmountInCent ¶ added in v1.11.10
func (o *LineItemV1) HasAmountInCent() bool
HasAmountInCent returns a boolean if a field has been set.
func (*LineItemV1) HasDescription ¶ added in v1.11.10
func (o *LineItemV1) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*LineItemV1) HasItems ¶ added in v1.11.10
func (o *LineItemV1) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*LineItemV1) HasQuantity ¶ added in v1.11.10
func (o *LineItemV1) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (*LineItemV1) HasTitle ¶ added in v1.11.10
func (o *LineItemV1) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*LineItemV1) HasUnitPrice ¶ added in v1.11.10
func (o *LineItemV1) HasUnitPrice() bool
HasUnitPrice returns a boolean if a field has been set.
func (LineItemV1) MarshalJSON ¶ added in v1.11.10
func (o LineItemV1) MarshalJSON() ([]byte, error)
func (*LineItemV1) SetAmountInCent ¶ added in v1.11.10
func (o *LineItemV1) SetAmountInCent(v int64)
SetAmountInCent gets a reference to the given int64 and assigns it to the AmountInCent field.
func (*LineItemV1) SetDescription ¶ added in v1.11.10
func (o *LineItemV1) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*LineItemV1) SetItems ¶ added in v1.11.10
func (o *LineItemV1) SetItems(v []LineItemV1)
SetItems gets a reference to the given []LineItemV1 and assigns it to the Items field.
func (*LineItemV1) SetQuantity ¶ added in v1.11.10
func (o *LineItemV1) SetQuantity(v int64)
SetQuantity gets a reference to the given int64 and assigns it to the Quantity field.
func (*LineItemV1) SetTitle ¶ added in v1.11.10
func (o *LineItemV1) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*LineItemV1) SetUnitPrice ¶ added in v1.11.10
func (o *LineItemV1) SetUnitPrice(v string)
SetUnitPrice gets a reference to the given string and assigns it to the UnitPrice field.
func (LineItemV1) ToMap ¶ added in v1.11.10
func (o LineItemV1) ToMap() (map[string]interface{}, error)
func (*LineItemV1) UnmarshalJSON ¶ added in v1.11.10
func (o *LineItemV1) UnmarshalJSON(data []byte) (err error)
type ListEventStreams ¶ added in v1.5.0
type ListEventStreams struct {
EventStreams []EventStream `json:"event_streams,omitempty"`
AdditionalProperties map[string]interface{}
}
ListEventStreams Event Stream List
func NewListEventStreams ¶ added in v1.5.0
func NewListEventStreams() *ListEventStreams
NewListEventStreams instantiates a new ListEventStreams 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 NewListEventStreamsWithDefaults ¶ added in v1.5.0
func NewListEventStreamsWithDefaults() *ListEventStreams
NewListEventStreamsWithDefaults instantiates a new ListEventStreams 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 (*ListEventStreams) GetEventStreams ¶ added in v1.5.0
func (o *ListEventStreams) GetEventStreams() []EventStream
GetEventStreams returns the EventStreams field value if set, zero value otherwise.
func (*ListEventStreams) GetEventStreamsOk ¶ added in v1.5.0
func (o *ListEventStreams) GetEventStreamsOk() ([]EventStream, bool)
GetEventStreamsOk returns a tuple with the EventStreams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListEventStreams) HasEventStreams ¶ added in v1.5.0
func (o *ListEventStreams) HasEventStreams() bool
HasEventStreams returns a boolean if a field has been set.
func (ListEventStreams) MarshalJSON ¶ added in v1.5.0
func (o ListEventStreams) MarshalJSON() ([]byte, error)
func (*ListEventStreams) SetEventStreams ¶ added in v1.5.0
func (o *ListEventStreams) SetEventStreams(v []EventStream)
SetEventStreams gets a reference to the given []EventStream and assigns it to the EventStreams field.
func (ListEventStreams) ToMap ¶ added in v1.5.0
func (o ListEventStreams) ToMap() (map[string]interface{}, error)
func (*ListEventStreams) UnmarshalJSON ¶ added in v1.5.0
func (o *ListEventStreams) UnmarshalJSON(data []byte) (err error)
type ListInvoicesResponse ¶ added in v1.11.10
type ListInvoicesResponse struct {
Buckets []BillingPeriodBucket `json:"buckets"`
HasNextPage bool `json:"has_next_page"`
NextPageToken string `json:"next_page_token"`
AdditionalProperties map[string]interface{}
}
ListInvoicesResponse struct for ListInvoicesResponse
func NewListInvoicesResponse ¶ added in v1.11.10
func NewListInvoicesResponse(buckets []BillingPeriodBucket, hasNextPage bool, nextPageToken string) *ListInvoicesResponse
NewListInvoicesResponse instantiates a new ListInvoicesResponse 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 NewListInvoicesResponseWithDefaults ¶ added in v1.11.10
func NewListInvoicesResponseWithDefaults() *ListInvoicesResponse
NewListInvoicesResponseWithDefaults instantiates a new ListInvoicesResponse 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 (*ListInvoicesResponse) GetBuckets ¶ added in v1.11.10
func (o *ListInvoicesResponse) GetBuckets() []BillingPeriodBucket
GetBuckets returns the Buckets field value
func (*ListInvoicesResponse) GetBucketsOk ¶ added in v1.11.10
func (o *ListInvoicesResponse) GetBucketsOk() ([]BillingPeriodBucket, bool)
GetBucketsOk returns a tuple with the Buckets field value and a boolean to check if the value has been set.
func (*ListInvoicesResponse) GetHasNextPage ¶ added in v1.11.10
func (o *ListInvoicesResponse) GetHasNextPage() bool
GetHasNextPage returns the HasNextPage field value
func (*ListInvoicesResponse) GetHasNextPageOk ¶ added in v1.11.10
func (o *ListInvoicesResponse) GetHasNextPageOk() (*bool, bool)
GetHasNextPageOk returns a tuple with the HasNextPage field value and a boolean to check if the value has been set.
func (*ListInvoicesResponse) GetNextPageToken ¶ added in v1.11.10
func (o *ListInvoicesResponse) GetNextPageToken() string
GetNextPageToken returns the NextPageToken field value
func (*ListInvoicesResponse) GetNextPageTokenOk ¶ added in v1.11.10
func (o *ListInvoicesResponse) GetNextPageTokenOk() (*string, bool)
GetNextPageTokenOk returns a tuple with the NextPageToken field value and a boolean to check if the value has been set.
func (ListInvoicesResponse) MarshalJSON ¶ added in v1.11.10
func (o ListInvoicesResponse) MarshalJSON() ([]byte, error)
func (*ListInvoicesResponse) SetBuckets ¶ added in v1.11.10
func (o *ListInvoicesResponse) SetBuckets(v []BillingPeriodBucket)
SetBuckets sets field value
func (*ListInvoicesResponse) SetHasNextPage ¶ added in v1.11.10
func (o *ListInvoicesResponse) SetHasNextPage(v bool)
SetHasNextPage sets field value
func (*ListInvoicesResponse) SetNextPageToken ¶ added in v1.11.10
func (o *ListInvoicesResponse) SetNextPageToken(v string)
SetNextPageToken sets field value
func (ListInvoicesResponse) ToMap ¶ added in v1.11.10
func (o ListInvoicesResponse) ToMap() (map[string]interface{}, error)
func (*ListInvoicesResponse) UnmarshalJSON ¶ added in v1.11.10
func (o *ListInvoicesResponse) UnmarshalJSON(data []byte) (err error)
type ListOrganizationsResponse ¶ added in v1.2.10
type ListOrganizationsResponse struct {
HasNextPage bool `json:"has_next_page"`
NextPageToken string `json:"next_page_token"`
// The list of organizations
Organizations []Organization `json:"organizations"`
AdditionalProperties map[string]interface{}
}
ListOrganizationsResponse B2B SSO Organization List
func NewListOrganizationsResponse ¶ added in v1.2.10
func NewListOrganizationsResponse(hasNextPage bool, nextPageToken string, organizations []Organization) *ListOrganizationsResponse
NewListOrganizationsResponse instantiates a new ListOrganizationsResponse 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 NewListOrganizationsResponseWithDefaults ¶ added in v1.2.10
func NewListOrganizationsResponseWithDefaults() *ListOrganizationsResponse
NewListOrganizationsResponseWithDefaults instantiates a new ListOrganizationsResponse 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 (*ListOrganizationsResponse) GetHasNextPage ¶ added in v1.11.11
func (o *ListOrganizationsResponse) GetHasNextPage() bool
GetHasNextPage returns the HasNextPage field value
func (*ListOrganizationsResponse) GetHasNextPageOk ¶ added in v1.11.11
func (o *ListOrganizationsResponse) GetHasNextPageOk() (*bool, bool)
GetHasNextPageOk returns a tuple with the HasNextPage field value and a boolean to check if the value has been set.
func (*ListOrganizationsResponse) GetNextPageToken ¶ added in v1.11.11
func (o *ListOrganizationsResponse) GetNextPageToken() string
GetNextPageToken returns the NextPageToken field value
func (*ListOrganizationsResponse) GetNextPageTokenOk ¶ added in v1.11.11
func (o *ListOrganizationsResponse) GetNextPageTokenOk() (*string, bool)
GetNextPageTokenOk returns a tuple with the NextPageToken field value and a boolean to check if the value has been set.
func (*ListOrganizationsResponse) GetOrganizations ¶ added in v1.2.10
func (o *ListOrganizationsResponse) GetOrganizations() []Organization
GetOrganizations returns the Organizations field value
func (*ListOrganizationsResponse) GetOrganizationsOk ¶ added in v1.2.10
func (o *ListOrganizationsResponse) GetOrganizationsOk() ([]Organization, bool)
GetOrganizationsOk returns a tuple with the Organizations field value and a boolean to check if the value has been set.
func (ListOrganizationsResponse) MarshalJSON ¶ added in v1.2.10
func (o ListOrganizationsResponse) MarshalJSON() ([]byte, error)
func (*ListOrganizationsResponse) SetHasNextPage ¶ added in v1.11.11
func (o *ListOrganizationsResponse) SetHasNextPage(v bool)
SetHasNextPage sets field value
func (*ListOrganizationsResponse) SetNextPageToken ¶ added in v1.11.11
func (o *ListOrganizationsResponse) SetNextPageToken(v string)
SetNextPageToken sets field value
func (*ListOrganizationsResponse) SetOrganizations ¶ added in v1.2.10
func (o *ListOrganizationsResponse) SetOrganizations(v []Organization)
SetOrganizations sets field value
func (ListOrganizationsResponse) ToMap ¶ added in v1.3.0
func (o ListOrganizationsResponse) ToMap() (map[string]interface{}, error)
func (*ListOrganizationsResponse) UnmarshalJSON ¶ added in v1.2.10
func (o *ListOrganizationsResponse) UnmarshalJSON(data []byte) (err error)
type ListWorkspaceProjects ¶ added in v1.11.10
type ListWorkspaceProjects struct {
HasNextPage bool `json:"has_next_page"`
NextPage string `json:"next_page"`
Projects []ProjectMetadata `json:"projects"`
AdditionalProperties map[string]interface{}
}
ListWorkspaceProjects struct for ListWorkspaceProjects
func NewListWorkspaceProjects ¶ added in v1.11.10
func NewListWorkspaceProjects(hasNextPage bool, nextPage string, projects []ProjectMetadata) *ListWorkspaceProjects
NewListWorkspaceProjects instantiates a new ListWorkspaceProjects 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 NewListWorkspaceProjectsWithDefaults ¶ added in v1.11.10
func NewListWorkspaceProjectsWithDefaults() *ListWorkspaceProjects
NewListWorkspaceProjectsWithDefaults instantiates a new ListWorkspaceProjects 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 (*ListWorkspaceProjects) GetHasNextPage ¶ added in v1.11.10
func (o *ListWorkspaceProjects) GetHasNextPage() bool
GetHasNextPage returns the HasNextPage field value
func (*ListWorkspaceProjects) GetHasNextPageOk ¶ added in v1.11.10
func (o *ListWorkspaceProjects) GetHasNextPageOk() (*bool, bool)
GetHasNextPageOk returns a tuple with the HasNextPage field value and a boolean to check if the value has been set.
func (*ListWorkspaceProjects) GetNextPage ¶ added in v1.11.10
func (o *ListWorkspaceProjects) GetNextPage() string
GetNextPage returns the NextPage field value
func (*ListWorkspaceProjects) GetNextPageOk ¶ added in v1.11.10
func (o *ListWorkspaceProjects) GetNextPageOk() (*string, bool)
GetNextPageOk returns a tuple with the NextPage field value and a boolean to check if the value has been set.
func (*ListWorkspaceProjects) GetProjects ¶ added in v1.11.10
func (o *ListWorkspaceProjects) GetProjects() []ProjectMetadata
GetProjects returns the Projects field value
func (*ListWorkspaceProjects) GetProjectsOk ¶ added in v1.11.10
func (o *ListWorkspaceProjects) GetProjectsOk() ([]ProjectMetadata, bool)
GetProjectsOk returns a tuple with the Projects field value and a boolean to check if the value has been set.
func (ListWorkspaceProjects) MarshalJSON ¶ added in v1.11.10
func (o ListWorkspaceProjects) MarshalJSON() ([]byte, error)
func (*ListWorkspaceProjects) SetHasNextPage ¶ added in v1.11.10
func (o *ListWorkspaceProjects) SetHasNextPage(v bool)
SetHasNextPage sets field value
func (*ListWorkspaceProjects) SetNextPage ¶ added in v1.11.10
func (o *ListWorkspaceProjects) SetNextPage(v string)
SetNextPage sets field value
func (*ListWorkspaceProjects) SetProjects ¶ added in v1.11.10
func (o *ListWorkspaceProjects) SetProjects(v []ProjectMetadata)
SetProjects sets field value
func (ListWorkspaceProjects) ToMap ¶ added in v1.11.10
func (o ListWorkspaceProjects) ToMap() (map[string]interface{}, error)
func (*ListWorkspaceProjects) UnmarshalJSON ¶ added in v1.11.10
func (o *ListWorkspaceProjects) UnmarshalJSON(data []byte) (err error)
type ListWorkspaces ¶ added in v1.11.10
type ListWorkspaces struct {
HasNextPage bool `json:"has_next_page"`
NextPageToken string `json:"next_page_token"`
Workspaces []Workspace `json:"workspaces"`
AdditionalProperties map[string]interface{}
}
ListWorkspaces struct for ListWorkspaces
func NewListWorkspaces ¶ added in v1.11.10
func NewListWorkspaces(hasNextPage bool, nextPageToken string, workspaces []Workspace) *ListWorkspaces
NewListWorkspaces instantiates a new ListWorkspaces 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 NewListWorkspacesWithDefaults ¶ added in v1.11.10
func NewListWorkspacesWithDefaults() *ListWorkspaces
NewListWorkspacesWithDefaults instantiates a new ListWorkspaces 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 (*ListWorkspaces) GetHasNextPage ¶ added in v1.11.10
func (o *ListWorkspaces) GetHasNextPage() bool
GetHasNextPage returns the HasNextPage field value
func (*ListWorkspaces) GetHasNextPageOk ¶ added in v1.11.10
func (o *ListWorkspaces) GetHasNextPageOk() (*bool, bool)
GetHasNextPageOk returns a tuple with the HasNextPage field value and a boolean to check if the value has been set.
func (*ListWorkspaces) GetNextPageToken ¶ added in v1.11.10
func (o *ListWorkspaces) GetNextPageToken() string
GetNextPageToken returns the NextPageToken field value
func (*ListWorkspaces) GetNextPageTokenOk ¶ added in v1.11.10
func (o *ListWorkspaces) GetNextPageTokenOk() (*string, bool)
GetNextPageTokenOk returns a tuple with the NextPageToken field value and a boolean to check if the value has been set.
func (*ListWorkspaces) GetWorkspaces ¶ added in v1.11.10
func (o *ListWorkspaces) GetWorkspaces() []Workspace
GetWorkspaces returns the Workspaces field value
func (*ListWorkspaces) GetWorkspacesOk ¶ added in v1.11.10
func (o *ListWorkspaces) GetWorkspacesOk() ([]Workspace, bool)
GetWorkspacesOk returns a tuple with the Workspaces field value and a boolean to check if the value has been set.
func (ListWorkspaces) MarshalJSON ¶ added in v1.11.10
func (o ListWorkspaces) MarshalJSON() ([]byte, error)
func (*ListWorkspaces) SetHasNextPage ¶ added in v1.11.10
func (o *ListWorkspaces) SetHasNextPage(v bool)
SetHasNextPage sets field value
func (*ListWorkspaces) SetNextPageToken ¶ added in v1.11.10
func (o *ListWorkspaces) SetNextPageToken(v string)
SetNextPageToken sets field value
func (*ListWorkspaces) SetWorkspaces ¶ added in v1.11.10
func (o *ListWorkspaces) SetWorkspaces(v []Workspace)
SetWorkspaces sets field value
func (ListWorkspaces) ToMap ¶ added in v1.11.10
func (o ListWorkspaces) ToMap() (map[string]interface{}, error)
func (*ListWorkspaces) UnmarshalJSON ¶ added in v1.11.10
func (o *ListWorkspaces) UnmarshalJSON(data []byte) (err error)
type LoginFlow ¶
type LoginFlow struct {
// The active login method If set contains the login method used. If the flow is new, it is unset. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode
Active *string `json:"active,omitempty"`
// CreatedAt is a helper struct field for gobuffalo.pop.
CreatedAt *time.Time `json:"created_at,omitempty"`
// ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to log in, a new flow has to be initiated.
ExpiresAt time.Time `json:"expires_at"`
// ID represents the flow's unique ID. When performing the login flow, this represents the id in the login UI's query parameter: http://<selfservice.flows.login.ui_url>/?flow=<flow_id>
Id string `json:"id"`
// IssuedAt is the time (UTC) when the flow started.
IssuedAt time.Time `json:"issued_at"`
// Ory OAuth 2.0 Login Challenge. This value is set using the `login_challenge` query parameter of the registration and login endpoints. If set will cooperate with Ory OAuth2 and OpenID to act as an OAuth2 server / OpenID Provider.
Oauth2LoginChallenge *string `json:"oauth2_login_challenge,omitempty"`
Oauth2LoginRequest *OAuth2LoginRequest `json:"oauth2_login_request,omitempty"`
OrganizationId NullableString `json:"organization_id,omitempty"`
// Refresh stores whether this login flow should enforce re-authentication.
Refresh *bool `json:"refresh,omitempty"`
// RequestURL is the initial URL that was requested from Ory Kratos. It can be used to forward information contained in the URL's path or query for example.
RequestUrl string `json:"request_url"`
RequestedAal *AuthenticatorAssuranceLevel `json:"requested_aal,omitempty"`
// ReturnTo contains the requested return_to URL.
ReturnTo *string `json:"return_to,omitempty"`
// SessionTokenExchangeCode holds the secret code that the client can use to retrieve a session token after the login flow has been completed. This is only set if the client has requested a session token exchange code, and if the flow is of type \"api\", and only on creating the login flow.
SessionTokenExchangeCode *string `json:"session_token_exchange_code,omitempty"`
// State represents the state of this request: choose_method: ask the user to choose a method to sign in with sent_email: the email has been sent to the user passed_challenge: the request was successful and the login challenge was passed.
State interface{} `json:"state"`
// TransientPayload is used to pass data from the login to hooks and email templates
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
// The flow type can either be `api` or `browser`.
Type string `json:"type"`
Ui UiContainer `json:"ui"`
// UpdatedAt is a helper struct field for gobuffalo.pop.
UpdatedAt *time.Time `json:"updated_at,omitempty"`
AdditionalProperties map[string]interface{}
}
LoginFlow This object represents a login flow. A login flow is initiated at the \"Initiate Login API / Browser Flow\" endpoint by a client. Once a login flow is completed successfully, a session cookie or session token will be issued.
func NewLoginFlow ¶
func NewLoginFlow(expiresAt time.Time, id string, issuedAt time.Time, requestUrl string, state interface{}, type_ string, ui UiContainer) *LoginFlow
NewLoginFlow instantiates a new LoginFlow 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 NewLoginFlowWithDefaults ¶
func NewLoginFlowWithDefaults() *LoginFlow
NewLoginFlowWithDefaults instantiates a new LoginFlow 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 (*LoginFlow) GetActive ¶
GetActive returns the Active field value if set, zero value otherwise.
func (*LoginFlow) GetActiveOk ¶
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LoginFlow) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*LoginFlow) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LoginFlow) GetExpiresAt ¶
GetExpiresAt returns the ExpiresAt field value
func (*LoginFlow) GetExpiresAtOk ¶
GetExpiresAtOk returns a tuple with the ExpiresAt field value and a boolean to check if the value has been set.
func (*LoginFlow) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*LoginFlow) GetIssuedAt ¶
GetIssuedAt returns the IssuedAt field value
func (*LoginFlow) GetIssuedAtOk ¶
GetIssuedAtOk returns a tuple with the IssuedAt field value and a boolean to check if the value has been set.
func (*LoginFlow) GetOauth2LoginChallenge ¶
GetOauth2LoginChallenge returns the Oauth2LoginChallenge field value if set, zero value otherwise.
func (*LoginFlow) GetOauth2LoginChallengeOk ¶
GetOauth2LoginChallengeOk returns a tuple with the Oauth2LoginChallenge field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LoginFlow) GetOauth2LoginRequest ¶
func (o *LoginFlow) GetOauth2LoginRequest() OAuth2LoginRequest
GetOauth2LoginRequest returns the Oauth2LoginRequest field value if set, zero value otherwise.
func (*LoginFlow) GetOauth2LoginRequestOk ¶
func (o *LoginFlow) GetOauth2LoginRequestOk() (*OAuth2LoginRequest, bool)
GetOauth2LoginRequestOk returns a tuple with the Oauth2LoginRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LoginFlow) GetOrganizationId ¶ added in v1.2.10
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*LoginFlow) GetOrganizationIdOk ¶ added in v1.2.10
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*LoginFlow) GetRefresh ¶
GetRefresh returns the Refresh field value if set, zero value otherwise.
func (*LoginFlow) GetRefreshOk ¶
GetRefreshOk returns a tuple with the Refresh field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LoginFlow) GetRequestUrl ¶
GetRequestUrl returns the RequestUrl field value
func (*LoginFlow) GetRequestUrlOk ¶
GetRequestUrlOk returns a tuple with the RequestUrl field value and a boolean to check if the value has been set.
func (*LoginFlow) GetRequestedAal ¶
func (o *LoginFlow) GetRequestedAal() AuthenticatorAssuranceLevel
GetRequestedAal returns the RequestedAal field value if set, zero value otherwise.
func (*LoginFlow) GetRequestedAalOk ¶
func (o *LoginFlow) GetRequestedAalOk() (*AuthenticatorAssuranceLevel, bool)
GetRequestedAalOk returns a tuple with the RequestedAal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LoginFlow) GetReturnTo ¶
GetReturnTo returns the ReturnTo field value if set, zero value otherwise.
func (*LoginFlow) GetReturnToOk ¶
GetReturnToOk returns a tuple with the ReturnTo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LoginFlow) GetSessionTokenExchangeCode ¶ added in v1.1.26
GetSessionTokenExchangeCode returns the SessionTokenExchangeCode field value if set, zero value otherwise.
func (*LoginFlow) GetSessionTokenExchangeCodeOk ¶ added in v1.1.26
GetSessionTokenExchangeCodeOk returns a tuple with the SessionTokenExchangeCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LoginFlow) GetState ¶ added in v1.2.0
func (o *LoginFlow) GetState() interface{}
GetState returns the State field value If the value is explicit nil, the zero value for interface{} will be returned
func (*LoginFlow) GetStateOk ¶ added in v1.2.0
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*LoginFlow) GetTransientPayload ¶ added in v1.8.0
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*LoginFlow) GetTransientPayloadOk ¶ added in v1.8.0
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LoginFlow) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*LoginFlow) GetUiOk ¶
func (o *LoginFlow) GetUiOk() (*UiContainer, bool)
GetUiOk returns a tuple with the Ui field value and a boolean to check if the value has been set.
func (*LoginFlow) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*LoginFlow) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LoginFlow) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*LoginFlow) HasOauth2LoginChallenge ¶
HasOauth2LoginChallenge returns a boolean if a field has been set.
func (*LoginFlow) HasOauth2LoginRequest ¶
HasOauth2LoginRequest returns a boolean if a field has been set.
func (*LoginFlow) HasOrganizationId ¶ added in v1.2.10
HasOrganizationId returns a boolean if a field has been set.
func (*LoginFlow) HasRefresh ¶
HasRefresh returns a boolean if a field has been set.
func (*LoginFlow) HasRequestedAal ¶
HasRequestedAal returns a boolean if a field has been set.
func (*LoginFlow) HasReturnTo ¶
HasReturnTo returns a boolean if a field has been set.
func (*LoginFlow) HasSessionTokenExchangeCode ¶ added in v1.1.26
HasSessionTokenExchangeCode returns a boolean if a field has been set.
func (*LoginFlow) HasTransientPayload ¶ added in v1.8.0
HasTransientPayload returns a boolean if a field has been set.
func (*LoginFlow) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (LoginFlow) MarshalJSON ¶
func (*LoginFlow) SetActive ¶
SetActive gets a reference to the given string and assigns it to the Active field.
func (*LoginFlow) SetCreatedAt ¶
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*LoginFlow) SetExpiresAt ¶
SetExpiresAt sets field value
func (*LoginFlow) SetIssuedAt ¶
SetIssuedAt sets field value
func (*LoginFlow) SetOauth2LoginChallenge ¶
SetOauth2LoginChallenge gets a reference to the given string and assigns it to the Oauth2LoginChallenge field.
func (*LoginFlow) SetOauth2LoginRequest ¶
func (o *LoginFlow) SetOauth2LoginRequest(v OAuth2LoginRequest)
SetOauth2LoginRequest gets a reference to the given OAuth2LoginRequest and assigns it to the Oauth2LoginRequest field.
func (*LoginFlow) SetOrganizationId ¶ added in v1.2.10
SetOrganizationId gets a reference to the given NullableString and assigns it to the OrganizationId field.
func (*LoginFlow) SetOrganizationIdNil ¶ added in v1.2.10
func (o *LoginFlow) SetOrganizationIdNil()
SetOrganizationIdNil sets the value for OrganizationId to be an explicit nil
func (*LoginFlow) SetRefresh ¶
SetRefresh gets a reference to the given bool and assigns it to the Refresh field.
func (*LoginFlow) SetRequestUrl ¶
SetRequestUrl sets field value
func (*LoginFlow) SetRequestedAal ¶
func (o *LoginFlow) SetRequestedAal(v AuthenticatorAssuranceLevel)
SetRequestedAal gets a reference to the given AuthenticatorAssuranceLevel and assigns it to the RequestedAal field.
func (*LoginFlow) SetReturnTo ¶
SetReturnTo gets a reference to the given string and assigns it to the ReturnTo field.
func (*LoginFlow) SetSessionTokenExchangeCode ¶ added in v1.1.26
SetSessionTokenExchangeCode gets a reference to the given string and assigns it to the SessionTokenExchangeCode field.
func (*LoginFlow) SetState ¶ added in v1.2.0
func (o *LoginFlow) SetState(v interface{})
SetState sets field value
func (*LoginFlow) SetTransientPayload ¶ added in v1.8.0
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (*LoginFlow) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*LoginFlow) UnmarshalJSON ¶ added in v1.1.36
func (*LoginFlow) UnsetOrganizationId ¶ added in v1.2.10
func (o *LoginFlow) UnsetOrganizationId()
UnsetOrganizationId ensures that no value is present for OrganizationId, not even an explicit nil
type LoginFlowState ¶ added in v1.2.0
type LoginFlowState string
LoginFlowState The state represents the state of the login flow. choose_method: ask the user to choose a method (e.g. login account via email) sent_email: the email has been sent to the user passed_challenge: the request was successful and the login challenge was passed.
const ( LOGINFLOWSTATE_CHOOSE_METHOD LoginFlowState = "choose_method" LOGINFLOWSTATE_SENT_EMAIL LoginFlowState = "sent_email" LOGINFLOWSTATE_PASSED_CHALLENGE LoginFlowState = "passed_challenge" )
List of loginFlowState
func NewLoginFlowStateFromValue ¶ added in v1.2.0
func NewLoginFlowStateFromValue(v string) (*LoginFlowState, error)
NewLoginFlowStateFromValue returns a pointer to a valid LoginFlowState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (LoginFlowState) IsValid ¶ added in v1.2.0
func (v LoginFlowState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (LoginFlowState) Ptr ¶ added in v1.2.0
func (v LoginFlowState) Ptr() *LoginFlowState
Ptr returns reference to loginFlowState value
func (*LoginFlowState) UnmarshalJSON ¶ added in v1.2.0
func (v *LoginFlowState) UnmarshalJSON(src []byte) error
type LogoutFlow ¶
type LogoutFlow struct {
// LogoutToken can be used to perform logout using AJAX.
LogoutToken string `json:"logout_token"`
// LogoutURL can be opened in a browser to sign the user out. format: uri
LogoutUrl string `json:"logout_url"`
AdditionalProperties map[string]interface{}
}
LogoutFlow Logout Flow
func NewLogoutFlow ¶
func NewLogoutFlow(logoutToken string, logoutUrl string) *LogoutFlow
NewLogoutFlow instantiates a new LogoutFlow 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 NewLogoutFlowWithDefaults ¶
func NewLogoutFlowWithDefaults() *LogoutFlow
NewLogoutFlowWithDefaults instantiates a new LogoutFlow 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 (*LogoutFlow) GetLogoutToken ¶
func (o *LogoutFlow) GetLogoutToken() string
GetLogoutToken returns the LogoutToken field value
func (*LogoutFlow) GetLogoutTokenOk ¶
func (o *LogoutFlow) GetLogoutTokenOk() (*string, bool)
GetLogoutTokenOk returns a tuple with the LogoutToken field value and a boolean to check if the value has been set.
func (*LogoutFlow) GetLogoutUrl ¶
func (o *LogoutFlow) GetLogoutUrl() string
GetLogoutUrl returns the LogoutUrl field value
func (*LogoutFlow) GetLogoutUrlOk ¶
func (o *LogoutFlow) GetLogoutUrlOk() (*string, bool)
GetLogoutUrlOk returns a tuple with the LogoutUrl field value and a boolean to check if the value has been set.
func (LogoutFlow) MarshalJSON ¶
func (o LogoutFlow) MarshalJSON() ([]byte, error)
func (*LogoutFlow) SetLogoutToken ¶
func (o *LogoutFlow) SetLogoutToken(v string)
SetLogoutToken sets field value
func (*LogoutFlow) SetLogoutUrl ¶
func (o *LogoutFlow) SetLogoutUrl(v string)
SetLogoutUrl sets field value
func (LogoutFlow) ToMap ¶ added in v1.3.0
func (o LogoutFlow) ToMap() (map[string]interface{}, error)
func (*LogoutFlow) UnmarshalJSON ¶ added in v1.1.36
func (o *LogoutFlow) UnmarshalJSON(data []byte) (err error)
type ManagedIdentitySchema ¶
type ManagedIdentitySchema struct {
// The gcs file name This is a randomly generated name which is used to uniquely identify the file on the blob storage
BlobName string `json:"blob_name"`
// The publicly accessible url of the schema
BlobUrl string `json:"blob_url"`
// The Content Hash Contains a hash of the schema's content.
ContentHash *string `json:"content_hash,omitempty"`
// The Schema's Creation Date
CreatedAt time.Time `json:"created_at"`
// The schema's ID.
Id string `json:"id"`
// The schema name This is set by the user and is for them to easily recognise their schema
Name string `json:"name"`
// Last Time Schema was Updated
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
ManagedIdentitySchema Together the name and identity uuid are a unique index constraint. This prevents a user from having schemas with the same name. This also allows schemas to have the same name across the system.
func NewManagedIdentitySchema ¶
func NewManagedIdentitySchema(blobName string, blobUrl string, createdAt time.Time, id string, name string, updatedAt time.Time) *ManagedIdentitySchema
NewManagedIdentitySchema instantiates a new ManagedIdentitySchema 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 NewManagedIdentitySchemaWithDefaults ¶
func NewManagedIdentitySchemaWithDefaults() *ManagedIdentitySchema
NewManagedIdentitySchemaWithDefaults instantiates a new ManagedIdentitySchema 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 (*ManagedIdentitySchema) GetBlobName ¶
func (o *ManagedIdentitySchema) GetBlobName() string
GetBlobName returns the BlobName field value
func (*ManagedIdentitySchema) GetBlobNameOk ¶
func (o *ManagedIdentitySchema) GetBlobNameOk() (*string, bool)
GetBlobNameOk returns a tuple with the BlobName field value and a boolean to check if the value has been set.
func (*ManagedIdentitySchema) GetBlobUrl ¶
func (o *ManagedIdentitySchema) GetBlobUrl() string
GetBlobUrl returns the BlobUrl field value
func (*ManagedIdentitySchema) GetBlobUrlOk ¶
func (o *ManagedIdentitySchema) GetBlobUrlOk() (*string, bool)
GetBlobUrlOk returns a tuple with the BlobUrl field value and a boolean to check if the value has been set.
func (*ManagedIdentitySchema) GetContentHash ¶
func (o *ManagedIdentitySchema) GetContentHash() string
GetContentHash returns the ContentHash field value if set, zero value otherwise.
func (*ManagedIdentitySchema) GetContentHashOk ¶
func (o *ManagedIdentitySchema) GetContentHashOk() (*string, bool)
GetContentHashOk returns a tuple with the ContentHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedIdentitySchema) GetCreatedAt ¶
func (o *ManagedIdentitySchema) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ManagedIdentitySchema) GetCreatedAtOk ¶
func (o *ManagedIdentitySchema) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ManagedIdentitySchema) GetId ¶
func (o *ManagedIdentitySchema) GetId() string
GetId returns the Id field value
func (*ManagedIdentitySchema) GetIdOk ¶
func (o *ManagedIdentitySchema) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ManagedIdentitySchema) GetName ¶
func (o *ManagedIdentitySchema) GetName() string
GetName returns the Name field value
func (*ManagedIdentitySchema) GetNameOk ¶
func (o *ManagedIdentitySchema) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ManagedIdentitySchema) GetUpdatedAt ¶
func (o *ManagedIdentitySchema) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*ManagedIdentitySchema) GetUpdatedAtOk ¶
func (o *ManagedIdentitySchema) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*ManagedIdentitySchema) HasContentHash ¶
func (o *ManagedIdentitySchema) HasContentHash() bool
HasContentHash returns a boolean if a field has been set.
func (ManagedIdentitySchema) MarshalJSON ¶
func (o ManagedIdentitySchema) MarshalJSON() ([]byte, error)
func (*ManagedIdentitySchema) SetBlobName ¶
func (o *ManagedIdentitySchema) SetBlobName(v string)
SetBlobName sets field value
func (*ManagedIdentitySchema) SetBlobUrl ¶
func (o *ManagedIdentitySchema) SetBlobUrl(v string)
SetBlobUrl sets field value
func (*ManagedIdentitySchema) SetContentHash ¶
func (o *ManagedIdentitySchema) SetContentHash(v string)
SetContentHash gets a reference to the given string and assigns it to the ContentHash field.
func (*ManagedIdentitySchema) SetCreatedAt ¶
func (o *ManagedIdentitySchema) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ManagedIdentitySchema) SetId ¶
func (o *ManagedIdentitySchema) SetId(v string)
SetId sets field value
func (*ManagedIdentitySchema) SetName ¶
func (o *ManagedIdentitySchema) SetName(v string)
SetName sets field value
func (*ManagedIdentitySchema) SetUpdatedAt ¶
func (o *ManagedIdentitySchema) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (ManagedIdentitySchema) ToMap ¶ added in v1.3.0
func (o ManagedIdentitySchema) ToMap() (map[string]interface{}, error)
func (*ManagedIdentitySchema) UnmarshalJSON ¶ added in v1.1.36
func (o *ManagedIdentitySchema) UnmarshalJSON(data []byte) (err error)
type ManagedIdentitySchemaValidationResult ¶
type ManagedIdentitySchemaValidationResult struct {
Message *string `json:"message,omitempty"`
Valid *bool `json:"valid,omitempty"`
AdditionalProperties map[string]interface{}
}
ManagedIdentitySchemaValidationResult Ory Identity Schema Validation Result
func NewManagedIdentitySchemaValidationResult ¶
func NewManagedIdentitySchemaValidationResult() *ManagedIdentitySchemaValidationResult
NewManagedIdentitySchemaValidationResult instantiates a new ManagedIdentitySchemaValidationResult 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 NewManagedIdentitySchemaValidationResultWithDefaults ¶
func NewManagedIdentitySchemaValidationResultWithDefaults() *ManagedIdentitySchemaValidationResult
NewManagedIdentitySchemaValidationResultWithDefaults instantiates a new ManagedIdentitySchemaValidationResult 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 (*ManagedIdentitySchemaValidationResult) GetMessage ¶
func (o *ManagedIdentitySchemaValidationResult) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ManagedIdentitySchemaValidationResult) GetMessageOk ¶
func (o *ManagedIdentitySchemaValidationResult) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedIdentitySchemaValidationResult) GetValid ¶
func (o *ManagedIdentitySchemaValidationResult) GetValid() bool
GetValid returns the Valid field value if set, zero value otherwise.
func (*ManagedIdentitySchemaValidationResult) GetValidOk ¶
func (o *ManagedIdentitySchemaValidationResult) GetValidOk() (*bool, bool)
GetValidOk returns a tuple with the Valid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagedIdentitySchemaValidationResult) HasMessage ¶
func (o *ManagedIdentitySchemaValidationResult) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*ManagedIdentitySchemaValidationResult) HasValid ¶
func (o *ManagedIdentitySchemaValidationResult) HasValid() bool
HasValid returns a boolean if a field has been set.
func (ManagedIdentitySchemaValidationResult) MarshalJSON ¶
func (o ManagedIdentitySchemaValidationResult) MarshalJSON() ([]byte, error)
func (*ManagedIdentitySchemaValidationResult) SetMessage ¶
func (o *ManagedIdentitySchemaValidationResult) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*ManagedIdentitySchemaValidationResult) SetValid ¶
func (o *ManagedIdentitySchemaValidationResult) SetValid(v bool)
SetValid gets a reference to the given bool and assigns it to the Valid field.
func (ManagedIdentitySchemaValidationResult) ToMap ¶ added in v1.3.0
func (o ManagedIdentitySchemaValidationResult) ToMap() (map[string]interface{}, error)
func (*ManagedIdentitySchemaValidationResult) UnmarshalJSON ¶ added in v1.1.36
func (o *ManagedIdentitySchemaValidationResult) UnmarshalJSON(data []byte) (err error)
type MappedNullable ¶ added in v1.3.0
type MemberInvite ¶ added in v1.1.44
type MemberInvite struct {
// The Project's Revision Creation Date
CreatedAt time.Time `json:"created_at"`
// The invite's ID.
Id string `json:"id"`
// The invitee's email
InviteeEmail string `json:"invitee_email"`
InviteeId NullableString `json:"invitee_id,omitempty"`
// The invite owner's email Usually the project's owner email
OwnerEmail string `json:"owner_email"`
// The invite owner's ID Usually the project's owner
OwnerId string `json:"owner_id"`
ProjectId NullableString `json:"project_id,omitempty"`
Role NullableString `json:"role,omitempty"`
// The invite's status Keeps track of the invites status such as pending, accepted, declined, expired pending PENDING accepted ACCEPTED declined DECLINED expired EXPIRED cancelled CANCELLED removed REMOVED
Status string `json:"status"`
// Last Time Project's Revision was Updated
UpdatedAt time.Time `json:"updated_at"`
WorkspaceId NullableString `json:"workspace_id,omitempty"`
AdditionalProperties map[string]interface{}
}
MemberInvite struct for MemberInvite
func NewMemberInvite ¶ added in v1.1.44
func NewMemberInvite(createdAt time.Time, id string, inviteeEmail string, ownerEmail string, ownerId string, status string, updatedAt time.Time) *MemberInvite
NewMemberInvite instantiates a new MemberInvite 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 NewMemberInviteWithDefaults ¶ added in v1.1.44
func NewMemberInviteWithDefaults() *MemberInvite
NewMemberInviteWithDefaults instantiates a new MemberInvite 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 (*MemberInvite) GetCreatedAt ¶ added in v1.1.44
func (o *MemberInvite) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*MemberInvite) GetCreatedAtOk ¶ added in v1.1.44
func (o *MemberInvite) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*MemberInvite) GetId ¶ added in v1.1.44
func (o *MemberInvite) GetId() string
GetId returns the Id field value
func (*MemberInvite) GetIdOk ¶ added in v1.1.44
func (o *MemberInvite) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*MemberInvite) GetInviteeEmail ¶ added in v1.1.44
func (o *MemberInvite) GetInviteeEmail() string
GetInviteeEmail returns the InviteeEmail field value
func (*MemberInvite) GetInviteeEmailOk ¶ added in v1.1.44
func (o *MemberInvite) GetInviteeEmailOk() (*string, bool)
GetInviteeEmailOk returns a tuple with the InviteeEmail field value and a boolean to check if the value has been set.
func (*MemberInvite) GetInviteeId ¶ added in v1.1.44
func (o *MemberInvite) GetInviteeId() string
GetInviteeId returns the InviteeId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MemberInvite) GetInviteeIdOk ¶ added in v1.1.44
func (o *MemberInvite) GetInviteeIdOk() (*string, bool)
GetInviteeIdOk returns a tuple with the InviteeId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*MemberInvite) GetOwnerEmail ¶ added in v1.1.44
func (o *MemberInvite) GetOwnerEmail() string
GetOwnerEmail returns the OwnerEmail field value
func (*MemberInvite) GetOwnerEmailOk ¶ added in v1.1.44
func (o *MemberInvite) GetOwnerEmailOk() (*string, bool)
GetOwnerEmailOk returns a tuple with the OwnerEmail field value and a boolean to check if the value has been set.
func (*MemberInvite) GetOwnerId ¶ added in v1.1.44
func (o *MemberInvite) GetOwnerId() string
GetOwnerId returns the OwnerId field value
func (*MemberInvite) GetOwnerIdOk ¶ added in v1.1.44
func (o *MemberInvite) GetOwnerIdOk() (*string, bool)
GetOwnerIdOk returns a tuple with the OwnerId field value and a boolean to check if the value has been set.
func (*MemberInvite) GetProjectId ¶ added in v1.1.44
func (o *MemberInvite) GetProjectId() string
GetProjectId returns the ProjectId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MemberInvite) GetProjectIdOk ¶ added in v1.1.44
func (o *MemberInvite) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*MemberInvite) GetRole ¶ added in v1.14.0
func (o *MemberInvite) GetRole() string
GetRole returns the Role field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MemberInvite) GetRoleOk ¶ added in v1.14.0
func (o *MemberInvite) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*MemberInvite) GetStatus ¶ added in v1.1.44
func (o *MemberInvite) GetStatus() string
GetStatus returns the Status field value
func (*MemberInvite) GetStatusOk ¶ added in v1.1.44
func (o *MemberInvite) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*MemberInvite) GetUpdatedAt ¶ added in v1.1.44
func (o *MemberInvite) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*MemberInvite) GetUpdatedAtOk ¶ added in v1.1.44
func (o *MemberInvite) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*MemberInvite) GetWorkspaceId ¶ added in v1.4.8
func (o *MemberInvite) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MemberInvite) GetWorkspaceIdOk ¶ added in v1.4.8
func (o *MemberInvite) GetWorkspaceIdOk() (*string, bool)
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*MemberInvite) HasInviteeId ¶ added in v1.1.44
func (o *MemberInvite) HasInviteeId() bool
HasInviteeId returns a boolean if a field has been set.
func (*MemberInvite) HasProjectId ¶ added in v1.4.8
func (o *MemberInvite) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (*MemberInvite) HasRole ¶ added in v1.14.0
func (o *MemberInvite) HasRole() bool
HasRole returns a boolean if a field has been set.
func (*MemberInvite) HasWorkspaceId ¶ added in v1.4.8
func (o *MemberInvite) HasWorkspaceId() bool
HasWorkspaceId returns a boolean if a field has been set.
func (MemberInvite) MarshalJSON ¶ added in v1.1.44
func (o MemberInvite) MarshalJSON() ([]byte, error)
func (*MemberInvite) SetCreatedAt ¶ added in v1.1.44
func (o *MemberInvite) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*MemberInvite) SetId ¶ added in v1.1.44
func (o *MemberInvite) SetId(v string)
SetId sets field value
func (*MemberInvite) SetInviteeEmail ¶ added in v1.1.44
func (o *MemberInvite) SetInviteeEmail(v string)
SetInviteeEmail sets field value
func (*MemberInvite) SetInviteeId ¶ added in v1.1.44
func (o *MemberInvite) SetInviteeId(v string)
SetInviteeId gets a reference to the given NullableString and assigns it to the InviteeId field.
func (*MemberInvite) SetInviteeIdNil ¶ added in v1.1.44
func (o *MemberInvite) SetInviteeIdNil()
SetInviteeIdNil sets the value for InviteeId to be an explicit nil
func (*MemberInvite) SetOwnerEmail ¶ added in v1.1.44
func (o *MemberInvite) SetOwnerEmail(v string)
SetOwnerEmail sets field value
func (*MemberInvite) SetOwnerId ¶ added in v1.1.44
func (o *MemberInvite) SetOwnerId(v string)
SetOwnerId sets field value
func (*MemberInvite) SetProjectId ¶ added in v1.1.44
func (o *MemberInvite) SetProjectId(v string)
SetProjectId gets a reference to the given NullableString and assigns it to the ProjectId field.
func (*MemberInvite) SetProjectIdNil ¶ added in v1.4.8
func (o *MemberInvite) SetProjectIdNil()
SetProjectIdNil sets the value for ProjectId to be an explicit nil
func (*MemberInvite) SetRole ¶ added in v1.14.0
func (o *MemberInvite) SetRole(v string)
SetRole gets a reference to the given NullableString and assigns it to the Role field.
func (*MemberInvite) SetRoleNil ¶ added in v1.14.0
func (o *MemberInvite) SetRoleNil()
SetRoleNil sets the value for Role to be an explicit nil
func (*MemberInvite) SetStatus ¶ added in v1.1.44
func (o *MemberInvite) SetStatus(v string)
SetStatus sets field value
func (*MemberInvite) SetUpdatedAt ¶ added in v1.1.44
func (o *MemberInvite) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (*MemberInvite) SetWorkspaceId ¶ added in v1.4.8
func (o *MemberInvite) SetWorkspaceId(v string)
SetWorkspaceId gets a reference to the given NullableString and assigns it to the WorkspaceId field.
func (*MemberInvite) SetWorkspaceIdNil ¶ added in v1.4.8
func (o *MemberInvite) SetWorkspaceIdNil()
SetWorkspaceIdNil sets the value for WorkspaceId to be an explicit nil
func (MemberInvite) ToMap ¶ added in v1.3.0
func (o MemberInvite) ToMap() (map[string]interface{}, error)
func (*MemberInvite) UnmarshalJSON ¶ added in v1.1.44
func (o *MemberInvite) UnmarshalJSON(data []byte) (err error)
func (*MemberInvite) UnsetInviteeId ¶ added in v1.1.44
func (o *MemberInvite) UnsetInviteeId()
UnsetInviteeId ensures that no value is present for InviteeId, not even an explicit nil
func (*MemberInvite) UnsetProjectId ¶ added in v1.4.8
func (o *MemberInvite) UnsetProjectId()
UnsetProjectId ensures that no value is present for ProjectId, not even an explicit nil
func (*MemberInvite) UnsetRole ¶ added in v1.14.0
func (o *MemberInvite) UnsetRole()
UnsetRole ensures that no value is present for Role, not even an explicit nil
func (*MemberInvite) UnsetWorkspaceId ¶ added in v1.4.8
func (o *MemberInvite) UnsetWorkspaceId()
UnsetWorkspaceId ensures that no value is present for WorkspaceId, not even an explicit nil
type Message ¶
type Message struct {
Body string `json:"body"`
Channel *string `json:"channel,omitempty"`
// CreatedAt is a helper struct field for gobuffalo.pop.
CreatedAt time.Time `json:"created_at"`
// Dispatches store information about the attempts of delivering a message May contain an error if any happened, or just the `success` state.
Dispatches []MessageDispatch `json:"dispatches,omitempty"`
Id string `json:"id"`
Recipient string `json:"recipient"`
SendCount int64 `json:"send_count"`
Status CourierMessageStatus `json:"status"`
Subject string `json:"subject"`
// recovery_invalid TypeRecoveryInvalid recovery_valid TypeRecoveryValid recovery_code_invalid TypeRecoveryCodeInvalid recovery_code_valid TypeRecoveryCodeValid verification_invalid TypeVerificationInvalid verification_valid TypeVerificationValid verification_code_invalid TypeVerificationCodeInvalid verification_code_valid TypeVerificationCodeValid stub TypeTestStub login_code_valid TypeLoginCodeValid registration_code_valid TypeRegistrationCodeValid
TemplateType string `json:"template_type"`
Type CourierMessageType `json:"type"`
// UpdatedAt is a helper struct field for gobuffalo.pop.
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
Message struct for Message
func NewMessage ¶
func NewMessage(body string, createdAt time.Time, id string, recipient string, sendCount int64, status CourierMessageStatus, subject string, templateType string, type_ CourierMessageType, updatedAt time.Time) *Message
NewMessage instantiates a new Message 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 NewMessageWithDefaults ¶
func NewMessageWithDefaults() *Message
NewMessageWithDefaults instantiates a new Message 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 (*Message) GetBodyOk ¶
GetBodyOk returns a tuple with the Body field value and a boolean to check if the value has been set.
func (*Message) GetChannel ¶ added in v1.5.0
GetChannel returns the Channel field value if set, zero value otherwise.
func (*Message) GetChannelOk ¶ added in v1.5.0
GetChannelOk returns a tuple with the Channel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Message) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*Message) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Message) GetDispatches ¶ added in v1.1.1
func (o *Message) GetDispatches() []MessageDispatch
GetDispatches returns the Dispatches field value if set, zero value otherwise.
func (*Message) GetDispatchesOk ¶ added in v1.1.1
func (o *Message) GetDispatchesOk() ([]MessageDispatch, bool)
GetDispatchesOk returns a tuple with the Dispatches field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Message) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Message) GetRecipient ¶
GetRecipient returns the Recipient field value
func (*Message) GetRecipientOk ¶
GetRecipientOk returns a tuple with the Recipient field value and a boolean to check if the value has been set.
func (*Message) GetSendCount ¶
GetSendCount returns the SendCount field value
func (*Message) GetSendCountOk ¶
GetSendCountOk returns a tuple with the SendCount field value and a boolean to check if the value has been set.
func (*Message) GetStatus ¶
func (o *Message) GetStatus() CourierMessageStatus
GetStatus returns the Status field value
func (*Message) GetStatusOk ¶
func (o *Message) GetStatusOk() (*CourierMessageStatus, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*Message) GetSubject ¶
GetSubject returns the Subject field value
func (*Message) GetSubjectOk ¶
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.
func (*Message) GetTemplateType ¶
GetTemplateType returns the TemplateType field value
func (*Message) GetTemplateTypeOk ¶
GetTemplateTypeOk returns a tuple with the TemplateType field value and a boolean to check if the value has been set.
func (*Message) GetType ¶
func (o *Message) GetType() CourierMessageType
GetType returns the Type field value
func (*Message) GetTypeOk ¶
func (o *Message) GetTypeOk() (*CourierMessageType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*Message) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value
func (*Message) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*Message) HasChannel ¶ added in v1.5.0
HasChannel returns a boolean if a field has been set.
func (*Message) HasDispatches ¶ added in v1.1.1
HasDispatches returns a boolean if a field has been set.
func (Message) MarshalJSON ¶
func (*Message) SetChannel ¶ added in v1.5.0
SetChannel gets a reference to the given string and assigns it to the Channel field.
func (*Message) SetCreatedAt ¶
SetCreatedAt sets field value
func (*Message) SetDispatches ¶ added in v1.1.1
func (o *Message) SetDispatches(v []MessageDispatch)
SetDispatches gets a reference to the given []MessageDispatch and assigns it to the Dispatches field.
func (*Message) SetRecipient ¶
SetRecipient sets field value
func (*Message) SetSendCount ¶
SetSendCount sets field value
func (*Message) SetStatus ¶
func (o *Message) SetStatus(v CourierMessageStatus)
SetStatus sets field value
func (*Message) SetTemplateType ¶
SetTemplateType sets field value
func (*Message) SetUpdatedAt ¶
SetUpdatedAt sets field value
func (*Message) UnmarshalJSON ¶ added in v1.1.36
type MessageDispatch ¶ added in v1.1.1
type MessageDispatch struct {
// CreatedAt is a helper struct field for gobuffalo.pop.
CreatedAt time.Time `json:"created_at"`
Error map[string]interface{} `json:"error,omitempty"`
// The ID of this message dispatch
Id string `json:"id"`
// The ID of the message being dispatched
MessageId string `json:"message_id"`
// The status of this dispatch Either \"failed\" or \"success\" failed CourierMessageDispatchStatusFailed success CourierMessageDispatchStatusSuccess
Status string `json:"status"`
// UpdatedAt is a helper struct field for gobuffalo.pop.
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
MessageDispatch MessageDispatch represents an attempt of sending a courier message It contains the status of the attempt (failed or successful) and the error if any occured
func NewMessageDispatch ¶ added in v1.1.1
func NewMessageDispatch(createdAt time.Time, id string, messageId string, status string, updatedAt time.Time) *MessageDispatch
NewMessageDispatch instantiates a new MessageDispatch 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 NewMessageDispatchWithDefaults ¶ added in v1.1.1
func NewMessageDispatchWithDefaults() *MessageDispatch
NewMessageDispatchWithDefaults instantiates a new MessageDispatch 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 (*MessageDispatch) GetCreatedAt ¶ added in v1.1.1
func (o *MessageDispatch) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*MessageDispatch) GetCreatedAtOk ¶ added in v1.1.1
func (o *MessageDispatch) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*MessageDispatch) GetError ¶ added in v1.1.1
func (o *MessageDispatch) GetError() map[string]interface{}
GetError returns the Error field value if set, zero value otherwise.
func (*MessageDispatch) GetErrorOk ¶ added in v1.1.1
func (o *MessageDispatch) GetErrorOk() (map[string]interface{}, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MessageDispatch) GetId ¶ added in v1.1.1
func (o *MessageDispatch) GetId() string
GetId returns the Id field value
func (*MessageDispatch) GetIdOk ¶ added in v1.1.1
func (o *MessageDispatch) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*MessageDispatch) GetMessageId ¶ added in v1.1.1
func (o *MessageDispatch) GetMessageId() string
GetMessageId returns the MessageId field value
func (*MessageDispatch) GetMessageIdOk ¶ added in v1.1.1
func (o *MessageDispatch) GetMessageIdOk() (*string, bool)
GetMessageIdOk returns a tuple with the MessageId field value and a boolean to check if the value has been set.
func (*MessageDispatch) GetStatus ¶ added in v1.1.1
func (o *MessageDispatch) GetStatus() string
GetStatus returns the Status field value
func (*MessageDispatch) GetStatusOk ¶ added in v1.1.1
func (o *MessageDispatch) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*MessageDispatch) GetUpdatedAt ¶ added in v1.1.1
func (o *MessageDispatch) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*MessageDispatch) GetUpdatedAtOk ¶ added in v1.1.1
func (o *MessageDispatch) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*MessageDispatch) HasError ¶ added in v1.1.1
func (o *MessageDispatch) HasError() bool
HasError returns a boolean if a field has been set.
func (MessageDispatch) MarshalJSON ¶ added in v1.1.1
func (o MessageDispatch) MarshalJSON() ([]byte, error)
func (*MessageDispatch) SetCreatedAt ¶ added in v1.1.1
func (o *MessageDispatch) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*MessageDispatch) SetError ¶ added in v1.1.1
func (o *MessageDispatch) SetError(v map[string]interface{})
SetError gets a reference to the given map[string]interface{} and assigns it to the Error field.
func (*MessageDispatch) SetId ¶ added in v1.1.1
func (o *MessageDispatch) SetId(v string)
SetId sets field value
func (*MessageDispatch) SetMessageId ¶ added in v1.1.1
func (o *MessageDispatch) SetMessageId(v string)
SetMessageId sets field value
func (*MessageDispatch) SetStatus ¶ added in v1.1.1
func (o *MessageDispatch) SetStatus(v string)
SetStatus sets field value
func (*MessageDispatch) SetUpdatedAt ¶ added in v1.1.1
func (o *MessageDispatch) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (MessageDispatch) ToMap ¶ added in v1.3.0
func (o MessageDispatch) ToMap() (map[string]interface{}, error)
func (*MessageDispatch) UnmarshalJSON ¶ added in v1.1.36
func (o *MessageDispatch) UnmarshalJSON(data []byte) (err error)
type MetadataAPI ¶ added in v1.3.0
type MetadataAPI interface {
/*
GetVersion Return Running Software Version.
This endpoint returns the version of Ory Kratos.
If the service supports TLS Edge Termination, this endpoint does not require the
`X-Forwarded-Proto` header to be set.
Be aware that if you are running multiple nodes of this service, the version will never
refer to the cluster state, only to a single instance.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return MetadataAPIGetVersionRequest
*/
GetVersion(ctx context.Context) MetadataAPIGetVersionRequest
// GetVersionExecute executes the request
// @return GetVersion200Response
GetVersionExecute(r MetadataAPIGetVersionRequest) (*GetVersion200Response, *http.Response, error)
}
type MetadataAPIGetVersionRequest ¶ added in v1.3.0
type MetadataAPIGetVersionRequest struct {
ApiService MetadataAPI
// contains filtered or unexported fields
}
func (MetadataAPIGetVersionRequest) Execute ¶ added in v1.3.0
func (r MetadataAPIGetVersionRequest) Execute() (*GetVersion200Response, *http.Response, error)
type MetadataAPIService ¶ added in v1.3.0
type MetadataAPIService service
MetadataAPIService MetadataAPI service
func (*MetadataAPIService) GetVersion ¶ added in v1.3.0
func (a *MetadataAPIService) GetVersion(ctx context.Context) MetadataAPIGetVersionRequest
GetVersion Return Running Software Version.
This endpoint returns the version of Ory Kratos.
If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set.
Be aware that if you are running multiple nodes of this service, the version will never refer to the cluster state, only to a single instance.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return MetadataAPIGetVersionRequest
func (*MetadataAPIService) GetVersionExecute ¶ added in v1.3.0
func (a *MetadataAPIService) GetVersionExecute(r MetadataAPIGetVersionRequest) (*GetVersion200Response, *http.Response, error)
Execute executes the request
@return GetVersion200Response
type MetricsDatapoint ¶ added in v1.1.34
type MetricsDatapoint struct {
// The count of events that occured in this time
Count int64 `json:"count"`
// The time of the bucket
Time time.Time `json:"time"`
AdditionalProperties map[string]interface{}
}
MetricsDatapoint Represents a single datapoint/bucket of a time series
func NewMetricsDatapoint ¶ added in v1.1.34
func NewMetricsDatapoint(count int64, time time.Time) *MetricsDatapoint
NewMetricsDatapoint instantiates a new MetricsDatapoint 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 NewMetricsDatapointWithDefaults ¶ added in v1.1.34
func NewMetricsDatapointWithDefaults() *MetricsDatapoint
NewMetricsDatapointWithDefaults instantiates a new MetricsDatapoint 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 (*MetricsDatapoint) GetCount ¶ added in v1.1.34
func (o *MetricsDatapoint) GetCount() int64
GetCount returns the Count field value
func (*MetricsDatapoint) GetCountOk ¶ added in v1.1.34
func (o *MetricsDatapoint) GetCountOk() (*int64, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*MetricsDatapoint) GetTime ¶ added in v1.1.34
func (o *MetricsDatapoint) GetTime() time.Time
GetTime returns the Time field value
func (*MetricsDatapoint) GetTimeOk ¶ added in v1.1.34
func (o *MetricsDatapoint) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value and a boolean to check if the value has been set.
func (MetricsDatapoint) MarshalJSON ¶ added in v1.1.34
func (o MetricsDatapoint) MarshalJSON() ([]byte, error)
func (*MetricsDatapoint) SetCount ¶ added in v1.1.34
func (o *MetricsDatapoint) SetCount(v int64)
SetCount sets field value
func (*MetricsDatapoint) SetTime ¶ added in v1.1.34
func (o *MetricsDatapoint) SetTime(v time.Time)
SetTime sets field value
func (MetricsDatapoint) ToMap ¶ added in v1.3.0
func (o MetricsDatapoint) ToMap() (map[string]interface{}, error)
func (*MetricsDatapoint) UnmarshalJSON ¶ added in v1.1.36
func (o *MetricsDatapoint) UnmarshalJSON(data []byte) (err error)
type Money ¶ added in v1.11.10
type Money struct {
Cents *int64 `json:"Cents,omitempty"`
String *string `json:"String,omitempty"`
Unit *string `json:"Unit,omitempty"`
AdditionalProperties map[string]interface{}
}
Money struct for Money
func NewMoney ¶ added in v1.11.10
func NewMoney() *Money
NewMoney instantiates a new Money 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 NewMoneyWithDefaults ¶ added in v1.11.10
func NewMoneyWithDefaults() *Money
NewMoneyWithDefaults instantiates a new Money 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 (*Money) GetCents ¶ added in v1.11.10
GetCents returns the Cents field value if set, zero value otherwise.
func (*Money) GetCentsOk ¶ added in v1.11.10
GetCentsOk returns a tuple with the Cents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Money) GetString ¶ added in v1.11.10
GetString returns the String field value if set, zero value otherwise.
func (*Money) GetStringOk ¶ added in v1.11.10
GetStringOk returns a tuple with the String field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Money) GetUnit ¶ added in v1.11.10
GetUnit returns the Unit field value if set, zero value otherwise.
func (*Money) GetUnitOk ¶ added in v1.11.10
GetUnitOk returns a tuple with the Unit field value if set, nil otherwise and a boolean to check if the value has been set.
func (Money) MarshalJSON ¶ added in v1.11.10
func (*Money) SetCents ¶ added in v1.11.10
SetCents gets a reference to the given int64 and assigns it to the Cents field.
func (*Money) SetString ¶ added in v1.11.10
SetString gets a reference to the given string and assigns it to the String field.
func (*Money) SetUnit ¶ added in v1.11.10
SetUnit gets a reference to the given string and assigns it to the Unit field.
func (*Money) UnmarshalJSON ¶ added in v1.11.10
type Namespace ¶
type Namespace struct {
// Name of the namespace.
Name *string `json:"name,omitempty"`
AdditionalProperties map[string]interface{}
}
Namespace struct for Namespace
func NewNamespace ¶
func NewNamespace() *Namespace
NewNamespace instantiates a new Namespace 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 NewNamespaceWithDefaults ¶
func NewNamespaceWithDefaults() *Namespace
NewNamespaceWithDefaults instantiates a new Namespace 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 (*Namespace) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (Namespace) MarshalJSON ¶
func (*Namespace) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Namespace) UnmarshalJSON ¶ added in v1.1.36
type NeedsPrivilegedSessionError ¶
type NeedsPrivilegedSessionError struct {
Error *GenericError `json:"error,omitempty"`
// Points to where to redirect the user to next.
RedirectBrowserTo string `json:"redirect_browser_to"`
AdditionalProperties map[string]interface{}
}
NeedsPrivilegedSessionError struct for NeedsPrivilegedSessionError
func NewNeedsPrivilegedSessionError ¶
func NewNeedsPrivilegedSessionError(redirectBrowserTo string) *NeedsPrivilegedSessionError
NewNeedsPrivilegedSessionError instantiates a new NeedsPrivilegedSessionError 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 NewNeedsPrivilegedSessionErrorWithDefaults ¶
func NewNeedsPrivilegedSessionErrorWithDefaults() *NeedsPrivilegedSessionError
NewNeedsPrivilegedSessionErrorWithDefaults instantiates a new NeedsPrivilegedSessionError 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 (*NeedsPrivilegedSessionError) GetError ¶ added in v1.1.26
func (o *NeedsPrivilegedSessionError) GetError() GenericError
GetError returns the Error field value if set, zero value otherwise.
func (*NeedsPrivilegedSessionError) GetErrorOk ¶ added in v1.1.26
func (o *NeedsPrivilegedSessionError) GetErrorOk() (*GenericError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NeedsPrivilegedSessionError) GetRedirectBrowserTo ¶
func (o *NeedsPrivilegedSessionError) GetRedirectBrowserTo() string
GetRedirectBrowserTo returns the RedirectBrowserTo field value
func (*NeedsPrivilegedSessionError) GetRedirectBrowserToOk ¶
func (o *NeedsPrivilegedSessionError) GetRedirectBrowserToOk() (*string, bool)
GetRedirectBrowserToOk returns a tuple with the RedirectBrowserTo field value and a boolean to check if the value has been set.
func (*NeedsPrivilegedSessionError) HasError ¶ added in v1.1.26
func (o *NeedsPrivilegedSessionError) HasError() bool
HasError returns a boolean if a field has been set.
func (NeedsPrivilegedSessionError) MarshalJSON ¶
func (o NeedsPrivilegedSessionError) MarshalJSON() ([]byte, error)
func (*NeedsPrivilegedSessionError) SetError ¶ added in v1.1.26
func (o *NeedsPrivilegedSessionError) SetError(v GenericError)
SetError gets a reference to the given GenericError and assigns it to the Error field.
func (*NeedsPrivilegedSessionError) SetRedirectBrowserTo ¶
func (o *NeedsPrivilegedSessionError) SetRedirectBrowserTo(v string)
SetRedirectBrowserTo sets field value
func (NeedsPrivilegedSessionError) ToMap ¶ added in v1.3.0
func (o NeedsPrivilegedSessionError) ToMap() (map[string]interface{}, error)
func (*NeedsPrivilegedSessionError) UnmarshalJSON ¶ added in v1.1.36
func (o *NeedsPrivilegedSessionError) UnmarshalJSON(data []byte) (err error)
type NormalizedProject ¶
type NormalizedProject struct {
// The Project's Creation Date
CreatedAt time.Time `json:"created_at"`
CurrentRevision NormalizedProjectRevision `json:"current_revision"`
// The environment of the project. prod Production stage Staging dev Development
Environment string `json:"environment"`
// The project's data home region. eu-central EUCentral us-east USEast us-west USWest us US global Global
HomeRegion string `json:"home_region"`
Hosts []string `json:"hosts"`
// The project's ID.
Id string `json:"id"`
// The project's slug
Slug string `json:"slug"`
// The state of the project. running Running halted Halted deleted Deleted
State string `json:"state"`
SubscriptionId NullableString `json:"subscription_id,omitempty"`
SubscriptionPlan NullableString `json:"subscription_plan,omitempty"`
// Last Time Project was Updated
UpdatedAt time.Time `json:"updated_at"`
Workspace *Workspace `json:"workspace,omitempty"`
WorkspaceId NullableString `json:"workspace_id"`
AdditionalProperties map[string]interface{}
}
NormalizedProject struct for NormalizedProject
func NewNormalizedProject ¶
func NewNormalizedProject(createdAt time.Time, currentRevision NormalizedProjectRevision, environment string, homeRegion string, hosts []string, id string, slug string, state string, updatedAt time.Time, workspaceId NullableString) *NormalizedProject
NewNormalizedProject instantiates a new NormalizedProject 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 NewNormalizedProjectWithDefaults ¶
func NewNormalizedProjectWithDefaults() *NormalizedProject
NewNormalizedProjectWithDefaults instantiates a new NormalizedProject 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 (*NormalizedProject) GetCreatedAt ¶
func (o *NormalizedProject) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*NormalizedProject) GetCreatedAtOk ¶
func (o *NormalizedProject) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*NormalizedProject) GetCurrentRevision ¶
func (o *NormalizedProject) GetCurrentRevision() NormalizedProjectRevision
GetCurrentRevision returns the CurrentRevision field value
func (*NormalizedProject) GetCurrentRevisionOk ¶
func (o *NormalizedProject) GetCurrentRevisionOk() (*NormalizedProjectRevision, bool)
GetCurrentRevisionOk returns a tuple with the CurrentRevision field value and a boolean to check if the value has been set.
func (*NormalizedProject) GetEnvironment ¶ added in v1.4.1
func (o *NormalizedProject) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*NormalizedProject) GetEnvironmentOk ¶ added in v1.4.1
func (o *NormalizedProject) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*NormalizedProject) GetHomeRegion ¶ added in v1.11.11
func (o *NormalizedProject) GetHomeRegion() string
GetHomeRegion returns the HomeRegion field value
func (*NormalizedProject) GetHomeRegionOk ¶ added in v1.11.11
func (o *NormalizedProject) GetHomeRegionOk() (*string, bool)
GetHomeRegionOk returns a tuple with the HomeRegion field value and a boolean to check if the value has been set.
func (*NormalizedProject) GetHosts ¶
func (o *NormalizedProject) GetHosts() []string
GetHosts returns the Hosts field value
func (*NormalizedProject) GetHostsOk ¶
func (o *NormalizedProject) GetHostsOk() ([]string, bool)
GetHostsOk returns a tuple with the Hosts field value and a boolean to check if the value has been set.
func (*NormalizedProject) GetId ¶
func (o *NormalizedProject) GetId() string
GetId returns the Id field value
func (*NormalizedProject) GetIdOk ¶
func (o *NormalizedProject) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*NormalizedProject) GetSlug ¶
func (o *NormalizedProject) GetSlug() string
GetSlug returns the Slug field value
func (*NormalizedProject) GetSlugOk ¶
func (o *NormalizedProject) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.
func (*NormalizedProject) GetState ¶
func (o *NormalizedProject) GetState() string
GetState returns the State field value
func (*NormalizedProject) GetStateOk ¶
func (o *NormalizedProject) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*NormalizedProject) GetSubscriptionId ¶
func (o *NormalizedProject) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*NormalizedProject) GetSubscriptionIdOk ¶
func (o *NormalizedProject) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*NormalizedProject) GetSubscriptionPlan ¶ added in v1.1.41
func (o *NormalizedProject) GetSubscriptionPlan() string
GetSubscriptionPlan returns the SubscriptionPlan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*NormalizedProject) GetSubscriptionPlanOk ¶ added in v1.1.41
func (o *NormalizedProject) GetSubscriptionPlanOk() (*string, bool)
GetSubscriptionPlanOk returns a tuple with the SubscriptionPlan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*NormalizedProject) GetUpdatedAt ¶
func (o *NormalizedProject) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*NormalizedProject) GetUpdatedAtOk ¶
func (o *NormalizedProject) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*NormalizedProject) GetWorkspace ¶ added in v1.11.6
func (o *NormalizedProject) GetWorkspace() Workspace
GetWorkspace returns the Workspace field value if set, zero value otherwise.
func (*NormalizedProject) GetWorkspaceId ¶ added in v1.4.4
func (o *NormalizedProject) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field value If the value is explicit nil, the zero value for string will be returned
func (*NormalizedProject) GetWorkspaceIdOk ¶ added in v1.4.4
func (o *NormalizedProject) GetWorkspaceIdOk() (*string, bool)
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*NormalizedProject) GetWorkspaceOk ¶ added in v1.11.6
func (o *NormalizedProject) GetWorkspaceOk() (*Workspace, bool)
GetWorkspaceOk returns a tuple with the Workspace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProject) HasSubscriptionId ¶
func (o *NormalizedProject) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (*NormalizedProject) HasSubscriptionPlan ¶ added in v1.1.41
func (o *NormalizedProject) HasSubscriptionPlan() bool
HasSubscriptionPlan returns a boolean if a field has been set.
func (*NormalizedProject) HasWorkspace ¶ added in v1.11.6
func (o *NormalizedProject) HasWorkspace() bool
HasWorkspace returns a boolean if a field has been set.
func (NormalizedProject) MarshalJSON ¶
func (o NormalizedProject) MarshalJSON() ([]byte, error)
func (*NormalizedProject) SetCreatedAt ¶
func (o *NormalizedProject) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*NormalizedProject) SetCurrentRevision ¶
func (o *NormalizedProject) SetCurrentRevision(v NormalizedProjectRevision)
SetCurrentRevision sets field value
func (*NormalizedProject) SetEnvironment ¶ added in v1.4.1
func (o *NormalizedProject) SetEnvironment(v string)
SetEnvironment sets field value
func (*NormalizedProject) SetHomeRegion ¶ added in v1.11.11
func (o *NormalizedProject) SetHomeRegion(v string)
SetHomeRegion sets field value
func (*NormalizedProject) SetHosts ¶
func (o *NormalizedProject) SetHosts(v []string)
SetHosts sets field value
func (*NormalizedProject) SetId ¶
func (o *NormalizedProject) SetId(v string)
SetId sets field value
func (*NormalizedProject) SetSlug ¶
func (o *NormalizedProject) SetSlug(v string)
SetSlug sets field value
func (*NormalizedProject) SetState ¶
func (o *NormalizedProject) SetState(v string)
SetState sets field value
func (*NormalizedProject) SetSubscriptionId ¶
func (o *NormalizedProject) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given NullableString and assigns it to the SubscriptionId field.
func (*NormalizedProject) SetSubscriptionIdNil ¶
func (o *NormalizedProject) SetSubscriptionIdNil()
SetSubscriptionIdNil sets the value for SubscriptionId to be an explicit nil
func (*NormalizedProject) SetSubscriptionPlan ¶ added in v1.1.41
func (o *NormalizedProject) SetSubscriptionPlan(v string)
SetSubscriptionPlan gets a reference to the given NullableString and assigns it to the SubscriptionPlan field.
func (*NormalizedProject) SetSubscriptionPlanNil ¶ added in v1.1.41
func (o *NormalizedProject) SetSubscriptionPlanNil()
SetSubscriptionPlanNil sets the value for SubscriptionPlan to be an explicit nil
func (*NormalizedProject) SetUpdatedAt ¶
func (o *NormalizedProject) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (*NormalizedProject) SetWorkspace ¶ added in v1.11.6
func (o *NormalizedProject) SetWorkspace(v Workspace)
SetWorkspace gets a reference to the given Workspace and assigns it to the Workspace field.
func (*NormalizedProject) SetWorkspaceId ¶ added in v1.4.4
func (o *NormalizedProject) SetWorkspaceId(v string)
SetWorkspaceId sets field value
func (NormalizedProject) ToMap ¶ added in v1.3.0
func (o NormalizedProject) ToMap() (map[string]interface{}, error)
func (*NormalizedProject) UnmarshalJSON ¶ added in v1.1.36
func (o *NormalizedProject) UnmarshalJSON(data []byte) (err error)
func (*NormalizedProject) UnsetSubscriptionId ¶
func (o *NormalizedProject) UnsetSubscriptionId()
UnsetSubscriptionId ensures that no value is present for SubscriptionId, not even an explicit nil
func (*NormalizedProject) UnsetSubscriptionPlan ¶ added in v1.1.41
func (o *NormalizedProject) UnsetSubscriptionPlan()
UnsetSubscriptionPlan ensures that no value is present for SubscriptionPlan, not even an explicit nil
type NormalizedProjectRevision ¶
type NormalizedProjectRevision struct {
// The Project's Revision Creation Date
CreatedAt *time.Time `json:"created_at,omitempty"`
// Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`.
DisableAccountExperienceWelcomeScreen *bool `json:"disable_account_experience_welcome_screen,omitempty"`
// Whether the new account experience is enabled and reachable.
EnableAxV2 *bool `json:"enable_ax_v2,omitempty"`
HydraOauth2AllowedTopLevelClaims []string `json:"hydra_oauth2_allowed_top_level_claims,omitempty"`
// Automatically grant authorized OAuth2 Scope in OAuth2 Client Credentials Flow. Each OAuth2 Client is allowed to request a predefined OAuth2 Scope (for example `read write`). If this option is enabled, the full scope is automatically granted when performing the OAuth2 Client Credentials flow. If disabled, the OAuth2 Client has to request the scope in the OAuth2 request by providing the `scope` query parameter. Setting this option to true is common if you need compatibility with MITREid. This governs the \"oauth2.client_credentials.default_grant_allowed_scope\" setting.
HydraOauth2ClientCredentialsDefaultGrantAllowedScope *bool `json:"hydra_oauth2_client_credentials_default_grant_allowed_scope,omitempty"`
// Set to true if you want to exclude claim `nbf (not before)` part of access token. This governs the \"oauth2.exclude_not_before_claim\" setting.
HydraOauth2ExcludeNotBeforeClaim *bool `json:"hydra_oauth2_exclude_not_before_claim,omitempty"`
// Configures if the issued at (`iat`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523). If set to `false`, the `iat` claim is required. Set this value to `true` only after careful consideration. This governs the \"oauth2.grant.jwt.iat_optional\" setting.
HydraOauth2GrantJwtIatOptional *bool `json:"hydra_oauth2_grant_jwt_iat_optional,omitempty"`
// Configures if the JSON Web Token ID (`jti`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523). If set to `false`, the `jti` claim is required. Set this value to `true` only after careful consideration. This governs the \"oauth2.grant.jwt.jti_optional\" setting.
HydraOauth2GrantJwtJtiOptional *bool `json:"hydra_oauth2_grant_jwt_jti_optional,omitempty"`
// Configures what the maximum age of a JWT assertion used in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523) can be. This feature uses the `exp` claim and `iat` claim to calculate assertion age. Assertions exceeding the max age will be denied. Useful as a safety measure and recommended to keep below 720h. This governs the \"oauth2.grant.jwt.max_ttl\" setting.
HydraOauth2GrantJwtMaxTtl *string `json:"hydra_oauth2_grant_jwt_max_ttl,omitempty"`
// Set to false if you don't want to mirror custom claims under 'ext'. This governs the \"oauth2.mirror_top_level_claims\" setting.
HydraOauth2MirrorTopLevelClaims *bool `json:"hydra_oauth2_mirror_top_level_claims,omitempty"`
// Configures whether PKCE should be enforced for all OAuth2 Clients. This governs the \"oauth2.pkce.enforced\" setting.
HydraOauth2PkceEnforced *bool `json:"hydra_oauth2_pkce_enforced,omitempty"`
// Configures whether PKCE should be enforced for OAuth2 Clients without a client secret (public clients). This governs the \"oauth2.pkce.enforced_for_public_clients\" setting.
HydraOauth2PkceEnforcedForPublicClients *bool `json:"hydra_oauth2_pkce_enforced_for_public_clients,omitempty"`
// Sets the Refresh Token Hook Endpoint. If set this endpoint will be called during the OAuth2 Token Refresh grant update the OAuth2 Access Token claims. This governs the \"oauth2.refresh_token_hook\" setting.
HydraOauth2RefreshTokenHook *string `json:"hydra_oauth2_refresh_token_hook,omitempty"`
// Sets the token hook endpoint for all grant types. If set it will be called while providing token to customize claims. This governs the \"oauth2.token_hook.url\" setting.
HydraOauth2TokenHook *string `json:"hydra_oauth2_token_hook,omitempty"`
HydraOidcDynamicClientRegistrationDefaultScope []string `json:"hydra_oidc_dynamic_client_registration_default_scope,omitempty"`
// Configures OpenID Connect Dynamic Client Registration. This governs the \"oidc.dynamic_client_registration.enabled\" setting.
HydraOidcDynamicClientRegistrationEnabled *bool `json:"hydra_oidc_dynamic_client_registration_enabled,omitempty"`
// Configures OpenID Connect Discovery and overwrites the pairwise algorithm This governs the \"oidc.subject_identifiers.pairwise_salt\" setting.
HydraOidcSubjectIdentifiersPairwiseSalt *string `json:"hydra_oidc_subject_identifiers_pairwise_salt,omitempty"`
HydraOidcSubjectIdentifiersSupportedTypes []string `json:"hydra_oidc_subject_identifiers_supported_types,omitempty"`
HydraSecretsCookie []string `json:"hydra_secrets_cookie,omitempty"`
HydraSecretsSystem []string `json:"hydra_secrets_system,omitempty"`
// Configures the Ory Hydra Cookie Same Site Legacy Workaround This governs the \"serve.cookies.same_site_legacy_workaround\" setting.
HydraServeCookiesSameSiteLegacyWorkaround *bool `json:"hydra_serve_cookies_same_site_legacy_workaround,omitempty"`
// Configures the Ory Hydra Cookie Same Site Mode This governs the \"serve.cookies.same_site_mode\" setting.
HydraServeCookiesSameSiteMode *string `json:"hydra_serve_cookies_same_site_mode,omitempty"`
// Defines access token type This governs the \"strategies.access_token\" setting. opaque Oauth2AccessTokenStrategyOpaque jwt Oauth2AccessTokenStrategyJwt
HydraStrategiesAccessToken *string `json:"hydra_strategies_access_token,omitempty"`
// Define the claim to use as the scope in the access token. This governs the \"strategies.jwt.scope_claim\" setting: list: The scope claim is an array of strings named `scope`: `{ \"scope\": [\"read\", \"write\"] }` string: The scope claim is a space delimited list of strings named `scp`: `{ \"scp\": \"read write\" }` both: The scope claim is both a space delimited list and an array of strings named `scope` and `scp`: `{ \"scope\": [\"read\", \"write\"], \"scp\": \"read write\" }` list OAuth2JWTScopeClaimList string OAuth2JWTScopeClaimString both OAuth2JWTScopeClaimBoth
HydraStrategiesJwtScopeClaim *string `json:"hydra_strategies_jwt_scope_claim,omitempty"`
// Defines how scopes are matched. For more details have a look at https://github.com/ory/fosite#scopes This governs the \"strategies.scope\" setting. exact Oauth2ScopeStrategyExact wildcard Oauth2ScopeStrategyWildcard
HydraStrategiesScope *string `json:"hydra_strategies_scope,omitempty"`
// This governs the \"ttl.access_token\" setting.
HydraTtlAccessToken *string `json:"hydra_ttl_access_token,omitempty"`
// Configures how long refresh tokens are valid. Set to -1 for refresh tokens to never expire. This is not recommended! This governs the \"ttl.auth_code\" setting.
HydraTtlAuthCode *string `json:"hydra_ttl_auth_code,omitempty"`
// This governs the \"ttl.id_token\" setting.
HydraTtlIdToken *string `json:"hydra_ttl_id_token,omitempty"`
// Configures how long a user login and consent flow may take. This governs the \"ttl.login_consent_request\" setting.
HydraTtlLoginConsentRequest *string `json:"hydra_ttl_login_consent_request,omitempty"`
// Configures how long refresh tokens are valid. Set to -1 for refresh tokens to never expire. This is not recommended! This governs the \"ttl.refresh_token\" setting.
HydraTtlRefreshToken *string `json:"hydra_ttl_refresh_token,omitempty"`
// Sets the OAuth2 Consent Endpoint URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.consent\" setting.
HydraUrlsConsent *string `json:"hydra_urls_consent,omitempty"`
// Sets the OAuth2 Error URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.error\" setting.
HydraUrlsError *string `json:"hydra_urls_error,omitempty"`
// Sets the OAuth2 Login Endpoint URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.login\" setting.
HydraUrlsLogin *string `json:"hydra_urls_login,omitempty"`
// Sets the logout endpoint. Defaults to the Ory Account Experience if left empty. This governs the \"urls.logout\" setting.
HydraUrlsLogout *string `json:"hydra_urls_logout,omitempty"`
// When an OAuth2-related user agent requests to log out, they will be redirected to this url afterwards per default. Defaults to the Ory Account Experience in development and your application in production mode when a custom domain is connected. This governs the \"urls.post_logout_redirect\" setting.
HydraUrlsPostLogoutRedirect *string `json:"hydra_urls_post_logout_redirect,omitempty"`
// Sets the OAuth2 Registration Endpoint URL of the OAuth2 User Login & Consent flow. Defaults to the Ory Account Experience if left empty. This governs the \"urls.registration\" setting.
HydraUrlsRegistration *string `json:"hydra_urls_registration,omitempty"`
// This value will be used as the issuer in access and ID tokens. It must be specified and using HTTPS protocol, unless the development mode is enabled. On the Ory Network it will be very rare that you want to modify this value. If left empty, it will default to the correct value for the Ory Network. This governs the \"urls.self.issuer\" setting.
HydraUrlsSelfIssuer *string `json:"hydra_urls_self_issuer,omitempty"`
HydraWebfingerJwksBroadcastKeys []string `json:"hydra_webfinger_jwks_broadcast_keys,omitempty"`
// Configures OpenID Connect Discovery and overwrites the OAuth2 Authorization URL. This governs the \"webfinger.oidc.discovery.auth_url\" setting.
HydraWebfingerOidcDiscoveryAuthUrl *string `json:"hydra_webfinger_oidc_discovery_auth_url,omitempty"`
// Configures OpenID Connect Discovery and overwrites the OpenID Connect Dynamic Client Registration Endpoint. This governs the \"webfinger.oidc.discovery.client_registration_url\" setting.
HydraWebfingerOidcDiscoveryClientRegistrationUrl *string `json:"hydra_webfinger_oidc_discovery_client_registration_url,omitempty"`
// Configures OpenID Connect Discovery and overwrites the JWKS URL. This governs the \"webfinger.oidc.discovery.jwks_url\" setting.
HydraWebfingerOidcDiscoveryJwksUrl *string `json:"hydra_webfinger_oidc_discovery_jwks_url,omitempty"`
HydraWebfingerOidcDiscoverySupportedClaims []string `json:"hydra_webfinger_oidc_discovery_supported_claims,omitempty"`
HydraWebfingerOidcDiscoverySupportedScope []string `json:"hydra_webfinger_oidc_discovery_supported_scope,omitempty"`
// Configures OpenID Connect Discovery and overwrites the OAuth2 Token URL. This governs the \"webfinger.oidc.discovery.token_url\" setting.
HydraWebfingerOidcDiscoveryTokenUrl *string `json:"hydra_webfinger_oidc_discovery_token_url,omitempty"`
// Configures OpenID Connect Discovery and overwrites userinfo endpoint to be advertised at the OpenID Connect Discovery endpoint /.well-known/openid-configuration. Defaults to Ory Hydra's userinfo endpoint at /userinfo. Set this value if you want to handle this endpoint yourself. This governs the \"webfinger.oidc.discovery.userinfo_url\" setting.
HydraWebfingerOidcDiscoveryUserinfoUrl *string `json:"hydra_webfinger_oidc_discovery_userinfo_url,omitempty"`
// The revision ID.
Id *string `json:"id,omitempty"`
// The Revisions' Keto Namespace Configuration The string is a URL pointing to an OPL file with the configuration.
KetoNamespaceConfiguration *string `json:"keto_namespace_configuration,omitempty"`
KetoNamespaces []KetoNamespace `json:"keto_namespaces,omitempty"`
// Configures the Ory Kratos Cookie SameSite Attribute This governs the \"cookies.same_site\" setting.
KratosCookiesSameSite *string `json:"kratos_cookies_same_site,omitempty"`
KratosCourierChannels []NormalizedProjectRevisionCourierChannel `json:"kratos_courier_channels,omitempty"`
// The delivery strategy to use when sending emails `smtp`: Use SMTP server `http`: Use the built in HTTP client to send the email to some remote service
KratosCourierDeliveryStrategy *string `json:"kratos_courier_delivery_strategy,omitempty"`
// The location of the API key to use in the HTTP email sending service's authentication `header`: Send the key value pair as a header `cookie`: Send the key value pair as a cookie This governs the \"courier.http.auth.config.in\" setting
KratosCourierHttpRequestConfigAuthApiKeyIn *string `json:"kratos_courier_http_request_config_auth_api_key_in,omitempty"`
// The name of the API key to use in the HTTP email sending service's authentication This governs the \"courier.http.auth.config.name\" setting
KratosCourierHttpRequestConfigAuthApiKeyName *string `json:"kratos_courier_http_request_config_auth_api_key_name,omitempty"`
// The value of the API key to use in the HTTP email sending service's authentication This governs the \"courier.http.auth.config.value\" setting
KratosCourierHttpRequestConfigAuthApiKeyValue *string `json:"kratos_courier_http_request_config_auth_api_key_value,omitempty"`
// The password to use for basic auth in the HTTP email sending service's authentication This governs the \"courier.http.auth.config.password\" setting
KratosCourierHttpRequestConfigAuthBasicAuthPassword *string `json:"kratos_courier_http_request_config_auth_basic_auth_password,omitempty"`
// The user to use for basic auth in the HTTP email sending service's authentication This governs the \"courier.http.auth.config.user\" setting
KratosCourierHttpRequestConfigAuthBasicAuthUser *string `json:"kratos_courier_http_request_config_auth_basic_auth_user,omitempty"`
// The authentication type to use while contacting the remote HTTP email sending service `basic_auth`: Use Basic Authentication `api_key`: Use API Key Authentication in a header or cookie
KratosCourierHttpRequestConfigAuthType *string `json:"kratos_courier_http_request_config_auth_type,omitempty"`
// The Jsonnet template to generate the body to send to the remote HTTP email sending service Should be valid Jsonnet and base64 encoded This governs the \"courier.http.body\" setting
KratosCourierHttpRequestConfigBody *string `json:"kratos_courier_http_request_config_body,omitempty"`
// NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-
KratosCourierHttpRequestConfigHeaders map[string]interface{} `json:"kratos_courier_http_request_config_headers,omitempty"`
// The http METHOD to use when calling the remote HTTP email sending service
KratosCourierHttpRequestConfigMethod *string `json:"kratos_courier_http_request_config_method,omitempty"`
// The URL of the remote HTTP email sending service This governs the \"courier.http.url\" setting
KratosCourierHttpRequestConfigUrl *string `json:"kratos_courier_http_request_config_url,omitempty"`
// Configures the Ory Kratos SMTP Connection URI This governs the \"courier.smtp.connection_uri\" setting.
KratosCourierSmtpConnectionUri *string `json:"kratos_courier_smtp_connection_uri,omitempty"`
// Configures the Ory Kratos SMTP From Address This governs the \"courier.smtp.from_address\" setting.
KratosCourierSmtpFromAddress *string `json:"kratos_courier_smtp_from_address,omitempty"`
// Configures the Ory Kratos SMTP From Name This governs the \"courier.smtp.from_name\" setting.
KratosCourierSmtpFromName *string `json:"kratos_courier_smtp_from_name,omitempty"`
// NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-
KratosCourierSmtpHeaders map[string]interface{} `json:"kratos_courier_smtp_headers,omitempty"`
// Configures the local_name to use in SMTP connections This governs the \"courier.smtp.local_name\" setting.
KratosCourierSmtpLocalName *string `json:"kratos_courier_smtp_local_name,omitempty"`
// Configures the Ory Kratos Valid Login via Code Email Body HTML Template This governs the \"courier.smtp.templates.login_code.valid.email.body.html\" setting.
KratosCourierTemplatesLoginCodeValidEmailBodyHtml *string `json:"kratos_courier_templates_login_code_valid_email_body_html,omitempty"`
// Configures the Ory Kratos Valid Login via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.login_code.valid.email.body.plaintext\" setting.
KratosCourierTemplatesLoginCodeValidEmailBodyPlaintext *string `json:"kratos_courier_templates_login_code_valid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Valid Login via Code Email Subject Template This governs the \"courier.smtp.templates.login_code.valid.email.subject\" setting.
KratosCourierTemplatesLoginCodeValidEmailSubject *string `json:"kratos_courier_templates_login_code_valid_email_subject,omitempty"`
// Configures the Ory Kratos Valid Login via Code SMS plain text body This governs the \"courier.smtp.templates.login_code.valid.sms.plaintext\" setting.
KratosCourierTemplatesLoginCodeValidSmsBodyPlaintext *string `json:"kratos_courier_templates_login_code_valid_sms_body_plaintext,omitempty"`
// Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template This governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.
KratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml *string `json:"kratos_courier_templates_recovery_code_invalid_email_body_html,omitempty"`
// Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery_code.invalid.email.body.plaintext\" setting.
KratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext *string `json:"kratos_courier_templates_recovery_code_invalid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Invalid Recovery via Code Email Subject Template This governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.
KratosCourierTemplatesRecoveryCodeInvalidEmailSubject *string `json:"kratos_courier_templates_recovery_code_invalid_email_subject,omitempty"`
// Configures the Ory Kratos Valid Recovery via Code Email Body HTML Template This governs the \"courier.smtp.templates.recovery_code.valid.email.body.html\" setting.
KratosCourierTemplatesRecoveryCodeValidEmailBodyHtml *string `json:"kratos_courier_templates_recovery_code_valid_email_body_html,omitempty"`
// Configures the Ory Kratos Valid Recovery via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery_code.valid.email.body.plaintext\" setting.
KratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext *string `json:"kratos_courier_templates_recovery_code_valid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Valid Recovery via Code Email Subject Template This governs the \"courier.smtp.templates.recovery_code.valid.email.subject\" setting.
KratosCourierTemplatesRecoveryCodeValidEmailSubject *string `json:"kratos_courier_templates_recovery_code_valid_email_subject,omitempty"`
// Configures the Ory Kratos Invalid Recovery Email Body HTML Template This governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.
KratosCourierTemplatesRecoveryInvalidEmailBodyHtml *string `json:"kratos_courier_templates_recovery_invalid_email_body_html,omitempty"`
// Configures the Ory Kratos Invalid Recovery Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery.invalid.email.body.plaintext\" setting.
KratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext *string `json:"kratos_courier_templates_recovery_invalid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Invalid Recovery Email Subject Template This governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.
KratosCourierTemplatesRecoveryInvalidEmailSubject *string `json:"kratos_courier_templates_recovery_invalid_email_subject,omitempty"`
// Configures the Ory Kratos Valid Recovery Email Body HTML Template This governs the \"courier.smtp.templates.recovery.valid.email.body.html\" setting.
KratosCourierTemplatesRecoveryValidEmailBodyHtml *string `json:"kratos_courier_templates_recovery_valid_email_body_html,omitempty"`
// Configures the Ory Kratos Valid Recovery Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery.valid.email.body.plaintext\" setting.
KratosCourierTemplatesRecoveryValidEmailBodyPlaintext *string `json:"kratos_courier_templates_recovery_valid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Valid Recovery Email Subject Template This governs the \"courier.smtp.templates.recovery.valid.email.subject\" setting.
KratosCourierTemplatesRecoveryValidEmailSubject *string `json:"kratos_courier_templates_recovery_valid_email_subject,omitempty"`
// Configures the Ory Kratos Valid Registration via Code Email Body HTML Template This governs the \"courier.smtp.templates.registration_code.valid.email.body.html\" setting.
KratosCourierTemplatesRegistrationCodeValidEmailBodyHtml *string `json:"kratos_courier_templates_registration_code_valid_email_body_html,omitempty"`
// Configures the Ory Kratos Valid Registration via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.registration_code.valid.email.body.plaintext\" setting.
KratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext *string `json:"kratos_courier_templates_registration_code_valid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Valid Registration via Code Email Subject Template This governs the \"courier.smtp.templates.registration_code.valid.email.subject\" setting.
KratosCourierTemplatesRegistrationCodeValidEmailSubject *string `json:"kratos_courier_templates_registration_code_valid_email_subject,omitempty"`
// Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template This governs the \"courier.smtp.templates.verification_code.invalid.email.body.html\" setting.
KratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml *string `json:"kratos_courier_templates_verification_code_invalid_email_body_html,omitempty"`
// Configures the Ory Kratos Invalid Verification via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.verification_code.invalid.email.body.plaintext\" setting.
KratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext *string `json:"kratos_courier_templates_verification_code_invalid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Invalid Verification via Code Email Subject Template This governs the \"courier.smtp.templates.verification_code.invalid.email.subject\" setting.
KratosCourierTemplatesVerificationCodeInvalidEmailSubject *string `json:"kratos_courier_templates_verification_code_invalid_email_subject,omitempty"`
// Configures the Ory Kratos Valid Verification via Code Email Body HTML Template This governs the \"courier.smtp.templates.verification_code.valid.email.body.html\" setting.
KratosCourierTemplatesVerificationCodeValidEmailBodyHtml *string `json:"kratos_courier_templates_verification_code_valid_email_body_html,omitempty"`
// Configures the Ory Kratos Valid Verification via Code Email Body Plaintext Template This governs the \"courier.smtp.templates.verification_code.valid.email.body.plaintext\" setting.
KratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext *string `json:"kratos_courier_templates_verification_code_valid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Valid Verification via Code Email Subject Template This governs the \"courier.smtp.templates.verification_code.valid.email.subject\" setting.
KratosCourierTemplatesVerificationCodeValidEmailSubject *string `json:"kratos_courier_templates_verification_code_valid_email_subject,omitempty"`
// Configures the Ory Kratos Valid Verification via Code SMS Body Plaintext This governs the \"courier.smtp.templates.verification_code.valid.sms.body.plaintext\" setting.
KratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext *string `json:"kratos_courier_templates_verification_code_valid_sms_body_plaintext,omitempty"`
// Configures the Ory Kratos Invalid Verification Email Body HTML Template This governs the \"courier.smtp.templates.verification.invalid.email.body.html\" setting.
KratosCourierTemplatesVerificationInvalidEmailBodyHtml *string `json:"kratos_courier_templates_verification_invalid_email_body_html,omitempty"`
// Configures the Ory Kratos Invalid Verification Email Body Plaintext Template This governs the \"courier.smtp.templates.verification.invalid.email.body.plaintext\" setting.
KratosCourierTemplatesVerificationInvalidEmailBodyPlaintext *string `json:"kratos_courier_templates_verification_invalid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Invalid Verification Email Subject Template This governs the \"courier.smtp.templates.verification.invalid.email.subject\" setting.
KratosCourierTemplatesVerificationInvalidEmailSubject *string `json:"kratos_courier_templates_verification_invalid_email_subject,omitempty"`
// Configures the Ory Kratos Valid Verification Email Body HTML Template This governs the \"courier.smtp.templates.verification.valid.email.body.html\" setting.
KratosCourierTemplatesVerificationValidEmailBodyHtml *string `json:"kratos_courier_templates_verification_valid_email_body_html,omitempty"`
// Configures the Ory Kratos Valid Verification Email Body Plaintext Template This governs the \"courier.smtp.templates.verification.valid.email.body.plaintext\" setting.
KratosCourierTemplatesVerificationValidEmailBodyPlaintext *string `json:"kratos_courier_templates_verification_valid_email_body_plaintext,omitempty"`
// Configures the Ory Kratos Valid Verification Email Subject Template This governs the \"courier.smtp.templates.verification.valid.email.subject\" setting.
KratosCourierTemplatesVerificationValidEmailSubject *string `json:"kratos_courier_templates_verification_valid_email_subject,omitempty"`
// Configures the Ory Kratos Session caching feature flag This governs the \"feature_flags.cacheable_sessions\" setting.
KratosFeatureFlagsCacheableSessions *bool `json:"kratos_feature_flags_cacheable_sessions,omitempty"`
// Configures the Ory Kratos Session caching max-age feature flag This governs the \"feature_flags.cacheable_sessions_max_age\" setting.
KratosFeatureFlagsCacheableSessionsMaxAge *string `json:"kratos_feature_flags_cacheable_sessions_max_age,omitempty"`
// Configures the Ory Kratos Faster Session Extend setting If enabled allows faster session extension by skipping the session lookup and returning 201 instead of 200. Disabling this feature will be deprecated in the future. This governs the \"feature_flags.faster_session_extend\" setting.
KratosFeatureFlagsFasterSessionExtend *bool `json:"kratos_feature_flags_faster_session_extend,omitempty"`
// Configures the Ory Kratos Session use_continue_with_transitions flag This governs the \"feature_flags.use_continue_with_transitions\" setting.
KratosFeatureFlagsUseContinueWithTransitions *bool `json:"kratos_feature_flags_use_continue_with_transitions,omitempty"`
KratosIdentitySchemas []NormalizedProjectRevisionIdentitySchema `json:"kratos_identity_schemas,omitempty"`
// NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-
KratosOauth2ProviderHeaders map[string]interface{} `json:"kratos_oauth2_provider_headers,omitempty"`
// Kratos OAuth2 Provider Override Return To Enabling this allows Kratos to set the return_to parameter automatically to the OAuth2 request URL on the login flow, allowing complex flows such as recovery to continue to the initial OAuth2 flow.
KratosOauth2ProviderOverrideReturnTo *bool `json:"kratos_oauth2_provider_override_return_to,omitempty"`
// The Revisions' OAuth2 Provider Integration URL This governs the \"oauth2_provider.url\" setting.
KratosOauth2ProviderUrl *string `json:"kratos_oauth2_provider_url,omitempty"`
// Configures the default read consistency level for identity APIs This governs the `preview.default_read_consistency_level` setting. The read consistency level determines the consistency guarantee for reads: strong (slow): The read is guaranteed to return the most recent data committed at the start of the read. eventual (very fast): The result will return data that is about 4.8 seconds old. Setting the default consistency level to `eventual` may cause regressions in the future as we add consistency controls to more APIs. Currently, the following APIs will be affected by this setting: `GET /admin/identities` Defaults to \"strong\" for new and existing projects. This feature is in preview. Use with caution.
KratosPreviewDefaultReadConsistencyLevel *string `json:"kratos_preview_default_read_consistency_level,omitempty"`
KratosSecretsCipher []string `json:"kratos_secrets_cipher,omitempty"`
KratosSecretsCookie []string `json:"kratos_secrets_cookie,omitempty"`
KratosSecretsDefault []string `json:"kratos_secrets_default,omitempty"`
KratosSelfserviceAllowedReturnUrls []string `json:"kratos_selfservice_allowed_return_urls,omitempty"`
// Configures the Ory Kratos Default Return URL This governs the \"selfservice.allowed_return_urls\" setting.
KratosSelfserviceDefaultBrowserReturnUrl *string `json:"kratos_selfservice_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Error UI URL This governs the \"selfservice.flows.error.ui_url\" setting.
KratosSelfserviceFlowsErrorUiUrl *string `json:"kratos_selfservice_flows_error_ui_url,omitempty"`
// Configures the Ory Kratos Login After Password Default Return URL This governs the \"selfservice.flows.code.after.password.default_browser_return_url\" setting.
KratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_login_after_code_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Login Default Return URL This governs the \"selfservice.flows.login.after.default_browser_return_url\" setting.
KratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_login_after_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Login After Password Default Return URL This governs the \"selfservice.flows.lookup_secret.after.password.default_browser_return_url\" setting.
KratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Login After OIDC Default Return URL This governs the \"selfservice.flows.login.after.oidc.default_browser_return_url\" setting.
KratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_login_after_oidc_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Login After Passkey Default Return URL This governs the \"selfservice.flows.login.after.passkey.default_browser_return_url\" setting.
KratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_login_after_passkey_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Login After Password Default Return URL This governs the \"selfservice.flows.login.after.password.default_browser_return_url\" setting.
KratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_login_after_password_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Login After Password Default Return URL This governs the \"selfservice.flows.totp.after.password.default_browser_return_url\" setting.
KratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_login_after_totp_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Login After WebAuthn Default Return URL This governs the \"selfservice.flows.login.after.webauthn.default_browser_return_url\" setting.
KratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_login_after_webauthn_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Login Lifespan This governs the \"selfservice.flows.login.lifespan\" setting.
KratosSelfserviceFlowsLoginLifespan *string `json:"kratos_selfservice_flows_login_lifespan,omitempty"`
// Configures the Ory Kratos Login UI URL This governs the \"selfservice.flows.login.ui_url\" setting.
KratosSelfserviceFlowsLoginUiUrl *string `json:"kratos_selfservice_flows_login_ui_url,omitempty"`
// Configures the Ory Kratos Logout Default Return URL This governs the \"selfservice.flows.logout.after.default_browser_return_url\" setting.
KratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_logout_after_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Recovery Default Return URL This governs the \"selfservice.flows.recovery.after.default_browser_return_url\" setting.
KratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_recovery_after_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Recovery Enabled Setting This governs the \"selfservice.flows.recovery.enabled\" setting.
KratosSelfserviceFlowsRecoveryEnabled *bool `json:"kratos_selfservice_flows_recovery_enabled,omitempty"`
// Configures the Ory Kratos Recovery Lifespan This governs the \"selfservice.flows.recovery.lifespan\" setting.
KratosSelfserviceFlowsRecoveryLifespan *string `json:"kratos_selfservice_flows_recovery_lifespan,omitempty"`
// Configures whether to notify unknown recipients of a Ory Kratos recovery flow This governs the \"selfservice.flows.recovery.notify_unknown_recipients\" setting.
KratosSelfserviceFlowsRecoveryNotifyUnknownRecipients *bool `json:"kratos_selfservice_flows_recovery_notify_unknown_recipients,omitempty"`
// Configures the Ory Kratos Recovery UI URL This governs the \"selfservice.flows.recovery.ui_url\" setting.
KratosSelfserviceFlowsRecoveryUiUrl *string `json:"kratos_selfservice_flows_recovery_ui_url,omitempty"`
// Configures the Ory Kratos Recovery strategy to use (\"link\" or \"code\") This governs the \"selfservice.flows.recovery.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode
KratosSelfserviceFlowsRecoveryUse *string `json:"kratos_selfservice_flows_recovery_use,omitempty"`
// Configures the Ory Kratos Registration After Code Default Return URL This governs the \"selfservice.flows.registration.after.code.default_browser_return_url\" setting.
KratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_registration_after_code_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Registration Default Return URL This governs the \"selfservice.flows.registration.after.default_browser_return_url\" setting.
KratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_registration_after_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Registration After OIDC Default Return URL This governs the \"selfservice.flows.registration.after.oidc.default_browser_return_url\" setting.
KratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_registration_after_oidc_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Registration After Passkey Default Return URL This governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.
KratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_registration_after_passkey_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Registration After Password Default Return URL This governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.
KratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_registration_after_password_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Registration After Webauthn Default Return URL This governs the \"selfservice.flows.registration.after.webauthn.default_browser_return_url\" setting.
KratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url,omitempty"`
// Disable two-step registration Two-step registration is a significantly improved sign up flow and recommended when using more than one sign up methods. To revert to one-step registration, set this to `true`. This governs the \"selfservice.flows.registration.enable_legacy_one_step\" setting.
KratosSelfserviceFlowsRegistrationEnableLegacyOneStep *bool `json:"kratos_selfservice_flows_registration_enable_legacy_one_step,omitempty"`
// Configures the Whether Ory Kratos Registration is Enabled This governs the \"selfservice.flows.registration.enabled\" setting.0
KratosSelfserviceFlowsRegistrationEnabled *bool `json:"kratos_selfservice_flows_registration_enabled,omitempty"`
// Configures the Ory Kratos Registration Lifespan This governs the \"selfservice.flows.registration.lifespan\" setting.
KratosSelfserviceFlowsRegistrationLifespan *string `json:"kratos_selfservice_flows_registration_lifespan,omitempty"`
// Configures the Ory Kratos Registration Login Hints Shows helpful information when a user tries to sign up with a duplicate account. This governs the \"selfservice.flows.registration.login_hints\" setting.
KratosSelfserviceFlowsRegistrationLoginHints *bool `json:"kratos_selfservice_flows_registration_login_hints,omitempty"`
// Configures the Ory Kratos Registration UI URL This governs the \"selfservice.flows.registration.ui_url\" setting.
KratosSelfserviceFlowsRegistrationUiUrl *string `json:"kratos_selfservice_flows_registration_ui_url,omitempty"`
// Configures the Ory Kratos Settings Default Return URL This governs the \"selfservice.flows.settings.after.default_browser_return_url\" setting.
KratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_settings_after_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Settings Default Return URL After Updating Lookup Secrets This governs the \"selfservice.flows.settings.after.lookup_secret.default_browser_return_url\" setting.
KratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Settings Default Return URL After Updating Social Sign In This governs the \"selfservice.flows.settings.after.oidc.default_browser_return_url\" setting.
KratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_settings_after_oidc_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Settings Default Return URL After Updating Passkey This governs the \"selfservice.flows.settings.after.passkey.default_browser_return_url\" setting.
KratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_settings_after_passkey_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Settings Default Return URL After Updating Passwords This governs the \"selfservice.flows.settings.after.password.default_browser_return_url\" setting.
KratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_settings_after_password_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Settings Default Return URL After Updating Profiles This governs the \"selfservice.flows.settings.after.profile.default_browser_return_url\" setting.
KratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_settings_after_profile_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Settings Default Return URL After Updating TOTP This governs the \"selfservice.flows.settings.after.totp.default_browser_return_url\" setting.
KratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_settings_after_totp_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Settings Default Return URL After Updating WebAuthn This governs the \"selfservice.flows.settings.after.webauthn.default_browser_return_url\" setting.
KratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Settings Lifespan This governs the \"selfservice.flows.settings.lifespan\" setting.
KratosSelfserviceFlowsSettingsLifespan *string `json:"kratos_selfservice_flows_settings_lifespan,omitempty"`
// Configures the Ory Kratos Settings Privileged Session Max Age This governs the \"selfservice.flows.settings.privileged_session_max_age\" setting.
KratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge *string `json:"kratos_selfservice_flows_settings_privileged_session_max_age,omitempty"`
// Configures the Ory Kratos Settings Required AAL This governs the \"selfservice.flows.settings.required_aal\" setting.
KratosSelfserviceFlowsSettingsRequiredAal *string `json:"kratos_selfservice_flows_settings_required_aal,omitempty"`
// Configures the Ory Kratos Settings UI URL This governs the \"selfservice.flows.settings.ui_url\" setting.
KratosSelfserviceFlowsSettingsUiUrl *string `json:"kratos_selfservice_flows_settings_ui_url,omitempty"`
// Configures the Ory Kratos Verification Default Return URL This governs the \"selfservice.flows.verification.after.default_browser_return_url\" setting.
KratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl *string `json:"kratos_selfservice_flows_verification_after_default_browser_return_url,omitempty"`
// Configures the Ory Kratos Verification Enabled Setting This governs the \"selfservice.flows.verification.enabled\" setting.
KratosSelfserviceFlowsVerificationEnabled *bool `json:"kratos_selfservice_flows_verification_enabled,omitempty"`
// Configures the Ory Kratos Verification Lifespan This governs the \"selfservice.flows.verification.lifespan\" setting.
KratosSelfserviceFlowsVerificationLifespan *string `json:"kratos_selfservice_flows_verification_lifespan,omitempty"`
// Configures whether to notify unknown recipients of a Ory Kratos verification flow This governs the \"selfservice.flows.verification.notify_unknown_recipients\" setting.
KratosSelfserviceFlowsVerificationNotifyUnknownRecipients *bool `json:"kratos_selfservice_flows_verification_notify_unknown_recipients,omitempty"`
// Configures the Ory Kratos Verification UI URL This governs the \"selfservice.flows.verification.ui_url\" setting.
KratosSelfserviceFlowsVerificationUiUrl *string `json:"kratos_selfservice_flows_verification_ui_url,omitempty"`
// Configures the Ory Kratos Strategy to use for Verification This governs the \"selfservice.flows.verification.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode
KratosSelfserviceFlowsVerificationUse *string `json:"kratos_selfservice_flows_verification_use,omitempty"`
// Configures the Ory Kratos Code Method's lifespan This governs the \"selfservice.methods.code.config.lifespan\" setting.
KratosSelfserviceMethodsCodeConfigLifespan *string `json:"kratos_selfservice_methods_code_config_lifespan,omitempty"`
// Configures whether Ory Kratos Code Method is enabled This governs the \"selfservice.methods.code.enabled\" setting.
KratosSelfserviceMethodsCodeEnabled *bool `json:"kratos_selfservice_methods_code_enabled,omitempty"`
// Configures whether the code method can be used to fulfil MFA flows This governs the \"selfservice.methods.code.mfa_enabled\" setting.
KratosSelfserviceMethodsCodeMfaEnabled *bool `json:"kratos_selfservice_methods_code_mfa_enabled,omitempty"`
// Configures whether Ory Kratos Passwordless should use the Code Method This governs the \"selfservice.methods.code.passwordless_enabled\" setting.
KratosSelfserviceMethodsCodePasswordlessEnabled *bool `json:"kratos_selfservice_methods_code_passwordless_enabled,omitempty"`
// This setting allows the code method to always login a user with code if they have registered with another authentication method such as password or social sign in. This governs the \"selfservice.methods.code.passwordless_login_fallback_enabled\" setting.
KratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled *bool `json:"kratos_selfservice_methods_code_passwordless_login_fallback_enabled,omitempty"`
// Configures the Base URL which Recovery, Verification, and Login Links Point to It is recommended to leave this value empty. It will be appropriately configured to the best matching domain (e.g. when using custom domains) automatically. This governs the \"selfservice.methods.link.config.base_url\" setting.
KratosSelfserviceMethodsLinkConfigBaseUrl *string `json:"kratos_selfservice_methods_link_config_base_url,omitempty"`
// Configures the Ory Kratos Link Method's lifespan This governs the \"selfservice.methods.link.config.lifespan\" setting.
KratosSelfserviceMethodsLinkConfigLifespan *string `json:"kratos_selfservice_methods_link_config_lifespan,omitempty"`
// Configures whether Ory Kratos Link Method is enabled This governs the \"selfservice.methods.link.enabled\" setting.
KratosSelfserviceMethodsLinkEnabled *bool `json:"kratos_selfservice_methods_link_enabled,omitempty"`
// Configures whether Ory Kratos TOTP Lookup Secret is enabled This governs the \"selfservice.methods.lookup_secret.enabled\" setting.
KratosSelfserviceMethodsLookupSecretEnabled *bool `json:"kratos_selfservice_methods_lookup_secret_enabled,omitempty"`
// Configures the Ory Kratos Third Party / OpenID Connect base redirect URI This governs the \"selfservice.methods.oidc.config.base_redirect_uri\" setting.
KratosSelfserviceMethodsOidcConfigBaseRedirectUri *string `json:"kratos_selfservice_methods_oidc_config_base_redirect_uri,omitempty"`
KratosSelfserviceMethodsOidcConfigProviders []NormalizedProjectRevisionThirdPartyProvider `json:"kratos_selfservice_methods_oidc_config_providers,omitempty"`
// Configures whether Ory Kratos Third Party / OpenID Connect Login is enabled This governs the \"selfservice.methods.oidc.enabled\" setting.
KratosSelfserviceMethodsOidcEnabled *bool `json:"kratos_selfservice_methods_oidc_enabled,omitempty"`
// Configures the Ory Kratos Passkey RP Display Name This governs the \"selfservice.methods.passkey.config.rp.display_name\" setting.
KratosSelfserviceMethodsPasskeyConfigRpDisplayName *string `json:"kratos_selfservice_methods_passkey_config_rp_display_name,omitempty"`
// Configures the Ory Kratos Passkey RP ID This governs the \"selfservice.methods.passkey.config.rp.id\" setting.
KratosSelfserviceMethodsPasskeyConfigRpId *string `json:"kratos_selfservice_methods_passkey_config_rp_id,omitempty"`
KratosSelfserviceMethodsPasskeyConfigRpOrigins []string `json:"kratos_selfservice_methods_passkey_config_rp_origins,omitempty"`
// Configures whether Ory Kratos Passkey authentication is enabled This governs the \"selfservice.methods.passkey.enabled\" setting.
KratosSelfserviceMethodsPasskeyEnabled *bool `json:"kratos_selfservice_methods_passkey_enabled,omitempty"`
// Configures whether Ory Kratos Password HIBP Checks is enabled This governs the \"selfservice.methods.password.config.haveibeenpwned_enabled\" setting.
KratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled *bool `json:"kratos_selfservice_methods_password_config_haveibeenpwned_enabled,omitempty"`
// Configures whether Ory Kratos Password should disable the similarity policy. This governs the \"selfservice.methods.password.config.identifier_similarity_check_enabled\" setting.
KratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled *bool `json:"kratos_selfservice_methods_password_config_identifier_similarity_check_enabled,omitempty"`
// Configures whether Ory Kratos Password Should ignore HIBPWND Network Errors This governs the \"selfservice.methods.password.config.ignore_network_errors\" setting.
KratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors *bool `json:"kratos_selfservice_methods_password_config_ignore_network_errors,omitempty"`
// Configures Ory Kratos Password Max Breaches Detection This governs the \"selfservice.methods.password.config.max_breaches\" setting.
KratosSelfserviceMethodsPasswordConfigMaxBreaches *int64 `json:"kratos_selfservice_methods_password_config_max_breaches,omitempty"`
// Configures the minimum length of passwords. This governs the \"selfservice.methods.password.config.min_password_length\" setting.
KratosSelfserviceMethodsPasswordConfigMinPasswordLength *int64 `json:"kratos_selfservice_methods_password_config_min_password_length,omitempty"`
// Configures whether Ory Kratos Password Method is enabled This governs the \"selfservice.methods.password.enabled\" setting.
KratosSelfserviceMethodsPasswordEnabled *bool `json:"kratos_selfservice_methods_password_enabled,omitempty"`
// Configures whether Ory Kratos Profile Method is enabled This governs the \"selfservice.methods.profile.enabled\" setting.
KratosSelfserviceMethodsProfileEnabled *bool `json:"kratos_selfservice_methods_profile_enabled,omitempty"`
// Configures Ory Kratos TOTP Issuer This governs the \"selfservice.methods.totp.config.issuer\" setting.
KratosSelfserviceMethodsTotpConfigIssuer *string `json:"kratos_selfservice_methods_totp_config_issuer,omitempty"`
// Configures whether Ory Kratos TOTP Method is enabled This governs the \"selfservice.methods.totp.enabled\" setting.
KratosSelfserviceMethodsTotpEnabled *bool `json:"kratos_selfservice_methods_totp_enabled,omitempty"`
// Configures whether Ory Kratos Webauthn is used for passwordless flows This governs the \"selfservice.methods.webauthn.config.passwordless\" setting.
KratosSelfserviceMethodsWebauthnConfigPasswordless *bool `json:"kratos_selfservice_methods_webauthn_config_passwordless,omitempty"`
// Configures the Ory Kratos Webauthn RP Display Name This governs the \"selfservice.methods.webauthn.config.rp.display_name\" setting.
KratosSelfserviceMethodsWebauthnConfigRpDisplayName *string `json:"kratos_selfservice_methods_webauthn_config_rp_display_name,omitempty"`
// Configures the Ory Kratos Webauthn RP Icon This governs the \"selfservice.methods.webauthn.config.rp.icon\" setting. Deprecated: This value will be ignored due to security considerations.
KratosSelfserviceMethodsWebauthnConfigRpIcon *string `json:"kratos_selfservice_methods_webauthn_config_rp_icon,omitempty"`
// Configures the Ory Kratos Webauthn RP ID This governs the \"selfservice.methods.webauthn.config.rp.id\" setting.
KratosSelfserviceMethodsWebauthnConfigRpId *string `json:"kratos_selfservice_methods_webauthn_config_rp_id,omitempty"`
KratosSelfserviceMethodsWebauthnConfigRpOrigins []string `json:"kratos_selfservice_methods_webauthn_config_rp_origins,omitempty"`
// Configures whether Ory Kratos Webauthn is enabled This governs the \"selfservice.methods.webauthn.enabled\" setting.
KratosSelfserviceMethodsWebauthnEnabled *bool `json:"kratos_selfservice_methods_webauthn_enabled,omitempty"`
// Configures the Ory Kratos Session Cookie Persistent Attribute This governs the \"session.cookie.persistent\" setting.
KratosSessionCookiePersistent *bool `json:"kratos_session_cookie_persistent,omitempty"`
// Configures the Ory Kratos Session Cookie SameSite Attribute This governs the \"session.cookie.same_site\" setting.
KratosSessionCookieSameSite *string `json:"kratos_session_cookie_same_site,omitempty"`
// Configures the Ory Kratos Session Lifespan This governs the \"session.lifespan\" setting.
KratosSessionLifespan *string `json:"kratos_session_lifespan,omitempty"`
// Configures the Ory Kratos Session Whoami AAL requirement This governs the \"session.whoami.required_aal\" setting.
KratosSessionWhoamiRequiredAal *string `json:"kratos_session_whoami_required_aal,omitempty"`
KratosSessionWhoamiTokenizerTemplates []NormalizedProjectRevisionTokenizerTemplate `json:"kratos_session_whoami_tokenizer_templates,omitempty"`
// The project's name.
Name string `json:"name"`
// The Revision's Project ID
ProjectId *string `json:"project_id,omitempty"`
ProjectRevisionHooks []NormalizedProjectRevisionHook `json:"project_revision_hooks,omitempty"`
ServeAdminCorsAllowedOrigins []string `json:"serve_admin_cors_allowed_origins,omitempty"`
// Enable CORS headers on all admin APIs This governs the \"serve.admin.cors.enabled\" setting.
ServeAdminCorsEnabled *bool `json:"serve_admin_cors_enabled,omitempty"`
ServePublicCorsAllowedOrigins []string `json:"serve_public_cors_allowed_origins,omitempty"`
// Enable CORS headers on all public APIs This governs the \"serve.public.cors.enabled\" setting.
ServePublicCorsEnabled *bool `json:"serve_public_cors_enabled,omitempty"`
// Whether the project should employ strict security measures. Setting this to true is recommended for going into production.
StrictSecurity *bool `json:"strict_security,omitempty"`
// Last Time Project's Revision was Updated
UpdatedAt *time.Time `json:"updated_at,omitempty"`
AdditionalProperties map[string]interface{}
}
NormalizedProjectRevision struct for NormalizedProjectRevision
func NewNormalizedProjectRevision ¶
func NewNormalizedProjectRevision(name string) *NormalizedProjectRevision
NewNormalizedProjectRevision instantiates a new NormalizedProjectRevision 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 NewNormalizedProjectRevisionWithDefaults ¶
func NewNormalizedProjectRevisionWithDefaults() *NormalizedProjectRevision
NewNormalizedProjectRevisionWithDefaults instantiates a new NormalizedProjectRevision 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 (*NormalizedProjectRevision) GetCreatedAt ¶
func (o *NormalizedProjectRevision) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetCreatedAtOk ¶
func (o *NormalizedProjectRevision) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetDisableAccountExperienceWelcomeScreen ¶ added in v1.1.44
func (o *NormalizedProjectRevision) GetDisableAccountExperienceWelcomeScreen() bool
GetDisableAccountExperienceWelcomeScreen returns the DisableAccountExperienceWelcomeScreen field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetDisableAccountExperienceWelcomeScreenOk ¶ added in v1.1.44
func (o *NormalizedProjectRevision) GetDisableAccountExperienceWelcomeScreenOk() (*bool, bool)
GetDisableAccountExperienceWelcomeScreenOk returns a tuple with the DisableAccountExperienceWelcomeScreen field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetEnableAxV2 ¶ added in v1.8.0
func (o *NormalizedProjectRevision) GetEnableAxV2() bool
GetEnableAxV2 returns the EnableAxV2 field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetEnableAxV2Ok ¶ added in v1.8.0
func (o *NormalizedProjectRevision) GetEnableAxV2Ok() (*bool, bool)
GetEnableAxV2Ok returns a tuple with the EnableAxV2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraOauth2AllowedTopLevelClaims ¶ added in v1.1.10
func (o *NormalizedProjectRevision) GetHydraOauth2AllowedTopLevelClaims() []string
GetHydraOauth2AllowedTopLevelClaims returns the HydraOauth2AllowedTopLevelClaims field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraOauth2AllowedTopLevelClaimsOk ¶ added in v1.1.10
func (o *NormalizedProjectRevision) GetHydraOauth2AllowedTopLevelClaimsOk() ([]string, bool)
GetHydraOauth2AllowedTopLevelClaimsOk returns a tuple with the HydraOauth2AllowedTopLevelClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraOauth2ClientCredentialsDefaultGrantAllowedScope ¶
func (o *NormalizedProjectRevision) GetHydraOauth2ClientCredentialsDefaultGrantAllowedScope() bool
GetHydraOauth2ClientCredentialsDefaultGrantAllowedScope returns the HydraOauth2ClientCredentialsDefaultGrantAllowedScope field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraOauth2ClientCredentialsDefaultGrantAllowedScopeOk ¶
func (o *NormalizedProjectRevision) GetHydraOauth2ClientCredentialsDefaultGrantAllowedScopeOk() (*bool, bool)
GetHydraOauth2ClientCredentialsDefaultGrantAllowedScopeOk returns a tuple with the HydraOauth2ClientCredentialsDefaultGrantAllowedScope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraOauth2ExcludeNotBeforeClaim ¶ added in v1.1.10
func (o *NormalizedProjectRevision) GetHydraOauth2ExcludeNotBeforeClaim() bool
GetHydraOauth2ExcludeNotBeforeClaim returns the HydraOauth2ExcludeNotBeforeClaim field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraOauth2ExcludeNotBeforeClaimOk ¶ added in v1.1.10
func (o *NormalizedProjectRevision) GetHydraOauth2ExcludeNotBeforeClaimOk() (*bool, bool)
GetHydraOauth2ExcludeNotBeforeClaimOk returns a tuple with the HydraOauth2ExcludeNotBeforeClaim field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraOauth2GrantJwtIatOptional ¶
func (o *NormalizedProjectRevision) GetHydraOauth2GrantJwtIatOptional() bool
GetHydraOauth2GrantJwtIatOptional returns the HydraOauth2GrantJwtIatOptional field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraOauth2GrantJwtIatOptionalOk ¶
func (o *NormalizedProjectRevision) GetHydraOauth2GrantJwtIatOptionalOk() (*bool, bool)
GetHydraOauth2GrantJwtIatOptionalOk returns a tuple with the HydraOauth2GrantJwtIatOptional field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraOauth2GrantJwtJtiOptional ¶
func (o *NormalizedProjectRevision) GetHydraOauth2GrantJwtJtiOptional() bool
GetHydraOauth2GrantJwtJtiOptional returns the HydraOauth2GrantJwtJtiOptional field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraOauth2GrantJwtJtiOptionalOk ¶
func (o *NormalizedProjectRevision) GetHydraOauth2GrantJwtJtiOptionalOk() (*bool, bool)
GetHydraOauth2GrantJwtJtiOptionalOk returns a tuple with the HydraOauth2GrantJwtJtiOptional field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraOauth2GrantJwtMaxTtl ¶
func (o *NormalizedProjectRevision) GetHydraOauth2GrantJwtMaxTtl() string
GetHydraOauth2GrantJwtMaxTtl returns the HydraOauth2GrantJwtMaxTtl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraOauth2GrantJwtMaxTtlOk ¶
func (o *NormalizedProjectRevision) GetHydraOauth2GrantJwtMaxTtlOk() (*string, bool)
GetHydraOauth2GrantJwtMaxTtlOk returns a tuple with the HydraOauth2GrantJwtMaxTtl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraOauth2MirrorTopLevelClaims ¶ added in v1.6.2
func (o *NormalizedProjectRevision) GetHydraOauth2MirrorTopLevelClaims() bool
GetHydraOauth2MirrorTopLevelClaims returns the HydraOauth2MirrorTopLevelClaims field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraOauth2MirrorTopLevelClaimsOk ¶ added in v1.6.2
func (o *NormalizedProjectRevision) GetHydraOauth2MirrorTopLevelClaimsOk() (*bool, bool)
GetHydraOauth2MirrorTopLevelClaimsOk returns a tuple with the HydraOauth2MirrorTopLevelClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraOauth2PkceEnforced ¶
func (o *NormalizedProjectRevision) GetHydraOauth2PkceEnforced() bool
GetHydraOauth2PkceEnforced returns the HydraOauth2PkceEnforced field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraOauth2PkceEnforcedForPublicClients ¶
func (o *NormalizedProjectRevision) GetHydraOauth2PkceEnforcedForPublicClients() bool
GetHydraOauth2PkceEnforcedForPublicClients returns the HydraOauth2PkceEnforcedForPublicClients field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraOauth2PkceEnforcedForPublicClientsOk ¶
func (o *NormalizedProjectRevision) GetHydraOauth2PkceEnforcedForPublicClientsOk() (*bool, bool)
GetHydraOauth2PkceEnforcedForPublicClientsOk returns a tuple with the HydraOauth2PkceEnforcedForPublicClients field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraOauth2PkceEnforcedOk ¶
func (o *NormalizedProjectRevision) GetHydraOauth2PkceEnforcedOk() (*bool, bool)
GetHydraOauth2PkceEnforcedOk returns a tuple with the HydraOauth2PkceEnforced field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraOauth2RefreshTokenHook ¶
func (o *NormalizedProjectRevision) GetHydraOauth2RefreshTokenHook() string
GetHydraOauth2RefreshTokenHook returns the HydraOauth2RefreshTokenHook field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraOauth2RefreshTokenHookOk ¶
func (o *NormalizedProjectRevision) GetHydraOauth2RefreshTokenHookOk() (*string, bool)
GetHydraOauth2RefreshTokenHookOk returns a tuple with the HydraOauth2RefreshTokenHook field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraOauth2TokenHook ¶ added in v1.1.44
func (o *NormalizedProjectRevision) GetHydraOauth2TokenHook() string
GetHydraOauth2TokenHook returns the HydraOauth2TokenHook field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraOauth2TokenHookOk ¶ added in v1.1.44
func (o *NormalizedProjectRevision) GetHydraOauth2TokenHookOk() (*string, bool)
GetHydraOauth2TokenHookOk returns a tuple with the HydraOauth2TokenHook field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraOidcDynamicClientRegistrationDefaultScope ¶
func (o *NormalizedProjectRevision) GetHydraOidcDynamicClientRegistrationDefaultScope() []string
GetHydraOidcDynamicClientRegistrationDefaultScope returns the HydraOidcDynamicClientRegistrationDefaultScope field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraOidcDynamicClientRegistrationDefaultScopeOk ¶
func (o *NormalizedProjectRevision) GetHydraOidcDynamicClientRegistrationDefaultScopeOk() ([]string, bool)
GetHydraOidcDynamicClientRegistrationDefaultScopeOk returns a tuple with the HydraOidcDynamicClientRegistrationDefaultScope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraOidcDynamicClientRegistrationEnabled ¶
func (o *NormalizedProjectRevision) GetHydraOidcDynamicClientRegistrationEnabled() bool
GetHydraOidcDynamicClientRegistrationEnabled returns the HydraOidcDynamicClientRegistrationEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraOidcDynamicClientRegistrationEnabledOk ¶
func (o *NormalizedProjectRevision) GetHydraOidcDynamicClientRegistrationEnabledOk() (*bool, bool)
GetHydraOidcDynamicClientRegistrationEnabledOk returns a tuple with the HydraOidcDynamicClientRegistrationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraOidcSubjectIdentifiersPairwiseSalt ¶
func (o *NormalizedProjectRevision) GetHydraOidcSubjectIdentifiersPairwiseSalt() string
GetHydraOidcSubjectIdentifiersPairwiseSalt returns the HydraOidcSubjectIdentifiersPairwiseSalt field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraOidcSubjectIdentifiersPairwiseSaltOk ¶
func (o *NormalizedProjectRevision) GetHydraOidcSubjectIdentifiersPairwiseSaltOk() (*string, bool)
GetHydraOidcSubjectIdentifiersPairwiseSaltOk returns a tuple with the HydraOidcSubjectIdentifiersPairwiseSalt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraOidcSubjectIdentifiersSupportedTypes ¶
func (o *NormalizedProjectRevision) GetHydraOidcSubjectIdentifiersSupportedTypes() []string
GetHydraOidcSubjectIdentifiersSupportedTypes returns the HydraOidcSubjectIdentifiersSupportedTypes field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraOidcSubjectIdentifiersSupportedTypesOk ¶
func (o *NormalizedProjectRevision) GetHydraOidcSubjectIdentifiersSupportedTypesOk() ([]string, bool)
GetHydraOidcSubjectIdentifiersSupportedTypesOk returns a tuple with the HydraOidcSubjectIdentifiersSupportedTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraSecretsCookie ¶
func (o *NormalizedProjectRevision) GetHydraSecretsCookie() []string
GetHydraSecretsCookie returns the HydraSecretsCookie field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraSecretsCookieOk ¶
func (o *NormalizedProjectRevision) GetHydraSecretsCookieOk() ([]string, bool)
GetHydraSecretsCookieOk returns a tuple with the HydraSecretsCookie field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraSecretsSystem ¶
func (o *NormalizedProjectRevision) GetHydraSecretsSystem() []string
GetHydraSecretsSystem returns the HydraSecretsSystem field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraSecretsSystemOk ¶
func (o *NormalizedProjectRevision) GetHydraSecretsSystemOk() ([]string, bool)
GetHydraSecretsSystemOk returns a tuple with the HydraSecretsSystem field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraServeCookiesSameSiteLegacyWorkaround ¶
func (o *NormalizedProjectRevision) GetHydraServeCookiesSameSiteLegacyWorkaround() bool
GetHydraServeCookiesSameSiteLegacyWorkaround returns the HydraServeCookiesSameSiteLegacyWorkaround field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraServeCookiesSameSiteLegacyWorkaroundOk ¶
func (o *NormalizedProjectRevision) GetHydraServeCookiesSameSiteLegacyWorkaroundOk() (*bool, bool)
GetHydraServeCookiesSameSiteLegacyWorkaroundOk returns a tuple with the HydraServeCookiesSameSiteLegacyWorkaround field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraServeCookiesSameSiteMode ¶
func (o *NormalizedProjectRevision) GetHydraServeCookiesSameSiteMode() string
GetHydraServeCookiesSameSiteMode returns the HydraServeCookiesSameSiteMode field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraServeCookiesSameSiteModeOk ¶
func (o *NormalizedProjectRevision) GetHydraServeCookiesSameSiteModeOk() (*string, bool)
GetHydraServeCookiesSameSiteModeOk returns a tuple with the HydraServeCookiesSameSiteMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraStrategiesAccessToken ¶
func (o *NormalizedProjectRevision) GetHydraStrategiesAccessToken() string
GetHydraStrategiesAccessToken returns the HydraStrategiesAccessToken field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraStrategiesAccessTokenOk ¶
func (o *NormalizedProjectRevision) GetHydraStrategiesAccessTokenOk() (*string, bool)
GetHydraStrategiesAccessTokenOk returns a tuple with the HydraStrategiesAccessToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraStrategiesJwtScopeClaim ¶ added in v1.11.10
func (o *NormalizedProjectRevision) GetHydraStrategiesJwtScopeClaim() string
GetHydraStrategiesJwtScopeClaim returns the HydraStrategiesJwtScopeClaim field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraStrategiesJwtScopeClaimOk ¶ added in v1.11.10
func (o *NormalizedProjectRevision) GetHydraStrategiesJwtScopeClaimOk() (*string, bool)
GetHydraStrategiesJwtScopeClaimOk returns a tuple with the HydraStrategiesJwtScopeClaim field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraStrategiesScope ¶
func (o *NormalizedProjectRevision) GetHydraStrategiesScope() string
GetHydraStrategiesScope returns the HydraStrategiesScope field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraStrategiesScopeOk ¶
func (o *NormalizedProjectRevision) GetHydraStrategiesScopeOk() (*string, bool)
GetHydraStrategiesScopeOk returns a tuple with the HydraStrategiesScope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraTtlAccessToken ¶
func (o *NormalizedProjectRevision) GetHydraTtlAccessToken() string
GetHydraTtlAccessToken returns the HydraTtlAccessToken field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraTtlAccessTokenOk ¶
func (o *NormalizedProjectRevision) GetHydraTtlAccessTokenOk() (*string, bool)
GetHydraTtlAccessTokenOk returns a tuple with the HydraTtlAccessToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraTtlAuthCode ¶
func (o *NormalizedProjectRevision) GetHydraTtlAuthCode() string
GetHydraTtlAuthCode returns the HydraTtlAuthCode field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraTtlAuthCodeOk ¶
func (o *NormalizedProjectRevision) GetHydraTtlAuthCodeOk() (*string, bool)
GetHydraTtlAuthCodeOk returns a tuple with the HydraTtlAuthCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraTtlIdToken ¶
func (o *NormalizedProjectRevision) GetHydraTtlIdToken() string
GetHydraTtlIdToken returns the HydraTtlIdToken field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraTtlIdTokenOk ¶
func (o *NormalizedProjectRevision) GetHydraTtlIdTokenOk() (*string, bool)
GetHydraTtlIdTokenOk returns a tuple with the HydraTtlIdToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraTtlLoginConsentRequest ¶
func (o *NormalizedProjectRevision) GetHydraTtlLoginConsentRequest() string
GetHydraTtlLoginConsentRequest returns the HydraTtlLoginConsentRequest field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraTtlLoginConsentRequestOk ¶
func (o *NormalizedProjectRevision) GetHydraTtlLoginConsentRequestOk() (*string, bool)
GetHydraTtlLoginConsentRequestOk returns a tuple with the HydraTtlLoginConsentRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraTtlRefreshToken ¶
func (o *NormalizedProjectRevision) GetHydraTtlRefreshToken() string
GetHydraTtlRefreshToken returns the HydraTtlRefreshToken field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraTtlRefreshTokenOk ¶
func (o *NormalizedProjectRevision) GetHydraTtlRefreshTokenOk() (*string, bool)
GetHydraTtlRefreshTokenOk returns a tuple with the HydraTtlRefreshToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraUrlsConsent ¶
func (o *NormalizedProjectRevision) GetHydraUrlsConsent() string
GetHydraUrlsConsent returns the HydraUrlsConsent field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraUrlsConsentOk ¶
func (o *NormalizedProjectRevision) GetHydraUrlsConsentOk() (*string, bool)
GetHydraUrlsConsentOk returns a tuple with the HydraUrlsConsent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraUrlsError ¶
func (o *NormalizedProjectRevision) GetHydraUrlsError() string
GetHydraUrlsError returns the HydraUrlsError field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraUrlsErrorOk ¶
func (o *NormalizedProjectRevision) GetHydraUrlsErrorOk() (*string, bool)
GetHydraUrlsErrorOk returns a tuple with the HydraUrlsError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraUrlsLogin ¶
func (o *NormalizedProjectRevision) GetHydraUrlsLogin() string
GetHydraUrlsLogin returns the HydraUrlsLogin field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraUrlsLoginOk ¶
func (o *NormalizedProjectRevision) GetHydraUrlsLoginOk() (*string, bool)
GetHydraUrlsLoginOk returns a tuple with the HydraUrlsLogin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraUrlsLogout ¶
func (o *NormalizedProjectRevision) GetHydraUrlsLogout() string
GetHydraUrlsLogout returns the HydraUrlsLogout field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraUrlsLogoutOk ¶
func (o *NormalizedProjectRevision) GetHydraUrlsLogoutOk() (*string, bool)
GetHydraUrlsLogoutOk returns a tuple with the HydraUrlsLogout field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraUrlsPostLogoutRedirect ¶
func (o *NormalizedProjectRevision) GetHydraUrlsPostLogoutRedirect() string
GetHydraUrlsPostLogoutRedirect returns the HydraUrlsPostLogoutRedirect field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraUrlsPostLogoutRedirectOk ¶
func (o *NormalizedProjectRevision) GetHydraUrlsPostLogoutRedirectOk() (*string, bool)
GetHydraUrlsPostLogoutRedirectOk returns a tuple with the HydraUrlsPostLogoutRedirect field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraUrlsRegistration ¶ added in v1.2.11
func (o *NormalizedProjectRevision) GetHydraUrlsRegistration() string
GetHydraUrlsRegistration returns the HydraUrlsRegistration field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraUrlsRegistrationOk ¶ added in v1.2.11
func (o *NormalizedProjectRevision) GetHydraUrlsRegistrationOk() (*string, bool)
GetHydraUrlsRegistrationOk returns a tuple with the HydraUrlsRegistration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraUrlsSelfIssuer ¶
func (o *NormalizedProjectRevision) GetHydraUrlsSelfIssuer() string
GetHydraUrlsSelfIssuer returns the HydraUrlsSelfIssuer field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraUrlsSelfIssuerOk ¶
func (o *NormalizedProjectRevision) GetHydraUrlsSelfIssuerOk() (*string, bool)
GetHydraUrlsSelfIssuerOk returns a tuple with the HydraUrlsSelfIssuer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraWebfingerJwksBroadcastKeys ¶
func (o *NormalizedProjectRevision) GetHydraWebfingerJwksBroadcastKeys() []string
GetHydraWebfingerJwksBroadcastKeys returns the HydraWebfingerJwksBroadcastKeys field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraWebfingerJwksBroadcastKeysOk ¶
func (o *NormalizedProjectRevision) GetHydraWebfingerJwksBroadcastKeysOk() ([]string, bool)
GetHydraWebfingerJwksBroadcastKeysOk returns a tuple with the HydraWebfingerJwksBroadcastKeys field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryAuthUrl ¶
func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryAuthUrl() string
GetHydraWebfingerOidcDiscoveryAuthUrl returns the HydraWebfingerOidcDiscoveryAuthUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryAuthUrlOk ¶
func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryAuthUrlOk() (*string, bool)
GetHydraWebfingerOidcDiscoveryAuthUrlOk returns a tuple with the HydraWebfingerOidcDiscoveryAuthUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryClientRegistrationUrl ¶
func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryClientRegistrationUrl() string
GetHydraWebfingerOidcDiscoveryClientRegistrationUrl returns the HydraWebfingerOidcDiscoveryClientRegistrationUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryClientRegistrationUrlOk ¶
func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryClientRegistrationUrlOk() (*string, bool)
GetHydraWebfingerOidcDiscoveryClientRegistrationUrlOk returns a tuple with the HydraWebfingerOidcDiscoveryClientRegistrationUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryJwksUrl ¶
func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryJwksUrl() string
GetHydraWebfingerOidcDiscoveryJwksUrl returns the HydraWebfingerOidcDiscoveryJwksUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryJwksUrlOk ¶
func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryJwksUrlOk() (*string, bool)
GetHydraWebfingerOidcDiscoveryJwksUrlOk returns a tuple with the HydraWebfingerOidcDiscoveryJwksUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraWebfingerOidcDiscoverySupportedClaims ¶
func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoverySupportedClaims() []string
GetHydraWebfingerOidcDiscoverySupportedClaims returns the HydraWebfingerOidcDiscoverySupportedClaims field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraWebfingerOidcDiscoverySupportedClaimsOk ¶
func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoverySupportedClaimsOk() ([]string, bool)
GetHydraWebfingerOidcDiscoverySupportedClaimsOk returns a tuple with the HydraWebfingerOidcDiscoverySupportedClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraWebfingerOidcDiscoverySupportedScope ¶
func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoverySupportedScope() []string
GetHydraWebfingerOidcDiscoverySupportedScope returns the HydraWebfingerOidcDiscoverySupportedScope field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraWebfingerOidcDiscoverySupportedScopeOk ¶
func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoverySupportedScopeOk() ([]string, bool)
GetHydraWebfingerOidcDiscoverySupportedScopeOk returns a tuple with the HydraWebfingerOidcDiscoverySupportedScope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryTokenUrl ¶
func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryTokenUrl() string
GetHydraWebfingerOidcDiscoveryTokenUrl returns the HydraWebfingerOidcDiscoveryTokenUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryTokenUrlOk ¶
func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryTokenUrlOk() (*string, bool)
GetHydraWebfingerOidcDiscoveryTokenUrlOk returns a tuple with the HydraWebfingerOidcDiscoveryTokenUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryUserinfoUrl ¶
func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryUserinfoUrl() string
GetHydraWebfingerOidcDiscoveryUserinfoUrl returns the HydraWebfingerOidcDiscoveryUserinfoUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryUserinfoUrlOk ¶
func (o *NormalizedProjectRevision) GetHydraWebfingerOidcDiscoveryUserinfoUrlOk() (*string, bool)
GetHydraWebfingerOidcDiscoveryUserinfoUrlOk returns a tuple with the HydraWebfingerOidcDiscoveryUserinfoUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetId ¶
func (o *NormalizedProjectRevision) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetIdOk ¶
func (o *NormalizedProjectRevision) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKetoNamespaceConfiguration ¶
func (o *NormalizedProjectRevision) GetKetoNamespaceConfiguration() string
GetKetoNamespaceConfiguration returns the KetoNamespaceConfiguration field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKetoNamespaceConfigurationOk ¶
func (o *NormalizedProjectRevision) GetKetoNamespaceConfigurationOk() (*string, bool)
GetKetoNamespaceConfigurationOk returns a tuple with the KetoNamespaceConfiguration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKetoNamespaces ¶
func (o *NormalizedProjectRevision) GetKetoNamespaces() []KetoNamespace
GetKetoNamespaces returns the KetoNamespaces field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKetoNamespacesOk ¶
func (o *NormalizedProjectRevision) GetKetoNamespacesOk() ([]KetoNamespace, bool)
GetKetoNamespacesOk returns a tuple with the KetoNamespaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCookiesSameSite ¶
func (o *NormalizedProjectRevision) GetKratosCookiesSameSite() string
GetKratosCookiesSameSite returns the KratosCookiesSameSite field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCookiesSameSiteOk ¶
func (o *NormalizedProjectRevision) GetKratosCookiesSameSiteOk() (*string, bool)
GetKratosCookiesSameSiteOk returns a tuple with the KratosCookiesSameSite field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierChannels ¶ added in v1.5.0
func (o *NormalizedProjectRevision) GetKratosCourierChannels() []NormalizedProjectRevisionCourierChannel
GetKratosCourierChannels returns the KratosCourierChannels field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierChannelsOk ¶ added in v1.5.0
func (o *NormalizedProjectRevision) GetKratosCourierChannelsOk() ([]NormalizedProjectRevisionCourierChannel, bool)
GetKratosCourierChannelsOk returns a tuple with the KratosCourierChannels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierDeliveryStrategy ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierDeliveryStrategy() string
GetKratosCourierDeliveryStrategy returns the KratosCourierDeliveryStrategy field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierDeliveryStrategyOk ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierDeliveryStrategyOk() (*string, bool)
GetKratosCourierDeliveryStrategyOk returns a tuple with the KratosCourierDeliveryStrategy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthApiKeyIn ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthApiKeyIn() string
GetKratosCourierHttpRequestConfigAuthApiKeyIn returns the KratosCourierHttpRequestConfigAuthApiKeyIn field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthApiKeyInOk ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthApiKeyInOk() (*string, bool)
GetKratosCourierHttpRequestConfigAuthApiKeyInOk returns a tuple with the KratosCourierHttpRequestConfigAuthApiKeyIn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthApiKeyName ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthApiKeyName() string
GetKratosCourierHttpRequestConfigAuthApiKeyName returns the KratosCourierHttpRequestConfigAuthApiKeyName field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthApiKeyNameOk ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthApiKeyNameOk() (*string, bool)
GetKratosCourierHttpRequestConfigAuthApiKeyNameOk returns a tuple with the KratosCourierHttpRequestConfigAuthApiKeyName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthApiKeyValue ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthApiKeyValue() string
GetKratosCourierHttpRequestConfigAuthApiKeyValue returns the KratosCourierHttpRequestConfigAuthApiKeyValue field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthApiKeyValueOk ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthApiKeyValueOk() (*string, bool)
GetKratosCourierHttpRequestConfigAuthApiKeyValueOk returns a tuple with the KratosCourierHttpRequestConfigAuthApiKeyValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthBasicAuthPassword ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthBasicAuthPassword() string
GetKratosCourierHttpRequestConfigAuthBasicAuthPassword returns the KratosCourierHttpRequestConfigAuthBasicAuthPassword field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthBasicAuthPasswordOk ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthBasicAuthPasswordOk() (*string, bool)
GetKratosCourierHttpRequestConfigAuthBasicAuthPasswordOk returns a tuple with the KratosCourierHttpRequestConfigAuthBasicAuthPassword field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthBasicAuthUser ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthBasicAuthUser() string
GetKratosCourierHttpRequestConfigAuthBasicAuthUser returns the KratosCourierHttpRequestConfigAuthBasicAuthUser field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthBasicAuthUserOk ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthBasicAuthUserOk() (*string, bool)
GetKratosCourierHttpRequestConfigAuthBasicAuthUserOk returns a tuple with the KratosCourierHttpRequestConfigAuthBasicAuthUser field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthType ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthType() string
GetKratosCourierHttpRequestConfigAuthType returns the KratosCourierHttpRequestConfigAuthType field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthTypeOk ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigAuthTypeOk() (*string, bool)
GetKratosCourierHttpRequestConfigAuthTypeOk returns a tuple with the KratosCourierHttpRequestConfigAuthType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigBody ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigBody() string
GetKratosCourierHttpRequestConfigBody returns the KratosCourierHttpRequestConfigBody field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigBodyOk ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigBodyOk() (*string, bool)
GetKratosCourierHttpRequestConfigBodyOk returns a tuple with the KratosCourierHttpRequestConfigBody field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigHeaders ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigHeaders() map[string]interface{}
GetKratosCourierHttpRequestConfigHeaders returns the KratosCourierHttpRequestConfigHeaders field value if set, zero value otherwise (both if not set or set to explicit null).
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigHeadersOk ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigHeadersOk() (map[string]interface{}, bool)
GetKratosCourierHttpRequestConfigHeadersOk returns a tuple with the KratosCourierHttpRequestConfigHeaders field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigMethod ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigMethod() string
GetKratosCourierHttpRequestConfigMethod returns the KratosCourierHttpRequestConfigMethod field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigMethodOk ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigMethodOk() (*string, bool)
GetKratosCourierHttpRequestConfigMethodOk returns a tuple with the KratosCourierHttpRequestConfigMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigUrl ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigUrl() string
GetKratosCourierHttpRequestConfigUrl returns the KratosCourierHttpRequestConfigUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierHttpRequestConfigUrlOk ¶ added in v1.1.50
func (o *NormalizedProjectRevision) GetKratosCourierHttpRequestConfigUrlOk() (*string, bool)
GetKratosCourierHttpRequestConfigUrlOk returns a tuple with the KratosCourierHttpRequestConfigUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierSmtpConnectionUri ¶
func (o *NormalizedProjectRevision) GetKratosCourierSmtpConnectionUri() string
GetKratosCourierSmtpConnectionUri returns the KratosCourierSmtpConnectionUri field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierSmtpConnectionUriOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierSmtpConnectionUriOk() (*string, bool)
GetKratosCourierSmtpConnectionUriOk returns a tuple with the KratosCourierSmtpConnectionUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierSmtpFromAddress ¶
func (o *NormalizedProjectRevision) GetKratosCourierSmtpFromAddress() string
GetKratosCourierSmtpFromAddress returns the KratosCourierSmtpFromAddress field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierSmtpFromAddressOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierSmtpFromAddressOk() (*string, bool)
GetKratosCourierSmtpFromAddressOk returns a tuple with the KratosCourierSmtpFromAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierSmtpFromName ¶
func (o *NormalizedProjectRevision) GetKratosCourierSmtpFromName() string
GetKratosCourierSmtpFromName returns the KratosCourierSmtpFromName field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierSmtpFromNameOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierSmtpFromNameOk() (*string, bool)
GetKratosCourierSmtpFromNameOk returns a tuple with the KratosCourierSmtpFromName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierSmtpHeaders ¶
func (o *NormalizedProjectRevision) GetKratosCourierSmtpHeaders() map[string]interface{}
GetKratosCourierSmtpHeaders returns the KratosCourierSmtpHeaders field value if set, zero value otherwise (both if not set or set to explicit null).
func (*NormalizedProjectRevision) GetKratosCourierSmtpHeadersOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierSmtpHeadersOk() (map[string]interface{}, bool)
GetKratosCourierSmtpHeadersOk returns a tuple with the KratosCourierSmtpHeaders field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*NormalizedProjectRevision) GetKratosCourierSmtpLocalName ¶ added in v1.1.45
func (o *NormalizedProjectRevision) GetKratosCourierSmtpLocalName() string
GetKratosCourierSmtpLocalName returns the KratosCourierSmtpLocalName field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierSmtpLocalNameOk ¶ added in v1.1.45
func (o *NormalizedProjectRevision) GetKratosCourierSmtpLocalNameOk() (*string, bool)
GetKratosCourierSmtpLocalNameOk returns a tuple with the KratosCourierSmtpLocalName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidEmailBodyHtml ¶ added in v1.2.0
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidEmailBodyHtml() string
GetKratosCourierTemplatesLoginCodeValidEmailBodyHtml returns the KratosCourierTemplatesLoginCodeValidEmailBodyHtml field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidEmailBodyHtmlOk ¶ added in v1.2.0
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesLoginCodeValidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesLoginCodeValidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext ¶ added in v1.2.0
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext() string
GetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext returns the KratosCourierTemplatesLoginCodeValidEmailBodyPlaintext field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintextOk ¶ added in v1.2.0
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesLoginCodeValidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidEmailSubject ¶ added in v1.2.0
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidEmailSubject() string
GetKratosCourierTemplatesLoginCodeValidEmailSubject returns the KratosCourierTemplatesLoginCodeValidEmailSubject field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidEmailSubjectOk ¶ added in v1.2.0
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesLoginCodeValidEmailSubjectOk returns a tuple with the KratosCourierTemplatesLoginCodeValidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext ¶ added in v1.6.1
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext() string
GetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext returns the KratosCourierTemplatesLoginCodeValidSmsBodyPlaintext field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintextOk ¶ added in v1.6.1
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintextOk returns a tuple with the KratosCourierTemplatesLoginCodeValidSmsBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml() string
GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml returns the KratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtmlOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext() string
GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext returns the KratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintextOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeInvalidEmailSubject ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeInvalidEmailSubject() string
GetKratosCourierTemplatesRecoveryCodeInvalidEmailSubject returns the KratosCourierTemplatesRecoveryCodeInvalidEmailSubject field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeInvalidEmailSubjectOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeInvalidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesRecoveryCodeInvalidEmailSubjectOk returns a tuple with the KratosCourierTemplatesRecoveryCodeInvalidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml() string
GetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml returns the KratosCourierTemplatesRecoveryCodeValidEmailBodyHtml field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtmlOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesRecoveryCodeValidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext() string
GetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext returns the KratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintextOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeValidEmailSubject ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeValidEmailSubject() string
GetKratosCourierTemplatesRecoveryCodeValidEmailSubject returns the KratosCourierTemplatesRecoveryCodeValidEmailSubject field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeValidEmailSubjectOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryCodeValidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesRecoveryCodeValidEmailSubjectOk returns a tuple with the KratosCourierTemplatesRecoveryCodeValidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryInvalidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryInvalidEmailBodyHtml() string
GetKratosCourierTemplatesRecoveryInvalidEmailBodyHtml returns the KratosCourierTemplatesRecoveryInvalidEmailBodyHtml field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryInvalidEmailBodyHtmlOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryInvalidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesRecoveryInvalidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesRecoveryInvalidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext() string
GetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext returns the KratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintextOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryInvalidEmailSubject ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryInvalidEmailSubject() string
GetKratosCourierTemplatesRecoveryInvalidEmailSubject returns the KratosCourierTemplatesRecoveryInvalidEmailSubject field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryInvalidEmailSubjectOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryInvalidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesRecoveryInvalidEmailSubjectOk returns a tuple with the KratosCourierTemplatesRecoveryInvalidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryValidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryValidEmailBodyHtml() string
GetKratosCourierTemplatesRecoveryValidEmailBodyHtml returns the KratosCourierTemplatesRecoveryValidEmailBodyHtml field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryValidEmailBodyHtmlOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryValidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesRecoveryValidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesRecoveryValidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryValidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryValidEmailBodyPlaintext() string
GetKratosCourierTemplatesRecoveryValidEmailBodyPlaintext returns the KratosCourierTemplatesRecoveryValidEmailBodyPlaintext field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryValidEmailBodyPlaintextOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryValidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesRecoveryValidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesRecoveryValidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryValidEmailSubject ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryValidEmailSubject() string
GetKratosCourierTemplatesRecoveryValidEmailSubject returns the KratosCourierTemplatesRecoveryValidEmailSubject field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryValidEmailSubjectOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRecoveryValidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesRecoveryValidEmailSubjectOk returns a tuple with the KratosCourierTemplatesRecoveryValidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml ¶ added in v1.2.0
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml() string
GetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml returns the KratosCourierTemplatesRegistrationCodeValidEmailBodyHtml field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtmlOk ¶ added in v1.2.0
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesRegistrationCodeValidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext ¶ added in v1.2.0
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext() string
GetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext returns the KratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintextOk ¶ added in v1.2.0
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRegistrationCodeValidEmailSubject ¶ added in v1.2.0
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRegistrationCodeValidEmailSubject() string
GetKratosCourierTemplatesRegistrationCodeValidEmailSubject returns the KratosCourierTemplatesRegistrationCodeValidEmailSubject field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesRegistrationCodeValidEmailSubjectOk ¶ added in v1.2.0
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesRegistrationCodeValidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesRegistrationCodeValidEmailSubjectOk returns a tuple with the KratosCourierTemplatesRegistrationCodeValidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml() string
GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml returns the KratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtmlOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext() string
GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext returns the KratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintextOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeInvalidEmailSubject ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeInvalidEmailSubject() string
GetKratosCourierTemplatesVerificationCodeInvalidEmailSubject returns the KratosCourierTemplatesVerificationCodeInvalidEmailSubject field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeInvalidEmailSubjectOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeInvalidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesVerificationCodeInvalidEmailSubjectOk returns a tuple with the KratosCourierTemplatesVerificationCodeInvalidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidEmailBodyHtml() string
GetKratosCourierTemplatesVerificationCodeValidEmailBodyHtml returns the KratosCourierTemplatesVerificationCodeValidEmailBodyHtml field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidEmailBodyHtmlOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesVerificationCodeValidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesVerificationCodeValidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext() string
GetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext returns the KratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintextOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidEmailSubject ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidEmailSubject() string
GetKratosCourierTemplatesVerificationCodeValidEmailSubject returns the KratosCourierTemplatesVerificationCodeValidEmailSubject field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidEmailSubjectOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesVerificationCodeValidEmailSubjectOk returns a tuple with the KratosCourierTemplatesVerificationCodeValidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext ¶ added in v1.5.0
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext() string
GetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext returns the KratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintextOk ¶ added in v1.5.0
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintextOk returns a tuple with the KratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationInvalidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationInvalidEmailBodyHtml() string
GetKratosCourierTemplatesVerificationInvalidEmailBodyHtml returns the KratosCourierTemplatesVerificationInvalidEmailBodyHtml field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationInvalidEmailBodyHtmlOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationInvalidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesVerificationInvalidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesVerificationInvalidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext() string
GetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext returns the KratosCourierTemplatesVerificationInvalidEmailBodyPlaintext field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintextOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesVerificationInvalidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationInvalidEmailSubject ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationInvalidEmailSubject() string
GetKratosCourierTemplatesVerificationInvalidEmailSubject returns the KratosCourierTemplatesVerificationInvalidEmailSubject field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationInvalidEmailSubjectOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationInvalidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesVerificationInvalidEmailSubjectOk returns a tuple with the KratosCourierTemplatesVerificationInvalidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationValidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationValidEmailBodyHtml() string
GetKratosCourierTemplatesVerificationValidEmailBodyHtml returns the KratosCourierTemplatesVerificationValidEmailBodyHtml field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationValidEmailBodyHtmlOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationValidEmailBodyHtmlOk() (*string, bool)
GetKratosCourierTemplatesVerificationValidEmailBodyHtmlOk returns a tuple with the KratosCourierTemplatesVerificationValidEmailBodyHtml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationValidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationValidEmailBodyPlaintext() string
GetKratosCourierTemplatesVerificationValidEmailBodyPlaintext returns the KratosCourierTemplatesVerificationValidEmailBodyPlaintext field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationValidEmailBodyPlaintextOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationValidEmailBodyPlaintextOk() (*string, bool)
GetKratosCourierTemplatesVerificationValidEmailBodyPlaintextOk returns a tuple with the KratosCourierTemplatesVerificationValidEmailBodyPlaintext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationValidEmailSubject ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationValidEmailSubject() string
GetKratosCourierTemplatesVerificationValidEmailSubject returns the KratosCourierTemplatesVerificationValidEmailSubject field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosCourierTemplatesVerificationValidEmailSubjectOk ¶
func (o *NormalizedProjectRevision) GetKratosCourierTemplatesVerificationValidEmailSubjectOk() (*string, bool)
GetKratosCourierTemplatesVerificationValidEmailSubjectOk returns a tuple with the KratosCourierTemplatesVerificationValidEmailSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosFeatureFlagsCacheableSessions ¶ added in v1.1.1
func (o *NormalizedProjectRevision) GetKratosFeatureFlagsCacheableSessions() bool
GetKratosFeatureFlagsCacheableSessions returns the KratosFeatureFlagsCacheableSessions field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosFeatureFlagsCacheableSessionsMaxAge ¶ added in v1.9.0
func (o *NormalizedProjectRevision) GetKratosFeatureFlagsCacheableSessionsMaxAge() string
GetKratosFeatureFlagsCacheableSessionsMaxAge returns the KratosFeatureFlagsCacheableSessionsMaxAge field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosFeatureFlagsCacheableSessionsMaxAgeOk ¶ added in v1.9.0
func (o *NormalizedProjectRevision) GetKratosFeatureFlagsCacheableSessionsMaxAgeOk() (*string, bool)
GetKratosFeatureFlagsCacheableSessionsMaxAgeOk returns a tuple with the KratosFeatureFlagsCacheableSessionsMaxAge field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosFeatureFlagsCacheableSessionsOk ¶ added in v1.1.1
func (o *NormalizedProjectRevision) GetKratosFeatureFlagsCacheableSessionsOk() (*bool, bool)
GetKratosFeatureFlagsCacheableSessionsOk returns a tuple with the KratosFeatureFlagsCacheableSessions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosFeatureFlagsFasterSessionExtend ¶ added in v1.14.0
func (o *NormalizedProjectRevision) GetKratosFeatureFlagsFasterSessionExtend() bool
GetKratosFeatureFlagsFasterSessionExtend returns the KratosFeatureFlagsFasterSessionExtend field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosFeatureFlagsFasterSessionExtendOk ¶ added in v1.14.0
func (o *NormalizedProjectRevision) GetKratosFeatureFlagsFasterSessionExtendOk() (*bool, bool)
GetKratosFeatureFlagsFasterSessionExtendOk returns a tuple with the KratosFeatureFlagsFasterSessionExtend field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosFeatureFlagsUseContinueWithTransitions ¶ added in v1.4.3
func (o *NormalizedProjectRevision) GetKratosFeatureFlagsUseContinueWithTransitions() bool
GetKratosFeatureFlagsUseContinueWithTransitions returns the KratosFeatureFlagsUseContinueWithTransitions field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosFeatureFlagsUseContinueWithTransitionsOk ¶ added in v1.4.3
func (o *NormalizedProjectRevision) GetKratosFeatureFlagsUseContinueWithTransitionsOk() (*bool, bool)
GetKratosFeatureFlagsUseContinueWithTransitionsOk returns a tuple with the KratosFeatureFlagsUseContinueWithTransitions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosIdentitySchemas ¶
func (o *NormalizedProjectRevision) GetKratosIdentitySchemas() []NormalizedProjectRevisionIdentitySchema
GetKratosIdentitySchemas returns the KratosIdentitySchemas field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosIdentitySchemasOk ¶
func (o *NormalizedProjectRevision) GetKratosIdentitySchemasOk() ([]NormalizedProjectRevisionIdentitySchema, bool)
GetKratosIdentitySchemasOk returns a tuple with the KratosIdentitySchemas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosOauth2ProviderHeaders ¶
func (o *NormalizedProjectRevision) GetKratosOauth2ProviderHeaders() map[string]interface{}
GetKratosOauth2ProviderHeaders returns the KratosOauth2ProviderHeaders field value if set, zero value otherwise (both if not set or set to explicit null).
func (*NormalizedProjectRevision) GetKratosOauth2ProviderHeadersOk ¶
func (o *NormalizedProjectRevision) GetKratosOauth2ProviderHeadersOk() (map[string]interface{}, bool)
GetKratosOauth2ProviderHeadersOk returns a tuple with the KratosOauth2ProviderHeaders field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*NormalizedProjectRevision) GetKratosOauth2ProviderOverrideReturnTo ¶ added in v1.1.39
func (o *NormalizedProjectRevision) GetKratosOauth2ProviderOverrideReturnTo() bool
GetKratosOauth2ProviderOverrideReturnTo returns the KratosOauth2ProviderOverrideReturnTo field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosOauth2ProviderOverrideReturnToOk ¶ added in v1.1.39
func (o *NormalizedProjectRevision) GetKratosOauth2ProviderOverrideReturnToOk() (*bool, bool)
GetKratosOauth2ProviderOverrideReturnToOk returns a tuple with the KratosOauth2ProviderOverrideReturnTo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosOauth2ProviderUrl ¶
func (o *NormalizedProjectRevision) GetKratosOauth2ProviderUrl() string
GetKratosOauth2ProviderUrl returns the KratosOauth2ProviderUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosOauth2ProviderUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosOauth2ProviderUrlOk() (*string, bool)
GetKratosOauth2ProviderUrlOk returns a tuple with the KratosOauth2ProviderUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosPreviewDefaultReadConsistencyLevel ¶ added in v1.2.14
func (o *NormalizedProjectRevision) GetKratosPreviewDefaultReadConsistencyLevel() string
GetKratosPreviewDefaultReadConsistencyLevel returns the KratosPreviewDefaultReadConsistencyLevel field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosPreviewDefaultReadConsistencyLevelOk ¶ added in v1.2.14
func (o *NormalizedProjectRevision) GetKratosPreviewDefaultReadConsistencyLevelOk() (*string, bool)
GetKratosPreviewDefaultReadConsistencyLevelOk returns a tuple with the KratosPreviewDefaultReadConsistencyLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSecretsCipher ¶
func (o *NormalizedProjectRevision) GetKratosSecretsCipher() []string
GetKratosSecretsCipher returns the KratosSecretsCipher field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSecretsCipherOk ¶
func (o *NormalizedProjectRevision) GetKratosSecretsCipherOk() ([]string, bool)
GetKratosSecretsCipherOk returns a tuple with the KratosSecretsCipher field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSecretsCookie ¶
func (o *NormalizedProjectRevision) GetKratosSecretsCookie() []string
GetKratosSecretsCookie returns the KratosSecretsCookie field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSecretsCookieOk ¶
func (o *NormalizedProjectRevision) GetKratosSecretsCookieOk() ([]string, bool)
GetKratosSecretsCookieOk returns a tuple with the KratosSecretsCookie field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSecretsDefault ¶
func (o *NormalizedProjectRevision) GetKratosSecretsDefault() []string
GetKratosSecretsDefault returns the KratosSecretsDefault field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSecretsDefaultOk ¶
func (o *NormalizedProjectRevision) GetKratosSecretsDefaultOk() ([]string, bool)
GetKratosSecretsDefaultOk returns a tuple with the KratosSecretsDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceAllowedReturnUrls ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceAllowedReturnUrls() []string
GetKratosSelfserviceAllowedReturnUrls returns the KratosSelfserviceAllowedReturnUrls field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceAllowedReturnUrlsOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceAllowedReturnUrlsOk() ([]string, bool)
GetKratosSelfserviceAllowedReturnUrlsOk returns a tuple with the KratosSelfserviceAllowedReturnUrls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceDefaultBrowserReturnUrl() string
GetKratosSelfserviceDefaultBrowserReturnUrl returns the KratosSelfserviceDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceDefaultBrowserReturnUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsErrorUiUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsErrorUiUrl() string
GetKratosSelfserviceFlowsErrorUiUrl returns the KratosSelfserviceFlowsErrorUiUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsErrorUiUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsErrorUiUrlOk() (*string, bool)
GetKratosSelfserviceFlowsErrorUiUrlOk returns a tuple with the KratosSelfserviceFlowsErrorUiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrlOk ¶ added in v1.2.9
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrlOk ¶ added in v1.2.9
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl ¶ added in v1.11.6
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrlOk ¶ added in v1.11.6
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrlOk ¶ added in v1.2.9
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginLifespan ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginLifespan() string
GetKratosSelfserviceFlowsLoginLifespan returns the KratosSelfserviceFlowsLoginLifespan field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginLifespanOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginLifespanOk() (*string, bool)
GetKratosSelfserviceFlowsLoginLifespanOk returns a tuple with the KratosSelfserviceFlowsLoginLifespan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginUiUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginUiUrl() string
GetKratosSelfserviceFlowsLoginUiUrl returns the KratosSelfserviceFlowsLoginUiUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginUiUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLoginUiUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLoginUiUrlOk returns a tuple with the KratosSelfserviceFlowsLoginUiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryEnabled ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryEnabled() bool
GetKratosSelfserviceFlowsRecoveryEnabled returns the KratosSelfserviceFlowsRecoveryEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryEnabledOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryEnabledOk() (*bool, bool)
GetKratosSelfserviceFlowsRecoveryEnabledOk returns a tuple with the KratosSelfserviceFlowsRecoveryEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryLifespan ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryLifespan() string
GetKratosSelfserviceFlowsRecoveryLifespan returns the KratosSelfserviceFlowsRecoveryLifespan field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryLifespanOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryLifespanOk() (*string, bool)
GetKratosSelfserviceFlowsRecoveryLifespanOk returns a tuple with the KratosSelfserviceFlowsRecoveryLifespan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients ¶ added in v1.1.18
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients() bool
GetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients returns the KratosSelfserviceFlowsRecoveryNotifyUnknownRecipients field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipientsOk ¶ added in v1.1.18
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipientsOk() (*bool, bool)
GetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipientsOk returns a tuple with the KratosSelfserviceFlowsRecoveryNotifyUnknownRecipients field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryUiUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryUiUrl() string
GetKratosSelfserviceFlowsRecoveryUiUrl returns the KratosSelfserviceFlowsRecoveryUiUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryUiUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryUiUrlOk() (*string, bool)
GetKratosSelfserviceFlowsRecoveryUiUrlOk returns a tuple with the KratosSelfserviceFlowsRecoveryUiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryUse ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryUse() string
GetKratosSelfserviceFlowsRecoveryUse returns the KratosSelfserviceFlowsRecoveryUse field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryUseOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRecoveryUseOk() (*string, bool)
GetKratosSelfserviceFlowsRecoveryUseOk returns a tuple with the KratosSelfserviceFlowsRecoveryUse field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrlOk ¶ added in v1.2.9
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl ¶ added in v1.11.6
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrlOk ¶ added in v1.11.6
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationEnableLegacyOneStep ¶ added in v1.11.6
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationEnableLegacyOneStep() bool
GetKratosSelfserviceFlowsRegistrationEnableLegacyOneStep returns the KratosSelfserviceFlowsRegistrationEnableLegacyOneStep field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationEnableLegacyOneStepOk ¶ added in v1.11.6
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationEnableLegacyOneStepOk() (*bool, bool)
GetKratosSelfserviceFlowsRegistrationEnableLegacyOneStepOk returns a tuple with the KratosSelfserviceFlowsRegistrationEnableLegacyOneStep field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationEnabled ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationEnabled() bool
GetKratosSelfserviceFlowsRegistrationEnabled returns the KratosSelfserviceFlowsRegistrationEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationEnabledOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationEnabledOk() (*bool, bool)
GetKratosSelfserviceFlowsRegistrationEnabledOk returns a tuple with the KratosSelfserviceFlowsRegistrationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationLifespan ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationLifespan() string
GetKratosSelfserviceFlowsRegistrationLifespan returns the KratosSelfserviceFlowsRegistrationLifespan field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationLifespanOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationLifespanOk() (*string, bool)
GetKratosSelfserviceFlowsRegistrationLifespanOk returns a tuple with the KratosSelfserviceFlowsRegistrationLifespan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationLoginHints ¶ added in v1.1.47
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationLoginHints() bool
GetKratosSelfserviceFlowsRegistrationLoginHints returns the KratosSelfserviceFlowsRegistrationLoginHints field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationLoginHintsOk ¶ added in v1.1.47
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationLoginHintsOk() (*bool, bool)
GetKratosSelfserviceFlowsRegistrationLoginHintsOk returns a tuple with the KratosSelfserviceFlowsRegistrationLoginHints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationUiUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationUiUrl() string
GetKratosSelfserviceFlowsRegistrationUiUrl returns the KratosSelfserviceFlowsRegistrationUiUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationUiUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsRegistrationUiUrlOk() (*string, bool)
GetKratosSelfserviceFlowsRegistrationUiUrlOk returns a tuple with the KratosSelfserviceFlowsRegistrationUiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrlOk ¶ added in v1.2.9
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrlOk ¶ added in v1.2.9
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl ¶ added in v1.11.6
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrlOk ¶ added in v1.11.6
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrlOk ¶ added in v1.2.9
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrlOk ¶ added in v1.2.9
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsLifespan ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsLifespan() string
GetKratosSelfserviceFlowsSettingsLifespan returns the KratosSelfserviceFlowsSettingsLifespan field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsLifespanOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsLifespanOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsLifespanOk returns a tuple with the KratosSelfserviceFlowsSettingsLifespan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge() string
GetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge returns the KratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAgeOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAgeOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAgeOk returns a tuple with the KratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsRequiredAal ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsRequiredAal() string
GetKratosSelfserviceFlowsSettingsRequiredAal returns the KratosSelfserviceFlowsSettingsRequiredAal field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsRequiredAalOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsRequiredAalOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsRequiredAalOk returns a tuple with the KratosSelfserviceFlowsSettingsRequiredAal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsUiUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsUiUrl() string
GetKratosSelfserviceFlowsSettingsUiUrl returns the KratosSelfserviceFlowsSettingsUiUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsUiUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsSettingsUiUrlOk() (*string, bool)
GetKratosSelfserviceFlowsSettingsUiUrlOk returns a tuple with the KratosSelfserviceFlowsSettingsUiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl() string
GetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl returns the KratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrlOk() (*string, bool)
GetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrlOk returns a tuple with the KratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationEnabled ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationEnabled() bool
GetKratosSelfserviceFlowsVerificationEnabled returns the KratosSelfserviceFlowsVerificationEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationEnabledOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationEnabledOk() (*bool, bool)
GetKratosSelfserviceFlowsVerificationEnabledOk returns a tuple with the KratosSelfserviceFlowsVerificationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationLifespan ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationLifespan() string
GetKratosSelfserviceFlowsVerificationLifespan returns the KratosSelfserviceFlowsVerificationLifespan field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationLifespanOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationLifespanOk() (*string, bool)
GetKratosSelfserviceFlowsVerificationLifespanOk returns a tuple with the KratosSelfserviceFlowsVerificationLifespan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationNotifyUnknownRecipients ¶ added in v1.1.18
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationNotifyUnknownRecipients() bool
GetKratosSelfserviceFlowsVerificationNotifyUnknownRecipients returns the KratosSelfserviceFlowsVerificationNotifyUnknownRecipients field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationNotifyUnknownRecipientsOk ¶ added in v1.1.18
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationNotifyUnknownRecipientsOk() (*bool, bool)
GetKratosSelfserviceFlowsVerificationNotifyUnknownRecipientsOk returns a tuple with the KratosSelfserviceFlowsVerificationNotifyUnknownRecipients field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationUiUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationUiUrl() string
GetKratosSelfserviceFlowsVerificationUiUrl returns the KratosSelfserviceFlowsVerificationUiUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationUiUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationUiUrlOk() (*string, bool)
GetKratosSelfserviceFlowsVerificationUiUrlOk returns a tuple with the KratosSelfserviceFlowsVerificationUiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationUse ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationUse() string
GetKratosSelfserviceFlowsVerificationUse returns the KratosSelfserviceFlowsVerificationUse field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationUseOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceFlowsVerificationUseOk() (*string, bool)
GetKratosSelfserviceFlowsVerificationUseOk returns a tuple with the KratosSelfserviceFlowsVerificationUse field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsCodeConfigLifespan ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodeConfigLifespan() string
GetKratosSelfserviceMethodsCodeConfigLifespan returns the KratosSelfserviceMethodsCodeConfigLifespan field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsCodeConfigLifespanOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodeConfigLifespanOk() (*string, bool)
GetKratosSelfserviceMethodsCodeConfigLifespanOk returns a tuple with the KratosSelfserviceMethodsCodeConfigLifespan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsCodeEnabled ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodeEnabled() bool
GetKratosSelfserviceMethodsCodeEnabled returns the KratosSelfserviceMethodsCodeEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsCodeEnabledOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodeEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsCodeEnabledOk returns a tuple with the KratosSelfserviceMethodsCodeEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsCodeMfaEnabled ¶ added in v1.6.1
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodeMfaEnabled() bool
GetKratosSelfserviceMethodsCodeMfaEnabled returns the KratosSelfserviceMethodsCodeMfaEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsCodeMfaEnabledOk ¶ added in v1.6.1
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodeMfaEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsCodeMfaEnabledOk returns a tuple with the KratosSelfserviceMethodsCodeMfaEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsCodePasswordlessEnabled ¶ added in v1.2.0
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodePasswordlessEnabled() bool
GetKratosSelfserviceMethodsCodePasswordlessEnabled returns the KratosSelfserviceMethodsCodePasswordlessEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsCodePasswordlessEnabledOk ¶ added in v1.2.0
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodePasswordlessEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsCodePasswordlessEnabledOk returns a tuple with the KratosSelfserviceMethodsCodePasswordlessEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled ¶ added in v1.11.6
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled() bool
GetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled returns the KratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabledOk ¶ added in v1.11.6
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabledOk returns a tuple with the KratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsLinkConfigBaseUrl ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsLinkConfigBaseUrl() string
GetKratosSelfserviceMethodsLinkConfigBaseUrl returns the KratosSelfserviceMethodsLinkConfigBaseUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsLinkConfigBaseUrlOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsLinkConfigBaseUrlOk() (*string, bool)
GetKratosSelfserviceMethodsLinkConfigBaseUrlOk returns a tuple with the KratosSelfserviceMethodsLinkConfigBaseUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsLinkConfigLifespan ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsLinkConfigLifespan() string
GetKratosSelfserviceMethodsLinkConfigLifespan returns the KratosSelfserviceMethodsLinkConfigLifespan field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsLinkConfigLifespanOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsLinkConfigLifespanOk() (*string, bool)
GetKratosSelfserviceMethodsLinkConfigLifespanOk returns a tuple with the KratosSelfserviceMethodsLinkConfigLifespan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsLinkEnabled ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsLinkEnabled() bool
GetKratosSelfserviceMethodsLinkEnabled returns the KratosSelfserviceMethodsLinkEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsLinkEnabledOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsLinkEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsLinkEnabledOk returns a tuple with the KratosSelfserviceMethodsLinkEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsLookupSecretEnabled ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsLookupSecretEnabled() bool
GetKratosSelfserviceMethodsLookupSecretEnabled returns the KratosSelfserviceMethodsLookupSecretEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsLookupSecretEnabledOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsLookupSecretEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsLookupSecretEnabledOk returns a tuple with the KratosSelfserviceMethodsLookupSecretEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsOidcConfigBaseRedirectUri ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsOidcConfigBaseRedirectUri() string
GetKratosSelfserviceMethodsOidcConfigBaseRedirectUri returns the KratosSelfserviceMethodsOidcConfigBaseRedirectUri field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsOidcConfigBaseRedirectUriOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsOidcConfigBaseRedirectUriOk() (*string, bool)
GetKratosSelfserviceMethodsOidcConfigBaseRedirectUriOk returns a tuple with the KratosSelfserviceMethodsOidcConfigBaseRedirectUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsOidcConfigProviders ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsOidcConfigProviders() []NormalizedProjectRevisionThirdPartyProvider
GetKratosSelfserviceMethodsOidcConfigProviders returns the KratosSelfserviceMethodsOidcConfigProviders field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsOidcConfigProvidersOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsOidcConfigProvidersOk() ([]NormalizedProjectRevisionThirdPartyProvider, bool)
GetKratosSelfserviceMethodsOidcConfigProvidersOk returns a tuple with the KratosSelfserviceMethodsOidcConfigProviders field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsOidcEnabled ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsOidcEnabled() bool
GetKratosSelfserviceMethodsOidcEnabled returns the KratosSelfserviceMethodsOidcEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsOidcEnabledOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsOidcEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsOidcEnabledOk returns a tuple with the KratosSelfserviceMethodsOidcEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyConfigRpDisplayName ¶ added in v1.11.6
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyConfigRpDisplayName() string
GetKratosSelfserviceMethodsPasskeyConfigRpDisplayName returns the KratosSelfserviceMethodsPasskeyConfigRpDisplayName field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyConfigRpDisplayNameOk ¶ added in v1.11.6
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyConfigRpDisplayNameOk() (*string, bool)
GetKratosSelfserviceMethodsPasskeyConfigRpDisplayNameOk returns a tuple with the KratosSelfserviceMethodsPasskeyConfigRpDisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyConfigRpId ¶ added in v1.11.6
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyConfigRpId() string
GetKratosSelfserviceMethodsPasskeyConfigRpId returns the KratosSelfserviceMethodsPasskeyConfigRpId field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyConfigRpIdOk ¶ added in v1.11.6
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyConfigRpIdOk() (*string, bool)
GetKratosSelfserviceMethodsPasskeyConfigRpIdOk returns a tuple with the KratosSelfserviceMethodsPasskeyConfigRpId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyConfigRpOrigins ¶ added in v1.11.6
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyConfigRpOrigins() []string
GetKratosSelfserviceMethodsPasskeyConfigRpOrigins returns the KratosSelfserviceMethodsPasskeyConfigRpOrigins field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyConfigRpOriginsOk ¶ added in v1.11.6
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyConfigRpOriginsOk() ([]string, bool)
GetKratosSelfserviceMethodsPasskeyConfigRpOriginsOk returns a tuple with the KratosSelfserviceMethodsPasskeyConfigRpOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyEnabled ¶ added in v1.11.6
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyEnabled() bool
GetKratosSelfserviceMethodsPasskeyEnabled returns the KratosSelfserviceMethodsPasskeyEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyEnabledOk ¶ added in v1.11.6
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasskeyEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsPasskeyEnabledOk returns a tuple with the KratosSelfserviceMethodsPasskeyEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled() bool
GetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled returns the KratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabledOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabledOk returns a tuple with the KratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled() bool
GetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled returns the KratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabledOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabledOk returns a tuple with the KratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors() bool
GetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors returns the KratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrorsOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrorsOk() (*bool, bool)
GetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrorsOk returns a tuple with the KratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigMaxBreaches ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigMaxBreaches() int64
GetKratosSelfserviceMethodsPasswordConfigMaxBreaches returns the KratosSelfserviceMethodsPasswordConfigMaxBreaches field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigMaxBreachesOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigMaxBreachesOk() (*int64, bool)
GetKratosSelfserviceMethodsPasswordConfigMaxBreachesOk returns a tuple with the KratosSelfserviceMethodsPasswordConfigMaxBreaches field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigMinPasswordLength ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigMinPasswordLength() int64
GetKratosSelfserviceMethodsPasswordConfigMinPasswordLength returns the KratosSelfserviceMethodsPasswordConfigMinPasswordLength field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigMinPasswordLengthOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordConfigMinPasswordLengthOk() (*int64, bool)
GetKratosSelfserviceMethodsPasswordConfigMinPasswordLengthOk returns a tuple with the KratosSelfserviceMethodsPasswordConfigMinPasswordLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordEnabled ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordEnabled() bool
GetKratosSelfserviceMethodsPasswordEnabled returns the KratosSelfserviceMethodsPasswordEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordEnabledOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsPasswordEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsPasswordEnabledOk returns a tuple with the KratosSelfserviceMethodsPasswordEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsProfileEnabled ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsProfileEnabled() bool
GetKratosSelfserviceMethodsProfileEnabled returns the KratosSelfserviceMethodsProfileEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsProfileEnabledOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsProfileEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsProfileEnabledOk returns a tuple with the KratosSelfserviceMethodsProfileEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsTotpConfigIssuer ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsTotpConfigIssuer() string
GetKratosSelfserviceMethodsTotpConfigIssuer returns the KratosSelfserviceMethodsTotpConfigIssuer field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsTotpConfigIssuerOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsTotpConfigIssuerOk() (*string, bool)
GetKratosSelfserviceMethodsTotpConfigIssuerOk returns a tuple with the KratosSelfserviceMethodsTotpConfigIssuer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsTotpEnabled ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsTotpEnabled() bool
GetKratosSelfserviceMethodsTotpEnabled returns the KratosSelfserviceMethodsTotpEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsTotpEnabledOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsTotpEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsTotpEnabledOk returns a tuple with the KratosSelfserviceMethodsTotpEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigPasswordless ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigPasswordless() bool
GetKratosSelfserviceMethodsWebauthnConfigPasswordless returns the KratosSelfserviceMethodsWebauthnConfigPasswordless field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigPasswordlessOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigPasswordlessOk() (*bool, bool)
GetKratosSelfserviceMethodsWebauthnConfigPasswordlessOk returns a tuple with the KratosSelfserviceMethodsWebauthnConfigPasswordless field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpDisplayName ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpDisplayName() string
GetKratosSelfserviceMethodsWebauthnConfigRpDisplayName returns the KratosSelfserviceMethodsWebauthnConfigRpDisplayName field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpDisplayNameOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpDisplayNameOk() (*string, bool)
GetKratosSelfserviceMethodsWebauthnConfigRpDisplayNameOk returns a tuple with the KratosSelfserviceMethodsWebauthnConfigRpDisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpIcon ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpIcon() string
GetKratosSelfserviceMethodsWebauthnConfigRpIcon returns the KratosSelfserviceMethodsWebauthnConfigRpIcon field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpIconOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpIconOk() (*string, bool)
GetKratosSelfserviceMethodsWebauthnConfigRpIconOk returns a tuple with the KratosSelfserviceMethodsWebauthnConfigRpIcon field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpId ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpId() string
GetKratosSelfserviceMethodsWebauthnConfigRpId returns the KratosSelfserviceMethodsWebauthnConfigRpId field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpIdOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpIdOk() (*string, bool)
GetKratosSelfserviceMethodsWebauthnConfigRpIdOk returns a tuple with the KratosSelfserviceMethodsWebauthnConfigRpId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpOrigins ¶ added in v1.1.44
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpOrigins() []string
GetKratosSelfserviceMethodsWebauthnConfigRpOrigins returns the KratosSelfserviceMethodsWebauthnConfigRpOrigins field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpOriginsOk ¶ added in v1.1.44
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnConfigRpOriginsOk() ([]string, bool)
GetKratosSelfserviceMethodsWebauthnConfigRpOriginsOk returns a tuple with the KratosSelfserviceMethodsWebauthnConfigRpOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnEnabled ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnEnabled() bool
GetKratosSelfserviceMethodsWebauthnEnabled returns the KratosSelfserviceMethodsWebauthnEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnEnabledOk ¶
func (o *NormalizedProjectRevision) GetKratosSelfserviceMethodsWebauthnEnabledOk() (*bool, bool)
GetKratosSelfserviceMethodsWebauthnEnabledOk returns a tuple with the KratosSelfserviceMethodsWebauthnEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSessionCookiePersistent ¶
func (o *NormalizedProjectRevision) GetKratosSessionCookiePersistent() bool
GetKratosSessionCookiePersistent returns the KratosSessionCookiePersistent field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSessionCookiePersistentOk ¶
func (o *NormalizedProjectRevision) GetKratosSessionCookiePersistentOk() (*bool, bool)
GetKratosSessionCookiePersistentOk returns a tuple with the KratosSessionCookiePersistent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSessionCookieSameSite ¶
func (o *NormalizedProjectRevision) GetKratosSessionCookieSameSite() string
GetKratosSessionCookieSameSite returns the KratosSessionCookieSameSite field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSessionCookieSameSiteOk ¶
func (o *NormalizedProjectRevision) GetKratosSessionCookieSameSiteOk() (*string, bool)
GetKratosSessionCookieSameSiteOk returns a tuple with the KratosSessionCookieSameSite field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSessionLifespan ¶
func (o *NormalizedProjectRevision) GetKratosSessionLifespan() string
GetKratosSessionLifespan returns the KratosSessionLifespan field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSessionLifespanOk ¶
func (o *NormalizedProjectRevision) GetKratosSessionLifespanOk() (*string, bool)
GetKratosSessionLifespanOk returns a tuple with the KratosSessionLifespan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSessionWhoamiRequiredAal ¶
func (o *NormalizedProjectRevision) GetKratosSessionWhoamiRequiredAal() string
GetKratosSessionWhoamiRequiredAal returns the KratosSessionWhoamiRequiredAal field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSessionWhoamiRequiredAalOk ¶
func (o *NormalizedProjectRevision) GetKratosSessionWhoamiRequiredAalOk() (*string, bool)
GetKratosSessionWhoamiRequiredAalOk returns a tuple with the KratosSessionWhoamiRequiredAal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetKratosSessionWhoamiTokenizerTemplates ¶ added in v1.2.7
func (o *NormalizedProjectRevision) GetKratosSessionWhoamiTokenizerTemplates() []NormalizedProjectRevisionTokenizerTemplate
GetKratosSessionWhoamiTokenizerTemplates returns the KratosSessionWhoamiTokenizerTemplates field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetKratosSessionWhoamiTokenizerTemplatesOk ¶ added in v1.2.7
func (o *NormalizedProjectRevision) GetKratosSessionWhoamiTokenizerTemplatesOk() ([]NormalizedProjectRevisionTokenizerTemplate, bool)
GetKratosSessionWhoamiTokenizerTemplatesOk returns a tuple with the KratosSessionWhoamiTokenizerTemplates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetName ¶
func (o *NormalizedProjectRevision) GetName() string
GetName returns the Name field value
func (*NormalizedProjectRevision) GetNameOk ¶
func (o *NormalizedProjectRevision) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetProjectId ¶
func (o *NormalizedProjectRevision) GetProjectId() string
GetProjectId returns the ProjectId field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetProjectIdOk ¶
func (o *NormalizedProjectRevision) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetProjectRevisionHooks ¶ added in v1.2.14
func (o *NormalizedProjectRevision) GetProjectRevisionHooks() []NormalizedProjectRevisionHook
GetProjectRevisionHooks returns the ProjectRevisionHooks field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetProjectRevisionHooksOk ¶ added in v1.2.14
func (o *NormalizedProjectRevision) GetProjectRevisionHooksOk() ([]NormalizedProjectRevisionHook, bool)
GetProjectRevisionHooksOk returns a tuple with the ProjectRevisionHooks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetServeAdminCorsAllowedOrigins ¶ added in v1.1.41
func (o *NormalizedProjectRevision) GetServeAdminCorsAllowedOrigins() []string
GetServeAdminCorsAllowedOrigins returns the ServeAdminCorsAllowedOrigins field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetServeAdminCorsAllowedOriginsOk ¶ added in v1.1.41
func (o *NormalizedProjectRevision) GetServeAdminCorsAllowedOriginsOk() ([]string, bool)
GetServeAdminCorsAllowedOriginsOk returns a tuple with the ServeAdminCorsAllowedOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetServeAdminCorsEnabled ¶ added in v1.1.41
func (o *NormalizedProjectRevision) GetServeAdminCorsEnabled() bool
GetServeAdminCorsEnabled returns the ServeAdminCorsEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetServeAdminCorsEnabledOk ¶ added in v1.1.41
func (o *NormalizedProjectRevision) GetServeAdminCorsEnabledOk() (*bool, bool)
GetServeAdminCorsEnabledOk returns a tuple with the ServeAdminCorsEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetServePublicCorsAllowedOrigins ¶ added in v1.1.41
func (o *NormalizedProjectRevision) GetServePublicCorsAllowedOrigins() []string
GetServePublicCorsAllowedOrigins returns the ServePublicCorsAllowedOrigins field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetServePublicCorsAllowedOriginsOk ¶ added in v1.1.41
func (o *NormalizedProjectRevision) GetServePublicCorsAllowedOriginsOk() ([]string, bool)
GetServePublicCorsAllowedOriginsOk returns a tuple with the ServePublicCorsAllowedOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetServePublicCorsEnabled ¶ added in v1.1.41
func (o *NormalizedProjectRevision) GetServePublicCorsEnabled() bool
GetServePublicCorsEnabled returns the ServePublicCorsEnabled field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetServePublicCorsEnabledOk ¶ added in v1.1.41
func (o *NormalizedProjectRevision) GetServePublicCorsEnabledOk() (*bool, bool)
GetServePublicCorsEnabledOk returns a tuple with the ServePublicCorsEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetStrictSecurity ¶ added in v1.4.1
func (o *NormalizedProjectRevision) GetStrictSecurity() bool
GetStrictSecurity returns the StrictSecurity field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetStrictSecurityOk ¶ added in v1.4.1
func (o *NormalizedProjectRevision) GetStrictSecurityOk() (*bool, bool)
GetStrictSecurityOk returns a tuple with the StrictSecurity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) GetUpdatedAt ¶
func (o *NormalizedProjectRevision) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*NormalizedProjectRevision) GetUpdatedAtOk ¶
func (o *NormalizedProjectRevision) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevision) HasCreatedAt ¶
func (o *NormalizedProjectRevision) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasDisableAccountExperienceWelcomeScreen ¶ added in v1.1.44
func (o *NormalizedProjectRevision) HasDisableAccountExperienceWelcomeScreen() bool
HasDisableAccountExperienceWelcomeScreen returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasEnableAxV2 ¶ added in v1.8.0
func (o *NormalizedProjectRevision) HasEnableAxV2() bool
HasEnableAxV2 returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraOauth2AllowedTopLevelClaims ¶ added in v1.1.10
func (o *NormalizedProjectRevision) HasHydraOauth2AllowedTopLevelClaims() bool
HasHydraOauth2AllowedTopLevelClaims returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraOauth2ClientCredentialsDefaultGrantAllowedScope ¶
func (o *NormalizedProjectRevision) HasHydraOauth2ClientCredentialsDefaultGrantAllowedScope() bool
HasHydraOauth2ClientCredentialsDefaultGrantAllowedScope returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraOauth2ExcludeNotBeforeClaim ¶ added in v1.1.10
func (o *NormalizedProjectRevision) HasHydraOauth2ExcludeNotBeforeClaim() bool
HasHydraOauth2ExcludeNotBeforeClaim returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraOauth2GrantJwtIatOptional ¶
func (o *NormalizedProjectRevision) HasHydraOauth2GrantJwtIatOptional() bool
HasHydraOauth2GrantJwtIatOptional returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraOauth2GrantJwtJtiOptional ¶
func (o *NormalizedProjectRevision) HasHydraOauth2GrantJwtJtiOptional() bool
HasHydraOauth2GrantJwtJtiOptional returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraOauth2GrantJwtMaxTtl ¶
func (o *NormalizedProjectRevision) HasHydraOauth2GrantJwtMaxTtl() bool
HasHydraOauth2GrantJwtMaxTtl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraOauth2MirrorTopLevelClaims ¶ added in v1.6.2
func (o *NormalizedProjectRevision) HasHydraOauth2MirrorTopLevelClaims() bool
HasHydraOauth2MirrorTopLevelClaims returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraOauth2PkceEnforced ¶
func (o *NormalizedProjectRevision) HasHydraOauth2PkceEnforced() bool
HasHydraOauth2PkceEnforced returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraOauth2PkceEnforcedForPublicClients ¶
func (o *NormalizedProjectRevision) HasHydraOauth2PkceEnforcedForPublicClients() bool
HasHydraOauth2PkceEnforcedForPublicClients returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraOauth2RefreshTokenHook ¶
func (o *NormalizedProjectRevision) HasHydraOauth2RefreshTokenHook() bool
HasHydraOauth2RefreshTokenHook returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraOauth2TokenHook ¶ added in v1.1.44
func (o *NormalizedProjectRevision) HasHydraOauth2TokenHook() bool
HasHydraOauth2TokenHook returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraOidcDynamicClientRegistrationDefaultScope ¶
func (o *NormalizedProjectRevision) HasHydraOidcDynamicClientRegistrationDefaultScope() bool
HasHydraOidcDynamicClientRegistrationDefaultScope returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraOidcDynamicClientRegistrationEnabled ¶
func (o *NormalizedProjectRevision) HasHydraOidcDynamicClientRegistrationEnabled() bool
HasHydraOidcDynamicClientRegistrationEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraOidcSubjectIdentifiersPairwiseSalt ¶
func (o *NormalizedProjectRevision) HasHydraOidcSubjectIdentifiersPairwiseSalt() bool
HasHydraOidcSubjectIdentifiersPairwiseSalt returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraOidcSubjectIdentifiersSupportedTypes ¶
func (o *NormalizedProjectRevision) HasHydraOidcSubjectIdentifiersSupportedTypes() bool
HasHydraOidcSubjectIdentifiersSupportedTypes returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraSecretsCookie ¶
func (o *NormalizedProjectRevision) HasHydraSecretsCookie() bool
HasHydraSecretsCookie returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraSecretsSystem ¶
func (o *NormalizedProjectRevision) HasHydraSecretsSystem() bool
HasHydraSecretsSystem returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraServeCookiesSameSiteLegacyWorkaround ¶
func (o *NormalizedProjectRevision) HasHydraServeCookiesSameSiteLegacyWorkaround() bool
HasHydraServeCookiesSameSiteLegacyWorkaround returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraServeCookiesSameSiteMode ¶
func (o *NormalizedProjectRevision) HasHydraServeCookiesSameSiteMode() bool
HasHydraServeCookiesSameSiteMode returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraStrategiesAccessToken ¶
func (o *NormalizedProjectRevision) HasHydraStrategiesAccessToken() bool
HasHydraStrategiesAccessToken returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraStrategiesJwtScopeClaim ¶ added in v1.11.10
func (o *NormalizedProjectRevision) HasHydraStrategiesJwtScopeClaim() bool
HasHydraStrategiesJwtScopeClaim returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraStrategiesScope ¶
func (o *NormalizedProjectRevision) HasHydraStrategiesScope() bool
HasHydraStrategiesScope returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraTtlAccessToken ¶
func (o *NormalizedProjectRevision) HasHydraTtlAccessToken() bool
HasHydraTtlAccessToken returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraTtlAuthCode ¶
func (o *NormalizedProjectRevision) HasHydraTtlAuthCode() bool
HasHydraTtlAuthCode returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraTtlIdToken ¶
func (o *NormalizedProjectRevision) HasHydraTtlIdToken() bool
HasHydraTtlIdToken returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraTtlLoginConsentRequest ¶
func (o *NormalizedProjectRevision) HasHydraTtlLoginConsentRequest() bool
HasHydraTtlLoginConsentRequest returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraTtlRefreshToken ¶
func (o *NormalizedProjectRevision) HasHydraTtlRefreshToken() bool
HasHydraTtlRefreshToken returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraUrlsConsent ¶
func (o *NormalizedProjectRevision) HasHydraUrlsConsent() bool
HasHydraUrlsConsent returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraUrlsError ¶
func (o *NormalizedProjectRevision) HasHydraUrlsError() bool
HasHydraUrlsError returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraUrlsLogin ¶
func (o *NormalizedProjectRevision) HasHydraUrlsLogin() bool
HasHydraUrlsLogin returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraUrlsLogout ¶
func (o *NormalizedProjectRevision) HasHydraUrlsLogout() bool
HasHydraUrlsLogout returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraUrlsPostLogoutRedirect ¶
func (o *NormalizedProjectRevision) HasHydraUrlsPostLogoutRedirect() bool
HasHydraUrlsPostLogoutRedirect returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraUrlsRegistration ¶ added in v1.2.11
func (o *NormalizedProjectRevision) HasHydraUrlsRegistration() bool
HasHydraUrlsRegistration returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraUrlsSelfIssuer ¶
func (o *NormalizedProjectRevision) HasHydraUrlsSelfIssuer() bool
HasHydraUrlsSelfIssuer returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraWebfingerJwksBroadcastKeys ¶
func (o *NormalizedProjectRevision) HasHydraWebfingerJwksBroadcastKeys() bool
HasHydraWebfingerJwksBroadcastKeys returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraWebfingerOidcDiscoveryAuthUrl ¶
func (o *NormalizedProjectRevision) HasHydraWebfingerOidcDiscoveryAuthUrl() bool
HasHydraWebfingerOidcDiscoveryAuthUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraWebfingerOidcDiscoveryClientRegistrationUrl ¶
func (o *NormalizedProjectRevision) HasHydraWebfingerOidcDiscoveryClientRegistrationUrl() bool
HasHydraWebfingerOidcDiscoveryClientRegistrationUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraWebfingerOidcDiscoveryJwksUrl ¶
func (o *NormalizedProjectRevision) HasHydraWebfingerOidcDiscoveryJwksUrl() bool
HasHydraWebfingerOidcDiscoveryJwksUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraWebfingerOidcDiscoverySupportedClaims ¶
func (o *NormalizedProjectRevision) HasHydraWebfingerOidcDiscoverySupportedClaims() bool
HasHydraWebfingerOidcDiscoverySupportedClaims returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraWebfingerOidcDiscoverySupportedScope ¶
func (o *NormalizedProjectRevision) HasHydraWebfingerOidcDiscoverySupportedScope() bool
HasHydraWebfingerOidcDiscoverySupportedScope returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraWebfingerOidcDiscoveryTokenUrl ¶
func (o *NormalizedProjectRevision) HasHydraWebfingerOidcDiscoveryTokenUrl() bool
HasHydraWebfingerOidcDiscoveryTokenUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasHydraWebfingerOidcDiscoveryUserinfoUrl ¶
func (o *NormalizedProjectRevision) HasHydraWebfingerOidcDiscoveryUserinfoUrl() bool
HasHydraWebfingerOidcDiscoveryUserinfoUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasId ¶
func (o *NormalizedProjectRevision) HasId() bool
HasId returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKetoNamespaceConfiguration ¶
func (o *NormalizedProjectRevision) HasKetoNamespaceConfiguration() bool
HasKetoNamespaceConfiguration returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKetoNamespaces ¶
func (o *NormalizedProjectRevision) HasKetoNamespaces() bool
HasKetoNamespaces returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCookiesSameSite ¶
func (o *NormalizedProjectRevision) HasKratosCookiesSameSite() bool
HasKratosCookiesSameSite returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierChannels ¶ added in v1.5.0
func (o *NormalizedProjectRevision) HasKratosCourierChannels() bool
HasKratosCourierChannels returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierDeliveryStrategy ¶ added in v1.1.50
func (o *NormalizedProjectRevision) HasKratosCourierDeliveryStrategy() bool
HasKratosCourierDeliveryStrategy returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierHttpRequestConfigAuthApiKeyIn ¶ added in v1.1.50
func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigAuthApiKeyIn() bool
HasKratosCourierHttpRequestConfigAuthApiKeyIn returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierHttpRequestConfigAuthApiKeyName ¶ added in v1.1.50
func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigAuthApiKeyName() bool
HasKratosCourierHttpRequestConfigAuthApiKeyName returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierHttpRequestConfigAuthApiKeyValue ¶ added in v1.1.50
func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigAuthApiKeyValue() bool
HasKratosCourierHttpRequestConfigAuthApiKeyValue returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierHttpRequestConfigAuthBasicAuthPassword ¶ added in v1.1.50
func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigAuthBasicAuthPassword() bool
HasKratosCourierHttpRequestConfigAuthBasicAuthPassword returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierHttpRequestConfigAuthBasicAuthUser ¶ added in v1.1.50
func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigAuthBasicAuthUser() bool
HasKratosCourierHttpRequestConfigAuthBasicAuthUser returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierHttpRequestConfigAuthType ¶ added in v1.1.50
func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigAuthType() bool
HasKratosCourierHttpRequestConfigAuthType returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierHttpRequestConfigBody ¶ added in v1.1.50
func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigBody() bool
HasKratosCourierHttpRequestConfigBody returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierHttpRequestConfigHeaders ¶ added in v1.1.50
func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigHeaders() bool
HasKratosCourierHttpRequestConfigHeaders returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierHttpRequestConfigMethod ¶ added in v1.1.50
func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigMethod() bool
HasKratosCourierHttpRequestConfigMethod returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierHttpRequestConfigUrl ¶ added in v1.1.50
func (o *NormalizedProjectRevision) HasKratosCourierHttpRequestConfigUrl() bool
HasKratosCourierHttpRequestConfigUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierSmtpConnectionUri ¶
func (o *NormalizedProjectRevision) HasKratosCourierSmtpConnectionUri() bool
HasKratosCourierSmtpConnectionUri returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierSmtpFromAddress ¶
func (o *NormalizedProjectRevision) HasKratosCourierSmtpFromAddress() bool
HasKratosCourierSmtpFromAddress returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierSmtpFromName ¶
func (o *NormalizedProjectRevision) HasKratosCourierSmtpFromName() bool
HasKratosCourierSmtpFromName returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierSmtpHeaders ¶
func (o *NormalizedProjectRevision) HasKratosCourierSmtpHeaders() bool
HasKratosCourierSmtpHeaders returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierSmtpLocalName ¶ added in v1.1.45
func (o *NormalizedProjectRevision) HasKratosCourierSmtpLocalName() bool
HasKratosCourierSmtpLocalName returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesLoginCodeValidEmailBodyHtml ¶ added in v1.2.0
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesLoginCodeValidEmailBodyHtml() bool
HasKratosCourierTemplatesLoginCodeValidEmailBodyHtml returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext ¶ added in v1.2.0
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext() bool
HasKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesLoginCodeValidEmailSubject ¶ added in v1.2.0
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesLoginCodeValidEmailSubject() bool
HasKratosCourierTemplatesLoginCodeValidEmailSubject returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext ¶ added in v1.6.1
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext() bool
HasKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml() bool
HasKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext() bool
HasKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryCodeInvalidEmailSubject ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryCodeInvalidEmailSubject() bool
HasKratosCourierTemplatesRecoveryCodeInvalidEmailSubject returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml() bool
HasKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext() bool
HasKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryCodeValidEmailSubject ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryCodeValidEmailSubject() bool
HasKratosCourierTemplatesRecoveryCodeValidEmailSubject returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryInvalidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryInvalidEmailBodyHtml() bool
HasKratosCourierTemplatesRecoveryInvalidEmailBodyHtml returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext() bool
HasKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryInvalidEmailSubject ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryInvalidEmailSubject() bool
HasKratosCourierTemplatesRecoveryInvalidEmailSubject returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryValidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryValidEmailBodyHtml() bool
HasKratosCourierTemplatesRecoveryValidEmailBodyHtml returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryValidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryValidEmailBodyPlaintext() bool
HasKratosCourierTemplatesRecoveryValidEmailBodyPlaintext returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryValidEmailSubject ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRecoveryValidEmailSubject() bool
HasKratosCourierTemplatesRecoveryValidEmailSubject returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml ¶ added in v1.2.0
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml() bool
HasKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext ¶ added in v1.2.0
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext() bool
HasKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesRegistrationCodeValidEmailSubject ¶ added in v1.2.0
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesRegistrationCodeValidEmailSubject() bool
HasKratosCourierTemplatesRegistrationCodeValidEmailSubject returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml() bool
HasKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext() bool
HasKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeInvalidEmailSubject ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeInvalidEmailSubject() bool
HasKratosCourierTemplatesVerificationCodeInvalidEmailSubject returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeValidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeValidEmailBodyHtml() bool
HasKratosCourierTemplatesVerificationCodeValidEmailBodyHtml returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext() bool
HasKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeValidEmailSubject ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeValidEmailSubject() bool
HasKratosCourierTemplatesVerificationCodeValidEmailSubject returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext ¶ added in v1.5.0
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext() bool
HasKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesVerificationInvalidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationInvalidEmailBodyHtml() bool
HasKratosCourierTemplatesVerificationInvalidEmailBodyHtml returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext() bool
HasKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesVerificationInvalidEmailSubject ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationInvalidEmailSubject() bool
HasKratosCourierTemplatesVerificationInvalidEmailSubject returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesVerificationValidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationValidEmailBodyHtml() bool
HasKratosCourierTemplatesVerificationValidEmailBodyHtml returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesVerificationValidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationValidEmailBodyPlaintext() bool
HasKratosCourierTemplatesVerificationValidEmailBodyPlaintext returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosCourierTemplatesVerificationValidEmailSubject ¶
func (o *NormalizedProjectRevision) HasKratosCourierTemplatesVerificationValidEmailSubject() bool
HasKratosCourierTemplatesVerificationValidEmailSubject returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosFeatureFlagsCacheableSessions ¶ added in v1.1.1
func (o *NormalizedProjectRevision) HasKratosFeatureFlagsCacheableSessions() bool
HasKratosFeatureFlagsCacheableSessions returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosFeatureFlagsCacheableSessionsMaxAge ¶ added in v1.9.0
func (o *NormalizedProjectRevision) HasKratosFeatureFlagsCacheableSessionsMaxAge() bool
HasKratosFeatureFlagsCacheableSessionsMaxAge returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosFeatureFlagsFasterSessionExtend ¶ added in v1.14.0
func (o *NormalizedProjectRevision) HasKratosFeatureFlagsFasterSessionExtend() bool
HasKratosFeatureFlagsFasterSessionExtend returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosFeatureFlagsUseContinueWithTransitions ¶ added in v1.4.3
func (o *NormalizedProjectRevision) HasKratosFeatureFlagsUseContinueWithTransitions() bool
HasKratosFeatureFlagsUseContinueWithTransitions returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosIdentitySchemas ¶
func (o *NormalizedProjectRevision) HasKratosIdentitySchemas() bool
HasKratosIdentitySchemas returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosOauth2ProviderHeaders ¶
func (o *NormalizedProjectRevision) HasKratosOauth2ProviderHeaders() bool
HasKratosOauth2ProviderHeaders returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosOauth2ProviderOverrideReturnTo ¶ added in v1.1.39
func (o *NormalizedProjectRevision) HasKratosOauth2ProviderOverrideReturnTo() bool
HasKratosOauth2ProviderOverrideReturnTo returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosOauth2ProviderUrl ¶
func (o *NormalizedProjectRevision) HasKratosOauth2ProviderUrl() bool
HasKratosOauth2ProviderUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosPreviewDefaultReadConsistencyLevel ¶ added in v1.2.14
func (o *NormalizedProjectRevision) HasKratosPreviewDefaultReadConsistencyLevel() bool
HasKratosPreviewDefaultReadConsistencyLevel returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSecretsCipher ¶
func (o *NormalizedProjectRevision) HasKratosSecretsCipher() bool
HasKratosSecretsCipher returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSecretsCookie ¶
func (o *NormalizedProjectRevision) HasKratosSecretsCookie() bool
HasKratosSecretsCookie returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSecretsDefault ¶
func (o *NormalizedProjectRevision) HasKratosSecretsDefault() bool
HasKratosSecretsDefault returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceAllowedReturnUrls ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceAllowedReturnUrls() bool
HasKratosSelfserviceAllowedReturnUrls returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceDefaultBrowserReturnUrl() bool
HasKratosSelfserviceDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsErrorUiUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsErrorUiUrl() bool
HasKratosSelfserviceFlowsErrorUiUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl ¶ added in v1.11.6
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginLifespan ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginLifespan() bool
HasKratosSelfserviceFlowsLoginLifespan returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginUiUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLoginUiUrl() bool
HasKratosSelfserviceFlowsLoginUiUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsRecoveryEnabled ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRecoveryEnabled() bool
HasKratosSelfserviceFlowsRecoveryEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsRecoveryLifespan ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRecoveryLifespan() bool
HasKratosSelfserviceFlowsRecoveryLifespan returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients ¶ added in v1.1.18
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients() bool
HasKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsRecoveryUiUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRecoveryUiUrl() bool
HasKratosSelfserviceFlowsRecoveryUiUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsRecoveryUse ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRecoveryUse() bool
HasKratosSelfserviceFlowsRecoveryUse returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl ¶ added in v1.11.6
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationEnableLegacyOneStep ¶ added in v1.11.6
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationEnableLegacyOneStep() bool
HasKratosSelfserviceFlowsRegistrationEnableLegacyOneStep returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationEnabled ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationEnabled() bool
HasKratosSelfserviceFlowsRegistrationEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationLifespan ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationLifespan() bool
HasKratosSelfserviceFlowsRegistrationLifespan returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationLoginHints ¶ added in v1.1.47
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationLoginHints() bool
HasKratosSelfserviceFlowsRegistrationLoginHints returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationUiUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsRegistrationUiUrl() bool
HasKratosSelfserviceFlowsRegistrationUiUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl ¶ added in v1.11.6
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsLifespan ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsLifespan() bool
HasKratosSelfserviceFlowsSettingsLifespan returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge() bool
HasKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsRequiredAal ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsRequiredAal() bool
HasKratosSelfserviceFlowsSettingsRequiredAal returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsUiUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsSettingsUiUrl() bool
HasKratosSelfserviceFlowsSettingsUiUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl() bool
HasKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsVerificationEnabled ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsVerificationEnabled() bool
HasKratosSelfserviceFlowsVerificationEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsVerificationLifespan ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsVerificationLifespan() bool
HasKratosSelfserviceFlowsVerificationLifespan returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsVerificationNotifyUnknownRecipients ¶ added in v1.1.18
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsVerificationNotifyUnknownRecipients() bool
HasKratosSelfserviceFlowsVerificationNotifyUnknownRecipients returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsVerificationUiUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsVerificationUiUrl() bool
HasKratosSelfserviceFlowsVerificationUiUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceFlowsVerificationUse ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceFlowsVerificationUse() bool
HasKratosSelfserviceFlowsVerificationUse returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsCodeConfigLifespan ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsCodeConfigLifespan() bool
HasKratosSelfserviceMethodsCodeConfigLifespan returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsCodeEnabled ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsCodeEnabled() bool
HasKratosSelfserviceMethodsCodeEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsCodeMfaEnabled ¶ added in v1.6.1
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsCodeMfaEnabled() bool
HasKratosSelfserviceMethodsCodeMfaEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsCodePasswordlessEnabled ¶ added in v1.2.0
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsCodePasswordlessEnabled() bool
HasKratosSelfserviceMethodsCodePasswordlessEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled ¶ added in v1.11.6
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled() bool
HasKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsLinkConfigBaseUrl ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsLinkConfigBaseUrl() bool
HasKratosSelfserviceMethodsLinkConfigBaseUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsLinkConfigLifespan ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsLinkConfigLifespan() bool
HasKratosSelfserviceMethodsLinkConfigLifespan returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsLinkEnabled ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsLinkEnabled() bool
HasKratosSelfserviceMethodsLinkEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsLookupSecretEnabled ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsLookupSecretEnabled() bool
HasKratosSelfserviceMethodsLookupSecretEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsOidcConfigBaseRedirectUri ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsOidcConfigBaseRedirectUri() bool
HasKratosSelfserviceMethodsOidcConfigBaseRedirectUri returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsOidcConfigProviders ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsOidcConfigProviders() bool
HasKratosSelfserviceMethodsOidcConfigProviders returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsOidcEnabled ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsOidcEnabled() bool
HasKratosSelfserviceMethodsOidcEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsPasskeyConfigRpDisplayName ¶ added in v1.11.6
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasskeyConfigRpDisplayName() bool
HasKratosSelfserviceMethodsPasskeyConfigRpDisplayName returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsPasskeyConfigRpId ¶ added in v1.11.6
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasskeyConfigRpId() bool
HasKratosSelfserviceMethodsPasskeyConfigRpId returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsPasskeyConfigRpOrigins ¶ added in v1.11.6
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasskeyConfigRpOrigins() bool
HasKratosSelfserviceMethodsPasskeyConfigRpOrigins returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsPasskeyEnabled ¶ added in v1.11.6
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasskeyEnabled() bool
HasKratosSelfserviceMethodsPasskeyEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled() bool
HasKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled() bool
HasKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors() bool
HasKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsPasswordConfigMaxBreaches ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasswordConfigMaxBreaches() bool
HasKratosSelfserviceMethodsPasswordConfigMaxBreaches returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsPasswordConfigMinPasswordLength ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasswordConfigMinPasswordLength() bool
HasKratosSelfserviceMethodsPasswordConfigMinPasswordLength returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsPasswordEnabled ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsPasswordEnabled() bool
HasKratosSelfserviceMethodsPasswordEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsProfileEnabled ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsProfileEnabled() bool
HasKratosSelfserviceMethodsProfileEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsTotpConfigIssuer ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsTotpConfigIssuer() bool
HasKratosSelfserviceMethodsTotpConfigIssuer returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsTotpEnabled ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsTotpEnabled() bool
HasKratosSelfserviceMethodsTotpEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsWebauthnConfigPasswordless ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsWebauthnConfigPasswordless() bool
HasKratosSelfserviceMethodsWebauthnConfigPasswordless returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsWebauthnConfigRpDisplayName ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsWebauthnConfigRpDisplayName() bool
HasKratosSelfserviceMethodsWebauthnConfigRpDisplayName returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsWebauthnConfigRpIcon ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsWebauthnConfigRpIcon() bool
HasKratosSelfserviceMethodsWebauthnConfigRpIcon returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsWebauthnConfigRpId ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsWebauthnConfigRpId() bool
HasKratosSelfserviceMethodsWebauthnConfigRpId returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsWebauthnConfigRpOrigins ¶ added in v1.1.44
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsWebauthnConfigRpOrigins() bool
HasKratosSelfserviceMethodsWebauthnConfigRpOrigins returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSelfserviceMethodsWebauthnEnabled ¶
func (o *NormalizedProjectRevision) HasKratosSelfserviceMethodsWebauthnEnabled() bool
HasKratosSelfserviceMethodsWebauthnEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSessionCookiePersistent ¶
func (o *NormalizedProjectRevision) HasKratosSessionCookiePersistent() bool
HasKratosSessionCookiePersistent returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSessionCookieSameSite ¶
func (o *NormalizedProjectRevision) HasKratosSessionCookieSameSite() bool
HasKratosSessionCookieSameSite returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSessionLifespan ¶
func (o *NormalizedProjectRevision) HasKratosSessionLifespan() bool
HasKratosSessionLifespan returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSessionWhoamiRequiredAal ¶
func (o *NormalizedProjectRevision) HasKratosSessionWhoamiRequiredAal() bool
HasKratosSessionWhoamiRequiredAal returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasKratosSessionWhoamiTokenizerTemplates ¶ added in v1.2.7
func (o *NormalizedProjectRevision) HasKratosSessionWhoamiTokenizerTemplates() bool
HasKratosSessionWhoamiTokenizerTemplates returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasProjectId ¶
func (o *NormalizedProjectRevision) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasProjectRevisionHooks ¶ added in v1.2.14
func (o *NormalizedProjectRevision) HasProjectRevisionHooks() bool
HasProjectRevisionHooks returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasServeAdminCorsAllowedOrigins ¶ added in v1.1.41
func (o *NormalizedProjectRevision) HasServeAdminCorsAllowedOrigins() bool
HasServeAdminCorsAllowedOrigins returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasServeAdminCorsEnabled ¶ added in v1.1.41
func (o *NormalizedProjectRevision) HasServeAdminCorsEnabled() bool
HasServeAdminCorsEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasServePublicCorsAllowedOrigins ¶ added in v1.1.41
func (o *NormalizedProjectRevision) HasServePublicCorsAllowedOrigins() bool
HasServePublicCorsAllowedOrigins returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasServePublicCorsEnabled ¶ added in v1.1.41
func (o *NormalizedProjectRevision) HasServePublicCorsEnabled() bool
HasServePublicCorsEnabled returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasStrictSecurity ¶ added in v1.4.1
func (o *NormalizedProjectRevision) HasStrictSecurity() bool
HasStrictSecurity returns a boolean if a field has been set.
func (*NormalizedProjectRevision) HasUpdatedAt ¶
func (o *NormalizedProjectRevision) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (NormalizedProjectRevision) MarshalJSON ¶
func (o NormalizedProjectRevision) MarshalJSON() ([]byte, error)
func (*NormalizedProjectRevision) SetCreatedAt ¶
func (o *NormalizedProjectRevision) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*NormalizedProjectRevision) SetDisableAccountExperienceWelcomeScreen ¶ added in v1.1.44
func (o *NormalizedProjectRevision) SetDisableAccountExperienceWelcomeScreen(v bool)
SetDisableAccountExperienceWelcomeScreen gets a reference to the given bool and assigns it to the DisableAccountExperienceWelcomeScreen field.
func (*NormalizedProjectRevision) SetEnableAxV2 ¶ added in v1.8.0
func (o *NormalizedProjectRevision) SetEnableAxV2(v bool)
SetEnableAxV2 gets a reference to the given bool and assigns it to the EnableAxV2 field.
func (*NormalizedProjectRevision) SetHydraOauth2AllowedTopLevelClaims ¶ added in v1.1.10
func (o *NormalizedProjectRevision) SetHydraOauth2AllowedTopLevelClaims(v []string)
SetHydraOauth2AllowedTopLevelClaims gets a reference to the given []string and assigns it to the HydraOauth2AllowedTopLevelClaims field.
func (*NormalizedProjectRevision) SetHydraOauth2ClientCredentialsDefaultGrantAllowedScope ¶
func (o *NormalizedProjectRevision) SetHydraOauth2ClientCredentialsDefaultGrantAllowedScope(v bool)
SetHydraOauth2ClientCredentialsDefaultGrantAllowedScope gets a reference to the given bool and assigns it to the HydraOauth2ClientCredentialsDefaultGrantAllowedScope field.
func (*NormalizedProjectRevision) SetHydraOauth2ExcludeNotBeforeClaim ¶ added in v1.1.10
func (o *NormalizedProjectRevision) SetHydraOauth2ExcludeNotBeforeClaim(v bool)
SetHydraOauth2ExcludeNotBeforeClaim gets a reference to the given bool and assigns it to the HydraOauth2ExcludeNotBeforeClaim field.
func (*NormalizedProjectRevision) SetHydraOauth2GrantJwtIatOptional ¶
func (o *NormalizedProjectRevision) SetHydraOauth2GrantJwtIatOptional(v bool)
SetHydraOauth2GrantJwtIatOptional gets a reference to the given bool and assigns it to the HydraOauth2GrantJwtIatOptional field.
func (*NormalizedProjectRevision) SetHydraOauth2GrantJwtJtiOptional ¶
func (o *NormalizedProjectRevision) SetHydraOauth2GrantJwtJtiOptional(v bool)
SetHydraOauth2GrantJwtJtiOptional gets a reference to the given bool and assigns it to the HydraOauth2GrantJwtJtiOptional field.
func (*NormalizedProjectRevision) SetHydraOauth2GrantJwtMaxTtl ¶
func (o *NormalizedProjectRevision) SetHydraOauth2GrantJwtMaxTtl(v string)
SetHydraOauth2GrantJwtMaxTtl gets a reference to the given string and assigns it to the HydraOauth2GrantJwtMaxTtl field.
func (*NormalizedProjectRevision) SetHydraOauth2MirrorTopLevelClaims ¶ added in v1.6.2
func (o *NormalizedProjectRevision) SetHydraOauth2MirrorTopLevelClaims(v bool)
SetHydraOauth2MirrorTopLevelClaims gets a reference to the given bool and assigns it to the HydraOauth2MirrorTopLevelClaims field.
func (*NormalizedProjectRevision) SetHydraOauth2PkceEnforced ¶
func (o *NormalizedProjectRevision) SetHydraOauth2PkceEnforced(v bool)
SetHydraOauth2PkceEnforced gets a reference to the given bool and assigns it to the HydraOauth2PkceEnforced field.
func (*NormalizedProjectRevision) SetHydraOauth2PkceEnforcedForPublicClients ¶
func (o *NormalizedProjectRevision) SetHydraOauth2PkceEnforcedForPublicClients(v bool)
SetHydraOauth2PkceEnforcedForPublicClients gets a reference to the given bool and assigns it to the HydraOauth2PkceEnforcedForPublicClients field.
func (*NormalizedProjectRevision) SetHydraOauth2RefreshTokenHook ¶
func (o *NormalizedProjectRevision) SetHydraOauth2RefreshTokenHook(v string)
SetHydraOauth2RefreshTokenHook gets a reference to the given string and assigns it to the HydraOauth2RefreshTokenHook field.
func (*NormalizedProjectRevision) SetHydraOauth2TokenHook ¶ added in v1.1.44
func (o *NormalizedProjectRevision) SetHydraOauth2TokenHook(v string)
SetHydraOauth2TokenHook gets a reference to the given string and assigns it to the HydraOauth2TokenHook field.
func (*NormalizedProjectRevision) SetHydraOidcDynamicClientRegistrationDefaultScope ¶
func (o *NormalizedProjectRevision) SetHydraOidcDynamicClientRegistrationDefaultScope(v []string)
SetHydraOidcDynamicClientRegistrationDefaultScope gets a reference to the given []string and assigns it to the HydraOidcDynamicClientRegistrationDefaultScope field.
func (*NormalizedProjectRevision) SetHydraOidcDynamicClientRegistrationEnabled ¶
func (o *NormalizedProjectRevision) SetHydraOidcDynamicClientRegistrationEnabled(v bool)
SetHydraOidcDynamicClientRegistrationEnabled gets a reference to the given bool and assigns it to the HydraOidcDynamicClientRegistrationEnabled field.
func (*NormalizedProjectRevision) SetHydraOidcSubjectIdentifiersPairwiseSalt ¶
func (o *NormalizedProjectRevision) SetHydraOidcSubjectIdentifiersPairwiseSalt(v string)
SetHydraOidcSubjectIdentifiersPairwiseSalt gets a reference to the given string and assigns it to the HydraOidcSubjectIdentifiersPairwiseSalt field.
func (*NormalizedProjectRevision) SetHydraOidcSubjectIdentifiersSupportedTypes ¶
func (o *NormalizedProjectRevision) SetHydraOidcSubjectIdentifiersSupportedTypes(v []string)
SetHydraOidcSubjectIdentifiersSupportedTypes gets a reference to the given []string and assigns it to the HydraOidcSubjectIdentifiersSupportedTypes field.
func (*NormalizedProjectRevision) SetHydraSecretsCookie ¶
func (o *NormalizedProjectRevision) SetHydraSecretsCookie(v []string)
SetHydraSecretsCookie gets a reference to the given []string and assigns it to the HydraSecretsCookie field.
func (*NormalizedProjectRevision) SetHydraSecretsSystem ¶
func (o *NormalizedProjectRevision) SetHydraSecretsSystem(v []string)
SetHydraSecretsSystem gets a reference to the given []string and assigns it to the HydraSecretsSystem field.
func (*NormalizedProjectRevision) SetHydraServeCookiesSameSiteLegacyWorkaround ¶
func (o *NormalizedProjectRevision) SetHydraServeCookiesSameSiteLegacyWorkaround(v bool)
SetHydraServeCookiesSameSiteLegacyWorkaround gets a reference to the given bool and assigns it to the HydraServeCookiesSameSiteLegacyWorkaround field.
func (*NormalizedProjectRevision) SetHydraServeCookiesSameSiteMode ¶
func (o *NormalizedProjectRevision) SetHydraServeCookiesSameSiteMode(v string)
SetHydraServeCookiesSameSiteMode gets a reference to the given string and assigns it to the HydraServeCookiesSameSiteMode field.
func (*NormalizedProjectRevision) SetHydraStrategiesAccessToken ¶
func (o *NormalizedProjectRevision) SetHydraStrategiesAccessToken(v string)
SetHydraStrategiesAccessToken gets a reference to the given string and assigns it to the HydraStrategiesAccessToken field.
func (*NormalizedProjectRevision) SetHydraStrategiesJwtScopeClaim ¶ added in v1.11.10
func (o *NormalizedProjectRevision) SetHydraStrategiesJwtScopeClaim(v string)
SetHydraStrategiesJwtScopeClaim gets a reference to the given string and assigns it to the HydraStrategiesJwtScopeClaim field.
func (*NormalizedProjectRevision) SetHydraStrategiesScope ¶
func (o *NormalizedProjectRevision) SetHydraStrategiesScope(v string)
SetHydraStrategiesScope gets a reference to the given string and assigns it to the HydraStrategiesScope field.
func (*NormalizedProjectRevision) SetHydraTtlAccessToken ¶
func (o *NormalizedProjectRevision) SetHydraTtlAccessToken(v string)
SetHydraTtlAccessToken gets a reference to the given string and assigns it to the HydraTtlAccessToken field.
func (*NormalizedProjectRevision) SetHydraTtlAuthCode ¶
func (o *NormalizedProjectRevision) SetHydraTtlAuthCode(v string)
SetHydraTtlAuthCode gets a reference to the given string and assigns it to the HydraTtlAuthCode field.
func (*NormalizedProjectRevision) SetHydraTtlIdToken ¶
func (o *NormalizedProjectRevision) SetHydraTtlIdToken(v string)
SetHydraTtlIdToken gets a reference to the given string and assigns it to the HydraTtlIdToken field.
func (*NormalizedProjectRevision) SetHydraTtlLoginConsentRequest ¶
func (o *NormalizedProjectRevision) SetHydraTtlLoginConsentRequest(v string)
SetHydraTtlLoginConsentRequest gets a reference to the given string and assigns it to the HydraTtlLoginConsentRequest field.
func (*NormalizedProjectRevision) SetHydraTtlRefreshToken ¶
func (o *NormalizedProjectRevision) SetHydraTtlRefreshToken(v string)
SetHydraTtlRefreshToken gets a reference to the given string and assigns it to the HydraTtlRefreshToken field.
func (*NormalizedProjectRevision) SetHydraUrlsConsent ¶
func (o *NormalizedProjectRevision) SetHydraUrlsConsent(v string)
SetHydraUrlsConsent gets a reference to the given string and assigns it to the HydraUrlsConsent field.
func (*NormalizedProjectRevision) SetHydraUrlsError ¶
func (o *NormalizedProjectRevision) SetHydraUrlsError(v string)
SetHydraUrlsError gets a reference to the given string and assigns it to the HydraUrlsError field.
func (*NormalizedProjectRevision) SetHydraUrlsLogin ¶
func (o *NormalizedProjectRevision) SetHydraUrlsLogin(v string)
SetHydraUrlsLogin gets a reference to the given string and assigns it to the HydraUrlsLogin field.
func (*NormalizedProjectRevision) SetHydraUrlsLogout ¶
func (o *NormalizedProjectRevision) SetHydraUrlsLogout(v string)
SetHydraUrlsLogout gets a reference to the given string and assigns it to the HydraUrlsLogout field.
func (*NormalizedProjectRevision) SetHydraUrlsPostLogoutRedirect ¶
func (o *NormalizedProjectRevision) SetHydraUrlsPostLogoutRedirect(v string)
SetHydraUrlsPostLogoutRedirect gets a reference to the given string and assigns it to the HydraUrlsPostLogoutRedirect field.
func (*NormalizedProjectRevision) SetHydraUrlsRegistration ¶ added in v1.2.11
func (o *NormalizedProjectRevision) SetHydraUrlsRegistration(v string)
SetHydraUrlsRegistration gets a reference to the given string and assigns it to the HydraUrlsRegistration field.
func (*NormalizedProjectRevision) SetHydraUrlsSelfIssuer ¶
func (o *NormalizedProjectRevision) SetHydraUrlsSelfIssuer(v string)
SetHydraUrlsSelfIssuer gets a reference to the given string and assigns it to the HydraUrlsSelfIssuer field.
func (*NormalizedProjectRevision) SetHydraWebfingerJwksBroadcastKeys ¶
func (o *NormalizedProjectRevision) SetHydraWebfingerJwksBroadcastKeys(v []string)
SetHydraWebfingerJwksBroadcastKeys gets a reference to the given []string and assigns it to the HydraWebfingerJwksBroadcastKeys field.
func (*NormalizedProjectRevision) SetHydraWebfingerOidcDiscoveryAuthUrl ¶
func (o *NormalizedProjectRevision) SetHydraWebfingerOidcDiscoveryAuthUrl(v string)
SetHydraWebfingerOidcDiscoveryAuthUrl gets a reference to the given string and assigns it to the HydraWebfingerOidcDiscoveryAuthUrl field.
func (*NormalizedProjectRevision) SetHydraWebfingerOidcDiscoveryClientRegistrationUrl ¶
func (o *NormalizedProjectRevision) SetHydraWebfingerOidcDiscoveryClientRegistrationUrl(v string)
SetHydraWebfingerOidcDiscoveryClientRegistrationUrl gets a reference to the given string and assigns it to the HydraWebfingerOidcDiscoveryClientRegistrationUrl field.
func (*NormalizedProjectRevision) SetHydraWebfingerOidcDiscoveryJwksUrl ¶
func (o *NormalizedProjectRevision) SetHydraWebfingerOidcDiscoveryJwksUrl(v string)
SetHydraWebfingerOidcDiscoveryJwksUrl gets a reference to the given string and assigns it to the HydraWebfingerOidcDiscoveryJwksUrl field.
func (*NormalizedProjectRevision) SetHydraWebfingerOidcDiscoverySupportedClaims ¶
func (o *NormalizedProjectRevision) SetHydraWebfingerOidcDiscoverySupportedClaims(v []string)
SetHydraWebfingerOidcDiscoverySupportedClaims gets a reference to the given []string and assigns it to the HydraWebfingerOidcDiscoverySupportedClaims field.
func (*NormalizedProjectRevision) SetHydraWebfingerOidcDiscoverySupportedScope ¶
func (o *NormalizedProjectRevision) SetHydraWebfingerOidcDiscoverySupportedScope(v []string)
SetHydraWebfingerOidcDiscoverySupportedScope gets a reference to the given []string and assigns it to the HydraWebfingerOidcDiscoverySupportedScope field.
func (*NormalizedProjectRevision) SetHydraWebfingerOidcDiscoveryTokenUrl ¶
func (o *NormalizedProjectRevision) SetHydraWebfingerOidcDiscoveryTokenUrl(v string)
SetHydraWebfingerOidcDiscoveryTokenUrl gets a reference to the given string and assigns it to the HydraWebfingerOidcDiscoveryTokenUrl field.
func (*NormalizedProjectRevision) SetHydraWebfingerOidcDiscoveryUserinfoUrl ¶
func (o *NormalizedProjectRevision) SetHydraWebfingerOidcDiscoveryUserinfoUrl(v string)
SetHydraWebfingerOidcDiscoveryUserinfoUrl gets a reference to the given string and assigns it to the HydraWebfingerOidcDiscoveryUserinfoUrl field.
func (*NormalizedProjectRevision) SetId ¶
func (o *NormalizedProjectRevision) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*NormalizedProjectRevision) SetKetoNamespaceConfiguration ¶
func (o *NormalizedProjectRevision) SetKetoNamespaceConfiguration(v string)
SetKetoNamespaceConfiguration gets a reference to the given string and assigns it to the KetoNamespaceConfiguration field.
func (*NormalizedProjectRevision) SetKetoNamespaces ¶
func (o *NormalizedProjectRevision) SetKetoNamespaces(v []KetoNamespace)
SetKetoNamespaces gets a reference to the given []KetoNamespace and assigns it to the KetoNamespaces field.
func (*NormalizedProjectRevision) SetKratosCookiesSameSite ¶
func (o *NormalizedProjectRevision) SetKratosCookiesSameSite(v string)
SetKratosCookiesSameSite gets a reference to the given string and assigns it to the KratosCookiesSameSite field.
func (*NormalizedProjectRevision) SetKratosCourierChannels ¶ added in v1.5.0
func (o *NormalizedProjectRevision) SetKratosCourierChannels(v []NormalizedProjectRevisionCourierChannel)
SetKratosCourierChannels gets a reference to the given []NormalizedProjectRevisionCourierChannel and assigns it to the KratosCourierChannels field.
func (*NormalizedProjectRevision) SetKratosCourierDeliveryStrategy ¶ added in v1.1.50
func (o *NormalizedProjectRevision) SetKratosCourierDeliveryStrategy(v string)
SetKratosCourierDeliveryStrategy gets a reference to the given string and assigns it to the KratosCourierDeliveryStrategy field.
func (*NormalizedProjectRevision) SetKratosCourierHttpRequestConfigAuthApiKeyIn ¶ added in v1.1.50
func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigAuthApiKeyIn(v string)
SetKratosCourierHttpRequestConfigAuthApiKeyIn gets a reference to the given string and assigns it to the KratosCourierHttpRequestConfigAuthApiKeyIn field.
func (*NormalizedProjectRevision) SetKratosCourierHttpRequestConfigAuthApiKeyName ¶ added in v1.1.50
func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigAuthApiKeyName(v string)
SetKratosCourierHttpRequestConfigAuthApiKeyName gets a reference to the given string and assigns it to the KratosCourierHttpRequestConfigAuthApiKeyName field.
func (*NormalizedProjectRevision) SetKratosCourierHttpRequestConfigAuthApiKeyValue ¶ added in v1.1.50
func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigAuthApiKeyValue(v string)
SetKratosCourierHttpRequestConfigAuthApiKeyValue gets a reference to the given string and assigns it to the KratosCourierHttpRequestConfigAuthApiKeyValue field.
func (*NormalizedProjectRevision) SetKratosCourierHttpRequestConfigAuthBasicAuthPassword ¶ added in v1.1.50
func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigAuthBasicAuthPassword(v string)
SetKratosCourierHttpRequestConfigAuthBasicAuthPassword gets a reference to the given string and assigns it to the KratosCourierHttpRequestConfigAuthBasicAuthPassword field.
func (*NormalizedProjectRevision) SetKratosCourierHttpRequestConfigAuthBasicAuthUser ¶ added in v1.1.50
func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigAuthBasicAuthUser(v string)
SetKratosCourierHttpRequestConfigAuthBasicAuthUser gets a reference to the given string and assigns it to the KratosCourierHttpRequestConfigAuthBasicAuthUser field.
func (*NormalizedProjectRevision) SetKratosCourierHttpRequestConfigAuthType ¶ added in v1.1.50
func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigAuthType(v string)
SetKratosCourierHttpRequestConfigAuthType gets a reference to the given string and assigns it to the KratosCourierHttpRequestConfigAuthType field.
func (*NormalizedProjectRevision) SetKratosCourierHttpRequestConfigBody ¶ added in v1.1.50
func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigBody(v string)
SetKratosCourierHttpRequestConfigBody gets a reference to the given string and assigns it to the KratosCourierHttpRequestConfigBody field.
func (*NormalizedProjectRevision) SetKratosCourierHttpRequestConfigHeaders ¶ added in v1.1.50
func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigHeaders(v map[string]interface{})
SetKratosCourierHttpRequestConfigHeaders gets a reference to the given map[string]interface{} and assigns it to the KratosCourierHttpRequestConfigHeaders field.
func (*NormalizedProjectRevision) SetKratosCourierHttpRequestConfigMethod ¶ added in v1.1.50
func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigMethod(v string)
SetKratosCourierHttpRequestConfigMethod gets a reference to the given string and assigns it to the KratosCourierHttpRequestConfigMethod field.
func (*NormalizedProjectRevision) SetKratosCourierHttpRequestConfigUrl ¶ added in v1.1.50
func (o *NormalizedProjectRevision) SetKratosCourierHttpRequestConfigUrl(v string)
SetKratosCourierHttpRequestConfigUrl gets a reference to the given string and assigns it to the KratosCourierHttpRequestConfigUrl field.
func (*NormalizedProjectRevision) SetKratosCourierSmtpConnectionUri ¶
func (o *NormalizedProjectRevision) SetKratosCourierSmtpConnectionUri(v string)
SetKratosCourierSmtpConnectionUri gets a reference to the given string and assigns it to the KratosCourierSmtpConnectionUri field.
func (*NormalizedProjectRevision) SetKratosCourierSmtpFromAddress ¶
func (o *NormalizedProjectRevision) SetKratosCourierSmtpFromAddress(v string)
SetKratosCourierSmtpFromAddress gets a reference to the given string and assigns it to the KratosCourierSmtpFromAddress field.
func (*NormalizedProjectRevision) SetKratosCourierSmtpFromName ¶
func (o *NormalizedProjectRevision) SetKratosCourierSmtpFromName(v string)
SetKratosCourierSmtpFromName gets a reference to the given string and assigns it to the KratosCourierSmtpFromName field.
func (*NormalizedProjectRevision) SetKratosCourierSmtpHeaders ¶
func (o *NormalizedProjectRevision) SetKratosCourierSmtpHeaders(v map[string]interface{})
SetKratosCourierSmtpHeaders gets a reference to the given map[string]interface{} and assigns it to the KratosCourierSmtpHeaders field.
func (*NormalizedProjectRevision) SetKratosCourierSmtpLocalName ¶ added in v1.1.45
func (o *NormalizedProjectRevision) SetKratosCourierSmtpLocalName(v string)
SetKratosCourierSmtpLocalName gets a reference to the given string and assigns it to the KratosCourierSmtpLocalName field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesLoginCodeValidEmailBodyHtml ¶ added in v1.2.0
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesLoginCodeValidEmailBodyHtml(v string)
SetKratosCourierTemplatesLoginCodeValidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesLoginCodeValidEmailBodyHtml field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext ¶ added in v1.2.0
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesLoginCodeValidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesLoginCodeValidEmailBodyPlaintext field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesLoginCodeValidEmailSubject ¶ added in v1.2.0
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesLoginCodeValidEmailSubject(v string)
SetKratosCourierTemplatesLoginCodeValidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesLoginCodeValidEmailSubject field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext ¶ added in v1.6.1
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext(v string)
SetKratosCourierTemplatesLoginCodeValidSmsBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesLoginCodeValidSmsBodyPlaintext field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml(v string)
SetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryCodeInvalidEmailBodyHtml field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryCodeInvalidEmailBodyPlaintext field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryCodeInvalidEmailSubject ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryCodeInvalidEmailSubject(v string)
SetKratosCourierTemplatesRecoveryCodeInvalidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryCodeInvalidEmailSubject field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml(v string)
SetKratosCourierTemplatesRecoveryCodeValidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryCodeValidEmailBodyHtml field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryCodeValidEmailBodyPlaintext field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryCodeValidEmailSubject ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryCodeValidEmailSubject(v string)
SetKratosCourierTemplatesRecoveryCodeValidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryCodeValidEmailSubject field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryInvalidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryInvalidEmailBodyHtml(v string)
SetKratosCourierTemplatesRecoveryInvalidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryInvalidEmailBodyHtml field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryInvalidEmailBodyPlaintext field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryInvalidEmailSubject ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryInvalidEmailSubject(v string)
SetKratosCourierTemplatesRecoveryInvalidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryInvalidEmailSubject field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryValidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryValidEmailBodyHtml(v string)
SetKratosCourierTemplatesRecoveryValidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryValidEmailBodyHtml field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryValidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryValidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesRecoveryValidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryValidEmailBodyPlaintext field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryValidEmailSubject ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRecoveryValidEmailSubject(v string)
SetKratosCourierTemplatesRecoveryValidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesRecoveryValidEmailSubject field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml ¶ added in v1.2.0
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml(v string)
SetKratosCourierTemplatesRegistrationCodeValidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesRegistrationCodeValidEmailBodyHtml field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext ¶ added in v1.2.0
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesRegistrationCodeValidEmailBodyPlaintext field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesRegistrationCodeValidEmailSubject ¶ added in v1.2.0
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesRegistrationCodeValidEmailSubject(v string)
SetKratosCourierTemplatesRegistrationCodeValidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesRegistrationCodeValidEmailSubject field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml(v string)
SetKratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationCodeInvalidEmailBodyHtml field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationCodeInvalidEmailBodyPlaintext field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeInvalidEmailSubject ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeInvalidEmailSubject(v string)
SetKratosCourierTemplatesVerificationCodeInvalidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationCodeInvalidEmailSubject field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeValidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeValidEmailBodyHtml(v string)
SetKratosCourierTemplatesVerificationCodeValidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationCodeValidEmailBodyHtml field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationCodeValidEmailBodyPlaintext field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeValidEmailSubject ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeValidEmailSubject(v string)
SetKratosCourierTemplatesVerificationCodeValidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationCodeValidEmailSubject field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext ¶ added in v1.5.0
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext(v string)
SetKratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationCodeValidSmsBodyPlaintext field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesVerificationInvalidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationInvalidEmailBodyHtml(v string)
SetKratosCourierTemplatesVerificationInvalidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationInvalidEmailBodyHtml field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesVerificationInvalidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationInvalidEmailBodyPlaintext field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesVerificationInvalidEmailSubject ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationInvalidEmailSubject(v string)
SetKratosCourierTemplatesVerificationInvalidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationInvalidEmailSubject field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesVerificationValidEmailBodyHtml ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationValidEmailBodyHtml(v string)
SetKratosCourierTemplatesVerificationValidEmailBodyHtml gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationValidEmailBodyHtml field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesVerificationValidEmailBodyPlaintext ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationValidEmailBodyPlaintext(v string)
SetKratosCourierTemplatesVerificationValidEmailBodyPlaintext gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationValidEmailBodyPlaintext field.
func (*NormalizedProjectRevision) SetKratosCourierTemplatesVerificationValidEmailSubject ¶
func (o *NormalizedProjectRevision) SetKratosCourierTemplatesVerificationValidEmailSubject(v string)
SetKratosCourierTemplatesVerificationValidEmailSubject gets a reference to the given string and assigns it to the KratosCourierTemplatesVerificationValidEmailSubject field.
func (*NormalizedProjectRevision) SetKratosFeatureFlagsCacheableSessions ¶ added in v1.1.1
func (o *NormalizedProjectRevision) SetKratosFeatureFlagsCacheableSessions(v bool)
SetKratosFeatureFlagsCacheableSessions gets a reference to the given bool and assigns it to the KratosFeatureFlagsCacheableSessions field.
func (*NormalizedProjectRevision) SetKratosFeatureFlagsCacheableSessionsMaxAge ¶ added in v1.9.0
func (o *NormalizedProjectRevision) SetKratosFeatureFlagsCacheableSessionsMaxAge(v string)
SetKratosFeatureFlagsCacheableSessionsMaxAge gets a reference to the given string and assigns it to the KratosFeatureFlagsCacheableSessionsMaxAge field.
func (*NormalizedProjectRevision) SetKratosFeatureFlagsFasterSessionExtend ¶ added in v1.14.0
func (o *NormalizedProjectRevision) SetKratosFeatureFlagsFasterSessionExtend(v bool)
SetKratosFeatureFlagsFasterSessionExtend gets a reference to the given bool and assigns it to the KratosFeatureFlagsFasterSessionExtend field.
func (*NormalizedProjectRevision) SetKratosFeatureFlagsUseContinueWithTransitions ¶ added in v1.4.3
func (o *NormalizedProjectRevision) SetKratosFeatureFlagsUseContinueWithTransitions(v bool)
SetKratosFeatureFlagsUseContinueWithTransitions gets a reference to the given bool and assigns it to the KratosFeatureFlagsUseContinueWithTransitions field.
func (*NormalizedProjectRevision) SetKratosIdentitySchemas ¶
func (o *NormalizedProjectRevision) SetKratosIdentitySchemas(v []NormalizedProjectRevisionIdentitySchema)
SetKratosIdentitySchemas gets a reference to the given []NormalizedProjectRevisionIdentitySchema and assigns it to the KratosIdentitySchemas field.
func (*NormalizedProjectRevision) SetKratosOauth2ProviderHeaders ¶
func (o *NormalizedProjectRevision) SetKratosOauth2ProviderHeaders(v map[string]interface{})
SetKratosOauth2ProviderHeaders gets a reference to the given map[string]interface{} and assigns it to the KratosOauth2ProviderHeaders field.
func (*NormalizedProjectRevision) SetKratosOauth2ProviderOverrideReturnTo ¶ added in v1.1.39
func (o *NormalizedProjectRevision) SetKratosOauth2ProviderOverrideReturnTo(v bool)
SetKratosOauth2ProviderOverrideReturnTo gets a reference to the given bool and assigns it to the KratosOauth2ProviderOverrideReturnTo field.
func (*NormalizedProjectRevision) SetKratosOauth2ProviderUrl ¶
func (o *NormalizedProjectRevision) SetKratosOauth2ProviderUrl(v string)
SetKratosOauth2ProviderUrl gets a reference to the given string and assigns it to the KratosOauth2ProviderUrl field.
func (*NormalizedProjectRevision) SetKratosPreviewDefaultReadConsistencyLevel ¶ added in v1.2.14
func (o *NormalizedProjectRevision) SetKratosPreviewDefaultReadConsistencyLevel(v string)
SetKratosPreviewDefaultReadConsistencyLevel gets a reference to the given string and assigns it to the KratosPreviewDefaultReadConsistencyLevel field.
func (*NormalizedProjectRevision) SetKratosSecretsCipher ¶
func (o *NormalizedProjectRevision) SetKratosSecretsCipher(v []string)
SetKratosSecretsCipher gets a reference to the given []string and assigns it to the KratosSecretsCipher field.
func (*NormalizedProjectRevision) SetKratosSecretsCookie ¶
func (o *NormalizedProjectRevision) SetKratosSecretsCookie(v []string)
SetKratosSecretsCookie gets a reference to the given []string and assigns it to the KratosSecretsCookie field.
func (*NormalizedProjectRevision) SetKratosSecretsDefault ¶
func (o *NormalizedProjectRevision) SetKratosSecretsDefault(v []string)
SetKratosSecretsDefault gets a reference to the given []string and assigns it to the KratosSecretsDefault field.
func (*NormalizedProjectRevision) SetKratosSelfserviceAllowedReturnUrls ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceAllowedReturnUrls(v []string)
SetKratosSelfserviceAllowedReturnUrls gets a reference to the given []string and assigns it to the KratosSelfserviceAllowedReturnUrls field.
func (*NormalizedProjectRevision) SetKratosSelfserviceDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsErrorUiUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsErrorUiUrl(v string)
SetKratosSelfserviceFlowsErrorUiUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsErrorUiUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginAfterCodeDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginAfterDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginAfterLookupSecretDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginAfterOidcDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl ¶ added in v1.11.6
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginAfterPasskeyDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginAfterPasswordDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginLifespan ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginLifespan(v string)
SetKratosSelfserviceFlowsLoginLifespan gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginLifespan field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginUiUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLoginUiUrl(v string)
SetKratosSelfserviceFlowsLoginUiUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLoginUiUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsRecoveryEnabled ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRecoveryEnabled(v bool)
SetKratosSelfserviceFlowsRecoveryEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceFlowsRecoveryEnabled field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsRecoveryLifespan ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRecoveryLifespan(v string)
SetKratosSelfserviceFlowsRecoveryLifespan gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRecoveryLifespan field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients ¶ added in v1.1.18
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients(v bool)
SetKratosSelfserviceFlowsRecoveryNotifyUnknownRecipients gets a reference to the given bool and assigns it to the KratosSelfserviceFlowsRecoveryNotifyUnknownRecipients field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsRecoveryUiUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRecoveryUiUrl(v string)
SetKratosSelfserviceFlowsRecoveryUiUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRecoveryUiUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsRecoveryUse ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRecoveryUse(v string)
SetKratosSelfserviceFlowsRecoveryUse gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRecoveryUse field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRegistrationAfterCodeDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRegistrationAfterDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRegistrationAfterOidcDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl ¶ added in v1.11.6
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRegistrationAfterPasskeyDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRegistrationAfterPasswordDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRegistrationAfterWebauthnDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationEnableLegacyOneStep ¶ added in v1.11.6
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationEnableLegacyOneStep(v bool)
SetKratosSelfserviceFlowsRegistrationEnableLegacyOneStep gets a reference to the given bool and assigns it to the KratosSelfserviceFlowsRegistrationEnableLegacyOneStep field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationEnabled ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationEnabled(v bool)
SetKratosSelfserviceFlowsRegistrationEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceFlowsRegistrationEnabled field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationLifespan ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationLifespan(v string)
SetKratosSelfserviceFlowsRegistrationLifespan gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRegistrationLifespan field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationLoginHints ¶ added in v1.1.47
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationLoginHints(v bool)
SetKratosSelfserviceFlowsRegistrationLoginHints gets a reference to the given bool and assigns it to the KratosSelfserviceFlowsRegistrationLoginHints field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationUiUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsRegistrationUiUrl(v string)
SetKratosSelfserviceFlowsRegistrationUiUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsRegistrationUiUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsAfterDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsAfterLookupSecretDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsAfterOidcDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl ¶ added in v1.11.6
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsAfterPasskeyDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsAfterPasswordDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsAfterProfileDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsAfterTotpDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl ¶ added in v1.2.9
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsAfterWebauthnDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsLifespan ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsLifespan(v string)
SetKratosSelfserviceFlowsSettingsLifespan gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsLifespan field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge(v string)
SetKratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsPrivilegedSessionMaxAge field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsRequiredAal ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsRequiredAal(v string)
SetKratosSelfserviceFlowsSettingsRequiredAal gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsRequiredAal field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsUiUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsSettingsUiUrl(v string)
SetKratosSelfserviceFlowsSettingsUiUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsSettingsUiUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl(v string)
SetKratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsVerificationAfterDefaultBrowserReturnUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsVerificationEnabled ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsVerificationEnabled(v bool)
SetKratosSelfserviceFlowsVerificationEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceFlowsVerificationEnabled field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsVerificationLifespan ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsVerificationLifespan(v string)
SetKratosSelfserviceFlowsVerificationLifespan gets a reference to the given string and assigns it to the KratosSelfserviceFlowsVerificationLifespan field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsVerificationNotifyUnknownRecipients ¶ added in v1.1.18
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsVerificationNotifyUnknownRecipients(v bool)
SetKratosSelfserviceFlowsVerificationNotifyUnknownRecipients gets a reference to the given bool and assigns it to the KratosSelfserviceFlowsVerificationNotifyUnknownRecipients field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsVerificationUiUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsVerificationUiUrl(v string)
SetKratosSelfserviceFlowsVerificationUiUrl gets a reference to the given string and assigns it to the KratosSelfserviceFlowsVerificationUiUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceFlowsVerificationUse ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceFlowsVerificationUse(v string)
SetKratosSelfserviceFlowsVerificationUse gets a reference to the given string and assigns it to the KratosSelfserviceFlowsVerificationUse field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsCodeConfigLifespan ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsCodeConfigLifespan(v string)
SetKratosSelfserviceMethodsCodeConfigLifespan gets a reference to the given string and assigns it to the KratosSelfserviceMethodsCodeConfigLifespan field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsCodeEnabled ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsCodeEnabled(v bool)
SetKratosSelfserviceMethodsCodeEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsCodeEnabled field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsCodeMfaEnabled ¶ added in v1.6.1
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsCodeMfaEnabled(v bool)
SetKratosSelfserviceMethodsCodeMfaEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsCodeMfaEnabled field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsCodePasswordlessEnabled ¶ added in v1.2.0
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsCodePasswordlessEnabled(v bool)
SetKratosSelfserviceMethodsCodePasswordlessEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsCodePasswordlessEnabled field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled ¶ added in v1.11.6
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled(v bool)
SetKratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsCodePasswordlessLoginFallbackEnabled field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsLinkConfigBaseUrl ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsLinkConfigBaseUrl(v string)
SetKratosSelfserviceMethodsLinkConfigBaseUrl gets a reference to the given string and assigns it to the KratosSelfserviceMethodsLinkConfigBaseUrl field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsLinkConfigLifespan ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsLinkConfigLifespan(v string)
SetKratosSelfserviceMethodsLinkConfigLifespan gets a reference to the given string and assigns it to the KratosSelfserviceMethodsLinkConfigLifespan field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsLinkEnabled ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsLinkEnabled(v bool)
SetKratosSelfserviceMethodsLinkEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsLinkEnabled field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsLookupSecretEnabled ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsLookupSecretEnabled(v bool)
SetKratosSelfserviceMethodsLookupSecretEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsLookupSecretEnabled field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsOidcConfigBaseRedirectUri ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsOidcConfigBaseRedirectUri(v string)
SetKratosSelfserviceMethodsOidcConfigBaseRedirectUri gets a reference to the given string and assigns it to the KratosSelfserviceMethodsOidcConfigBaseRedirectUri field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsOidcConfigProviders ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsOidcConfigProviders(v []NormalizedProjectRevisionThirdPartyProvider)
SetKratosSelfserviceMethodsOidcConfigProviders gets a reference to the given []NormalizedProjectRevisionThirdPartyProvider and assigns it to the KratosSelfserviceMethodsOidcConfigProviders field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsOidcEnabled ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsOidcEnabled(v bool)
SetKratosSelfserviceMethodsOidcEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsOidcEnabled field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsPasskeyConfigRpDisplayName ¶ added in v1.11.6
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasskeyConfigRpDisplayName(v string)
SetKratosSelfserviceMethodsPasskeyConfigRpDisplayName gets a reference to the given string and assigns it to the KratosSelfserviceMethodsPasskeyConfigRpDisplayName field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsPasskeyConfigRpId ¶ added in v1.11.6
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasskeyConfigRpId(v string)
SetKratosSelfserviceMethodsPasskeyConfigRpId gets a reference to the given string and assigns it to the KratosSelfserviceMethodsPasskeyConfigRpId field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsPasskeyConfigRpOrigins ¶ added in v1.11.6
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasskeyConfigRpOrigins(v []string)
SetKratosSelfserviceMethodsPasskeyConfigRpOrigins gets a reference to the given []string and assigns it to the KratosSelfserviceMethodsPasskeyConfigRpOrigins field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsPasskeyEnabled ¶ added in v1.11.6
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasskeyEnabled(v bool)
SetKratosSelfserviceMethodsPasskeyEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsPasskeyEnabled field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled(v bool)
SetKratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsPasswordConfigHaveibeenpwnedEnabled field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled(v bool)
SetKratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsPasswordConfigIdentifierSimilarityCheckEnabled field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors(v bool)
SetKratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsPasswordConfigIgnoreNetworkErrors field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsPasswordConfigMaxBreaches ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasswordConfigMaxBreaches(v int64)
SetKratosSelfserviceMethodsPasswordConfigMaxBreaches gets a reference to the given int64 and assigns it to the KratosSelfserviceMethodsPasswordConfigMaxBreaches field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsPasswordConfigMinPasswordLength ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasswordConfigMinPasswordLength(v int64)
SetKratosSelfserviceMethodsPasswordConfigMinPasswordLength gets a reference to the given int64 and assigns it to the KratosSelfserviceMethodsPasswordConfigMinPasswordLength field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsPasswordEnabled ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsPasswordEnabled(v bool)
SetKratosSelfserviceMethodsPasswordEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsPasswordEnabled field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsProfileEnabled ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsProfileEnabled(v bool)
SetKratosSelfserviceMethodsProfileEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsProfileEnabled field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsTotpConfigIssuer ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsTotpConfigIssuer(v string)
SetKratosSelfserviceMethodsTotpConfigIssuer gets a reference to the given string and assigns it to the KratosSelfserviceMethodsTotpConfigIssuer field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsTotpEnabled ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsTotpEnabled(v bool)
SetKratosSelfserviceMethodsTotpEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsTotpEnabled field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsWebauthnConfigPasswordless ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsWebauthnConfigPasswordless(v bool)
SetKratosSelfserviceMethodsWebauthnConfigPasswordless gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsWebauthnConfigPasswordless field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsWebauthnConfigRpDisplayName ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsWebauthnConfigRpDisplayName(v string)
SetKratosSelfserviceMethodsWebauthnConfigRpDisplayName gets a reference to the given string and assigns it to the KratosSelfserviceMethodsWebauthnConfigRpDisplayName field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsWebauthnConfigRpIcon ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsWebauthnConfigRpIcon(v string)
SetKratosSelfserviceMethodsWebauthnConfigRpIcon gets a reference to the given string and assigns it to the KratosSelfserviceMethodsWebauthnConfigRpIcon field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsWebauthnConfigRpId ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsWebauthnConfigRpId(v string)
SetKratosSelfserviceMethodsWebauthnConfigRpId gets a reference to the given string and assigns it to the KratosSelfserviceMethodsWebauthnConfigRpId field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsWebauthnConfigRpOrigins ¶ added in v1.1.44
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsWebauthnConfigRpOrigins(v []string)
SetKratosSelfserviceMethodsWebauthnConfigRpOrigins gets a reference to the given []string and assigns it to the KratosSelfserviceMethodsWebauthnConfigRpOrigins field.
func (*NormalizedProjectRevision) SetKratosSelfserviceMethodsWebauthnEnabled ¶
func (o *NormalizedProjectRevision) SetKratosSelfserviceMethodsWebauthnEnabled(v bool)
SetKratosSelfserviceMethodsWebauthnEnabled gets a reference to the given bool and assigns it to the KratosSelfserviceMethodsWebauthnEnabled field.
func (*NormalizedProjectRevision) SetKratosSessionCookiePersistent ¶
func (o *NormalizedProjectRevision) SetKratosSessionCookiePersistent(v bool)
SetKratosSessionCookiePersistent gets a reference to the given bool and assigns it to the KratosSessionCookiePersistent field.
func (*NormalizedProjectRevision) SetKratosSessionCookieSameSite ¶
func (o *NormalizedProjectRevision) SetKratosSessionCookieSameSite(v string)
SetKratosSessionCookieSameSite gets a reference to the given string and assigns it to the KratosSessionCookieSameSite field.
func (*NormalizedProjectRevision) SetKratosSessionLifespan ¶
func (o *NormalizedProjectRevision) SetKratosSessionLifespan(v string)
SetKratosSessionLifespan gets a reference to the given string and assigns it to the KratosSessionLifespan field.
func (*NormalizedProjectRevision) SetKratosSessionWhoamiRequiredAal ¶
func (o *NormalizedProjectRevision) SetKratosSessionWhoamiRequiredAal(v string)
SetKratosSessionWhoamiRequiredAal gets a reference to the given string and assigns it to the KratosSessionWhoamiRequiredAal field.
func (*NormalizedProjectRevision) SetKratosSessionWhoamiTokenizerTemplates ¶ added in v1.2.7
func (o *NormalizedProjectRevision) SetKratosSessionWhoamiTokenizerTemplates(v []NormalizedProjectRevisionTokenizerTemplate)
SetKratosSessionWhoamiTokenizerTemplates gets a reference to the given []NormalizedProjectRevisionTokenizerTemplate and assigns it to the KratosSessionWhoamiTokenizerTemplates field.
func (*NormalizedProjectRevision) SetName ¶
func (o *NormalizedProjectRevision) SetName(v string)
SetName sets field value
func (*NormalizedProjectRevision) SetProjectId ¶
func (o *NormalizedProjectRevision) SetProjectId(v string)
SetProjectId gets a reference to the given string and assigns it to the ProjectId field.
func (*NormalizedProjectRevision) SetProjectRevisionHooks ¶ added in v1.2.14
func (o *NormalizedProjectRevision) SetProjectRevisionHooks(v []NormalizedProjectRevisionHook)
SetProjectRevisionHooks gets a reference to the given []NormalizedProjectRevisionHook and assigns it to the ProjectRevisionHooks field.
func (*NormalizedProjectRevision) SetServeAdminCorsAllowedOrigins ¶ added in v1.1.41
func (o *NormalizedProjectRevision) SetServeAdminCorsAllowedOrigins(v []string)
SetServeAdminCorsAllowedOrigins gets a reference to the given []string and assigns it to the ServeAdminCorsAllowedOrigins field.
func (*NormalizedProjectRevision) SetServeAdminCorsEnabled ¶ added in v1.1.41
func (o *NormalizedProjectRevision) SetServeAdminCorsEnabled(v bool)
SetServeAdminCorsEnabled gets a reference to the given bool and assigns it to the ServeAdminCorsEnabled field.
func (*NormalizedProjectRevision) SetServePublicCorsAllowedOrigins ¶ added in v1.1.41
func (o *NormalizedProjectRevision) SetServePublicCorsAllowedOrigins(v []string)
SetServePublicCorsAllowedOrigins gets a reference to the given []string and assigns it to the ServePublicCorsAllowedOrigins field.
func (*NormalizedProjectRevision) SetServePublicCorsEnabled ¶ added in v1.1.41
func (o *NormalizedProjectRevision) SetServePublicCorsEnabled(v bool)
SetServePublicCorsEnabled gets a reference to the given bool and assigns it to the ServePublicCorsEnabled field.
func (*NormalizedProjectRevision) SetStrictSecurity ¶ added in v1.4.1
func (o *NormalizedProjectRevision) SetStrictSecurity(v bool)
SetStrictSecurity gets a reference to the given bool and assigns it to the StrictSecurity field.
func (*NormalizedProjectRevision) SetUpdatedAt ¶
func (o *NormalizedProjectRevision) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (NormalizedProjectRevision) ToMap ¶ added in v1.3.0
func (o NormalizedProjectRevision) ToMap() (map[string]interface{}, error)
func (*NormalizedProjectRevision) UnmarshalJSON ¶ added in v1.1.36
func (o *NormalizedProjectRevision) UnmarshalJSON(data []byte) (err error)
type NormalizedProjectRevisionCourierChannel ¶ added in v1.5.0
type NormalizedProjectRevisionCourierChannel struct {
// The Channel's public ID
ChannelId string `json:"channel_id"`
// The creation date
CreatedAt *time.Time `json:"created_at,omitempty"`
// API key location Can either be \"header\" or \"query\"
RequestConfigAuthConfigApiKeyIn *string `json:"request_config_auth_config_api_key_in,omitempty"`
// API key name Only used if the auth type is api_key
RequestConfigAuthConfigApiKeyName *string `json:"request_config_auth_config_api_key_name,omitempty"`
// API key value Only used if the auth type is api_key
RequestConfigAuthConfigApiKeyValue *string `json:"request_config_auth_config_api_key_value,omitempty"`
// Basic Auth Password Only used if the auth type is basic_auth
RequestConfigAuthConfigBasicAuthPassword *string `json:"request_config_auth_config_basic_auth_password,omitempty"`
// Basic Auth Username Only used if the auth type is basic_auth
RequestConfigAuthConfigBasicAuthUser *string `json:"request_config_auth_config_basic_auth_user,omitempty"`
// HTTP Auth Method to use for the HTTP call Can either be basic_auth or api_key basic_auth CourierChannelAuthTypeBasicAuth api_key CourierChannelAuthTypeApiKey
RequestConfigAuthType *string `json:"request_config_auth_type,omitempty"`
// URI pointing to the JsonNet template used for HTTP body payload generation.
RequestConfigBody string `json:"request_config_body"`
// NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-
RequestConfigHeaders map[string]interface{} `json:"request_config_headers,omitempty"`
// The HTTP method to use (GET, POST, etc) for the HTTP call
RequestConfigMethod string `json:"request_config_method"`
RequestConfigUrl *string `json:"request_config_url,omitempty"`
// Last upate time
UpdatedAt *time.Time `json:"updated_at,omitempty"`
AdditionalProperties map[string]interface{}
}
NormalizedProjectRevisionCourierChannel struct for NormalizedProjectRevisionCourierChannel
func NewNormalizedProjectRevisionCourierChannel ¶ added in v1.5.0
func NewNormalizedProjectRevisionCourierChannel(channelId string, requestConfigBody string, requestConfigMethod string) *NormalizedProjectRevisionCourierChannel
NewNormalizedProjectRevisionCourierChannel instantiates a new NormalizedProjectRevisionCourierChannel 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 NewNormalizedProjectRevisionCourierChannelWithDefaults ¶ added in v1.5.0
func NewNormalizedProjectRevisionCourierChannelWithDefaults() *NormalizedProjectRevisionCourierChannel
NewNormalizedProjectRevisionCourierChannelWithDefaults instantiates a new NormalizedProjectRevisionCourierChannel 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 (*NormalizedProjectRevisionCourierChannel) GetChannelId ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetChannelId() string
GetChannelId returns the ChannelId field value
func (*NormalizedProjectRevisionCourierChannel) GetChannelIdOk ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetChannelIdOk() (*string, bool)
GetChannelIdOk returns a tuple with the ChannelId field value and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionCourierChannel) GetCreatedAt ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*NormalizedProjectRevisionCourierChannel) GetCreatedAtOk ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigApiKeyIn ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigApiKeyIn() string
GetRequestConfigAuthConfigApiKeyIn returns the RequestConfigAuthConfigApiKeyIn field value if set, zero value otherwise.
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigApiKeyInOk ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigApiKeyInOk() (*string, bool)
GetRequestConfigAuthConfigApiKeyInOk returns a tuple with the RequestConfigAuthConfigApiKeyIn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigApiKeyName ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigApiKeyName() string
GetRequestConfigAuthConfigApiKeyName returns the RequestConfigAuthConfigApiKeyName field value if set, zero value otherwise.
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigApiKeyNameOk ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigApiKeyNameOk() (*string, bool)
GetRequestConfigAuthConfigApiKeyNameOk returns a tuple with the RequestConfigAuthConfigApiKeyName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigApiKeyValue ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigApiKeyValue() string
GetRequestConfigAuthConfigApiKeyValue returns the RequestConfigAuthConfigApiKeyValue field value if set, zero value otherwise.
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigApiKeyValueOk ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigApiKeyValueOk() (*string, bool)
GetRequestConfigAuthConfigApiKeyValueOk returns a tuple with the RequestConfigAuthConfigApiKeyValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigBasicAuthPassword ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigBasicAuthPassword() string
GetRequestConfigAuthConfigBasicAuthPassword returns the RequestConfigAuthConfigBasicAuthPassword field value if set, zero value otherwise.
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigBasicAuthPasswordOk ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigBasicAuthPasswordOk() (*string, bool)
GetRequestConfigAuthConfigBasicAuthPasswordOk returns a tuple with the RequestConfigAuthConfigBasicAuthPassword field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigBasicAuthUser ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigBasicAuthUser() string
GetRequestConfigAuthConfigBasicAuthUser returns the RequestConfigAuthConfigBasicAuthUser field value if set, zero value otherwise.
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigBasicAuthUserOk ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthConfigBasicAuthUserOk() (*string, bool)
GetRequestConfigAuthConfigBasicAuthUserOk returns a tuple with the RequestConfigAuthConfigBasicAuthUser field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthType ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthType() string
GetRequestConfigAuthType returns the RequestConfigAuthType field value if set, zero value otherwise.
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthTypeOk ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigAuthTypeOk() (*string, bool)
GetRequestConfigAuthTypeOk returns a tuple with the RequestConfigAuthType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigBody ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigBody() string
GetRequestConfigBody returns the RequestConfigBody field value
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigBodyOk ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigBodyOk() (*string, bool)
GetRequestConfigBodyOk returns a tuple with the RequestConfigBody field value and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigHeaders ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigHeaders() map[string]interface{}
GetRequestConfigHeaders returns the RequestConfigHeaders field value if set, zero value otherwise (both if not set or set to explicit null).
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigHeadersOk ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigHeadersOk() (map[string]interface{}, bool)
GetRequestConfigHeadersOk returns a tuple with the RequestConfigHeaders field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigMethod ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigMethod() string
GetRequestConfigMethod returns the RequestConfigMethod field value
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigMethodOk ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigMethodOk() (*string, bool)
GetRequestConfigMethodOk returns a tuple with the RequestConfigMethod field value and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigUrl ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigUrl() string
GetRequestConfigUrl returns the RequestConfigUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevisionCourierChannel) GetRequestConfigUrlOk ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetRequestConfigUrlOk() (*string, bool)
GetRequestConfigUrlOk returns a tuple with the RequestConfigUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionCourierChannel) GetUpdatedAt ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*NormalizedProjectRevisionCourierChannel) GetUpdatedAtOk ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionCourierChannel) HasCreatedAt ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*NormalizedProjectRevisionCourierChannel) HasRequestConfigAuthConfigApiKeyIn ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) HasRequestConfigAuthConfigApiKeyIn() bool
HasRequestConfigAuthConfigApiKeyIn returns a boolean if a field has been set.
func (*NormalizedProjectRevisionCourierChannel) HasRequestConfigAuthConfigApiKeyName ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) HasRequestConfigAuthConfigApiKeyName() bool
HasRequestConfigAuthConfigApiKeyName returns a boolean if a field has been set.
func (*NormalizedProjectRevisionCourierChannel) HasRequestConfigAuthConfigApiKeyValue ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) HasRequestConfigAuthConfigApiKeyValue() bool
HasRequestConfigAuthConfigApiKeyValue returns a boolean if a field has been set.
func (*NormalizedProjectRevisionCourierChannel) HasRequestConfigAuthConfigBasicAuthPassword ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) HasRequestConfigAuthConfigBasicAuthPassword() bool
HasRequestConfigAuthConfigBasicAuthPassword returns a boolean if a field has been set.
func (*NormalizedProjectRevisionCourierChannel) HasRequestConfigAuthConfigBasicAuthUser ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) HasRequestConfigAuthConfigBasicAuthUser() bool
HasRequestConfigAuthConfigBasicAuthUser returns a boolean if a field has been set.
func (*NormalizedProjectRevisionCourierChannel) HasRequestConfigAuthType ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) HasRequestConfigAuthType() bool
HasRequestConfigAuthType returns a boolean if a field has been set.
func (*NormalizedProjectRevisionCourierChannel) HasRequestConfigHeaders ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) HasRequestConfigHeaders() bool
HasRequestConfigHeaders returns a boolean if a field has been set.
func (*NormalizedProjectRevisionCourierChannel) HasRequestConfigUrl ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) HasRequestConfigUrl() bool
HasRequestConfigUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevisionCourierChannel) HasUpdatedAt ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (NormalizedProjectRevisionCourierChannel) MarshalJSON ¶ added in v1.5.0
func (o NormalizedProjectRevisionCourierChannel) MarshalJSON() ([]byte, error)
func (*NormalizedProjectRevisionCourierChannel) SetChannelId ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) SetChannelId(v string)
SetChannelId sets field value
func (*NormalizedProjectRevisionCourierChannel) SetCreatedAt ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*NormalizedProjectRevisionCourierChannel) SetRequestConfigAuthConfigApiKeyIn ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigAuthConfigApiKeyIn(v string)
SetRequestConfigAuthConfigApiKeyIn gets a reference to the given string and assigns it to the RequestConfigAuthConfigApiKeyIn field.
func (*NormalizedProjectRevisionCourierChannel) SetRequestConfigAuthConfigApiKeyName ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigAuthConfigApiKeyName(v string)
SetRequestConfigAuthConfigApiKeyName gets a reference to the given string and assigns it to the RequestConfigAuthConfigApiKeyName field.
func (*NormalizedProjectRevisionCourierChannel) SetRequestConfigAuthConfigApiKeyValue ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigAuthConfigApiKeyValue(v string)
SetRequestConfigAuthConfigApiKeyValue gets a reference to the given string and assigns it to the RequestConfigAuthConfigApiKeyValue field.
func (*NormalizedProjectRevisionCourierChannel) SetRequestConfigAuthConfigBasicAuthPassword ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigAuthConfigBasicAuthPassword(v string)
SetRequestConfigAuthConfigBasicAuthPassword gets a reference to the given string and assigns it to the RequestConfigAuthConfigBasicAuthPassword field.
func (*NormalizedProjectRevisionCourierChannel) SetRequestConfigAuthConfigBasicAuthUser ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigAuthConfigBasicAuthUser(v string)
SetRequestConfigAuthConfigBasicAuthUser gets a reference to the given string and assigns it to the RequestConfigAuthConfigBasicAuthUser field.
func (*NormalizedProjectRevisionCourierChannel) SetRequestConfigAuthType ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigAuthType(v string)
SetRequestConfigAuthType gets a reference to the given string and assigns it to the RequestConfigAuthType field.
func (*NormalizedProjectRevisionCourierChannel) SetRequestConfigBody ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigBody(v string)
SetRequestConfigBody sets field value
func (*NormalizedProjectRevisionCourierChannel) SetRequestConfigHeaders ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigHeaders(v map[string]interface{})
SetRequestConfigHeaders gets a reference to the given map[string]interface{} and assigns it to the RequestConfigHeaders field.
func (*NormalizedProjectRevisionCourierChannel) SetRequestConfigMethod ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigMethod(v string)
SetRequestConfigMethod sets field value
func (*NormalizedProjectRevisionCourierChannel) SetRequestConfigUrl ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) SetRequestConfigUrl(v string)
SetRequestConfigUrl gets a reference to the given string and assigns it to the RequestConfigUrl field.
func (*NormalizedProjectRevisionCourierChannel) SetUpdatedAt ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (NormalizedProjectRevisionCourierChannel) ToMap ¶ added in v1.5.0
func (o NormalizedProjectRevisionCourierChannel) ToMap() (map[string]interface{}, error)
func (*NormalizedProjectRevisionCourierChannel) UnmarshalJSON ¶ added in v1.5.0
func (o *NormalizedProjectRevisionCourierChannel) UnmarshalJSON(data []byte) (err error)
type NormalizedProjectRevisionHook ¶
type NormalizedProjectRevisionHook struct {
// The Hooks Config Key
ConfigKey string `json:"config_key"`
// The Project's Revision Creation Date
CreatedAt *time.Time `json:"created_at,omitempty"`
// The Hook Type
Hook string `json:"hook"`
// ID of the entry
Id *string `json:"id,omitempty"`
// The Revision's ID this schema belongs to
ProjectRevisionId *string `json:"project_revision_id,omitempty"`
// Last Time Project's Revision was Updated
UpdatedAt *time.Time `json:"updated_at,omitempty"`
// Whether to send the API Key in the HTTP Header or as a HTTP Cookie
WebHookConfigAuthApiKeyIn *string `json:"web_hook_config_auth_api_key_in,omitempty"`
// The name of the api key
WebHookConfigAuthApiKeyName *string `json:"web_hook_config_auth_api_key_name,omitempty"`
// The value of the api key
WebHookConfigAuthApiKeyValue *string `json:"web_hook_config_auth_api_key_value,omitempty"`
// The password to be sent in the HTTP Basic Auth Header
WebHookConfigAuthBasicAuthPassword *string `json:"web_hook_config_auth_basic_auth_password,omitempty"`
// The username to be sent in the HTTP Basic Auth Header
WebHookConfigAuthBasicAuthUser *string `json:"web_hook_config_auth_basic_auth_user,omitempty"`
// HTTP Auth Method to use for the Web-Hook
WebHookConfigAuthType *string `json:"web_hook_config_auth_type,omitempty"`
// URI pointing to the JsonNet template used for Web-Hook payload generation. Only used for those HTTP methods, which support HTTP body payloads.
WebHookConfigBody *string `json:"web_hook_config_body,omitempty"`
// If enabled allows the web hook to interrupt / abort the self-service flow. It only applies to certain flows (registration/verification/login/settings) and requires a valid response format.
WebHookConfigCanInterrupt *bool `json:"web_hook_config_can_interrupt,omitempty"`
// The HTTP method to use (GET, POST, etc) for the Web-Hook
WebHookConfigMethod *string `json:"web_hook_config_method,omitempty"`
// Whether to ignore the Web Hook response
WebHookConfigResponseIgnore *bool `json:"web_hook_config_response_ignore,omitempty"`
// Whether to parse the Web Hook response
WebHookConfigResponseParse *bool `json:"web_hook_config_response_parse,omitempty"`
// The URL the Web-Hook should call
WebHookConfigUrl *string `json:"web_hook_config_url,omitempty"`
AdditionalProperties map[string]interface{}
}
NormalizedProjectRevisionHook struct for NormalizedProjectRevisionHook
func NewNormalizedProjectRevisionHook ¶
func NewNormalizedProjectRevisionHook(configKey string, hook string) *NormalizedProjectRevisionHook
NewNormalizedProjectRevisionHook instantiates a new NormalizedProjectRevisionHook 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 NewNormalizedProjectRevisionHookWithDefaults ¶
func NewNormalizedProjectRevisionHookWithDefaults() *NormalizedProjectRevisionHook
NewNormalizedProjectRevisionHookWithDefaults instantiates a new NormalizedProjectRevisionHook 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 (*NormalizedProjectRevisionHook) GetConfigKey ¶
func (o *NormalizedProjectRevisionHook) GetConfigKey() string
GetConfigKey returns the ConfigKey field value
func (*NormalizedProjectRevisionHook) GetConfigKeyOk ¶
func (o *NormalizedProjectRevisionHook) GetConfigKeyOk() (*string, bool)
GetConfigKeyOk returns a tuple with the ConfigKey field value and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionHook) GetCreatedAt ¶
func (o *NormalizedProjectRevisionHook) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*NormalizedProjectRevisionHook) GetCreatedAtOk ¶
func (o *NormalizedProjectRevisionHook) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionHook) GetHook ¶
func (o *NormalizedProjectRevisionHook) GetHook() string
GetHook returns the Hook field value
func (*NormalizedProjectRevisionHook) GetHookOk ¶
func (o *NormalizedProjectRevisionHook) GetHookOk() (*string, bool)
GetHookOk returns a tuple with the Hook field value and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionHook) GetId ¶
func (o *NormalizedProjectRevisionHook) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*NormalizedProjectRevisionHook) GetIdOk ¶
func (o *NormalizedProjectRevisionHook) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionHook) GetProjectRevisionId ¶
func (o *NormalizedProjectRevisionHook) GetProjectRevisionId() string
GetProjectRevisionId returns the ProjectRevisionId field value if set, zero value otherwise.
func (*NormalizedProjectRevisionHook) GetProjectRevisionIdOk ¶
func (o *NormalizedProjectRevisionHook) GetProjectRevisionIdOk() (*string, bool)
GetProjectRevisionIdOk returns a tuple with the ProjectRevisionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionHook) GetUpdatedAt ¶
func (o *NormalizedProjectRevisionHook) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*NormalizedProjectRevisionHook) GetUpdatedAtOk ¶
func (o *NormalizedProjectRevisionHook) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionHook) GetWebHookConfigAuthApiKeyIn ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthApiKeyIn() string
GetWebHookConfigAuthApiKeyIn returns the WebHookConfigAuthApiKeyIn field value if set, zero value otherwise.
func (*NormalizedProjectRevisionHook) GetWebHookConfigAuthApiKeyInOk ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthApiKeyInOk() (*string, bool)
GetWebHookConfigAuthApiKeyInOk returns a tuple with the WebHookConfigAuthApiKeyIn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionHook) GetWebHookConfigAuthApiKeyName ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthApiKeyName() string
GetWebHookConfigAuthApiKeyName returns the WebHookConfigAuthApiKeyName field value if set, zero value otherwise.
func (*NormalizedProjectRevisionHook) GetWebHookConfigAuthApiKeyNameOk ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthApiKeyNameOk() (*string, bool)
GetWebHookConfigAuthApiKeyNameOk returns a tuple with the WebHookConfigAuthApiKeyName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionHook) GetWebHookConfigAuthApiKeyValue ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthApiKeyValue() string
GetWebHookConfigAuthApiKeyValue returns the WebHookConfigAuthApiKeyValue field value if set, zero value otherwise.
func (*NormalizedProjectRevisionHook) GetWebHookConfigAuthApiKeyValueOk ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthApiKeyValueOk() (*string, bool)
GetWebHookConfigAuthApiKeyValueOk returns a tuple with the WebHookConfigAuthApiKeyValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionHook) GetWebHookConfigAuthBasicAuthPassword ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthBasicAuthPassword() string
GetWebHookConfigAuthBasicAuthPassword returns the WebHookConfigAuthBasicAuthPassword field value if set, zero value otherwise.
func (*NormalizedProjectRevisionHook) GetWebHookConfigAuthBasicAuthPasswordOk ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthBasicAuthPasswordOk() (*string, bool)
GetWebHookConfigAuthBasicAuthPasswordOk returns a tuple with the WebHookConfigAuthBasicAuthPassword field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionHook) GetWebHookConfigAuthBasicAuthUser ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthBasicAuthUser() string
GetWebHookConfigAuthBasicAuthUser returns the WebHookConfigAuthBasicAuthUser field value if set, zero value otherwise.
func (*NormalizedProjectRevisionHook) GetWebHookConfigAuthBasicAuthUserOk ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthBasicAuthUserOk() (*string, bool)
GetWebHookConfigAuthBasicAuthUserOk returns a tuple with the WebHookConfigAuthBasicAuthUser field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionHook) GetWebHookConfigAuthType ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthType() string
GetWebHookConfigAuthType returns the WebHookConfigAuthType field value if set, zero value otherwise.
func (*NormalizedProjectRevisionHook) GetWebHookConfigAuthTypeOk ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigAuthTypeOk() (*string, bool)
GetWebHookConfigAuthTypeOk returns a tuple with the WebHookConfigAuthType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionHook) GetWebHookConfigBody ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigBody() string
GetWebHookConfigBody returns the WebHookConfigBody field value if set, zero value otherwise.
func (*NormalizedProjectRevisionHook) GetWebHookConfigBodyOk ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigBodyOk() (*string, bool)
GetWebHookConfigBodyOk returns a tuple with the WebHookConfigBody field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionHook) GetWebHookConfigCanInterrupt ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigCanInterrupt() bool
GetWebHookConfigCanInterrupt returns the WebHookConfigCanInterrupt field value if set, zero value otherwise.
func (*NormalizedProjectRevisionHook) GetWebHookConfigCanInterruptOk ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigCanInterruptOk() (*bool, bool)
GetWebHookConfigCanInterruptOk returns a tuple with the WebHookConfigCanInterrupt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionHook) GetWebHookConfigMethod ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigMethod() string
GetWebHookConfigMethod returns the WebHookConfigMethod field value if set, zero value otherwise.
func (*NormalizedProjectRevisionHook) GetWebHookConfigMethodOk ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigMethodOk() (*string, bool)
GetWebHookConfigMethodOk returns a tuple with the WebHookConfigMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionHook) GetWebHookConfigResponseIgnore ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigResponseIgnore() bool
GetWebHookConfigResponseIgnore returns the WebHookConfigResponseIgnore field value if set, zero value otherwise.
func (*NormalizedProjectRevisionHook) GetWebHookConfigResponseIgnoreOk ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigResponseIgnoreOk() (*bool, bool)
GetWebHookConfigResponseIgnoreOk returns a tuple with the WebHookConfigResponseIgnore field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionHook) GetWebHookConfigResponseParse ¶ added in v1.1.10
func (o *NormalizedProjectRevisionHook) GetWebHookConfigResponseParse() bool
GetWebHookConfigResponseParse returns the WebHookConfigResponseParse field value if set, zero value otherwise.
func (*NormalizedProjectRevisionHook) GetWebHookConfigResponseParseOk ¶ added in v1.1.10
func (o *NormalizedProjectRevisionHook) GetWebHookConfigResponseParseOk() (*bool, bool)
GetWebHookConfigResponseParseOk returns a tuple with the WebHookConfigResponseParse field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionHook) GetWebHookConfigUrl ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigUrl() string
GetWebHookConfigUrl returns the WebHookConfigUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevisionHook) GetWebHookConfigUrlOk ¶
func (o *NormalizedProjectRevisionHook) GetWebHookConfigUrlOk() (*string, bool)
GetWebHookConfigUrlOk returns a tuple with the WebHookConfigUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionHook) HasCreatedAt ¶
func (o *NormalizedProjectRevisionHook) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*NormalizedProjectRevisionHook) HasId ¶
func (o *NormalizedProjectRevisionHook) HasId() bool
HasId returns a boolean if a field has been set.
func (*NormalizedProjectRevisionHook) HasProjectRevisionId ¶
func (o *NormalizedProjectRevisionHook) HasProjectRevisionId() bool
HasProjectRevisionId returns a boolean if a field has been set.
func (*NormalizedProjectRevisionHook) HasUpdatedAt ¶
func (o *NormalizedProjectRevisionHook) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*NormalizedProjectRevisionHook) HasWebHookConfigAuthApiKeyIn ¶
func (o *NormalizedProjectRevisionHook) HasWebHookConfigAuthApiKeyIn() bool
HasWebHookConfigAuthApiKeyIn returns a boolean if a field has been set.
func (*NormalizedProjectRevisionHook) HasWebHookConfigAuthApiKeyName ¶
func (o *NormalizedProjectRevisionHook) HasWebHookConfigAuthApiKeyName() bool
HasWebHookConfigAuthApiKeyName returns a boolean if a field has been set.
func (*NormalizedProjectRevisionHook) HasWebHookConfigAuthApiKeyValue ¶
func (o *NormalizedProjectRevisionHook) HasWebHookConfigAuthApiKeyValue() bool
HasWebHookConfigAuthApiKeyValue returns a boolean if a field has been set.
func (*NormalizedProjectRevisionHook) HasWebHookConfigAuthBasicAuthPassword ¶
func (o *NormalizedProjectRevisionHook) HasWebHookConfigAuthBasicAuthPassword() bool
HasWebHookConfigAuthBasicAuthPassword returns a boolean if a field has been set.
func (*NormalizedProjectRevisionHook) HasWebHookConfigAuthBasicAuthUser ¶
func (o *NormalizedProjectRevisionHook) HasWebHookConfigAuthBasicAuthUser() bool
HasWebHookConfigAuthBasicAuthUser returns a boolean if a field has been set.
func (*NormalizedProjectRevisionHook) HasWebHookConfigAuthType ¶
func (o *NormalizedProjectRevisionHook) HasWebHookConfigAuthType() bool
HasWebHookConfigAuthType returns a boolean if a field has been set.
func (*NormalizedProjectRevisionHook) HasWebHookConfigBody ¶
func (o *NormalizedProjectRevisionHook) HasWebHookConfigBody() bool
HasWebHookConfigBody returns a boolean if a field has been set.
func (*NormalizedProjectRevisionHook) HasWebHookConfigCanInterrupt ¶
func (o *NormalizedProjectRevisionHook) HasWebHookConfigCanInterrupt() bool
HasWebHookConfigCanInterrupt returns a boolean if a field has been set.
func (*NormalizedProjectRevisionHook) HasWebHookConfigMethod ¶
func (o *NormalizedProjectRevisionHook) HasWebHookConfigMethod() bool
HasWebHookConfigMethod returns a boolean if a field has been set.
func (*NormalizedProjectRevisionHook) HasWebHookConfigResponseIgnore ¶
func (o *NormalizedProjectRevisionHook) HasWebHookConfigResponseIgnore() bool
HasWebHookConfigResponseIgnore returns a boolean if a field has been set.
func (*NormalizedProjectRevisionHook) HasWebHookConfigResponseParse ¶ added in v1.1.10
func (o *NormalizedProjectRevisionHook) HasWebHookConfigResponseParse() bool
HasWebHookConfigResponseParse returns a boolean if a field has been set.
func (*NormalizedProjectRevisionHook) HasWebHookConfigUrl ¶
func (o *NormalizedProjectRevisionHook) HasWebHookConfigUrl() bool
HasWebHookConfigUrl returns a boolean if a field has been set.
func (NormalizedProjectRevisionHook) MarshalJSON ¶
func (o NormalizedProjectRevisionHook) MarshalJSON() ([]byte, error)
func (*NormalizedProjectRevisionHook) SetConfigKey ¶
func (o *NormalizedProjectRevisionHook) SetConfigKey(v string)
SetConfigKey sets field value
func (*NormalizedProjectRevisionHook) SetCreatedAt ¶
func (o *NormalizedProjectRevisionHook) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*NormalizedProjectRevisionHook) SetHook ¶
func (o *NormalizedProjectRevisionHook) SetHook(v string)
SetHook sets field value
func (*NormalizedProjectRevisionHook) SetId ¶
func (o *NormalizedProjectRevisionHook) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*NormalizedProjectRevisionHook) SetProjectRevisionId ¶
func (o *NormalizedProjectRevisionHook) SetProjectRevisionId(v string)
SetProjectRevisionId gets a reference to the given string and assigns it to the ProjectRevisionId field.
func (*NormalizedProjectRevisionHook) SetUpdatedAt ¶
func (o *NormalizedProjectRevisionHook) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*NormalizedProjectRevisionHook) SetWebHookConfigAuthApiKeyIn ¶
func (o *NormalizedProjectRevisionHook) SetWebHookConfigAuthApiKeyIn(v string)
SetWebHookConfigAuthApiKeyIn gets a reference to the given string and assigns it to the WebHookConfigAuthApiKeyIn field.
func (*NormalizedProjectRevisionHook) SetWebHookConfigAuthApiKeyName ¶
func (o *NormalizedProjectRevisionHook) SetWebHookConfigAuthApiKeyName(v string)
SetWebHookConfigAuthApiKeyName gets a reference to the given string and assigns it to the WebHookConfigAuthApiKeyName field.
func (*NormalizedProjectRevisionHook) SetWebHookConfigAuthApiKeyValue ¶
func (o *NormalizedProjectRevisionHook) SetWebHookConfigAuthApiKeyValue(v string)
SetWebHookConfigAuthApiKeyValue gets a reference to the given string and assigns it to the WebHookConfigAuthApiKeyValue field.
func (*NormalizedProjectRevisionHook) SetWebHookConfigAuthBasicAuthPassword ¶
func (o *NormalizedProjectRevisionHook) SetWebHookConfigAuthBasicAuthPassword(v string)
SetWebHookConfigAuthBasicAuthPassword gets a reference to the given string and assigns it to the WebHookConfigAuthBasicAuthPassword field.
func (*NormalizedProjectRevisionHook) SetWebHookConfigAuthBasicAuthUser ¶
func (o *NormalizedProjectRevisionHook) SetWebHookConfigAuthBasicAuthUser(v string)
SetWebHookConfigAuthBasicAuthUser gets a reference to the given string and assigns it to the WebHookConfigAuthBasicAuthUser field.
func (*NormalizedProjectRevisionHook) SetWebHookConfigAuthType ¶
func (o *NormalizedProjectRevisionHook) SetWebHookConfigAuthType(v string)
SetWebHookConfigAuthType gets a reference to the given string and assigns it to the WebHookConfigAuthType field.
func (*NormalizedProjectRevisionHook) SetWebHookConfigBody ¶
func (o *NormalizedProjectRevisionHook) SetWebHookConfigBody(v string)
SetWebHookConfigBody gets a reference to the given string and assigns it to the WebHookConfigBody field.
func (*NormalizedProjectRevisionHook) SetWebHookConfigCanInterrupt ¶
func (o *NormalizedProjectRevisionHook) SetWebHookConfigCanInterrupt(v bool)
SetWebHookConfigCanInterrupt gets a reference to the given bool and assigns it to the WebHookConfigCanInterrupt field.
func (*NormalizedProjectRevisionHook) SetWebHookConfigMethod ¶
func (o *NormalizedProjectRevisionHook) SetWebHookConfigMethod(v string)
SetWebHookConfigMethod gets a reference to the given string and assigns it to the WebHookConfigMethod field.
func (*NormalizedProjectRevisionHook) SetWebHookConfigResponseIgnore ¶
func (o *NormalizedProjectRevisionHook) SetWebHookConfigResponseIgnore(v bool)
SetWebHookConfigResponseIgnore gets a reference to the given bool and assigns it to the WebHookConfigResponseIgnore field.
func (*NormalizedProjectRevisionHook) SetWebHookConfigResponseParse ¶ added in v1.1.10
func (o *NormalizedProjectRevisionHook) SetWebHookConfigResponseParse(v bool)
SetWebHookConfigResponseParse gets a reference to the given bool and assigns it to the WebHookConfigResponseParse field.
func (*NormalizedProjectRevisionHook) SetWebHookConfigUrl ¶
func (o *NormalizedProjectRevisionHook) SetWebHookConfigUrl(v string)
SetWebHookConfigUrl gets a reference to the given string and assigns it to the WebHookConfigUrl field.
func (NormalizedProjectRevisionHook) ToMap ¶ added in v1.3.0
func (o NormalizedProjectRevisionHook) ToMap() (map[string]interface{}, error)
func (*NormalizedProjectRevisionHook) UnmarshalJSON ¶ added in v1.1.36
func (o *NormalizedProjectRevisionHook) UnmarshalJSON(data []byte) (err error)
type NormalizedProjectRevisionIdentitySchema ¶
type NormalizedProjectRevisionIdentitySchema struct {
// The Project's Revision Creation Date
CreatedAt *time.Time `json:"created_at,omitempty"`
// The unique ID of this entry.
Id *string `json:"id,omitempty"`
IdentitySchema *ManagedIdentitySchema `json:"identity_schema,omitempty"`
IdentitySchemaId NullableString `json:"identity_schema_id,omitempty"`
// The imported (named) ID of the Identity Schema referenced in the Ory Kratos config.
ImportId *string `json:"import_id,omitempty"`
// The ImportURL can be used to import an Identity Schema from a bse64 encoded string. In the future, this key also support HTTPS and other sources! If you import an Ory Kratos configuration, this would be akin to the `identity.schemas.#.url` key. The configuration will always return the import URL when you fetch it from the API.
ImportUrl *string `json:"import_url,omitempty"`
// If true sets the default schema for identities Only one schema can ever be the default schema. If you try to add two schemas with default to true, the request will fail.
IsDefault *bool `json:"is_default,omitempty"`
// Use a preset instead of a custom identity schema.
Preset *string `json:"preset,omitempty"`
// The Revision's ID this schema belongs to
ProjectRevisionId *string `json:"project_revision_id,omitempty"`
// Last Time Project's Revision was Updated
UpdatedAt *time.Time `json:"updated_at,omitempty"`
AdditionalProperties map[string]interface{}
}
NormalizedProjectRevisionIdentitySchema struct for NormalizedProjectRevisionIdentitySchema
func NewNormalizedProjectRevisionIdentitySchema ¶
func NewNormalizedProjectRevisionIdentitySchema() *NormalizedProjectRevisionIdentitySchema
NewNormalizedProjectRevisionIdentitySchema instantiates a new NormalizedProjectRevisionIdentitySchema 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 NewNormalizedProjectRevisionIdentitySchemaWithDefaults ¶
func NewNormalizedProjectRevisionIdentitySchemaWithDefaults() *NormalizedProjectRevisionIdentitySchema
NewNormalizedProjectRevisionIdentitySchemaWithDefaults instantiates a new NormalizedProjectRevisionIdentitySchema 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 (*NormalizedProjectRevisionIdentitySchema) GetCreatedAt ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*NormalizedProjectRevisionIdentitySchema) GetCreatedAtOk ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionIdentitySchema) GetId ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*NormalizedProjectRevisionIdentitySchema) GetIdOk ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionIdentitySchema) GetIdentitySchema ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetIdentitySchema() ManagedIdentitySchema
GetIdentitySchema returns the IdentitySchema field value if set, zero value otherwise.
func (*NormalizedProjectRevisionIdentitySchema) GetIdentitySchemaId ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetIdentitySchemaId() string
GetIdentitySchemaId returns the IdentitySchemaId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*NormalizedProjectRevisionIdentitySchema) GetIdentitySchemaIdOk ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetIdentitySchemaIdOk() (*string, bool)
GetIdentitySchemaIdOk returns a tuple with the IdentitySchemaId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*NormalizedProjectRevisionIdentitySchema) GetIdentitySchemaOk ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetIdentitySchemaOk() (*ManagedIdentitySchema, bool)
GetIdentitySchemaOk returns a tuple with the IdentitySchema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionIdentitySchema) GetImportId ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetImportId() string
GetImportId returns the ImportId field value if set, zero value otherwise.
func (*NormalizedProjectRevisionIdentitySchema) GetImportIdOk ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetImportIdOk() (*string, bool)
GetImportIdOk returns a tuple with the ImportId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionIdentitySchema) GetImportUrl ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetImportUrl() string
GetImportUrl returns the ImportUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevisionIdentitySchema) GetImportUrlOk ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetImportUrlOk() (*string, bool)
GetImportUrlOk returns a tuple with the ImportUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionIdentitySchema) GetIsDefault ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetIsDefault() bool
GetIsDefault returns the IsDefault field value if set, zero value otherwise.
func (*NormalizedProjectRevisionIdentitySchema) GetIsDefaultOk ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetIsDefaultOk() (*bool, bool)
GetIsDefaultOk returns a tuple with the IsDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionIdentitySchema) GetPreset ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetPreset() string
GetPreset returns the Preset field value if set, zero value otherwise.
func (*NormalizedProjectRevisionIdentitySchema) GetPresetOk ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetPresetOk() (*string, bool)
GetPresetOk returns a tuple with the Preset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionIdentitySchema) GetProjectRevisionId ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetProjectRevisionId() string
GetProjectRevisionId returns the ProjectRevisionId field value if set, zero value otherwise.
func (*NormalizedProjectRevisionIdentitySchema) GetProjectRevisionIdOk ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetProjectRevisionIdOk() (*string, bool)
GetProjectRevisionIdOk returns a tuple with the ProjectRevisionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionIdentitySchema) GetUpdatedAt ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*NormalizedProjectRevisionIdentitySchema) GetUpdatedAtOk ¶
func (o *NormalizedProjectRevisionIdentitySchema) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionIdentitySchema) HasCreatedAt ¶
func (o *NormalizedProjectRevisionIdentitySchema) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*NormalizedProjectRevisionIdentitySchema) HasId ¶
func (o *NormalizedProjectRevisionIdentitySchema) HasId() bool
HasId returns a boolean if a field has been set.
func (*NormalizedProjectRevisionIdentitySchema) HasIdentitySchema ¶
func (o *NormalizedProjectRevisionIdentitySchema) HasIdentitySchema() bool
HasIdentitySchema returns a boolean if a field has been set.
func (*NormalizedProjectRevisionIdentitySchema) HasIdentitySchemaId ¶
func (o *NormalizedProjectRevisionIdentitySchema) HasIdentitySchemaId() bool
HasIdentitySchemaId returns a boolean if a field has been set.
func (*NormalizedProjectRevisionIdentitySchema) HasImportId ¶
func (o *NormalizedProjectRevisionIdentitySchema) HasImportId() bool
HasImportId returns a boolean if a field has been set.
func (*NormalizedProjectRevisionIdentitySchema) HasImportUrl ¶
func (o *NormalizedProjectRevisionIdentitySchema) HasImportUrl() bool
HasImportUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevisionIdentitySchema) HasIsDefault ¶
func (o *NormalizedProjectRevisionIdentitySchema) HasIsDefault() bool
HasIsDefault returns a boolean if a field has been set.
func (*NormalizedProjectRevisionIdentitySchema) HasPreset ¶
func (o *NormalizedProjectRevisionIdentitySchema) HasPreset() bool
HasPreset returns a boolean if a field has been set.
func (*NormalizedProjectRevisionIdentitySchema) HasProjectRevisionId ¶
func (o *NormalizedProjectRevisionIdentitySchema) HasProjectRevisionId() bool
HasProjectRevisionId returns a boolean if a field has been set.
func (*NormalizedProjectRevisionIdentitySchema) HasUpdatedAt ¶
func (o *NormalizedProjectRevisionIdentitySchema) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (NormalizedProjectRevisionIdentitySchema) MarshalJSON ¶
func (o NormalizedProjectRevisionIdentitySchema) MarshalJSON() ([]byte, error)
func (*NormalizedProjectRevisionIdentitySchema) SetCreatedAt ¶
func (o *NormalizedProjectRevisionIdentitySchema) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*NormalizedProjectRevisionIdentitySchema) SetId ¶
func (o *NormalizedProjectRevisionIdentitySchema) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*NormalizedProjectRevisionIdentitySchema) SetIdentitySchema ¶
func (o *NormalizedProjectRevisionIdentitySchema) SetIdentitySchema(v ManagedIdentitySchema)
SetIdentitySchema gets a reference to the given ManagedIdentitySchema and assigns it to the IdentitySchema field.
func (*NormalizedProjectRevisionIdentitySchema) SetIdentitySchemaId ¶
func (o *NormalizedProjectRevisionIdentitySchema) SetIdentitySchemaId(v string)
SetIdentitySchemaId gets a reference to the given NullableString and assigns it to the IdentitySchemaId field.
func (*NormalizedProjectRevisionIdentitySchema) SetIdentitySchemaIdNil ¶
func (o *NormalizedProjectRevisionIdentitySchema) SetIdentitySchemaIdNil()
SetIdentitySchemaIdNil sets the value for IdentitySchemaId to be an explicit nil
func (*NormalizedProjectRevisionIdentitySchema) SetImportId ¶
func (o *NormalizedProjectRevisionIdentitySchema) SetImportId(v string)
SetImportId gets a reference to the given string and assigns it to the ImportId field.
func (*NormalizedProjectRevisionIdentitySchema) SetImportUrl ¶
func (o *NormalizedProjectRevisionIdentitySchema) SetImportUrl(v string)
SetImportUrl gets a reference to the given string and assigns it to the ImportUrl field.
func (*NormalizedProjectRevisionIdentitySchema) SetIsDefault ¶
func (o *NormalizedProjectRevisionIdentitySchema) SetIsDefault(v bool)
SetIsDefault gets a reference to the given bool and assigns it to the IsDefault field.
func (*NormalizedProjectRevisionIdentitySchema) SetPreset ¶
func (o *NormalizedProjectRevisionIdentitySchema) SetPreset(v string)
SetPreset gets a reference to the given string and assigns it to the Preset field.
func (*NormalizedProjectRevisionIdentitySchema) SetProjectRevisionId ¶
func (o *NormalizedProjectRevisionIdentitySchema) SetProjectRevisionId(v string)
SetProjectRevisionId gets a reference to the given string and assigns it to the ProjectRevisionId field.
func (*NormalizedProjectRevisionIdentitySchema) SetUpdatedAt ¶
func (o *NormalizedProjectRevisionIdentitySchema) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (NormalizedProjectRevisionIdentitySchema) ToMap ¶ added in v1.3.0
func (o NormalizedProjectRevisionIdentitySchema) ToMap() (map[string]interface{}, error)
func (*NormalizedProjectRevisionIdentitySchema) UnmarshalJSON ¶ added in v1.1.36
func (o *NormalizedProjectRevisionIdentitySchema) UnmarshalJSON(data []byte) (err error)
func (*NormalizedProjectRevisionIdentitySchema) UnsetIdentitySchemaId ¶
func (o *NormalizedProjectRevisionIdentitySchema) UnsetIdentitySchemaId()
UnsetIdentitySchemaId ensures that no value is present for IdentitySchemaId, not even an explicit nil
type NormalizedProjectRevisionThirdPartyProvider ¶
type NormalizedProjectRevisionThirdPartyProvider struct {
AdditionalIdTokenAudiences []string `json:"additional_id_token_audiences,omitempty"`
ApplePrivateKey NullableString `json:"apple_private_key,omitempty"`
// Apple Private Key Identifier Sign In with Apple Private Key Identifier needed for generating a JWT token for client secret
ApplePrivateKeyId *string `json:"apple_private_key_id,omitempty"`
// Apple Developer Team ID Apple Developer Team ID needed for generating a JWT token for client secret
AppleTeamId *string `json:"apple_team_id,omitempty"`
// AuthURL is the authorize url, typically something like: https://example.org/oauth2/auth Should only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when `provider` is set to `generic`.
AuthUrl *string `json:"auth_url,omitempty"`
// Tenant is the Azure AD Tenant to use for authentication, and must be set when `provider` is set to `microsoft`. Can be either `common`, `organizations`, `consumers` for a multitenant application or a specific tenant like `8eaef023-2b34-4da1-9baa-8bc8c9d6a490` or `contoso.onmicrosoft.com`.
AzureTenant *string `json:"azure_tenant,omitempty"`
ClaimsSource NullableString `json:"claims_source,omitempty"`
// ClientID is the application's Client ID.
ClientId *string `json:"client_id,omitempty"`
ClientSecret NullableString `json:"client_secret,omitempty"`
// The Project's Revision Creation Date
CreatedAt *time.Time `json:"created_at,omitempty"`
Id *string `json:"id,omitempty"`
// IssuerURL is the OpenID Connect Server URL. You can leave this empty if `provider` is not set to `generic`. If set, neither `auth_url` nor `token_url` are required.
IssuerUrl *string `json:"issuer_url,omitempty"`
// Label represents an optional label which can be used in the UI generation.
Label *string `json:"label,omitempty"`
// Mapper specifies the JSONNet code snippet which uses the OpenID Connect Provider's data (e.g. GitHub or Google profile information) to hydrate the identity's data.
MapperUrl *string `json:"mapper_url,omitempty"`
OrganizationId NullableString `json:"organization_id,omitempty"`
// The Revision's ID this schema belongs to
ProjectRevisionId *string `json:"project_revision_id,omitempty"`
// Provider is either \"generic\" for a generic OAuth 2.0 / OpenID Connect Provider or one of: generic google github gitlab microsoft discord slack facebook vk yandex apple
Provider *string `json:"provider,omitempty"`
// ID is the provider's ID
ProviderId *string `json:"provider_id,omitempty"`
RequestedClaims map[string]interface{} `json:"requested_claims,omitempty"`
Scope []string `json:"scope,omitempty"`
// State indicates the state of the provider Only providers with state `enabled` will be used for authentication enabled ThirdPartyProviderStateEnabled disabled ThirdPartyProviderStateDisabled
State *string `json:"state,omitempty"`
SubjectSource NullableString `json:"subject_source,omitempty"`
// TokenURL is the token url, typically something like: https://example.org/oauth2/token Should only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when `provider` is set to `generic`.
TokenUrl *string `json:"token_url,omitempty"`
// Last Time Project's Revision was Updated
UpdatedAt *time.Time `json:"updated_at,omitempty"`
AdditionalProperties map[string]interface{}
}
NormalizedProjectRevisionThirdPartyProvider struct for NormalizedProjectRevisionThirdPartyProvider
func NewNormalizedProjectRevisionThirdPartyProvider ¶
func NewNormalizedProjectRevisionThirdPartyProvider() *NormalizedProjectRevisionThirdPartyProvider
NewNormalizedProjectRevisionThirdPartyProvider instantiates a new NormalizedProjectRevisionThirdPartyProvider 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 NewNormalizedProjectRevisionThirdPartyProviderWithDefaults ¶
func NewNormalizedProjectRevisionThirdPartyProviderWithDefaults() *NormalizedProjectRevisionThirdPartyProvider
NewNormalizedProjectRevisionThirdPartyProviderWithDefaults instantiates a new NormalizedProjectRevisionThirdPartyProvider 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 (*NormalizedProjectRevisionThirdPartyProvider) GetAdditionalIdTokenAudiences ¶ added in v1.4.1
func (o *NormalizedProjectRevisionThirdPartyProvider) GetAdditionalIdTokenAudiences() []string
GetAdditionalIdTokenAudiences returns the AdditionalIdTokenAudiences field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetAdditionalIdTokenAudiencesOk ¶ added in v1.4.1
func (o *NormalizedProjectRevisionThirdPartyProvider) GetAdditionalIdTokenAudiencesOk() ([]string, bool)
GetAdditionalIdTokenAudiencesOk returns a tuple with the AdditionalIdTokenAudiences field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) GetApplePrivateKey ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetApplePrivateKey() string
GetApplePrivateKey returns the ApplePrivateKey field value if set, zero value otherwise (both if not set or set to explicit null).
func (*NormalizedProjectRevisionThirdPartyProvider) GetApplePrivateKeyId ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetApplePrivateKeyId() string
GetApplePrivateKeyId returns the ApplePrivateKeyId field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetApplePrivateKeyIdOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetApplePrivateKeyIdOk() (*string, bool)
GetApplePrivateKeyIdOk returns a tuple with the ApplePrivateKeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) GetApplePrivateKeyOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetApplePrivateKeyOk() (*string, bool)
GetApplePrivateKeyOk returns a tuple with the ApplePrivateKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*NormalizedProjectRevisionThirdPartyProvider) GetAppleTeamId ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetAppleTeamId() string
GetAppleTeamId returns the AppleTeamId field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetAppleTeamIdOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetAppleTeamIdOk() (*string, bool)
GetAppleTeamIdOk returns a tuple with the AppleTeamId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) GetAuthUrl ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetAuthUrl() string
GetAuthUrl returns the AuthUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetAuthUrlOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetAuthUrlOk() (*string, bool)
GetAuthUrlOk returns a tuple with the AuthUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) GetAzureTenant ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetAzureTenant() string
GetAzureTenant returns the AzureTenant field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetAzureTenantOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetAzureTenantOk() (*string, bool)
GetAzureTenantOk returns a tuple with the AzureTenant field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) GetClaimsSource ¶ added in v1.6.1
func (o *NormalizedProjectRevisionThirdPartyProvider) GetClaimsSource() string
GetClaimsSource returns the ClaimsSource field value if set, zero value otherwise (both if not set or set to explicit null).
func (*NormalizedProjectRevisionThirdPartyProvider) GetClaimsSourceOk ¶ added in v1.6.1
func (o *NormalizedProjectRevisionThirdPartyProvider) GetClaimsSourceOk() (*string, bool)
GetClaimsSourceOk returns a tuple with the ClaimsSource field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*NormalizedProjectRevisionThirdPartyProvider) GetClientId ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetClientId() string
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetClientIdOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) GetClientSecret ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetClientSecret() string
GetClientSecret returns the ClientSecret field value if set, zero value otherwise (both if not set or set to explicit null).
func (*NormalizedProjectRevisionThirdPartyProvider) GetClientSecretOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*NormalizedProjectRevisionThirdPartyProvider) GetCreatedAt ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetCreatedAtOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) GetId ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetIdOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) GetIssuerUrl ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetIssuerUrl() string
GetIssuerUrl returns the IssuerUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetIssuerUrlOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetIssuerUrlOk() (*string, bool)
GetIssuerUrlOk returns a tuple with the IssuerUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) GetLabel ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetLabelOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) GetMapperUrl ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetMapperUrl() string
GetMapperUrl returns the MapperUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetMapperUrlOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetMapperUrlOk() (*string, bool)
GetMapperUrlOk returns a tuple with the MapperUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) GetOrganizationId ¶ added in v1.2.10
func (o *NormalizedProjectRevisionThirdPartyProvider) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*NormalizedProjectRevisionThirdPartyProvider) GetOrganizationIdOk ¶ added in v1.2.10
func (o *NormalizedProjectRevisionThirdPartyProvider) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*NormalizedProjectRevisionThirdPartyProvider) GetProjectRevisionId ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetProjectRevisionId() string
GetProjectRevisionId returns the ProjectRevisionId field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetProjectRevisionIdOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetProjectRevisionIdOk() (*string, bool)
GetProjectRevisionIdOk returns a tuple with the ProjectRevisionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) GetProvider ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetProvider() string
GetProvider returns the Provider field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetProviderId ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetProviderId() string
GetProviderId returns the ProviderId field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetProviderIdOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetProviderIdOk() (*string, bool)
GetProviderIdOk returns a tuple with the ProviderId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) GetProviderOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) GetRequestedClaims ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetRequestedClaims() map[string]interface{}
GetRequestedClaims returns the RequestedClaims field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetRequestedClaimsOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetRequestedClaimsOk() (map[string]interface{}, bool)
GetRequestedClaimsOk returns a tuple with the RequestedClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) GetScope ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetScope() []string
GetScope returns the Scope field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetScopeOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetScopeOk() ([]string, bool)
GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) GetState ¶ added in v1.1.34
func (o *NormalizedProjectRevisionThirdPartyProvider) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetStateOk ¶ added in v1.1.34
func (o *NormalizedProjectRevisionThirdPartyProvider) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) GetSubjectSource ¶ added in v1.1.10
func (o *NormalizedProjectRevisionThirdPartyProvider) GetSubjectSource() string
GetSubjectSource returns the SubjectSource field value if set, zero value otherwise (both if not set or set to explicit null).
func (*NormalizedProjectRevisionThirdPartyProvider) GetSubjectSourceOk ¶ added in v1.1.10
func (o *NormalizedProjectRevisionThirdPartyProvider) GetSubjectSourceOk() (*string, bool)
GetSubjectSourceOk returns a tuple with the SubjectSource field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*NormalizedProjectRevisionThirdPartyProvider) GetTokenUrl ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetTokenUrl() string
GetTokenUrl returns the TokenUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetTokenUrlOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetTokenUrlOk() (*string, bool)
GetTokenUrlOk returns a tuple with the TokenUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) GetUpdatedAt ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*NormalizedProjectRevisionThirdPartyProvider) GetUpdatedAtOk ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasAdditionalIdTokenAudiences ¶ added in v1.4.1
func (o *NormalizedProjectRevisionThirdPartyProvider) HasAdditionalIdTokenAudiences() bool
HasAdditionalIdTokenAudiences returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasApplePrivateKey ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasApplePrivateKey() bool
HasApplePrivateKey returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasApplePrivateKeyId ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasApplePrivateKeyId() bool
HasApplePrivateKeyId returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasAppleTeamId ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasAppleTeamId() bool
HasAppleTeamId returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasAuthUrl ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasAuthUrl() bool
HasAuthUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasAzureTenant ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasAzureTenant() bool
HasAzureTenant returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasClaimsSource ¶ added in v1.6.1
func (o *NormalizedProjectRevisionThirdPartyProvider) HasClaimsSource() bool
HasClaimsSource returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasClientId ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasClientSecret ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasClientSecret() bool
HasClientSecret returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasCreatedAt ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasId ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasId() bool
HasId returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasIssuerUrl ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasIssuerUrl() bool
HasIssuerUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasLabel ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasMapperUrl ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasMapperUrl() bool
HasMapperUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasOrganizationId ¶ added in v1.2.10
func (o *NormalizedProjectRevisionThirdPartyProvider) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasProjectRevisionId ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasProjectRevisionId() bool
HasProjectRevisionId returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasProvider ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasProviderId ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasProviderId() bool
HasProviderId returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasRequestedClaims ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasRequestedClaims() bool
HasRequestedClaims returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasScope ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasScope() bool
HasScope returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasState ¶ added in v1.1.34
func (o *NormalizedProjectRevisionThirdPartyProvider) HasState() bool
HasState returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasSubjectSource ¶ added in v1.1.10
func (o *NormalizedProjectRevisionThirdPartyProvider) HasSubjectSource() bool
HasSubjectSource returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasTokenUrl ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasTokenUrl() bool
HasTokenUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevisionThirdPartyProvider) HasUpdatedAt ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (NormalizedProjectRevisionThirdPartyProvider) MarshalJSON ¶
func (o NormalizedProjectRevisionThirdPartyProvider) MarshalJSON() ([]byte, error)
func (*NormalizedProjectRevisionThirdPartyProvider) SetAdditionalIdTokenAudiences ¶ added in v1.4.1
func (o *NormalizedProjectRevisionThirdPartyProvider) SetAdditionalIdTokenAudiences(v []string)
SetAdditionalIdTokenAudiences gets a reference to the given []string and assigns it to the AdditionalIdTokenAudiences field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetApplePrivateKey ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetApplePrivateKey(v string)
SetApplePrivateKey gets a reference to the given NullableString and assigns it to the ApplePrivateKey field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetApplePrivateKeyId ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetApplePrivateKeyId(v string)
SetApplePrivateKeyId gets a reference to the given string and assigns it to the ApplePrivateKeyId field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetApplePrivateKeyNil ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetApplePrivateKeyNil()
SetApplePrivateKeyNil sets the value for ApplePrivateKey to be an explicit nil
func (*NormalizedProjectRevisionThirdPartyProvider) SetAppleTeamId ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetAppleTeamId(v string)
SetAppleTeamId gets a reference to the given string and assigns it to the AppleTeamId field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetAuthUrl ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetAuthUrl(v string)
SetAuthUrl gets a reference to the given string and assigns it to the AuthUrl field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetAzureTenant ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetAzureTenant(v string)
SetAzureTenant gets a reference to the given string and assigns it to the AzureTenant field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetClaimsSource ¶ added in v1.6.1
func (o *NormalizedProjectRevisionThirdPartyProvider) SetClaimsSource(v string)
SetClaimsSource gets a reference to the given NullableString and assigns it to the ClaimsSource field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetClaimsSourceNil ¶ added in v1.6.1
func (o *NormalizedProjectRevisionThirdPartyProvider) SetClaimsSourceNil()
SetClaimsSourceNil sets the value for ClaimsSource to be an explicit nil
func (*NormalizedProjectRevisionThirdPartyProvider) SetClientId ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetClientId(v string)
SetClientId gets a reference to the given string and assigns it to the ClientId field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetClientSecret ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetClientSecret(v string)
SetClientSecret gets a reference to the given NullableString and assigns it to the ClientSecret field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetClientSecretNil ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetClientSecretNil()
SetClientSecretNil sets the value for ClientSecret to be an explicit nil
func (*NormalizedProjectRevisionThirdPartyProvider) SetCreatedAt ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetId ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetIssuerUrl ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetIssuerUrl(v string)
SetIssuerUrl gets a reference to the given string and assigns it to the IssuerUrl field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetLabel ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetMapperUrl ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetMapperUrl(v string)
SetMapperUrl gets a reference to the given string and assigns it to the MapperUrl field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetOrganizationId ¶ added in v1.2.10
func (o *NormalizedProjectRevisionThirdPartyProvider) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given NullableString and assigns it to the OrganizationId field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetOrganizationIdNil ¶ added in v1.2.10
func (o *NormalizedProjectRevisionThirdPartyProvider) SetOrganizationIdNil()
SetOrganizationIdNil sets the value for OrganizationId to be an explicit nil
func (*NormalizedProjectRevisionThirdPartyProvider) SetProjectRevisionId ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetProjectRevisionId(v string)
SetProjectRevisionId gets a reference to the given string and assigns it to the ProjectRevisionId field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetProvider ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetProvider(v string)
SetProvider gets a reference to the given string and assigns it to the Provider field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetProviderId ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetProviderId(v string)
SetProviderId gets a reference to the given string and assigns it to the ProviderId field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetRequestedClaims ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetRequestedClaims(v map[string]interface{})
SetRequestedClaims gets a reference to the given map[string]interface{} and assigns it to the RequestedClaims field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetScope ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetScope(v []string)
SetScope gets a reference to the given []string and assigns it to the Scope field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetState ¶ added in v1.1.34
func (o *NormalizedProjectRevisionThirdPartyProvider) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetSubjectSource ¶ added in v1.1.10
func (o *NormalizedProjectRevisionThirdPartyProvider) SetSubjectSource(v string)
SetSubjectSource gets a reference to the given NullableString and assigns it to the SubjectSource field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetSubjectSourceNil ¶ added in v1.1.10
func (o *NormalizedProjectRevisionThirdPartyProvider) SetSubjectSourceNil()
SetSubjectSourceNil sets the value for SubjectSource to be an explicit nil
func (*NormalizedProjectRevisionThirdPartyProvider) SetTokenUrl ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetTokenUrl(v string)
SetTokenUrl gets a reference to the given string and assigns it to the TokenUrl field.
func (*NormalizedProjectRevisionThirdPartyProvider) SetUpdatedAt ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (NormalizedProjectRevisionThirdPartyProvider) ToMap ¶ added in v1.3.0
func (o NormalizedProjectRevisionThirdPartyProvider) ToMap() (map[string]interface{}, error)
func (*NormalizedProjectRevisionThirdPartyProvider) UnmarshalJSON ¶ added in v1.1.36
func (o *NormalizedProjectRevisionThirdPartyProvider) UnmarshalJSON(data []byte) (err error)
func (*NormalizedProjectRevisionThirdPartyProvider) UnsetApplePrivateKey ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) UnsetApplePrivateKey()
UnsetApplePrivateKey ensures that no value is present for ApplePrivateKey, not even an explicit nil
func (*NormalizedProjectRevisionThirdPartyProvider) UnsetClaimsSource ¶ added in v1.6.1
func (o *NormalizedProjectRevisionThirdPartyProvider) UnsetClaimsSource()
UnsetClaimsSource ensures that no value is present for ClaimsSource, not even an explicit nil
func (*NormalizedProjectRevisionThirdPartyProvider) UnsetClientSecret ¶
func (o *NormalizedProjectRevisionThirdPartyProvider) UnsetClientSecret()
UnsetClientSecret ensures that no value is present for ClientSecret, not even an explicit nil
func (*NormalizedProjectRevisionThirdPartyProvider) UnsetOrganizationId ¶ added in v1.2.10
func (o *NormalizedProjectRevisionThirdPartyProvider) UnsetOrganizationId()
UnsetOrganizationId ensures that no value is present for OrganizationId, not even an explicit nil
func (*NormalizedProjectRevisionThirdPartyProvider) UnsetSubjectSource ¶ added in v1.1.10
func (o *NormalizedProjectRevisionThirdPartyProvider) UnsetSubjectSource()
UnsetSubjectSource ensures that no value is present for SubjectSource, not even an explicit nil
type NormalizedProjectRevisionTokenizerTemplate ¶ added in v1.2.7
type NormalizedProjectRevisionTokenizerTemplate struct {
// Claims mapper URL
ClaimsMapperUrl *string `json:"claims_mapper_url,omitempty"`
// The Project's Revision Creation Date
CreatedAt *time.Time `json:"created_at,omitempty"`
// The revision ID.
Id *string `json:"id,omitempty"`
// JSON Web Key URL
JwksUrl *string `json:"jwks_url,omitempty"`
// The unique key of the template
Key *string `json:"key,omitempty"`
// The Revision's ID this schema belongs to
ProjectRevisionId *string `json:"project_revision_id,omitempty"`
// Token time to live
Ttl *string `json:"ttl,omitempty"`
// Last Time Project's Revision was Updated
UpdatedAt *time.Time `json:"updated_at,omitempty"`
AdditionalProperties map[string]interface{}
}
NormalizedProjectRevisionTokenizerTemplate struct for NormalizedProjectRevisionTokenizerTemplate
func NewNormalizedProjectRevisionTokenizerTemplate ¶ added in v1.2.7
func NewNormalizedProjectRevisionTokenizerTemplate() *NormalizedProjectRevisionTokenizerTemplate
NewNormalizedProjectRevisionTokenizerTemplate instantiates a new NormalizedProjectRevisionTokenizerTemplate 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 NewNormalizedProjectRevisionTokenizerTemplateWithDefaults ¶ added in v1.2.7
func NewNormalizedProjectRevisionTokenizerTemplateWithDefaults() *NormalizedProjectRevisionTokenizerTemplate
NewNormalizedProjectRevisionTokenizerTemplateWithDefaults instantiates a new NormalizedProjectRevisionTokenizerTemplate 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 (*NormalizedProjectRevisionTokenizerTemplate) GetClaimsMapperUrl ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) GetClaimsMapperUrl() string
GetClaimsMapperUrl returns the ClaimsMapperUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevisionTokenizerTemplate) GetClaimsMapperUrlOk ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) GetClaimsMapperUrlOk() (*string, bool)
GetClaimsMapperUrlOk returns a tuple with the ClaimsMapperUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionTokenizerTemplate) GetCreatedAt ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*NormalizedProjectRevisionTokenizerTemplate) GetCreatedAtOk ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionTokenizerTemplate) GetId ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*NormalizedProjectRevisionTokenizerTemplate) GetIdOk ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionTokenizerTemplate) GetJwksUrl ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) GetJwksUrl() string
GetJwksUrl returns the JwksUrl field value if set, zero value otherwise.
func (*NormalizedProjectRevisionTokenizerTemplate) GetJwksUrlOk ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) GetJwksUrlOk() (*string, bool)
GetJwksUrlOk returns a tuple with the JwksUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionTokenizerTemplate) GetKey ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) GetKey() string
GetKey returns the Key field value if set, zero value otherwise.
func (*NormalizedProjectRevisionTokenizerTemplate) GetKeyOk ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionTokenizerTemplate) GetProjectRevisionId ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) GetProjectRevisionId() string
GetProjectRevisionId returns the ProjectRevisionId field value if set, zero value otherwise.
func (*NormalizedProjectRevisionTokenizerTemplate) GetProjectRevisionIdOk ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) GetProjectRevisionIdOk() (*string, bool)
GetProjectRevisionIdOk returns a tuple with the ProjectRevisionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionTokenizerTemplate) GetTtl ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) GetTtl() string
GetTtl returns the Ttl field value if set, zero value otherwise.
func (*NormalizedProjectRevisionTokenizerTemplate) GetTtlOk ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) GetTtlOk() (*string, bool)
GetTtlOk returns a tuple with the Ttl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionTokenizerTemplate) GetUpdatedAt ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*NormalizedProjectRevisionTokenizerTemplate) GetUpdatedAtOk ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NormalizedProjectRevisionTokenizerTemplate) HasClaimsMapperUrl ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) HasClaimsMapperUrl() bool
HasClaimsMapperUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevisionTokenizerTemplate) HasCreatedAt ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*NormalizedProjectRevisionTokenizerTemplate) HasId ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) HasId() bool
HasId returns a boolean if a field has been set.
func (*NormalizedProjectRevisionTokenizerTemplate) HasJwksUrl ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) HasJwksUrl() bool
HasJwksUrl returns a boolean if a field has been set.
func (*NormalizedProjectRevisionTokenizerTemplate) HasKey ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) HasKey() bool
HasKey returns a boolean if a field has been set.
func (*NormalizedProjectRevisionTokenizerTemplate) HasProjectRevisionId ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) HasProjectRevisionId() bool
HasProjectRevisionId returns a boolean if a field has been set.
func (*NormalizedProjectRevisionTokenizerTemplate) HasTtl ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) HasTtl() bool
HasTtl returns a boolean if a field has been set.
func (*NormalizedProjectRevisionTokenizerTemplate) HasUpdatedAt ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (NormalizedProjectRevisionTokenizerTemplate) MarshalJSON ¶ added in v1.2.7
func (o NormalizedProjectRevisionTokenizerTemplate) MarshalJSON() ([]byte, error)
func (*NormalizedProjectRevisionTokenizerTemplate) SetClaimsMapperUrl ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) SetClaimsMapperUrl(v string)
SetClaimsMapperUrl gets a reference to the given string and assigns it to the ClaimsMapperUrl field.
func (*NormalizedProjectRevisionTokenizerTemplate) SetCreatedAt ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*NormalizedProjectRevisionTokenizerTemplate) SetId ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*NormalizedProjectRevisionTokenizerTemplate) SetJwksUrl ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) SetJwksUrl(v string)
SetJwksUrl gets a reference to the given string and assigns it to the JwksUrl field.
func (*NormalizedProjectRevisionTokenizerTemplate) SetKey ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) SetKey(v string)
SetKey gets a reference to the given string and assigns it to the Key field.
func (*NormalizedProjectRevisionTokenizerTemplate) SetProjectRevisionId ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) SetProjectRevisionId(v string)
SetProjectRevisionId gets a reference to the given string and assigns it to the ProjectRevisionId field.
func (*NormalizedProjectRevisionTokenizerTemplate) SetTtl ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) SetTtl(v string)
SetTtl gets a reference to the given string and assigns it to the Ttl field.
func (*NormalizedProjectRevisionTokenizerTemplate) SetUpdatedAt ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (NormalizedProjectRevisionTokenizerTemplate) ToMap ¶ added in v1.3.0
func (o NormalizedProjectRevisionTokenizerTemplate) ToMap() (map[string]interface{}, error)
func (*NormalizedProjectRevisionTokenizerTemplate) UnmarshalJSON ¶ added in v1.2.7
func (o *NormalizedProjectRevisionTokenizerTemplate) UnmarshalJSON(data []byte) (err error)
type NullableAcceptOAuth2ConsentRequest ¶
type NullableAcceptOAuth2ConsentRequest struct {
// contains filtered or unexported fields
}
func NewNullableAcceptOAuth2ConsentRequest ¶
func NewNullableAcceptOAuth2ConsentRequest(val *AcceptOAuth2ConsentRequest) *NullableAcceptOAuth2ConsentRequest
func (NullableAcceptOAuth2ConsentRequest) Get ¶
func (v NullableAcceptOAuth2ConsentRequest) Get() *AcceptOAuth2ConsentRequest
func (NullableAcceptOAuth2ConsentRequest) IsSet ¶
func (v NullableAcceptOAuth2ConsentRequest) IsSet() bool
func (NullableAcceptOAuth2ConsentRequest) MarshalJSON ¶
func (v NullableAcceptOAuth2ConsentRequest) MarshalJSON() ([]byte, error)
func (*NullableAcceptOAuth2ConsentRequest) Set ¶
func (v *NullableAcceptOAuth2ConsentRequest) Set(val *AcceptOAuth2ConsentRequest)
func (*NullableAcceptOAuth2ConsentRequest) UnmarshalJSON ¶
func (v *NullableAcceptOAuth2ConsentRequest) UnmarshalJSON(src []byte) error
func (*NullableAcceptOAuth2ConsentRequest) Unset ¶
func (v *NullableAcceptOAuth2ConsentRequest) Unset()
type NullableAcceptOAuth2ConsentRequestSession ¶
type NullableAcceptOAuth2ConsentRequestSession struct {
// contains filtered or unexported fields
}
func NewNullableAcceptOAuth2ConsentRequestSession ¶
func NewNullableAcceptOAuth2ConsentRequestSession(val *AcceptOAuth2ConsentRequestSession) *NullableAcceptOAuth2ConsentRequestSession
func (NullableAcceptOAuth2ConsentRequestSession) IsSet ¶
func (v NullableAcceptOAuth2ConsentRequestSession) IsSet() bool
func (NullableAcceptOAuth2ConsentRequestSession) MarshalJSON ¶
func (v NullableAcceptOAuth2ConsentRequestSession) MarshalJSON() ([]byte, error)
func (*NullableAcceptOAuth2ConsentRequestSession) Set ¶
func (v *NullableAcceptOAuth2ConsentRequestSession) Set(val *AcceptOAuth2ConsentRequestSession)
func (*NullableAcceptOAuth2ConsentRequestSession) UnmarshalJSON ¶
func (v *NullableAcceptOAuth2ConsentRequestSession) UnmarshalJSON(src []byte) error
func (*NullableAcceptOAuth2ConsentRequestSession) Unset ¶
func (v *NullableAcceptOAuth2ConsentRequestSession) Unset()
type NullableAcceptOAuth2LoginRequest ¶
type NullableAcceptOAuth2LoginRequest struct {
// contains filtered or unexported fields
}
func NewNullableAcceptOAuth2LoginRequest ¶
func NewNullableAcceptOAuth2LoginRequest(val *AcceptOAuth2LoginRequest) *NullableAcceptOAuth2LoginRequest
func (NullableAcceptOAuth2LoginRequest) Get ¶
func (v NullableAcceptOAuth2LoginRequest) Get() *AcceptOAuth2LoginRequest
func (NullableAcceptOAuth2LoginRequest) IsSet ¶
func (v NullableAcceptOAuth2LoginRequest) IsSet() bool
func (NullableAcceptOAuth2LoginRequest) MarshalJSON ¶
func (v NullableAcceptOAuth2LoginRequest) MarshalJSON() ([]byte, error)
func (*NullableAcceptOAuth2LoginRequest) Set ¶
func (v *NullableAcceptOAuth2LoginRequest) Set(val *AcceptOAuth2LoginRequest)
func (*NullableAcceptOAuth2LoginRequest) UnmarshalJSON ¶
func (v *NullableAcceptOAuth2LoginRequest) UnmarshalJSON(src []byte) error
func (*NullableAcceptOAuth2LoginRequest) Unset ¶
func (v *NullableAcceptOAuth2LoginRequest) Unset()
type NullableAccountExperienceConfiguration ¶ added in v1.11.10
type NullableAccountExperienceConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableAccountExperienceConfiguration ¶ added in v1.11.10
func NewNullableAccountExperienceConfiguration(val *AccountExperienceConfiguration) *NullableAccountExperienceConfiguration
func (NullableAccountExperienceConfiguration) Get ¶ added in v1.11.10
func (v NullableAccountExperienceConfiguration) Get() *AccountExperienceConfiguration
func (NullableAccountExperienceConfiguration) IsSet ¶ added in v1.11.10
func (v NullableAccountExperienceConfiguration) IsSet() bool
func (NullableAccountExperienceConfiguration) MarshalJSON ¶ added in v1.11.10
func (v NullableAccountExperienceConfiguration) MarshalJSON() ([]byte, error)
func (*NullableAccountExperienceConfiguration) Set ¶ added in v1.11.10
func (v *NullableAccountExperienceConfiguration) Set(val *AccountExperienceConfiguration)
func (*NullableAccountExperienceConfiguration) UnmarshalJSON ¶ added in v1.11.10
func (v *NullableAccountExperienceConfiguration) UnmarshalJSON(src []byte) error
func (*NullableAccountExperienceConfiguration) Unset ¶ added in v1.11.10
func (v *NullableAccountExperienceConfiguration) Unset()
type NullableAccountExperienceThemeVariables ¶ added in v1.11.10
type NullableAccountExperienceThemeVariables struct {
// contains filtered or unexported fields
}
func NewNullableAccountExperienceThemeVariables ¶ added in v1.11.10
func NewNullableAccountExperienceThemeVariables(val *AccountExperienceThemeVariables) *NullableAccountExperienceThemeVariables
func (NullableAccountExperienceThemeVariables) IsSet ¶ added in v1.11.10
func (v NullableAccountExperienceThemeVariables) IsSet() bool
func (NullableAccountExperienceThemeVariables) MarshalJSON ¶ added in v1.11.10
func (v NullableAccountExperienceThemeVariables) MarshalJSON() ([]byte, error)
func (*NullableAccountExperienceThemeVariables) Set ¶ added in v1.11.10
func (v *NullableAccountExperienceThemeVariables) Set(val *AccountExperienceThemeVariables)
func (*NullableAccountExperienceThemeVariables) UnmarshalJSON ¶ added in v1.11.10
func (v *NullableAccountExperienceThemeVariables) UnmarshalJSON(src []byte) error
func (*NullableAccountExperienceThemeVariables) Unset ¶ added in v1.11.10
func (v *NullableAccountExperienceThemeVariables) Unset()
type NullableActiveProjectInConsole ¶
type NullableActiveProjectInConsole struct {
// contains filtered or unexported fields
}
func NewNullableActiveProjectInConsole ¶
func NewNullableActiveProjectInConsole(val *ActiveProjectInConsole) *NullableActiveProjectInConsole
func (NullableActiveProjectInConsole) Get ¶
func (v NullableActiveProjectInConsole) Get() *ActiveProjectInConsole
func (NullableActiveProjectInConsole) IsSet ¶
func (v NullableActiveProjectInConsole) IsSet() bool
func (NullableActiveProjectInConsole) MarshalJSON ¶
func (v NullableActiveProjectInConsole) MarshalJSON() ([]byte, error)
func (*NullableActiveProjectInConsole) Set ¶
func (v *NullableActiveProjectInConsole) Set(val *ActiveProjectInConsole)
func (*NullableActiveProjectInConsole) UnmarshalJSON ¶
func (v *NullableActiveProjectInConsole) UnmarshalJSON(src []byte) error
func (*NullableActiveProjectInConsole) Unset ¶
func (v *NullableActiveProjectInConsole) Unset()
type NullableAddProjectToWorkspaceBody ¶ added in v1.11.10
type NullableAddProjectToWorkspaceBody struct {
// contains filtered or unexported fields
}
func NewNullableAddProjectToWorkspaceBody ¶ added in v1.11.10
func NewNullableAddProjectToWorkspaceBody(val *AddProjectToWorkspaceBody) *NullableAddProjectToWorkspaceBody
func (NullableAddProjectToWorkspaceBody) Get ¶ added in v1.11.10
func (v NullableAddProjectToWorkspaceBody) Get() *AddProjectToWorkspaceBody
func (NullableAddProjectToWorkspaceBody) IsSet ¶ added in v1.11.10
func (v NullableAddProjectToWorkspaceBody) IsSet() bool
func (NullableAddProjectToWorkspaceBody) MarshalJSON ¶ added in v1.11.10
func (v NullableAddProjectToWorkspaceBody) MarshalJSON() ([]byte, error)
func (*NullableAddProjectToWorkspaceBody) Set ¶ added in v1.11.10
func (v *NullableAddProjectToWorkspaceBody) Set(val *AddProjectToWorkspaceBody)
func (*NullableAddProjectToWorkspaceBody) UnmarshalJSON ¶ added in v1.11.10
func (v *NullableAddProjectToWorkspaceBody) UnmarshalJSON(src []byte) error
func (*NullableAddProjectToWorkspaceBody) Unset ¶ added in v1.11.10
func (v *NullableAddProjectToWorkspaceBody) Unset()
type NullableAttribute ¶ added in v1.4.8
type NullableAttribute struct {
// contains filtered or unexported fields
}
func NewNullableAttribute ¶ added in v1.4.8
func NewNullableAttribute(val *Attribute) *NullableAttribute
func (NullableAttribute) Get ¶ added in v1.4.8
func (v NullableAttribute) Get() *Attribute
func (NullableAttribute) IsSet ¶ added in v1.4.8
func (v NullableAttribute) IsSet() bool
func (NullableAttribute) MarshalJSON ¶ added in v1.4.8
func (v NullableAttribute) MarshalJSON() ([]byte, error)
func (*NullableAttribute) Set ¶ added in v1.4.8
func (v *NullableAttribute) Set(val *Attribute)
func (*NullableAttribute) UnmarshalJSON ¶ added in v1.4.8
func (v *NullableAttribute) UnmarshalJSON(src []byte) error
func (*NullableAttribute) Unset ¶ added in v1.4.8
func (v *NullableAttribute) Unset()
type NullableAttributeFilter ¶ added in v1.4.8
type NullableAttributeFilter struct {
// contains filtered or unexported fields
}
func NewNullableAttributeFilter ¶ added in v1.4.8
func NewNullableAttributeFilter(val *AttributeFilter) *NullableAttributeFilter
func (NullableAttributeFilter) Get ¶ added in v1.4.8
func (v NullableAttributeFilter) Get() *AttributeFilter
func (NullableAttributeFilter) IsSet ¶ added in v1.4.8
func (v NullableAttributeFilter) IsSet() bool
func (NullableAttributeFilter) MarshalJSON ¶ added in v1.4.8
func (v NullableAttributeFilter) MarshalJSON() ([]byte, error)
func (*NullableAttributeFilter) Set ¶ added in v1.4.8
func (v *NullableAttributeFilter) Set(val *AttributeFilter)
func (*NullableAttributeFilter) UnmarshalJSON ¶ added in v1.4.8
func (v *NullableAttributeFilter) UnmarshalJSON(src []byte) error
func (*NullableAttributeFilter) Unset ¶ added in v1.4.8
func (v *NullableAttributeFilter) Unset()
type NullableAttributesCountDatapoint ¶ added in v1.2.14
type NullableAttributesCountDatapoint struct {
// contains filtered or unexported fields
}
func NewNullableAttributesCountDatapoint ¶ added in v1.2.14
func NewNullableAttributesCountDatapoint(val *AttributesCountDatapoint) *NullableAttributesCountDatapoint
func (NullableAttributesCountDatapoint) Get ¶ added in v1.2.14
func (v NullableAttributesCountDatapoint) Get() *AttributesCountDatapoint
func (NullableAttributesCountDatapoint) IsSet ¶ added in v1.2.14
func (v NullableAttributesCountDatapoint) IsSet() bool
func (NullableAttributesCountDatapoint) MarshalJSON ¶ added in v1.2.14
func (v NullableAttributesCountDatapoint) MarshalJSON() ([]byte, error)
func (*NullableAttributesCountDatapoint) Set ¶ added in v1.2.14
func (v *NullableAttributesCountDatapoint) Set(val *AttributesCountDatapoint)
func (*NullableAttributesCountDatapoint) UnmarshalJSON ¶ added in v1.2.14
func (v *NullableAttributesCountDatapoint) UnmarshalJSON(src []byte) error
func (*NullableAttributesCountDatapoint) Unset ¶ added in v1.2.14
func (v *NullableAttributesCountDatapoint) Unset()
type NullableAuthenticatorAssuranceLevel ¶
type NullableAuthenticatorAssuranceLevel struct {
// contains filtered or unexported fields
}
func NewNullableAuthenticatorAssuranceLevel ¶
func NewNullableAuthenticatorAssuranceLevel(val *AuthenticatorAssuranceLevel) *NullableAuthenticatorAssuranceLevel
func (NullableAuthenticatorAssuranceLevel) Get ¶
func (v NullableAuthenticatorAssuranceLevel) Get() *AuthenticatorAssuranceLevel
func (NullableAuthenticatorAssuranceLevel) IsSet ¶
func (v NullableAuthenticatorAssuranceLevel) IsSet() bool
func (NullableAuthenticatorAssuranceLevel) MarshalJSON ¶
func (v NullableAuthenticatorAssuranceLevel) MarshalJSON() ([]byte, error)
func (*NullableAuthenticatorAssuranceLevel) Set ¶
func (v *NullableAuthenticatorAssuranceLevel) Set(val *AuthenticatorAssuranceLevel)
func (*NullableAuthenticatorAssuranceLevel) UnmarshalJSON ¶
func (v *NullableAuthenticatorAssuranceLevel) UnmarshalJSON(src []byte) error
func (*NullableAuthenticatorAssuranceLevel) Unset ¶
func (v *NullableAuthenticatorAssuranceLevel) Unset()
type NullableBatchPatchIdentitiesResponse ¶ added in v1.1.24
type NullableBatchPatchIdentitiesResponse struct {
// contains filtered or unexported fields
}
func NewNullableBatchPatchIdentitiesResponse ¶ added in v1.1.24
func NewNullableBatchPatchIdentitiesResponse(val *BatchPatchIdentitiesResponse) *NullableBatchPatchIdentitiesResponse
func (NullableBatchPatchIdentitiesResponse) Get ¶ added in v1.1.24
func (v NullableBatchPatchIdentitiesResponse) Get() *BatchPatchIdentitiesResponse
func (NullableBatchPatchIdentitiesResponse) IsSet ¶ added in v1.1.24
func (v NullableBatchPatchIdentitiesResponse) IsSet() bool
func (NullableBatchPatchIdentitiesResponse) MarshalJSON ¶ added in v1.1.24
func (v NullableBatchPatchIdentitiesResponse) MarshalJSON() ([]byte, error)
func (*NullableBatchPatchIdentitiesResponse) Set ¶ added in v1.1.24
func (v *NullableBatchPatchIdentitiesResponse) Set(val *BatchPatchIdentitiesResponse)
func (*NullableBatchPatchIdentitiesResponse) UnmarshalJSON ¶ added in v1.1.24
func (v *NullableBatchPatchIdentitiesResponse) UnmarshalJSON(src []byte) error
func (*NullableBatchPatchIdentitiesResponse) Unset ¶ added in v1.1.24
func (v *NullableBatchPatchIdentitiesResponse) Unset()
type NullableBillingPeriodBucket ¶ added in v1.11.10
type NullableBillingPeriodBucket struct {
// contains filtered or unexported fields
}
func NewNullableBillingPeriodBucket ¶ added in v1.11.10
func NewNullableBillingPeriodBucket(val *BillingPeriodBucket) *NullableBillingPeriodBucket
func (NullableBillingPeriodBucket) Get ¶ added in v1.11.10
func (v NullableBillingPeriodBucket) Get() *BillingPeriodBucket
func (NullableBillingPeriodBucket) IsSet ¶ added in v1.11.10
func (v NullableBillingPeriodBucket) IsSet() bool
func (NullableBillingPeriodBucket) MarshalJSON ¶ added in v1.11.10
func (v NullableBillingPeriodBucket) MarshalJSON() ([]byte, error)
func (*NullableBillingPeriodBucket) Set ¶ added in v1.11.10
func (v *NullableBillingPeriodBucket) Set(val *BillingPeriodBucket)
func (*NullableBillingPeriodBucket) UnmarshalJSON ¶ added in v1.11.10
func (v *NullableBillingPeriodBucket) UnmarshalJSON(src []byte) error
func (*NullableBillingPeriodBucket) Unset ¶ added in v1.11.10
func (v *NullableBillingPeriodBucket) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCheckOplSyntaxResult ¶
type NullableCheckOplSyntaxResult struct {
// contains filtered or unexported fields
}
func NewNullableCheckOplSyntaxResult ¶
func NewNullableCheckOplSyntaxResult(val *CheckOplSyntaxResult) *NullableCheckOplSyntaxResult
func (NullableCheckOplSyntaxResult) Get ¶
func (v NullableCheckOplSyntaxResult) Get() *CheckOplSyntaxResult
func (NullableCheckOplSyntaxResult) IsSet ¶
func (v NullableCheckOplSyntaxResult) IsSet() bool
func (NullableCheckOplSyntaxResult) MarshalJSON ¶
func (v NullableCheckOplSyntaxResult) MarshalJSON() ([]byte, error)
func (*NullableCheckOplSyntaxResult) Set ¶
func (v *NullableCheckOplSyntaxResult) Set(val *CheckOplSyntaxResult)
func (*NullableCheckOplSyntaxResult) UnmarshalJSON ¶
func (v *NullableCheckOplSyntaxResult) UnmarshalJSON(src []byte) error
func (*NullableCheckOplSyntaxResult) Unset ¶
func (v *NullableCheckOplSyntaxResult) Unset()
type NullableCheckPermissionResult ¶
type NullableCheckPermissionResult struct {
// contains filtered or unexported fields
}
func NewNullableCheckPermissionResult ¶
func NewNullableCheckPermissionResult(val *CheckPermissionResult) *NullableCheckPermissionResult
func (NullableCheckPermissionResult) Get ¶
func (v NullableCheckPermissionResult) Get() *CheckPermissionResult
func (NullableCheckPermissionResult) IsSet ¶
func (v NullableCheckPermissionResult) IsSet() bool
func (NullableCheckPermissionResult) MarshalJSON ¶
func (v NullableCheckPermissionResult) MarshalJSON() ([]byte, error)
func (*NullableCheckPermissionResult) Set ¶
func (v *NullableCheckPermissionResult) Set(val *CheckPermissionResult)
func (*NullableCheckPermissionResult) UnmarshalJSON ¶
func (v *NullableCheckPermissionResult) UnmarshalJSON(src []byte) error
func (*NullableCheckPermissionResult) Unset ¶
func (v *NullableCheckPermissionResult) Unset()
type NullableCloudAccount ¶
type NullableCloudAccount struct {
// contains filtered or unexported fields
}
func NewNullableCloudAccount ¶
func NewNullableCloudAccount(val *CloudAccount) *NullableCloudAccount
func (NullableCloudAccount) Get ¶
func (v NullableCloudAccount) Get() *CloudAccount
func (NullableCloudAccount) IsSet ¶
func (v NullableCloudAccount) IsSet() bool
func (NullableCloudAccount) MarshalJSON ¶
func (v NullableCloudAccount) MarshalJSON() ([]byte, error)
func (*NullableCloudAccount) Set ¶
func (v *NullableCloudAccount) Set(val *CloudAccount)
func (*NullableCloudAccount) UnmarshalJSON ¶
func (v *NullableCloudAccount) UnmarshalJSON(src []byte) error
func (*NullableCloudAccount) Unset ¶
func (v *NullableCloudAccount) Unset()
type NullableConsistencyRequestParameters ¶ added in v1.2.14
type NullableConsistencyRequestParameters struct {
// contains filtered or unexported fields
}
func NewNullableConsistencyRequestParameters ¶ added in v1.2.14
func NewNullableConsistencyRequestParameters(val *ConsistencyRequestParameters) *NullableConsistencyRequestParameters
func (NullableConsistencyRequestParameters) Get ¶ added in v1.2.14
func (v NullableConsistencyRequestParameters) Get() *ConsistencyRequestParameters
func (NullableConsistencyRequestParameters) IsSet ¶ added in v1.2.14
func (v NullableConsistencyRequestParameters) IsSet() bool
func (NullableConsistencyRequestParameters) MarshalJSON ¶ added in v1.2.14
func (v NullableConsistencyRequestParameters) MarshalJSON() ([]byte, error)
func (*NullableConsistencyRequestParameters) Set ¶ added in v1.2.14
func (v *NullableConsistencyRequestParameters) Set(val *ConsistencyRequestParameters)
func (*NullableConsistencyRequestParameters) UnmarshalJSON ¶ added in v1.2.14
func (v *NullableConsistencyRequestParameters) UnmarshalJSON(src []byte) error
func (*NullableConsistencyRequestParameters) Unset ¶ added in v1.2.14
func (v *NullableConsistencyRequestParameters) Unset()
type NullableContinueWith ¶ added in v1.1.24
type NullableContinueWith struct {
// contains filtered or unexported fields
}
func NewNullableContinueWith ¶ added in v1.1.24
func NewNullableContinueWith(val *ContinueWith) *NullableContinueWith
func (NullableContinueWith) Get ¶ added in v1.1.24
func (v NullableContinueWith) Get() *ContinueWith
func (NullableContinueWith) IsSet ¶ added in v1.1.24
func (v NullableContinueWith) IsSet() bool
func (NullableContinueWith) MarshalJSON ¶ added in v1.1.24
func (v NullableContinueWith) MarshalJSON() ([]byte, error)
func (*NullableContinueWith) Set ¶ added in v1.1.24
func (v *NullableContinueWith) Set(val *ContinueWith)
func (*NullableContinueWith) UnmarshalJSON ¶ added in v1.1.24
func (v *NullableContinueWith) UnmarshalJSON(src []byte) error
func (*NullableContinueWith) Unset ¶ added in v1.1.24
func (v *NullableContinueWith) Unset()
type NullableContinueWithRecoveryUi ¶ added in v1.4.3
type NullableContinueWithRecoveryUi struct {
// contains filtered or unexported fields
}
func NewNullableContinueWithRecoveryUi ¶ added in v1.4.3
func NewNullableContinueWithRecoveryUi(val *ContinueWithRecoveryUi) *NullableContinueWithRecoveryUi
func (NullableContinueWithRecoveryUi) Get ¶ added in v1.4.3
func (v NullableContinueWithRecoveryUi) Get() *ContinueWithRecoveryUi
func (NullableContinueWithRecoveryUi) IsSet ¶ added in v1.4.3
func (v NullableContinueWithRecoveryUi) IsSet() bool
func (NullableContinueWithRecoveryUi) MarshalJSON ¶ added in v1.4.3
func (v NullableContinueWithRecoveryUi) MarshalJSON() ([]byte, error)
func (*NullableContinueWithRecoveryUi) Set ¶ added in v1.4.3
func (v *NullableContinueWithRecoveryUi) Set(val *ContinueWithRecoveryUi)
func (*NullableContinueWithRecoveryUi) UnmarshalJSON ¶ added in v1.4.3
func (v *NullableContinueWithRecoveryUi) UnmarshalJSON(src []byte) error
func (*NullableContinueWithRecoveryUi) Unset ¶ added in v1.4.3
func (v *NullableContinueWithRecoveryUi) Unset()
type NullableContinueWithRecoveryUiFlow ¶ added in v1.4.3
type NullableContinueWithRecoveryUiFlow struct {
// contains filtered or unexported fields
}
func NewNullableContinueWithRecoveryUiFlow ¶ added in v1.4.3
func NewNullableContinueWithRecoveryUiFlow(val *ContinueWithRecoveryUiFlow) *NullableContinueWithRecoveryUiFlow
func (NullableContinueWithRecoveryUiFlow) Get ¶ added in v1.4.3
func (v NullableContinueWithRecoveryUiFlow) Get() *ContinueWithRecoveryUiFlow
func (NullableContinueWithRecoveryUiFlow) IsSet ¶ added in v1.4.3
func (v NullableContinueWithRecoveryUiFlow) IsSet() bool
func (NullableContinueWithRecoveryUiFlow) MarshalJSON ¶ added in v1.4.3
func (v NullableContinueWithRecoveryUiFlow) MarshalJSON() ([]byte, error)
func (*NullableContinueWithRecoveryUiFlow) Set ¶ added in v1.4.3
func (v *NullableContinueWithRecoveryUiFlow) Set(val *ContinueWithRecoveryUiFlow)
func (*NullableContinueWithRecoveryUiFlow) UnmarshalJSON ¶ added in v1.4.3
func (v *NullableContinueWithRecoveryUiFlow) UnmarshalJSON(src []byte) error
func (*NullableContinueWithRecoveryUiFlow) Unset ¶ added in v1.4.3
func (v *NullableContinueWithRecoveryUiFlow) Unset()
type NullableContinueWithRedirectBrowserTo ¶ added in v1.14.0
type NullableContinueWithRedirectBrowserTo struct {
// contains filtered or unexported fields
}
func NewNullableContinueWithRedirectBrowserTo ¶ added in v1.14.0
func NewNullableContinueWithRedirectBrowserTo(val *ContinueWithRedirectBrowserTo) *NullableContinueWithRedirectBrowserTo
func (NullableContinueWithRedirectBrowserTo) Get ¶ added in v1.14.0
func (v NullableContinueWithRedirectBrowserTo) Get() *ContinueWithRedirectBrowserTo
func (NullableContinueWithRedirectBrowserTo) IsSet ¶ added in v1.14.0
func (v NullableContinueWithRedirectBrowserTo) IsSet() bool
func (NullableContinueWithRedirectBrowserTo) MarshalJSON ¶ added in v1.14.0
func (v NullableContinueWithRedirectBrowserTo) MarshalJSON() ([]byte, error)
func (*NullableContinueWithRedirectBrowserTo) Set ¶ added in v1.14.0
func (v *NullableContinueWithRedirectBrowserTo) Set(val *ContinueWithRedirectBrowserTo)
func (*NullableContinueWithRedirectBrowserTo) UnmarshalJSON ¶ added in v1.14.0
func (v *NullableContinueWithRedirectBrowserTo) UnmarshalJSON(src []byte) error
func (*NullableContinueWithRedirectBrowserTo) Unset ¶ added in v1.14.0
func (v *NullableContinueWithRedirectBrowserTo) Unset()
type NullableContinueWithSetOrySessionToken ¶ added in v1.1.24
type NullableContinueWithSetOrySessionToken struct {
// contains filtered or unexported fields
}
func NewNullableContinueWithSetOrySessionToken ¶ added in v1.1.24
func NewNullableContinueWithSetOrySessionToken(val *ContinueWithSetOrySessionToken) *NullableContinueWithSetOrySessionToken
func (NullableContinueWithSetOrySessionToken) Get ¶ added in v1.1.24
func (v NullableContinueWithSetOrySessionToken) Get() *ContinueWithSetOrySessionToken
func (NullableContinueWithSetOrySessionToken) IsSet ¶ added in v1.1.24
func (v NullableContinueWithSetOrySessionToken) IsSet() bool
func (NullableContinueWithSetOrySessionToken) MarshalJSON ¶ added in v1.1.24
func (v NullableContinueWithSetOrySessionToken) MarshalJSON() ([]byte, error)
func (*NullableContinueWithSetOrySessionToken) Set ¶ added in v1.1.24
func (v *NullableContinueWithSetOrySessionToken) Set(val *ContinueWithSetOrySessionToken)
func (*NullableContinueWithSetOrySessionToken) UnmarshalJSON ¶ added in v1.1.24
func (v *NullableContinueWithSetOrySessionToken) UnmarshalJSON(src []byte) error
func (*NullableContinueWithSetOrySessionToken) Unset ¶ added in v1.1.24
func (v *NullableContinueWithSetOrySessionToken) Unset()
type NullableContinueWithSettingsUi ¶ added in v1.4.3
type NullableContinueWithSettingsUi struct {
// contains filtered or unexported fields
}
func NewNullableContinueWithSettingsUi ¶ added in v1.4.3
func NewNullableContinueWithSettingsUi(val *ContinueWithSettingsUi) *NullableContinueWithSettingsUi
func (NullableContinueWithSettingsUi) Get ¶ added in v1.4.3
func (v NullableContinueWithSettingsUi) Get() *ContinueWithSettingsUi
func (NullableContinueWithSettingsUi) IsSet ¶ added in v1.4.3
func (v NullableContinueWithSettingsUi) IsSet() bool
func (NullableContinueWithSettingsUi) MarshalJSON ¶ added in v1.4.3
func (v NullableContinueWithSettingsUi) MarshalJSON() ([]byte, error)
func (*NullableContinueWithSettingsUi) Set ¶ added in v1.4.3
func (v *NullableContinueWithSettingsUi) Set(val *ContinueWithSettingsUi)
func (*NullableContinueWithSettingsUi) UnmarshalJSON ¶ added in v1.4.3
func (v *NullableContinueWithSettingsUi) UnmarshalJSON(src []byte) error
func (*NullableContinueWithSettingsUi) Unset ¶ added in v1.4.3
func (v *NullableContinueWithSettingsUi) Unset()
type NullableContinueWithSettingsUiFlow ¶ added in v1.4.3
type NullableContinueWithSettingsUiFlow struct {
// contains filtered or unexported fields
}
func NewNullableContinueWithSettingsUiFlow ¶ added in v1.4.3
func NewNullableContinueWithSettingsUiFlow(val *ContinueWithSettingsUiFlow) *NullableContinueWithSettingsUiFlow
func (NullableContinueWithSettingsUiFlow) Get ¶ added in v1.4.3
func (v NullableContinueWithSettingsUiFlow) Get() *ContinueWithSettingsUiFlow
func (NullableContinueWithSettingsUiFlow) IsSet ¶ added in v1.4.3
func (v NullableContinueWithSettingsUiFlow) IsSet() bool
func (NullableContinueWithSettingsUiFlow) MarshalJSON ¶ added in v1.4.3
func (v NullableContinueWithSettingsUiFlow) MarshalJSON() ([]byte, error)
func (*NullableContinueWithSettingsUiFlow) Set ¶ added in v1.4.3
func (v *NullableContinueWithSettingsUiFlow) Set(val *ContinueWithSettingsUiFlow)
func (*NullableContinueWithSettingsUiFlow) UnmarshalJSON ¶ added in v1.4.3
func (v *NullableContinueWithSettingsUiFlow) UnmarshalJSON(src []byte) error
func (*NullableContinueWithSettingsUiFlow) Unset ¶ added in v1.4.3
func (v *NullableContinueWithSettingsUiFlow) Unset()
type NullableContinueWithVerificationUi ¶ added in v1.1.24
type NullableContinueWithVerificationUi struct {
// contains filtered or unexported fields
}
func NewNullableContinueWithVerificationUi ¶ added in v1.1.24
func NewNullableContinueWithVerificationUi(val *ContinueWithVerificationUi) *NullableContinueWithVerificationUi
func (NullableContinueWithVerificationUi) Get ¶ added in v1.1.24
func (v NullableContinueWithVerificationUi) Get() *ContinueWithVerificationUi
func (NullableContinueWithVerificationUi) IsSet ¶ added in v1.1.24
func (v NullableContinueWithVerificationUi) IsSet() bool
func (NullableContinueWithVerificationUi) MarshalJSON ¶ added in v1.1.24
func (v NullableContinueWithVerificationUi) MarshalJSON() ([]byte, error)
func (*NullableContinueWithVerificationUi) Set ¶ added in v1.1.24
func (v *NullableContinueWithVerificationUi) Set(val *ContinueWithVerificationUi)
func (*NullableContinueWithVerificationUi) UnmarshalJSON ¶ added in v1.1.24
func (v *NullableContinueWithVerificationUi) UnmarshalJSON(src []byte) error
func (*NullableContinueWithVerificationUi) Unset ¶ added in v1.1.24
func (v *NullableContinueWithVerificationUi) Unset()
type NullableContinueWithVerificationUiFlow ¶ added in v1.1.24
type NullableContinueWithVerificationUiFlow struct {
// contains filtered or unexported fields
}
func NewNullableContinueWithVerificationUiFlow ¶ added in v1.1.24
func NewNullableContinueWithVerificationUiFlow(val *ContinueWithVerificationUiFlow) *NullableContinueWithVerificationUiFlow
func (NullableContinueWithVerificationUiFlow) Get ¶ added in v1.1.24
func (v NullableContinueWithVerificationUiFlow) Get() *ContinueWithVerificationUiFlow
func (NullableContinueWithVerificationUiFlow) IsSet ¶ added in v1.1.24
func (v NullableContinueWithVerificationUiFlow) IsSet() bool
func (NullableContinueWithVerificationUiFlow) MarshalJSON ¶ added in v1.1.24
func (v NullableContinueWithVerificationUiFlow) MarshalJSON() ([]byte, error)
func (*NullableContinueWithVerificationUiFlow) Set ¶ added in v1.1.24
func (v *NullableContinueWithVerificationUiFlow) Set(val *ContinueWithVerificationUiFlow)
func (*NullableContinueWithVerificationUiFlow) UnmarshalJSON ¶ added in v1.1.24
func (v *NullableContinueWithVerificationUiFlow) UnmarshalJSON(src []byte) error
func (*NullableContinueWithVerificationUiFlow) Unset ¶ added in v1.1.24
func (v *NullableContinueWithVerificationUiFlow) Unset()
type NullableCourierMessageStatus ¶
type NullableCourierMessageStatus struct {
// contains filtered or unexported fields
}
func NewNullableCourierMessageStatus ¶
func NewNullableCourierMessageStatus(val *CourierMessageStatus) *NullableCourierMessageStatus
func (NullableCourierMessageStatus) Get ¶
func (v NullableCourierMessageStatus) Get() *CourierMessageStatus
func (NullableCourierMessageStatus) IsSet ¶
func (v NullableCourierMessageStatus) IsSet() bool
func (NullableCourierMessageStatus) MarshalJSON ¶
func (v NullableCourierMessageStatus) MarshalJSON() ([]byte, error)
func (*NullableCourierMessageStatus) Set ¶
func (v *NullableCourierMessageStatus) Set(val *CourierMessageStatus)
func (*NullableCourierMessageStatus) UnmarshalJSON ¶
func (v *NullableCourierMessageStatus) UnmarshalJSON(src []byte) error
func (*NullableCourierMessageStatus) Unset ¶
func (v *NullableCourierMessageStatus) Unset()
type NullableCourierMessageType ¶
type NullableCourierMessageType struct {
// contains filtered or unexported fields
}
func NewNullableCourierMessageType ¶
func NewNullableCourierMessageType(val *CourierMessageType) *NullableCourierMessageType
func (NullableCourierMessageType) Get ¶
func (v NullableCourierMessageType) Get() *CourierMessageType
func (NullableCourierMessageType) IsSet ¶
func (v NullableCourierMessageType) IsSet() bool
func (NullableCourierMessageType) MarshalJSON ¶
func (v NullableCourierMessageType) MarshalJSON() ([]byte, error)
func (*NullableCourierMessageType) Set ¶
func (v *NullableCourierMessageType) Set(val *CourierMessageType)
func (*NullableCourierMessageType) UnmarshalJSON ¶
func (v *NullableCourierMessageType) UnmarshalJSON(src []byte) error
func (*NullableCourierMessageType) Unset ¶
func (v *NullableCourierMessageType) Unset()
type NullableCreateCustomDomainBody ¶
type NullableCreateCustomDomainBody struct {
// contains filtered or unexported fields
}
func NewNullableCreateCustomDomainBody ¶
func NewNullableCreateCustomDomainBody(val *CreateCustomDomainBody) *NullableCreateCustomDomainBody
func (NullableCreateCustomDomainBody) Get ¶
func (v NullableCreateCustomDomainBody) Get() *CreateCustomDomainBody
func (NullableCreateCustomDomainBody) IsSet ¶
func (v NullableCreateCustomDomainBody) IsSet() bool
func (NullableCreateCustomDomainBody) MarshalJSON ¶
func (v NullableCreateCustomDomainBody) MarshalJSON() ([]byte, error)
func (*NullableCreateCustomDomainBody) Set ¶
func (v *NullableCreateCustomDomainBody) Set(val *CreateCustomDomainBody)
func (*NullableCreateCustomDomainBody) UnmarshalJSON ¶
func (v *NullableCreateCustomDomainBody) UnmarshalJSON(src []byte) error
func (*NullableCreateCustomDomainBody) Unset ¶
func (v *NullableCreateCustomDomainBody) Unset()
type NullableCreateEventStreamBody ¶ added in v1.5.0
type NullableCreateEventStreamBody struct {
// contains filtered or unexported fields
}
func NewNullableCreateEventStreamBody ¶ added in v1.5.0
func NewNullableCreateEventStreamBody(val *CreateEventStreamBody) *NullableCreateEventStreamBody
func (NullableCreateEventStreamBody) Get ¶ added in v1.5.0
func (v NullableCreateEventStreamBody) Get() *CreateEventStreamBody
func (NullableCreateEventStreamBody) IsSet ¶ added in v1.5.0
func (v NullableCreateEventStreamBody) IsSet() bool
func (NullableCreateEventStreamBody) MarshalJSON ¶ added in v1.5.0
func (v NullableCreateEventStreamBody) MarshalJSON() ([]byte, error)
func (*NullableCreateEventStreamBody) Set ¶ added in v1.5.0
func (v *NullableCreateEventStreamBody) Set(val *CreateEventStreamBody)
func (*NullableCreateEventStreamBody) UnmarshalJSON ¶ added in v1.5.0
func (v *NullableCreateEventStreamBody) UnmarshalJSON(src []byte) error
func (*NullableCreateEventStreamBody) Unset ¶ added in v1.5.0
func (v *NullableCreateEventStreamBody) Unset()
type NullableCreateIdentityBody ¶
type NullableCreateIdentityBody struct {
// contains filtered or unexported fields
}
func NewNullableCreateIdentityBody ¶
func NewNullableCreateIdentityBody(val *CreateIdentityBody) *NullableCreateIdentityBody
func (NullableCreateIdentityBody) Get ¶
func (v NullableCreateIdentityBody) Get() *CreateIdentityBody
func (NullableCreateIdentityBody) IsSet ¶
func (v NullableCreateIdentityBody) IsSet() bool
func (NullableCreateIdentityBody) MarshalJSON ¶
func (v NullableCreateIdentityBody) MarshalJSON() ([]byte, error)
func (*NullableCreateIdentityBody) Set ¶
func (v *NullableCreateIdentityBody) Set(val *CreateIdentityBody)
func (*NullableCreateIdentityBody) UnmarshalJSON ¶
func (v *NullableCreateIdentityBody) UnmarshalJSON(src []byte) error
func (*NullableCreateIdentityBody) Unset ¶
func (v *NullableCreateIdentityBody) Unset()
type NullableCreateInviteResponse ¶ added in v1.1.44
type NullableCreateInviteResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateInviteResponse ¶ added in v1.1.44
func NewNullableCreateInviteResponse(val *CreateInviteResponse) *NullableCreateInviteResponse
func (NullableCreateInviteResponse) Get ¶ added in v1.1.44
func (v NullableCreateInviteResponse) Get() *CreateInviteResponse
func (NullableCreateInviteResponse) IsSet ¶ added in v1.1.44
func (v NullableCreateInviteResponse) IsSet() bool
func (NullableCreateInviteResponse) MarshalJSON ¶ added in v1.1.44
func (v NullableCreateInviteResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateInviteResponse) Set ¶ added in v1.1.44
func (v *NullableCreateInviteResponse) Set(val *CreateInviteResponse)
func (*NullableCreateInviteResponse) UnmarshalJSON ¶ added in v1.1.44
func (v *NullableCreateInviteResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateInviteResponse) Unset ¶ added in v1.1.44
func (v *NullableCreateInviteResponse) Unset()
type NullableCreateJsonWebKeySet ¶
type NullableCreateJsonWebKeySet struct {
// contains filtered or unexported fields
}
func NewNullableCreateJsonWebKeySet ¶
func NewNullableCreateJsonWebKeySet(val *CreateJsonWebKeySet) *NullableCreateJsonWebKeySet
func (NullableCreateJsonWebKeySet) Get ¶
func (v NullableCreateJsonWebKeySet) Get() *CreateJsonWebKeySet
func (NullableCreateJsonWebKeySet) IsSet ¶
func (v NullableCreateJsonWebKeySet) IsSet() bool
func (NullableCreateJsonWebKeySet) MarshalJSON ¶
func (v NullableCreateJsonWebKeySet) MarshalJSON() ([]byte, error)
func (*NullableCreateJsonWebKeySet) Set ¶
func (v *NullableCreateJsonWebKeySet) Set(val *CreateJsonWebKeySet)
func (*NullableCreateJsonWebKeySet) UnmarshalJSON ¶
func (v *NullableCreateJsonWebKeySet) UnmarshalJSON(src []byte) error
func (*NullableCreateJsonWebKeySet) Unset ¶
func (v *NullableCreateJsonWebKeySet) Unset()
type NullableCreateProjectApiKeyRequest ¶
type NullableCreateProjectApiKeyRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateProjectApiKeyRequest ¶
func NewNullableCreateProjectApiKeyRequest(val *CreateProjectApiKeyRequest) *NullableCreateProjectApiKeyRequest
func (NullableCreateProjectApiKeyRequest) Get ¶
func (v NullableCreateProjectApiKeyRequest) Get() *CreateProjectApiKeyRequest
func (NullableCreateProjectApiKeyRequest) IsSet ¶
func (v NullableCreateProjectApiKeyRequest) IsSet() bool
func (NullableCreateProjectApiKeyRequest) MarshalJSON ¶
func (v NullableCreateProjectApiKeyRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateProjectApiKeyRequest) Set ¶
func (v *NullableCreateProjectApiKeyRequest) Set(val *CreateProjectApiKeyRequest)
func (*NullableCreateProjectApiKeyRequest) UnmarshalJSON ¶
func (v *NullableCreateProjectApiKeyRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateProjectApiKeyRequest) Unset ¶
func (v *NullableCreateProjectApiKeyRequest) Unset()
type NullableCreateProjectBody ¶
type NullableCreateProjectBody struct {
// contains filtered or unexported fields
}
func NewNullableCreateProjectBody ¶
func NewNullableCreateProjectBody(val *CreateProjectBody) *NullableCreateProjectBody
func (NullableCreateProjectBody) Get ¶
func (v NullableCreateProjectBody) Get() *CreateProjectBody
func (NullableCreateProjectBody) IsSet ¶
func (v NullableCreateProjectBody) IsSet() bool
func (NullableCreateProjectBody) MarshalJSON ¶
func (v NullableCreateProjectBody) MarshalJSON() ([]byte, error)
func (*NullableCreateProjectBody) Set ¶
func (v *NullableCreateProjectBody) Set(val *CreateProjectBody)
func (*NullableCreateProjectBody) UnmarshalJSON ¶
func (v *NullableCreateProjectBody) UnmarshalJSON(src []byte) error
func (*NullableCreateProjectBody) Unset ¶
func (v *NullableCreateProjectBody) Unset()
type NullableCreateProjectBranding ¶ added in v1.1.2
type NullableCreateProjectBranding struct {
// contains filtered or unexported fields
}
func NewNullableCreateProjectBranding ¶ added in v1.1.2
func NewNullableCreateProjectBranding(val *CreateProjectBranding) *NullableCreateProjectBranding
func (NullableCreateProjectBranding) Get ¶ added in v1.1.2
func (v NullableCreateProjectBranding) Get() *CreateProjectBranding
func (NullableCreateProjectBranding) IsSet ¶ added in v1.1.2
func (v NullableCreateProjectBranding) IsSet() bool
func (NullableCreateProjectBranding) MarshalJSON ¶ added in v1.1.2
func (v NullableCreateProjectBranding) MarshalJSON() ([]byte, error)
func (*NullableCreateProjectBranding) Set ¶ added in v1.1.2
func (v *NullableCreateProjectBranding) Set(val *CreateProjectBranding)
func (*NullableCreateProjectBranding) UnmarshalJSON ¶ added in v1.1.2
func (v *NullableCreateProjectBranding) UnmarshalJSON(src []byte) error
func (*NullableCreateProjectBranding) Unset ¶ added in v1.1.2
func (v *NullableCreateProjectBranding) Unset()
type NullableCreateProjectMemberInviteBody ¶ added in v1.1.44
type NullableCreateProjectMemberInviteBody struct {
// contains filtered or unexported fields
}
func NewNullableCreateProjectMemberInviteBody ¶ added in v1.1.44
func NewNullableCreateProjectMemberInviteBody(val *CreateProjectMemberInviteBody) *NullableCreateProjectMemberInviteBody
func (NullableCreateProjectMemberInviteBody) Get ¶ added in v1.1.44
func (v NullableCreateProjectMemberInviteBody) Get() *CreateProjectMemberInviteBody
func (NullableCreateProjectMemberInviteBody) IsSet ¶ added in v1.1.44
func (v NullableCreateProjectMemberInviteBody) IsSet() bool
func (NullableCreateProjectMemberInviteBody) MarshalJSON ¶ added in v1.1.44
func (v NullableCreateProjectMemberInviteBody) MarshalJSON() ([]byte, error)
func (*NullableCreateProjectMemberInviteBody) Set ¶ added in v1.1.44
func (v *NullableCreateProjectMemberInviteBody) Set(val *CreateProjectMemberInviteBody)
func (*NullableCreateProjectMemberInviteBody) UnmarshalJSON ¶ added in v1.1.44
func (v *NullableCreateProjectMemberInviteBody) UnmarshalJSON(src []byte) error
func (*NullableCreateProjectMemberInviteBody) Unset ¶ added in v1.1.44
func (v *NullableCreateProjectMemberInviteBody) Unset()
type NullableCreateProjectNormalizedPayload ¶ added in v1.4.4
type NullableCreateProjectNormalizedPayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateProjectNormalizedPayload ¶ added in v1.4.4
func NewNullableCreateProjectNormalizedPayload(val *CreateProjectNormalizedPayload) *NullableCreateProjectNormalizedPayload
func (NullableCreateProjectNormalizedPayload) Get ¶ added in v1.4.4
func (v NullableCreateProjectNormalizedPayload) Get() *CreateProjectNormalizedPayload
func (NullableCreateProjectNormalizedPayload) IsSet ¶ added in v1.4.4
func (v NullableCreateProjectNormalizedPayload) IsSet() bool
func (NullableCreateProjectNormalizedPayload) MarshalJSON ¶ added in v1.4.4
func (v NullableCreateProjectNormalizedPayload) MarshalJSON() ([]byte, error)
func (*NullableCreateProjectNormalizedPayload) Set ¶ added in v1.4.4
func (v *NullableCreateProjectNormalizedPayload) Set(val *CreateProjectNormalizedPayload)
func (*NullableCreateProjectNormalizedPayload) UnmarshalJSON ¶ added in v1.4.4
func (v *NullableCreateProjectNormalizedPayload) UnmarshalJSON(src []byte) error
func (*NullableCreateProjectNormalizedPayload) Unset ¶ added in v1.4.4
func (v *NullableCreateProjectNormalizedPayload) Unset()
type NullableCreateRecoveryCodeForIdentityBody ¶
type NullableCreateRecoveryCodeForIdentityBody struct {
// contains filtered or unexported fields
}
func NewNullableCreateRecoveryCodeForIdentityBody ¶
func NewNullableCreateRecoveryCodeForIdentityBody(val *CreateRecoveryCodeForIdentityBody) *NullableCreateRecoveryCodeForIdentityBody
func (NullableCreateRecoveryCodeForIdentityBody) IsSet ¶
func (v NullableCreateRecoveryCodeForIdentityBody) IsSet() bool
func (NullableCreateRecoveryCodeForIdentityBody) MarshalJSON ¶
func (v NullableCreateRecoveryCodeForIdentityBody) MarshalJSON() ([]byte, error)
func (*NullableCreateRecoveryCodeForIdentityBody) Set ¶
func (v *NullableCreateRecoveryCodeForIdentityBody) Set(val *CreateRecoveryCodeForIdentityBody)
func (*NullableCreateRecoveryCodeForIdentityBody) UnmarshalJSON ¶
func (v *NullableCreateRecoveryCodeForIdentityBody) UnmarshalJSON(src []byte) error
func (*NullableCreateRecoveryCodeForIdentityBody) Unset ¶
func (v *NullableCreateRecoveryCodeForIdentityBody) Unset()
type NullableCreateRecoveryLinkForIdentityBody ¶
type NullableCreateRecoveryLinkForIdentityBody struct {
// contains filtered or unexported fields
}
func NewNullableCreateRecoveryLinkForIdentityBody ¶
func NewNullableCreateRecoveryLinkForIdentityBody(val *CreateRecoveryLinkForIdentityBody) *NullableCreateRecoveryLinkForIdentityBody
func (NullableCreateRecoveryLinkForIdentityBody) IsSet ¶
func (v NullableCreateRecoveryLinkForIdentityBody) IsSet() bool
func (NullableCreateRecoveryLinkForIdentityBody) MarshalJSON ¶
func (v NullableCreateRecoveryLinkForIdentityBody) MarshalJSON() ([]byte, error)
func (*NullableCreateRecoveryLinkForIdentityBody) Set ¶
func (v *NullableCreateRecoveryLinkForIdentityBody) Set(val *CreateRecoveryLinkForIdentityBody)
func (*NullableCreateRecoveryLinkForIdentityBody) UnmarshalJSON ¶
func (v *NullableCreateRecoveryLinkForIdentityBody) UnmarshalJSON(src []byte) error
func (*NullableCreateRecoveryLinkForIdentityBody) Unset ¶
func (v *NullableCreateRecoveryLinkForIdentityBody) Unset()
type NullableCreateRelationshipBody ¶
type NullableCreateRelationshipBody struct {
// contains filtered or unexported fields
}
func NewNullableCreateRelationshipBody ¶
func NewNullableCreateRelationshipBody(val *CreateRelationshipBody) *NullableCreateRelationshipBody
func (NullableCreateRelationshipBody) Get ¶
func (v NullableCreateRelationshipBody) Get() *CreateRelationshipBody
func (NullableCreateRelationshipBody) IsSet ¶
func (v NullableCreateRelationshipBody) IsSet() bool
func (NullableCreateRelationshipBody) MarshalJSON ¶
func (v NullableCreateRelationshipBody) MarshalJSON() ([]byte, error)
func (*NullableCreateRelationshipBody) Set ¶
func (v *NullableCreateRelationshipBody) Set(val *CreateRelationshipBody)
func (*NullableCreateRelationshipBody) UnmarshalJSON ¶
func (v *NullableCreateRelationshipBody) UnmarshalJSON(src []byte) error
func (*NullableCreateRelationshipBody) Unset ¶
func (v *NullableCreateRelationshipBody) Unset()
type NullableCreateSubscriptionBody ¶
type NullableCreateSubscriptionBody struct {
// contains filtered or unexported fields
}
func NewNullableCreateSubscriptionBody ¶
func NewNullableCreateSubscriptionBody(val *CreateSubscriptionBody) *NullableCreateSubscriptionBody
func (NullableCreateSubscriptionBody) Get ¶
func (v NullableCreateSubscriptionBody) Get() *CreateSubscriptionBody
func (NullableCreateSubscriptionBody) IsSet ¶
func (v NullableCreateSubscriptionBody) IsSet() bool
func (NullableCreateSubscriptionBody) MarshalJSON ¶
func (v NullableCreateSubscriptionBody) MarshalJSON() ([]byte, error)
func (*NullableCreateSubscriptionBody) Set ¶
func (v *NullableCreateSubscriptionBody) Set(val *CreateSubscriptionBody)
func (*NullableCreateSubscriptionBody) UnmarshalJSON ¶
func (v *NullableCreateSubscriptionBody) UnmarshalJSON(src []byte) error
func (*NullableCreateSubscriptionBody) Unset ¶
func (v *NullableCreateSubscriptionBody) Unset()
type NullableCreateSubscriptionCommon ¶ added in v1.6.2
type NullableCreateSubscriptionCommon struct {
// contains filtered or unexported fields
}
func NewNullableCreateSubscriptionCommon ¶ added in v1.6.2
func NewNullableCreateSubscriptionCommon(val *CreateSubscriptionCommon) *NullableCreateSubscriptionCommon
func (NullableCreateSubscriptionCommon) Get ¶ added in v1.6.2
func (v NullableCreateSubscriptionCommon) Get() *CreateSubscriptionCommon
func (NullableCreateSubscriptionCommon) IsSet ¶ added in v1.6.2
func (v NullableCreateSubscriptionCommon) IsSet() bool
func (NullableCreateSubscriptionCommon) MarshalJSON ¶ added in v1.6.2
func (v NullableCreateSubscriptionCommon) MarshalJSON() ([]byte, error)
func (*NullableCreateSubscriptionCommon) Set ¶ added in v1.6.2
func (v *NullableCreateSubscriptionCommon) Set(val *CreateSubscriptionCommon)
func (*NullableCreateSubscriptionCommon) UnmarshalJSON ¶ added in v1.6.2
func (v *NullableCreateSubscriptionCommon) UnmarshalJSON(src []byte) error
func (*NullableCreateSubscriptionCommon) Unset ¶ added in v1.6.2
func (v *NullableCreateSubscriptionCommon) Unset()
type NullableCreateVerifiableCredentialRequestBody ¶ added in v1.1.44
type NullableCreateVerifiableCredentialRequestBody struct {
// contains filtered or unexported fields
}
func NewNullableCreateVerifiableCredentialRequestBody ¶ added in v1.1.44
func NewNullableCreateVerifiableCredentialRequestBody(val *CreateVerifiableCredentialRequestBody) *NullableCreateVerifiableCredentialRequestBody
func (NullableCreateVerifiableCredentialRequestBody) IsSet ¶ added in v1.1.44
func (v NullableCreateVerifiableCredentialRequestBody) IsSet() bool
func (NullableCreateVerifiableCredentialRequestBody) MarshalJSON ¶ added in v1.1.44
func (v NullableCreateVerifiableCredentialRequestBody) MarshalJSON() ([]byte, error)
func (*NullableCreateVerifiableCredentialRequestBody) Set ¶ added in v1.1.44
func (v *NullableCreateVerifiableCredentialRequestBody) Set(val *CreateVerifiableCredentialRequestBody)
func (*NullableCreateVerifiableCredentialRequestBody) UnmarshalJSON ¶ added in v1.1.44
func (v *NullableCreateVerifiableCredentialRequestBody) UnmarshalJSON(src []byte) error
func (*NullableCreateVerifiableCredentialRequestBody) Unset ¶ added in v1.1.44
func (v *NullableCreateVerifiableCredentialRequestBody) Unset()
type NullableCreateWorkspaceApiKeyBody ¶ added in v1.14.0
type NullableCreateWorkspaceApiKeyBody struct {
// contains filtered or unexported fields
}
func NewNullableCreateWorkspaceApiKeyBody ¶ added in v1.14.0
func NewNullableCreateWorkspaceApiKeyBody(val *CreateWorkspaceApiKeyBody) *NullableCreateWorkspaceApiKeyBody
func (NullableCreateWorkspaceApiKeyBody) Get ¶ added in v1.14.0
func (v NullableCreateWorkspaceApiKeyBody) Get() *CreateWorkspaceApiKeyBody
func (NullableCreateWorkspaceApiKeyBody) IsSet ¶ added in v1.14.0
func (v NullableCreateWorkspaceApiKeyBody) IsSet() bool
func (NullableCreateWorkspaceApiKeyBody) MarshalJSON ¶ added in v1.14.0
func (v NullableCreateWorkspaceApiKeyBody) MarshalJSON() ([]byte, error)
func (*NullableCreateWorkspaceApiKeyBody) Set ¶ added in v1.14.0
func (v *NullableCreateWorkspaceApiKeyBody) Set(val *CreateWorkspaceApiKeyBody)
func (*NullableCreateWorkspaceApiKeyBody) UnmarshalJSON ¶ added in v1.14.0
func (v *NullableCreateWorkspaceApiKeyBody) UnmarshalJSON(src []byte) error
func (*NullableCreateWorkspaceApiKeyBody) Unset ¶ added in v1.14.0
func (v *NullableCreateWorkspaceApiKeyBody) Unset()
type NullableCreateWorkspaceBody ¶ added in v1.11.10
type NullableCreateWorkspaceBody struct {
// contains filtered or unexported fields
}
func NewNullableCreateWorkspaceBody ¶ added in v1.11.10
func NewNullableCreateWorkspaceBody(val *CreateWorkspaceBody) *NullableCreateWorkspaceBody
func (NullableCreateWorkspaceBody) Get ¶ added in v1.11.10
func (v NullableCreateWorkspaceBody) Get() *CreateWorkspaceBody
func (NullableCreateWorkspaceBody) IsSet ¶ added in v1.11.10
func (v NullableCreateWorkspaceBody) IsSet() bool
func (NullableCreateWorkspaceBody) MarshalJSON ¶ added in v1.11.10
func (v NullableCreateWorkspaceBody) MarshalJSON() ([]byte, error)
func (*NullableCreateWorkspaceBody) Set ¶ added in v1.11.10
func (v *NullableCreateWorkspaceBody) Set(val *CreateWorkspaceBody)
func (*NullableCreateWorkspaceBody) UnmarshalJSON ¶ added in v1.11.10
func (v *NullableCreateWorkspaceBody) UnmarshalJSON(src []byte) error
func (*NullableCreateWorkspaceBody) Unset ¶ added in v1.11.10
func (v *NullableCreateWorkspaceBody) Unset()
type NullableCreateWorkspaceMemberInviteBody ¶ added in v1.4.8
type NullableCreateWorkspaceMemberInviteBody struct {
// contains filtered or unexported fields
}
func NewNullableCreateWorkspaceMemberInviteBody ¶ added in v1.4.8
func NewNullableCreateWorkspaceMemberInviteBody(val *CreateWorkspaceMemberInviteBody) *NullableCreateWorkspaceMemberInviteBody
func (NullableCreateWorkspaceMemberInviteBody) IsSet ¶ added in v1.4.8
func (v NullableCreateWorkspaceMemberInviteBody) IsSet() bool
func (NullableCreateWorkspaceMemberInviteBody) MarshalJSON ¶ added in v1.4.8
func (v NullableCreateWorkspaceMemberInviteBody) MarshalJSON() ([]byte, error)
func (*NullableCreateWorkspaceMemberInviteBody) Set ¶ added in v1.4.8
func (v *NullableCreateWorkspaceMemberInviteBody) Set(val *CreateWorkspaceMemberInviteBody)
func (*NullableCreateWorkspaceMemberInviteBody) UnmarshalJSON ¶ added in v1.4.8
func (v *NullableCreateWorkspaceMemberInviteBody) UnmarshalJSON(src []byte) error
func (*NullableCreateWorkspaceMemberInviteBody) Unset ¶ added in v1.4.8
func (v *NullableCreateWorkspaceMemberInviteBody) Unset()
type NullableCreateWorkspaceSubscriptionBody ¶ added in v1.6.2
type NullableCreateWorkspaceSubscriptionBody struct {
// contains filtered or unexported fields
}
func NewNullableCreateWorkspaceSubscriptionBody ¶ added in v1.6.2
func NewNullableCreateWorkspaceSubscriptionBody(val *CreateWorkspaceSubscriptionBody) *NullableCreateWorkspaceSubscriptionBody
func (NullableCreateWorkspaceSubscriptionBody) IsSet ¶ added in v1.6.2
func (v NullableCreateWorkspaceSubscriptionBody) IsSet() bool
func (NullableCreateWorkspaceSubscriptionBody) MarshalJSON ¶ added in v1.6.2
func (v NullableCreateWorkspaceSubscriptionBody) MarshalJSON() ([]byte, error)
func (*NullableCreateWorkspaceSubscriptionBody) Set ¶ added in v1.6.2
func (v *NullableCreateWorkspaceSubscriptionBody) Set(val *CreateWorkspaceSubscriptionBody)
func (*NullableCreateWorkspaceSubscriptionBody) UnmarshalJSON ¶ added in v1.6.2
func (v *NullableCreateWorkspaceSubscriptionBody) UnmarshalJSON(src []byte) error
func (*NullableCreateWorkspaceSubscriptionBody) Unset ¶ added in v1.6.2
func (v *NullableCreateWorkspaceSubscriptionBody) Unset()
type NullableCredentialSupportedDraft00 ¶ added in v1.1.44
type NullableCredentialSupportedDraft00 struct {
// contains filtered or unexported fields
}
func NewNullableCredentialSupportedDraft00 ¶ added in v1.1.44
func NewNullableCredentialSupportedDraft00(val *CredentialSupportedDraft00) *NullableCredentialSupportedDraft00
func (NullableCredentialSupportedDraft00) Get ¶ added in v1.1.44
func (v NullableCredentialSupportedDraft00) Get() *CredentialSupportedDraft00
func (NullableCredentialSupportedDraft00) IsSet ¶ added in v1.1.44
func (v NullableCredentialSupportedDraft00) IsSet() bool
func (NullableCredentialSupportedDraft00) MarshalJSON ¶ added in v1.1.44
func (v NullableCredentialSupportedDraft00) MarshalJSON() ([]byte, error)
func (*NullableCredentialSupportedDraft00) Set ¶ added in v1.1.44
func (v *NullableCredentialSupportedDraft00) Set(val *CredentialSupportedDraft00)
func (*NullableCredentialSupportedDraft00) UnmarshalJSON ¶ added in v1.1.44
func (v *NullableCredentialSupportedDraft00) UnmarshalJSON(src []byte) error
func (*NullableCredentialSupportedDraft00) Unset ¶ added in v1.1.44
func (v *NullableCredentialSupportedDraft00) Unset()
type NullableCustomDomain ¶
type NullableCustomDomain struct {
// contains filtered or unexported fields
}
func NewNullableCustomDomain ¶
func NewNullableCustomDomain(val *CustomDomain) *NullableCustomDomain
func (NullableCustomDomain) Get ¶
func (v NullableCustomDomain) Get() *CustomDomain
func (NullableCustomDomain) IsSet ¶
func (v NullableCustomDomain) IsSet() bool
func (NullableCustomDomain) MarshalJSON ¶
func (v NullableCustomDomain) MarshalJSON() ([]byte, error)
func (*NullableCustomDomain) Set ¶
func (v *NullableCustomDomain) Set(val *CustomDomain)
func (*NullableCustomDomain) UnmarshalJSON ¶
func (v *NullableCustomDomain) UnmarshalJSON(src []byte) error
func (*NullableCustomDomain) Unset ¶
func (v *NullableCustomDomain) Unset()
type NullableDeleteMySessionsCount ¶
type NullableDeleteMySessionsCount struct {
// contains filtered or unexported fields
}
func NewNullableDeleteMySessionsCount ¶
func NewNullableDeleteMySessionsCount(val *DeleteMySessionsCount) *NullableDeleteMySessionsCount
func (NullableDeleteMySessionsCount) Get ¶
func (v NullableDeleteMySessionsCount) Get() *DeleteMySessionsCount
func (NullableDeleteMySessionsCount) IsSet ¶
func (v NullableDeleteMySessionsCount) IsSet() bool
func (NullableDeleteMySessionsCount) MarshalJSON ¶
func (v NullableDeleteMySessionsCount) MarshalJSON() ([]byte, error)
func (*NullableDeleteMySessionsCount) Set ¶
func (v *NullableDeleteMySessionsCount) Set(val *DeleteMySessionsCount)
func (*NullableDeleteMySessionsCount) UnmarshalJSON ¶
func (v *NullableDeleteMySessionsCount) UnmarshalJSON(src []byte) error
func (*NullableDeleteMySessionsCount) Unset ¶
func (v *NullableDeleteMySessionsCount) Unset()
type NullableEmailTemplateData ¶ added in v1.1.44
type NullableEmailTemplateData struct {
// contains filtered or unexported fields
}
func NewNullableEmailTemplateData ¶ added in v1.1.44
func NewNullableEmailTemplateData(val *EmailTemplateData) *NullableEmailTemplateData
func (NullableEmailTemplateData) Get ¶ added in v1.1.44
func (v NullableEmailTemplateData) Get() *EmailTemplateData
func (NullableEmailTemplateData) IsSet ¶ added in v1.1.44
func (v NullableEmailTemplateData) IsSet() bool
func (NullableEmailTemplateData) MarshalJSON ¶ added in v1.1.44
func (v NullableEmailTemplateData) MarshalJSON() ([]byte, error)
func (*NullableEmailTemplateData) Set ¶ added in v1.1.44
func (v *NullableEmailTemplateData) Set(val *EmailTemplateData)
func (*NullableEmailTemplateData) UnmarshalJSON ¶ added in v1.1.44
func (v *NullableEmailTemplateData) UnmarshalJSON(src []byte) error
func (*NullableEmailTemplateData) Unset ¶ added in v1.1.44
func (v *NullableEmailTemplateData) Unset()
type NullableEmailTemplateDataBody ¶ added in v1.1.44
type NullableEmailTemplateDataBody struct {
// contains filtered or unexported fields
}
func NewNullableEmailTemplateDataBody ¶ added in v1.1.44
func NewNullableEmailTemplateDataBody(val *EmailTemplateDataBody) *NullableEmailTemplateDataBody
func (NullableEmailTemplateDataBody) Get ¶ added in v1.1.44
func (v NullableEmailTemplateDataBody) Get() *EmailTemplateDataBody
func (NullableEmailTemplateDataBody) IsSet ¶ added in v1.1.44
func (v NullableEmailTemplateDataBody) IsSet() bool
func (NullableEmailTemplateDataBody) MarshalJSON ¶ added in v1.1.44
func (v NullableEmailTemplateDataBody) MarshalJSON() ([]byte, error)
func (*NullableEmailTemplateDataBody) Set ¶ added in v1.1.44
func (v *NullableEmailTemplateDataBody) Set(val *EmailTemplateDataBody)
func (*NullableEmailTemplateDataBody) UnmarshalJSON ¶ added in v1.1.44
func (v *NullableEmailTemplateDataBody) UnmarshalJSON(src []byte) error
func (*NullableEmailTemplateDataBody) Unset ¶ added in v1.1.44
func (v *NullableEmailTemplateDataBody) Unset()
type NullableErrorAuthenticatorAssuranceLevelNotSatisfied ¶
type NullableErrorAuthenticatorAssuranceLevelNotSatisfied struct {
// contains filtered or unexported fields
}
func NewNullableErrorAuthenticatorAssuranceLevelNotSatisfied ¶
func NewNullableErrorAuthenticatorAssuranceLevelNotSatisfied(val *ErrorAuthenticatorAssuranceLevelNotSatisfied) *NullableErrorAuthenticatorAssuranceLevelNotSatisfied
func (NullableErrorAuthenticatorAssuranceLevelNotSatisfied) IsSet ¶
func (v NullableErrorAuthenticatorAssuranceLevelNotSatisfied) IsSet() bool
func (NullableErrorAuthenticatorAssuranceLevelNotSatisfied) MarshalJSON ¶
func (v NullableErrorAuthenticatorAssuranceLevelNotSatisfied) MarshalJSON() ([]byte, error)
func (*NullableErrorAuthenticatorAssuranceLevelNotSatisfied) UnmarshalJSON ¶
func (v *NullableErrorAuthenticatorAssuranceLevelNotSatisfied) UnmarshalJSON(src []byte) error
func (*NullableErrorAuthenticatorAssuranceLevelNotSatisfied) Unset ¶
func (v *NullableErrorAuthenticatorAssuranceLevelNotSatisfied) Unset()
type NullableErrorBrowserLocationChangeRequired ¶
type NullableErrorBrowserLocationChangeRequired struct {
// contains filtered or unexported fields
}
func NewNullableErrorBrowserLocationChangeRequired ¶
func NewNullableErrorBrowserLocationChangeRequired(val *ErrorBrowserLocationChangeRequired) *NullableErrorBrowserLocationChangeRequired
func (NullableErrorBrowserLocationChangeRequired) IsSet ¶
func (v NullableErrorBrowserLocationChangeRequired) IsSet() bool
func (NullableErrorBrowserLocationChangeRequired) MarshalJSON ¶
func (v NullableErrorBrowserLocationChangeRequired) MarshalJSON() ([]byte, error)
func (*NullableErrorBrowserLocationChangeRequired) Set ¶
func (v *NullableErrorBrowserLocationChangeRequired) Set(val *ErrorBrowserLocationChangeRequired)
func (*NullableErrorBrowserLocationChangeRequired) UnmarshalJSON ¶
func (v *NullableErrorBrowserLocationChangeRequired) UnmarshalJSON(src []byte) error
func (*NullableErrorBrowserLocationChangeRequired) Unset ¶
func (v *NullableErrorBrowserLocationChangeRequired) Unset()
type NullableErrorFlowReplaced ¶
type NullableErrorFlowReplaced struct {
// contains filtered or unexported fields
}
func NewNullableErrorFlowReplaced ¶
func NewNullableErrorFlowReplaced(val *ErrorFlowReplaced) *NullableErrorFlowReplaced
func (NullableErrorFlowReplaced) Get ¶
func (v NullableErrorFlowReplaced) Get() *ErrorFlowReplaced
func (NullableErrorFlowReplaced) IsSet ¶
func (v NullableErrorFlowReplaced) IsSet() bool
func (NullableErrorFlowReplaced) MarshalJSON ¶
func (v NullableErrorFlowReplaced) MarshalJSON() ([]byte, error)
func (*NullableErrorFlowReplaced) Set ¶
func (v *NullableErrorFlowReplaced) Set(val *ErrorFlowReplaced)
func (*NullableErrorFlowReplaced) UnmarshalJSON ¶
func (v *NullableErrorFlowReplaced) UnmarshalJSON(src []byte) error
func (*NullableErrorFlowReplaced) Unset ¶
func (v *NullableErrorFlowReplaced) Unset()
type NullableErrorGeneric ¶
type NullableErrorGeneric struct {
// contains filtered or unexported fields
}
func NewNullableErrorGeneric ¶
func NewNullableErrorGeneric(val *ErrorGeneric) *NullableErrorGeneric
func (NullableErrorGeneric) Get ¶
func (v NullableErrorGeneric) Get() *ErrorGeneric
func (NullableErrorGeneric) IsSet ¶
func (v NullableErrorGeneric) IsSet() bool
func (NullableErrorGeneric) MarshalJSON ¶
func (v NullableErrorGeneric) MarshalJSON() ([]byte, error)
func (*NullableErrorGeneric) Set ¶
func (v *NullableErrorGeneric) Set(val *ErrorGeneric)
func (*NullableErrorGeneric) UnmarshalJSON ¶
func (v *NullableErrorGeneric) UnmarshalJSON(src []byte) error
func (*NullableErrorGeneric) Unset ¶
func (v *NullableErrorGeneric) Unset()
type NullableErrorOAuth2 ¶
type NullableErrorOAuth2 struct {
// contains filtered or unexported fields
}
func NewNullableErrorOAuth2 ¶
func NewNullableErrorOAuth2(val *ErrorOAuth2) *NullableErrorOAuth2
func (NullableErrorOAuth2) Get ¶
func (v NullableErrorOAuth2) Get() *ErrorOAuth2
func (NullableErrorOAuth2) IsSet ¶
func (v NullableErrorOAuth2) IsSet() bool
func (NullableErrorOAuth2) MarshalJSON ¶
func (v NullableErrorOAuth2) MarshalJSON() ([]byte, error)
func (*NullableErrorOAuth2) Set ¶
func (v *NullableErrorOAuth2) Set(val *ErrorOAuth2)
func (*NullableErrorOAuth2) UnmarshalJSON ¶
func (v *NullableErrorOAuth2) UnmarshalJSON(src []byte) error
func (*NullableErrorOAuth2) Unset ¶
func (v *NullableErrorOAuth2) Unset()
type NullableEventStream ¶ added in v1.5.0
type NullableEventStream struct {
// contains filtered or unexported fields
}
func NewNullableEventStream ¶ added in v1.5.0
func NewNullableEventStream(val *EventStream) *NullableEventStream
func (NullableEventStream) Get ¶ added in v1.5.0
func (v NullableEventStream) Get() *EventStream
func (NullableEventStream) IsSet ¶ added in v1.5.0
func (v NullableEventStream) IsSet() bool
func (NullableEventStream) MarshalJSON ¶ added in v1.5.0
func (v NullableEventStream) MarshalJSON() ([]byte, error)
func (*NullableEventStream) Set ¶ added in v1.5.0
func (v *NullableEventStream) Set(val *EventStream)
func (*NullableEventStream) UnmarshalJSON ¶ added in v1.5.0
func (v *NullableEventStream) UnmarshalJSON(src []byte) error
func (*NullableEventStream) Unset ¶ added in v1.5.0
func (v *NullableEventStream) Unset()
type NullableExpandedPermissionTree ¶
type NullableExpandedPermissionTree struct {
// contains filtered or unexported fields
}
func NewNullableExpandedPermissionTree ¶
func NewNullableExpandedPermissionTree(val *ExpandedPermissionTree) *NullableExpandedPermissionTree
func (NullableExpandedPermissionTree) Get ¶
func (v NullableExpandedPermissionTree) Get() *ExpandedPermissionTree
func (NullableExpandedPermissionTree) IsSet ¶
func (v NullableExpandedPermissionTree) IsSet() bool
func (NullableExpandedPermissionTree) MarshalJSON ¶
func (v NullableExpandedPermissionTree) MarshalJSON() ([]byte, error)
func (*NullableExpandedPermissionTree) Set ¶
func (v *NullableExpandedPermissionTree) Set(val *ExpandedPermissionTree)
func (*NullableExpandedPermissionTree) UnmarshalJSON ¶
func (v *NullableExpandedPermissionTree) UnmarshalJSON(src []byte) error
func (*NullableExpandedPermissionTree) Unset ¶
func (v *NullableExpandedPermissionTree) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableFlowError ¶
type NullableFlowError struct {
// contains filtered or unexported fields
}
func NewNullableFlowError ¶
func NewNullableFlowError(val *FlowError) *NullableFlowError
func (NullableFlowError) Get ¶
func (v NullableFlowError) Get() *FlowError
func (NullableFlowError) IsSet ¶
func (v NullableFlowError) IsSet() bool
func (NullableFlowError) MarshalJSON ¶
func (v NullableFlowError) MarshalJSON() ([]byte, error)
func (*NullableFlowError) Set ¶
func (v *NullableFlowError) Set(val *FlowError)
func (*NullableFlowError) UnmarshalJSON ¶
func (v *NullableFlowError) UnmarshalJSON(src []byte) error
func (*NullableFlowError) Unset ¶
func (v *NullableFlowError) Unset()
type NullableGenericError ¶
type NullableGenericError struct {
// contains filtered or unexported fields
}
func NewNullableGenericError ¶
func NewNullableGenericError(val *GenericError) *NullableGenericError
func (NullableGenericError) Get ¶
func (v NullableGenericError) Get() *GenericError
func (NullableGenericError) IsSet ¶
func (v NullableGenericError) IsSet() bool
func (NullableGenericError) MarshalJSON ¶
func (v NullableGenericError) MarshalJSON() ([]byte, error)
func (*NullableGenericError) Set ¶
func (v *NullableGenericError) Set(val *GenericError)
func (*NullableGenericError) UnmarshalJSON ¶
func (v *NullableGenericError) UnmarshalJSON(src []byte) error
func (*NullableGenericError) Unset ¶
func (v *NullableGenericError) Unset()
type NullableGenericErrorContent ¶
type NullableGenericErrorContent struct {
// contains filtered or unexported fields
}
func NewNullableGenericErrorContent ¶
func NewNullableGenericErrorContent(val *GenericErrorContent) *NullableGenericErrorContent
func (NullableGenericErrorContent) Get ¶
func (v NullableGenericErrorContent) Get() *GenericErrorContent
func (NullableGenericErrorContent) IsSet ¶
func (v NullableGenericErrorContent) IsSet() bool
func (NullableGenericErrorContent) MarshalJSON ¶
func (v NullableGenericErrorContent) MarshalJSON() ([]byte, error)
func (*NullableGenericErrorContent) Set ¶
func (v *NullableGenericErrorContent) Set(val *GenericErrorContent)
func (*NullableGenericErrorContent) UnmarshalJSON ¶
func (v *NullableGenericErrorContent) UnmarshalJSON(src []byte) error
func (*NullableGenericErrorContent) Unset ¶
func (v *NullableGenericErrorContent) Unset()
type NullableGenericUsage ¶ added in v1.1.22
type NullableGenericUsage struct {
// contains filtered or unexported fields
}
func NewNullableGenericUsage ¶ added in v1.1.22
func NewNullableGenericUsage(val *GenericUsage) *NullableGenericUsage
func (NullableGenericUsage) Get ¶ added in v1.1.22
func (v NullableGenericUsage) Get() *GenericUsage
func (NullableGenericUsage) IsSet ¶ added in v1.1.22
func (v NullableGenericUsage) IsSet() bool
func (NullableGenericUsage) MarshalJSON ¶ added in v1.1.22
func (v NullableGenericUsage) MarshalJSON() ([]byte, error)
func (*NullableGenericUsage) Set ¶ added in v1.1.22
func (v *NullableGenericUsage) Set(val *GenericUsage)
func (*NullableGenericUsage) UnmarshalJSON ¶ added in v1.1.22
func (v *NullableGenericUsage) UnmarshalJSON(src []byte) error
func (*NullableGenericUsage) Unset ¶ added in v1.1.22
func (v *NullableGenericUsage) Unset()
type NullableGetAttributesCountResponse ¶ added in v1.2.14
type NullableGetAttributesCountResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetAttributesCountResponse ¶ added in v1.2.14
func NewNullableGetAttributesCountResponse(val *GetAttributesCountResponse) *NullableGetAttributesCountResponse
func (NullableGetAttributesCountResponse) Get ¶ added in v1.2.14
func (v NullableGetAttributesCountResponse) Get() *GetAttributesCountResponse
func (NullableGetAttributesCountResponse) IsSet ¶ added in v1.2.14
func (v NullableGetAttributesCountResponse) IsSet() bool
func (NullableGetAttributesCountResponse) MarshalJSON ¶ added in v1.2.14
func (v NullableGetAttributesCountResponse) MarshalJSON() ([]byte, error)
func (*NullableGetAttributesCountResponse) Set ¶ added in v1.2.14
func (v *NullableGetAttributesCountResponse) Set(val *GetAttributesCountResponse)
func (*NullableGetAttributesCountResponse) UnmarshalJSON ¶ added in v1.2.14
func (v *NullableGetAttributesCountResponse) UnmarshalJSON(src []byte) error
func (*NullableGetAttributesCountResponse) Unset ¶ added in v1.2.14
func (v *NullableGetAttributesCountResponse) Unset()
type NullableGetManagedIdentitySchemaLocation ¶
type NullableGetManagedIdentitySchemaLocation struct {
// contains filtered or unexported fields
}
func NewNullableGetManagedIdentitySchemaLocation ¶
func NewNullableGetManagedIdentitySchemaLocation(val *GetManagedIdentitySchemaLocation) *NullableGetManagedIdentitySchemaLocation
func (NullableGetManagedIdentitySchemaLocation) IsSet ¶
func (v NullableGetManagedIdentitySchemaLocation) IsSet() bool
func (NullableGetManagedIdentitySchemaLocation) MarshalJSON ¶
func (v NullableGetManagedIdentitySchemaLocation) MarshalJSON() ([]byte, error)
func (*NullableGetManagedIdentitySchemaLocation) Set ¶
func (v *NullableGetManagedIdentitySchemaLocation) Set(val *GetManagedIdentitySchemaLocation)
func (*NullableGetManagedIdentitySchemaLocation) UnmarshalJSON ¶
func (v *NullableGetManagedIdentitySchemaLocation) UnmarshalJSON(src []byte) error
func (*NullableGetManagedIdentitySchemaLocation) Unset ¶
func (v *NullableGetManagedIdentitySchemaLocation) Unset()
type NullableGetMetricsEventAttributesResponse ¶ added in v1.4.8
type NullableGetMetricsEventAttributesResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetMetricsEventAttributesResponse ¶ added in v1.4.8
func NewNullableGetMetricsEventAttributesResponse(val *GetMetricsEventAttributesResponse) *NullableGetMetricsEventAttributesResponse
func (NullableGetMetricsEventAttributesResponse) IsSet ¶ added in v1.4.8
func (v NullableGetMetricsEventAttributesResponse) IsSet() bool
func (NullableGetMetricsEventAttributesResponse) MarshalJSON ¶ added in v1.4.8
func (v NullableGetMetricsEventAttributesResponse) MarshalJSON() ([]byte, error)
func (*NullableGetMetricsEventAttributesResponse) Set ¶ added in v1.4.8
func (v *NullableGetMetricsEventAttributesResponse) Set(val *GetMetricsEventAttributesResponse)
func (*NullableGetMetricsEventAttributesResponse) UnmarshalJSON ¶ added in v1.4.8
func (v *NullableGetMetricsEventAttributesResponse) UnmarshalJSON(src []byte) error
func (*NullableGetMetricsEventAttributesResponse) Unset ¶ added in v1.4.8
func (v *NullableGetMetricsEventAttributesResponse) Unset()
type NullableGetMetricsEventTypesResponse ¶ added in v1.4.8
type NullableGetMetricsEventTypesResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetMetricsEventTypesResponse ¶ added in v1.4.8
func NewNullableGetMetricsEventTypesResponse(val *GetMetricsEventTypesResponse) *NullableGetMetricsEventTypesResponse
func (NullableGetMetricsEventTypesResponse) Get ¶ added in v1.4.8
func (v NullableGetMetricsEventTypesResponse) Get() *GetMetricsEventTypesResponse
func (NullableGetMetricsEventTypesResponse) IsSet ¶ added in v1.4.8
func (v NullableGetMetricsEventTypesResponse) IsSet() bool
func (NullableGetMetricsEventTypesResponse) MarshalJSON ¶ added in v1.4.8
func (v NullableGetMetricsEventTypesResponse) MarshalJSON() ([]byte, error)
func (*NullableGetMetricsEventTypesResponse) Set ¶ added in v1.4.8
func (v *NullableGetMetricsEventTypesResponse) Set(val *GetMetricsEventTypesResponse)
func (*NullableGetMetricsEventTypesResponse) UnmarshalJSON ¶ added in v1.4.8
func (v *NullableGetMetricsEventTypesResponse) UnmarshalJSON(src []byte) error
func (*NullableGetMetricsEventTypesResponse) Unset ¶ added in v1.4.8
func (v *NullableGetMetricsEventTypesResponse) Unset()
type NullableGetOrganizationResponse ¶ added in v1.2.11
type NullableGetOrganizationResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetOrganizationResponse ¶ added in v1.2.11
func NewNullableGetOrganizationResponse(val *GetOrganizationResponse) *NullableGetOrganizationResponse
func (NullableGetOrganizationResponse) Get ¶ added in v1.2.11
func (v NullableGetOrganizationResponse) Get() *GetOrganizationResponse
func (NullableGetOrganizationResponse) IsSet ¶ added in v1.2.11
func (v NullableGetOrganizationResponse) IsSet() bool
func (NullableGetOrganizationResponse) MarshalJSON ¶ added in v1.2.11
func (v NullableGetOrganizationResponse) MarshalJSON() ([]byte, error)
func (*NullableGetOrganizationResponse) Set ¶ added in v1.2.11
func (v *NullableGetOrganizationResponse) Set(val *GetOrganizationResponse)
func (*NullableGetOrganizationResponse) UnmarshalJSON ¶ added in v1.2.11
func (v *NullableGetOrganizationResponse) UnmarshalJSON(src []byte) error
func (*NullableGetOrganizationResponse) Unset ¶ added in v1.2.11
func (v *NullableGetOrganizationResponse) Unset()
type NullableGetProjectEventsBody ¶ added in v1.4.8
type NullableGetProjectEventsBody struct {
// contains filtered or unexported fields
}
func NewNullableGetProjectEventsBody ¶ added in v1.4.8
func NewNullableGetProjectEventsBody(val *GetProjectEventsBody) *NullableGetProjectEventsBody
func (NullableGetProjectEventsBody) Get ¶ added in v1.4.8
func (v NullableGetProjectEventsBody) Get() *GetProjectEventsBody
func (NullableGetProjectEventsBody) IsSet ¶ added in v1.4.8
func (v NullableGetProjectEventsBody) IsSet() bool
func (NullableGetProjectEventsBody) MarshalJSON ¶ added in v1.4.8
func (v NullableGetProjectEventsBody) MarshalJSON() ([]byte, error)
func (*NullableGetProjectEventsBody) Set ¶ added in v1.4.8
func (v *NullableGetProjectEventsBody) Set(val *GetProjectEventsBody)
func (*NullableGetProjectEventsBody) UnmarshalJSON ¶ added in v1.4.8
func (v *NullableGetProjectEventsBody) UnmarshalJSON(src []byte) error
func (*NullableGetProjectEventsBody) Unset ¶ added in v1.4.8
func (v *NullableGetProjectEventsBody) Unset()
type NullableGetProjectEventsResponse ¶ added in v1.4.8
type NullableGetProjectEventsResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetProjectEventsResponse ¶ added in v1.4.8
func NewNullableGetProjectEventsResponse(val *GetProjectEventsResponse) *NullableGetProjectEventsResponse
func (NullableGetProjectEventsResponse) Get ¶ added in v1.4.8
func (v NullableGetProjectEventsResponse) Get() *GetProjectEventsResponse
func (NullableGetProjectEventsResponse) IsSet ¶ added in v1.4.8
func (v NullableGetProjectEventsResponse) IsSet() bool
func (NullableGetProjectEventsResponse) MarshalJSON ¶ added in v1.4.8
func (v NullableGetProjectEventsResponse) MarshalJSON() ([]byte, error)
func (*NullableGetProjectEventsResponse) Set ¶ added in v1.4.8
func (v *NullableGetProjectEventsResponse) Set(val *GetProjectEventsResponse)
func (*NullableGetProjectEventsResponse) UnmarshalJSON ¶ added in v1.4.8
func (v *NullableGetProjectEventsResponse) UnmarshalJSON(src []byte) error
func (*NullableGetProjectEventsResponse) Unset ¶ added in v1.4.8
func (v *NullableGetProjectEventsResponse) Unset()
type NullableGetProjectMetricsResponse ¶ added in v1.1.34
type NullableGetProjectMetricsResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetProjectMetricsResponse ¶ added in v1.1.34
func NewNullableGetProjectMetricsResponse(val *GetProjectMetricsResponse) *NullableGetProjectMetricsResponse
func (NullableGetProjectMetricsResponse) Get ¶ added in v1.1.34
func (v NullableGetProjectMetricsResponse) Get() *GetProjectMetricsResponse
func (NullableGetProjectMetricsResponse) IsSet ¶ added in v1.1.34
func (v NullableGetProjectMetricsResponse) IsSet() bool
func (NullableGetProjectMetricsResponse) MarshalJSON ¶ added in v1.1.34
func (v NullableGetProjectMetricsResponse) MarshalJSON() ([]byte, error)
func (*NullableGetProjectMetricsResponse) Set ¶ added in v1.1.34
func (v *NullableGetProjectMetricsResponse) Set(val *GetProjectMetricsResponse)
func (*NullableGetProjectMetricsResponse) UnmarshalJSON ¶ added in v1.1.34
func (v *NullableGetProjectMetricsResponse) UnmarshalJSON(src []byte) error
func (*NullableGetProjectMetricsResponse) Unset ¶ added in v1.1.34
func (v *NullableGetProjectMetricsResponse) Unset()
type NullableGetSessionActivityResponse ¶ added in v1.2.14
type NullableGetSessionActivityResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetSessionActivityResponse ¶ added in v1.2.14
func NewNullableGetSessionActivityResponse(val *GetSessionActivityResponse) *NullableGetSessionActivityResponse
func (NullableGetSessionActivityResponse) Get ¶ added in v1.2.14
func (v NullableGetSessionActivityResponse) Get() *GetSessionActivityResponse
func (NullableGetSessionActivityResponse) IsSet ¶ added in v1.2.14
func (v NullableGetSessionActivityResponse) IsSet() bool
func (NullableGetSessionActivityResponse) MarshalJSON ¶ added in v1.2.14
func (v NullableGetSessionActivityResponse) MarshalJSON() ([]byte, error)
func (*NullableGetSessionActivityResponse) Set ¶ added in v1.2.14
func (v *NullableGetSessionActivityResponse) Set(val *GetSessionActivityResponse)
func (*NullableGetSessionActivityResponse) UnmarshalJSON ¶ added in v1.2.14
func (v *NullableGetSessionActivityResponse) UnmarshalJSON(src []byte) error
func (*NullableGetSessionActivityResponse) Unset ¶ added in v1.2.14
func (v *NullableGetSessionActivityResponse) Unset()
type NullableGetVersion200Response ¶
type NullableGetVersion200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetVersion200Response ¶
func NewNullableGetVersion200Response(val *GetVersion200Response) *NullableGetVersion200Response
func (NullableGetVersion200Response) Get ¶
func (v NullableGetVersion200Response) Get() *GetVersion200Response
func (NullableGetVersion200Response) IsSet ¶
func (v NullableGetVersion200Response) IsSet() bool
func (NullableGetVersion200Response) MarshalJSON ¶
func (v NullableGetVersion200Response) MarshalJSON() ([]byte, error)
func (*NullableGetVersion200Response) Set ¶
func (v *NullableGetVersion200Response) Set(val *GetVersion200Response)
func (*NullableGetVersion200Response) UnmarshalJSON ¶
func (v *NullableGetVersion200Response) UnmarshalJSON(src []byte) error
func (*NullableGetVersion200Response) Unset ¶
func (v *NullableGetVersion200Response) Unset()
type NullableHealthNotReadyStatus ¶
type NullableHealthNotReadyStatus struct {
// contains filtered or unexported fields
}
func NewNullableHealthNotReadyStatus ¶
func NewNullableHealthNotReadyStatus(val *HealthNotReadyStatus) *NullableHealthNotReadyStatus
func (NullableHealthNotReadyStatus) Get ¶
func (v NullableHealthNotReadyStatus) Get() *HealthNotReadyStatus
func (NullableHealthNotReadyStatus) IsSet ¶
func (v NullableHealthNotReadyStatus) IsSet() bool
func (NullableHealthNotReadyStatus) MarshalJSON ¶
func (v NullableHealthNotReadyStatus) MarshalJSON() ([]byte, error)
func (*NullableHealthNotReadyStatus) Set ¶
func (v *NullableHealthNotReadyStatus) Set(val *HealthNotReadyStatus)
func (*NullableHealthNotReadyStatus) UnmarshalJSON ¶
func (v *NullableHealthNotReadyStatus) UnmarshalJSON(src []byte) error
func (*NullableHealthNotReadyStatus) Unset ¶
func (v *NullableHealthNotReadyStatus) Unset()
type NullableHealthStatus ¶
type NullableHealthStatus struct {
// contains filtered or unexported fields
}
func NewNullableHealthStatus ¶
func NewNullableHealthStatus(val *HealthStatus) *NullableHealthStatus
func (NullableHealthStatus) Get ¶
func (v NullableHealthStatus) Get() *HealthStatus
func (NullableHealthStatus) IsSet ¶
func (v NullableHealthStatus) IsSet() bool
func (NullableHealthStatus) MarshalJSON ¶
func (v NullableHealthStatus) MarshalJSON() ([]byte, error)
func (*NullableHealthStatus) Set ¶
func (v *NullableHealthStatus) Set(val *HealthStatus)
func (*NullableHealthStatus) UnmarshalJSON ¶
func (v *NullableHealthStatus) UnmarshalJSON(src []byte) error
func (*NullableHealthStatus) Unset ¶
func (v *NullableHealthStatus) Unset()
type NullableIdentity ¶
type NullableIdentity struct {
// contains filtered or unexported fields
}
func NewNullableIdentity ¶
func NewNullableIdentity(val *Identity) *NullableIdentity
func (NullableIdentity) Get ¶
func (v NullableIdentity) Get() *Identity
func (NullableIdentity) IsSet ¶
func (v NullableIdentity) IsSet() bool
func (NullableIdentity) MarshalJSON ¶
func (v NullableIdentity) MarshalJSON() ([]byte, error)
func (*NullableIdentity) Set ¶
func (v *NullableIdentity) Set(val *Identity)
func (*NullableIdentity) UnmarshalJSON ¶
func (v *NullableIdentity) UnmarshalJSON(src []byte) error
func (*NullableIdentity) Unset ¶
func (v *NullableIdentity) Unset()
type NullableIdentityCredentials ¶
type NullableIdentityCredentials struct {
// contains filtered or unexported fields
}
func NewNullableIdentityCredentials ¶
func NewNullableIdentityCredentials(val *IdentityCredentials) *NullableIdentityCredentials
func (NullableIdentityCredentials) Get ¶
func (v NullableIdentityCredentials) Get() *IdentityCredentials
func (NullableIdentityCredentials) IsSet ¶
func (v NullableIdentityCredentials) IsSet() bool
func (NullableIdentityCredentials) MarshalJSON ¶
func (v NullableIdentityCredentials) MarshalJSON() ([]byte, error)
func (*NullableIdentityCredentials) Set ¶
func (v *NullableIdentityCredentials) Set(val *IdentityCredentials)
func (*NullableIdentityCredentials) UnmarshalJSON ¶
func (v *NullableIdentityCredentials) UnmarshalJSON(src []byte) error
func (*NullableIdentityCredentials) Unset ¶
func (v *NullableIdentityCredentials) Unset()
type NullableIdentityCredentialsCode ¶ added in v1.2.0
type NullableIdentityCredentialsCode struct {
// contains filtered or unexported fields
}
func NewNullableIdentityCredentialsCode ¶ added in v1.2.0
func NewNullableIdentityCredentialsCode(val *IdentityCredentialsCode) *NullableIdentityCredentialsCode
func (NullableIdentityCredentialsCode) Get ¶ added in v1.2.0
func (v NullableIdentityCredentialsCode) Get() *IdentityCredentialsCode
func (NullableIdentityCredentialsCode) IsSet ¶ added in v1.2.0
func (v NullableIdentityCredentialsCode) IsSet() bool
func (NullableIdentityCredentialsCode) MarshalJSON ¶ added in v1.2.0
func (v NullableIdentityCredentialsCode) MarshalJSON() ([]byte, error)
func (*NullableIdentityCredentialsCode) Set ¶ added in v1.2.0
func (v *NullableIdentityCredentialsCode) Set(val *IdentityCredentialsCode)
func (*NullableIdentityCredentialsCode) UnmarshalJSON ¶ added in v1.2.0
func (v *NullableIdentityCredentialsCode) UnmarshalJSON(src []byte) error
func (*NullableIdentityCredentialsCode) Unset ¶ added in v1.2.0
func (v *NullableIdentityCredentialsCode) Unset()
type NullableIdentityCredentialsOidc ¶
type NullableIdentityCredentialsOidc struct {
// contains filtered or unexported fields
}
func NewNullableIdentityCredentialsOidc ¶
func NewNullableIdentityCredentialsOidc(val *IdentityCredentialsOidc) *NullableIdentityCredentialsOidc
func (NullableIdentityCredentialsOidc) Get ¶
func (v NullableIdentityCredentialsOidc) Get() *IdentityCredentialsOidc
func (NullableIdentityCredentialsOidc) IsSet ¶
func (v NullableIdentityCredentialsOidc) IsSet() bool
func (NullableIdentityCredentialsOidc) MarshalJSON ¶
func (v NullableIdentityCredentialsOidc) MarshalJSON() ([]byte, error)
func (*NullableIdentityCredentialsOidc) Set ¶
func (v *NullableIdentityCredentialsOidc) Set(val *IdentityCredentialsOidc)
func (*NullableIdentityCredentialsOidc) UnmarshalJSON ¶
func (v *NullableIdentityCredentialsOidc) UnmarshalJSON(src []byte) error
func (*NullableIdentityCredentialsOidc) Unset ¶
func (v *NullableIdentityCredentialsOidc) Unset()
type NullableIdentityCredentialsOidcProvider ¶
type NullableIdentityCredentialsOidcProvider struct {
// contains filtered or unexported fields
}
func NewNullableIdentityCredentialsOidcProvider ¶
func NewNullableIdentityCredentialsOidcProvider(val *IdentityCredentialsOidcProvider) *NullableIdentityCredentialsOidcProvider
func (NullableIdentityCredentialsOidcProvider) IsSet ¶
func (v NullableIdentityCredentialsOidcProvider) IsSet() bool
func (NullableIdentityCredentialsOidcProvider) MarshalJSON ¶
func (v NullableIdentityCredentialsOidcProvider) MarshalJSON() ([]byte, error)
func (*NullableIdentityCredentialsOidcProvider) Set ¶
func (v *NullableIdentityCredentialsOidcProvider) Set(val *IdentityCredentialsOidcProvider)
func (*NullableIdentityCredentialsOidcProvider) UnmarshalJSON ¶
func (v *NullableIdentityCredentialsOidcProvider) UnmarshalJSON(src []byte) error
func (*NullableIdentityCredentialsOidcProvider) Unset ¶
func (v *NullableIdentityCredentialsOidcProvider) Unset()
type NullableIdentityCredentialsPassword ¶
type NullableIdentityCredentialsPassword struct {
// contains filtered or unexported fields
}
func NewNullableIdentityCredentialsPassword ¶
func NewNullableIdentityCredentialsPassword(val *IdentityCredentialsPassword) *NullableIdentityCredentialsPassword
func (NullableIdentityCredentialsPassword) Get ¶
func (v NullableIdentityCredentialsPassword) Get() *IdentityCredentialsPassword
func (NullableIdentityCredentialsPassword) IsSet ¶
func (v NullableIdentityCredentialsPassword) IsSet() bool
func (NullableIdentityCredentialsPassword) MarshalJSON ¶
func (v NullableIdentityCredentialsPassword) MarshalJSON() ([]byte, error)
func (*NullableIdentityCredentialsPassword) Set ¶
func (v *NullableIdentityCredentialsPassword) Set(val *IdentityCredentialsPassword)
func (*NullableIdentityCredentialsPassword) UnmarshalJSON ¶
func (v *NullableIdentityCredentialsPassword) UnmarshalJSON(src []byte) error
func (*NullableIdentityCredentialsPassword) Unset ¶
func (v *NullableIdentityCredentialsPassword) Unset()
type NullableIdentityPatch ¶ added in v1.1.24
type NullableIdentityPatch struct {
// contains filtered or unexported fields
}
func NewNullableIdentityPatch ¶ added in v1.1.24
func NewNullableIdentityPatch(val *IdentityPatch) *NullableIdentityPatch
func (NullableIdentityPatch) Get ¶ added in v1.1.24
func (v NullableIdentityPatch) Get() *IdentityPatch
func (NullableIdentityPatch) IsSet ¶ added in v1.1.24
func (v NullableIdentityPatch) IsSet() bool
func (NullableIdentityPatch) MarshalJSON ¶ added in v1.1.24
func (v NullableIdentityPatch) MarshalJSON() ([]byte, error)
func (*NullableIdentityPatch) Set ¶ added in v1.1.24
func (v *NullableIdentityPatch) Set(val *IdentityPatch)
func (*NullableIdentityPatch) UnmarshalJSON ¶ added in v1.1.24
func (v *NullableIdentityPatch) UnmarshalJSON(src []byte) error
func (*NullableIdentityPatch) Unset ¶ added in v1.1.24
func (v *NullableIdentityPatch) Unset()
type NullableIdentityPatchResponse ¶ added in v1.1.24
type NullableIdentityPatchResponse struct {
// contains filtered or unexported fields
}
func NewNullableIdentityPatchResponse ¶ added in v1.1.24
func NewNullableIdentityPatchResponse(val *IdentityPatchResponse) *NullableIdentityPatchResponse
func (NullableIdentityPatchResponse) Get ¶ added in v1.1.24
func (v NullableIdentityPatchResponse) Get() *IdentityPatchResponse
func (NullableIdentityPatchResponse) IsSet ¶ added in v1.1.24
func (v NullableIdentityPatchResponse) IsSet() bool
func (NullableIdentityPatchResponse) MarshalJSON ¶ added in v1.1.24
func (v NullableIdentityPatchResponse) MarshalJSON() ([]byte, error)
func (*NullableIdentityPatchResponse) Set ¶ added in v1.1.24
func (v *NullableIdentityPatchResponse) Set(val *IdentityPatchResponse)
func (*NullableIdentityPatchResponse) UnmarshalJSON ¶ added in v1.1.24
func (v *NullableIdentityPatchResponse) UnmarshalJSON(src []byte) error
func (*NullableIdentityPatchResponse) Unset ¶ added in v1.1.24
func (v *NullableIdentityPatchResponse) Unset()
type NullableIdentitySchemaContainer ¶
type NullableIdentitySchemaContainer struct {
// contains filtered or unexported fields
}
func NewNullableIdentitySchemaContainer ¶
func NewNullableIdentitySchemaContainer(val *IdentitySchemaContainer) *NullableIdentitySchemaContainer
func (NullableIdentitySchemaContainer) Get ¶
func (v NullableIdentitySchemaContainer) Get() *IdentitySchemaContainer
func (NullableIdentitySchemaContainer) IsSet ¶
func (v NullableIdentitySchemaContainer) IsSet() bool
func (NullableIdentitySchemaContainer) MarshalJSON ¶
func (v NullableIdentitySchemaContainer) MarshalJSON() ([]byte, error)
func (*NullableIdentitySchemaContainer) Set ¶
func (v *NullableIdentitySchemaContainer) Set(val *IdentitySchemaContainer)
func (*NullableIdentitySchemaContainer) UnmarshalJSON ¶
func (v *NullableIdentitySchemaContainer) UnmarshalJSON(src []byte) error
func (*NullableIdentitySchemaContainer) Unset ¶
func (v *NullableIdentitySchemaContainer) Unset()
type NullableIdentitySchemaPreset ¶
type NullableIdentitySchemaPreset struct {
// contains filtered or unexported fields
}
func NewNullableIdentitySchemaPreset ¶
func NewNullableIdentitySchemaPreset(val *IdentitySchemaPreset) *NullableIdentitySchemaPreset
func (NullableIdentitySchemaPreset) Get ¶
func (v NullableIdentitySchemaPreset) Get() *IdentitySchemaPreset
func (NullableIdentitySchemaPreset) IsSet ¶
func (v NullableIdentitySchemaPreset) IsSet() bool
func (NullableIdentitySchemaPreset) MarshalJSON ¶
func (v NullableIdentitySchemaPreset) MarshalJSON() ([]byte, error)
func (*NullableIdentitySchemaPreset) Set ¶
func (v *NullableIdentitySchemaPreset) Set(val *IdentitySchemaPreset)
func (*NullableIdentitySchemaPreset) UnmarshalJSON ¶
func (v *NullableIdentitySchemaPreset) UnmarshalJSON(src []byte) error
func (*NullableIdentitySchemaPreset) Unset ¶
func (v *NullableIdentitySchemaPreset) Unset()
type NullableIdentityWithCredentials ¶
type NullableIdentityWithCredentials struct {
// contains filtered or unexported fields
}
func NewNullableIdentityWithCredentials ¶
func NewNullableIdentityWithCredentials(val *IdentityWithCredentials) *NullableIdentityWithCredentials
func (NullableIdentityWithCredentials) Get ¶
func (v NullableIdentityWithCredentials) Get() *IdentityWithCredentials
func (NullableIdentityWithCredentials) IsSet ¶
func (v NullableIdentityWithCredentials) IsSet() bool
func (NullableIdentityWithCredentials) MarshalJSON ¶
func (v NullableIdentityWithCredentials) MarshalJSON() ([]byte, error)
func (*NullableIdentityWithCredentials) Set ¶
func (v *NullableIdentityWithCredentials) Set(val *IdentityWithCredentials)
func (*NullableIdentityWithCredentials) UnmarshalJSON ¶
func (v *NullableIdentityWithCredentials) UnmarshalJSON(src []byte) error
func (*NullableIdentityWithCredentials) Unset ¶
func (v *NullableIdentityWithCredentials) Unset()
type NullableIdentityWithCredentialsOidc ¶
type NullableIdentityWithCredentialsOidc struct {
// contains filtered or unexported fields
}
func NewNullableIdentityWithCredentialsOidc ¶
func NewNullableIdentityWithCredentialsOidc(val *IdentityWithCredentialsOidc) *NullableIdentityWithCredentialsOidc
func (NullableIdentityWithCredentialsOidc) Get ¶
func (v NullableIdentityWithCredentialsOidc) Get() *IdentityWithCredentialsOidc
func (NullableIdentityWithCredentialsOidc) IsSet ¶
func (v NullableIdentityWithCredentialsOidc) IsSet() bool
func (NullableIdentityWithCredentialsOidc) MarshalJSON ¶
func (v NullableIdentityWithCredentialsOidc) MarshalJSON() ([]byte, error)
func (*NullableIdentityWithCredentialsOidc) Set ¶
func (v *NullableIdentityWithCredentialsOidc) Set(val *IdentityWithCredentialsOidc)
func (*NullableIdentityWithCredentialsOidc) UnmarshalJSON ¶
func (v *NullableIdentityWithCredentialsOidc) UnmarshalJSON(src []byte) error
func (*NullableIdentityWithCredentialsOidc) Unset ¶
func (v *NullableIdentityWithCredentialsOidc) Unset()
type NullableIdentityWithCredentialsOidcConfig ¶
type NullableIdentityWithCredentialsOidcConfig struct {
// contains filtered or unexported fields
}
func NewNullableIdentityWithCredentialsOidcConfig ¶
func NewNullableIdentityWithCredentialsOidcConfig(val *IdentityWithCredentialsOidcConfig) *NullableIdentityWithCredentialsOidcConfig
func (NullableIdentityWithCredentialsOidcConfig) IsSet ¶
func (v NullableIdentityWithCredentialsOidcConfig) IsSet() bool
func (NullableIdentityWithCredentialsOidcConfig) MarshalJSON ¶
func (v NullableIdentityWithCredentialsOidcConfig) MarshalJSON() ([]byte, error)
func (*NullableIdentityWithCredentialsOidcConfig) Set ¶
func (v *NullableIdentityWithCredentialsOidcConfig) Set(val *IdentityWithCredentialsOidcConfig)
func (*NullableIdentityWithCredentialsOidcConfig) UnmarshalJSON ¶
func (v *NullableIdentityWithCredentialsOidcConfig) UnmarshalJSON(src []byte) error
func (*NullableIdentityWithCredentialsOidcConfig) Unset ¶
func (v *NullableIdentityWithCredentialsOidcConfig) Unset()
type NullableIdentityWithCredentialsOidcConfigProvider ¶
type NullableIdentityWithCredentialsOidcConfigProvider struct {
// contains filtered or unexported fields
}
func NewNullableIdentityWithCredentialsOidcConfigProvider ¶
func NewNullableIdentityWithCredentialsOidcConfigProvider(val *IdentityWithCredentialsOidcConfigProvider) *NullableIdentityWithCredentialsOidcConfigProvider
func (NullableIdentityWithCredentialsOidcConfigProvider) IsSet ¶
func (v NullableIdentityWithCredentialsOidcConfigProvider) IsSet() bool
func (NullableIdentityWithCredentialsOidcConfigProvider) MarshalJSON ¶
func (v NullableIdentityWithCredentialsOidcConfigProvider) MarshalJSON() ([]byte, error)
func (*NullableIdentityWithCredentialsOidcConfigProvider) UnmarshalJSON ¶
func (v *NullableIdentityWithCredentialsOidcConfigProvider) UnmarshalJSON(src []byte) error
func (*NullableIdentityWithCredentialsOidcConfigProvider) Unset ¶
func (v *NullableIdentityWithCredentialsOidcConfigProvider) Unset()
type NullableIdentityWithCredentialsPassword ¶
type NullableIdentityWithCredentialsPassword struct {
// contains filtered or unexported fields
}
func NewNullableIdentityWithCredentialsPassword ¶
func NewNullableIdentityWithCredentialsPassword(val *IdentityWithCredentialsPassword) *NullableIdentityWithCredentialsPassword
func (NullableIdentityWithCredentialsPassword) IsSet ¶
func (v NullableIdentityWithCredentialsPassword) IsSet() bool
func (NullableIdentityWithCredentialsPassword) MarshalJSON ¶
func (v NullableIdentityWithCredentialsPassword) MarshalJSON() ([]byte, error)
func (*NullableIdentityWithCredentialsPassword) Set ¶
func (v *NullableIdentityWithCredentialsPassword) Set(val *IdentityWithCredentialsPassword)
func (*NullableIdentityWithCredentialsPassword) UnmarshalJSON ¶
func (v *NullableIdentityWithCredentialsPassword) UnmarshalJSON(src []byte) error
func (*NullableIdentityWithCredentialsPassword) Unset ¶
func (v *NullableIdentityWithCredentialsPassword) Unset()
type NullableIdentityWithCredentialsPasswordConfig ¶
type NullableIdentityWithCredentialsPasswordConfig struct {
// contains filtered or unexported fields
}
func NewNullableIdentityWithCredentialsPasswordConfig ¶
func NewNullableIdentityWithCredentialsPasswordConfig(val *IdentityWithCredentialsPasswordConfig) *NullableIdentityWithCredentialsPasswordConfig
func (NullableIdentityWithCredentialsPasswordConfig) IsSet ¶
func (v NullableIdentityWithCredentialsPasswordConfig) IsSet() bool
func (NullableIdentityWithCredentialsPasswordConfig) MarshalJSON ¶
func (v NullableIdentityWithCredentialsPasswordConfig) MarshalJSON() ([]byte, error)
func (*NullableIdentityWithCredentialsPasswordConfig) Set ¶
func (v *NullableIdentityWithCredentialsPasswordConfig) Set(val *IdentityWithCredentialsPasswordConfig)
func (*NullableIdentityWithCredentialsPasswordConfig) UnmarshalJSON ¶
func (v *NullableIdentityWithCredentialsPasswordConfig) UnmarshalJSON(src []byte) error
func (*NullableIdentityWithCredentialsPasswordConfig) Unset ¶
func (v *NullableIdentityWithCredentialsPasswordConfig) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableInternalGetProjectBrandingBody ¶ added in v1.1.2
type NullableInternalGetProjectBrandingBody struct {
// contains filtered or unexported fields
}
func NewNullableInternalGetProjectBrandingBody ¶ added in v1.1.2
func NewNullableInternalGetProjectBrandingBody(val *InternalGetProjectBrandingBody) *NullableInternalGetProjectBrandingBody
func (NullableInternalGetProjectBrandingBody) Get ¶ added in v1.1.2
func (v NullableInternalGetProjectBrandingBody) Get() *InternalGetProjectBrandingBody
func (NullableInternalGetProjectBrandingBody) IsSet ¶ added in v1.1.2
func (v NullableInternalGetProjectBrandingBody) IsSet() bool
func (NullableInternalGetProjectBrandingBody) MarshalJSON ¶ added in v1.1.2
func (v NullableInternalGetProjectBrandingBody) MarshalJSON() ([]byte, error)
func (*NullableInternalGetProjectBrandingBody) Set ¶ added in v1.1.2
func (v *NullableInternalGetProjectBrandingBody) Set(val *InternalGetProjectBrandingBody)
func (*NullableInternalGetProjectBrandingBody) UnmarshalJSON ¶ added in v1.1.2
func (v *NullableInternalGetProjectBrandingBody) UnmarshalJSON(src []byte) error
func (*NullableInternalGetProjectBrandingBody) Unset ¶ added in v1.1.2
func (v *NullableInternalGetProjectBrandingBody) Unset()
type NullableInternalIsAXWelcomeScreenEnabledForProjectBody ¶ added in v1.1.44
type NullableInternalIsAXWelcomeScreenEnabledForProjectBody struct {
// contains filtered or unexported fields
}
func NewNullableInternalIsAXWelcomeScreenEnabledForProjectBody ¶ added in v1.1.44
func NewNullableInternalIsAXWelcomeScreenEnabledForProjectBody(val *InternalIsAXWelcomeScreenEnabledForProjectBody) *NullableInternalIsAXWelcomeScreenEnabledForProjectBody
func (NullableInternalIsAXWelcomeScreenEnabledForProjectBody) IsSet ¶ added in v1.1.44
func (v NullableInternalIsAXWelcomeScreenEnabledForProjectBody) IsSet() bool
func (NullableInternalIsAXWelcomeScreenEnabledForProjectBody) MarshalJSON ¶ added in v1.1.44
func (v NullableInternalIsAXWelcomeScreenEnabledForProjectBody) MarshalJSON() ([]byte, error)
func (*NullableInternalIsAXWelcomeScreenEnabledForProjectBody) UnmarshalJSON ¶ added in v1.1.44
func (v *NullableInternalIsAXWelcomeScreenEnabledForProjectBody) UnmarshalJSON(src []byte) error
func (*NullableInternalIsAXWelcomeScreenEnabledForProjectBody) Unset ¶ added in v1.1.44
func (v *NullableInternalIsAXWelcomeScreenEnabledForProjectBody) Unset()
type NullableInternalIsOwnerForProjectBySlugBody ¶
type NullableInternalIsOwnerForProjectBySlugBody struct {
// contains filtered or unexported fields
}
func NewNullableInternalIsOwnerForProjectBySlugBody ¶
func NewNullableInternalIsOwnerForProjectBySlugBody(val *InternalIsOwnerForProjectBySlugBody) *NullableInternalIsOwnerForProjectBySlugBody
func (NullableInternalIsOwnerForProjectBySlugBody) IsSet ¶
func (v NullableInternalIsOwnerForProjectBySlugBody) IsSet() bool
func (NullableInternalIsOwnerForProjectBySlugBody) MarshalJSON ¶
func (v NullableInternalIsOwnerForProjectBySlugBody) MarshalJSON() ([]byte, error)
func (*NullableInternalIsOwnerForProjectBySlugBody) Set ¶
func (v *NullableInternalIsOwnerForProjectBySlugBody) Set(val *InternalIsOwnerForProjectBySlugBody)
func (*NullableInternalIsOwnerForProjectBySlugBody) UnmarshalJSON ¶
func (v *NullableInternalIsOwnerForProjectBySlugBody) UnmarshalJSON(src []byte) error
func (*NullableInternalIsOwnerForProjectBySlugBody) Unset ¶
func (v *NullableInternalIsOwnerForProjectBySlugBody) Unset()
type NullableInternalIsOwnerForProjectBySlugResponse ¶ added in v1.1.24
type NullableInternalIsOwnerForProjectBySlugResponse struct {
// contains filtered or unexported fields
}
func NewNullableInternalIsOwnerForProjectBySlugResponse ¶ added in v1.1.24
func NewNullableInternalIsOwnerForProjectBySlugResponse(val *InternalIsOwnerForProjectBySlugResponse) *NullableInternalIsOwnerForProjectBySlugResponse
func (NullableInternalIsOwnerForProjectBySlugResponse) IsSet ¶ added in v1.1.24
func (v NullableInternalIsOwnerForProjectBySlugResponse) IsSet() bool
func (NullableInternalIsOwnerForProjectBySlugResponse) MarshalJSON ¶ added in v1.1.24
func (v NullableInternalIsOwnerForProjectBySlugResponse) MarshalJSON() ([]byte, error)
func (*NullableInternalIsOwnerForProjectBySlugResponse) UnmarshalJSON ¶ added in v1.1.24
func (v *NullableInternalIsOwnerForProjectBySlugResponse) UnmarshalJSON(src []byte) error
func (*NullableInternalIsOwnerForProjectBySlugResponse) Unset ¶ added in v1.1.24
func (v *NullableInternalIsOwnerForProjectBySlugResponse) Unset()
type NullableIntrospectedOAuth2Token ¶
type NullableIntrospectedOAuth2Token struct {
// contains filtered or unexported fields
}
func NewNullableIntrospectedOAuth2Token ¶
func NewNullableIntrospectedOAuth2Token(val *IntrospectedOAuth2Token) *NullableIntrospectedOAuth2Token
func (NullableIntrospectedOAuth2Token) Get ¶
func (v NullableIntrospectedOAuth2Token) Get() *IntrospectedOAuth2Token
func (NullableIntrospectedOAuth2Token) IsSet ¶
func (v NullableIntrospectedOAuth2Token) IsSet() bool
func (NullableIntrospectedOAuth2Token) MarshalJSON ¶
func (v NullableIntrospectedOAuth2Token) MarshalJSON() ([]byte, error)
func (*NullableIntrospectedOAuth2Token) Set ¶
func (v *NullableIntrospectedOAuth2Token) Set(val *IntrospectedOAuth2Token)
func (*NullableIntrospectedOAuth2Token) UnmarshalJSON ¶
func (v *NullableIntrospectedOAuth2Token) UnmarshalJSON(src []byte) error
func (*NullableIntrospectedOAuth2Token) Unset ¶
func (v *NullableIntrospectedOAuth2Token) Unset()
type NullableInvoice ¶ added in v1.11.10
type NullableInvoice struct {
// contains filtered or unexported fields
}
func NewNullableInvoice ¶ added in v1.11.10
func NewNullableInvoice(val *Invoice) *NullableInvoice
func (NullableInvoice) Get ¶ added in v1.11.10
func (v NullableInvoice) Get() *Invoice
func (NullableInvoice) IsSet ¶ added in v1.11.10
func (v NullableInvoice) IsSet() bool
func (NullableInvoice) MarshalJSON ¶ added in v1.11.10
func (v NullableInvoice) MarshalJSON() ([]byte, error)
func (*NullableInvoice) Set ¶ added in v1.11.10
func (v *NullableInvoice) Set(val *Invoice)
func (*NullableInvoice) UnmarshalJSON ¶ added in v1.11.10
func (v *NullableInvoice) UnmarshalJSON(src []byte) error
func (*NullableInvoice) Unset ¶ added in v1.11.10
func (v *NullableInvoice) Unset()
type NullableInvoiceDataV1 ¶ added in v1.11.10
type NullableInvoiceDataV1 struct {
// contains filtered or unexported fields
}
func NewNullableInvoiceDataV1 ¶ added in v1.11.10
func NewNullableInvoiceDataV1(val *InvoiceDataV1) *NullableInvoiceDataV1
func (NullableInvoiceDataV1) Get ¶ added in v1.11.10
func (v NullableInvoiceDataV1) Get() *InvoiceDataV1
func (NullableInvoiceDataV1) IsSet ¶ added in v1.11.10
func (v NullableInvoiceDataV1) IsSet() bool
func (NullableInvoiceDataV1) MarshalJSON ¶ added in v1.11.10
func (v NullableInvoiceDataV1) MarshalJSON() ([]byte, error)
func (*NullableInvoiceDataV1) Set ¶ added in v1.11.10
func (v *NullableInvoiceDataV1) Set(val *InvoiceDataV1)
func (*NullableInvoiceDataV1) UnmarshalJSON ¶ added in v1.11.10
func (v *NullableInvoiceDataV1) UnmarshalJSON(src []byte) error
func (*NullableInvoiceDataV1) Unset ¶ added in v1.11.10
func (v *NullableInvoiceDataV1) Unset()
type NullableIsOwnerForProjectBySlug ¶
type NullableIsOwnerForProjectBySlug struct {
// contains filtered or unexported fields
}
func NewNullableIsOwnerForProjectBySlug ¶
func NewNullableIsOwnerForProjectBySlug(val *IsOwnerForProjectBySlug) *NullableIsOwnerForProjectBySlug
func (NullableIsOwnerForProjectBySlug) Get ¶
func (v NullableIsOwnerForProjectBySlug) Get() *IsOwnerForProjectBySlug
func (NullableIsOwnerForProjectBySlug) IsSet ¶
func (v NullableIsOwnerForProjectBySlug) IsSet() bool
func (NullableIsOwnerForProjectBySlug) MarshalJSON ¶
func (v NullableIsOwnerForProjectBySlug) MarshalJSON() ([]byte, error)
func (*NullableIsOwnerForProjectBySlug) Set ¶
func (v *NullableIsOwnerForProjectBySlug) Set(val *IsOwnerForProjectBySlug)
func (*NullableIsOwnerForProjectBySlug) UnmarshalJSON ¶
func (v *NullableIsOwnerForProjectBySlug) UnmarshalJSON(src []byte) error
func (*NullableIsOwnerForProjectBySlug) Unset ¶
func (v *NullableIsOwnerForProjectBySlug) Unset()
type NullableJsonPatch ¶
type NullableJsonPatch struct {
// contains filtered or unexported fields
}
func NewNullableJsonPatch ¶
func NewNullableJsonPatch(val *JsonPatch) *NullableJsonPatch
func (NullableJsonPatch) Get ¶
func (v NullableJsonPatch) Get() *JsonPatch
func (NullableJsonPatch) IsSet ¶
func (v NullableJsonPatch) IsSet() bool
func (NullableJsonPatch) MarshalJSON ¶
func (v NullableJsonPatch) MarshalJSON() ([]byte, error)
func (*NullableJsonPatch) Set ¶
func (v *NullableJsonPatch) Set(val *JsonPatch)
func (*NullableJsonPatch) UnmarshalJSON ¶
func (v *NullableJsonPatch) UnmarshalJSON(src []byte) error
func (*NullableJsonPatch) Unset ¶
func (v *NullableJsonPatch) Unset()
type NullableJsonWebKey ¶
type NullableJsonWebKey struct {
// contains filtered or unexported fields
}
func NewNullableJsonWebKey ¶
func NewNullableJsonWebKey(val *JsonWebKey) *NullableJsonWebKey
func (NullableJsonWebKey) Get ¶
func (v NullableJsonWebKey) Get() *JsonWebKey
func (NullableJsonWebKey) IsSet ¶
func (v NullableJsonWebKey) IsSet() bool
func (NullableJsonWebKey) MarshalJSON ¶
func (v NullableJsonWebKey) MarshalJSON() ([]byte, error)
func (*NullableJsonWebKey) Set ¶
func (v *NullableJsonWebKey) Set(val *JsonWebKey)
func (*NullableJsonWebKey) UnmarshalJSON ¶
func (v *NullableJsonWebKey) UnmarshalJSON(src []byte) error
func (*NullableJsonWebKey) Unset ¶
func (v *NullableJsonWebKey) Unset()
type NullableJsonWebKeySet ¶
type NullableJsonWebKeySet struct {
// contains filtered or unexported fields
}
func NewNullableJsonWebKeySet ¶
func NewNullableJsonWebKeySet(val *JsonWebKeySet) *NullableJsonWebKeySet
func (NullableJsonWebKeySet) Get ¶
func (v NullableJsonWebKeySet) Get() *JsonWebKeySet
func (NullableJsonWebKeySet) IsSet ¶
func (v NullableJsonWebKeySet) IsSet() bool
func (NullableJsonWebKeySet) MarshalJSON ¶
func (v NullableJsonWebKeySet) MarshalJSON() ([]byte, error)
func (*NullableJsonWebKeySet) Set ¶
func (v *NullableJsonWebKeySet) Set(val *JsonWebKeySet)
func (*NullableJsonWebKeySet) UnmarshalJSON ¶
func (v *NullableJsonWebKeySet) UnmarshalJSON(src []byte) error
func (*NullableJsonWebKeySet) Unset ¶
func (v *NullableJsonWebKeySet) Unset()
type NullableKetoNamespace ¶
type NullableKetoNamespace struct {
// contains filtered or unexported fields
}
func NewNullableKetoNamespace ¶
func NewNullableKetoNamespace(val *KetoNamespace) *NullableKetoNamespace
func (NullableKetoNamespace) Get ¶
func (v NullableKetoNamespace) Get() *KetoNamespace
func (NullableKetoNamespace) IsSet ¶
func (v NullableKetoNamespace) IsSet() bool
func (NullableKetoNamespace) MarshalJSON ¶
func (v NullableKetoNamespace) MarshalJSON() ([]byte, error)
func (*NullableKetoNamespace) Set ¶
func (v *NullableKetoNamespace) Set(val *KetoNamespace)
func (*NullableKetoNamespace) UnmarshalJSON ¶
func (v *NullableKetoNamespace) UnmarshalJSON(src []byte) error
func (*NullableKetoNamespace) Unset ¶
func (v *NullableKetoNamespace) Unset()
type NullableLineItemV1 ¶ added in v1.11.10
type NullableLineItemV1 struct {
// contains filtered or unexported fields
}
func NewNullableLineItemV1 ¶ added in v1.11.10
func NewNullableLineItemV1(val *LineItemV1) *NullableLineItemV1
func (NullableLineItemV1) Get ¶ added in v1.11.10
func (v NullableLineItemV1) Get() *LineItemV1
func (NullableLineItemV1) IsSet ¶ added in v1.11.10
func (v NullableLineItemV1) IsSet() bool
func (NullableLineItemV1) MarshalJSON ¶ added in v1.11.10
func (v NullableLineItemV1) MarshalJSON() ([]byte, error)
func (*NullableLineItemV1) Set ¶ added in v1.11.10
func (v *NullableLineItemV1) Set(val *LineItemV1)
func (*NullableLineItemV1) UnmarshalJSON ¶ added in v1.11.10
func (v *NullableLineItemV1) UnmarshalJSON(src []byte) error
func (*NullableLineItemV1) Unset ¶ added in v1.11.10
func (v *NullableLineItemV1) Unset()
type NullableListEventStreams ¶ added in v1.5.0
type NullableListEventStreams struct {
// contains filtered or unexported fields
}
func NewNullableListEventStreams ¶ added in v1.5.0
func NewNullableListEventStreams(val *ListEventStreams) *NullableListEventStreams
func (NullableListEventStreams) Get ¶ added in v1.5.0
func (v NullableListEventStreams) Get() *ListEventStreams
func (NullableListEventStreams) IsSet ¶ added in v1.5.0
func (v NullableListEventStreams) IsSet() bool
func (NullableListEventStreams) MarshalJSON ¶ added in v1.5.0
func (v NullableListEventStreams) MarshalJSON() ([]byte, error)
func (*NullableListEventStreams) Set ¶ added in v1.5.0
func (v *NullableListEventStreams) Set(val *ListEventStreams)
func (*NullableListEventStreams) UnmarshalJSON ¶ added in v1.5.0
func (v *NullableListEventStreams) UnmarshalJSON(src []byte) error
func (*NullableListEventStreams) Unset ¶ added in v1.5.0
func (v *NullableListEventStreams) Unset()
type NullableListInvoicesResponse ¶ added in v1.11.10
type NullableListInvoicesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListInvoicesResponse ¶ added in v1.11.10
func NewNullableListInvoicesResponse(val *ListInvoicesResponse) *NullableListInvoicesResponse
func (NullableListInvoicesResponse) Get ¶ added in v1.11.10
func (v NullableListInvoicesResponse) Get() *ListInvoicesResponse
func (NullableListInvoicesResponse) IsSet ¶ added in v1.11.10
func (v NullableListInvoicesResponse) IsSet() bool
func (NullableListInvoicesResponse) MarshalJSON ¶ added in v1.11.10
func (v NullableListInvoicesResponse) MarshalJSON() ([]byte, error)
func (*NullableListInvoicesResponse) Set ¶ added in v1.11.10
func (v *NullableListInvoicesResponse) Set(val *ListInvoicesResponse)
func (*NullableListInvoicesResponse) UnmarshalJSON ¶ added in v1.11.10
func (v *NullableListInvoicesResponse) UnmarshalJSON(src []byte) error
func (*NullableListInvoicesResponse) Unset ¶ added in v1.11.10
func (v *NullableListInvoicesResponse) Unset()
type NullableListOrganizationsResponse ¶ added in v1.2.10
type NullableListOrganizationsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListOrganizationsResponse ¶ added in v1.2.10
func NewNullableListOrganizationsResponse(val *ListOrganizationsResponse) *NullableListOrganizationsResponse
func (NullableListOrganizationsResponse) Get ¶ added in v1.2.10
func (v NullableListOrganizationsResponse) Get() *ListOrganizationsResponse
func (NullableListOrganizationsResponse) IsSet ¶ added in v1.2.10
func (v NullableListOrganizationsResponse) IsSet() bool
func (NullableListOrganizationsResponse) MarshalJSON ¶ added in v1.2.10
func (v NullableListOrganizationsResponse) MarshalJSON() ([]byte, error)
func (*NullableListOrganizationsResponse) Set ¶ added in v1.2.10
func (v *NullableListOrganizationsResponse) Set(val *ListOrganizationsResponse)
func (*NullableListOrganizationsResponse) UnmarshalJSON ¶ added in v1.2.10
func (v *NullableListOrganizationsResponse) UnmarshalJSON(src []byte) error
func (*NullableListOrganizationsResponse) Unset ¶ added in v1.2.10
func (v *NullableListOrganizationsResponse) Unset()
type NullableListWorkspaceProjects ¶ added in v1.11.10
type NullableListWorkspaceProjects struct {
// contains filtered or unexported fields
}
func NewNullableListWorkspaceProjects ¶ added in v1.11.10
func NewNullableListWorkspaceProjects(val *ListWorkspaceProjects) *NullableListWorkspaceProjects
func (NullableListWorkspaceProjects) Get ¶ added in v1.11.10
func (v NullableListWorkspaceProjects) Get() *ListWorkspaceProjects
func (NullableListWorkspaceProjects) IsSet ¶ added in v1.11.10
func (v NullableListWorkspaceProjects) IsSet() bool
func (NullableListWorkspaceProjects) MarshalJSON ¶ added in v1.11.10
func (v NullableListWorkspaceProjects) MarshalJSON() ([]byte, error)
func (*NullableListWorkspaceProjects) Set ¶ added in v1.11.10
func (v *NullableListWorkspaceProjects) Set(val *ListWorkspaceProjects)
func (*NullableListWorkspaceProjects) UnmarshalJSON ¶ added in v1.11.10
func (v *NullableListWorkspaceProjects) UnmarshalJSON(src []byte) error
func (*NullableListWorkspaceProjects) Unset ¶ added in v1.11.10
func (v *NullableListWorkspaceProjects) Unset()
type NullableListWorkspaces ¶ added in v1.11.10
type NullableListWorkspaces struct {
// contains filtered or unexported fields
}
func NewNullableListWorkspaces ¶ added in v1.11.10
func NewNullableListWorkspaces(val *ListWorkspaces) *NullableListWorkspaces
func (NullableListWorkspaces) Get ¶ added in v1.11.10
func (v NullableListWorkspaces) Get() *ListWorkspaces
func (NullableListWorkspaces) IsSet ¶ added in v1.11.10
func (v NullableListWorkspaces) IsSet() bool
func (NullableListWorkspaces) MarshalJSON ¶ added in v1.11.10
func (v NullableListWorkspaces) MarshalJSON() ([]byte, error)
func (*NullableListWorkspaces) Set ¶ added in v1.11.10
func (v *NullableListWorkspaces) Set(val *ListWorkspaces)
func (*NullableListWorkspaces) UnmarshalJSON ¶ added in v1.11.10
func (v *NullableListWorkspaces) UnmarshalJSON(src []byte) error
func (*NullableListWorkspaces) Unset ¶ added in v1.11.10
func (v *NullableListWorkspaces) Unset()
type NullableLoginFlow ¶
type NullableLoginFlow struct {
// contains filtered or unexported fields
}
func NewNullableLoginFlow ¶
func NewNullableLoginFlow(val *LoginFlow) *NullableLoginFlow
func (NullableLoginFlow) Get ¶
func (v NullableLoginFlow) Get() *LoginFlow
func (NullableLoginFlow) IsSet ¶
func (v NullableLoginFlow) IsSet() bool
func (NullableLoginFlow) MarshalJSON ¶
func (v NullableLoginFlow) MarshalJSON() ([]byte, error)
func (*NullableLoginFlow) Set ¶
func (v *NullableLoginFlow) Set(val *LoginFlow)
func (*NullableLoginFlow) UnmarshalJSON ¶
func (v *NullableLoginFlow) UnmarshalJSON(src []byte) error
func (*NullableLoginFlow) Unset ¶
func (v *NullableLoginFlow) Unset()
type NullableLoginFlowState ¶ added in v1.2.0
type NullableLoginFlowState struct {
// contains filtered or unexported fields
}
func NewNullableLoginFlowState ¶ added in v1.2.0
func NewNullableLoginFlowState(val *LoginFlowState) *NullableLoginFlowState
func (NullableLoginFlowState) Get ¶ added in v1.2.0
func (v NullableLoginFlowState) Get() *LoginFlowState
func (NullableLoginFlowState) IsSet ¶ added in v1.2.0
func (v NullableLoginFlowState) IsSet() bool
func (NullableLoginFlowState) MarshalJSON ¶ added in v1.2.0
func (v NullableLoginFlowState) MarshalJSON() ([]byte, error)
func (*NullableLoginFlowState) Set ¶ added in v1.2.0
func (v *NullableLoginFlowState) Set(val *LoginFlowState)
func (*NullableLoginFlowState) UnmarshalJSON ¶ added in v1.2.0
func (v *NullableLoginFlowState) UnmarshalJSON(src []byte) error
func (*NullableLoginFlowState) Unset ¶ added in v1.2.0
func (v *NullableLoginFlowState) Unset()
type NullableLogoutFlow ¶
type NullableLogoutFlow struct {
// contains filtered or unexported fields
}
func NewNullableLogoutFlow ¶
func NewNullableLogoutFlow(val *LogoutFlow) *NullableLogoutFlow
func (NullableLogoutFlow) Get ¶
func (v NullableLogoutFlow) Get() *LogoutFlow
func (NullableLogoutFlow) IsSet ¶
func (v NullableLogoutFlow) IsSet() bool
func (NullableLogoutFlow) MarshalJSON ¶
func (v NullableLogoutFlow) MarshalJSON() ([]byte, error)
func (*NullableLogoutFlow) Set ¶
func (v *NullableLogoutFlow) Set(val *LogoutFlow)
func (*NullableLogoutFlow) UnmarshalJSON ¶
func (v *NullableLogoutFlow) UnmarshalJSON(src []byte) error
func (*NullableLogoutFlow) Unset ¶
func (v *NullableLogoutFlow) Unset()
type NullableManagedIdentitySchema ¶
type NullableManagedIdentitySchema struct {
// contains filtered or unexported fields
}
func NewNullableManagedIdentitySchema ¶
func NewNullableManagedIdentitySchema(val *ManagedIdentitySchema) *NullableManagedIdentitySchema
func (NullableManagedIdentitySchema) Get ¶
func (v NullableManagedIdentitySchema) Get() *ManagedIdentitySchema
func (NullableManagedIdentitySchema) IsSet ¶
func (v NullableManagedIdentitySchema) IsSet() bool
func (NullableManagedIdentitySchema) MarshalJSON ¶
func (v NullableManagedIdentitySchema) MarshalJSON() ([]byte, error)
func (*NullableManagedIdentitySchema) Set ¶
func (v *NullableManagedIdentitySchema) Set(val *ManagedIdentitySchema)
func (*NullableManagedIdentitySchema) UnmarshalJSON ¶
func (v *NullableManagedIdentitySchema) UnmarshalJSON(src []byte) error
func (*NullableManagedIdentitySchema) Unset ¶
func (v *NullableManagedIdentitySchema) Unset()
type NullableManagedIdentitySchemaValidationResult ¶
type NullableManagedIdentitySchemaValidationResult struct {
// contains filtered or unexported fields
}
func NewNullableManagedIdentitySchemaValidationResult ¶
func NewNullableManagedIdentitySchemaValidationResult(val *ManagedIdentitySchemaValidationResult) *NullableManagedIdentitySchemaValidationResult
func (NullableManagedIdentitySchemaValidationResult) IsSet ¶
func (v NullableManagedIdentitySchemaValidationResult) IsSet() bool
func (NullableManagedIdentitySchemaValidationResult) MarshalJSON ¶
func (v NullableManagedIdentitySchemaValidationResult) MarshalJSON() ([]byte, error)
func (*NullableManagedIdentitySchemaValidationResult) Set ¶
func (v *NullableManagedIdentitySchemaValidationResult) Set(val *ManagedIdentitySchemaValidationResult)
func (*NullableManagedIdentitySchemaValidationResult) UnmarshalJSON ¶
func (v *NullableManagedIdentitySchemaValidationResult) UnmarshalJSON(src []byte) error
func (*NullableManagedIdentitySchemaValidationResult) Unset ¶
func (v *NullableManagedIdentitySchemaValidationResult) Unset()
type NullableMemberInvite ¶ added in v1.1.44
type NullableMemberInvite struct {
// contains filtered or unexported fields
}
func NewNullableMemberInvite ¶ added in v1.1.44
func NewNullableMemberInvite(val *MemberInvite) *NullableMemberInvite
func (NullableMemberInvite) Get ¶ added in v1.1.44
func (v NullableMemberInvite) Get() *MemberInvite
func (NullableMemberInvite) IsSet ¶ added in v1.1.44
func (v NullableMemberInvite) IsSet() bool
func (NullableMemberInvite) MarshalJSON ¶ added in v1.1.44
func (v NullableMemberInvite) MarshalJSON() ([]byte, error)
func (*NullableMemberInvite) Set ¶ added in v1.1.44
func (v *NullableMemberInvite) Set(val *MemberInvite)
func (*NullableMemberInvite) UnmarshalJSON ¶ added in v1.1.44
func (v *NullableMemberInvite) UnmarshalJSON(src []byte) error
func (*NullableMemberInvite) Unset ¶ added in v1.1.44
func (v *NullableMemberInvite) Unset()
type NullableMessage ¶
type NullableMessage struct {
// contains filtered or unexported fields
}
func NewNullableMessage ¶
func NewNullableMessage(val *Message) *NullableMessage
func (NullableMessage) Get ¶
func (v NullableMessage) Get() *Message
func (NullableMessage) IsSet ¶
func (v NullableMessage) IsSet() bool
func (NullableMessage) MarshalJSON ¶
func (v NullableMessage) MarshalJSON() ([]byte, error)
func (*NullableMessage) Set ¶
func (v *NullableMessage) Set(val *Message)
func (*NullableMessage) UnmarshalJSON ¶
func (v *NullableMessage) UnmarshalJSON(src []byte) error
func (*NullableMessage) Unset ¶
func (v *NullableMessage) Unset()
type NullableMessageDispatch ¶ added in v1.1.1
type NullableMessageDispatch struct {
// contains filtered or unexported fields
}
func NewNullableMessageDispatch ¶ added in v1.1.1
func NewNullableMessageDispatch(val *MessageDispatch) *NullableMessageDispatch
func (NullableMessageDispatch) Get ¶ added in v1.1.1
func (v NullableMessageDispatch) Get() *MessageDispatch
func (NullableMessageDispatch) IsSet ¶ added in v1.1.1
func (v NullableMessageDispatch) IsSet() bool
func (NullableMessageDispatch) MarshalJSON ¶ added in v1.1.1
func (v NullableMessageDispatch) MarshalJSON() ([]byte, error)
func (*NullableMessageDispatch) Set ¶ added in v1.1.1
func (v *NullableMessageDispatch) Set(val *MessageDispatch)
func (*NullableMessageDispatch) UnmarshalJSON ¶ added in v1.1.1
func (v *NullableMessageDispatch) UnmarshalJSON(src []byte) error
func (*NullableMessageDispatch) Unset ¶ added in v1.1.1
func (v *NullableMessageDispatch) Unset()
type NullableMetricsDatapoint ¶ added in v1.1.34
type NullableMetricsDatapoint struct {
// contains filtered or unexported fields
}
func NewNullableMetricsDatapoint ¶ added in v1.1.34
func NewNullableMetricsDatapoint(val *MetricsDatapoint) *NullableMetricsDatapoint
func (NullableMetricsDatapoint) Get ¶ added in v1.1.34
func (v NullableMetricsDatapoint) Get() *MetricsDatapoint
func (NullableMetricsDatapoint) IsSet ¶ added in v1.1.34
func (v NullableMetricsDatapoint) IsSet() bool
func (NullableMetricsDatapoint) MarshalJSON ¶ added in v1.1.34
func (v NullableMetricsDatapoint) MarshalJSON() ([]byte, error)
func (*NullableMetricsDatapoint) Set ¶ added in v1.1.34
func (v *NullableMetricsDatapoint) Set(val *MetricsDatapoint)
func (*NullableMetricsDatapoint) UnmarshalJSON ¶ added in v1.1.34
func (v *NullableMetricsDatapoint) UnmarshalJSON(src []byte) error
func (*NullableMetricsDatapoint) Unset ¶ added in v1.1.34
func (v *NullableMetricsDatapoint) Unset()
type NullableMoney ¶ added in v1.11.10
type NullableMoney struct {
// contains filtered or unexported fields
}
func NewNullableMoney ¶ added in v1.11.10
func NewNullableMoney(val *Money) *NullableMoney
func (NullableMoney) Get ¶ added in v1.11.10
func (v NullableMoney) Get() *Money
func (NullableMoney) IsSet ¶ added in v1.11.10
func (v NullableMoney) IsSet() bool
func (NullableMoney) MarshalJSON ¶ added in v1.11.10
func (v NullableMoney) MarshalJSON() ([]byte, error)
func (*NullableMoney) Set ¶ added in v1.11.10
func (v *NullableMoney) Set(val *Money)
func (*NullableMoney) UnmarshalJSON ¶ added in v1.11.10
func (v *NullableMoney) UnmarshalJSON(src []byte) error
func (*NullableMoney) Unset ¶ added in v1.11.10
func (v *NullableMoney) Unset()
type NullableNamespace ¶
type NullableNamespace struct {
// contains filtered or unexported fields
}
func NewNullableNamespace ¶
func NewNullableNamespace(val *Namespace) *NullableNamespace
func (NullableNamespace) Get ¶
func (v NullableNamespace) Get() *Namespace
func (NullableNamespace) IsSet ¶
func (v NullableNamespace) IsSet() bool
func (NullableNamespace) MarshalJSON ¶
func (v NullableNamespace) MarshalJSON() ([]byte, error)
func (*NullableNamespace) Set ¶
func (v *NullableNamespace) Set(val *Namespace)
func (*NullableNamespace) UnmarshalJSON ¶
func (v *NullableNamespace) UnmarshalJSON(src []byte) error
func (*NullableNamespace) Unset ¶
func (v *NullableNamespace) Unset()
type NullableNeedsPrivilegedSessionError ¶
type NullableNeedsPrivilegedSessionError struct {
// contains filtered or unexported fields
}
func NewNullableNeedsPrivilegedSessionError ¶
func NewNullableNeedsPrivilegedSessionError(val *NeedsPrivilegedSessionError) *NullableNeedsPrivilegedSessionError
func (NullableNeedsPrivilegedSessionError) Get ¶
func (v NullableNeedsPrivilegedSessionError) Get() *NeedsPrivilegedSessionError
func (NullableNeedsPrivilegedSessionError) IsSet ¶
func (v NullableNeedsPrivilegedSessionError) IsSet() bool
func (NullableNeedsPrivilegedSessionError) MarshalJSON ¶
func (v NullableNeedsPrivilegedSessionError) MarshalJSON() ([]byte, error)
func (*NullableNeedsPrivilegedSessionError) Set ¶
func (v *NullableNeedsPrivilegedSessionError) Set(val *NeedsPrivilegedSessionError)
func (*NullableNeedsPrivilegedSessionError) UnmarshalJSON ¶
func (v *NullableNeedsPrivilegedSessionError) UnmarshalJSON(src []byte) error
func (*NullableNeedsPrivilegedSessionError) Unset ¶
func (v *NullableNeedsPrivilegedSessionError) Unset()
type NullableNormalizedProject ¶
type NullableNormalizedProject struct {
// contains filtered or unexported fields
}
func NewNullableNormalizedProject ¶
func NewNullableNormalizedProject(val *NormalizedProject) *NullableNormalizedProject
func (NullableNormalizedProject) Get ¶
func (v NullableNormalizedProject) Get() *NormalizedProject
func (NullableNormalizedProject) IsSet ¶
func (v NullableNormalizedProject) IsSet() bool
func (NullableNormalizedProject) MarshalJSON ¶
func (v NullableNormalizedProject) MarshalJSON() ([]byte, error)
func (*NullableNormalizedProject) Set ¶
func (v *NullableNormalizedProject) Set(val *NormalizedProject)
func (*NullableNormalizedProject) UnmarshalJSON ¶
func (v *NullableNormalizedProject) UnmarshalJSON(src []byte) error
func (*NullableNormalizedProject) Unset ¶
func (v *NullableNormalizedProject) Unset()
type NullableNormalizedProjectRevision ¶
type NullableNormalizedProjectRevision struct {
// contains filtered or unexported fields
}
func NewNullableNormalizedProjectRevision ¶
func NewNullableNormalizedProjectRevision(val *NormalizedProjectRevision) *NullableNormalizedProjectRevision
func (NullableNormalizedProjectRevision) Get ¶
func (v NullableNormalizedProjectRevision) Get() *NormalizedProjectRevision
func (NullableNormalizedProjectRevision) IsSet ¶
func (v NullableNormalizedProjectRevision) IsSet() bool
func (NullableNormalizedProjectRevision) MarshalJSON ¶
func (v NullableNormalizedProjectRevision) MarshalJSON() ([]byte, error)
func (*NullableNormalizedProjectRevision) Set ¶
func (v *NullableNormalizedProjectRevision) Set(val *NormalizedProjectRevision)
func (*NullableNormalizedProjectRevision) UnmarshalJSON ¶
func (v *NullableNormalizedProjectRevision) UnmarshalJSON(src []byte) error
func (*NullableNormalizedProjectRevision) Unset ¶
func (v *NullableNormalizedProjectRevision) Unset()
type NullableNormalizedProjectRevisionCourierChannel ¶ added in v1.5.0
type NullableNormalizedProjectRevisionCourierChannel struct {
// contains filtered or unexported fields
}
func NewNullableNormalizedProjectRevisionCourierChannel ¶ added in v1.5.0
func NewNullableNormalizedProjectRevisionCourierChannel(val *NormalizedProjectRevisionCourierChannel) *NullableNormalizedProjectRevisionCourierChannel
func (NullableNormalizedProjectRevisionCourierChannel) IsSet ¶ added in v1.5.0
func (v NullableNormalizedProjectRevisionCourierChannel) IsSet() bool
func (NullableNormalizedProjectRevisionCourierChannel) MarshalJSON ¶ added in v1.5.0
func (v NullableNormalizedProjectRevisionCourierChannel) MarshalJSON() ([]byte, error)
func (*NullableNormalizedProjectRevisionCourierChannel) UnmarshalJSON ¶ added in v1.5.0
func (v *NullableNormalizedProjectRevisionCourierChannel) UnmarshalJSON(src []byte) error
func (*NullableNormalizedProjectRevisionCourierChannel) Unset ¶ added in v1.5.0
func (v *NullableNormalizedProjectRevisionCourierChannel) Unset()
type NullableNormalizedProjectRevisionHook ¶
type NullableNormalizedProjectRevisionHook struct {
// contains filtered or unexported fields
}
func NewNullableNormalizedProjectRevisionHook ¶
func NewNullableNormalizedProjectRevisionHook(val *NormalizedProjectRevisionHook) *NullableNormalizedProjectRevisionHook
func (NullableNormalizedProjectRevisionHook) Get ¶
func (v NullableNormalizedProjectRevisionHook) Get() *NormalizedProjectRevisionHook
func (NullableNormalizedProjectRevisionHook) IsSet ¶
func (v NullableNormalizedProjectRevisionHook) IsSet() bool
func (NullableNormalizedProjectRevisionHook) MarshalJSON ¶
func (v NullableNormalizedProjectRevisionHook) MarshalJSON() ([]byte, error)
func (*NullableNormalizedProjectRevisionHook) Set ¶
func (v *NullableNormalizedProjectRevisionHook) Set(val *NormalizedProjectRevisionHook)
func (*NullableNormalizedProjectRevisionHook) UnmarshalJSON ¶
func (v *NullableNormalizedProjectRevisionHook) UnmarshalJSON(src []byte) error
func (*NullableNormalizedProjectRevisionHook) Unset ¶
func (v *NullableNormalizedProjectRevisionHook) Unset()
type NullableNormalizedProjectRevisionIdentitySchema ¶
type NullableNormalizedProjectRevisionIdentitySchema struct {
// contains filtered or unexported fields
}
func NewNullableNormalizedProjectRevisionIdentitySchema ¶
func NewNullableNormalizedProjectRevisionIdentitySchema(val *NormalizedProjectRevisionIdentitySchema) *NullableNormalizedProjectRevisionIdentitySchema
func (NullableNormalizedProjectRevisionIdentitySchema) IsSet ¶
func (v NullableNormalizedProjectRevisionIdentitySchema) IsSet() bool
func (NullableNormalizedProjectRevisionIdentitySchema) MarshalJSON ¶
func (v NullableNormalizedProjectRevisionIdentitySchema) MarshalJSON() ([]byte, error)
func (*NullableNormalizedProjectRevisionIdentitySchema) UnmarshalJSON ¶
func (v *NullableNormalizedProjectRevisionIdentitySchema) UnmarshalJSON(src []byte) error
func (*NullableNormalizedProjectRevisionIdentitySchema) Unset ¶
func (v *NullableNormalizedProjectRevisionIdentitySchema) Unset()
type NullableNormalizedProjectRevisionThirdPartyProvider ¶
type NullableNormalizedProjectRevisionThirdPartyProvider struct {
// contains filtered or unexported fields
}
func NewNullableNormalizedProjectRevisionThirdPartyProvider ¶
func NewNullableNormalizedProjectRevisionThirdPartyProvider(val *NormalizedProjectRevisionThirdPartyProvider) *NullableNormalizedProjectRevisionThirdPartyProvider
func (NullableNormalizedProjectRevisionThirdPartyProvider) IsSet ¶
func (v NullableNormalizedProjectRevisionThirdPartyProvider) IsSet() bool
func (NullableNormalizedProjectRevisionThirdPartyProvider) MarshalJSON ¶
func (v NullableNormalizedProjectRevisionThirdPartyProvider) MarshalJSON() ([]byte, error)
func (*NullableNormalizedProjectRevisionThirdPartyProvider) UnmarshalJSON ¶
func (v *NullableNormalizedProjectRevisionThirdPartyProvider) UnmarshalJSON(src []byte) error
func (*NullableNormalizedProjectRevisionThirdPartyProvider) Unset ¶
func (v *NullableNormalizedProjectRevisionThirdPartyProvider) Unset()
type NullableNormalizedProjectRevisionTokenizerTemplate ¶ added in v1.2.7
type NullableNormalizedProjectRevisionTokenizerTemplate struct {
// contains filtered or unexported fields
}
func NewNullableNormalizedProjectRevisionTokenizerTemplate ¶ added in v1.2.7
func NewNullableNormalizedProjectRevisionTokenizerTemplate(val *NormalizedProjectRevisionTokenizerTemplate) *NullableNormalizedProjectRevisionTokenizerTemplate
func (NullableNormalizedProjectRevisionTokenizerTemplate) IsSet ¶ added in v1.2.7
func (v NullableNormalizedProjectRevisionTokenizerTemplate) IsSet() bool
func (NullableNormalizedProjectRevisionTokenizerTemplate) MarshalJSON ¶ added in v1.2.7
func (v NullableNormalizedProjectRevisionTokenizerTemplate) MarshalJSON() ([]byte, error)
func (*NullableNormalizedProjectRevisionTokenizerTemplate) UnmarshalJSON ¶ added in v1.2.7
func (v *NullableNormalizedProjectRevisionTokenizerTemplate) UnmarshalJSON(src []byte) error
func (*NullableNormalizedProjectRevisionTokenizerTemplate) Unset ¶ added in v1.2.7
func (v *NullableNormalizedProjectRevisionTokenizerTemplate) Unset()
type NullableOAuth2Client ¶
type NullableOAuth2Client struct {
// contains filtered or unexported fields
}
func NewNullableOAuth2Client ¶
func NewNullableOAuth2Client(val *OAuth2Client) *NullableOAuth2Client
func (NullableOAuth2Client) Get ¶
func (v NullableOAuth2Client) Get() *OAuth2Client
func (NullableOAuth2Client) IsSet ¶
func (v NullableOAuth2Client) IsSet() bool
func (NullableOAuth2Client) MarshalJSON ¶
func (v NullableOAuth2Client) MarshalJSON() ([]byte, error)
func (*NullableOAuth2Client) Set ¶
func (v *NullableOAuth2Client) Set(val *OAuth2Client)
func (*NullableOAuth2Client) UnmarshalJSON ¶
func (v *NullableOAuth2Client) UnmarshalJSON(src []byte) error
func (*NullableOAuth2Client) Unset ¶
func (v *NullableOAuth2Client) Unset()
type NullableOAuth2ClientTokenLifespans ¶
type NullableOAuth2ClientTokenLifespans struct {
// contains filtered or unexported fields
}
func NewNullableOAuth2ClientTokenLifespans ¶
func NewNullableOAuth2ClientTokenLifespans(val *OAuth2ClientTokenLifespans) *NullableOAuth2ClientTokenLifespans
func (NullableOAuth2ClientTokenLifespans) Get ¶
func (v NullableOAuth2ClientTokenLifespans) Get() *OAuth2ClientTokenLifespans
func (NullableOAuth2ClientTokenLifespans) IsSet ¶
func (v NullableOAuth2ClientTokenLifespans) IsSet() bool
func (NullableOAuth2ClientTokenLifespans) MarshalJSON ¶
func (v NullableOAuth2ClientTokenLifespans) MarshalJSON() ([]byte, error)
func (*NullableOAuth2ClientTokenLifespans) Set ¶
func (v *NullableOAuth2ClientTokenLifespans) Set(val *OAuth2ClientTokenLifespans)
func (*NullableOAuth2ClientTokenLifespans) UnmarshalJSON ¶
func (v *NullableOAuth2ClientTokenLifespans) UnmarshalJSON(src []byte) error
func (*NullableOAuth2ClientTokenLifespans) Unset ¶
func (v *NullableOAuth2ClientTokenLifespans) Unset()
type NullableOAuth2ConsentRequest ¶
type NullableOAuth2ConsentRequest struct {
// contains filtered or unexported fields
}
func NewNullableOAuth2ConsentRequest ¶
func NewNullableOAuth2ConsentRequest(val *OAuth2ConsentRequest) *NullableOAuth2ConsentRequest
func (NullableOAuth2ConsentRequest) Get ¶
func (v NullableOAuth2ConsentRequest) Get() *OAuth2ConsentRequest
func (NullableOAuth2ConsentRequest) IsSet ¶
func (v NullableOAuth2ConsentRequest) IsSet() bool
func (NullableOAuth2ConsentRequest) MarshalJSON ¶
func (v NullableOAuth2ConsentRequest) MarshalJSON() ([]byte, error)
func (*NullableOAuth2ConsentRequest) Set ¶
func (v *NullableOAuth2ConsentRequest) Set(val *OAuth2ConsentRequest)
func (*NullableOAuth2ConsentRequest) UnmarshalJSON ¶
func (v *NullableOAuth2ConsentRequest) UnmarshalJSON(src []byte) error
func (*NullableOAuth2ConsentRequest) Unset ¶
func (v *NullableOAuth2ConsentRequest) Unset()
type NullableOAuth2ConsentRequestOpenIDConnectContext ¶
type NullableOAuth2ConsentRequestOpenIDConnectContext struct {
// contains filtered or unexported fields
}
func NewNullableOAuth2ConsentRequestOpenIDConnectContext ¶
func NewNullableOAuth2ConsentRequestOpenIDConnectContext(val *OAuth2ConsentRequestOpenIDConnectContext) *NullableOAuth2ConsentRequestOpenIDConnectContext
func (NullableOAuth2ConsentRequestOpenIDConnectContext) IsSet ¶
func (v NullableOAuth2ConsentRequestOpenIDConnectContext) IsSet() bool
func (NullableOAuth2ConsentRequestOpenIDConnectContext) MarshalJSON ¶
func (v NullableOAuth2ConsentRequestOpenIDConnectContext) MarshalJSON() ([]byte, error)
func (*NullableOAuth2ConsentRequestOpenIDConnectContext) UnmarshalJSON ¶
func (v *NullableOAuth2ConsentRequestOpenIDConnectContext) UnmarshalJSON(src []byte) error
func (*NullableOAuth2ConsentRequestOpenIDConnectContext) Unset ¶
func (v *NullableOAuth2ConsentRequestOpenIDConnectContext) Unset()
type NullableOAuth2ConsentSession ¶
type NullableOAuth2ConsentSession struct {
// contains filtered or unexported fields
}
func NewNullableOAuth2ConsentSession ¶
func NewNullableOAuth2ConsentSession(val *OAuth2ConsentSession) *NullableOAuth2ConsentSession
func (NullableOAuth2ConsentSession) Get ¶
func (v NullableOAuth2ConsentSession) Get() *OAuth2ConsentSession
func (NullableOAuth2ConsentSession) IsSet ¶
func (v NullableOAuth2ConsentSession) IsSet() bool
func (NullableOAuth2ConsentSession) MarshalJSON ¶
func (v NullableOAuth2ConsentSession) MarshalJSON() ([]byte, error)
func (*NullableOAuth2ConsentSession) Set ¶
func (v *NullableOAuth2ConsentSession) Set(val *OAuth2ConsentSession)
func (*NullableOAuth2ConsentSession) UnmarshalJSON ¶
func (v *NullableOAuth2ConsentSession) UnmarshalJSON(src []byte) error
func (*NullableOAuth2ConsentSession) Unset ¶
func (v *NullableOAuth2ConsentSession) Unset()
type NullableOAuth2ConsentSessionExpiresAt ¶
type NullableOAuth2ConsentSessionExpiresAt struct {
// contains filtered or unexported fields
}
func NewNullableOAuth2ConsentSessionExpiresAt ¶
func NewNullableOAuth2ConsentSessionExpiresAt(val *OAuth2ConsentSessionExpiresAt) *NullableOAuth2ConsentSessionExpiresAt
func (NullableOAuth2ConsentSessionExpiresAt) Get ¶
func (v NullableOAuth2ConsentSessionExpiresAt) Get() *OAuth2ConsentSessionExpiresAt
func (NullableOAuth2ConsentSessionExpiresAt) IsSet ¶
func (v NullableOAuth2ConsentSessionExpiresAt) IsSet() bool
func (NullableOAuth2ConsentSessionExpiresAt) MarshalJSON ¶
func (v NullableOAuth2ConsentSessionExpiresAt) MarshalJSON() ([]byte, error)
func (*NullableOAuth2ConsentSessionExpiresAt) Set ¶
func (v *NullableOAuth2ConsentSessionExpiresAt) Set(val *OAuth2ConsentSessionExpiresAt)
func (*NullableOAuth2ConsentSessionExpiresAt) UnmarshalJSON ¶
func (v *NullableOAuth2ConsentSessionExpiresAt) UnmarshalJSON(src []byte) error
func (*NullableOAuth2ConsentSessionExpiresAt) Unset ¶
func (v *NullableOAuth2ConsentSessionExpiresAt) Unset()
type NullableOAuth2LoginRequest ¶
type NullableOAuth2LoginRequest struct {
// contains filtered or unexported fields
}
func NewNullableOAuth2LoginRequest ¶
func NewNullableOAuth2LoginRequest(val *OAuth2LoginRequest) *NullableOAuth2LoginRequest
func (NullableOAuth2LoginRequest) Get ¶
func (v NullableOAuth2LoginRequest) Get() *OAuth2LoginRequest
func (NullableOAuth2LoginRequest) IsSet ¶
func (v NullableOAuth2LoginRequest) IsSet() bool
func (NullableOAuth2LoginRequest) MarshalJSON ¶
func (v NullableOAuth2LoginRequest) MarshalJSON() ([]byte, error)
func (*NullableOAuth2LoginRequest) Set ¶
func (v *NullableOAuth2LoginRequest) Set(val *OAuth2LoginRequest)
func (*NullableOAuth2LoginRequest) UnmarshalJSON ¶
func (v *NullableOAuth2LoginRequest) UnmarshalJSON(src []byte) error
func (*NullableOAuth2LoginRequest) Unset ¶
func (v *NullableOAuth2LoginRequest) Unset()
type NullableOAuth2LogoutRequest ¶
type NullableOAuth2LogoutRequest struct {
// contains filtered or unexported fields
}
func NewNullableOAuth2LogoutRequest ¶
func NewNullableOAuth2LogoutRequest(val *OAuth2LogoutRequest) *NullableOAuth2LogoutRequest
func (NullableOAuth2LogoutRequest) Get ¶
func (v NullableOAuth2LogoutRequest) Get() *OAuth2LogoutRequest
func (NullableOAuth2LogoutRequest) IsSet ¶
func (v NullableOAuth2LogoutRequest) IsSet() bool
func (NullableOAuth2LogoutRequest) MarshalJSON ¶
func (v NullableOAuth2LogoutRequest) MarshalJSON() ([]byte, error)
func (*NullableOAuth2LogoutRequest) Set ¶
func (v *NullableOAuth2LogoutRequest) Set(val *OAuth2LogoutRequest)
func (*NullableOAuth2LogoutRequest) UnmarshalJSON ¶
func (v *NullableOAuth2LogoutRequest) UnmarshalJSON(src []byte) error
func (*NullableOAuth2LogoutRequest) Unset ¶
func (v *NullableOAuth2LogoutRequest) Unset()
type NullableOAuth2RedirectTo ¶
type NullableOAuth2RedirectTo struct {
// contains filtered or unexported fields
}
func NewNullableOAuth2RedirectTo ¶
func NewNullableOAuth2RedirectTo(val *OAuth2RedirectTo) *NullableOAuth2RedirectTo
func (NullableOAuth2RedirectTo) Get ¶
func (v NullableOAuth2RedirectTo) Get() *OAuth2RedirectTo
func (NullableOAuth2RedirectTo) IsSet ¶
func (v NullableOAuth2RedirectTo) IsSet() bool
func (NullableOAuth2RedirectTo) MarshalJSON ¶
func (v NullableOAuth2RedirectTo) MarshalJSON() ([]byte, error)
func (*NullableOAuth2RedirectTo) Set ¶
func (v *NullableOAuth2RedirectTo) Set(val *OAuth2RedirectTo)
func (*NullableOAuth2RedirectTo) UnmarshalJSON ¶
func (v *NullableOAuth2RedirectTo) UnmarshalJSON(src []byte) error
func (*NullableOAuth2RedirectTo) Unset ¶
func (v *NullableOAuth2RedirectTo) Unset()
type NullableOAuth2TokenExchange ¶
type NullableOAuth2TokenExchange struct {
// contains filtered or unexported fields
}
func NewNullableOAuth2TokenExchange ¶
func NewNullableOAuth2TokenExchange(val *OAuth2TokenExchange) *NullableOAuth2TokenExchange
func (NullableOAuth2TokenExchange) Get ¶
func (v NullableOAuth2TokenExchange) Get() *OAuth2TokenExchange
func (NullableOAuth2TokenExchange) IsSet ¶
func (v NullableOAuth2TokenExchange) IsSet() bool
func (NullableOAuth2TokenExchange) MarshalJSON ¶
func (v NullableOAuth2TokenExchange) MarshalJSON() ([]byte, error)
func (*NullableOAuth2TokenExchange) Set ¶
func (v *NullableOAuth2TokenExchange) Set(val *OAuth2TokenExchange)
func (*NullableOAuth2TokenExchange) UnmarshalJSON ¶
func (v *NullableOAuth2TokenExchange) UnmarshalJSON(src []byte) error
func (*NullableOAuth2TokenExchange) Unset ¶
func (v *NullableOAuth2TokenExchange) Unset()
type NullableOidcConfiguration ¶
type NullableOidcConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableOidcConfiguration ¶
func NewNullableOidcConfiguration(val *OidcConfiguration) *NullableOidcConfiguration
func (NullableOidcConfiguration) Get ¶
func (v NullableOidcConfiguration) Get() *OidcConfiguration
func (NullableOidcConfiguration) IsSet ¶
func (v NullableOidcConfiguration) IsSet() bool
func (NullableOidcConfiguration) MarshalJSON ¶
func (v NullableOidcConfiguration) MarshalJSON() ([]byte, error)
func (*NullableOidcConfiguration) Set ¶
func (v *NullableOidcConfiguration) Set(val *OidcConfiguration)
func (*NullableOidcConfiguration) UnmarshalJSON ¶
func (v *NullableOidcConfiguration) UnmarshalJSON(src []byte) error
func (*NullableOidcConfiguration) Unset ¶
func (v *NullableOidcConfiguration) Unset()
type NullableOidcUserInfo ¶
type NullableOidcUserInfo struct {
// contains filtered or unexported fields
}
func NewNullableOidcUserInfo ¶
func NewNullableOidcUserInfo(val *OidcUserInfo) *NullableOidcUserInfo
func (NullableOidcUserInfo) Get ¶
func (v NullableOidcUserInfo) Get() *OidcUserInfo
func (NullableOidcUserInfo) IsSet ¶
func (v NullableOidcUserInfo) IsSet() bool
func (NullableOidcUserInfo) MarshalJSON ¶
func (v NullableOidcUserInfo) MarshalJSON() ([]byte, error)
func (*NullableOidcUserInfo) Set ¶
func (v *NullableOidcUserInfo) Set(val *OidcUserInfo)
func (*NullableOidcUserInfo) UnmarshalJSON ¶
func (v *NullableOidcUserInfo) UnmarshalJSON(src []byte) error
func (*NullableOidcUserInfo) Unset ¶
func (v *NullableOidcUserInfo) Unset()
type NullableOrganization ¶ added in v1.2.10
type NullableOrganization struct {
// contains filtered or unexported fields
}
func NewNullableOrganization ¶ added in v1.2.10
func NewNullableOrganization(val *Organization) *NullableOrganization
func (NullableOrganization) Get ¶ added in v1.2.10
func (v NullableOrganization) Get() *Organization
func (NullableOrganization) IsSet ¶ added in v1.2.10
func (v NullableOrganization) IsSet() bool
func (NullableOrganization) MarshalJSON ¶ added in v1.2.10
func (v NullableOrganization) MarshalJSON() ([]byte, error)
func (*NullableOrganization) Set ¶ added in v1.2.10
func (v *NullableOrganization) Set(val *Organization)
func (*NullableOrganization) UnmarshalJSON ¶ added in v1.2.10
func (v *NullableOrganization) UnmarshalJSON(src []byte) error
func (*NullableOrganization) Unset ¶ added in v1.2.10
func (v *NullableOrganization) Unset()
type NullableOrganizationBody ¶ added in v1.2.10
type NullableOrganizationBody struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationBody ¶ added in v1.2.10
func NewNullableOrganizationBody(val *OrganizationBody) *NullableOrganizationBody
func (NullableOrganizationBody) Get ¶ added in v1.2.10
func (v NullableOrganizationBody) Get() *OrganizationBody
func (NullableOrganizationBody) IsSet ¶ added in v1.2.10
func (v NullableOrganizationBody) IsSet() bool
func (NullableOrganizationBody) MarshalJSON ¶ added in v1.2.10
func (v NullableOrganizationBody) MarshalJSON() ([]byte, error)
func (*NullableOrganizationBody) Set ¶ added in v1.2.10
func (v *NullableOrganizationBody) Set(val *OrganizationBody)
func (*NullableOrganizationBody) UnmarshalJSON ¶ added in v1.2.10
func (v *NullableOrganizationBody) UnmarshalJSON(src []byte) error
func (*NullableOrganizationBody) Unset ¶ added in v1.2.10
func (v *NullableOrganizationBody) Unset()
type NullablePagination ¶
type NullablePagination struct {
// contains filtered or unexported fields
}
func NewNullablePagination ¶
func NewNullablePagination(val *Pagination) *NullablePagination
func (NullablePagination) Get ¶
func (v NullablePagination) Get() *Pagination
func (NullablePagination) IsSet ¶
func (v NullablePagination) IsSet() bool
func (NullablePagination) MarshalJSON ¶
func (v NullablePagination) MarshalJSON() ([]byte, error)
func (*NullablePagination) Set ¶
func (v *NullablePagination) Set(val *Pagination)
func (*NullablePagination) UnmarshalJSON ¶
func (v *NullablePagination) UnmarshalJSON(src []byte) error
func (*NullablePagination) Unset ¶
func (v *NullablePagination) Unset()
type NullablePaginationHeaders ¶
type NullablePaginationHeaders struct {
// contains filtered or unexported fields
}
func NewNullablePaginationHeaders ¶
func NewNullablePaginationHeaders(val *PaginationHeaders) *NullablePaginationHeaders
func (NullablePaginationHeaders) Get ¶
func (v NullablePaginationHeaders) Get() *PaginationHeaders
func (NullablePaginationHeaders) IsSet ¶
func (v NullablePaginationHeaders) IsSet() bool
func (NullablePaginationHeaders) MarshalJSON ¶
func (v NullablePaginationHeaders) MarshalJSON() ([]byte, error)
func (*NullablePaginationHeaders) Set ¶
func (v *NullablePaginationHeaders) Set(val *PaginationHeaders)
func (*NullablePaginationHeaders) UnmarshalJSON ¶
func (v *NullablePaginationHeaders) UnmarshalJSON(src []byte) error
func (*NullablePaginationHeaders) Unset ¶
func (v *NullablePaginationHeaders) Unset()
type NullableParseError ¶
type NullableParseError struct {
// contains filtered or unexported fields
}
func NewNullableParseError ¶
func NewNullableParseError(val *ParseError) *NullableParseError
func (NullableParseError) Get ¶
func (v NullableParseError) Get() *ParseError
func (NullableParseError) IsSet ¶
func (v NullableParseError) IsSet() bool
func (NullableParseError) MarshalJSON ¶
func (v NullableParseError) MarshalJSON() ([]byte, error)
func (*NullableParseError) Set ¶
func (v *NullableParseError) Set(val *ParseError)
func (*NullableParseError) UnmarshalJSON ¶
func (v *NullableParseError) UnmarshalJSON(src []byte) error
func (*NullableParseError) Unset ¶
func (v *NullableParseError) Unset()
type NullablePatchIdentitiesBody ¶ added in v1.1.24
type NullablePatchIdentitiesBody struct {
// contains filtered or unexported fields
}
func NewNullablePatchIdentitiesBody ¶ added in v1.1.24
func NewNullablePatchIdentitiesBody(val *PatchIdentitiesBody) *NullablePatchIdentitiesBody
func (NullablePatchIdentitiesBody) Get ¶ added in v1.1.24
func (v NullablePatchIdentitiesBody) Get() *PatchIdentitiesBody
func (NullablePatchIdentitiesBody) IsSet ¶ added in v1.1.24
func (v NullablePatchIdentitiesBody) IsSet() bool
func (NullablePatchIdentitiesBody) MarshalJSON ¶ added in v1.1.24
func (v NullablePatchIdentitiesBody) MarshalJSON() ([]byte, error)
func (*NullablePatchIdentitiesBody) Set ¶ added in v1.1.24
func (v *NullablePatchIdentitiesBody) Set(val *PatchIdentitiesBody)
func (*NullablePatchIdentitiesBody) UnmarshalJSON ¶ added in v1.1.24
func (v *NullablePatchIdentitiesBody) UnmarshalJSON(src []byte) error
func (*NullablePatchIdentitiesBody) Unset ¶ added in v1.1.24
func (v *NullablePatchIdentitiesBody) Unset()
type NullablePerformNativeLogoutBody ¶
type NullablePerformNativeLogoutBody struct {
// contains filtered or unexported fields
}
func NewNullablePerformNativeLogoutBody ¶
func NewNullablePerformNativeLogoutBody(val *PerformNativeLogoutBody) *NullablePerformNativeLogoutBody
func (NullablePerformNativeLogoutBody) Get ¶
func (v NullablePerformNativeLogoutBody) Get() *PerformNativeLogoutBody
func (NullablePerformNativeLogoutBody) IsSet ¶
func (v NullablePerformNativeLogoutBody) IsSet() bool
func (NullablePerformNativeLogoutBody) MarshalJSON ¶
func (v NullablePerformNativeLogoutBody) MarshalJSON() ([]byte, error)
func (*NullablePerformNativeLogoutBody) Set ¶
func (v *NullablePerformNativeLogoutBody) Set(val *PerformNativeLogoutBody)
func (*NullablePerformNativeLogoutBody) UnmarshalJSON ¶
func (v *NullablePerformNativeLogoutBody) UnmarshalJSON(src []byte) error
func (*NullablePerformNativeLogoutBody) Unset ¶
func (v *NullablePerformNativeLogoutBody) Unset()
type NullablePermissionsOnWorkspace ¶ added in v1.11.10
type NullablePermissionsOnWorkspace struct {
// contains filtered or unexported fields
}
func NewNullablePermissionsOnWorkspace ¶ added in v1.11.10
func NewNullablePermissionsOnWorkspace(val *PermissionsOnWorkspace) *NullablePermissionsOnWorkspace
func (NullablePermissionsOnWorkspace) Get ¶ added in v1.11.10
func (v NullablePermissionsOnWorkspace) Get() *PermissionsOnWorkspace
func (NullablePermissionsOnWorkspace) IsSet ¶ added in v1.11.10
func (v NullablePermissionsOnWorkspace) IsSet() bool
func (NullablePermissionsOnWorkspace) MarshalJSON ¶ added in v1.11.10
func (v NullablePermissionsOnWorkspace) MarshalJSON() ([]byte, error)
func (*NullablePermissionsOnWorkspace) Set ¶ added in v1.11.10
func (v *NullablePermissionsOnWorkspace) Set(val *PermissionsOnWorkspace)
func (*NullablePermissionsOnWorkspace) UnmarshalJSON ¶ added in v1.11.10
func (v *NullablePermissionsOnWorkspace) UnmarshalJSON(src []byte) error
func (*NullablePermissionsOnWorkspace) Unset ¶ added in v1.11.10
func (v *NullablePermissionsOnWorkspace) Unset()
type NullablePlan ¶ added in v1.1.22
type NullablePlan struct {
// contains filtered or unexported fields
}
func NewNullablePlan ¶ added in v1.1.22
func NewNullablePlan(val *Plan) *NullablePlan
func (NullablePlan) Get ¶ added in v1.1.22
func (v NullablePlan) Get() *Plan
func (NullablePlan) IsSet ¶ added in v1.1.22
func (v NullablePlan) IsSet() bool
func (NullablePlan) MarshalJSON ¶ added in v1.1.22
func (v NullablePlan) MarshalJSON() ([]byte, error)
func (*NullablePlan) Set ¶ added in v1.1.22
func (v *NullablePlan) Set(val *Plan)
func (*NullablePlan) UnmarshalJSON ¶ added in v1.1.22
func (v *NullablePlan) UnmarshalJSON(src []byte) error
func (*NullablePlan) Unset ¶ added in v1.1.22
func (v *NullablePlan) Unset()
type NullablePlanDetails ¶ added in v1.1.22
type NullablePlanDetails struct {
// contains filtered or unexported fields
}
func NewNullablePlanDetails ¶ added in v1.1.22
func NewNullablePlanDetails(val *PlanDetails) *NullablePlanDetails
func (NullablePlanDetails) Get ¶ added in v1.1.22
func (v NullablePlanDetails) Get() *PlanDetails
func (NullablePlanDetails) IsSet ¶ added in v1.1.22
func (v NullablePlanDetails) IsSet() bool
func (NullablePlanDetails) MarshalJSON ¶ added in v1.1.22
func (v NullablePlanDetails) MarshalJSON() ([]byte, error)
func (*NullablePlanDetails) Set ¶ added in v1.1.22
func (v *NullablePlanDetails) Set(val *PlanDetails)
func (*NullablePlanDetails) UnmarshalJSON ¶ added in v1.1.22
func (v *NullablePlanDetails) UnmarshalJSON(src []byte) error
func (*NullablePlanDetails) Unset ¶ added in v1.1.22
func (v *NullablePlanDetails) Unset()
type NullablePostCheckPermissionBody ¶
type NullablePostCheckPermissionBody struct {
// contains filtered or unexported fields
}
func NewNullablePostCheckPermissionBody ¶
func NewNullablePostCheckPermissionBody(val *PostCheckPermissionBody) *NullablePostCheckPermissionBody
func (NullablePostCheckPermissionBody) Get ¶
func (v NullablePostCheckPermissionBody) Get() *PostCheckPermissionBody
func (NullablePostCheckPermissionBody) IsSet ¶
func (v NullablePostCheckPermissionBody) IsSet() bool
func (NullablePostCheckPermissionBody) MarshalJSON ¶
func (v NullablePostCheckPermissionBody) MarshalJSON() ([]byte, error)
func (*NullablePostCheckPermissionBody) Set ¶
func (v *NullablePostCheckPermissionBody) Set(val *PostCheckPermissionBody)
func (*NullablePostCheckPermissionBody) UnmarshalJSON ¶
func (v *NullablePostCheckPermissionBody) UnmarshalJSON(src []byte) error
func (*NullablePostCheckPermissionBody) Unset ¶
func (v *NullablePostCheckPermissionBody) Unset()
type NullablePostCheckPermissionOrErrorBody ¶
type NullablePostCheckPermissionOrErrorBody struct {
// contains filtered or unexported fields
}
func NewNullablePostCheckPermissionOrErrorBody ¶
func NewNullablePostCheckPermissionOrErrorBody(val *PostCheckPermissionOrErrorBody) *NullablePostCheckPermissionOrErrorBody
func (NullablePostCheckPermissionOrErrorBody) Get ¶
func (v NullablePostCheckPermissionOrErrorBody) Get() *PostCheckPermissionOrErrorBody
func (NullablePostCheckPermissionOrErrorBody) IsSet ¶
func (v NullablePostCheckPermissionOrErrorBody) IsSet() bool
func (NullablePostCheckPermissionOrErrorBody) MarshalJSON ¶
func (v NullablePostCheckPermissionOrErrorBody) MarshalJSON() ([]byte, error)
func (*NullablePostCheckPermissionOrErrorBody) Set ¶
func (v *NullablePostCheckPermissionOrErrorBody) Set(val *PostCheckPermissionOrErrorBody)
func (*NullablePostCheckPermissionOrErrorBody) UnmarshalJSON ¶
func (v *NullablePostCheckPermissionOrErrorBody) UnmarshalJSON(src []byte) error
func (*NullablePostCheckPermissionOrErrorBody) Unset ¶
func (v *NullablePostCheckPermissionOrErrorBody) Unset()
type NullableProject ¶
type NullableProject struct {
// contains filtered or unexported fields
}
func NewNullableProject ¶
func NewNullableProject(val *Project) *NullableProject
func (NullableProject) Get ¶
func (v NullableProject) Get() *Project
func (NullableProject) IsSet ¶
func (v NullableProject) IsSet() bool
func (NullableProject) MarshalJSON ¶
func (v NullableProject) MarshalJSON() ([]byte, error)
func (*NullableProject) Set ¶
func (v *NullableProject) Set(val *Project)
func (*NullableProject) UnmarshalJSON ¶
func (v *NullableProject) UnmarshalJSON(src []byte) error
func (*NullableProject) Unset ¶
func (v *NullableProject) Unset()
type NullableProjectApiKey ¶
type NullableProjectApiKey struct {
// contains filtered or unexported fields
}
func NewNullableProjectApiKey ¶
func NewNullableProjectApiKey(val *ProjectApiKey) *NullableProjectApiKey
func (NullableProjectApiKey) Get ¶
func (v NullableProjectApiKey) Get() *ProjectApiKey
func (NullableProjectApiKey) IsSet ¶
func (v NullableProjectApiKey) IsSet() bool
func (NullableProjectApiKey) MarshalJSON ¶
func (v NullableProjectApiKey) MarshalJSON() ([]byte, error)
func (*NullableProjectApiKey) Set ¶
func (v *NullableProjectApiKey) Set(val *ProjectApiKey)
func (*NullableProjectApiKey) UnmarshalJSON ¶
func (v *NullableProjectApiKey) UnmarshalJSON(src []byte) error
func (*NullableProjectApiKey) Unset ¶
func (v *NullableProjectApiKey) Unset()
type NullableProjectBranding ¶ added in v1.1.2
type NullableProjectBranding struct {
// contains filtered or unexported fields
}
func NewNullableProjectBranding ¶ added in v1.1.2
func NewNullableProjectBranding(val *ProjectBranding) *NullableProjectBranding
func (NullableProjectBranding) Get ¶ added in v1.1.2
func (v NullableProjectBranding) Get() *ProjectBranding
func (NullableProjectBranding) IsSet ¶ added in v1.1.2
func (v NullableProjectBranding) IsSet() bool
func (NullableProjectBranding) MarshalJSON ¶ added in v1.1.2
func (v NullableProjectBranding) MarshalJSON() ([]byte, error)
func (*NullableProjectBranding) Set ¶ added in v1.1.2
func (v *NullableProjectBranding) Set(val *ProjectBranding)
func (*NullableProjectBranding) UnmarshalJSON ¶ added in v1.1.2
func (v *NullableProjectBranding) UnmarshalJSON(src []byte) error
func (*NullableProjectBranding) Unset ¶ added in v1.1.2
func (v *NullableProjectBranding) Unset()
type NullableProjectBrandingColors ¶ added in v1.1.2
type NullableProjectBrandingColors struct {
// contains filtered or unexported fields
}
func NewNullableProjectBrandingColors ¶ added in v1.1.2
func NewNullableProjectBrandingColors(val *ProjectBrandingColors) *NullableProjectBrandingColors
func (NullableProjectBrandingColors) Get ¶ added in v1.1.2
func (v NullableProjectBrandingColors) Get() *ProjectBrandingColors
func (NullableProjectBrandingColors) IsSet ¶ added in v1.1.2
func (v NullableProjectBrandingColors) IsSet() bool
func (NullableProjectBrandingColors) MarshalJSON ¶ added in v1.1.2
func (v NullableProjectBrandingColors) MarshalJSON() ([]byte, error)
func (*NullableProjectBrandingColors) Set ¶ added in v1.1.2
func (v *NullableProjectBrandingColors) Set(val *ProjectBrandingColors)
func (*NullableProjectBrandingColors) UnmarshalJSON ¶ added in v1.1.2
func (v *NullableProjectBrandingColors) UnmarshalJSON(src []byte) error
func (*NullableProjectBrandingColors) Unset ¶ added in v1.1.2
func (v *NullableProjectBrandingColors) Unset()
type NullableProjectBrandingTheme ¶ added in v1.1.2
type NullableProjectBrandingTheme struct {
// contains filtered or unexported fields
}
func NewNullableProjectBrandingTheme ¶ added in v1.1.2
func NewNullableProjectBrandingTheme(val *ProjectBrandingTheme) *NullableProjectBrandingTheme
func (NullableProjectBrandingTheme) Get ¶ added in v1.1.2
func (v NullableProjectBrandingTheme) Get() *ProjectBrandingTheme
func (NullableProjectBrandingTheme) IsSet ¶ added in v1.1.2
func (v NullableProjectBrandingTheme) IsSet() bool
func (NullableProjectBrandingTheme) MarshalJSON ¶ added in v1.1.2
func (v NullableProjectBrandingTheme) MarshalJSON() ([]byte, error)
func (*NullableProjectBrandingTheme) Set ¶ added in v1.1.2
func (v *NullableProjectBrandingTheme) Set(val *ProjectBrandingTheme)
func (*NullableProjectBrandingTheme) UnmarshalJSON ¶ added in v1.1.2
func (v *NullableProjectBrandingTheme) UnmarshalJSON(src []byte) error
func (*NullableProjectBrandingTheme) Unset ¶ added in v1.1.2
func (v *NullableProjectBrandingTheme) Unset()
type NullableProjectCors ¶ added in v1.2.14
type NullableProjectCors struct {
// contains filtered or unexported fields
}
func NewNullableProjectCors ¶ added in v1.2.14
func NewNullableProjectCors(val *ProjectCors) *NullableProjectCors
func (NullableProjectCors) Get ¶ added in v1.2.14
func (v NullableProjectCors) Get() *ProjectCors
func (NullableProjectCors) IsSet ¶ added in v1.2.14
func (v NullableProjectCors) IsSet() bool
func (NullableProjectCors) MarshalJSON ¶ added in v1.2.14
func (v NullableProjectCors) MarshalJSON() ([]byte, error)
func (*NullableProjectCors) Set ¶ added in v1.2.14
func (v *NullableProjectCors) Set(val *ProjectCors)
func (*NullableProjectCors) UnmarshalJSON ¶ added in v1.2.14
func (v *NullableProjectCors) UnmarshalJSON(src []byte) error
func (*NullableProjectCors) Unset ¶ added in v1.2.14
func (v *NullableProjectCors) Unset()
type NullableProjectEventsDatapoint ¶ added in v1.4.8
type NullableProjectEventsDatapoint struct {
// contains filtered or unexported fields
}
func NewNullableProjectEventsDatapoint ¶ added in v1.4.8
func NewNullableProjectEventsDatapoint(val *ProjectEventsDatapoint) *NullableProjectEventsDatapoint
func (NullableProjectEventsDatapoint) Get ¶ added in v1.4.8
func (v NullableProjectEventsDatapoint) Get() *ProjectEventsDatapoint
func (NullableProjectEventsDatapoint) IsSet ¶ added in v1.4.8
func (v NullableProjectEventsDatapoint) IsSet() bool
func (NullableProjectEventsDatapoint) MarshalJSON ¶ added in v1.4.8
func (v NullableProjectEventsDatapoint) MarshalJSON() ([]byte, error)
func (*NullableProjectEventsDatapoint) Set ¶ added in v1.4.8
func (v *NullableProjectEventsDatapoint) Set(val *ProjectEventsDatapoint)
func (*NullableProjectEventsDatapoint) UnmarshalJSON ¶ added in v1.4.8
func (v *NullableProjectEventsDatapoint) UnmarshalJSON(src []byte) error
func (*NullableProjectEventsDatapoint) Unset ¶ added in v1.4.8
func (v *NullableProjectEventsDatapoint) Unset()
type NullableProjectHost ¶
type NullableProjectHost struct {
// contains filtered or unexported fields
}
func NewNullableProjectHost ¶
func NewNullableProjectHost(val *ProjectHost) *NullableProjectHost
func (NullableProjectHost) Get ¶
func (v NullableProjectHost) Get() *ProjectHost
func (NullableProjectHost) IsSet ¶
func (v NullableProjectHost) IsSet() bool
func (NullableProjectHost) MarshalJSON ¶
func (v NullableProjectHost) MarshalJSON() ([]byte, error)
func (*NullableProjectHost) Set ¶
func (v *NullableProjectHost) Set(val *ProjectHost)
func (*NullableProjectHost) UnmarshalJSON ¶
func (v *NullableProjectHost) UnmarshalJSON(src []byte) error
func (*NullableProjectHost) Unset ¶
func (v *NullableProjectHost) Unset()
type NullableProjectMember ¶ added in v1.8.0
type NullableProjectMember struct {
// contains filtered or unexported fields
}
func NewNullableProjectMember ¶ added in v1.8.0
func NewNullableProjectMember(val *ProjectMember) *NullableProjectMember
func (NullableProjectMember) Get ¶ added in v1.8.0
func (v NullableProjectMember) Get() *ProjectMember
func (NullableProjectMember) IsSet ¶ added in v1.8.0
func (v NullableProjectMember) IsSet() bool
func (NullableProjectMember) MarshalJSON ¶ added in v1.8.0
func (v NullableProjectMember) MarshalJSON() ([]byte, error)
func (*NullableProjectMember) Set ¶ added in v1.8.0
func (v *NullableProjectMember) Set(val *ProjectMember)
func (*NullableProjectMember) UnmarshalJSON ¶ added in v1.8.0
func (v *NullableProjectMember) UnmarshalJSON(src []byte) error
func (*NullableProjectMember) Unset ¶ added in v1.8.0
func (v *NullableProjectMember) Unset()
type NullableProjectMetadata ¶
type NullableProjectMetadata struct {
// contains filtered or unexported fields
}
func NewNullableProjectMetadata ¶
func NewNullableProjectMetadata(val *ProjectMetadata) *NullableProjectMetadata
func (NullableProjectMetadata) Get ¶
func (v NullableProjectMetadata) Get() *ProjectMetadata
func (NullableProjectMetadata) IsSet ¶
func (v NullableProjectMetadata) IsSet() bool
func (NullableProjectMetadata) MarshalJSON ¶
func (v NullableProjectMetadata) MarshalJSON() ([]byte, error)
func (*NullableProjectMetadata) Set ¶
func (v *NullableProjectMetadata) Set(val *ProjectMetadata)
func (*NullableProjectMetadata) UnmarshalJSON ¶
func (v *NullableProjectMetadata) UnmarshalJSON(src []byte) error
func (*NullableProjectMetadata) Unset ¶
func (v *NullableProjectMetadata) Unset()
type NullableProjectServiceIdentity ¶
type NullableProjectServiceIdentity struct {
// contains filtered or unexported fields
}
func NewNullableProjectServiceIdentity ¶
func NewNullableProjectServiceIdentity(val *ProjectServiceIdentity) *NullableProjectServiceIdentity
func (NullableProjectServiceIdentity) Get ¶
func (v NullableProjectServiceIdentity) Get() *ProjectServiceIdentity
func (NullableProjectServiceIdentity) IsSet ¶
func (v NullableProjectServiceIdentity) IsSet() bool
func (NullableProjectServiceIdentity) MarshalJSON ¶
func (v NullableProjectServiceIdentity) MarshalJSON() ([]byte, error)
func (*NullableProjectServiceIdentity) Set ¶
func (v *NullableProjectServiceIdentity) Set(val *ProjectServiceIdentity)
func (*NullableProjectServiceIdentity) UnmarshalJSON ¶
func (v *NullableProjectServiceIdentity) UnmarshalJSON(src []byte) error
func (*NullableProjectServiceIdentity) Unset ¶
func (v *NullableProjectServiceIdentity) Unset()
type NullableProjectServiceOAuth2 ¶
type NullableProjectServiceOAuth2 struct {
// contains filtered or unexported fields
}
func NewNullableProjectServiceOAuth2 ¶
func NewNullableProjectServiceOAuth2(val *ProjectServiceOAuth2) *NullableProjectServiceOAuth2
func (NullableProjectServiceOAuth2) Get ¶
func (v NullableProjectServiceOAuth2) Get() *ProjectServiceOAuth2
func (NullableProjectServiceOAuth2) IsSet ¶
func (v NullableProjectServiceOAuth2) IsSet() bool
func (NullableProjectServiceOAuth2) MarshalJSON ¶
func (v NullableProjectServiceOAuth2) MarshalJSON() ([]byte, error)
func (*NullableProjectServiceOAuth2) Set ¶
func (v *NullableProjectServiceOAuth2) Set(val *ProjectServiceOAuth2)
func (*NullableProjectServiceOAuth2) UnmarshalJSON ¶
func (v *NullableProjectServiceOAuth2) UnmarshalJSON(src []byte) error
func (*NullableProjectServiceOAuth2) Unset ¶
func (v *NullableProjectServiceOAuth2) Unset()
type NullableProjectServicePermission ¶
type NullableProjectServicePermission struct {
// contains filtered or unexported fields
}
func NewNullableProjectServicePermission ¶
func NewNullableProjectServicePermission(val *ProjectServicePermission) *NullableProjectServicePermission
func (NullableProjectServicePermission) Get ¶
func (v NullableProjectServicePermission) Get() *ProjectServicePermission
func (NullableProjectServicePermission) IsSet ¶
func (v NullableProjectServicePermission) IsSet() bool
func (NullableProjectServicePermission) MarshalJSON ¶
func (v NullableProjectServicePermission) MarshalJSON() ([]byte, error)
func (*NullableProjectServicePermission) Set ¶
func (v *NullableProjectServicePermission) Set(val *ProjectServicePermission)
func (*NullableProjectServicePermission) UnmarshalJSON ¶
func (v *NullableProjectServicePermission) UnmarshalJSON(src []byte) error
func (*NullableProjectServicePermission) Unset ¶
func (v *NullableProjectServicePermission) Unset()
type NullableProjectServices ¶
type NullableProjectServices struct {
// contains filtered or unexported fields
}
func NewNullableProjectServices ¶
func NewNullableProjectServices(val *ProjectServices) *NullableProjectServices
func (NullableProjectServices) Get ¶
func (v NullableProjectServices) Get() *ProjectServices
func (NullableProjectServices) IsSet ¶
func (v NullableProjectServices) IsSet() bool
func (NullableProjectServices) MarshalJSON ¶
func (v NullableProjectServices) MarshalJSON() ([]byte, error)
func (*NullableProjectServices) Set ¶
func (v *NullableProjectServices) Set(val *ProjectServices)
func (*NullableProjectServices) UnmarshalJSON ¶
func (v *NullableProjectServices) UnmarshalJSON(src []byte) error
func (*NullableProjectServices) Unset ¶
func (v *NullableProjectServices) Unset()
type NullableQuotaUsage ¶ added in v1.1.22
type NullableQuotaUsage struct {
// contains filtered or unexported fields
}
func NewNullableQuotaUsage ¶ added in v1.1.22
func NewNullableQuotaUsage(val *QuotaUsage) *NullableQuotaUsage
func (NullableQuotaUsage) Get ¶ added in v1.1.22
func (v NullableQuotaUsage) Get() *QuotaUsage
func (NullableQuotaUsage) IsSet ¶ added in v1.1.22
func (v NullableQuotaUsage) IsSet() bool
func (NullableQuotaUsage) MarshalJSON ¶ added in v1.1.22
func (v NullableQuotaUsage) MarshalJSON() ([]byte, error)
func (*NullableQuotaUsage) Set ¶ added in v1.1.22
func (v *NullableQuotaUsage) Set(val *QuotaUsage)
func (*NullableQuotaUsage) UnmarshalJSON ¶ added in v1.1.22
func (v *NullableQuotaUsage) UnmarshalJSON(src []byte) error
func (*NullableQuotaUsage) Unset ¶ added in v1.1.22
func (v *NullableQuotaUsage) Unset()
type NullableRFC6749ErrorJson ¶ added in v1.1.44
type NullableRFC6749ErrorJson struct {
// contains filtered or unexported fields
}
func NewNullableRFC6749ErrorJson ¶ added in v1.1.44
func NewNullableRFC6749ErrorJson(val *RFC6749ErrorJson) *NullableRFC6749ErrorJson
func (NullableRFC6749ErrorJson) Get ¶ added in v1.1.44
func (v NullableRFC6749ErrorJson) Get() *RFC6749ErrorJson
func (NullableRFC6749ErrorJson) IsSet ¶ added in v1.1.44
func (v NullableRFC6749ErrorJson) IsSet() bool
func (NullableRFC6749ErrorJson) MarshalJSON ¶ added in v1.1.44
func (v NullableRFC6749ErrorJson) MarshalJSON() ([]byte, error)
func (*NullableRFC6749ErrorJson) Set ¶ added in v1.1.44
func (v *NullableRFC6749ErrorJson) Set(val *RFC6749ErrorJson)
func (*NullableRFC6749ErrorJson) UnmarshalJSON ¶ added in v1.1.44
func (v *NullableRFC6749ErrorJson) UnmarshalJSON(src []byte) error
func (*NullableRFC6749ErrorJson) Unset ¶ added in v1.1.44
func (v *NullableRFC6749ErrorJson) Unset()
type NullableRecoveryCodeForIdentity ¶
type NullableRecoveryCodeForIdentity struct {
// contains filtered or unexported fields
}
func NewNullableRecoveryCodeForIdentity ¶
func NewNullableRecoveryCodeForIdentity(val *RecoveryCodeForIdentity) *NullableRecoveryCodeForIdentity
func (NullableRecoveryCodeForIdentity) Get ¶
func (v NullableRecoveryCodeForIdentity) Get() *RecoveryCodeForIdentity
func (NullableRecoveryCodeForIdentity) IsSet ¶
func (v NullableRecoveryCodeForIdentity) IsSet() bool
func (NullableRecoveryCodeForIdentity) MarshalJSON ¶
func (v NullableRecoveryCodeForIdentity) MarshalJSON() ([]byte, error)
func (*NullableRecoveryCodeForIdentity) Set ¶
func (v *NullableRecoveryCodeForIdentity) Set(val *RecoveryCodeForIdentity)
func (*NullableRecoveryCodeForIdentity) UnmarshalJSON ¶
func (v *NullableRecoveryCodeForIdentity) UnmarshalJSON(src []byte) error
func (*NullableRecoveryCodeForIdentity) Unset ¶
func (v *NullableRecoveryCodeForIdentity) Unset()
type NullableRecoveryFlow ¶
type NullableRecoveryFlow struct {
// contains filtered or unexported fields
}
func NewNullableRecoveryFlow ¶
func NewNullableRecoveryFlow(val *RecoveryFlow) *NullableRecoveryFlow
func (NullableRecoveryFlow) Get ¶
func (v NullableRecoveryFlow) Get() *RecoveryFlow
func (NullableRecoveryFlow) IsSet ¶
func (v NullableRecoveryFlow) IsSet() bool
func (NullableRecoveryFlow) MarshalJSON ¶
func (v NullableRecoveryFlow) MarshalJSON() ([]byte, error)
func (*NullableRecoveryFlow) Set ¶
func (v *NullableRecoveryFlow) Set(val *RecoveryFlow)
func (*NullableRecoveryFlow) UnmarshalJSON ¶
func (v *NullableRecoveryFlow) UnmarshalJSON(src []byte) error
func (*NullableRecoveryFlow) Unset ¶
func (v *NullableRecoveryFlow) Unset()
type NullableRecoveryFlowState ¶
type NullableRecoveryFlowState struct {
// contains filtered or unexported fields
}
func NewNullableRecoveryFlowState ¶
func NewNullableRecoveryFlowState(val *RecoveryFlowState) *NullableRecoveryFlowState
func (NullableRecoveryFlowState) Get ¶
func (v NullableRecoveryFlowState) Get() *RecoveryFlowState
func (NullableRecoveryFlowState) IsSet ¶
func (v NullableRecoveryFlowState) IsSet() bool
func (NullableRecoveryFlowState) MarshalJSON ¶
func (v NullableRecoveryFlowState) MarshalJSON() ([]byte, error)
func (*NullableRecoveryFlowState) Set ¶
func (v *NullableRecoveryFlowState) Set(val *RecoveryFlowState)
func (*NullableRecoveryFlowState) UnmarshalJSON ¶
func (v *NullableRecoveryFlowState) UnmarshalJSON(src []byte) error
func (*NullableRecoveryFlowState) Unset ¶
func (v *NullableRecoveryFlowState) Unset()
type NullableRecoveryIdentityAddress ¶
type NullableRecoveryIdentityAddress struct {
// contains filtered or unexported fields
}
func NewNullableRecoveryIdentityAddress ¶
func NewNullableRecoveryIdentityAddress(val *RecoveryIdentityAddress) *NullableRecoveryIdentityAddress
func (NullableRecoveryIdentityAddress) Get ¶
func (v NullableRecoveryIdentityAddress) Get() *RecoveryIdentityAddress
func (NullableRecoveryIdentityAddress) IsSet ¶
func (v NullableRecoveryIdentityAddress) IsSet() bool
func (NullableRecoveryIdentityAddress) MarshalJSON ¶
func (v NullableRecoveryIdentityAddress) MarshalJSON() ([]byte, error)
func (*NullableRecoveryIdentityAddress) Set ¶
func (v *NullableRecoveryIdentityAddress) Set(val *RecoveryIdentityAddress)
func (*NullableRecoveryIdentityAddress) UnmarshalJSON ¶
func (v *NullableRecoveryIdentityAddress) UnmarshalJSON(src []byte) error
func (*NullableRecoveryIdentityAddress) Unset ¶
func (v *NullableRecoveryIdentityAddress) Unset()
type NullableRecoveryLinkForIdentity ¶
type NullableRecoveryLinkForIdentity struct {
// contains filtered or unexported fields
}
func NewNullableRecoveryLinkForIdentity ¶
func NewNullableRecoveryLinkForIdentity(val *RecoveryLinkForIdentity) *NullableRecoveryLinkForIdentity
func (NullableRecoveryLinkForIdentity) Get ¶
func (v NullableRecoveryLinkForIdentity) Get() *RecoveryLinkForIdentity
func (NullableRecoveryLinkForIdentity) IsSet ¶
func (v NullableRecoveryLinkForIdentity) IsSet() bool
func (NullableRecoveryLinkForIdentity) MarshalJSON ¶
func (v NullableRecoveryLinkForIdentity) MarshalJSON() ([]byte, error)
func (*NullableRecoveryLinkForIdentity) Set ¶
func (v *NullableRecoveryLinkForIdentity) Set(val *RecoveryLinkForIdentity)
func (*NullableRecoveryLinkForIdentity) UnmarshalJSON ¶
func (v *NullableRecoveryLinkForIdentity) UnmarshalJSON(src []byte) error
func (*NullableRecoveryLinkForIdentity) Unset ¶
func (v *NullableRecoveryLinkForIdentity) Unset()
type NullableRegistrationFlow ¶
type NullableRegistrationFlow struct {
// contains filtered or unexported fields
}
func NewNullableRegistrationFlow ¶
func NewNullableRegistrationFlow(val *RegistrationFlow) *NullableRegistrationFlow
func (NullableRegistrationFlow) Get ¶
func (v NullableRegistrationFlow) Get() *RegistrationFlow
func (NullableRegistrationFlow) IsSet ¶
func (v NullableRegistrationFlow) IsSet() bool
func (NullableRegistrationFlow) MarshalJSON ¶
func (v NullableRegistrationFlow) MarshalJSON() ([]byte, error)
func (*NullableRegistrationFlow) Set ¶
func (v *NullableRegistrationFlow) Set(val *RegistrationFlow)
func (*NullableRegistrationFlow) UnmarshalJSON ¶
func (v *NullableRegistrationFlow) UnmarshalJSON(src []byte) error
func (*NullableRegistrationFlow) Unset ¶
func (v *NullableRegistrationFlow) Unset()
type NullableRegistrationFlowState ¶ added in v1.2.0
type NullableRegistrationFlowState struct {
// contains filtered or unexported fields
}
func NewNullableRegistrationFlowState ¶ added in v1.2.0
func NewNullableRegistrationFlowState(val *RegistrationFlowState) *NullableRegistrationFlowState
func (NullableRegistrationFlowState) Get ¶ added in v1.2.0
func (v NullableRegistrationFlowState) Get() *RegistrationFlowState
func (NullableRegistrationFlowState) IsSet ¶ added in v1.2.0
func (v NullableRegistrationFlowState) IsSet() bool
func (NullableRegistrationFlowState) MarshalJSON ¶ added in v1.2.0
func (v NullableRegistrationFlowState) MarshalJSON() ([]byte, error)
func (*NullableRegistrationFlowState) Set ¶ added in v1.2.0
func (v *NullableRegistrationFlowState) Set(val *RegistrationFlowState)
func (*NullableRegistrationFlowState) UnmarshalJSON ¶ added in v1.2.0
func (v *NullableRegistrationFlowState) UnmarshalJSON(src []byte) error
func (*NullableRegistrationFlowState) Unset ¶ added in v1.2.0
func (v *NullableRegistrationFlowState) Unset()
type NullableRejectOAuth2Request ¶
type NullableRejectOAuth2Request struct {
// contains filtered or unexported fields
}
func NewNullableRejectOAuth2Request ¶
func NewNullableRejectOAuth2Request(val *RejectOAuth2Request) *NullableRejectOAuth2Request
func (NullableRejectOAuth2Request) Get ¶
func (v NullableRejectOAuth2Request) Get() *RejectOAuth2Request
func (NullableRejectOAuth2Request) IsSet ¶
func (v NullableRejectOAuth2Request) IsSet() bool
func (NullableRejectOAuth2Request) MarshalJSON ¶
func (v NullableRejectOAuth2Request) MarshalJSON() ([]byte, error)
func (*NullableRejectOAuth2Request) Set ¶
func (v *NullableRejectOAuth2Request) Set(val *RejectOAuth2Request)
func (*NullableRejectOAuth2Request) UnmarshalJSON ¶
func (v *NullableRejectOAuth2Request) UnmarshalJSON(src []byte) error
func (*NullableRejectOAuth2Request) Unset ¶
func (v *NullableRejectOAuth2Request) Unset()
type NullableRelationQuery ¶
type NullableRelationQuery struct {
// contains filtered or unexported fields
}
func NewNullableRelationQuery ¶
func NewNullableRelationQuery(val *RelationQuery) *NullableRelationQuery
func (NullableRelationQuery) Get ¶
func (v NullableRelationQuery) Get() *RelationQuery
func (NullableRelationQuery) IsSet ¶
func (v NullableRelationQuery) IsSet() bool
func (NullableRelationQuery) MarshalJSON ¶
func (v NullableRelationQuery) MarshalJSON() ([]byte, error)
func (*NullableRelationQuery) Set ¶
func (v *NullableRelationQuery) Set(val *RelationQuery)
func (*NullableRelationQuery) UnmarshalJSON ¶
func (v *NullableRelationQuery) UnmarshalJSON(src []byte) error
func (*NullableRelationQuery) Unset ¶
func (v *NullableRelationQuery) Unset()
type NullableRelationship ¶
type NullableRelationship struct {
// contains filtered or unexported fields
}
func NewNullableRelationship ¶
func NewNullableRelationship(val *Relationship) *NullableRelationship
func (NullableRelationship) Get ¶
func (v NullableRelationship) Get() *Relationship
func (NullableRelationship) IsSet ¶
func (v NullableRelationship) IsSet() bool
func (NullableRelationship) MarshalJSON ¶
func (v NullableRelationship) MarshalJSON() ([]byte, error)
func (*NullableRelationship) Set ¶
func (v *NullableRelationship) Set(val *Relationship)
func (*NullableRelationship) UnmarshalJSON ¶
func (v *NullableRelationship) UnmarshalJSON(src []byte) error
func (*NullableRelationship) Unset ¶
func (v *NullableRelationship) Unset()
type NullableRelationshipNamespaces ¶
type NullableRelationshipNamespaces struct {
// contains filtered or unexported fields
}
func NewNullableRelationshipNamespaces ¶
func NewNullableRelationshipNamespaces(val *RelationshipNamespaces) *NullableRelationshipNamespaces
func (NullableRelationshipNamespaces) Get ¶
func (v NullableRelationshipNamespaces) Get() *RelationshipNamespaces
func (NullableRelationshipNamespaces) IsSet ¶
func (v NullableRelationshipNamespaces) IsSet() bool
func (NullableRelationshipNamespaces) MarshalJSON ¶
func (v NullableRelationshipNamespaces) MarshalJSON() ([]byte, error)
func (*NullableRelationshipNamespaces) Set ¶
func (v *NullableRelationshipNamespaces) Set(val *RelationshipNamespaces)
func (*NullableRelationshipNamespaces) UnmarshalJSON ¶
func (v *NullableRelationshipNamespaces) UnmarshalJSON(src []byte) error
func (*NullableRelationshipNamespaces) Unset ¶
func (v *NullableRelationshipNamespaces) Unset()
type NullableRelationshipPatch ¶
type NullableRelationshipPatch struct {
// contains filtered or unexported fields
}
func NewNullableRelationshipPatch ¶
func NewNullableRelationshipPatch(val *RelationshipPatch) *NullableRelationshipPatch
func (NullableRelationshipPatch) Get ¶
func (v NullableRelationshipPatch) Get() *RelationshipPatch
func (NullableRelationshipPatch) IsSet ¶
func (v NullableRelationshipPatch) IsSet() bool
func (NullableRelationshipPatch) MarshalJSON ¶
func (v NullableRelationshipPatch) MarshalJSON() ([]byte, error)
func (*NullableRelationshipPatch) Set ¶
func (v *NullableRelationshipPatch) Set(val *RelationshipPatch)
func (*NullableRelationshipPatch) UnmarshalJSON ¶
func (v *NullableRelationshipPatch) UnmarshalJSON(src []byte) error
func (*NullableRelationshipPatch) Unset ¶
func (v *NullableRelationshipPatch) Unset()
type NullableRelationships ¶
type NullableRelationships struct {
// contains filtered or unexported fields
}
func NewNullableRelationships ¶
func NewNullableRelationships(val *Relationships) *NullableRelationships
func (NullableRelationships) Get ¶
func (v NullableRelationships) Get() *Relationships
func (NullableRelationships) IsSet ¶
func (v NullableRelationships) IsSet() bool
func (NullableRelationships) MarshalJSON ¶
func (v NullableRelationships) MarshalJSON() ([]byte, error)
func (*NullableRelationships) Set ¶
func (v *NullableRelationships) Set(val *Relationships)
func (*NullableRelationships) UnmarshalJSON ¶
func (v *NullableRelationships) UnmarshalJSON(src []byte) error
func (*NullableRelationships) Unset ¶
func (v *NullableRelationships) Unset()
type NullableSchemaPatch ¶
type NullableSchemaPatch struct {
// contains filtered or unexported fields
}
func NewNullableSchemaPatch ¶
func NewNullableSchemaPatch(val *SchemaPatch) *NullableSchemaPatch
func (NullableSchemaPatch) Get ¶
func (v NullableSchemaPatch) Get() *SchemaPatch
func (NullableSchemaPatch) IsSet ¶
func (v NullableSchemaPatch) IsSet() bool
func (NullableSchemaPatch) MarshalJSON ¶
func (v NullableSchemaPatch) MarshalJSON() ([]byte, error)
func (*NullableSchemaPatch) Set ¶
func (v *NullableSchemaPatch) Set(val *SchemaPatch)
func (*NullableSchemaPatch) UnmarshalJSON ¶
func (v *NullableSchemaPatch) UnmarshalJSON(src []byte) error
func (*NullableSchemaPatch) Unset ¶
func (v *NullableSchemaPatch) Unset()
type NullableSelfServiceFlowExpiredError ¶
type NullableSelfServiceFlowExpiredError struct {
// contains filtered or unexported fields
}
func NewNullableSelfServiceFlowExpiredError ¶
func NewNullableSelfServiceFlowExpiredError(val *SelfServiceFlowExpiredError) *NullableSelfServiceFlowExpiredError
func (NullableSelfServiceFlowExpiredError) Get ¶
func (v NullableSelfServiceFlowExpiredError) Get() *SelfServiceFlowExpiredError
func (NullableSelfServiceFlowExpiredError) IsSet ¶
func (v NullableSelfServiceFlowExpiredError) IsSet() bool
func (NullableSelfServiceFlowExpiredError) MarshalJSON ¶
func (v NullableSelfServiceFlowExpiredError) MarshalJSON() ([]byte, error)
func (*NullableSelfServiceFlowExpiredError) Set ¶
func (v *NullableSelfServiceFlowExpiredError) Set(val *SelfServiceFlowExpiredError)
func (*NullableSelfServiceFlowExpiredError) UnmarshalJSON ¶
func (v *NullableSelfServiceFlowExpiredError) UnmarshalJSON(src []byte) error
func (*NullableSelfServiceFlowExpiredError) Unset ¶
func (v *NullableSelfServiceFlowExpiredError) Unset()
type NullableSession ¶
type NullableSession struct {
// contains filtered or unexported fields
}
func NewNullableSession ¶
func NewNullableSession(val *Session) *NullableSession
func (NullableSession) Get ¶
func (v NullableSession) Get() *Session
func (NullableSession) IsSet ¶
func (v NullableSession) IsSet() bool
func (NullableSession) MarshalJSON ¶
func (v NullableSession) MarshalJSON() ([]byte, error)
func (*NullableSession) Set ¶
func (v *NullableSession) Set(val *Session)
func (*NullableSession) UnmarshalJSON ¶
func (v *NullableSession) UnmarshalJSON(src []byte) error
func (*NullableSession) Unset ¶
func (v *NullableSession) Unset()
type NullableSessionActivityDatapoint ¶ added in v1.2.14
type NullableSessionActivityDatapoint struct {
// contains filtered or unexported fields
}
func NewNullableSessionActivityDatapoint ¶ added in v1.2.14
func NewNullableSessionActivityDatapoint(val *SessionActivityDatapoint) *NullableSessionActivityDatapoint
func (NullableSessionActivityDatapoint) Get ¶ added in v1.2.14
func (v NullableSessionActivityDatapoint) Get() *SessionActivityDatapoint
func (NullableSessionActivityDatapoint) IsSet ¶ added in v1.2.14
func (v NullableSessionActivityDatapoint) IsSet() bool
func (NullableSessionActivityDatapoint) MarshalJSON ¶ added in v1.2.14
func (v NullableSessionActivityDatapoint) MarshalJSON() ([]byte, error)
func (*NullableSessionActivityDatapoint) Set ¶ added in v1.2.14
func (v *NullableSessionActivityDatapoint) Set(val *SessionActivityDatapoint)
func (*NullableSessionActivityDatapoint) UnmarshalJSON ¶ added in v1.2.14
func (v *NullableSessionActivityDatapoint) UnmarshalJSON(src []byte) error
func (*NullableSessionActivityDatapoint) Unset ¶ added in v1.2.14
func (v *NullableSessionActivityDatapoint) Unset()
type NullableSessionAuthenticationMethod ¶
type NullableSessionAuthenticationMethod struct {
// contains filtered or unexported fields
}
func NewNullableSessionAuthenticationMethod ¶
func NewNullableSessionAuthenticationMethod(val *SessionAuthenticationMethod) *NullableSessionAuthenticationMethod
func (NullableSessionAuthenticationMethod) Get ¶
func (v NullableSessionAuthenticationMethod) Get() *SessionAuthenticationMethod
func (NullableSessionAuthenticationMethod) IsSet ¶
func (v NullableSessionAuthenticationMethod) IsSet() bool
func (NullableSessionAuthenticationMethod) MarshalJSON ¶
func (v NullableSessionAuthenticationMethod) MarshalJSON() ([]byte, error)
func (*NullableSessionAuthenticationMethod) Set ¶
func (v *NullableSessionAuthenticationMethod) Set(val *SessionAuthenticationMethod)
func (*NullableSessionAuthenticationMethod) UnmarshalJSON ¶
func (v *NullableSessionAuthenticationMethod) UnmarshalJSON(src []byte) error
func (*NullableSessionAuthenticationMethod) Unset ¶
func (v *NullableSessionAuthenticationMethod) Unset()
type NullableSessionDevice ¶
type NullableSessionDevice struct {
// contains filtered or unexported fields
}
func NewNullableSessionDevice ¶
func NewNullableSessionDevice(val *SessionDevice) *NullableSessionDevice
func (NullableSessionDevice) Get ¶
func (v NullableSessionDevice) Get() *SessionDevice
func (NullableSessionDevice) IsSet ¶
func (v NullableSessionDevice) IsSet() bool
func (NullableSessionDevice) MarshalJSON ¶
func (v NullableSessionDevice) MarshalJSON() ([]byte, error)
func (*NullableSessionDevice) Set ¶
func (v *NullableSessionDevice) Set(val *SessionDevice)
func (*NullableSessionDevice) UnmarshalJSON ¶
func (v *NullableSessionDevice) UnmarshalJSON(src []byte) error
func (*NullableSessionDevice) Unset ¶
func (v *NullableSessionDevice) Unset()
type NullableSetActiveProjectInConsoleBody ¶
type NullableSetActiveProjectInConsoleBody struct {
// contains filtered or unexported fields
}
func NewNullableSetActiveProjectInConsoleBody ¶
func NewNullableSetActiveProjectInConsoleBody(val *SetActiveProjectInConsoleBody) *NullableSetActiveProjectInConsoleBody
func (NullableSetActiveProjectInConsoleBody) Get ¶
func (v NullableSetActiveProjectInConsoleBody) Get() *SetActiveProjectInConsoleBody
func (NullableSetActiveProjectInConsoleBody) IsSet ¶
func (v NullableSetActiveProjectInConsoleBody) IsSet() bool
func (NullableSetActiveProjectInConsoleBody) MarshalJSON ¶
func (v NullableSetActiveProjectInConsoleBody) MarshalJSON() ([]byte, error)
func (*NullableSetActiveProjectInConsoleBody) Set ¶
func (v *NullableSetActiveProjectInConsoleBody) Set(val *SetActiveProjectInConsoleBody)
func (*NullableSetActiveProjectInConsoleBody) UnmarshalJSON ¶
func (v *NullableSetActiveProjectInConsoleBody) UnmarshalJSON(src []byte) error
func (*NullableSetActiveProjectInConsoleBody) Unset ¶
func (v *NullableSetActiveProjectInConsoleBody) Unset()
type NullableSetCustomDomainBody ¶
type NullableSetCustomDomainBody struct {
// contains filtered or unexported fields
}
func NewNullableSetCustomDomainBody ¶
func NewNullableSetCustomDomainBody(val *SetCustomDomainBody) *NullableSetCustomDomainBody
func (NullableSetCustomDomainBody) Get ¶
func (v NullableSetCustomDomainBody) Get() *SetCustomDomainBody
func (NullableSetCustomDomainBody) IsSet ¶
func (v NullableSetCustomDomainBody) IsSet() bool
func (NullableSetCustomDomainBody) MarshalJSON ¶
func (v NullableSetCustomDomainBody) MarshalJSON() ([]byte, error)
func (*NullableSetCustomDomainBody) Set ¶
func (v *NullableSetCustomDomainBody) Set(val *SetCustomDomainBody)
func (*NullableSetCustomDomainBody) UnmarshalJSON ¶
func (v *NullableSetCustomDomainBody) UnmarshalJSON(src []byte) error
func (*NullableSetCustomDomainBody) Unset ¶
func (v *NullableSetCustomDomainBody) Unset()
type NullableSetEventStreamBody ¶ added in v1.5.0
type NullableSetEventStreamBody struct {
// contains filtered or unexported fields
}
func NewNullableSetEventStreamBody ¶ added in v1.5.0
func NewNullableSetEventStreamBody(val *SetEventStreamBody) *NullableSetEventStreamBody
func (NullableSetEventStreamBody) Get ¶ added in v1.5.0
func (v NullableSetEventStreamBody) Get() *SetEventStreamBody
func (NullableSetEventStreamBody) IsSet ¶ added in v1.5.0
func (v NullableSetEventStreamBody) IsSet() bool
func (NullableSetEventStreamBody) MarshalJSON ¶ added in v1.5.0
func (v NullableSetEventStreamBody) MarshalJSON() ([]byte, error)
func (*NullableSetEventStreamBody) Set ¶ added in v1.5.0
func (v *NullableSetEventStreamBody) Set(val *SetEventStreamBody)
func (*NullableSetEventStreamBody) UnmarshalJSON ¶ added in v1.5.0
func (v *NullableSetEventStreamBody) UnmarshalJSON(src []byte) error
func (*NullableSetEventStreamBody) Unset ¶ added in v1.5.0
func (v *NullableSetEventStreamBody) Unset()
type NullableSetProject ¶
type NullableSetProject struct {
// contains filtered or unexported fields
}
func NewNullableSetProject ¶
func NewNullableSetProject(val *SetProject) *NullableSetProject
func (NullableSetProject) Get ¶
func (v NullableSetProject) Get() *SetProject
func (NullableSetProject) IsSet ¶
func (v NullableSetProject) IsSet() bool
func (NullableSetProject) MarshalJSON ¶
func (v NullableSetProject) MarshalJSON() ([]byte, error)
func (*NullableSetProject) Set ¶
func (v *NullableSetProject) Set(val *SetProject)
func (*NullableSetProject) UnmarshalJSON ¶
func (v *NullableSetProject) UnmarshalJSON(src []byte) error
func (*NullableSetProject) Unset ¶
func (v *NullableSetProject) Unset()
type NullableSetProjectBrandingThemeBody ¶ added in v1.1.2
type NullableSetProjectBrandingThemeBody struct {
// contains filtered or unexported fields
}
func NewNullableSetProjectBrandingThemeBody ¶ added in v1.1.2
func NewNullableSetProjectBrandingThemeBody(val *SetProjectBrandingThemeBody) *NullableSetProjectBrandingThemeBody
func (NullableSetProjectBrandingThemeBody) Get ¶ added in v1.1.2
func (v NullableSetProjectBrandingThemeBody) Get() *SetProjectBrandingThemeBody
func (NullableSetProjectBrandingThemeBody) IsSet ¶ added in v1.1.2
func (v NullableSetProjectBrandingThemeBody) IsSet() bool
func (NullableSetProjectBrandingThemeBody) MarshalJSON ¶ added in v1.1.2
func (v NullableSetProjectBrandingThemeBody) MarshalJSON() ([]byte, error)
func (*NullableSetProjectBrandingThemeBody) Set ¶ added in v1.1.2
func (v *NullableSetProjectBrandingThemeBody) Set(val *SetProjectBrandingThemeBody)
func (*NullableSetProjectBrandingThemeBody) UnmarshalJSON ¶ added in v1.1.2
func (v *NullableSetProjectBrandingThemeBody) UnmarshalJSON(src []byte) error
func (*NullableSetProjectBrandingThemeBody) Unset ¶ added in v1.1.2
func (v *NullableSetProjectBrandingThemeBody) Unset()
type NullableSettingsFlow ¶
type NullableSettingsFlow struct {
// contains filtered or unexported fields
}
func NewNullableSettingsFlow ¶
func NewNullableSettingsFlow(val *SettingsFlow) *NullableSettingsFlow
func (NullableSettingsFlow) Get ¶
func (v NullableSettingsFlow) Get() *SettingsFlow
func (NullableSettingsFlow) IsSet ¶
func (v NullableSettingsFlow) IsSet() bool
func (NullableSettingsFlow) MarshalJSON ¶
func (v NullableSettingsFlow) MarshalJSON() ([]byte, error)
func (*NullableSettingsFlow) Set ¶
func (v *NullableSettingsFlow) Set(val *SettingsFlow)
func (*NullableSettingsFlow) UnmarshalJSON ¶
func (v *NullableSettingsFlow) UnmarshalJSON(src []byte) error
func (*NullableSettingsFlow) Unset ¶
func (v *NullableSettingsFlow) Unset()
type NullableSettingsFlowState ¶
type NullableSettingsFlowState struct {
// contains filtered or unexported fields
}
func NewNullableSettingsFlowState ¶
func NewNullableSettingsFlowState(val *SettingsFlowState) *NullableSettingsFlowState
func (NullableSettingsFlowState) Get ¶
func (v NullableSettingsFlowState) Get() *SettingsFlowState
func (NullableSettingsFlowState) IsSet ¶
func (v NullableSettingsFlowState) IsSet() bool
func (NullableSettingsFlowState) MarshalJSON ¶
func (v NullableSettingsFlowState) MarshalJSON() ([]byte, error)
func (*NullableSettingsFlowState) Set ¶
func (v *NullableSettingsFlowState) Set(val *SettingsFlowState)
func (*NullableSettingsFlowState) UnmarshalJSON ¶
func (v *NullableSettingsFlowState) UnmarshalJSON(src []byte) error
func (*NullableSettingsFlowState) Unset ¶
func (v *NullableSettingsFlowState) Unset()
type NullableSourcePosition ¶
type NullableSourcePosition struct {
// contains filtered or unexported fields
}
func NewNullableSourcePosition ¶
func NewNullableSourcePosition(val *SourcePosition) *NullableSourcePosition
func (NullableSourcePosition) Get ¶
func (v NullableSourcePosition) Get() *SourcePosition
func (NullableSourcePosition) IsSet ¶
func (v NullableSourcePosition) IsSet() bool
func (NullableSourcePosition) MarshalJSON ¶
func (v NullableSourcePosition) MarshalJSON() ([]byte, error)
func (*NullableSourcePosition) Set ¶
func (v *NullableSourcePosition) Set(val *SourcePosition)
func (*NullableSourcePosition) UnmarshalJSON ¶
func (v *NullableSourcePosition) UnmarshalJSON(src []byte) error
func (*NullableSourcePosition) Unset ¶
func (v *NullableSourcePosition) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableSubjectSet ¶
type NullableSubjectSet struct {
// contains filtered or unexported fields
}
func NewNullableSubjectSet ¶
func NewNullableSubjectSet(val *SubjectSet) *NullableSubjectSet
func (NullableSubjectSet) Get ¶
func (v NullableSubjectSet) Get() *SubjectSet
func (NullableSubjectSet) IsSet ¶
func (v NullableSubjectSet) IsSet() bool
func (NullableSubjectSet) MarshalJSON ¶
func (v NullableSubjectSet) MarshalJSON() ([]byte, error)
func (*NullableSubjectSet) Set ¶
func (v *NullableSubjectSet) Set(val *SubjectSet)
func (*NullableSubjectSet) UnmarshalJSON ¶
func (v *NullableSubjectSet) UnmarshalJSON(src []byte) error
func (*NullableSubjectSet) Unset ¶
func (v *NullableSubjectSet) Unset()
type NullableSubscription ¶
type NullableSubscription struct {
// contains filtered or unexported fields
}
func NewNullableSubscription ¶
func NewNullableSubscription(val *Subscription) *NullableSubscription
func (NullableSubscription) Get ¶
func (v NullableSubscription) Get() *Subscription
func (NullableSubscription) IsSet ¶
func (v NullableSubscription) IsSet() bool
func (NullableSubscription) MarshalJSON ¶
func (v NullableSubscription) MarshalJSON() ([]byte, error)
func (*NullableSubscription) Set ¶
func (v *NullableSubscription) Set(val *Subscription)
func (*NullableSubscription) UnmarshalJSON ¶
func (v *NullableSubscription) UnmarshalJSON(src []byte) error
func (*NullableSubscription) Unset ¶
func (v *NullableSubscription) Unset()
type NullableSuccessfulCodeExchangeResponse ¶ added in v1.1.26
type NullableSuccessfulCodeExchangeResponse struct {
// contains filtered or unexported fields
}
func NewNullableSuccessfulCodeExchangeResponse ¶ added in v1.1.26
func NewNullableSuccessfulCodeExchangeResponse(val *SuccessfulCodeExchangeResponse) *NullableSuccessfulCodeExchangeResponse
func (NullableSuccessfulCodeExchangeResponse) Get ¶ added in v1.1.26
func (v NullableSuccessfulCodeExchangeResponse) Get() *SuccessfulCodeExchangeResponse
func (NullableSuccessfulCodeExchangeResponse) IsSet ¶ added in v1.1.26
func (v NullableSuccessfulCodeExchangeResponse) IsSet() bool
func (NullableSuccessfulCodeExchangeResponse) MarshalJSON ¶ added in v1.1.26
func (v NullableSuccessfulCodeExchangeResponse) MarshalJSON() ([]byte, error)
func (*NullableSuccessfulCodeExchangeResponse) Set ¶ added in v1.1.26
func (v *NullableSuccessfulCodeExchangeResponse) Set(val *SuccessfulCodeExchangeResponse)
func (*NullableSuccessfulCodeExchangeResponse) UnmarshalJSON ¶ added in v1.1.26
func (v *NullableSuccessfulCodeExchangeResponse) UnmarshalJSON(src []byte) error
func (*NullableSuccessfulCodeExchangeResponse) Unset ¶ added in v1.1.26
func (v *NullableSuccessfulCodeExchangeResponse) Unset()
type NullableSuccessfulNativeLogin ¶
type NullableSuccessfulNativeLogin struct {
// contains filtered or unexported fields
}
func NewNullableSuccessfulNativeLogin ¶
func NewNullableSuccessfulNativeLogin(val *SuccessfulNativeLogin) *NullableSuccessfulNativeLogin
func (NullableSuccessfulNativeLogin) Get ¶
func (v NullableSuccessfulNativeLogin) Get() *SuccessfulNativeLogin
func (NullableSuccessfulNativeLogin) IsSet ¶
func (v NullableSuccessfulNativeLogin) IsSet() bool
func (NullableSuccessfulNativeLogin) MarshalJSON ¶
func (v NullableSuccessfulNativeLogin) MarshalJSON() ([]byte, error)
func (*NullableSuccessfulNativeLogin) Set ¶
func (v *NullableSuccessfulNativeLogin) Set(val *SuccessfulNativeLogin)
func (*NullableSuccessfulNativeLogin) UnmarshalJSON ¶
func (v *NullableSuccessfulNativeLogin) UnmarshalJSON(src []byte) error
func (*NullableSuccessfulNativeLogin) Unset ¶
func (v *NullableSuccessfulNativeLogin) Unset()
type NullableSuccessfulNativeRegistration ¶
type NullableSuccessfulNativeRegistration struct {
// contains filtered or unexported fields
}
func NewNullableSuccessfulNativeRegistration ¶
func NewNullableSuccessfulNativeRegistration(val *SuccessfulNativeRegistration) *NullableSuccessfulNativeRegistration
func (NullableSuccessfulNativeRegistration) Get ¶
func (v NullableSuccessfulNativeRegistration) Get() *SuccessfulNativeRegistration
func (NullableSuccessfulNativeRegistration) IsSet ¶
func (v NullableSuccessfulNativeRegistration) IsSet() bool
func (NullableSuccessfulNativeRegistration) MarshalJSON ¶
func (v NullableSuccessfulNativeRegistration) MarshalJSON() ([]byte, error)
func (*NullableSuccessfulNativeRegistration) Set ¶
func (v *NullableSuccessfulNativeRegistration) Set(val *SuccessfulNativeRegistration)
func (*NullableSuccessfulNativeRegistration) UnmarshalJSON ¶
func (v *NullableSuccessfulNativeRegistration) UnmarshalJSON(src []byte) error
func (*NullableSuccessfulNativeRegistration) Unset ¶
func (v *NullableSuccessfulNativeRegistration) Unset()
type NullableSuccessfulProjectUpdate ¶
type NullableSuccessfulProjectUpdate struct {
// contains filtered or unexported fields
}
func NewNullableSuccessfulProjectUpdate ¶
func NewNullableSuccessfulProjectUpdate(val *SuccessfulProjectUpdate) *NullableSuccessfulProjectUpdate
func (NullableSuccessfulProjectUpdate) Get ¶
func (v NullableSuccessfulProjectUpdate) Get() *SuccessfulProjectUpdate
func (NullableSuccessfulProjectUpdate) IsSet ¶
func (v NullableSuccessfulProjectUpdate) IsSet() bool
func (NullableSuccessfulProjectUpdate) MarshalJSON ¶
func (v NullableSuccessfulProjectUpdate) MarshalJSON() ([]byte, error)
func (*NullableSuccessfulProjectUpdate) Set ¶
func (v *NullableSuccessfulProjectUpdate) Set(val *SuccessfulProjectUpdate)
func (*NullableSuccessfulProjectUpdate) UnmarshalJSON ¶
func (v *NullableSuccessfulProjectUpdate) UnmarshalJSON(src []byte) error
func (*NullableSuccessfulProjectUpdate) Unset ¶
func (v *NullableSuccessfulProjectUpdate) Unset()
type NullableTaxLineItem ¶ added in v1.11.10
type NullableTaxLineItem struct {
// contains filtered or unexported fields
}
func NewNullableTaxLineItem ¶ added in v1.11.10
func NewNullableTaxLineItem(val *TaxLineItem) *NullableTaxLineItem
func (NullableTaxLineItem) Get ¶ added in v1.11.10
func (v NullableTaxLineItem) Get() *TaxLineItem
func (NullableTaxLineItem) IsSet ¶ added in v1.11.10
func (v NullableTaxLineItem) IsSet() bool
func (NullableTaxLineItem) MarshalJSON ¶ added in v1.11.10
func (v NullableTaxLineItem) MarshalJSON() ([]byte, error)
func (*NullableTaxLineItem) Set ¶ added in v1.11.10
func (v *NullableTaxLineItem) Set(val *TaxLineItem)
func (*NullableTaxLineItem) UnmarshalJSON ¶ added in v1.11.10
func (v *NullableTaxLineItem) UnmarshalJSON(src []byte) error
func (*NullableTaxLineItem) Unset ¶ added in v1.11.10
func (v *NullableTaxLineItem) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTimeInterval ¶ added in v1.11.10
type NullableTimeInterval struct {
// contains filtered or unexported fields
}
func NewNullableTimeInterval ¶ added in v1.11.10
func NewNullableTimeInterval(val *TimeInterval) *NullableTimeInterval
func (NullableTimeInterval) Get ¶ added in v1.11.10
func (v NullableTimeInterval) Get() *TimeInterval
func (NullableTimeInterval) IsSet ¶ added in v1.11.10
func (v NullableTimeInterval) IsSet() bool
func (NullableTimeInterval) MarshalJSON ¶ added in v1.11.10
func (v NullableTimeInterval) MarshalJSON() ([]byte, error)
func (*NullableTimeInterval) Set ¶ added in v1.11.10
func (v *NullableTimeInterval) Set(val *TimeInterval)
func (*NullableTimeInterval) UnmarshalJSON ¶ added in v1.11.10
func (v *NullableTimeInterval) UnmarshalJSON(src []byte) error
func (*NullableTimeInterval) Unset ¶ added in v1.11.10
func (v *NullableTimeInterval) Unset()
type NullableTokenPagination ¶
type NullableTokenPagination struct {
// contains filtered or unexported fields
}
func NewNullableTokenPagination ¶
func NewNullableTokenPagination(val *TokenPagination) *NullableTokenPagination
func (NullableTokenPagination) Get ¶
func (v NullableTokenPagination) Get() *TokenPagination
func (NullableTokenPagination) IsSet ¶
func (v NullableTokenPagination) IsSet() bool
func (NullableTokenPagination) MarshalJSON ¶
func (v NullableTokenPagination) MarshalJSON() ([]byte, error)
func (*NullableTokenPagination) Set ¶
func (v *NullableTokenPagination) Set(val *TokenPagination)
func (*NullableTokenPagination) UnmarshalJSON ¶
func (v *NullableTokenPagination) UnmarshalJSON(src []byte) error
func (*NullableTokenPagination) Unset ¶
func (v *NullableTokenPagination) Unset()
type NullableTokenPaginationHeaders ¶
type NullableTokenPaginationHeaders struct {
// contains filtered or unexported fields
}
func NewNullableTokenPaginationHeaders ¶
func NewNullableTokenPaginationHeaders(val *TokenPaginationHeaders) *NullableTokenPaginationHeaders
func (NullableTokenPaginationHeaders) Get ¶
func (v NullableTokenPaginationHeaders) Get() *TokenPaginationHeaders
func (NullableTokenPaginationHeaders) IsSet ¶
func (v NullableTokenPaginationHeaders) IsSet() bool
func (NullableTokenPaginationHeaders) MarshalJSON ¶
func (v NullableTokenPaginationHeaders) MarshalJSON() ([]byte, error)
func (*NullableTokenPaginationHeaders) Set ¶
func (v *NullableTokenPaginationHeaders) Set(val *TokenPaginationHeaders)
func (*NullableTokenPaginationHeaders) UnmarshalJSON ¶
func (v *NullableTokenPaginationHeaders) UnmarshalJSON(src []byte) error
func (*NullableTokenPaginationHeaders) Unset ¶
func (v *NullableTokenPaginationHeaders) Unset()
type NullableTokenPaginationRequestParameters ¶
type NullableTokenPaginationRequestParameters struct {
// contains filtered or unexported fields
}
func NewNullableTokenPaginationRequestParameters ¶
func NewNullableTokenPaginationRequestParameters(val *TokenPaginationRequestParameters) *NullableTokenPaginationRequestParameters
func (NullableTokenPaginationRequestParameters) IsSet ¶
func (v NullableTokenPaginationRequestParameters) IsSet() bool
func (NullableTokenPaginationRequestParameters) MarshalJSON ¶
func (v NullableTokenPaginationRequestParameters) MarshalJSON() ([]byte, error)
func (*NullableTokenPaginationRequestParameters) Set ¶
func (v *NullableTokenPaginationRequestParameters) Set(val *TokenPaginationRequestParameters)
func (*NullableTokenPaginationRequestParameters) UnmarshalJSON ¶
func (v *NullableTokenPaginationRequestParameters) UnmarshalJSON(src []byte) error
func (*NullableTokenPaginationRequestParameters) Unset ¶
func (v *NullableTokenPaginationRequestParameters) Unset()
type NullableTokenPaginationResponseHeaders ¶
type NullableTokenPaginationResponseHeaders struct {
// contains filtered or unexported fields
}
func NewNullableTokenPaginationResponseHeaders ¶
func NewNullableTokenPaginationResponseHeaders(val *TokenPaginationResponseHeaders) *NullableTokenPaginationResponseHeaders
func (NullableTokenPaginationResponseHeaders) Get ¶
func (v NullableTokenPaginationResponseHeaders) Get() *TokenPaginationResponseHeaders
func (NullableTokenPaginationResponseHeaders) IsSet ¶
func (v NullableTokenPaginationResponseHeaders) IsSet() bool
func (NullableTokenPaginationResponseHeaders) MarshalJSON ¶
func (v NullableTokenPaginationResponseHeaders) MarshalJSON() ([]byte, error)
func (*NullableTokenPaginationResponseHeaders) Set ¶
func (v *NullableTokenPaginationResponseHeaders) Set(val *TokenPaginationResponseHeaders)
func (*NullableTokenPaginationResponseHeaders) UnmarshalJSON ¶
func (v *NullableTokenPaginationResponseHeaders) UnmarshalJSON(src []byte) error
func (*NullableTokenPaginationResponseHeaders) Unset ¶
func (v *NullableTokenPaginationResponseHeaders) Unset()
type NullableTrustOAuth2JwtGrantIssuer ¶
type NullableTrustOAuth2JwtGrantIssuer struct {
// contains filtered or unexported fields
}
func NewNullableTrustOAuth2JwtGrantIssuer ¶
func NewNullableTrustOAuth2JwtGrantIssuer(val *TrustOAuth2JwtGrantIssuer) *NullableTrustOAuth2JwtGrantIssuer
func (NullableTrustOAuth2JwtGrantIssuer) Get ¶
func (v NullableTrustOAuth2JwtGrantIssuer) Get() *TrustOAuth2JwtGrantIssuer
func (NullableTrustOAuth2JwtGrantIssuer) IsSet ¶
func (v NullableTrustOAuth2JwtGrantIssuer) IsSet() bool
func (NullableTrustOAuth2JwtGrantIssuer) MarshalJSON ¶
func (v NullableTrustOAuth2JwtGrantIssuer) MarshalJSON() ([]byte, error)
func (*NullableTrustOAuth2JwtGrantIssuer) Set ¶
func (v *NullableTrustOAuth2JwtGrantIssuer) Set(val *TrustOAuth2JwtGrantIssuer)
func (*NullableTrustOAuth2JwtGrantIssuer) UnmarshalJSON ¶
func (v *NullableTrustOAuth2JwtGrantIssuer) UnmarshalJSON(src []byte) error
func (*NullableTrustOAuth2JwtGrantIssuer) Unset ¶
func (v *NullableTrustOAuth2JwtGrantIssuer) Unset()
type NullableTrustedOAuth2JwtGrantIssuer ¶
type NullableTrustedOAuth2JwtGrantIssuer struct {
// contains filtered or unexported fields
}
func NewNullableTrustedOAuth2JwtGrantIssuer ¶
func NewNullableTrustedOAuth2JwtGrantIssuer(val *TrustedOAuth2JwtGrantIssuer) *NullableTrustedOAuth2JwtGrantIssuer
func (NullableTrustedOAuth2JwtGrantIssuer) Get ¶
func (v NullableTrustedOAuth2JwtGrantIssuer) Get() *TrustedOAuth2JwtGrantIssuer
func (NullableTrustedOAuth2JwtGrantIssuer) IsSet ¶
func (v NullableTrustedOAuth2JwtGrantIssuer) IsSet() bool
func (NullableTrustedOAuth2JwtGrantIssuer) MarshalJSON ¶
func (v NullableTrustedOAuth2JwtGrantIssuer) MarshalJSON() ([]byte, error)
func (*NullableTrustedOAuth2JwtGrantIssuer) Set ¶
func (v *NullableTrustedOAuth2JwtGrantIssuer) Set(val *TrustedOAuth2JwtGrantIssuer)
func (*NullableTrustedOAuth2JwtGrantIssuer) UnmarshalJSON ¶
func (v *NullableTrustedOAuth2JwtGrantIssuer) UnmarshalJSON(src []byte) error
func (*NullableTrustedOAuth2JwtGrantIssuer) Unset ¶
func (v *NullableTrustedOAuth2JwtGrantIssuer) Unset()
type NullableTrustedOAuth2JwtGrantJsonWebKey ¶
type NullableTrustedOAuth2JwtGrantJsonWebKey struct {
// contains filtered or unexported fields
}
func NewNullableTrustedOAuth2JwtGrantJsonWebKey ¶
func NewNullableTrustedOAuth2JwtGrantJsonWebKey(val *TrustedOAuth2JwtGrantJsonWebKey) *NullableTrustedOAuth2JwtGrantJsonWebKey
func (NullableTrustedOAuth2JwtGrantJsonWebKey) IsSet ¶
func (v NullableTrustedOAuth2JwtGrantJsonWebKey) IsSet() bool
func (NullableTrustedOAuth2JwtGrantJsonWebKey) MarshalJSON ¶
func (v NullableTrustedOAuth2JwtGrantJsonWebKey) MarshalJSON() ([]byte, error)
func (*NullableTrustedOAuth2JwtGrantJsonWebKey) Set ¶
func (v *NullableTrustedOAuth2JwtGrantJsonWebKey) Set(val *TrustedOAuth2JwtGrantJsonWebKey)
func (*NullableTrustedOAuth2JwtGrantJsonWebKey) UnmarshalJSON ¶
func (v *NullableTrustedOAuth2JwtGrantJsonWebKey) UnmarshalJSON(src []byte) error
func (*NullableTrustedOAuth2JwtGrantJsonWebKey) Unset ¶
func (v *NullableTrustedOAuth2JwtGrantJsonWebKey) Unset()
type NullableUiContainer ¶
type NullableUiContainer struct {
// contains filtered or unexported fields
}
func NewNullableUiContainer ¶
func NewNullableUiContainer(val *UiContainer) *NullableUiContainer
func (NullableUiContainer) Get ¶
func (v NullableUiContainer) Get() *UiContainer
func (NullableUiContainer) IsSet ¶
func (v NullableUiContainer) IsSet() bool
func (NullableUiContainer) MarshalJSON ¶
func (v NullableUiContainer) MarshalJSON() ([]byte, error)
func (*NullableUiContainer) Set ¶
func (v *NullableUiContainer) Set(val *UiContainer)
func (*NullableUiContainer) UnmarshalJSON ¶
func (v *NullableUiContainer) UnmarshalJSON(src []byte) error
func (*NullableUiContainer) Unset ¶
func (v *NullableUiContainer) Unset()
type NullableUiNode ¶
type NullableUiNode struct {
// contains filtered or unexported fields
}
func NewNullableUiNode ¶
func NewNullableUiNode(val *UiNode) *NullableUiNode
func (NullableUiNode) Get ¶
func (v NullableUiNode) Get() *UiNode
func (NullableUiNode) IsSet ¶
func (v NullableUiNode) IsSet() bool
func (NullableUiNode) MarshalJSON ¶
func (v NullableUiNode) MarshalJSON() ([]byte, error)
func (*NullableUiNode) Set ¶
func (v *NullableUiNode) Set(val *UiNode)
func (*NullableUiNode) UnmarshalJSON ¶
func (v *NullableUiNode) UnmarshalJSON(src []byte) error
func (*NullableUiNode) Unset ¶
func (v *NullableUiNode) Unset()
type NullableUiNodeAnchorAttributes ¶
type NullableUiNodeAnchorAttributes struct {
// contains filtered or unexported fields
}
func NewNullableUiNodeAnchorAttributes ¶
func NewNullableUiNodeAnchorAttributes(val *UiNodeAnchorAttributes) *NullableUiNodeAnchorAttributes
func (NullableUiNodeAnchorAttributes) Get ¶
func (v NullableUiNodeAnchorAttributes) Get() *UiNodeAnchorAttributes
func (NullableUiNodeAnchorAttributes) IsSet ¶
func (v NullableUiNodeAnchorAttributes) IsSet() bool
func (NullableUiNodeAnchorAttributes) MarshalJSON ¶
func (v NullableUiNodeAnchorAttributes) MarshalJSON() ([]byte, error)
func (*NullableUiNodeAnchorAttributes) Set ¶
func (v *NullableUiNodeAnchorAttributes) Set(val *UiNodeAnchorAttributes)
func (*NullableUiNodeAnchorAttributes) UnmarshalJSON ¶
func (v *NullableUiNodeAnchorAttributes) UnmarshalJSON(src []byte) error
func (*NullableUiNodeAnchorAttributes) Unset ¶
func (v *NullableUiNodeAnchorAttributes) Unset()
type NullableUiNodeAttributes ¶
type NullableUiNodeAttributes struct {
// contains filtered or unexported fields
}
func NewNullableUiNodeAttributes ¶
func NewNullableUiNodeAttributes(val *UiNodeAttributes) *NullableUiNodeAttributes
func (NullableUiNodeAttributes) Get ¶
func (v NullableUiNodeAttributes) Get() *UiNodeAttributes
func (NullableUiNodeAttributes) IsSet ¶
func (v NullableUiNodeAttributes) IsSet() bool
func (NullableUiNodeAttributes) MarshalJSON ¶
func (v NullableUiNodeAttributes) MarshalJSON() ([]byte, error)
func (*NullableUiNodeAttributes) Set ¶
func (v *NullableUiNodeAttributes) Set(val *UiNodeAttributes)
func (*NullableUiNodeAttributes) UnmarshalJSON ¶
func (v *NullableUiNodeAttributes) UnmarshalJSON(src []byte) error
func (*NullableUiNodeAttributes) Unset ¶
func (v *NullableUiNodeAttributes) Unset()
type NullableUiNodeImageAttributes ¶
type NullableUiNodeImageAttributes struct {
// contains filtered or unexported fields
}
func NewNullableUiNodeImageAttributes ¶
func NewNullableUiNodeImageAttributes(val *UiNodeImageAttributes) *NullableUiNodeImageAttributes
func (NullableUiNodeImageAttributes) Get ¶
func (v NullableUiNodeImageAttributes) Get() *UiNodeImageAttributes
func (NullableUiNodeImageAttributes) IsSet ¶
func (v NullableUiNodeImageAttributes) IsSet() bool
func (NullableUiNodeImageAttributes) MarshalJSON ¶
func (v NullableUiNodeImageAttributes) MarshalJSON() ([]byte, error)
func (*NullableUiNodeImageAttributes) Set ¶
func (v *NullableUiNodeImageAttributes) Set(val *UiNodeImageAttributes)
func (*NullableUiNodeImageAttributes) UnmarshalJSON ¶
func (v *NullableUiNodeImageAttributes) UnmarshalJSON(src []byte) error
func (*NullableUiNodeImageAttributes) Unset ¶
func (v *NullableUiNodeImageAttributes) Unset()
type NullableUiNodeInputAttributes ¶
type NullableUiNodeInputAttributes struct {
// contains filtered or unexported fields
}
func NewNullableUiNodeInputAttributes ¶
func NewNullableUiNodeInputAttributes(val *UiNodeInputAttributes) *NullableUiNodeInputAttributes
func (NullableUiNodeInputAttributes) Get ¶
func (v NullableUiNodeInputAttributes) Get() *UiNodeInputAttributes
func (NullableUiNodeInputAttributes) IsSet ¶
func (v NullableUiNodeInputAttributes) IsSet() bool
func (NullableUiNodeInputAttributes) MarshalJSON ¶
func (v NullableUiNodeInputAttributes) MarshalJSON() ([]byte, error)
func (*NullableUiNodeInputAttributes) Set ¶
func (v *NullableUiNodeInputAttributes) Set(val *UiNodeInputAttributes)
func (*NullableUiNodeInputAttributes) UnmarshalJSON ¶
func (v *NullableUiNodeInputAttributes) UnmarshalJSON(src []byte) error
func (*NullableUiNodeInputAttributes) Unset ¶
func (v *NullableUiNodeInputAttributes) Unset()
type NullableUiNodeMeta ¶
type NullableUiNodeMeta struct {
// contains filtered or unexported fields
}
func NewNullableUiNodeMeta ¶
func NewNullableUiNodeMeta(val *UiNodeMeta) *NullableUiNodeMeta
func (NullableUiNodeMeta) Get ¶
func (v NullableUiNodeMeta) Get() *UiNodeMeta
func (NullableUiNodeMeta) IsSet ¶
func (v NullableUiNodeMeta) IsSet() bool
func (NullableUiNodeMeta) MarshalJSON ¶
func (v NullableUiNodeMeta) MarshalJSON() ([]byte, error)
func (*NullableUiNodeMeta) Set ¶
func (v *NullableUiNodeMeta) Set(val *UiNodeMeta)
func (*NullableUiNodeMeta) UnmarshalJSON ¶
func (v *NullableUiNodeMeta) UnmarshalJSON(src []byte) error
func (*NullableUiNodeMeta) Unset ¶
func (v *NullableUiNodeMeta) Unset()
type NullableUiNodeScriptAttributes ¶
type NullableUiNodeScriptAttributes struct {
// contains filtered or unexported fields
}
func NewNullableUiNodeScriptAttributes ¶
func NewNullableUiNodeScriptAttributes(val *UiNodeScriptAttributes) *NullableUiNodeScriptAttributes
func (NullableUiNodeScriptAttributes) Get ¶
func (v NullableUiNodeScriptAttributes) Get() *UiNodeScriptAttributes
func (NullableUiNodeScriptAttributes) IsSet ¶
func (v NullableUiNodeScriptAttributes) IsSet() bool
func (NullableUiNodeScriptAttributes) MarshalJSON ¶
func (v NullableUiNodeScriptAttributes) MarshalJSON() ([]byte, error)
func (*NullableUiNodeScriptAttributes) Set ¶
func (v *NullableUiNodeScriptAttributes) Set(val *UiNodeScriptAttributes)
func (*NullableUiNodeScriptAttributes) UnmarshalJSON ¶
func (v *NullableUiNodeScriptAttributes) UnmarshalJSON(src []byte) error
func (*NullableUiNodeScriptAttributes) Unset ¶
func (v *NullableUiNodeScriptAttributes) Unset()
type NullableUiNodeTextAttributes ¶
type NullableUiNodeTextAttributes struct {
// contains filtered or unexported fields
}
func NewNullableUiNodeTextAttributes ¶
func NewNullableUiNodeTextAttributes(val *UiNodeTextAttributes) *NullableUiNodeTextAttributes
func (NullableUiNodeTextAttributes) Get ¶
func (v NullableUiNodeTextAttributes) Get() *UiNodeTextAttributes
func (NullableUiNodeTextAttributes) IsSet ¶
func (v NullableUiNodeTextAttributes) IsSet() bool
func (NullableUiNodeTextAttributes) MarshalJSON ¶
func (v NullableUiNodeTextAttributes) MarshalJSON() ([]byte, error)
func (*NullableUiNodeTextAttributes) Set ¶
func (v *NullableUiNodeTextAttributes) Set(val *UiNodeTextAttributes)
func (*NullableUiNodeTextAttributes) UnmarshalJSON ¶
func (v *NullableUiNodeTextAttributes) UnmarshalJSON(src []byte) error
func (*NullableUiNodeTextAttributes) Unset ¶
func (v *NullableUiNodeTextAttributes) Unset()
type NullableUiText ¶
type NullableUiText struct {
// contains filtered or unexported fields
}
func NewNullableUiText ¶
func NewNullableUiText(val *UiText) *NullableUiText
func (NullableUiText) Get ¶
func (v NullableUiText) Get() *UiText
func (NullableUiText) IsSet ¶
func (v NullableUiText) IsSet() bool
func (NullableUiText) MarshalJSON ¶
func (v NullableUiText) MarshalJSON() ([]byte, error)
func (*NullableUiText) Set ¶
func (v *NullableUiText) Set(val *UiText)
func (*NullableUiText) UnmarshalJSON ¶
func (v *NullableUiText) UnmarshalJSON(src []byte) error
func (*NullableUiText) Unset ¶
func (v *NullableUiText) Unset()
type NullableUpdateIdentityBody ¶
type NullableUpdateIdentityBody struct {
// contains filtered or unexported fields
}
func NewNullableUpdateIdentityBody ¶
func NewNullableUpdateIdentityBody(val *UpdateIdentityBody) *NullableUpdateIdentityBody
func (NullableUpdateIdentityBody) Get ¶
func (v NullableUpdateIdentityBody) Get() *UpdateIdentityBody
func (NullableUpdateIdentityBody) IsSet ¶
func (v NullableUpdateIdentityBody) IsSet() bool
func (NullableUpdateIdentityBody) MarshalJSON ¶
func (v NullableUpdateIdentityBody) MarshalJSON() ([]byte, error)
func (*NullableUpdateIdentityBody) Set ¶
func (v *NullableUpdateIdentityBody) Set(val *UpdateIdentityBody)
func (*NullableUpdateIdentityBody) UnmarshalJSON ¶
func (v *NullableUpdateIdentityBody) UnmarshalJSON(src []byte) error
func (*NullableUpdateIdentityBody) Unset ¶
func (v *NullableUpdateIdentityBody) Unset()
type NullableUpdateLoginFlowBody ¶
type NullableUpdateLoginFlowBody struct {
// contains filtered or unexported fields
}
func NewNullableUpdateLoginFlowBody ¶
func NewNullableUpdateLoginFlowBody(val *UpdateLoginFlowBody) *NullableUpdateLoginFlowBody
func (NullableUpdateLoginFlowBody) Get ¶
func (v NullableUpdateLoginFlowBody) Get() *UpdateLoginFlowBody
func (NullableUpdateLoginFlowBody) IsSet ¶
func (v NullableUpdateLoginFlowBody) IsSet() bool
func (NullableUpdateLoginFlowBody) MarshalJSON ¶
func (v NullableUpdateLoginFlowBody) MarshalJSON() ([]byte, error)
func (*NullableUpdateLoginFlowBody) Set ¶
func (v *NullableUpdateLoginFlowBody) Set(val *UpdateLoginFlowBody)
func (*NullableUpdateLoginFlowBody) UnmarshalJSON ¶
func (v *NullableUpdateLoginFlowBody) UnmarshalJSON(src []byte) error
func (*NullableUpdateLoginFlowBody) Unset ¶
func (v *NullableUpdateLoginFlowBody) Unset()
type NullableUpdateLoginFlowWithCodeMethod ¶ added in v1.2.0
type NullableUpdateLoginFlowWithCodeMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateLoginFlowWithCodeMethod ¶ added in v1.2.0
func NewNullableUpdateLoginFlowWithCodeMethod(val *UpdateLoginFlowWithCodeMethod) *NullableUpdateLoginFlowWithCodeMethod
func (NullableUpdateLoginFlowWithCodeMethod) Get ¶ added in v1.2.0
func (v NullableUpdateLoginFlowWithCodeMethod) Get() *UpdateLoginFlowWithCodeMethod
func (NullableUpdateLoginFlowWithCodeMethod) IsSet ¶ added in v1.2.0
func (v NullableUpdateLoginFlowWithCodeMethod) IsSet() bool
func (NullableUpdateLoginFlowWithCodeMethod) MarshalJSON ¶ added in v1.2.0
func (v NullableUpdateLoginFlowWithCodeMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateLoginFlowWithCodeMethod) Set ¶ added in v1.2.0
func (v *NullableUpdateLoginFlowWithCodeMethod) Set(val *UpdateLoginFlowWithCodeMethod)
func (*NullableUpdateLoginFlowWithCodeMethod) UnmarshalJSON ¶ added in v1.2.0
func (v *NullableUpdateLoginFlowWithCodeMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateLoginFlowWithCodeMethod) Unset ¶ added in v1.2.0
func (v *NullableUpdateLoginFlowWithCodeMethod) Unset()
type NullableUpdateLoginFlowWithIdentifierFirstMethod ¶ added in v1.14.0
type NullableUpdateLoginFlowWithIdentifierFirstMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateLoginFlowWithIdentifierFirstMethod ¶ added in v1.14.0
func NewNullableUpdateLoginFlowWithIdentifierFirstMethod(val *UpdateLoginFlowWithIdentifierFirstMethod) *NullableUpdateLoginFlowWithIdentifierFirstMethod
func (NullableUpdateLoginFlowWithIdentifierFirstMethod) IsSet ¶ added in v1.14.0
func (v NullableUpdateLoginFlowWithIdentifierFirstMethod) IsSet() bool
func (NullableUpdateLoginFlowWithIdentifierFirstMethod) MarshalJSON ¶ added in v1.14.0
func (v NullableUpdateLoginFlowWithIdentifierFirstMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateLoginFlowWithIdentifierFirstMethod) UnmarshalJSON ¶ added in v1.14.0
func (v *NullableUpdateLoginFlowWithIdentifierFirstMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateLoginFlowWithIdentifierFirstMethod) Unset ¶ added in v1.14.0
func (v *NullableUpdateLoginFlowWithIdentifierFirstMethod) Unset()
type NullableUpdateLoginFlowWithLookupSecretMethod ¶
type NullableUpdateLoginFlowWithLookupSecretMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateLoginFlowWithLookupSecretMethod ¶
func NewNullableUpdateLoginFlowWithLookupSecretMethod(val *UpdateLoginFlowWithLookupSecretMethod) *NullableUpdateLoginFlowWithLookupSecretMethod
func (NullableUpdateLoginFlowWithLookupSecretMethod) IsSet ¶
func (v NullableUpdateLoginFlowWithLookupSecretMethod) IsSet() bool
func (NullableUpdateLoginFlowWithLookupSecretMethod) MarshalJSON ¶
func (v NullableUpdateLoginFlowWithLookupSecretMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateLoginFlowWithLookupSecretMethod) Set ¶
func (v *NullableUpdateLoginFlowWithLookupSecretMethod) Set(val *UpdateLoginFlowWithLookupSecretMethod)
func (*NullableUpdateLoginFlowWithLookupSecretMethod) UnmarshalJSON ¶
func (v *NullableUpdateLoginFlowWithLookupSecretMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateLoginFlowWithLookupSecretMethod) Unset ¶
func (v *NullableUpdateLoginFlowWithLookupSecretMethod) Unset()
type NullableUpdateLoginFlowWithOidcMethod ¶
type NullableUpdateLoginFlowWithOidcMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateLoginFlowWithOidcMethod ¶
func NewNullableUpdateLoginFlowWithOidcMethod(val *UpdateLoginFlowWithOidcMethod) *NullableUpdateLoginFlowWithOidcMethod
func (NullableUpdateLoginFlowWithOidcMethod) Get ¶
func (v NullableUpdateLoginFlowWithOidcMethod) Get() *UpdateLoginFlowWithOidcMethod
func (NullableUpdateLoginFlowWithOidcMethod) IsSet ¶
func (v NullableUpdateLoginFlowWithOidcMethod) IsSet() bool
func (NullableUpdateLoginFlowWithOidcMethod) MarshalJSON ¶
func (v NullableUpdateLoginFlowWithOidcMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateLoginFlowWithOidcMethod) Set ¶
func (v *NullableUpdateLoginFlowWithOidcMethod) Set(val *UpdateLoginFlowWithOidcMethod)
func (*NullableUpdateLoginFlowWithOidcMethod) UnmarshalJSON ¶
func (v *NullableUpdateLoginFlowWithOidcMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateLoginFlowWithOidcMethod) Unset ¶
func (v *NullableUpdateLoginFlowWithOidcMethod) Unset()
type NullableUpdateLoginFlowWithPasskeyMethod ¶ added in v1.11.6
type NullableUpdateLoginFlowWithPasskeyMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateLoginFlowWithPasskeyMethod ¶ added in v1.11.6
func NewNullableUpdateLoginFlowWithPasskeyMethod(val *UpdateLoginFlowWithPasskeyMethod) *NullableUpdateLoginFlowWithPasskeyMethod
func (NullableUpdateLoginFlowWithPasskeyMethod) IsSet ¶ added in v1.11.6
func (v NullableUpdateLoginFlowWithPasskeyMethod) IsSet() bool
func (NullableUpdateLoginFlowWithPasskeyMethod) MarshalJSON ¶ added in v1.11.6
func (v NullableUpdateLoginFlowWithPasskeyMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateLoginFlowWithPasskeyMethod) Set ¶ added in v1.11.6
func (v *NullableUpdateLoginFlowWithPasskeyMethod) Set(val *UpdateLoginFlowWithPasskeyMethod)
func (*NullableUpdateLoginFlowWithPasskeyMethod) UnmarshalJSON ¶ added in v1.11.6
func (v *NullableUpdateLoginFlowWithPasskeyMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateLoginFlowWithPasskeyMethod) Unset ¶ added in v1.11.6
func (v *NullableUpdateLoginFlowWithPasskeyMethod) Unset()
type NullableUpdateLoginFlowWithPasswordMethod ¶
type NullableUpdateLoginFlowWithPasswordMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateLoginFlowWithPasswordMethod ¶
func NewNullableUpdateLoginFlowWithPasswordMethod(val *UpdateLoginFlowWithPasswordMethod) *NullableUpdateLoginFlowWithPasswordMethod
func (NullableUpdateLoginFlowWithPasswordMethod) IsSet ¶
func (v NullableUpdateLoginFlowWithPasswordMethod) IsSet() bool
func (NullableUpdateLoginFlowWithPasswordMethod) MarshalJSON ¶
func (v NullableUpdateLoginFlowWithPasswordMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateLoginFlowWithPasswordMethod) Set ¶
func (v *NullableUpdateLoginFlowWithPasswordMethod) Set(val *UpdateLoginFlowWithPasswordMethod)
func (*NullableUpdateLoginFlowWithPasswordMethod) UnmarshalJSON ¶
func (v *NullableUpdateLoginFlowWithPasswordMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateLoginFlowWithPasswordMethod) Unset ¶
func (v *NullableUpdateLoginFlowWithPasswordMethod) Unset()
type NullableUpdateLoginFlowWithTotpMethod ¶
type NullableUpdateLoginFlowWithTotpMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateLoginFlowWithTotpMethod ¶
func NewNullableUpdateLoginFlowWithTotpMethod(val *UpdateLoginFlowWithTotpMethod) *NullableUpdateLoginFlowWithTotpMethod
func (NullableUpdateLoginFlowWithTotpMethod) Get ¶
func (v NullableUpdateLoginFlowWithTotpMethod) Get() *UpdateLoginFlowWithTotpMethod
func (NullableUpdateLoginFlowWithTotpMethod) IsSet ¶
func (v NullableUpdateLoginFlowWithTotpMethod) IsSet() bool
func (NullableUpdateLoginFlowWithTotpMethod) MarshalJSON ¶
func (v NullableUpdateLoginFlowWithTotpMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateLoginFlowWithTotpMethod) Set ¶
func (v *NullableUpdateLoginFlowWithTotpMethod) Set(val *UpdateLoginFlowWithTotpMethod)
func (*NullableUpdateLoginFlowWithTotpMethod) UnmarshalJSON ¶
func (v *NullableUpdateLoginFlowWithTotpMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateLoginFlowWithTotpMethod) Unset ¶
func (v *NullableUpdateLoginFlowWithTotpMethod) Unset()
type NullableUpdateLoginFlowWithWebAuthnMethod ¶
type NullableUpdateLoginFlowWithWebAuthnMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateLoginFlowWithWebAuthnMethod ¶
func NewNullableUpdateLoginFlowWithWebAuthnMethod(val *UpdateLoginFlowWithWebAuthnMethod) *NullableUpdateLoginFlowWithWebAuthnMethod
func (NullableUpdateLoginFlowWithWebAuthnMethod) IsSet ¶
func (v NullableUpdateLoginFlowWithWebAuthnMethod) IsSet() bool
func (NullableUpdateLoginFlowWithWebAuthnMethod) MarshalJSON ¶
func (v NullableUpdateLoginFlowWithWebAuthnMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateLoginFlowWithWebAuthnMethod) Set ¶
func (v *NullableUpdateLoginFlowWithWebAuthnMethod) Set(val *UpdateLoginFlowWithWebAuthnMethod)
func (*NullableUpdateLoginFlowWithWebAuthnMethod) UnmarshalJSON ¶
func (v *NullableUpdateLoginFlowWithWebAuthnMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateLoginFlowWithWebAuthnMethod) Unset ¶
func (v *NullableUpdateLoginFlowWithWebAuthnMethod) Unset()
type NullableUpdateRecoveryFlowBody ¶
type NullableUpdateRecoveryFlowBody struct {
// contains filtered or unexported fields
}
func NewNullableUpdateRecoveryFlowBody ¶
func NewNullableUpdateRecoveryFlowBody(val *UpdateRecoveryFlowBody) *NullableUpdateRecoveryFlowBody
func (NullableUpdateRecoveryFlowBody) Get ¶
func (v NullableUpdateRecoveryFlowBody) Get() *UpdateRecoveryFlowBody
func (NullableUpdateRecoveryFlowBody) IsSet ¶
func (v NullableUpdateRecoveryFlowBody) IsSet() bool
func (NullableUpdateRecoveryFlowBody) MarshalJSON ¶
func (v NullableUpdateRecoveryFlowBody) MarshalJSON() ([]byte, error)
func (*NullableUpdateRecoveryFlowBody) Set ¶
func (v *NullableUpdateRecoveryFlowBody) Set(val *UpdateRecoveryFlowBody)
func (*NullableUpdateRecoveryFlowBody) UnmarshalJSON ¶
func (v *NullableUpdateRecoveryFlowBody) UnmarshalJSON(src []byte) error
func (*NullableUpdateRecoveryFlowBody) Unset ¶
func (v *NullableUpdateRecoveryFlowBody) Unset()
type NullableUpdateRecoveryFlowWithCodeMethod ¶
type NullableUpdateRecoveryFlowWithCodeMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateRecoveryFlowWithCodeMethod ¶
func NewNullableUpdateRecoveryFlowWithCodeMethod(val *UpdateRecoveryFlowWithCodeMethod) *NullableUpdateRecoveryFlowWithCodeMethod
func (NullableUpdateRecoveryFlowWithCodeMethod) IsSet ¶
func (v NullableUpdateRecoveryFlowWithCodeMethod) IsSet() bool
func (NullableUpdateRecoveryFlowWithCodeMethod) MarshalJSON ¶
func (v NullableUpdateRecoveryFlowWithCodeMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateRecoveryFlowWithCodeMethod) Set ¶
func (v *NullableUpdateRecoveryFlowWithCodeMethod) Set(val *UpdateRecoveryFlowWithCodeMethod)
func (*NullableUpdateRecoveryFlowWithCodeMethod) UnmarshalJSON ¶
func (v *NullableUpdateRecoveryFlowWithCodeMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateRecoveryFlowWithCodeMethod) Unset ¶
func (v *NullableUpdateRecoveryFlowWithCodeMethod) Unset()
type NullableUpdateRecoveryFlowWithLinkMethod ¶
type NullableUpdateRecoveryFlowWithLinkMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateRecoveryFlowWithLinkMethod ¶
func NewNullableUpdateRecoveryFlowWithLinkMethod(val *UpdateRecoveryFlowWithLinkMethod) *NullableUpdateRecoveryFlowWithLinkMethod
func (NullableUpdateRecoveryFlowWithLinkMethod) IsSet ¶
func (v NullableUpdateRecoveryFlowWithLinkMethod) IsSet() bool
func (NullableUpdateRecoveryFlowWithLinkMethod) MarshalJSON ¶
func (v NullableUpdateRecoveryFlowWithLinkMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateRecoveryFlowWithLinkMethod) Set ¶
func (v *NullableUpdateRecoveryFlowWithLinkMethod) Set(val *UpdateRecoveryFlowWithLinkMethod)
func (*NullableUpdateRecoveryFlowWithLinkMethod) UnmarshalJSON ¶
func (v *NullableUpdateRecoveryFlowWithLinkMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateRecoveryFlowWithLinkMethod) Unset ¶
func (v *NullableUpdateRecoveryFlowWithLinkMethod) Unset()
type NullableUpdateRegistrationFlowBody ¶
type NullableUpdateRegistrationFlowBody struct {
// contains filtered or unexported fields
}
func NewNullableUpdateRegistrationFlowBody ¶
func NewNullableUpdateRegistrationFlowBody(val *UpdateRegistrationFlowBody) *NullableUpdateRegistrationFlowBody
func (NullableUpdateRegistrationFlowBody) Get ¶
func (v NullableUpdateRegistrationFlowBody) Get() *UpdateRegistrationFlowBody
func (NullableUpdateRegistrationFlowBody) IsSet ¶
func (v NullableUpdateRegistrationFlowBody) IsSet() bool
func (NullableUpdateRegistrationFlowBody) MarshalJSON ¶
func (v NullableUpdateRegistrationFlowBody) MarshalJSON() ([]byte, error)
func (*NullableUpdateRegistrationFlowBody) Set ¶
func (v *NullableUpdateRegistrationFlowBody) Set(val *UpdateRegistrationFlowBody)
func (*NullableUpdateRegistrationFlowBody) UnmarshalJSON ¶
func (v *NullableUpdateRegistrationFlowBody) UnmarshalJSON(src []byte) error
func (*NullableUpdateRegistrationFlowBody) Unset ¶
func (v *NullableUpdateRegistrationFlowBody) Unset()
type NullableUpdateRegistrationFlowWithCodeMethod ¶ added in v1.2.0
type NullableUpdateRegistrationFlowWithCodeMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateRegistrationFlowWithCodeMethod ¶ added in v1.2.0
func NewNullableUpdateRegistrationFlowWithCodeMethod(val *UpdateRegistrationFlowWithCodeMethod) *NullableUpdateRegistrationFlowWithCodeMethod
func (NullableUpdateRegistrationFlowWithCodeMethod) IsSet ¶ added in v1.2.0
func (v NullableUpdateRegistrationFlowWithCodeMethod) IsSet() bool
func (NullableUpdateRegistrationFlowWithCodeMethod) MarshalJSON ¶ added in v1.2.0
func (v NullableUpdateRegistrationFlowWithCodeMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateRegistrationFlowWithCodeMethod) Set ¶ added in v1.2.0
func (v *NullableUpdateRegistrationFlowWithCodeMethod) Set(val *UpdateRegistrationFlowWithCodeMethod)
func (*NullableUpdateRegistrationFlowWithCodeMethod) UnmarshalJSON ¶ added in v1.2.0
func (v *NullableUpdateRegistrationFlowWithCodeMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateRegistrationFlowWithCodeMethod) Unset ¶ added in v1.2.0
func (v *NullableUpdateRegistrationFlowWithCodeMethod) Unset()
type NullableUpdateRegistrationFlowWithOidcMethod ¶
type NullableUpdateRegistrationFlowWithOidcMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateRegistrationFlowWithOidcMethod ¶
func NewNullableUpdateRegistrationFlowWithOidcMethod(val *UpdateRegistrationFlowWithOidcMethod) *NullableUpdateRegistrationFlowWithOidcMethod
func (NullableUpdateRegistrationFlowWithOidcMethod) IsSet ¶
func (v NullableUpdateRegistrationFlowWithOidcMethod) IsSet() bool
func (NullableUpdateRegistrationFlowWithOidcMethod) MarshalJSON ¶
func (v NullableUpdateRegistrationFlowWithOidcMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateRegistrationFlowWithOidcMethod) Set ¶
func (v *NullableUpdateRegistrationFlowWithOidcMethod) Set(val *UpdateRegistrationFlowWithOidcMethod)
func (*NullableUpdateRegistrationFlowWithOidcMethod) UnmarshalJSON ¶
func (v *NullableUpdateRegistrationFlowWithOidcMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateRegistrationFlowWithOidcMethod) Unset ¶
func (v *NullableUpdateRegistrationFlowWithOidcMethod) Unset()
type NullableUpdateRegistrationFlowWithPasskeyMethod ¶ added in v1.11.6
type NullableUpdateRegistrationFlowWithPasskeyMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateRegistrationFlowWithPasskeyMethod ¶ added in v1.11.6
func NewNullableUpdateRegistrationFlowWithPasskeyMethod(val *UpdateRegistrationFlowWithPasskeyMethod) *NullableUpdateRegistrationFlowWithPasskeyMethod
func (NullableUpdateRegistrationFlowWithPasskeyMethod) IsSet ¶ added in v1.11.6
func (v NullableUpdateRegistrationFlowWithPasskeyMethod) IsSet() bool
func (NullableUpdateRegistrationFlowWithPasskeyMethod) MarshalJSON ¶ added in v1.11.6
func (v NullableUpdateRegistrationFlowWithPasskeyMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateRegistrationFlowWithPasskeyMethod) UnmarshalJSON ¶ added in v1.11.6
func (v *NullableUpdateRegistrationFlowWithPasskeyMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateRegistrationFlowWithPasskeyMethod) Unset ¶ added in v1.11.6
func (v *NullableUpdateRegistrationFlowWithPasskeyMethod) Unset()
type NullableUpdateRegistrationFlowWithPasswordMethod ¶
type NullableUpdateRegistrationFlowWithPasswordMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateRegistrationFlowWithPasswordMethod ¶
func NewNullableUpdateRegistrationFlowWithPasswordMethod(val *UpdateRegistrationFlowWithPasswordMethod) *NullableUpdateRegistrationFlowWithPasswordMethod
func (NullableUpdateRegistrationFlowWithPasswordMethod) IsSet ¶
func (v NullableUpdateRegistrationFlowWithPasswordMethod) IsSet() bool
func (NullableUpdateRegistrationFlowWithPasswordMethod) MarshalJSON ¶
func (v NullableUpdateRegistrationFlowWithPasswordMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateRegistrationFlowWithPasswordMethod) UnmarshalJSON ¶
func (v *NullableUpdateRegistrationFlowWithPasswordMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateRegistrationFlowWithPasswordMethod) Unset ¶
func (v *NullableUpdateRegistrationFlowWithPasswordMethod) Unset()
type NullableUpdateRegistrationFlowWithProfileMethod ¶ added in v1.11.6
type NullableUpdateRegistrationFlowWithProfileMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateRegistrationFlowWithProfileMethod ¶ added in v1.11.6
func NewNullableUpdateRegistrationFlowWithProfileMethod(val *UpdateRegistrationFlowWithProfileMethod) *NullableUpdateRegistrationFlowWithProfileMethod
func (NullableUpdateRegistrationFlowWithProfileMethod) IsSet ¶ added in v1.11.6
func (v NullableUpdateRegistrationFlowWithProfileMethod) IsSet() bool
func (NullableUpdateRegistrationFlowWithProfileMethod) MarshalJSON ¶ added in v1.11.6
func (v NullableUpdateRegistrationFlowWithProfileMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateRegistrationFlowWithProfileMethod) UnmarshalJSON ¶ added in v1.11.6
func (v *NullableUpdateRegistrationFlowWithProfileMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateRegistrationFlowWithProfileMethod) Unset ¶ added in v1.11.6
func (v *NullableUpdateRegistrationFlowWithProfileMethod) Unset()
type NullableUpdateRegistrationFlowWithWebAuthnMethod ¶
type NullableUpdateRegistrationFlowWithWebAuthnMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateRegistrationFlowWithWebAuthnMethod ¶
func NewNullableUpdateRegistrationFlowWithWebAuthnMethod(val *UpdateRegistrationFlowWithWebAuthnMethod) *NullableUpdateRegistrationFlowWithWebAuthnMethod
func (NullableUpdateRegistrationFlowWithWebAuthnMethod) IsSet ¶
func (v NullableUpdateRegistrationFlowWithWebAuthnMethod) IsSet() bool
func (NullableUpdateRegistrationFlowWithWebAuthnMethod) MarshalJSON ¶
func (v NullableUpdateRegistrationFlowWithWebAuthnMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateRegistrationFlowWithWebAuthnMethod) UnmarshalJSON ¶
func (v *NullableUpdateRegistrationFlowWithWebAuthnMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateRegistrationFlowWithWebAuthnMethod) Unset ¶
func (v *NullableUpdateRegistrationFlowWithWebAuthnMethod) Unset()
type NullableUpdateSettingsFlowBody ¶
type NullableUpdateSettingsFlowBody struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSettingsFlowBody ¶
func NewNullableUpdateSettingsFlowBody(val *UpdateSettingsFlowBody) *NullableUpdateSettingsFlowBody
func (NullableUpdateSettingsFlowBody) Get ¶
func (v NullableUpdateSettingsFlowBody) Get() *UpdateSettingsFlowBody
func (NullableUpdateSettingsFlowBody) IsSet ¶
func (v NullableUpdateSettingsFlowBody) IsSet() bool
func (NullableUpdateSettingsFlowBody) MarshalJSON ¶
func (v NullableUpdateSettingsFlowBody) MarshalJSON() ([]byte, error)
func (*NullableUpdateSettingsFlowBody) Set ¶
func (v *NullableUpdateSettingsFlowBody) Set(val *UpdateSettingsFlowBody)
func (*NullableUpdateSettingsFlowBody) UnmarshalJSON ¶
func (v *NullableUpdateSettingsFlowBody) UnmarshalJSON(src []byte) error
func (*NullableUpdateSettingsFlowBody) Unset ¶
func (v *NullableUpdateSettingsFlowBody) Unset()
type NullableUpdateSettingsFlowWithLookupMethod ¶
type NullableUpdateSettingsFlowWithLookupMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSettingsFlowWithLookupMethod ¶
func NewNullableUpdateSettingsFlowWithLookupMethod(val *UpdateSettingsFlowWithLookupMethod) *NullableUpdateSettingsFlowWithLookupMethod
func (NullableUpdateSettingsFlowWithLookupMethod) IsSet ¶
func (v NullableUpdateSettingsFlowWithLookupMethod) IsSet() bool
func (NullableUpdateSettingsFlowWithLookupMethod) MarshalJSON ¶
func (v NullableUpdateSettingsFlowWithLookupMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateSettingsFlowWithLookupMethod) Set ¶
func (v *NullableUpdateSettingsFlowWithLookupMethod) Set(val *UpdateSettingsFlowWithLookupMethod)
func (*NullableUpdateSettingsFlowWithLookupMethod) UnmarshalJSON ¶
func (v *NullableUpdateSettingsFlowWithLookupMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateSettingsFlowWithLookupMethod) Unset ¶
func (v *NullableUpdateSettingsFlowWithLookupMethod) Unset()
type NullableUpdateSettingsFlowWithOidcMethod ¶
type NullableUpdateSettingsFlowWithOidcMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSettingsFlowWithOidcMethod ¶
func NewNullableUpdateSettingsFlowWithOidcMethod(val *UpdateSettingsFlowWithOidcMethod) *NullableUpdateSettingsFlowWithOidcMethod
func (NullableUpdateSettingsFlowWithOidcMethod) IsSet ¶
func (v NullableUpdateSettingsFlowWithOidcMethod) IsSet() bool
func (NullableUpdateSettingsFlowWithOidcMethod) MarshalJSON ¶
func (v NullableUpdateSettingsFlowWithOidcMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateSettingsFlowWithOidcMethod) Set ¶
func (v *NullableUpdateSettingsFlowWithOidcMethod) Set(val *UpdateSettingsFlowWithOidcMethod)
func (*NullableUpdateSettingsFlowWithOidcMethod) UnmarshalJSON ¶
func (v *NullableUpdateSettingsFlowWithOidcMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateSettingsFlowWithOidcMethod) Unset ¶
func (v *NullableUpdateSettingsFlowWithOidcMethod) Unset()
type NullableUpdateSettingsFlowWithPasskeyMethod ¶ added in v1.11.6
type NullableUpdateSettingsFlowWithPasskeyMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSettingsFlowWithPasskeyMethod ¶ added in v1.11.6
func NewNullableUpdateSettingsFlowWithPasskeyMethod(val *UpdateSettingsFlowWithPasskeyMethod) *NullableUpdateSettingsFlowWithPasskeyMethod
func (NullableUpdateSettingsFlowWithPasskeyMethod) IsSet ¶ added in v1.11.6
func (v NullableUpdateSettingsFlowWithPasskeyMethod) IsSet() bool
func (NullableUpdateSettingsFlowWithPasskeyMethod) MarshalJSON ¶ added in v1.11.6
func (v NullableUpdateSettingsFlowWithPasskeyMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateSettingsFlowWithPasskeyMethod) Set ¶ added in v1.11.6
func (v *NullableUpdateSettingsFlowWithPasskeyMethod) Set(val *UpdateSettingsFlowWithPasskeyMethod)
func (*NullableUpdateSettingsFlowWithPasskeyMethod) UnmarshalJSON ¶ added in v1.11.6
func (v *NullableUpdateSettingsFlowWithPasskeyMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateSettingsFlowWithPasskeyMethod) Unset ¶ added in v1.11.6
func (v *NullableUpdateSettingsFlowWithPasskeyMethod) Unset()
type NullableUpdateSettingsFlowWithPasswordMethod ¶
type NullableUpdateSettingsFlowWithPasswordMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSettingsFlowWithPasswordMethod ¶
func NewNullableUpdateSettingsFlowWithPasswordMethod(val *UpdateSettingsFlowWithPasswordMethod) *NullableUpdateSettingsFlowWithPasswordMethod
func (NullableUpdateSettingsFlowWithPasswordMethod) IsSet ¶
func (v NullableUpdateSettingsFlowWithPasswordMethod) IsSet() bool
func (NullableUpdateSettingsFlowWithPasswordMethod) MarshalJSON ¶
func (v NullableUpdateSettingsFlowWithPasswordMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateSettingsFlowWithPasswordMethod) Set ¶
func (v *NullableUpdateSettingsFlowWithPasswordMethod) Set(val *UpdateSettingsFlowWithPasswordMethod)
func (*NullableUpdateSettingsFlowWithPasswordMethod) UnmarshalJSON ¶
func (v *NullableUpdateSettingsFlowWithPasswordMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateSettingsFlowWithPasswordMethod) Unset ¶
func (v *NullableUpdateSettingsFlowWithPasswordMethod) Unset()
type NullableUpdateSettingsFlowWithProfileMethod ¶
type NullableUpdateSettingsFlowWithProfileMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSettingsFlowWithProfileMethod ¶
func NewNullableUpdateSettingsFlowWithProfileMethod(val *UpdateSettingsFlowWithProfileMethod) *NullableUpdateSettingsFlowWithProfileMethod
func (NullableUpdateSettingsFlowWithProfileMethod) IsSet ¶
func (v NullableUpdateSettingsFlowWithProfileMethod) IsSet() bool
func (NullableUpdateSettingsFlowWithProfileMethod) MarshalJSON ¶
func (v NullableUpdateSettingsFlowWithProfileMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateSettingsFlowWithProfileMethod) Set ¶
func (v *NullableUpdateSettingsFlowWithProfileMethod) Set(val *UpdateSettingsFlowWithProfileMethod)
func (*NullableUpdateSettingsFlowWithProfileMethod) UnmarshalJSON ¶
func (v *NullableUpdateSettingsFlowWithProfileMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateSettingsFlowWithProfileMethod) Unset ¶
func (v *NullableUpdateSettingsFlowWithProfileMethod) Unset()
type NullableUpdateSettingsFlowWithTotpMethod ¶
type NullableUpdateSettingsFlowWithTotpMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSettingsFlowWithTotpMethod ¶
func NewNullableUpdateSettingsFlowWithTotpMethod(val *UpdateSettingsFlowWithTotpMethod) *NullableUpdateSettingsFlowWithTotpMethod
func (NullableUpdateSettingsFlowWithTotpMethod) IsSet ¶
func (v NullableUpdateSettingsFlowWithTotpMethod) IsSet() bool
func (NullableUpdateSettingsFlowWithTotpMethod) MarshalJSON ¶
func (v NullableUpdateSettingsFlowWithTotpMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateSettingsFlowWithTotpMethod) Set ¶
func (v *NullableUpdateSettingsFlowWithTotpMethod) Set(val *UpdateSettingsFlowWithTotpMethod)
func (*NullableUpdateSettingsFlowWithTotpMethod) UnmarshalJSON ¶
func (v *NullableUpdateSettingsFlowWithTotpMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateSettingsFlowWithTotpMethod) Unset ¶
func (v *NullableUpdateSettingsFlowWithTotpMethod) Unset()
type NullableUpdateSettingsFlowWithWebAuthnMethod ¶
type NullableUpdateSettingsFlowWithWebAuthnMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSettingsFlowWithWebAuthnMethod ¶
func NewNullableUpdateSettingsFlowWithWebAuthnMethod(val *UpdateSettingsFlowWithWebAuthnMethod) *NullableUpdateSettingsFlowWithWebAuthnMethod
func (NullableUpdateSettingsFlowWithWebAuthnMethod) IsSet ¶
func (v NullableUpdateSettingsFlowWithWebAuthnMethod) IsSet() bool
func (NullableUpdateSettingsFlowWithWebAuthnMethod) MarshalJSON ¶
func (v NullableUpdateSettingsFlowWithWebAuthnMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateSettingsFlowWithWebAuthnMethod) Set ¶
func (v *NullableUpdateSettingsFlowWithWebAuthnMethod) Set(val *UpdateSettingsFlowWithWebAuthnMethod)
func (*NullableUpdateSettingsFlowWithWebAuthnMethod) UnmarshalJSON ¶
func (v *NullableUpdateSettingsFlowWithWebAuthnMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateSettingsFlowWithWebAuthnMethod) Unset ¶
func (v *NullableUpdateSettingsFlowWithWebAuthnMethod) Unset()
type NullableUpdateSubscriptionBody ¶
type NullableUpdateSubscriptionBody struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSubscriptionBody ¶
func NewNullableUpdateSubscriptionBody(val *UpdateSubscriptionBody) *NullableUpdateSubscriptionBody
func (NullableUpdateSubscriptionBody) Get ¶
func (v NullableUpdateSubscriptionBody) Get() *UpdateSubscriptionBody
func (NullableUpdateSubscriptionBody) IsSet ¶
func (v NullableUpdateSubscriptionBody) IsSet() bool
func (NullableUpdateSubscriptionBody) MarshalJSON ¶
func (v NullableUpdateSubscriptionBody) MarshalJSON() ([]byte, error)
func (*NullableUpdateSubscriptionBody) Set ¶
func (v *NullableUpdateSubscriptionBody) Set(val *UpdateSubscriptionBody)
func (*NullableUpdateSubscriptionBody) UnmarshalJSON ¶
func (v *NullableUpdateSubscriptionBody) UnmarshalJSON(src []byte) error
func (*NullableUpdateSubscriptionBody) Unset ¶
func (v *NullableUpdateSubscriptionBody) Unset()
type NullableUpdateVerificationFlowBody ¶
type NullableUpdateVerificationFlowBody struct {
// contains filtered or unexported fields
}
func NewNullableUpdateVerificationFlowBody ¶
func NewNullableUpdateVerificationFlowBody(val *UpdateVerificationFlowBody) *NullableUpdateVerificationFlowBody
func (NullableUpdateVerificationFlowBody) Get ¶
func (v NullableUpdateVerificationFlowBody) Get() *UpdateVerificationFlowBody
func (NullableUpdateVerificationFlowBody) IsSet ¶
func (v NullableUpdateVerificationFlowBody) IsSet() bool
func (NullableUpdateVerificationFlowBody) MarshalJSON ¶
func (v NullableUpdateVerificationFlowBody) MarshalJSON() ([]byte, error)
func (*NullableUpdateVerificationFlowBody) Set ¶
func (v *NullableUpdateVerificationFlowBody) Set(val *UpdateVerificationFlowBody)
func (*NullableUpdateVerificationFlowBody) UnmarshalJSON ¶
func (v *NullableUpdateVerificationFlowBody) UnmarshalJSON(src []byte) error
func (*NullableUpdateVerificationFlowBody) Unset ¶
func (v *NullableUpdateVerificationFlowBody) Unset()
type NullableUpdateVerificationFlowWithCodeMethod ¶ added in v1.1.25
type NullableUpdateVerificationFlowWithCodeMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateVerificationFlowWithCodeMethod ¶ added in v1.1.25
func NewNullableUpdateVerificationFlowWithCodeMethod(val *UpdateVerificationFlowWithCodeMethod) *NullableUpdateVerificationFlowWithCodeMethod
func (NullableUpdateVerificationFlowWithCodeMethod) IsSet ¶ added in v1.1.25
func (v NullableUpdateVerificationFlowWithCodeMethod) IsSet() bool
func (NullableUpdateVerificationFlowWithCodeMethod) MarshalJSON ¶ added in v1.1.25
func (v NullableUpdateVerificationFlowWithCodeMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateVerificationFlowWithCodeMethod) Set ¶ added in v1.1.25
func (v *NullableUpdateVerificationFlowWithCodeMethod) Set(val *UpdateVerificationFlowWithCodeMethod)
func (*NullableUpdateVerificationFlowWithCodeMethod) UnmarshalJSON ¶ added in v1.1.25
func (v *NullableUpdateVerificationFlowWithCodeMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateVerificationFlowWithCodeMethod) Unset ¶ added in v1.1.25
func (v *NullableUpdateVerificationFlowWithCodeMethod) Unset()
type NullableUpdateVerificationFlowWithLinkMethod ¶
type NullableUpdateVerificationFlowWithLinkMethod struct {
// contains filtered or unexported fields
}
func NewNullableUpdateVerificationFlowWithLinkMethod ¶
func NewNullableUpdateVerificationFlowWithLinkMethod(val *UpdateVerificationFlowWithLinkMethod) *NullableUpdateVerificationFlowWithLinkMethod
func (NullableUpdateVerificationFlowWithLinkMethod) IsSet ¶
func (v NullableUpdateVerificationFlowWithLinkMethod) IsSet() bool
func (NullableUpdateVerificationFlowWithLinkMethod) MarshalJSON ¶
func (v NullableUpdateVerificationFlowWithLinkMethod) MarshalJSON() ([]byte, error)
func (*NullableUpdateVerificationFlowWithLinkMethod) Set ¶
func (v *NullableUpdateVerificationFlowWithLinkMethod) Set(val *UpdateVerificationFlowWithLinkMethod)
func (*NullableUpdateVerificationFlowWithLinkMethod) UnmarshalJSON ¶
func (v *NullableUpdateVerificationFlowWithLinkMethod) UnmarshalJSON(src []byte) error
func (*NullableUpdateVerificationFlowWithLinkMethod) Unset ¶
func (v *NullableUpdateVerificationFlowWithLinkMethod) Unset()
type NullableUpdateWorkspaceBody ¶ added in v1.11.10
type NullableUpdateWorkspaceBody struct {
// contains filtered or unexported fields
}
func NewNullableUpdateWorkspaceBody ¶ added in v1.11.10
func NewNullableUpdateWorkspaceBody(val *UpdateWorkspaceBody) *NullableUpdateWorkspaceBody
func (NullableUpdateWorkspaceBody) Get ¶ added in v1.11.10
func (v NullableUpdateWorkspaceBody) Get() *UpdateWorkspaceBody
func (NullableUpdateWorkspaceBody) IsSet ¶ added in v1.11.10
func (v NullableUpdateWorkspaceBody) IsSet() bool
func (NullableUpdateWorkspaceBody) MarshalJSON ¶ added in v1.11.10
func (v NullableUpdateWorkspaceBody) MarshalJSON() ([]byte, error)
func (*NullableUpdateWorkspaceBody) Set ¶ added in v1.11.10
func (v *NullableUpdateWorkspaceBody) Set(val *UpdateWorkspaceBody)
func (*NullableUpdateWorkspaceBody) UnmarshalJSON ¶ added in v1.11.10
func (v *NullableUpdateWorkspaceBody) UnmarshalJSON(src []byte) error
func (*NullableUpdateWorkspaceBody) Unset ¶ added in v1.11.10
func (v *NullableUpdateWorkspaceBody) Unset()
type NullableUsage ¶ added in v1.1.22
type NullableUsage struct {
// contains filtered or unexported fields
}
func NewNullableUsage ¶ added in v1.1.22
func NewNullableUsage(val *Usage) *NullableUsage
func (NullableUsage) Get ¶ added in v1.1.22
func (v NullableUsage) Get() *Usage
func (NullableUsage) IsSet ¶ added in v1.1.22
func (v NullableUsage) IsSet() bool
func (NullableUsage) MarshalJSON ¶ added in v1.1.22
func (v NullableUsage) MarshalJSON() ([]byte, error)
func (*NullableUsage) Set ¶ added in v1.1.22
func (v *NullableUsage) Set(val *Usage)
func (*NullableUsage) UnmarshalJSON ¶ added in v1.1.22
func (v *NullableUsage) UnmarshalJSON(src []byte) error
func (*NullableUsage) Unset ¶ added in v1.1.22
func (v *NullableUsage) Unset()
type NullableVerifiableCredentialPrimingResponse ¶ added in v1.1.44
type NullableVerifiableCredentialPrimingResponse struct {
// contains filtered or unexported fields
}
func NewNullableVerifiableCredentialPrimingResponse ¶ added in v1.1.44
func NewNullableVerifiableCredentialPrimingResponse(val *VerifiableCredentialPrimingResponse) *NullableVerifiableCredentialPrimingResponse
func (NullableVerifiableCredentialPrimingResponse) IsSet ¶ added in v1.1.44
func (v NullableVerifiableCredentialPrimingResponse) IsSet() bool
func (NullableVerifiableCredentialPrimingResponse) MarshalJSON ¶ added in v1.1.44
func (v NullableVerifiableCredentialPrimingResponse) MarshalJSON() ([]byte, error)
func (*NullableVerifiableCredentialPrimingResponse) Set ¶ added in v1.1.44
func (v *NullableVerifiableCredentialPrimingResponse) Set(val *VerifiableCredentialPrimingResponse)
func (*NullableVerifiableCredentialPrimingResponse) UnmarshalJSON ¶ added in v1.1.44
func (v *NullableVerifiableCredentialPrimingResponse) UnmarshalJSON(src []byte) error
func (*NullableVerifiableCredentialPrimingResponse) Unset ¶ added in v1.1.44
func (v *NullableVerifiableCredentialPrimingResponse) Unset()
type NullableVerifiableCredentialProof ¶ added in v1.1.44
type NullableVerifiableCredentialProof struct {
// contains filtered or unexported fields
}
func NewNullableVerifiableCredentialProof ¶ added in v1.1.44
func NewNullableVerifiableCredentialProof(val *VerifiableCredentialProof) *NullableVerifiableCredentialProof
func (NullableVerifiableCredentialProof) Get ¶ added in v1.1.44
func (v NullableVerifiableCredentialProof) Get() *VerifiableCredentialProof
func (NullableVerifiableCredentialProof) IsSet ¶ added in v1.1.44
func (v NullableVerifiableCredentialProof) IsSet() bool
func (NullableVerifiableCredentialProof) MarshalJSON ¶ added in v1.1.44
func (v NullableVerifiableCredentialProof) MarshalJSON() ([]byte, error)
func (*NullableVerifiableCredentialProof) Set ¶ added in v1.1.44
func (v *NullableVerifiableCredentialProof) Set(val *VerifiableCredentialProof)
func (*NullableVerifiableCredentialProof) UnmarshalJSON ¶ added in v1.1.44
func (v *NullableVerifiableCredentialProof) UnmarshalJSON(src []byte) error
func (*NullableVerifiableCredentialProof) Unset ¶ added in v1.1.44
func (v *NullableVerifiableCredentialProof) Unset()
type NullableVerifiableCredentialResponse ¶ added in v1.1.44
type NullableVerifiableCredentialResponse struct {
// contains filtered or unexported fields
}
func NewNullableVerifiableCredentialResponse ¶ added in v1.1.44
func NewNullableVerifiableCredentialResponse(val *VerifiableCredentialResponse) *NullableVerifiableCredentialResponse
func (NullableVerifiableCredentialResponse) Get ¶ added in v1.1.44
func (v NullableVerifiableCredentialResponse) Get() *VerifiableCredentialResponse
func (NullableVerifiableCredentialResponse) IsSet ¶ added in v1.1.44
func (v NullableVerifiableCredentialResponse) IsSet() bool
func (NullableVerifiableCredentialResponse) MarshalJSON ¶ added in v1.1.44
func (v NullableVerifiableCredentialResponse) MarshalJSON() ([]byte, error)
func (*NullableVerifiableCredentialResponse) Set ¶ added in v1.1.44
func (v *NullableVerifiableCredentialResponse) Set(val *VerifiableCredentialResponse)
func (*NullableVerifiableCredentialResponse) UnmarshalJSON ¶ added in v1.1.44
func (v *NullableVerifiableCredentialResponse) UnmarshalJSON(src []byte) error
func (*NullableVerifiableCredentialResponse) Unset ¶ added in v1.1.44
func (v *NullableVerifiableCredentialResponse) Unset()
type NullableVerifiableIdentityAddress ¶
type NullableVerifiableIdentityAddress struct {
// contains filtered or unexported fields
}
func NewNullableVerifiableIdentityAddress ¶
func NewNullableVerifiableIdentityAddress(val *VerifiableIdentityAddress) *NullableVerifiableIdentityAddress
func (NullableVerifiableIdentityAddress) Get ¶
func (v NullableVerifiableIdentityAddress) Get() *VerifiableIdentityAddress
func (NullableVerifiableIdentityAddress) IsSet ¶
func (v NullableVerifiableIdentityAddress) IsSet() bool
func (NullableVerifiableIdentityAddress) MarshalJSON ¶
func (v NullableVerifiableIdentityAddress) MarshalJSON() ([]byte, error)
func (*NullableVerifiableIdentityAddress) Set ¶
func (v *NullableVerifiableIdentityAddress) Set(val *VerifiableIdentityAddress)
func (*NullableVerifiableIdentityAddress) UnmarshalJSON ¶
func (v *NullableVerifiableIdentityAddress) UnmarshalJSON(src []byte) error
func (*NullableVerifiableIdentityAddress) Unset ¶
func (v *NullableVerifiableIdentityAddress) Unset()
type NullableVerificationFlow ¶
type NullableVerificationFlow struct {
// contains filtered or unexported fields
}
func NewNullableVerificationFlow ¶
func NewNullableVerificationFlow(val *VerificationFlow) *NullableVerificationFlow
func (NullableVerificationFlow) Get ¶
func (v NullableVerificationFlow) Get() *VerificationFlow
func (NullableVerificationFlow) IsSet ¶
func (v NullableVerificationFlow) IsSet() bool
func (NullableVerificationFlow) MarshalJSON ¶
func (v NullableVerificationFlow) MarshalJSON() ([]byte, error)
func (*NullableVerificationFlow) Set ¶
func (v *NullableVerificationFlow) Set(val *VerificationFlow)
func (*NullableVerificationFlow) UnmarshalJSON ¶
func (v *NullableVerificationFlow) UnmarshalJSON(src []byte) error
func (*NullableVerificationFlow) Unset ¶
func (v *NullableVerificationFlow) Unset()
type NullableVerificationFlowState ¶
type NullableVerificationFlowState struct {
// contains filtered or unexported fields
}
func NewNullableVerificationFlowState ¶
func NewNullableVerificationFlowState(val *VerificationFlowState) *NullableVerificationFlowState
func (NullableVerificationFlowState) Get ¶
func (v NullableVerificationFlowState) Get() *VerificationFlowState
func (NullableVerificationFlowState) IsSet ¶
func (v NullableVerificationFlowState) IsSet() bool
func (NullableVerificationFlowState) MarshalJSON ¶
func (v NullableVerificationFlowState) MarshalJSON() ([]byte, error)
func (*NullableVerificationFlowState) Set ¶
func (v *NullableVerificationFlowState) Set(val *VerificationFlowState)
func (*NullableVerificationFlowState) UnmarshalJSON ¶
func (v *NullableVerificationFlowState) UnmarshalJSON(src []byte) error
func (*NullableVerificationFlowState) Unset ¶
func (v *NullableVerificationFlowState) Unset()
type NullableVersion ¶
type NullableVersion struct {
// contains filtered or unexported fields
}
func NewNullableVersion ¶
func NewNullableVersion(val *Version) *NullableVersion
func (NullableVersion) Get ¶
func (v NullableVersion) Get() *Version
func (NullableVersion) IsSet ¶
func (v NullableVersion) IsSet() bool
func (NullableVersion) MarshalJSON ¶
func (v NullableVersion) MarshalJSON() ([]byte, error)
func (*NullableVersion) Set ¶
func (v *NullableVersion) Set(val *Version)
func (*NullableVersion) UnmarshalJSON ¶
func (v *NullableVersion) UnmarshalJSON(src []byte) error
func (*NullableVersion) Unset ¶
func (v *NullableVersion) Unset()
type NullableWarning ¶
type NullableWarning struct {
// contains filtered or unexported fields
}
func NewNullableWarning ¶
func NewNullableWarning(val *Warning) *NullableWarning
func (NullableWarning) Get ¶
func (v NullableWarning) Get() *Warning
func (NullableWarning) IsSet ¶
func (v NullableWarning) IsSet() bool
func (NullableWarning) MarshalJSON ¶
func (v NullableWarning) MarshalJSON() ([]byte, error)
func (*NullableWarning) Set ¶
func (v *NullableWarning) Set(val *Warning)
func (*NullableWarning) UnmarshalJSON ¶
func (v *NullableWarning) UnmarshalJSON(src []byte) error
func (*NullableWarning) Unset ¶
func (v *NullableWarning) Unset()
type NullableWorkspace ¶ added in v1.4.4
type NullableWorkspace struct {
// contains filtered or unexported fields
}
func NewNullableWorkspace ¶ added in v1.4.4
func NewNullableWorkspace(val *Workspace) *NullableWorkspace
func (NullableWorkspace) Get ¶ added in v1.4.4
func (v NullableWorkspace) Get() *Workspace
func (NullableWorkspace) IsSet ¶ added in v1.4.4
func (v NullableWorkspace) IsSet() bool
func (NullableWorkspace) MarshalJSON ¶ added in v1.4.4
func (v NullableWorkspace) MarshalJSON() ([]byte, error)
func (*NullableWorkspace) Set ¶ added in v1.4.4
func (v *NullableWorkspace) Set(val *Workspace)
func (*NullableWorkspace) UnmarshalJSON ¶ added in v1.4.4
func (v *NullableWorkspace) UnmarshalJSON(src []byte) error
func (*NullableWorkspace) Unset ¶ added in v1.4.4
func (v *NullableWorkspace) Unset()
type NullableWorkspaceApiKey ¶ added in v1.11.12
type NullableWorkspaceApiKey struct {
// contains filtered or unexported fields
}
func NewNullableWorkspaceApiKey ¶ added in v1.11.12
func NewNullableWorkspaceApiKey(val *WorkspaceApiKey) *NullableWorkspaceApiKey
func (NullableWorkspaceApiKey) Get ¶ added in v1.11.12
func (v NullableWorkspaceApiKey) Get() *WorkspaceApiKey
func (NullableWorkspaceApiKey) IsSet ¶ added in v1.11.12
func (v NullableWorkspaceApiKey) IsSet() bool
func (NullableWorkspaceApiKey) MarshalJSON ¶ added in v1.11.12
func (v NullableWorkspaceApiKey) MarshalJSON() ([]byte, error)
func (*NullableWorkspaceApiKey) Set ¶ added in v1.11.12
func (v *NullableWorkspaceApiKey) Set(val *WorkspaceApiKey)
func (*NullableWorkspaceApiKey) UnmarshalJSON ¶ added in v1.11.12
func (v *NullableWorkspaceApiKey) UnmarshalJSON(src []byte) error
func (*NullableWorkspaceApiKey) Unset ¶ added in v1.11.12
func (v *NullableWorkspaceApiKey) Unset()
type OAuth2API ¶ added in v1.3.0
type OAuth2API interface {
/*
AcceptOAuth2ConsentRequest Accept OAuth 2.0 Consent Request
When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider
to authenticate the subject and then tell Ory now about it. If the subject authenticated, he/she must now be asked if
the OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf.
The consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent
provider uses that challenge to fetch information on the OAuth2 request and then tells Ory if the subject accepted
or rejected the request.
This endpoint tells Ory that the subject has authorized the OAuth 2.0 client to access resources on his/her behalf.
The consent provider includes additional information, such as session data for access and ID tokens, and if the
consent request should be used as basis for future requests.
The response contains a redirect URL which the consent provider should redirect the user-agent to.
The default consent provider is available via the Ory Managed Account Experience. To customize the consent provider, please
head over to the OAuth 2.0 documentation.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIAcceptOAuth2ConsentRequestRequest
*/
AcceptOAuth2ConsentRequest(ctx context.Context) OAuth2APIAcceptOAuth2ConsentRequestRequest
// AcceptOAuth2ConsentRequestExecute executes the request
// @return OAuth2RedirectTo
AcceptOAuth2ConsentRequestExecute(r OAuth2APIAcceptOAuth2ConsentRequestRequest) (*OAuth2RedirectTo, *http.Response, error)
/*
AcceptOAuth2LoginRequest Accept OAuth 2.0 Login Request
When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider
to authenticate the subject and then tell the Ory OAuth2 Service about it.
The authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login
provider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.
This endpoint tells Ory that the subject has successfully authenticated and includes additional information such as
the subject's ID and if Ory should remember the subject's subject agent for future authentication attempts by setting
a cookie.
The response contains a redirect URL which the login provider should redirect the user-agent to.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIAcceptOAuth2LoginRequestRequest
*/
AcceptOAuth2LoginRequest(ctx context.Context) OAuth2APIAcceptOAuth2LoginRequestRequest
// AcceptOAuth2LoginRequestExecute executes the request
// @return OAuth2RedirectTo
AcceptOAuth2LoginRequestExecute(r OAuth2APIAcceptOAuth2LoginRequestRequest) (*OAuth2RedirectTo, *http.Response, error)
/*
AcceptOAuth2LogoutRequest Accept OAuth 2.0 Session Logout Request
When a user or an application requests Ory OAuth 2.0 to remove the session state of a subject, this endpoint is used to confirm that logout request.
The response contains a redirect URL which the consent provider should redirect the user-agent to.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIAcceptOAuth2LogoutRequestRequest
*/
AcceptOAuth2LogoutRequest(ctx context.Context) OAuth2APIAcceptOAuth2LogoutRequestRequest
// AcceptOAuth2LogoutRequestExecute executes the request
// @return OAuth2RedirectTo
AcceptOAuth2LogoutRequestExecute(r OAuth2APIAcceptOAuth2LogoutRequestRequest) (*OAuth2RedirectTo, *http.Response, error)
/*
CreateOAuth2Client Create OAuth 2.0 Client
Create a new OAuth 2.0 client. If you pass `client_secret` the secret is used, otherwise a random secret
is generated. The secret is echoed in the response. It is not possible to retrieve it later on.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APICreateOAuth2ClientRequest
*/
CreateOAuth2Client(ctx context.Context) OAuth2APICreateOAuth2ClientRequest
// CreateOAuth2ClientExecute executes the request
// @return OAuth2Client
CreateOAuth2ClientExecute(r OAuth2APICreateOAuth2ClientRequest) (*OAuth2Client, *http.Response, error)
/*
DeleteOAuth2Client Delete OAuth 2.0 Client
Delete an existing OAuth 2.0 Client by its ID.
OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are
generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.
Make sure that this endpoint is well protected and only callable by first-party components.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The id of the OAuth 2.0 Client.
@return OAuth2APIDeleteOAuth2ClientRequest
*/
DeleteOAuth2Client(ctx context.Context, id string) OAuth2APIDeleteOAuth2ClientRequest
// DeleteOAuth2ClientExecute executes the request
DeleteOAuth2ClientExecute(r OAuth2APIDeleteOAuth2ClientRequest) (*http.Response, error)
/*
DeleteOAuth2Token Delete OAuth 2.0 Access Tokens from specific OAuth 2.0 Client
This endpoint deletes OAuth2 access tokens issued to an OAuth 2.0 Client from the database.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIDeleteOAuth2TokenRequest
*/
DeleteOAuth2Token(ctx context.Context) OAuth2APIDeleteOAuth2TokenRequest
// DeleteOAuth2TokenExecute executes the request
DeleteOAuth2TokenExecute(r OAuth2APIDeleteOAuth2TokenRequest) (*http.Response, error)
/*
DeleteTrustedOAuth2JwtGrantIssuer Delete Trusted OAuth2 JWT Bearer Grant Type Issuer
Use this endpoint to delete trusted JWT Bearer Grant Type Issuer. The ID is the one returned when you
created the trust relationship.
Once deleted, the associated issuer will no longer be able to perform the JSON Web Token (JWT) Profile
for OAuth 2.0 Client Authentication and Authorization Grant.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The id of the desired grant
@return OAuth2APIDeleteTrustedOAuth2JwtGrantIssuerRequest
*/
DeleteTrustedOAuth2JwtGrantIssuer(ctx context.Context, id string) OAuth2APIDeleteTrustedOAuth2JwtGrantIssuerRequest
// DeleteTrustedOAuth2JwtGrantIssuerExecute executes the request
DeleteTrustedOAuth2JwtGrantIssuerExecute(r OAuth2APIDeleteTrustedOAuth2JwtGrantIssuerRequest) (*http.Response, error)
/*
GetOAuth2Client Get an OAuth 2.0 Client
Get an OAuth 2.0 client by its ID. This endpoint never returns the client secret.
OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are
generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The id of the OAuth 2.0 Client.
@return OAuth2APIGetOAuth2ClientRequest
*/
GetOAuth2Client(ctx context.Context, id string) OAuth2APIGetOAuth2ClientRequest
// GetOAuth2ClientExecute executes the request
// @return OAuth2Client
GetOAuth2ClientExecute(r OAuth2APIGetOAuth2ClientRequest) (*OAuth2Client, *http.Response, error)
/*
GetOAuth2ConsentRequest Get OAuth 2.0 Consent Request
When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider
to authenticate the subject and then tell Ory now about it. If the subject authenticated, he/she must now be asked if
the OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf.
The consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent
provider uses that challenge to fetch information on the OAuth2 request and then tells Ory if the subject accepted
or rejected the request.
The default consent provider is available via the Ory Managed Account Experience. To customize the consent provider, please
head over to the OAuth 2.0 documentation.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIGetOAuth2ConsentRequestRequest
*/
GetOAuth2ConsentRequest(ctx context.Context) OAuth2APIGetOAuth2ConsentRequestRequest
// GetOAuth2ConsentRequestExecute executes the request
// @return OAuth2ConsentRequest
GetOAuth2ConsentRequestExecute(r OAuth2APIGetOAuth2ConsentRequestRequest) (*OAuth2ConsentRequest, *http.Response, error)
/*
GetOAuth2LoginRequest Get OAuth 2.0 Login Request
When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider
to authenticate the subject and then tell the Ory OAuth2 Service about it.
Per default, the login provider is Ory itself. You may use a different login provider which needs to be a web-app
you write and host, and it must be able to authenticate ("show the subject a login screen")
a subject (in OAuth2 the proper name for subject is "resource owner").
The authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login
provider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIGetOAuth2LoginRequestRequest
*/
GetOAuth2LoginRequest(ctx context.Context) OAuth2APIGetOAuth2LoginRequestRequest
// GetOAuth2LoginRequestExecute executes the request
// @return OAuth2LoginRequest
GetOAuth2LoginRequestExecute(r OAuth2APIGetOAuth2LoginRequestRequest) (*OAuth2LoginRequest, *http.Response, error)
/*
GetOAuth2LogoutRequest Get OAuth 2.0 Session Logout Request
Use this endpoint to fetch an Ory OAuth 2.0 logout request.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIGetOAuth2LogoutRequestRequest
*/
GetOAuth2LogoutRequest(ctx context.Context) OAuth2APIGetOAuth2LogoutRequestRequest
// GetOAuth2LogoutRequestExecute executes the request
// @return OAuth2LogoutRequest
GetOAuth2LogoutRequestExecute(r OAuth2APIGetOAuth2LogoutRequestRequest) (*OAuth2LogoutRequest, *http.Response, error)
/*
GetTrustedOAuth2JwtGrantIssuer Get Trusted OAuth2 JWT Bearer Grant Type Issuer
Use this endpoint to get a trusted JWT Bearer Grant Type Issuer. The ID is the one returned when you
created the trust relationship.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The id of the desired grant
@return OAuth2APIGetTrustedOAuth2JwtGrantIssuerRequest
*/
GetTrustedOAuth2JwtGrantIssuer(ctx context.Context, id string) OAuth2APIGetTrustedOAuth2JwtGrantIssuerRequest
// GetTrustedOAuth2JwtGrantIssuerExecute executes the request
// @return TrustedOAuth2JwtGrantIssuer
GetTrustedOAuth2JwtGrantIssuerExecute(r OAuth2APIGetTrustedOAuth2JwtGrantIssuerRequest) (*TrustedOAuth2JwtGrantIssuer, *http.Response, error)
/*
IntrospectOAuth2Token Introspect OAuth2 Access and Refresh Tokens
The introspection endpoint allows to check if a token (both refresh and access) is active or not. An active token
is neither expired nor revoked. If a token is active, additional information on the token will be included. You can
set additional data for a token by setting `session.access_token` during the consent flow.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIIntrospectOAuth2TokenRequest
*/
IntrospectOAuth2Token(ctx context.Context) OAuth2APIIntrospectOAuth2TokenRequest
// IntrospectOAuth2TokenExecute executes the request
// @return IntrospectedOAuth2Token
IntrospectOAuth2TokenExecute(r OAuth2APIIntrospectOAuth2TokenRequest) (*IntrospectedOAuth2Token, *http.Response, error)
/*
ListOAuth2Clients List OAuth 2.0 Clients
This endpoint lists all clients in the database, and never returns client secrets.
As a default it lists the first 100 clients.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIListOAuth2ClientsRequest
*/
ListOAuth2Clients(ctx context.Context) OAuth2APIListOAuth2ClientsRequest
// ListOAuth2ClientsExecute executes the request
// @return []OAuth2Client
ListOAuth2ClientsExecute(r OAuth2APIListOAuth2ClientsRequest) ([]OAuth2Client, *http.Response, error)
/*
ListOAuth2ConsentSessions List OAuth 2.0 Consent Sessions of a Subject
This endpoint lists all subject's granted consent sessions, including client and granted scope.
If the subject is unknown or has not granted any consent sessions yet, the endpoint returns an
empty JSON array with status code 200 OK.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIListOAuth2ConsentSessionsRequest
*/
ListOAuth2ConsentSessions(ctx context.Context) OAuth2APIListOAuth2ConsentSessionsRequest
// ListOAuth2ConsentSessionsExecute executes the request
// @return []OAuth2ConsentSession
ListOAuth2ConsentSessionsExecute(r OAuth2APIListOAuth2ConsentSessionsRequest) ([]OAuth2ConsentSession, *http.Response, error)
/*
ListTrustedOAuth2JwtGrantIssuers List Trusted OAuth2 JWT Bearer Grant Type Issuers
Use this endpoint to list all trusted JWT Bearer Grant Type Issuers.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest
*/
ListTrustedOAuth2JwtGrantIssuers(ctx context.Context) OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest
// ListTrustedOAuth2JwtGrantIssuersExecute executes the request
// @return []TrustedOAuth2JwtGrantIssuer
ListTrustedOAuth2JwtGrantIssuersExecute(r OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest) ([]TrustedOAuth2JwtGrantIssuer, *http.Response, error)
/*
OAuth2Authorize OAuth 2.0 Authorize Endpoint
Use open source libraries to perform OAuth 2.0 and OpenID Connect
available for any programming language. You can find a list of libraries at https://oauth.net/code/
The Ory SDK is not yet able to this endpoint properly.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIOAuth2AuthorizeRequest
*/
OAuth2Authorize(ctx context.Context) OAuth2APIOAuth2AuthorizeRequest
// OAuth2AuthorizeExecute executes the request
// @return ErrorOAuth2
OAuth2AuthorizeExecute(r OAuth2APIOAuth2AuthorizeRequest) (*ErrorOAuth2, *http.Response, error)
/*
Oauth2TokenExchange The OAuth 2.0 Token Endpoint
Use open source libraries to perform OAuth 2.0 and OpenID Connect
available for any programming language. You can find a list of libraries here https://oauth.net/code/
The Ory SDK is not yet able to this endpoint properly.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIOauth2TokenExchangeRequest
*/
Oauth2TokenExchange(ctx context.Context) OAuth2APIOauth2TokenExchangeRequest
// Oauth2TokenExchangeExecute executes the request
// @return OAuth2TokenExchange
Oauth2TokenExchangeExecute(r OAuth2APIOauth2TokenExchangeRequest) (*OAuth2TokenExchange, *http.Response, error)
/*
PatchOAuth2Client Patch OAuth 2.0 Client
Patch an existing OAuth 2.0 Client using JSON Patch. If you pass `client_secret`
the secret will be updated and returned via the API. This is the
only time you will be able to retrieve the client secret, so write it down and keep it safe.
OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are
generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The id of the OAuth 2.0 Client.
@return OAuth2APIPatchOAuth2ClientRequest
*/
PatchOAuth2Client(ctx context.Context, id string) OAuth2APIPatchOAuth2ClientRequest
// PatchOAuth2ClientExecute executes the request
// @return OAuth2Client
PatchOAuth2ClientExecute(r OAuth2APIPatchOAuth2ClientRequest) (*OAuth2Client, *http.Response, error)
/*
RejectOAuth2ConsentRequest Reject OAuth 2.0 Consent Request
When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider
to authenticate the subject and then tell Ory now about it. If the subject authenticated, he/she must now be asked if
the OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf.
The consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent
provider uses that challenge to fetch information on the OAuth2 request and then tells Ory if the subject accepted
or rejected the request.
This endpoint tells Ory that the subject has not authorized the OAuth 2.0 client to access resources on his/her behalf.
The consent provider must include a reason why the consent was not granted.
The response contains a redirect URL which the consent provider should redirect the user-agent to.
The default consent provider is available via the Ory Managed Account Experience. To customize the consent provider, please
head over to the OAuth 2.0 documentation.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIRejectOAuth2ConsentRequestRequest
*/
RejectOAuth2ConsentRequest(ctx context.Context) OAuth2APIRejectOAuth2ConsentRequestRequest
// RejectOAuth2ConsentRequestExecute executes the request
// @return OAuth2RedirectTo
RejectOAuth2ConsentRequestExecute(r OAuth2APIRejectOAuth2ConsentRequestRequest) (*OAuth2RedirectTo, *http.Response, error)
/*
RejectOAuth2LoginRequest Reject OAuth 2.0 Login Request
When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider
to authenticate the subject and then tell the Ory OAuth2 Service about it.
The authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login
provider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.
This endpoint tells Ory that the subject has not authenticated and includes a reason why the authentication
was denied.
The response contains a redirect URL which the login provider should redirect the user-agent to.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIRejectOAuth2LoginRequestRequest
*/
RejectOAuth2LoginRequest(ctx context.Context) OAuth2APIRejectOAuth2LoginRequestRequest
// RejectOAuth2LoginRequestExecute executes the request
// @return OAuth2RedirectTo
RejectOAuth2LoginRequestExecute(r OAuth2APIRejectOAuth2LoginRequestRequest) (*OAuth2RedirectTo, *http.Response, error)
/*
RejectOAuth2LogoutRequest Reject OAuth 2.0 Session Logout Request
When a user or an application requests Ory OAuth 2.0 to remove the session state of a subject, this endpoint is used to deny that logout request.
No HTTP request body is required.
The response is empty as the logout provider has to chose what action to perform next.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIRejectOAuth2LogoutRequestRequest
*/
RejectOAuth2LogoutRequest(ctx context.Context) OAuth2APIRejectOAuth2LogoutRequestRequest
// RejectOAuth2LogoutRequestExecute executes the request
RejectOAuth2LogoutRequestExecute(r OAuth2APIRejectOAuth2LogoutRequestRequest) (*http.Response, error)
/*
RevokeOAuth2ConsentSessions Revoke OAuth 2.0 Consent Sessions of a Subject
This endpoint revokes a subject's granted consent sessions and invalidates all
associated OAuth 2.0 Access Tokens. You may also only revoke sessions for a specific OAuth 2.0 Client ID.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIRevokeOAuth2ConsentSessionsRequest
*/
RevokeOAuth2ConsentSessions(ctx context.Context) OAuth2APIRevokeOAuth2ConsentSessionsRequest
// RevokeOAuth2ConsentSessionsExecute executes the request
RevokeOAuth2ConsentSessionsExecute(r OAuth2APIRevokeOAuth2ConsentSessionsRequest) (*http.Response, error)
/*
RevokeOAuth2LoginSessions Revokes OAuth 2.0 Login Sessions by either a Subject or a SessionID
This endpoint invalidates authentication sessions. After revoking the authentication session(s), the subject
has to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens.
If you send the subject in a query param, all authentication sessions that belong to that subject are revoked.
No OpenID Connect Front- or Back-channel logout is performed in this case.
Alternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected
to that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIRevokeOAuth2LoginSessionsRequest
*/
RevokeOAuth2LoginSessions(ctx context.Context) OAuth2APIRevokeOAuth2LoginSessionsRequest
// RevokeOAuth2LoginSessionsExecute executes the request
RevokeOAuth2LoginSessionsExecute(r OAuth2APIRevokeOAuth2LoginSessionsRequest) (*http.Response, error)
/*
RevokeOAuth2Token Revoke OAuth 2.0 Access or Refresh Token
Revoking a token (both access and refresh) means that the tokens will be invalid. A revoked access token can no
longer be used to make access requests, and a revoked refresh token can no longer be used to refresh an access token.
Revoking a refresh token also invalidates the access token that was created with it. A token may only be revoked by
the client the token was generated for.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APIRevokeOAuth2TokenRequest
*/
RevokeOAuth2Token(ctx context.Context) OAuth2APIRevokeOAuth2TokenRequest
// RevokeOAuth2TokenExecute executes the request
RevokeOAuth2TokenExecute(r OAuth2APIRevokeOAuth2TokenRequest) (*http.Response, error)
/*
SetOAuth2Client Set OAuth 2.0 Client
Replaces an existing OAuth 2.0 Client with the payload you send. If you pass `client_secret` the secret is used,
otherwise the existing secret is used.
If set, the secret is echoed in the response. It is not possible to retrieve it later on.
OAuth 2.0 Clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are
generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id OAuth 2.0 Client ID
@return OAuth2APISetOAuth2ClientRequest
*/
SetOAuth2Client(ctx context.Context, id string) OAuth2APISetOAuth2ClientRequest
// SetOAuth2ClientExecute executes the request
// @return OAuth2Client
SetOAuth2ClientExecute(r OAuth2APISetOAuth2ClientRequest) (*OAuth2Client, *http.Response, error)
/*
SetOAuth2ClientLifespans Set OAuth2 Client Token Lifespans
Set lifespans of different token types issued for this OAuth 2.0 client. Does not modify other fields.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id OAuth 2.0 Client ID
@return OAuth2APISetOAuth2ClientLifespansRequest
*/
SetOAuth2ClientLifespans(ctx context.Context, id string) OAuth2APISetOAuth2ClientLifespansRequest
// SetOAuth2ClientLifespansExecute executes the request
// @return OAuth2Client
SetOAuth2ClientLifespansExecute(r OAuth2APISetOAuth2ClientLifespansRequest) (*OAuth2Client, *http.Response, error)
/*
TrustOAuth2JwtGrantIssuer Trust OAuth2 JWT Bearer Grant Type Issuer
Use this endpoint to establish a trust relationship for a JWT issuer
to perform JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication
and Authorization Grants [RFC7523](https://datatracker.ietf.org/doc/html/rfc7523).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OAuth2APITrustOAuth2JwtGrantIssuerRequest
*/
TrustOAuth2JwtGrantIssuer(ctx context.Context) OAuth2APITrustOAuth2JwtGrantIssuerRequest
// TrustOAuth2JwtGrantIssuerExecute executes the request
// @return TrustedOAuth2JwtGrantIssuer
TrustOAuth2JwtGrantIssuerExecute(r OAuth2APITrustOAuth2JwtGrantIssuerRequest) (*TrustedOAuth2JwtGrantIssuer, *http.Response, error)
}
type OAuth2APIAcceptOAuth2ConsentRequestRequest ¶ added in v1.3.0
type OAuth2APIAcceptOAuth2ConsentRequestRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIAcceptOAuth2ConsentRequestRequest) AcceptOAuth2ConsentRequest ¶ added in v1.3.0
func (r OAuth2APIAcceptOAuth2ConsentRequestRequest) AcceptOAuth2ConsentRequest(acceptOAuth2ConsentRequest AcceptOAuth2ConsentRequest) OAuth2APIAcceptOAuth2ConsentRequestRequest
func (OAuth2APIAcceptOAuth2ConsentRequestRequest) ConsentChallenge ¶ added in v1.3.0
func (r OAuth2APIAcceptOAuth2ConsentRequestRequest) ConsentChallenge(consentChallenge string) OAuth2APIAcceptOAuth2ConsentRequestRequest
OAuth 2.0 Consent Request Challenge
func (OAuth2APIAcceptOAuth2ConsentRequestRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIAcceptOAuth2ConsentRequestRequest) Execute() (*OAuth2RedirectTo, *http.Response, error)
type OAuth2APIAcceptOAuth2LoginRequestRequest ¶ added in v1.3.0
type OAuth2APIAcceptOAuth2LoginRequestRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIAcceptOAuth2LoginRequestRequest) AcceptOAuth2LoginRequest ¶ added in v1.3.0
func (r OAuth2APIAcceptOAuth2LoginRequestRequest) AcceptOAuth2LoginRequest(acceptOAuth2LoginRequest AcceptOAuth2LoginRequest) OAuth2APIAcceptOAuth2LoginRequestRequest
func (OAuth2APIAcceptOAuth2LoginRequestRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIAcceptOAuth2LoginRequestRequest) Execute() (*OAuth2RedirectTo, *http.Response, error)
func (OAuth2APIAcceptOAuth2LoginRequestRequest) LoginChallenge ¶ added in v1.3.0
func (r OAuth2APIAcceptOAuth2LoginRequestRequest) LoginChallenge(loginChallenge string) OAuth2APIAcceptOAuth2LoginRequestRequest
OAuth 2.0 Login Request Challenge
type OAuth2APIAcceptOAuth2LogoutRequestRequest ¶ added in v1.3.0
type OAuth2APIAcceptOAuth2LogoutRequestRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIAcceptOAuth2LogoutRequestRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIAcceptOAuth2LogoutRequestRequest) Execute() (*OAuth2RedirectTo, *http.Response, error)
func (OAuth2APIAcceptOAuth2LogoutRequestRequest) LogoutChallenge ¶ added in v1.3.0
func (r OAuth2APIAcceptOAuth2LogoutRequestRequest) LogoutChallenge(logoutChallenge string) OAuth2APIAcceptOAuth2LogoutRequestRequest
OAuth 2.0 Logout Request Challenge
type OAuth2APICreateOAuth2ClientRequest ¶ added in v1.3.0
type OAuth2APICreateOAuth2ClientRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APICreateOAuth2ClientRequest) Execute ¶ added in v1.3.0
func (r OAuth2APICreateOAuth2ClientRequest) Execute() (*OAuth2Client, *http.Response, error)
func (OAuth2APICreateOAuth2ClientRequest) OAuth2Client ¶ added in v1.3.0
func (r OAuth2APICreateOAuth2ClientRequest) OAuth2Client(oAuth2Client OAuth2Client) OAuth2APICreateOAuth2ClientRequest
OAuth 2.0 Client Request Body
type OAuth2APIDeleteOAuth2ClientRequest ¶ added in v1.3.0
type OAuth2APIDeleteOAuth2ClientRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
type OAuth2APIDeleteOAuth2TokenRequest ¶ added in v1.3.0
type OAuth2APIDeleteOAuth2TokenRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIDeleteOAuth2TokenRequest) ClientId ¶ added in v1.3.0
func (r OAuth2APIDeleteOAuth2TokenRequest) ClientId(clientId string) OAuth2APIDeleteOAuth2TokenRequest
OAuth 2.0 Client ID
type OAuth2APIDeleteTrustedOAuth2JwtGrantIssuerRequest ¶ added in v1.3.0
type OAuth2APIDeleteTrustedOAuth2JwtGrantIssuerRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
type OAuth2APIGetOAuth2ClientRequest ¶ added in v1.3.0
type OAuth2APIGetOAuth2ClientRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIGetOAuth2ClientRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIGetOAuth2ClientRequest) Execute() (*OAuth2Client, *http.Response, error)
type OAuth2APIGetOAuth2ConsentRequestRequest ¶ added in v1.3.0
type OAuth2APIGetOAuth2ConsentRequestRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIGetOAuth2ConsentRequestRequest) ConsentChallenge ¶ added in v1.3.0
func (r OAuth2APIGetOAuth2ConsentRequestRequest) ConsentChallenge(consentChallenge string) OAuth2APIGetOAuth2ConsentRequestRequest
OAuth 2.0 Consent Request Challenge
func (OAuth2APIGetOAuth2ConsentRequestRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIGetOAuth2ConsentRequestRequest) Execute() (*OAuth2ConsentRequest, *http.Response, error)
type OAuth2APIGetOAuth2LoginRequestRequest ¶ added in v1.3.0
type OAuth2APIGetOAuth2LoginRequestRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIGetOAuth2LoginRequestRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIGetOAuth2LoginRequestRequest) Execute() (*OAuth2LoginRequest, *http.Response, error)
func (OAuth2APIGetOAuth2LoginRequestRequest) LoginChallenge ¶ added in v1.3.0
func (r OAuth2APIGetOAuth2LoginRequestRequest) LoginChallenge(loginChallenge string) OAuth2APIGetOAuth2LoginRequestRequest
OAuth 2.0 Login Request Challenge
type OAuth2APIGetOAuth2LogoutRequestRequest ¶ added in v1.3.0
type OAuth2APIGetOAuth2LogoutRequestRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIGetOAuth2LogoutRequestRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIGetOAuth2LogoutRequestRequest) Execute() (*OAuth2LogoutRequest, *http.Response, error)
func (OAuth2APIGetOAuth2LogoutRequestRequest) LogoutChallenge ¶ added in v1.3.0
func (r OAuth2APIGetOAuth2LogoutRequestRequest) LogoutChallenge(logoutChallenge string) OAuth2APIGetOAuth2LogoutRequestRequest
type OAuth2APIGetTrustedOAuth2JwtGrantIssuerRequest ¶ added in v1.3.0
type OAuth2APIGetTrustedOAuth2JwtGrantIssuerRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIGetTrustedOAuth2JwtGrantIssuerRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIGetTrustedOAuth2JwtGrantIssuerRequest) Execute() (*TrustedOAuth2JwtGrantIssuer, *http.Response, error)
type OAuth2APIIntrospectOAuth2TokenRequest ¶ added in v1.3.0
type OAuth2APIIntrospectOAuth2TokenRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIIntrospectOAuth2TokenRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIIntrospectOAuth2TokenRequest) Execute() (*IntrospectedOAuth2Token, *http.Response, error)
func (OAuth2APIIntrospectOAuth2TokenRequest) Scope ¶ added in v1.3.0
func (r OAuth2APIIntrospectOAuth2TokenRequest) Scope(scope string) OAuth2APIIntrospectOAuth2TokenRequest
An optional, space separated list of required scopes. If the access token was not granted one of the scopes, the result of active will be false.
func (OAuth2APIIntrospectOAuth2TokenRequest) Token ¶ added in v1.3.0
func (r OAuth2APIIntrospectOAuth2TokenRequest) Token(token string) OAuth2APIIntrospectOAuth2TokenRequest
The string value of the token. For access tokens, this is the \\\"access_token\\\" value returned from the token endpoint defined in OAuth 2.0. For refresh tokens, this is the \\\"refresh_token\\\" value returned.
type OAuth2APIListOAuth2ClientsRequest ¶ added in v1.3.0
type OAuth2APIListOAuth2ClientsRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIListOAuth2ClientsRequest) ClientName ¶ added in v1.3.0
func (r OAuth2APIListOAuth2ClientsRequest) ClientName(clientName string) OAuth2APIListOAuth2ClientsRequest
The name of the clients to filter by.
func (OAuth2APIListOAuth2ClientsRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIListOAuth2ClientsRequest) Execute() ([]OAuth2Client, *http.Response, error)
func (OAuth2APIListOAuth2ClientsRequest) Owner ¶ added in v1.3.0
func (r OAuth2APIListOAuth2ClientsRequest) Owner(owner string) OAuth2APIListOAuth2ClientsRequest
The owner of the clients to filter by.
func (OAuth2APIListOAuth2ClientsRequest) PageSize ¶ added in v1.3.0
func (r OAuth2APIListOAuth2ClientsRequest) PageSize(pageSize int64) OAuth2APIListOAuth2ClientsRequest
Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
func (OAuth2APIListOAuth2ClientsRequest) PageToken ¶ added in v1.3.0
func (r OAuth2APIListOAuth2ClientsRequest) PageToken(pageToken string) OAuth2APIListOAuth2ClientsRequest
Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
type OAuth2APIListOAuth2ConsentSessionsRequest ¶ added in v1.3.0
type OAuth2APIListOAuth2ConsentSessionsRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIListOAuth2ConsentSessionsRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIListOAuth2ConsentSessionsRequest) Execute() ([]OAuth2ConsentSession, *http.Response, error)
func (OAuth2APIListOAuth2ConsentSessionsRequest) LoginSessionId ¶ added in v1.3.0
func (r OAuth2APIListOAuth2ConsentSessionsRequest) LoginSessionId(loginSessionId string) OAuth2APIListOAuth2ConsentSessionsRequest
The login session id to list the consent sessions for.
func (OAuth2APIListOAuth2ConsentSessionsRequest) PageSize ¶ added in v1.3.0
func (r OAuth2APIListOAuth2ConsentSessionsRequest) PageSize(pageSize int64) OAuth2APIListOAuth2ConsentSessionsRequest
Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
func (OAuth2APIListOAuth2ConsentSessionsRequest) PageToken ¶ added in v1.3.0
func (r OAuth2APIListOAuth2ConsentSessionsRequest) PageToken(pageToken string) OAuth2APIListOAuth2ConsentSessionsRequest
Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
func (OAuth2APIListOAuth2ConsentSessionsRequest) Subject ¶ added in v1.3.0
func (r OAuth2APIListOAuth2ConsentSessionsRequest) Subject(subject string) OAuth2APIListOAuth2ConsentSessionsRequest
The subject to list the consent sessions for.
type OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest ¶ added in v1.3.0
type OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest) DefaultItems ¶ added in v1.3.0
func (r OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest) DefaultItems(defaultItems int64) OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest
func (OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest) Execute() ([]TrustedOAuth2JwtGrantIssuer, *http.Response, error)
func (OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest) Issuer ¶ added in v1.3.0
func (r OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest) Issuer(issuer string) OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest
If optional \"issuer\" is supplied, only jwt-bearer grants with this issuer will be returned.
func (OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest) MaxItems ¶ added in v1.3.0
func (r OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest) MaxItems(maxItems int64) OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest
type OAuth2APIOAuth2AuthorizeRequest ¶ added in v1.3.0
type OAuth2APIOAuth2AuthorizeRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIOAuth2AuthorizeRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIOAuth2AuthorizeRequest) Execute() (*ErrorOAuth2, *http.Response, error)
type OAuth2APIOauth2TokenExchangeRequest ¶ added in v1.3.0
type OAuth2APIOauth2TokenExchangeRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIOauth2TokenExchangeRequest) ClientId ¶ added in v1.3.0
func (r OAuth2APIOauth2TokenExchangeRequest) ClientId(clientId string) OAuth2APIOauth2TokenExchangeRequest
func (OAuth2APIOauth2TokenExchangeRequest) Code ¶ added in v1.3.0
func (r OAuth2APIOauth2TokenExchangeRequest) Code(code string) OAuth2APIOauth2TokenExchangeRequest
func (OAuth2APIOauth2TokenExchangeRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIOauth2TokenExchangeRequest) Execute() (*OAuth2TokenExchange, *http.Response, error)
func (OAuth2APIOauth2TokenExchangeRequest) GrantType ¶ added in v1.3.0
func (r OAuth2APIOauth2TokenExchangeRequest) GrantType(grantType string) OAuth2APIOauth2TokenExchangeRequest
func (OAuth2APIOauth2TokenExchangeRequest) RedirectUri ¶ added in v1.3.0
func (r OAuth2APIOauth2TokenExchangeRequest) RedirectUri(redirectUri string) OAuth2APIOauth2TokenExchangeRequest
func (OAuth2APIOauth2TokenExchangeRequest) RefreshToken ¶ added in v1.3.0
func (r OAuth2APIOauth2TokenExchangeRequest) RefreshToken(refreshToken string) OAuth2APIOauth2TokenExchangeRequest
type OAuth2APIPatchOAuth2ClientRequest ¶ added in v1.3.0
type OAuth2APIPatchOAuth2ClientRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIPatchOAuth2ClientRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIPatchOAuth2ClientRequest) Execute() (*OAuth2Client, *http.Response, error)
func (OAuth2APIPatchOAuth2ClientRequest) JsonPatch ¶ added in v1.3.0
func (r OAuth2APIPatchOAuth2ClientRequest) JsonPatch(jsonPatch []JsonPatch) OAuth2APIPatchOAuth2ClientRequest
OAuth 2.0 Client JSON Patch Body
type OAuth2APIRejectOAuth2ConsentRequestRequest ¶ added in v1.3.0
type OAuth2APIRejectOAuth2ConsentRequestRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIRejectOAuth2ConsentRequestRequest) ConsentChallenge ¶ added in v1.3.0
func (r OAuth2APIRejectOAuth2ConsentRequestRequest) ConsentChallenge(consentChallenge string) OAuth2APIRejectOAuth2ConsentRequestRequest
OAuth 2.0 Consent Request Challenge
func (OAuth2APIRejectOAuth2ConsentRequestRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIRejectOAuth2ConsentRequestRequest) Execute() (*OAuth2RedirectTo, *http.Response, error)
func (OAuth2APIRejectOAuth2ConsentRequestRequest) RejectOAuth2Request ¶ added in v1.3.0
func (r OAuth2APIRejectOAuth2ConsentRequestRequest) RejectOAuth2Request(rejectOAuth2Request RejectOAuth2Request) OAuth2APIRejectOAuth2ConsentRequestRequest
type OAuth2APIRejectOAuth2LoginRequestRequest ¶ added in v1.3.0
type OAuth2APIRejectOAuth2LoginRequestRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIRejectOAuth2LoginRequestRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIRejectOAuth2LoginRequestRequest) Execute() (*OAuth2RedirectTo, *http.Response, error)
func (OAuth2APIRejectOAuth2LoginRequestRequest) LoginChallenge ¶ added in v1.3.0
func (r OAuth2APIRejectOAuth2LoginRequestRequest) LoginChallenge(loginChallenge string) OAuth2APIRejectOAuth2LoginRequestRequest
OAuth 2.0 Login Request Challenge
func (OAuth2APIRejectOAuth2LoginRequestRequest) RejectOAuth2Request ¶ added in v1.3.0
func (r OAuth2APIRejectOAuth2LoginRequestRequest) RejectOAuth2Request(rejectOAuth2Request RejectOAuth2Request) OAuth2APIRejectOAuth2LoginRequestRequest
type OAuth2APIRejectOAuth2LogoutRequestRequest ¶ added in v1.3.0
type OAuth2APIRejectOAuth2LogoutRequestRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIRejectOAuth2LogoutRequestRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIRejectOAuth2LogoutRequestRequest) Execute() (*http.Response, error)
func (OAuth2APIRejectOAuth2LogoutRequestRequest) LogoutChallenge ¶ added in v1.3.0
func (r OAuth2APIRejectOAuth2LogoutRequestRequest) LogoutChallenge(logoutChallenge string) OAuth2APIRejectOAuth2LogoutRequestRequest
type OAuth2APIRevokeOAuth2ConsentSessionsRequest ¶ added in v1.3.0
type OAuth2APIRevokeOAuth2ConsentSessionsRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIRevokeOAuth2ConsentSessionsRequest) All ¶ added in v1.3.0
func (r OAuth2APIRevokeOAuth2ConsentSessionsRequest) All(all bool) OAuth2APIRevokeOAuth2ConsentSessionsRequest
Revoke All Consent Sessions If set to `true` deletes all consent sessions by the Subject that have been granted.
func (OAuth2APIRevokeOAuth2ConsentSessionsRequest) Client ¶ added in v1.3.0
func (r OAuth2APIRevokeOAuth2ConsentSessionsRequest) Client(client string) OAuth2APIRevokeOAuth2ConsentSessionsRequest
OAuth 2.0 Client ID If set, deletes only those consent sessions that have been granted to the specified OAuth 2.0 Client ID.
func (OAuth2APIRevokeOAuth2ConsentSessionsRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIRevokeOAuth2ConsentSessionsRequest) Execute() (*http.Response, error)
func (OAuth2APIRevokeOAuth2ConsentSessionsRequest) Subject ¶ added in v1.3.0
func (r OAuth2APIRevokeOAuth2ConsentSessionsRequest) Subject(subject string) OAuth2APIRevokeOAuth2ConsentSessionsRequest
OAuth 2.0 Consent Subject The subject whose consent sessions should be deleted.
type OAuth2APIRevokeOAuth2LoginSessionsRequest ¶ added in v1.3.0
type OAuth2APIRevokeOAuth2LoginSessionsRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIRevokeOAuth2LoginSessionsRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIRevokeOAuth2LoginSessionsRequest) Execute() (*http.Response, error)
func (OAuth2APIRevokeOAuth2LoginSessionsRequest) Sid ¶ added in v1.3.0
func (r OAuth2APIRevokeOAuth2LoginSessionsRequest) Sid(sid string) OAuth2APIRevokeOAuth2LoginSessionsRequest
OAuth 2.0 Subject The subject to revoke authentication sessions for.
func (OAuth2APIRevokeOAuth2LoginSessionsRequest) Subject ¶ added in v1.3.0
func (r OAuth2APIRevokeOAuth2LoginSessionsRequest) Subject(subject string) OAuth2APIRevokeOAuth2LoginSessionsRequest
OAuth 2.0 Subject The subject to revoke authentication sessions for.
type OAuth2APIRevokeOAuth2TokenRequest ¶ added in v1.3.0
type OAuth2APIRevokeOAuth2TokenRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APIRevokeOAuth2TokenRequest) ClientId ¶ added in v1.3.0
func (r OAuth2APIRevokeOAuth2TokenRequest) ClientId(clientId string) OAuth2APIRevokeOAuth2TokenRequest
func (OAuth2APIRevokeOAuth2TokenRequest) ClientSecret ¶ added in v1.3.0
func (r OAuth2APIRevokeOAuth2TokenRequest) ClientSecret(clientSecret string) OAuth2APIRevokeOAuth2TokenRequest
func (OAuth2APIRevokeOAuth2TokenRequest) Execute ¶ added in v1.3.0
func (r OAuth2APIRevokeOAuth2TokenRequest) Execute() (*http.Response, error)
func (OAuth2APIRevokeOAuth2TokenRequest) Token ¶ added in v1.3.0
func (r OAuth2APIRevokeOAuth2TokenRequest) Token(token string) OAuth2APIRevokeOAuth2TokenRequest
type OAuth2APIService ¶ added in v1.3.0
type OAuth2APIService service
OAuth2APIService OAuth2API service
func (*OAuth2APIService) AcceptOAuth2ConsentRequest ¶ added in v1.3.0
func (a *OAuth2APIService) AcceptOAuth2ConsentRequest(ctx context.Context) OAuth2APIAcceptOAuth2ConsentRequestRequest
AcceptOAuth2ConsentRequest Accept OAuth 2.0 Consent Request
When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider to authenticate the subject and then tell Ory now about it. If the subject authenticated, he/she must now be asked if the OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf.
The consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent provider uses that challenge to fetch information on the OAuth2 request and then tells Ory if the subject accepted or rejected the request.
This endpoint tells Ory that the subject has authorized the OAuth 2.0 client to access resources on his/her behalf. The consent provider includes additional information, such as session data for access and ID tokens, and if the consent request should be used as basis for future requests.
The response contains a redirect URL which the consent provider should redirect the user-agent to.
The default consent provider is available via the Ory Managed Account Experience. To customize the consent provider, please head over to the OAuth 2.0 documentation.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIAcceptOAuth2ConsentRequestRequest
func (*OAuth2APIService) AcceptOAuth2ConsentRequestExecute ¶ added in v1.3.0
func (a *OAuth2APIService) AcceptOAuth2ConsentRequestExecute(r OAuth2APIAcceptOAuth2ConsentRequestRequest) (*OAuth2RedirectTo, *http.Response, error)
Execute executes the request
@return OAuth2RedirectTo
func (*OAuth2APIService) AcceptOAuth2LoginRequest ¶ added in v1.3.0
func (a *OAuth2APIService) AcceptOAuth2LoginRequest(ctx context.Context) OAuth2APIAcceptOAuth2LoginRequestRequest
AcceptOAuth2LoginRequest Accept OAuth 2.0 Login Request
When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider to authenticate the subject and then tell the Ory OAuth2 Service about it.
The authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login provider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.
This endpoint tells Ory that the subject has successfully authenticated and includes additional information such as the subject's ID and if Ory should remember the subject's subject agent for future authentication attempts by setting a cookie.
The response contains a redirect URL which the login provider should redirect the user-agent to.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIAcceptOAuth2LoginRequestRequest
func (*OAuth2APIService) AcceptOAuth2LoginRequestExecute ¶ added in v1.3.0
func (a *OAuth2APIService) AcceptOAuth2LoginRequestExecute(r OAuth2APIAcceptOAuth2LoginRequestRequest) (*OAuth2RedirectTo, *http.Response, error)
Execute executes the request
@return OAuth2RedirectTo
func (*OAuth2APIService) AcceptOAuth2LogoutRequest ¶ added in v1.3.0
func (a *OAuth2APIService) AcceptOAuth2LogoutRequest(ctx context.Context) OAuth2APIAcceptOAuth2LogoutRequestRequest
AcceptOAuth2LogoutRequest Accept OAuth 2.0 Session Logout Request
When a user or an application requests Ory OAuth 2.0 to remove the session state of a subject, this endpoint is used to confirm that logout request.
The response contains a redirect URL which the consent provider should redirect the user-agent to.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIAcceptOAuth2LogoutRequestRequest
func (*OAuth2APIService) AcceptOAuth2LogoutRequestExecute ¶ added in v1.3.0
func (a *OAuth2APIService) AcceptOAuth2LogoutRequestExecute(r OAuth2APIAcceptOAuth2LogoutRequestRequest) (*OAuth2RedirectTo, *http.Response, error)
Execute executes the request
@return OAuth2RedirectTo
func (*OAuth2APIService) CreateOAuth2Client ¶ added in v1.3.0
func (a *OAuth2APIService) CreateOAuth2Client(ctx context.Context) OAuth2APICreateOAuth2ClientRequest
CreateOAuth2Client Create OAuth 2.0 Client
Create a new OAuth 2.0 client. If you pass `client_secret` the secret is used, otherwise a random secret is generated. The secret is echoed in the response. It is not possible to retrieve it later on.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APICreateOAuth2ClientRequest
func (*OAuth2APIService) CreateOAuth2ClientExecute ¶ added in v1.3.0
func (a *OAuth2APIService) CreateOAuth2ClientExecute(r OAuth2APICreateOAuth2ClientRequest) (*OAuth2Client, *http.Response, error)
Execute executes the request
@return OAuth2Client
func (*OAuth2APIService) DeleteOAuth2Client ¶ added in v1.3.0
func (a *OAuth2APIService) DeleteOAuth2Client(ctx context.Context, id string) OAuth2APIDeleteOAuth2ClientRequest
DeleteOAuth2Client Delete OAuth 2.0 Client
Delete an existing OAuth 2.0 Client by its ID.
OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.
Make sure that this endpoint is well protected and only callable by first-party components.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of the OAuth 2.0 Client. @return OAuth2APIDeleteOAuth2ClientRequest
func (*OAuth2APIService) DeleteOAuth2ClientExecute ¶ added in v1.3.0
func (a *OAuth2APIService) DeleteOAuth2ClientExecute(r OAuth2APIDeleteOAuth2ClientRequest) (*http.Response, error)
Execute executes the request
func (*OAuth2APIService) DeleteOAuth2Token ¶ added in v1.3.0
func (a *OAuth2APIService) DeleteOAuth2Token(ctx context.Context) OAuth2APIDeleteOAuth2TokenRequest
DeleteOAuth2Token Delete OAuth 2.0 Access Tokens from specific OAuth 2.0 Client
This endpoint deletes OAuth2 access tokens issued to an OAuth 2.0 Client from the database.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIDeleteOAuth2TokenRequest
func (*OAuth2APIService) DeleteOAuth2TokenExecute ¶ added in v1.3.0
func (a *OAuth2APIService) DeleteOAuth2TokenExecute(r OAuth2APIDeleteOAuth2TokenRequest) (*http.Response, error)
Execute executes the request
func (*OAuth2APIService) DeleteTrustedOAuth2JwtGrantIssuer ¶ added in v1.3.0
func (a *OAuth2APIService) DeleteTrustedOAuth2JwtGrantIssuer(ctx context.Context, id string) OAuth2APIDeleteTrustedOAuth2JwtGrantIssuerRequest
DeleteTrustedOAuth2JwtGrantIssuer Delete Trusted OAuth2 JWT Bearer Grant Type Issuer
Use this endpoint to delete trusted JWT Bearer Grant Type Issuer. The ID is the one returned when you created the trust relationship.
Once deleted, the associated issuer will no longer be able to perform the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grant.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of the desired grant @return OAuth2APIDeleteTrustedOAuth2JwtGrantIssuerRequest
func (*OAuth2APIService) DeleteTrustedOAuth2JwtGrantIssuerExecute ¶ added in v1.3.0
func (a *OAuth2APIService) DeleteTrustedOAuth2JwtGrantIssuerExecute(r OAuth2APIDeleteTrustedOAuth2JwtGrantIssuerRequest) (*http.Response, error)
Execute executes the request
func (*OAuth2APIService) GetOAuth2Client ¶ added in v1.3.0
func (a *OAuth2APIService) GetOAuth2Client(ctx context.Context, id string) OAuth2APIGetOAuth2ClientRequest
GetOAuth2Client Get an OAuth 2.0 Client
Get an OAuth 2.0 client by its ID. This endpoint never returns the client secret.
OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of the OAuth 2.0 Client. @return OAuth2APIGetOAuth2ClientRequest
func (*OAuth2APIService) GetOAuth2ClientExecute ¶ added in v1.3.0
func (a *OAuth2APIService) GetOAuth2ClientExecute(r OAuth2APIGetOAuth2ClientRequest) (*OAuth2Client, *http.Response, error)
Execute executes the request
@return OAuth2Client
func (*OAuth2APIService) GetOAuth2ConsentRequest ¶ added in v1.3.0
func (a *OAuth2APIService) GetOAuth2ConsentRequest(ctx context.Context) OAuth2APIGetOAuth2ConsentRequestRequest
GetOAuth2ConsentRequest Get OAuth 2.0 Consent Request
When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider to authenticate the subject and then tell Ory now about it. If the subject authenticated, he/she must now be asked if the OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf.
The consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent provider uses that challenge to fetch information on the OAuth2 request and then tells Ory if the subject accepted or rejected the request.
The default consent provider is available via the Ory Managed Account Experience. To customize the consent provider, please head over to the OAuth 2.0 documentation.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIGetOAuth2ConsentRequestRequest
func (*OAuth2APIService) GetOAuth2ConsentRequestExecute ¶ added in v1.3.0
func (a *OAuth2APIService) GetOAuth2ConsentRequestExecute(r OAuth2APIGetOAuth2ConsentRequestRequest) (*OAuth2ConsentRequest, *http.Response, error)
Execute executes the request
@return OAuth2ConsentRequest
func (*OAuth2APIService) GetOAuth2LoginRequest ¶ added in v1.3.0
func (a *OAuth2APIService) GetOAuth2LoginRequest(ctx context.Context) OAuth2APIGetOAuth2LoginRequestRequest
GetOAuth2LoginRequest Get OAuth 2.0 Login Request
When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider to authenticate the subject and then tell the Ory OAuth2 Service about it.
Per default, the login provider is Ory itself. You may use a different login provider which needs to be a web-app you write and host, and it must be able to authenticate ("show the subject a login screen") a subject (in OAuth2 the proper name for subject is "resource owner").
The authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login provider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIGetOAuth2LoginRequestRequest
func (*OAuth2APIService) GetOAuth2LoginRequestExecute ¶ added in v1.3.0
func (a *OAuth2APIService) GetOAuth2LoginRequestExecute(r OAuth2APIGetOAuth2LoginRequestRequest) (*OAuth2LoginRequest, *http.Response, error)
Execute executes the request
@return OAuth2LoginRequest
func (*OAuth2APIService) GetOAuth2LogoutRequest ¶ added in v1.3.0
func (a *OAuth2APIService) GetOAuth2LogoutRequest(ctx context.Context) OAuth2APIGetOAuth2LogoutRequestRequest
GetOAuth2LogoutRequest Get OAuth 2.0 Session Logout Request
Use this endpoint to fetch an Ory OAuth 2.0 logout request.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIGetOAuth2LogoutRequestRequest
func (*OAuth2APIService) GetOAuth2LogoutRequestExecute ¶ added in v1.3.0
func (a *OAuth2APIService) GetOAuth2LogoutRequestExecute(r OAuth2APIGetOAuth2LogoutRequestRequest) (*OAuth2LogoutRequest, *http.Response, error)
Execute executes the request
@return OAuth2LogoutRequest
func (*OAuth2APIService) GetTrustedOAuth2JwtGrantIssuer ¶ added in v1.3.0
func (a *OAuth2APIService) GetTrustedOAuth2JwtGrantIssuer(ctx context.Context, id string) OAuth2APIGetTrustedOAuth2JwtGrantIssuerRequest
GetTrustedOAuth2JwtGrantIssuer Get Trusted OAuth2 JWT Bearer Grant Type Issuer
Use this endpoint to get a trusted JWT Bearer Grant Type Issuer. The ID is the one returned when you created the trust relationship.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of the desired grant @return OAuth2APIGetTrustedOAuth2JwtGrantIssuerRequest
func (*OAuth2APIService) GetTrustedOAuth2JwtGrantIssuerExecute ¶ added in v1.3.0
func (a *OAuth2APIService) GetTrustedOAuth2JwtGrantIssuerExecute(r OAuth2APIGetTrustedOAuth2JwtGrantIssuerRequest) (*TrustedOAuth2JwtGrantIssuer, *http.Response, error)
Execute executes the request
@return TrustedOAuth2JwtGrantIssuer
func (*OAuth2APIService) IntrospectOAuth2Token ¶ added in v1.3.0
func (a *OAuth2APIService) IntrospectOAuth2Token(ctx context.Context) OAuth2APIIntrospectOAuth2TokenRequest
IntrospectOAuth2Token Introspect OAuth2 Access and Refresh Tokens
The introspection endpoint allows to check if a token (both refresh and access) is active or not. An active token is neither expired nor revoked. If a token is active, additional information on the token will be included. You can set additional data for a token by setting `session.access_token` during the consent flow.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIIntrospectOAuth2TokenRequest
func (*OAuth2APIService) IntrospectOAuth2TokenExecute ¶ added in v1.3.0
func (a *OAuth2APIService) IntrospectOAuth2TokenExecute(r OAuth2APIIntrospectOAuth2TokenRequest) (*IntrospectedOAuth2Token, *http.Response, error)
Execute executes the request
@return IntrospectedOAuth2Token
func (*OAuth2APIService) ListOAuth2Clients ¶ added in v1.3.0
func (a *OAuth2APIService) ListOAuth2Clients(ctx context.Context) OAuth2APIListOAuth2ClientsRequest
ListOAuth2Clients List OAuth 2.0 Clients
This endpoint lists all clients in the database, and never returns client secrets. As a default it lists the first 100 clients.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIListOAuth2ClientsRequest
func (*OAuth2APIService) ListOAuth2ClientsExecute ¶ added in v1.3.0
func (a *OAuth2APIService) ListOAuth2ClientsExecute(r OAuth2APIListOAuth2ClientsRequest) ([]OAuth2Client, *http.Response, error)
Execute executes the request
@return []OAuth2Client
func (*OAuth2APIService) ListOAuth2ConsentSessions ¶ added in v1.3.0
func (a *OAuth2APIService) ListOAuth2ConsentSessions(ctx context.Context) OAuth2APIListOAuth2ConsentSessionsRequest
ListOAuth2ConsentSessions List OAuth 2.0 Consent Sessions of a Subject
This endpoint lists all subject's granted consent sessions, including client and granted scope. If the subject is unknown or has not granted any consent sessions yet, the endpoint returns an empty JSON array with status code 200 OK.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIListOAuth2ConsentSessionsRequest
func (*OAuth2APIService) ListOAuth2ConsentSessionsExecute ¶ added in v1.3.0
func (a *OAuth2APIService) ListOAuth2ConsentSessionsExecute(r OAuth2APIListOAuth2ConsentSessionsRequest) ([]OAuth2ConsentSession, *http.Response, error)
Execute executes the request
@return []OAuth2ConsentSession
func (*OAuth2APIService) ListTrustedOAuth2JwtGrantIssuers ¶ added in v1.3.0
func (a *OAuth2APIService) ListTrustedOAuth2JwtGrantIssuers(ctx context.Context) OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest
ListTrustedOAuth2JwtGrantIssuers List Trusted OAuth2 JWT Bearer Grant Type Issuers
Use this endpoint to list all trusted JWT Bearer Grant Type Issuers.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest
func (*OAuth2APIService) ListTrustedOAuth2JwtGrantIssuersExecute ¶ added in v1.3.0
func (a *OAuth2APIService) ListTrustedOAuth2JwtGrantIssuersExecute(r OAuth2APIListTrustedOAuth2JwtGrantIssuersRequest) ([]TrustedOAuth2JwtGrantIssuer, *http.Response, error)
Execute executes the request
@return []TrustedOAuth2JwtGrantIssuer
func (*OAuth2APIService) OAuth2Authorize ¶ added in v1.3.0
func (a *OAuth2APIService) OAuth2Authorize(ctx context.Context) OAuth2APIOAuth2AuthorizeRequest
OAuth2Authorize OAuth 2.0 Authorize Endpoint
Use open source libraries to perform OAuth 2.0 and OpenID Connect available for any programming language. You can find a list of libraries at https://oauth.net/code/
The Ory SDK is not yet able to this endpoint properly.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIOAuth2AuthorizeRequest
func (*OAuth2APIService) OAuth2AuthorizeExecute ¶ added in v1.3.0
func (a *OAuth2APIService) OAuth2AuthorizeExecute(r OAuth2APIOAuth2AuthorizeRequest) (*ErrorOAuth2, *http.Response, error)
Execute executes the request
@return ErrorOAuth2
func (*OAuth2APIService) Oauth2TokenExchange ¶ added in v1.3.0
func (a *OAuth2APIService) Oauth2TokenExchange(ctx context.Context) OAuth2APIOauth2TokenExchangeRequest
Oauth2TokenExchange The OAuth 2.0 Token Endpoint
Use open source libraries to perform OAuth 2.0 and OpenID Connect available for any programming language. You can find a list of libraries here https://oauth.net/code/
The Ory SDK is not yet able to this endpoint properly.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIOauth2TokenExchangeRequest
func (*OAuth2APIService) Oauth2TokenExchangeExecute ¶ added in v1.3.0
func (a *OAuth2APIService) Oauth2TokenExchangeExecute(r OAuth2APIOauth2TokenExchangeRequest) (*OAuth2TokenExchange, *http.Response, error)
Execute executes the request
@return OAuth2TokenExchange
func (*OAuth2APIService) PatchOAuth2Client ¶ added in v1.3.0
func (a *OAuth2APIService) PatchOAuth2Client(ctx context.Context, id string) OAuth2APIPatchOAuth2ClientRequest
PatchOAuth2Client Patch OAuth 2.0 Client
Patch an existing OAuth 2.0 Client using JSON Patch. If you pass `client_secret` the secret will be updated and returned via the API. This is the only time you will be able to retrieve the client secret, so write it down and keep it safe.
OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of the OAuth 2.0 Client. @return OAuth2APIPatchOAuth2ClientRequest
func (*OAuth2APIService) PatchOAuth2ClientExecute ¶ added in v1.3.0
func (a *OAuth2APIService) PatchOAuth2ClientExecute(r OAuth2APIPatchOAuth2ClientRequest) (*OAuth2Client, *http.Response, error)
Execute executes the request
@return OAuth2Client
func (*OAuth2APIService) RejectOAuth2ConsentRequest ¶ added in v1.3.0
func (a *OAuth2APIService) RejectOAuth2ConsentRequest(ctx context.Context) OAuth2APIRejectOAuth2ConsentRequestRequest
RejectOAuth2ConsentRequest Reject OAuth 2.0 Consent Request
When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider to authenticate the subject and then tell Ory now about it. If the subject authenticated, he/she must now be asked if the OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf.
The consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent provider uses that challenge to fetch information on the OAuth2 request and then tells Ory if the subject accepted or rejected the request.
This endpoint tells Ory that the subject has not authorized the OAuth 2.0 client to access resources on his/her behalf. The consent provider must include a reason why the consent was not granted.
The response contains a redirect URL which the consent provider should redirect the user-agent to.
The default consent provider is available via the Ory Managed Account Experience. To customize the consent provider, please head over to the OAuth 2.0 documentation.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIRejectOAuth2ConsentRequestRequest
func (*OAuth2APIService) RejectOAuth2ConsentRequestExecute ¶ added in v1.3.0
func (a *OAuth2APIService) RejectOAuth2ConsentRequestExecute(r OAuth2APIRejectOAuth2ConsentRequestRequest) (*OAuth2RedirectTo, *http.Response, error)
Execute executes the request
@return OAuth2RedirectTo
func (*OAuth2APIService) RejectOAuth2LoginRequest ¶ added in v1.3.0
func (a *OAuth2APIService) RejectOAuth2LoginRequest(ctx context.Context) OAuth2APIRejectOAuth2LoginRequestRequest
RejectOAuth2LoginRequest Reject OAuth 2.0 Login Request
When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider to authenticate the subject and then tell the Ory OAuth2 Service about it.
The authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login provider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.
This endpoint tells Ory that the subject has not authenticated and includes a reason why the authentication was denied.
The response contains a redirect URL which the login provider should redirect the user-agent to.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIRejectOAuth2LoginRequestRequest
func (*OAuth2APIService) RejectOAuth2LoginRequestExecute ¶ added in v1.3.0
func (a *OAuth2APIService) RejectOAuth2LoginRequestExecute(r OAuth2APIRejectOAuth2LoginRequestRequest) (*OAuth2RedirectTo, *http.Response, error)
Execute executes the request
@return OAuth2RedirectTo
func (*OAuth2APIService) RejectOAuth2LogoutRequest ¶ added in v1.3.0
func (a *OAuth2APIService) RejectOAuth2LogoutRequest(ctx context.Context) OAuth2APIRejectOAuth2LogoutRequestRequest
RejectOAuth2LogoutRequest Reject OAuth 2.0 Session Logout Request
When a user or an application requests Ory OAuth 2.0 to remove the session state of a subject, this endpoint is used to deny that logout request. No HTTP request body is required.
The response is empty as the logout provider has to chose what action to perform next.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIRejectOAuth2LogoutRequestRequest
func (*OAuth2APIService) RejectOAuth2LogoutRequestExecute ¶ added in v1.3.0
func (a *OAuth2APIService) RejectOAuth2LogoutRequestExecute(r OAuth2APIRejectOAuth2LogoutRequestRequest) (*http.Response, error)
Execute executes the request
func (*OAuth2APIService) RevokeOAuth2ConsentSessions ¶ added in v1.3.0
func (a *OAuth2APIService) RevokeOAuth2ConsentSessions(ctx context.Context) OAuth2APIRevokeOAuth2ConsentSessionsRequest
RevokeOAuth2ConsentSessions Revoke OAuth 2.0 Consent Sessions of a Subject
This endpoint revokes a subject's granted consent sessions and invalidates all associated OAuth 2.0 Access Tokens. You may also only revoke sessions for a specific OAuth 2.0 Client ID.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIRevokeOAuth2ConsentSessionsRequest
func (*OAuth2APIService) RevokeOAuth2ConsentSessionsExecute ¶ added in v1.3.0
func (a *OAuth2APIService) RevokeOAuth2ConsentSessionsExecute(r OAuth2APIRevokeOAuth2ConsentSessionsRequest) (*http.Response, error)
Execute executes the request
func (*OAuth2APIService) RevokeOAuth2LoginSessions ¶ added in v1.3.0
func (a *OAuth2APIService) RevokeOAuth2LoginSessions(ctx context.Context) OAuth2APIRevokeOAuth2LoginSessionsRequest
RevokeOAuth2LoginSessions Revokes OAuth 2.0 Login Sessions by either a Subject or a SessionID
This endpoint invalidates authentication sessions. After revoking the authentication session(s), the subject has to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens.
If you send the subject in a query param, all authentication sessions that belong to that subject are revoked. No OpenID Connect Front- or Back-channel logout is performed in this case.
Alternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected to that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIRevokeOAuth2LoginSessionsRequest
func (*OAuth2APIService) RevokeOAuth2LoginSessionsExecute ¶ added in v1.3.0
func (a *OAuth2APIService) RevokeOAuth2LoginSessionsExecute(r OAuth2APIRevokeOAuth2LoginSessionsRequest) (*http.Response, error)
Execute executes the request
func (*OAuth2APIService) RevokeOAuth2Token ¶ added in v1.3.0
func (a *OAuth2APIService) RevokeOAuth2Token(ctx context.Context) OAuth2APIRevokeOAuth2TokenRequest
RevokeOAuth2Token Revoke OAuth 2.0 Access or Refresh Token
Revoking a token (both access and refresh) means that the tokens will be invalid. A revoked access token can no longer be used to make access requests, and a revoked refresh token can no longer be used to refresh an access token. Revoking a refresh token also invalidates the access token that was created with it. A token may only be revoked by the client the token was generated for.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APIRevokeOAuth2TokenRequest
func (*OAuth2APIService) RevokeOAuth2TokenExecute ¶ added in v1.3.0
func (a *OAuth2APIService) RevokeOAuth2TokenExecute(r OAuth2APIRevokeOAuth2TokenRequest) (*http.Response, error)
Execute executes the request
func (*OAuth2APIService) SetOAuth2Client ¶ added in v1.3.0
func (a *OAuth2APIService) SetOAuth2Client(ctx context.Context, id string) OAuth2APISetOAuth2ClientRequest
SetOAuth2Client Set OAuth 2.0 Client
Replaces an existing OAuth 2.0 Client with the payload you send. If you pass `client_secret` the secret is used, otherwise the existing secret is used.
If set, the secret is echoed in the response. It is not possible to retrieve it later on.
OAuth 2.0 Clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id OAuth 2.0 Client ID @return OAuth2APISetOAuth2ClientRequest
func (*OAuth2APIService) SetOAuth2ClientExecute ¶ added in v1.3.0
func (a *OAuth2APIService) SetOAuth2ClientExecute(r OAuth2APISetOAuth2ClientRequest) (*OAuth2Client, *http.Response, error)
Execute executes the request
@return OAuth2Client
func (*OAuth2APIService) SetOAuth2ClientLifespans ¶ added in v1.3.0
func (a *OAuth2APIService) SetOAuth2ClientLifespans(ctx context.Context, id string) OAuth2APISetOAuth2ClientLifespansRequest
SetOAuth2ClientLifespans Set OAuth2 Client Token Lifespans
Set lifespans of different token types issued for this OAuth 2.0 client. Does not modify other fields.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id OAuth 2.0 Client ID @return OAuth2APISetOAuth2ClientLifespansRequest
func (*OAuth2APIService) SetOAuth2ClientLifespansExecute ¶ added in v1.3.0
func (a *OAuth2APIService) SetOAuth2ClientLifespansExecute(r OAuth2APISetOAuth2ClientLifespansRequest) (*OAuth2Client, *http.Response, error)
Execute executes the request
@return OAuth2Client
func (*OAuth2APIService) TrustOAuth2JwtGrantIssuer ¶ added in v1.3.0
func (a *OAuth2APIService) TrustOAuth2JwtGrantIssuer(ctx context.Context) OAuth2APITrustOAuth2JwtGrantIssuerRequest
TrustOAuth2JwtGrantIssuer Trust OAuth2 JWT Bearer Grant Type Issuer
Use this endpoint to establish a trust relationship for a JWT issuer to perform JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants [RFC7523](https://datatracker.ietf.org/doc/html/rfc7523).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OAuth2APITrustOAuth2JwtGrantIssuerRequest
func (*OAuth2APIService) TrustOAuth2JwtGrantIssuerExecute ¶ added in v1.3.0
func (a *OAuth2APIService) TrustOAuth2JwtGrantIssuerExecute(r OAuth2APITrustOAuth2JwtGrantIssuerRequest) (*TrustedOAuth2JwtGrantIssuer, *http.Response, error)
Execute executes the request
@return TrustedOAuth2JwtGrantIssuer
type OAuth2APISetOAuth2ClientLifespansRequest ¶ added in v1.3.0
type OAuth2APISetOAuth2ClientLifespansRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APISetOAuth2ClientLifespansRequest) Execute ¶ added in v1.3.0
func (r OAuth2APISetOAuth2ClientLifespansRequest) Execute() (*OAuth2Client, *http.Response, error)
func (OAuth2APISetOAuth2ClientLifespansRequest) OAuth2ClientTokenLifespans ¶ added in v1.3.0
func (r OAuth2APISetOAuth2ClientLifespansRequest) OAuth2ClientTokenLifespans(oAuth2ClientTokenLifespans OAuth2ClientTokenLifespans) OAuth2APISetOAuth2ClientLifespansRequest
type OAuth2APISetOAuth2ClientRequest ¶ added in v1.3.0
type OAuth2APISetOAuth2ClientRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APISetOAuth2ClientRequest) Execute ¶ added in v1.3.0
func (r OAuth2APISetOAuth2ClientRequest) Execute() (*OAuth2Client, *http.Response, error)
func (OAuth2APISetOAuth2ClientRequest) OAuth2Client ¶ added in v1.3.0
func (r OAuth2APISetOAuth2ClientRequest) OAuth2Client(oAuth2Client OAuth2Client) OAuth2APISetOAuth2ClientRequest
OAuth 2.0 Client Request Body
type OAuth2APITrustOAuth2JwtGrantIssuerRequest ¶ added in v1.3.0
type OAuth2APITrustOAuth2JwtGrantIssuerRequest struct {
ApiService OAuth2API
// contains filtered or unexported fields
}
func (OAuth2APITrustOAuth2JwtGrantIssuerRequest) Execute ¶ added in v1.3.0
func (r OAuth2APITrustOAuth2JwtGrantIssuerRequest) Execute() (*TrustedOAuth2JwtGrantIssuer, *http.Response, error)
func (OAuth2APITrustOAuth2JwtGrantIssuerRequest) TrustOAuth2JwtGrantIssuer ¶ added in v1.3.0
func (r OAuth2APITrustOAuth2JwtGrantIssuerRequest) TrustOAuth2JwtGrantIssuer(trustOAuth2JwtGrantIssuer TrustOAuth2JwtGrantIssuer) OAuth2APITrustOAuth2JwtGrantIssuerRequest
type OAuth2Client ¶
type OAuth2Client struct {
// OAuth 2.0 Access Token Strategy AccessTokenStrategy is the strategy used to generate access tokens. Valid options are `jwt` and `opaque`. `jwt` is a bad idea, see https://www.ory.sh/docs/hydra/advanced#json-web-tokens Setting the stragegy here overrides the global setting in `strategies.access_token`.
AccessTokenStrategy *string `json:"access_token_strategy,omitempty"`
AllowedCorsOrigins []string `json:"allowed_cors_origins,omitempty"`
Audience []string `json:"audience,omitempty"`
AuthorizationCodeGrantAccessTokenLifespan NullableString `json:"authorization_code_grant_access_token_lifespan,omitempty"`
AuthorizationCodeGrantIdTokenLifespan NullableString `json:"authorization_code_grant_id_token_lifespan,omitempty"`
AuthorizationCodeGrantRefreshTokenLifespan NullableString `json:"authorization_code_grant_refresh_token_lifespan,omitempty"`
// OpenID Connect Back-Channel Logout Session Required Boolean value specifying whether the RP requires that a sid (session ID) Claim be included in the Logout Token to identify the RP session with the OP when the backchannel_logout_uri is used. If omitted, the default value is false.
BackchannelLogoutSessionRequired *bool `json:"backchannel_logout_session_required,omitempty"`
// OpenID Connect Back-Channel Logout URI RP URL that will cause the RP to log itself out when sent a Logout Token by the OP.
BackchannelLogoutUri *string `json:"backchannel_logout_uri,omitempty"`
ClientCredentialsGrantAccessTokenLifespan NullableString `json:"client_credentials_grant_access_token_lifespan,omitempty"`
// OAuth 2.0 Client ID The ID is immutable. If no ID is provided, a UUID4 will be generated.
ClientId *string `json:"client_id,omitempty"`
// OAuth 2.0 Client Name The human-readable name of the client to be presented to the end-user during authorization.
ClientName *string `json:"client_name,omitempty"`
// OAuth 2.0 Client Secret The secret will be included in the create request as cleartext, and then never again. The secret is kept in hashed format and is not recoverable once lost.
ClientSecret *string `json:"client_secret,omitempty"`
// OAuth 2.0 Client Secret Expires At The field is currently not supported and its value is always 0.
ClientSecretExpiresAt *int64 `json:"client_secret_expires_at,omitempty"`
// OAuth 2.0 Client URI ClientURI is a URL string of a web page providing information about the client. If present, the server SHOULD display this URL to the end-user in a clickable fashion.
ClientUri *string `json:"client_uri,omitempty"`
Contacts []string `json:"contacts,omitempty"`
// OAuth 2.0 Client Creation Date CreatedAt returns the timestamp of the client's creation.
CreatedAt *time.Time `json:"created_at,omitempty"`
// OpenID Connect Front-Channel Logout Session Required Boolean value specifying whether the RP requires that iss (issuer) and sid (session ID) query parameters be included to identify the RP session with the OP when the frontchannel_logout_uri is used. If omitted, the default value is false.
FrontchannelLogoutSessionRequired *bool `json:"frontchannel_logout_session_required,omitempty"`
// OpenID Connect Front-Channel Logout URI RP URL that will cause the RP to log itself out when rendered in an iframe by the OP. An iss (issuer) query parameter and a sid (session ID) query parameter MAY be included by the OP to enable the RP to validate the request and to determine which of the potentially multiple sessions is to be logged out; if either is included, both MUST be.
FrontchannelLogoutUri *string `json:"frontchannel_logout_uri,omitempty"`
GrantTypes []string `json:"grant_types,omitempty"`
ImplicitGrantAccessTokenLifespan NullableString `json:"implicit_grant_access_token_lifespan,omitempty"`
ImplicitGrantIdTokenLifespan NullableString `json:"implicit_grant_id_token_lifespan,omitempty"`
// OAuth 2.0 Client JSON Web Key Set Client's JSON Web Key Set [JWK] document, passed by value. The semantics of the jwks parameter are the same as the jwks_uri parameter, other than that the JWK Set is passed by value, rather than by reference. This parameter is intended only to be used by Clients that, for some reason, are unable to use the jwks_uri parameter, for instance, by native applications that might not have a location to host the contents of the JWK Set. If a Client can use jwks_uri, it MUST NOT use jwks. One significant downside of jwks is that it does not enable key rotation (which jwks_uri does, as described in Section 10 of OpenID Connect Core 1.0 [OpenID.Core]). The jwks_uri and jwks parameters MUST NOT be used together.
Jwks interface{} `json:"jwks,omitempty"`
// OAuth 2.0 Client JSON Web Key Set URL URL for the Client's JSON Web Key Set [JWK] document. If the Client signs requests to the Server, it contains the signing key(s) the Server uses to validate signatures from the Client. The JWK Set MAY also contain the Client's encryption keys(s), which are used by the Server to encrypt responses to the Client. When both signing and encryption keys are made available, a use (Key Use) parameter value is REQUIRED for all keys in the referenced JWK Set to indicate each key's intended usage. Although some algorithms allow the same key to be used for both signatures and encryption, doing so is NOT RECOMMENDED, as it is less secure. The JWK x5c parameter MAY be used to provide X.509 representations of keys provided. When used, the bare key values MUST still be present and MUST match those in the certificate.
JwksUri *string `json:"jwks_uri,omitempty"`
JwtBearerGrantAccessTokenLifespan NullableString `json:"jwt_bearer_grant_access_token_lifespan,omitempty"`
// OAuth 2.0 Client Logo URI A URL string referencing the client's logo.
LogoUri *string `json:"logo_uri,omitempty"`
Metadata map[string]interface{} `json:"metadata,omitempty"`
// OAuth 2.0 Client Owner Owner is a string identifying the owner of the OAuth 2.0 Client.
Owner *string `json:"owner,omitempty"`
// OAuth 2.0 Client Policy URI PolicyURI is a URL string that points to a human-readable privacy policy document that describes how the deployment organization collects, uses, retains, and discloses personal data.
PolicyUri *string `json:"policy_uri,omitempty"`
PostLogoutRedirectUris []string `json:"post_logout_redirect_uris,omitempty"`
RedirectUris []string `json:"redirect_uris,omitempty"`
RefreshTokenGrantAccessTokenLifespan NullableString `json:"refresh_token_grant_access_token_lifespan,omitempty"`
RefreshTokenGrantIdTokenLifespan NullableString `json:"refresh_token_grant_id_token_lifespan,omitempty"`
RefreshTokenGrantRefreshTokenLifespan NullableString `json:"refresh_token_grant_refresh_token_lifespan,omitempty"`
// OpenID Connect Dynamic Client Registration Access Token RegistrationAccessToken can be used to update, get, or delete the OAuth2 Client. It is sent when creating a client using Dynamic Client Registration.
RegistrationAccessToken *string `json:"registration_access_token,omitempty"`
// OpenID Connect Dynamic Client Registration URL RegistrationClientURI is the URL used to update, get, or delete the OAuth2 Client.
RegistrationClientUri *string `json:"registration_client_uri,omitempty"`
// OpenID Connect Request Object Signing Algorithm JWS [JWS] alg algorithm [JWA] that MUST be used for signing Request Objects sent to the OP. All Request Objects from this Client MUST be rejected, if not signed with this algorithm.
RequestObjectSigningAlg *string `json:"request_object_signing_alg,omitempty"`
RequestUris []string `json:"request_uris,omitempty"`
ResponseTypes []string `json:"response_types,omitempty"`
// OAuth 2.0 Client Scope Scope is a string containing a space-separated list of scope values (as described in Section 3.3 of OAuth 2.0 [RFC6749]) that the client can use when requesting access tokens.
Scope *string `json:"scope,omitempty"`
// OpenID Connect Sector Identifier URI URL using the https scheme to be used in calculating Pseudonymous Identifiers by the OP. The URL references a file with a single JSON array of redirect_uri values.
SectorIdentifierUri *string `json:"sector_identifier_uri,omitempty"`
// SkipConsent skips the consent screen for this client. This field can only be set from the admin API.
SkipConsent *bool `json:"skip_consent,omitempty"`
// SkipLogoutConsent skips the logout consent screen for this client. This field can only be set from the admin API.
SkipLogoutConsent *bool `json:"skip_logout_consent,omitempty"`
// OpenID Connect Subject Type The `subject_types_supported` Discovery parameter contains a list of the supported subject_type values for this server. Valid types include `pairwise` and `public`.
SubjectType *string `json:"subject_type,omitempty"`
// OAuth 2.0 Token Endpoint Authentication Method Requested Client Authentication method for the Token Endpoint. The options are: `client_secret_basic`: (default) Send `client_id` and `client_secret` as `application/x-www-form-urlencoded` encoded in the HTTP Authorization header. `client_secret_post`: Send `client_id` and `client_secret` as `application/x-www-form-urlencoded` in the HTTP body. `private_key_jwt`: Use JSON Web Tokens to authenticate the client. `none`: Used for public clients (native apps, mobile apps) which can not have secrets.
TokenEndpointAuthMethod *string `json:"token_endpoint_auth_method,omitempty"`
// OAuth 2.0 Token Endpoint Signing Algorithm Requested Client Authentication signing algorithm for the Token Endpoint.
TokenEndpointAuthSigningAlg *string `json:"token_endpoint_auth_signing_alg,omitempty"`
// OAuth 2.0 Client Terms of Service URI A URL string pointing to a human-readable terms of service document for the client that describes a contractual relationship between the end-user and the client that the end-user accepts when authorizing the client.
TosUri *string `json:"tos_uri,omitempty"`
// OAuth 2.0 Client Last Update Date UpdatedAt returns the timestamp of the last update.
UpdatedAt *time.Time `json:"updated_at,omitempty"`
// OpenID Connect Request Userinfo Signed Response Algorithm JWS alg algorithm [JWA] REQUIRED for signing UserInfo Responses. If this is specified, the response will be JWT [JWT] serialized, and signed using JWS. The default, if omitted, is for the UserInfo Response to return the Claims as a UTF-8 encoded JSON object using the application/json content-type.
UserinfoSignedResponseAlg *string `json:"userinfo_signed_response_alg,omitempty"`
AdditionalProperties map[string]interface{}
}
OAuth2Client OAuth 2.0 Clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.
func NewOAuth2Client ¶
func NewOAuth2Client() *OAuth2Client
NewOAuth2Client instantiates a new OAuth2Client 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 NewOAuth2ClientWithDefaults ¶
func NewOAuth2ClientWithDefaults() *OAuth2Client
NewOAuth2ClientWithDefaults instantiates a new OAuth2Client 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 (*OAuth2Client) GetAccessTokenStrategy ¶ added in v1.1.22
func (o *OAuth2Client) GetAccessTokenStrategy() string
GetAccessTokenStrategy returns the AccessTokenStrategy field value if set, zero value otherwise.
func (*OAuth2Client) GetAccessTokenStrategyOk ¶ added in v1.1.22
func (o *OAuth2Client) GetAccessTokenStrategyOk() (*string, bool)
GetAccessTokenStrategyOk returns a tuple with the AccessTokenStrategy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetAllowedCorsOrigins ¶
func (o *OAuth2Client) GetAllowedCorsOrigins() []string
GetAllowedCorsOrigins returns the AllowedCorsOrigins field value if set, zero value otherwise.
func (*OAuth2Client) GetAllowedCorsOriginsOk ¶
func (o *OAuth2Client) GetAllowedCorsOriginsOk() ([]string, bool)
GetAllowedCorsOriginsOk returns a tuple with the AllowedCorsOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetAudience ¶
func (o *OAuth2Client) GetAudience() []string
GetAudience returns the Audience field value if set, zero value otherwise.
func (*OAuth2Client) GetAudienceOk ¶
func (o *OAuth2Client) GetAudienceOk() ([]string, bool)
GetAudienceOk returns a tuple with the Audience field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetAuthorizationCodeGrantAccessTokenLifespan ¶
func (o *OAuth2Client) GetAuthorizationCodeGrantAccessTokenLifespan() string
GetAuthorizationCodeGrantAccessTokenLifespan returns the AuthorizationCodeGrantAccessTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2Client) GetAuthorizationCodeGrantAccessTokenLifespanOk ¶
func (o *OAuth2Client) GetAuthorizationCodeGrantAccessTokenLifespanOk() (*string, bool)
GetAuthorizationCodeGrantAccessTokenLifespanOk returns a tuple with the AuthorizationCodeGrantAccessTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2Client) GetAuthorizationCodeGrantIdTokenLifespan ¶
func (o *OAuth2Client) GetAuthorizationCodeGrantIdTokenLifespan() string
GetAuthorizationCodeGrantIdTokenLifespan returns the AuthorizationCodeGrantIdTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2Client) GetAuthorizationCodeGrantIdTokenLifespanOk ¶
func (o *OAuth2Client) GetAuthorizationCodeGrantIdTokenLifespanOk() (*string, bool)
GetAuthorizationCodeGrantIdTokenLifespanOk returns a tuple with the AuthorizationCodeGrantIdTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2Client) GetAuthorizationCodeGrantRefreshTokenLifespan ¶
func (o *OAuth2Client) GetAuthorizationCodeGrantRefreshTokenLifespan() string
GetAuthorizationCodeGrantRefreshTokenLifespan returns the AuthorizationCodeGrantRefreshTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2Client) GetAuthorizationCodeGrantRefreshTokenLifespanOk ¶
func (o *OAuth2Client) GetAuthorizationCodeGrantRefreshTokenLifespanOk() (*string, bool)
GetAuthorizationCodeGrantRefreshTokenLifespanOk returns a tuple with the AuthorizationCodeGrantRefreshTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2Client) GetBackchannelLogoutSessionRequired ¶
func (o *OAuth2Client) GetBackchannelLogoutSessionRequired() bool
GetBackchannelLogoutSessionRequired returns the BackchannelLogoutSessionRequired field value if set, zero value otherwise.
func (*OAuth2Client) GetBackchannelLogoutSessionRequiredOk ¶
func (o *OAuth2Client) GetBackchannelLogoutSessionRequiredOk() (*bool, bool)
GetBackchannelLogoutSessionRequiredOk returns a tuple with the BackchannelLogoutSessionRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetBackchannelLogoutUri ¶
func (o *OAuth2Client) GetBackchannelLogoutUri() string
GetBackchannelLogoutUri returns the BackchannelLogoutUri field value if set, zero value otherwise.
func (*OAuth2Client) GetBackchannelLogoutUriOk ¶
func (o *OAuth2Client) GetBackchannelLogoutUriOk() (*string, bool)
GetBackchannelLogoutUriOk returns a tuple with the BackchannelLogoutUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetClientCredentialsGrantAccessTokenLifespan ¶
func (o *OAuth2Client) GetClientCredentialsGrantAccessTokenLifespan() string
GetClientCredentialsGrantAccessTokenLifespan returns the ClientCredentialsGrantAccessTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2Client) GetClientCredentialsGrantAccessTokenLifespanOk ¶
func (o *OAuth2Client) GetClientCredentialsGrantAccessTokenLifespanOk() (*string, bool)
GetClientCredentialsGrantAccessTokenLifespanOk returns a tuple with the ClientCredentialsGrantAccessTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2Client) GetClientId ¶
func (o *OAuth2Client) GetClientId() string
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*OAuth2Client) GetClientIdOk ¶
func (o *OAuth2Client) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetClientName ¶
func (o *OAuth2Client) GetClientName() string
GetClientName returns the ClientName field value if set, zero value otherwise.
func (*OAuth2Client) GetClientNameOk ¶
func (o *OAuth2Client) GetClientNameOk() (*string, bool)
GetClientNameOk returns a tuple with the ClientName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetClientSecret ¶
func (o *OAuth2Client) GetClientSecret() string
GetClientSecret returns the ClientSecret field value if set, zero value otherwise.
func (*OAuth2Client) GetClientSecretExpiresAt ¶
func (o *OAuth2Client) GetClientSecretExpiresAt() int64
GetClientSecretExpiresAt returns the ClientSecretExpiresAt field value if set, zero value otherwise.
func (*OAuth2Client) GetClientSecretExpiresAtOk ¶
func (o *OAuth2Client) GetClientSecretExpiresAtOk() (*int64, bool)
GetClientSecretExpiresAtOk returns a tuple with the ClientSecretExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetClientSecretOk ¶
func (o *OAuth2Client) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetClientUri ¶
func (o *OAuth2Client) GetClientUri() string
GetClientUri returns the ClientUri field value if set, zero value otherwise.
func (*OAuth2Client) GetClientUriOk ¶
func (o *OAuth2Client) GetClientUriOk() (*string, bool)
GetClientUriOk returns a tuple with the ClientUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetContacts ¶
func (o *OAuth2Client) GetContacts() []string
GetContacts returns the Contacts field value if set, zero value otherwise.
func (*OAuth2Client) GetContactsOk ¶
func (o *OAuth2Client) GetContactsOk() ([]string, bool)
GetContactsOk returns a tuple with the Contacts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetCreatedAt ¶
func (o *OAuth2Client) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*OAuth2Client) GetCreatedAtOk ¶
func (o *OAuth2Client) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetFrontchannelLogoutSessionRequired ¶
func (o *OAuth2Client) GetFrontchannelLogoutSessionRequired() bool
GetFrontchannelLogoutSessionRequired returns the FrontchannelLogoutSessionRequired field value if set, zero value otherwise.
func (*OAuth2Client) GetFrontchannelLogoutSessionRequiredOk ¶
func (o *OAuth2Client) GetFrontchannelLogoutSessionRequiredOk() (*bool, bool)
GetFrontchannelLogoutSessionRequiredOk returns a tuple with the FrontchannelLogoutSessionRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetFrontchannelLogoutUri ¶
func (o *OAuth2Client) GetFrontchannelLogoutUri() string
GetFrontchannelLogoutUri returns the FrontchannelLogoutUri field value if set, zero value otherwise.
func (*OAuth2Client) GetFrontchannelLogoutUriOk ¶
func (o *OAuth2Client) GetFrontchannelLogoutUriOk() (*string, bool)
GetFrontchannelLogoutUriOk returns a tuple with the FrontchannelLogoutUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetGrantTypes ¶
func (o *OAuth2Client) GetGrantTypes() []string
GetGrantTypes returns the GrantTypes field value if set, zero value otherwise.
func (*OAuth2Client) GetGrantTypesOk ¶
func (o *OAuth2Client) GetGrantTypesOk() ([]string, bool)
GetGrantTypesOk returns a tuple with the GrantTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetImplicitGrantAccessTokenLifespan ¶
func (o *OAuth2Client) GetImplicitGrantAccessTokenLifespan() string
GetImplicitGrantAccessTokenLifespan returns the ImplicitGrantAccessTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2Client) GetImplicitGrantAccessTokenLifespanOk ¶
func (o *OAuth2Client) GetImplicitGrantAccessTokenLifespanOk() (*string, bool)
GetImplicitGrantAccessTokenLifespanOk returns a tuple with the ImplicitGrantAccessTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2Client) GetImplicitGrantIdTokenLifespan ¶
func (o *OAuth2Client) GetImplicitGrantIdTokenLifespan() string
GetImplicitGrantIdTokenLifespan returns the ImplicitGrantIdTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2Client) GetImplicitGrantIdTokenLifespanOk ¶
func (o *OAuth2Client) GetImplicitGrantIdTokenLifespanOk() (*string, bool)
GetImplicitGrantIdTokenLifespanOk returns a tuple with the ImplicitGrantIdTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2Client) GetJwks ¶
func (o *OAuth2Client) GetJwks() interface{}
GetJwks returns the Jwks field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2Client) GetJwksOk ¶
func (o *OAuth2Client) GetJwksOk() (*interface{}, bool)
GetJwksOk returns a tuple with the Jwks field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2Client) GetJwksUri ¶
func (o *OAuth2Client) GetJwksUri() string
GetJwksUri returns the JwksUri field value if set, zero value otherwise.
func (*OAuth2Client) GetJwksUriOk ¶
func (o *OAuth2Client) GetJwksUriOk() (*string, bool)
GetJwksUriOk returns a tuple with the JwksUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetJwtBearerGrantAccessTokenLifespan ¶
func (o *OAuth2Client) GetJwtBearerGrantAccessTokenLifespan() string
GetJwtBearerGrantAccessTokenLifespan returns the JwtBearerGrantAccessTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2Client) GetJwtBearerGrantAccessTokenLifespanOk ¶
func (o *OAuth2Client) GetJwtBearerGrantAccessTokenLifespanOk() (*string, bool)
GetJwtBearerGrantAccessTokenLifespanOk returns a tuple with the JwtBearerGrantAccessTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2Client) GetLogoUri ¶
func (o *OAuth2Client) GetLogoUri() string
GetLogoUri returns the LogoUri field value if set, zero value otherwise.
func (*OAuth2Client) GetLogoUriOk ¶
func (o *OAuth2Client) GetLogoUriOk() (*string, bool)
GetLogoUriOk returns a tuple with the LogoUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetMetadata ¶
func (o *OAuth2Client) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*OAuth2Client) GetMetadataOk ¶
func (o *OAuth2Client) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetOwner ¶
func (o *OAuth2Client) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise.
func (*OAuth2Client) GetOwnerOk ¶
func (o *OAuth2Client) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetPolicyUri ¶
func (o *OAuth2Client) GetPolicyUri() string
GetPolicyUri returns the PolicyUri field value if set, zero value otherwise.
func (*OAuth2Client) GetPolicyUriOk ¶
func (o *OAuth2Client) GetPolicyUriOk() (*string, bool)
GetPolicyUriOk returns a tuple with the PolicyUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetPostLogoutRedirectUris ¶
func (o *OAuth2Client) GetPostLogoutRedirectUris() []string
GetPostLogoutRedirectUris returns the PostLogoutRedirectUris field value if set, zero value otherwise.
func (*OAuth2Client) GetPostLogoutRedirectUrisOk ¶
func (o *OAuth2Client) GetPostLogoutRedirectUrisOk() ([]string, bool)
GetPostLogoutRedirectUrisOk returns a tuple with the PostLogoutRedirectUris field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetRedirectUris ¶
func (o *OAuth2Client) GetRedirectUris() []string
GetRedirectUris returns the RedirectUris field value if set, zero value otherwise.
func (*OAuth2Client) GetRedirectUrisOk ¶
func (o *OAuth2Client) GetRedirectUrisOk() ([]string, bool)
GetRedirectUrisOk returns a tuple with the RedirectUris field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetRefreshTokenGrantAccessTokenLifespan ¶
func (o *OAuth2Client) GetRefreshTokenGrantAccessTokenLifespan() string
GetRefreshTokenGrantAccessTokenLifespan returns the RefreshTokenGrantAccessTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2Client) GetRefreshTokenGrantAccessTokenLifespanOk ¶
func (o *OAuth2Client) GetRefreshTokenGrantAccessTokenLifespanOk() (*string, bool)
GetRefreshTokenGrantAccessTokenLifespanOk returns a tuple with the RefreshTokenGrantAccessTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2Client) GetRefreshTokenGrantIdTokenLifespan ¶
func (o *OAuth2Client) GetRefreshTokenGrantIdTokenLifespan() string
GetRefreshTokenGrantIdTokenLifespan returns the RefreshTokenGrantIdTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2Client) GetRefreshTokenGrantIdTokenLifespanOk ¶
func (o *OAuth2Client) GetRefreshTokenGrantIdTokenLifespanOk() (*string, bool)
GetRefreshTokenGrantIdTokenLifespanOk returns a tuple with the RefreshTokenGrantIdTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2Client) GetRefreshTokenGrantRefreshTokenLifespan ¶
func (o *OAuth2Client) GetRefreshTokenGrantRefreshTokenLifespan() string
GetRefreshTokenGrantRefreshTokenLifespan returns the RefreshTokenGrantRefreshTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2Client) GetRefreshTokenGrantRefreshTokenLifespanOk ¶
func (o *OAuth2Client) GetRefreshTokenGrantRefreshTokenLifespanOk() (*string, bool)
GetRefreshTokenGrantRefreshTokenLifespanOk returns a tuple with the RefreshTokenGrantRefreshTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2Client) GetRegistrationAccessToken ¶
func (o *OAuth2Client) GetRegistrationAccessToken() string
GetRegistrationAccessToken returns the RegistrationAccessToken field value if set, zero value otherwise.
func (*OAuth2Client) GetRegistrationAccessTokenOk ¶
func (o *OAuth2Client) GetRegistrationAccessTokenOk() (*string, bool)
GetRegistrationAccessTokenOk returns a tuple with the RegistrationAccessToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetRegistrationClientUri ¶
func (o *OAuth2Client) GetRegistrationClientUri() string
GetRegistrationClientUri returns the RegistrationClientUri field value if set, zero value otherwise.
func (*OAuth2Client) GetRegistrationClientUriOk ¶
func (o *OAuth2Client) GetRegistrationClientUriOk() (*string, bool)
GetRegistrationClientUriOk returns a tuple with the RegistrationClientUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetRequestObjectSigningAlg ¶
func (o *OAuth2Client) GetRequestObjectSigningAlg() string
GetRequestObjectSigningAlg returns the RequestObjectSigningAlg field value if set, zero value otherwise.
func (*OAuth2Client) GetRequestObjectSigningAlgOk ¶
func (o *OAuth2Client) GetRequestObjectSigningAlgOk() (*string, bool)
GetRequestObjectSigningAlgOk returns a tuple with the RequestObjectSigningAlg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetRequestUris ¶
func (o *OAuth2Client) GetRequestUris() []string
GetRequestUris returns the RequestUris field value if set, zero value otherwise.
func (*OAuth2Client) GetRequestUrisOk ¶
func (o *OAuth2Client) GetRequestUrisOk() ([]string, bool)
GetRequestUrisOk returns a tuple with the RequestUris field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetResponseTypes ¶
func (o *OAuth2Client) GetResponseTypes() []string
GetResponseTypes returns the ResponseTypes field value if set, zero value otherwise.
func (*OAuth2Client) GetResponseTypesOk ¶
func (o *OAuth2Client) GetResponseTypesOk() ([]string, bool)
GetResponseTypesOk returns a tuple with the ResponseTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetScope ¶
func (o *OAuth2Client) GetScope() string
GetScope returns the Scope field value if set, zero value otherwise.
func (*OAuth2Client) GetScopeOk ¶
func (o *OAuth2Client) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetSectorIdentifierUri ¶
func (o *OAuth2Client) GetSectorIdentifierUri() string
GetSectorIdentifierUri returns the SectorIdentifierUri field value if set, zero value otherwise.
func (*OAuth2Client) GetSectorIdentifierUriOk ¶
func (o *OAuth2Client) GetSectorIdentifierUriOk() (*string, bool)
GetSectorIdentifierUriOk returns a tuple with the SectorIdentifierUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetSkipConsent ¶ added in v1.1.22
func (o *OAuth2Client) GetSkipConsent() bool
GetSkipConsent returns the SkipConsent field value if set, zero value otherwise.
func (*OAuth2Client) GetSkipConsentOk ¶ added in v1.1.22
func (o *OAuth2Client) GetSkipConsentOk() (*bool, bool)
GetSkipConsentOk returns a tuple with the SkipConsent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetSkipLogoutConsent ¶ added in v1.6.2
func (o *OAuth2Client) GetSkipLogoutConsent() bool
GetSkipLogoutConsent returns the SkipLogoutConsent field value if set, zero value otherwise.
func (*OAuth2Client) GetSkipLogoutConsentOk ¶ added in v1.6.2
func (o *OAuth2Client) GetSkipLogoutConsentOk() (*bool, bool)
GetSkipLogoutConsentOk returns a tuple with the SkipLogoutConsent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetSubjectType ¶
func (o *OAuth2Client) GetSubjectType() string
GetSubjectType returns the SubjectType field value if set, zero value otherwise.
func (*OAuth2Client) GetSubjectTypeOk ¶
func (o *OAuth2Client) GetSubjectTypeOk() (*string, bool)
GetSubjectTypeOk returns a tuple with the SubjectType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetTokenEndpointAuthMethod ¶
func (o *OAuth2Client) GetTokenEndpointAuthMethod() string
GetTokenEndpointAuthMethod returns the TokenEndpointAuthMethod field value if set, zero value otherwise.
func (*OAuth2Client) GetTokenEndpointAuthMethodOk ¶
func (o *OAuth2Client) GetTokenEndpointAuthMethodOk() (*string, bool)
GetTokenEndpointAuthMethodOk returns a tuple with the TokenEndpointAuthMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetTokenEndpointAuthSigningAlg ¶
func (o *OAuth2Client) GetTokenEndpointAuthSigningAlg() string
GetTokenEndpointAuthSigningAlg returns the TokenEndpointAuthSigningAlg field value if set, zero value otherwise.
func (*OAuth2Client) GetTokenEndpointAuthSigningAlgOk ¶
func (o *OAuth2Client) GetTokenEndpointAuthSigningAlgOk() (*string, bool)
GetTokenEndpointAuthSigningAlgOk returns a tuple with the TokenEndpointAuthSigningAlg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetTosUri ¶
func (o *OAuth2Client) GetTosUri() string
GetTosUri returns the TosUri field value if set, zero value otherwise.
func (*OAuth2Client) GetTosUriOk ¶
func (o *OAuth2Client) GetTosUriOk() (*string, bool)
GetTosUriOk returns a tuple with the TosUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetUpdatedAt ¶
func (o *OAuth2Client) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*OAuth2Client) GetUpdatedAtOk ¶
func (o *OAuth2Client) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) GetUserinfoSignedResponseAlg ¶
func (o *OAuth2Client) GetUserinfoSignedResponseAlg() string
GetUserinfoSignedResponseAlg returns the UserinfoSignedResponseAlg field value if set, zero value otherwise.
func (*OAuth2Client) GetUserinfoSignedResponseAlgOk ¶
func (o *OAuth2Client) GetUserinfoSignedResponseAlgOk() (*string, bool)
GetUserinfoSignedResponseAlgOk returns a tuple with the UserinfoSignedResponseAlg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2Client) HasAccessTokenStrategy ¶ added in v1.1.22
func (o *OAuth2Client) HasAccessTokenStrategy() bool
HasAccessTokenStrategy returns a boolean if a field has been set.
func (*OAuth2Client) HasAllowedCorsOrigins ¶
func (o *OAuth2Client) HasAllowedCorsOrigins() bool
HasAllowedCorsOrigins returns a boolean if a field has been set.
func (*OAuth2Client) HasAudience ¶
func (o *OAuth2Client) HasAudience() bool
HasAudience returns a boolean if a field has been set.
func (*OAuth2Client) HasAuthorizationCodeGrantAccessTokenLifespan ¶
func (o *OAuth2Client) HasAuthorizationCodeGrantAccessTokenLifespan() bool
HasAuthorizationCodeGrantAccessTokenLifespan returns a boolean if a field has been set.
func (*OAuth2Client) HasAuthorizationCodeGrantIdTokenLifespan ¶
func (o *OAuth2Client) HasAuthorizationCodeGrantIdTokenLifespan() bool
HasAuthorizationCodeGrantIdTokenLifespan returns a boolean if a field has been set.
func (*OAuth2Client) HasAuthorizationCodeGrantRefreshTokenLifespan ¶
func (o *OAuth2Client) HasAuthorizationCodeGrantRefreshTokenLifespan() bool
HasAuthorizationCodeGrantRefreshTokenLifespan returns a boolean if a field has been set.
func (*OAuth2Client) HasBackchannelLogoutSessionRequired ¶
func (o *OAuth2Client) HasBackchannelLogoutSessionRequired() bool
HasBackchannelLogoutSessionRequired returns a boolean if a field has been set.
func (*OAuth2Client) HasBackchannelLogoutUri ¶
func (o *OAuth2Client) HasBackchannelLogoutUri() bool
HasBackchannelLogoutUri returns a boolean if a field has been set.
func (*OAuth2Client) HasClientCredentialsGrantAccessTokenLifespan ¶
func (o *OAuth2Client) HasClientCredentialsGrantAccessTokenLifespan() bool
HasClientCredentialsGrantAccessTokenLifespan returns a boolean if a field has been set.
func (*OAuth2Client) HasClientId ¶
func (o *OAuth2Client) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (*OAuth2Client) HasClientName ¶
func (o *OAuth2Client) HasClientName() bool
HasClientName returns a boolean if a field has been set.
func (*OAuth2Client) HasClientSecret ¶
func (o *OAuth2Client) HasClientSecret() bool
HasClientSecret returns a boolean if a field has been set.
func (*OAuth2Client) HasClientSecretExpiresAt ¶
func (o *OAuth2Client) HasClientSecretExpiresAt() bool
HasClientSecretExpiresAt returns a boolean if a field has been set.
func (*OAuth2Client) HasClientUri ¶
func (o *OAuth2Client) HasClientUri() bool
HasClientUri returns a boolean if a field has been set.
func (*OAuth2Client) HasContacts ¶
func (o *OAuth2Client) HasContacts() bool
HasContacts returns a boolean if a field has been set.
func (*OAuth2Client) HasCreatedAt ¶
func (o *OAuth2Client) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*OAuth2Client) HasFrontchannelLogoutSessionRequired ¶
func (o *OAuth2Client) HasFrontchannelLogoutSessionRequired() bool
HasFrontchannelLogoutSessionRequired returns a boolean if a field has been set.
func (*OAuth2Client) HasFrontchannelLogoutUri ¶
func (o *OAuth2Client) HasFrontchannelLogoutUri() bool
HasFrontchannelLogoutUri returns a boolean if a field has been set.
func (*OAuth2Client) HasGrantTypes ¶
func (o *OAuth2Client) HasGrantTypes() bool
HasGrantTypes returns a boolean if a field has been set.
func (*OAuth2Client) HasImplicitGrantAccessTokenLifespan ¶
func (o *OAuth2Client) HasImplicitGrantAccessTokenLifespan() bool
HasImplicitGrantAccessTokenLifespan returns a boolean if a field has been set.
func (*OAuth2Client) HasImplicitGrantIdTokenLifespan ¶
func (o *OAuth2Client) HasImplicitGrantIdTokenLifespan() bool
HasImplicitGrantIdTokenLifespan returns a boolean if a field has been set.
func (*OAuth2Client) HasJwks ¶
func (o *OAuth2Client) HasJwks() bool
HasJwks returns a boolean if a field has been set.
func (*OAuth2Client) HasJwksUri ¶
func (o *OAuth2Client) HasJwksUri() bool
HasJwksUri returns a boolean if a field has been set.
func (*OAuth2Client) HasJwtBearerGrantAccessTokenLifespan ¶
func (o *OAuth2Client) HasJwtBearerGrantAccessTokenLifespan() bool
HasJwtBearerGrantAccessTokenLifespan returns a boolean if a field has been set.
func (*OAuth2Client) HasLogoUri ¶
func (o *OAuth2Client) HasLogoUri() bool
HasLogoUri returns a boolean if a field has been set.
func (*OAuth2Client) HasMetadata ¶
func (o *OAuth2Client) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*OAuth2Client) HasOwner ¶
func (o *OAuth2Client) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*OAuth2Client) HasPolicyUri ¶
func (o *OAuth2Client) HasPolicyUri() bool
HasPolicyUri returns a boolean if a field has been set.
func (*OAuth2Client) HasPostLogoutRedirectUris ¶
func (o *OAuth2Client) HasPostLogoutRedirectUris() bool
HasPostLogoutRedirectUris returns a boolean if a field has been set.
func (*OAuth2Client) HasRedirectUris ¶
func (o *OAuth2Client) HasRedirectUris() bool
HasRedirectUris returns a boolean if a field has been set.
func (*OAuth2Client) HasRefreshTokenGrantAccessTokenLifespan ¶
func (o *OAuth2Client) HasRefreshTokenGrantAccessTokenLifespan() bool
HasRefreshTokenGrantAccessTokenLifespan returns a boolean if a field has been set.
func (*OAuth2Client) HasRefreshTokenGrantIdTokenLifespan ¶
func (o *OAuth2Client) HasRefreshTokenGrantIdTokenLifespan() bool
HasRefreshTokenGrantIdTokenLifespan returns a boolean if a field has been set.
func (*OAuth2Client) HasRefreshTokenGrantRefreshTokenLifespan ¶
func (o *OAuth2Client) HasRefreshTokenGrantRefreshTokenLifespan() bool
HasRefreshTokenGrantRefreshTokenLifespan returns a boolean if a field has been set.
func (*OAuth2Client) HasRegistrationAccessToken ¶
func (o *OAuth2Client) HasRegistrationAccessToken() bool
HasRegistrationAccessToken returns a boolean if a field has been set.
func (*OAuth2Client) HasRegistrationClientUri ¶
func (o *OAuth2Client) HasRegistrationClientUri() bool
HasRegistrationClientUri returns a boolean if a field has been set.
func (*OAuth2Client) HasRequestObjectSigningAlg ¶
func (o *OAuth2Client) HasRequestObjectSigningAlg() bool
HasRequestObjectSigningAlg returns a boolean if a field has been set.
func (*OAuth2Client) HasRequestUris ¶
func (o *OAuth2Client) HasRequestUris() bool
HasRequestUris returns a boolean if a field has been set.
func (*OAuth2Client) HasResponseTypes ¶
func (o *OAuth2Client) HasResponseTypes() bool
HasResponseTypes returns a boolean if a field has been set.
func (*OAuth2Client) HasScope ¶
func (o *OAuth2Client) HasScope() bool
HasScope returns a boolean if a field has been set.
func (*OAuth2Client) HasSectorIdentifierUri ¶
func (o *OAuth2Client) HasSectorIdentifierUri() bool
HasSectorIdentifierUri returns a boolean if a field has been set.
func (*OAuth2Client) HasSkipConsent ¶ added in v1.1.22
func (o *OAuth2Client) HasSkipConsent() bool
HasSkipConsent returns a boolean if a field has been set.
func (*OAuth2Client) HasSkipLogoutConsent ¶ added in v1.6.2
func (o *OAuth2Client) HasSkipLogoutConsent() bool
HasSkipLogoutConsent returns a boolean if a field has been set.
func (*OAuth2Client) HasSubjectType ¶
func (o *OAuth2Client) HasSubjectType() bool
HasSubjectType returns a boolean if a field has been set.
func (*OAuth2Client) HasTokenEndpointAuthMethod ¶
func (o *OAuth2Client) HasTokenEndpointAuthMethod() bool
HasTokenEndpointAuthMethod returns a boolean if a field has been set.
func (*OAuth2Client) HasTokenEndpointAuthSigningAlg ¶
func (o *OAuth2Client) HasTokenEndpointAuthSigningAlg() bool
HasTokenEndpointAuthSigningAlg returns a boolean if a field has been set.
func (*OAuth2Client) HasTosUri ¶
func (o *OAuth2Client) HasTosUri() bool
HasTosUri returns a boolean if a field has been set.
func (*OAuth2Client) HasUpdatedAt ¶
func (o *OAuth2Client) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*OAuth2Client) HasUserinfoSignedResponseAlg ¶
func (o *OAuth2Client) HasUserinfoSignedResponseAlg() bool
HasUserinfoSignedResponseAlg returns a boolean if a field has been set.
func (OAuth2Client) MarshalJSON ¶
func (o OAuth2Client) MarshalJSON() ([]byte, error)
func (*OAuth2Client) SetAccessTokenStrategy ¶ added in v1.1.22
func (o *OAuth2Client) SetAccessTokenStrategy(v string)
SetAccessTokenStrategy gets a reference to the given string and assigns it to the AccessTokenStrategy field.
func (*OAuth2Client) SetAllowedCorsOrigins ¶
func (o *OAuth2Client) SetAllowedCorsOrigins(v []string)
SetAllowedCorsOrigins gets a reference to the given []string and assigns it to the AllowedCorsOrigins field.
func (*OAuth2Client) SetAudience ¶
func (o *OAuth2Client) SetAudience(v []string)
SetAudience gets a reference to the given []string and assigns it to the Audience field.
func (*OAuth2Client) SetAuthorizationCodeGrantAccessTokenLifespan ¶
func (o *OAuth2Client) SetAuthorizationCodeGrantAccessTokenLifespan(v string)
SetAuthorizationCodeGrantAccessTokenLifespan gets a reference to the given NullableString and assigns it to the AuthorizationCodeGrantAccessTokenLifespan field.
func (*OAuth2Client) SetAuthorizationCodeGrantAccessTokenLifespanNil ¶
func (o *OAuth2Client) SetAuthorizationCodeGrantAccessTokenLifespanNil()
SetAuthorizationCodeGrantAccessTokenLifespanNil sets the value for AuthorizationCodeGrantAccessTokenLifespan to be an explicit nil
func (*OAuth2Client) SetAuthorizationCodeGrantIdTokenLifespan ¶
func (o *OAuth2Client) SetAuthorizationCodeGrantIdTokenLifespan(v string)
SetAuthorizationCodeGrantIdTokenLifespan gets a reference to the given NullableString and assigns it to the AuthorizationCodeGrantIdTokenLifespan field.
func (*OAuth2Client) SetAuthorizationCodeGrantIdTokenLifespanNil ¶
func (o *OAuth2Client) SetAuthorizationCodeGrantIdTokenLifespanNil()
SetAuthorizationCodeGrantIdTokenLifespanNil sets the value for AuthorizationCodeGrantIdTokenLifespan to be an explicit nil
func (*OAuth2Client) SetAuthorizationCodeGrantRefreshTokenLifespan ¶
func (o *OAuth2Client) SetAuthorizationCodeGrantRefreshTokenLifespan(v string)
SetAuthorizationCodeGrantRefreshTokenLifespan gets a reference to the given NullableString and assigns it to the AuthorizationCodeGrantRefreshTokenLifespan field.
func (*OAuth2Client) SetAuthorizationCodeGrantRefreshTokenLifespanNil ¶
func (o *OAuth2Client) SetAuthorizationCodeGrantRefreshTokenLifespanNil()
SetAuthorizationCodeGrantRefreshTokenLifespanNil sets the value for AuthorizationCodeGrantRefreshTokenLifespan to be an explicit nil
func (*OAuth2Client) SetBackchannelLogoutSessionRequired ¶
func (o *OAuth2Client) SetBackchannelLogoutSessionRequired(v bool)
SetBackchannelLogoutSessionRequired gets a reference to the given bool and assigns it to the BackchannelLogoutSessionRequired field.
func (*OAuth2Client) SetBackchannelLogoutUri ¶
func (o *OAuth2Client) SetBackchannelLogoutUri(v string)
SetBackchannelLogoutUri gets a reference to the given string and assigns it to the BackchannelLogoutUri field.
func (*OAuth2Client) SetClientCredentialsGrantAccessTokenLifespan ¶
func (o *OAuth2Client) SetClientCredentialsGrantAccessTokenLifespan(v string)
SetClientCredentialsGrantAccessTokenLifespan gets a reference to the given NullableString and assigns it to the ClientCredentialsGrantAccessTokenLifespan field.
func (*OAuth2Client) SetClientCredentialsGrantAccessTokenLifespanNil ¶
func (o *OAuth2Client) SetClientCredentialsGrantAccessTokenLifespanNil()
SetClientCredentialsGrantAccessTokenLifespanNil sets the value for ClientCredentialsGrantAccessTokenLifespan to be an explicit nil
func (*OAuth2Client) SetClientId ¶
func (o *OAuth2Client) SetClientId(v string)
SetClientId gets a reference to the given string and assigns it to the ClientId field.
func (*OAuth2Client) SetClientName ¶
func (o *OAuth2Client) SetClientName(v string)
SetClientName gets a reference to the given string and assigns it to the ClientName field.
func (*OAuth2Client) SetClientSecret ¶
func (o *OAuth2Client) SetClientSecret(v string)
SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.
func (*OAuth2Client) SetClientSecretExpiresAt ¶
func (o *OAuth2Client) SetClientSecretExpiresAt(v int64)
SetClientSecretExpiresAt gets a reference to the given int64 and assigns it to the ClientSecretExpiresAt field.
func (*OAuth2Client) SetClientUri ¶
func (o *OAuth2Client) SetClientUri(v string)
SetClientUri gets a reference to the given string and assigns it to the ClientUri field.
func (*OAuth2Client) SetContacts ¶
func (o *OAuth2Client) SetContacts(v []string)
SetContacts gets a reference to the given []string and assigns it to the Contacts field.
func (*OAuth2Client) SetCreatedAt ¶
func (o *OAuth2Client) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*OAuth2Client) SetFrontchannelLogoutSessionRequired ¶
func (o *OAuth2Client) SetFrontchannelLogoutSessionRequired(v bool)
SetFrontchannelLogoutSessionRequired gets a reference to the given bool and assigns it to the FrontchannelLogoutSessionRequired field.
func (*OAuth2Client) SetFrontchannelLogoutUri ¶
func (o *OAuth2Client) SetFrontchannelLogoutUri(v string)
SetFrontchannelLogoutUri gets a reference to the given string and assigns it to the FrontchannelLogoutUri field.
func (*OAuth2Client) SetGrantTypes ¶
func (o *OAuth2Client) SetGrantTypes(v []string)
SetGrantTypes gets a reference to the given []string and assigns it to the GrantTypes field.
func (*OAuth2Client) SetImplicitGrantAccessTokenLifespan ¶
func (o *OAuth2Client) SetImplicitGrantAccessTokenLifespan(v string)
SetImplicitGrantAccessTokenLifespan gets a reference to the given NullableString and assigns it to the ImplicitGrantAccessTokenLifespan field.
func (*OAuth2Client) SetImplicitGrantAccessTokenLifespanNil ¶
func (o *OAuth2Client) SetImplicitGrantAccessTokenLifespanNil()
SetImplicitGrantAccessTokenLifespanNil sets the value for ImplicitGrantAccessTokenLifespan to be an explicit nil
func (*OAuth2Client) SetImplicitGrantIdTokenLifespan ¶
func (o *OAuth2Client) SetImplicitGrantIdTokenLifespan(v string)
SetImplicitGrantIdTokenLifespan gets a reference to the given NullableString and assigns it to the ImplicitGrantIdTokenLifespan field.
func (*OAuth2Client) SetImplicitGrantIdTokenLifespanNil ¶
func (o *OAuth2Client) SetImplicitGrantIdTokenLifespanNil()
SetImplicitGrantIdTokenLifespanNil sets the value for ImplicitGrantIdTokenLifespan to be an explicit nil
func (*OAuth2Client) SetJwks ¶
func (o *OAuth2Client) SetJwks(v interface{})
SetJwks gets a reference to the given interface{} and assigns it to the Jwks field.
func (*OAuth2Client) SetJwksUri ¶
func (o *OAuth2Client) SetJwksUri(v string)
SetJwksUri gets a reference to the given string and assigns it to the JwksUri field.
func (*OAuth2Client) SetJwtBearerGrantAccessTokenLifespan ¶
func (o *OAuth2Client) SetJwtBearerGrantAccessTokenLifespan(v string)
SetJwtBearerGrantAccessTokenLifespan gets a reference to the given NullableString and assigns it to the JwtBearerGrantAccessTokenLifespan field.
func (*OAuth2Client) SetJwtBearerGrantAccessTokenLifespanNil ¶
func (o *OAuth2Client) SetJwtBearerGrantAccessTokenLifespanNil()
SetJwtBearerGrantAccessTokenLifespanNil sets the value for JwtBearerGrantAccessTokenLifespan to be an explicit nil
func (*OAuth2Client) SetLogoUri ¶
func (o *OAuth2Client) SetLogoUri(v string)
SetLogoUri gets a reference to the given string and assigns it to the LogoUri field.
func (*OAuth2Client) SetMetadata ¶
func (o *OAuth2Client) SetMetadata(v map[string]interface{})
SetMetadata gets a reference to the given map[string]interface{} and assigns it to the Metadata field.
func (*OAuth2Client) SetOwner ¶
func (o *OAuth2Client) SetOwner(v string)
SetOwner gets a reference to the given string and assigns it to the Owner field.
func (*OAuth2Client) SetPolicyUri ¶
func (o *OAuth2Client) SetPolicyUri(v string)
SetPolicyUri gets a reference to the given string and assigns it to the PolicyUri field.
func (*OAuth2Client) SetPostLogoutRedirectUris ¶
func (o *OAuth2Client) SetPostLogoutRedirectUris(v []string)
SetPostLogoutRedirectUris gets a reference to the given []string and assigns it to the PostLogoutRedirectUris field.
func (*OAuth2Client) SetRedirectUris ¶
func (o *OAuth2Client) SetRedirectUris(v []string)
SetRedirectUris gets a reference to the given []string and assigns it to the RedirectUris field.
func (*OAuth2Client) SetRefreshTokenGrantAccessTokenLifespan ¶
func (o *OAuth2Client) SetRefreshTokenGrantAccessTokenLifespan(v string)
SetRefreshTokenGrantAccessTokenLifespan gets a reference to the given NullableString and assigns it to the RefreshTokenGrantAccessTokenLifespan field.
func (*OAuth2Client) SetRefreshTokenGrantAccessTokenLifespanNil ¶
func (o *OAuth2Client) SetRefreshTokenGrantAccessTokenLifespanNil()
SetRefreshTokenGrantAccessTokenLifespanNil sets the value for RefreshTokenGrantAccessTokenLifespan to be an explicit nil
func (*OAuth2Client) SetRefreshTokenGrantIdTokenLifespan ¶
func (o *OAuth2Client) SetRefreshTokenGrantIdTokenLifespan(v string)
SetRefreshTokenGrantIdTokenLifespan gets a reference to the given NullableString and assigns it to the RefreshTokenGrantIdTokenLifespan field.
func (*OAuth2Client) SetRefreshTokenGrantIdTokenLifespanNil ¶
func (o *OAuth2Client) SetRefreshTokenGrantIdTokenLifespanNil()
SetRefreshTokenGrantIdTokenLifespanNil sets the value for RefreshTokenGrantIdTokenLifespan to be an explicit nil
func (*OAuth2Client) SetRefreshTokenGrantRefreshTokenLifespan ¶
func (o *OAuth2Client) SetRefreshTokenGrantRefreshTokenLifespan(v string)
SetRefreshTokenGrantRefreshTokenLifespan gets a reference to the given NullableString and assigns it to the RefreshTokenGrantRefreshTokenLifespan field.
func (*OAuth2Client) SetRefreshTokenGrantRefreshTokenLifespanNil ¶
func (o *OAuth2Client) SetRefreshTokenGrantRefreshTokenLifespanNil()
SetRefreshTokenGrantRefreshTokenLifespanNil sets the value for RefreshTokenGrantRefreshTokenLifespan to be an explicit nil
func (*OAuth2Client) SetRegistrationAccessToken ¶
func (o *OAuth2Client) SetRegistrationAccessToken(v string)
SetRegistrationAccessToken gets a reference to the given string and assigns it to the RegistrationAccessToken field.
func (*OAuth2Client) SetRegistrationClientUri ¶
func (o *OAuth2Client) SetRegistrationClientUri(v string)
SetRegistrationClientUri gets a reference to the given string and assigns it to the RegistrationClientUri field.
func (*OAuth2Client) SetRequestObjectSigningAlg ¶
func (o *OAuth2Client) SetRequestObjectSigningAlg(v string)
SetRequestObjectSigningAlg gets a reference to the given string and assigns it to the RequestObjectSigningAlg field.
func (*OAuth2Client) SetRequestUris ¶
func (o *OAuth2Client) SetRequestUris(v []string)
SetRequestUris gets a reference to the given []string and assigns it to the RequestUris field.
func (*OAuth2Client) SetResponseTypes ¶
func (o *OAuth2Client) SetResponseTypes(v []string)
SetResponseTypes gets a reference to the given []string and assigns it to the ResponseTypes field.
func (*OAuth2Client) SetScope ¶
func (o *OAuth2Client) SetScope(v string)
SetScope gets a reference to the given string and assigns it to the Scope field.
func (*OAuth2Client) SetSectorIdentifierUri ¶
func (o *OAuth2Client) SetSectorIdentifierUri(v string)
SetSectorIdentifierUri gets a reference to the given string and assigns it to the SectorIdentifierUri field.
func (*OAuth2Client) SetSkipConsent ¶ added in v1.1.22
func (o *OAuth2Client) SetSkipConsent(v bool)
SetSkipConsent gets a reference to the given bool and assigns it to the SkipConsent field.
func (*OAuth2Client) SetSkipLogoutConsent ¶ added in v1.6.2
func (o *OAuth2Client) SetSkipLogoutConsent(v bool)
SetSkipLogoutConsent gets a reference to the given bool and assigns it to the SkipLogoutConsent field.
func (*OAuth2Client) SetSubjectType ¶
func (o *OAuth2Client) SetSubjectType(v string)
SetSubjectType gets a reference to the given string and assigns it to the SubjectType field.
func (*OAuth2Client) SetTokenEndpointAuthMethod ¶
func (o *OAuth2Client) SetTokenEndpointAuthMethod(v string)
SetTokenEndpointAuthMethod gets a reference to the given string and assigns it to the TokenEndpointAuthMethod field.
func (*OAuth2Client) SetTokenEndpointAuthSigningAlg ¶
func (o *OAuth2Client) SetTokenEndpointAuthSigningAlg(v string)
SetTokenEndpointAuthSigningAlg gets a reference to the given string and assigns it to the TokenEndpointAuthSigningAlg field.
func (*OAuth2Client) SetTosUri ¶
func (o *OAuth2Client) SetTosUri(v string)
SetTosUri gets a reference to the given string and assigns it to the TosUri field.
func (*OAuth2Client) SetUpdatedAt ¶
func (o *OAuth2Client) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*OAuth2Client) SetUserinfoSignedResponseAlg ¶
func (o *OAuth2Client) SetUserinfoSignedResponseAlg(v string)
SetUserinfoSignedResponseAlg gets a reference to the given string and assigns it to the UserinfoSignedResponseAlg field.
func (OAuth2Client) ToMap ¶ added in v1.3.0
func (o OAuth2Client) ToMap() (map[string]interface{}, error)
func (*OAuth2Client) UnmarshalJSON ¶ added in v1.1.36
func (o *OAuth2Client) UnmarshalJSON(data []byte) (err error)
func (*OAuth2Client) UnsetAuthorizationCodeGrantAccessTokenLifespan ¶
func (o *OAuth2Client) UnsetAuthorizationCodeGrantAccessTokenLifespan()
UnsetAuthorizationCodeGrantAccessTokenLifespan ensures that no value is present for AuthorizationCodeGrantAccessTokenLifespan, not even an explicit nil
func (*OAuth2Client) UnsetAuthorizationCodeGrantIdTokenLifespan ¶
func (o *OAuth2Client) UnsetAuthorizationCodeGrantIdTokenLifespan()
UnsetAuthorizationCodeGrantIdTokenLifespan ensures that no value is present for AuthorizationCodeGrantIdTokenLifespan, not even an explicit nil
func (*OAuth2Client) UnsetAuthorizationCodeGrantRefreshTokenLifespan ¶
func (o *OAuth2Client) UnsetAuthorizationCodeGrantRefreshTokenLifespan()
UnsetAuthorizationCodeGrantRefreshTokenLifespan ensures that no value is present for AuthorizationCodeGrantRefreshTokenLifespan, not even an explicit nil
func (*OAuth2Client) UnsetClientCredentialsGrantAccessTokenLifespan ¶
func (o *OAuth2Client) UnsetClientCredentialsGrantAccessTokenLifespan()
UnsetClientCredentialsGrantAccessTokenLifespan ensures that no value is present for ClientCredentialsGrantAccessTokenLifespan, not even an explicit nil
func (*OAuth2Client) UnsetImplicitGrantAccessTokenLifespan ¶
func (o *OAuth2Client) UnsetImplicitGrantAccessTokenLifespan()
UnsetImplicitGrantAccessTokenLifespan ensures that no value is present for ImplicitGrantAccessTokenLifespan, not even an explicit nil
func (*OAuth2Client) UnsetImplicitGrantIdTokenLifespan ¶
func (o *OAuth2Client) UnsetImplicitGrantIdTokenLifespan()
UnsetImplicitGrantIdTokenLifespan ensures that no value is present for ImplicitGrantIdTokenLifespan, not even an explicit nil
func (*OAuth2Client) UnsetJwtBearerGrantAccessTokenLifespan ¶
func (o *OAuth2Client) UnsetJwtBearerGrantAccessTokenLifespan()
UnsetJwtBearerGrantAccessTokenLifespan ensures that no value is present for JwtBearerGrantAccessTokenLifespan, not even an explicit nil
func (*OAuth2Client) UnsetRefreshTokenGrantAccessTokenLifespan ¶
func (o *OAuth2Client) UnsetRefreshTokenGrantAccessTokenLifespan()
UnsetRefreshTokenGrantAccessTokenLifespan ensures that no value is present for RefreshTokenGrantAccessTokenLifespan, not even an explicit nil
func (*OAuth2Client) UnsetRefreshTokenGrantIdTokenLifespan ¶
func (o *OAuth2Client) UnsetRefreshTokenGrantIdTokenLifespan()
UnsetRefreshTokenGrantIdTokenLifespan ensures that no value is present for RefreshTokenGrantIdTokenLifespan, not even an explicit nil
func (*OAuth2Client) UnsetRefreshTokenGrantRefreshTokenLifespan ¶
func (o *OAuth2Client) UnsetRefreshTokenGrantRefreshTokenLifespan()
UnsetRefreshTokenGrantRefreshTokenLifespan ensures that no value is present for RefreshTokenGrantRefreshTokenLifespan, not even an explicit nil
type OAuth2ClientTokenLifespans ¶
type OAuth2ClientTokenLifespans struct {
AuthorizationCodeGrantAccessTokenLifespan NullableString `json:"authorization_code_grant_access_token_lifespan,omitempty"`
AuthorizationCodeGrantIdTokenLifespan NullableString `json:"authorization_code_grant_id_token_lifespan,omitempty"`
AuthorizationCodeGrantRefreshTokenLifespan NullableString `json:"authorization_code_grant_refresh_token_lifespan,omitempty"`
ClientCredentialsGrantAccessTokenLifespan NullableString `json:"client_credentials_grant_access_token_lifespan,omitempty"`
ImplicitGrantAccessTokenLifespan NullableString `json:"implicit_grant_access_token_lifespan,omitempty"`
ImplicitGrantIdTokenLifespan NullableString `json:"implicit_grant_id_token_lifespan,omitempty"`
JwtBearerGrantAccessTokenLifespan NullableString `json:"jwt_bearer_grant_access_token_lifespan,omitempty"`
RefreshTokenGrantAccessTokenLifespan NullableString `json:"refresh_token_grant_access_token_lifespan,omitempty"`
RefreshTokenGrantIdTokenLifespan NullableString `json:"refresh_token_grant_id_token_lifespan,omitempty"`
RefreshTokenGrantRefreshTokenLifespan NullableString `json:"refresh_token_grant_refresh_token_lifespan,omitempty"`
AdditionalProperties map[string]interface{}
}
OAuth2ClientTokenLifespans Lifespans of different token types issued for this OAuth 2.0 Client.
func NewOAuth2ClientTokenLifespans ¶
func NewOAuth2ClientTokenLifespans() *OAuth2ClientTokenLifespans
NewOAuth2ClientTokenLifespans instantiates a new OAuth2ClientTokenLifespans 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 NewOAuth2ClientTokenLifespansWithDefaults ¶
func NewOAuth2ClientTokenLifespansWithDefaults() *OAuth2ClientTokenLifespans
NewOAuth2ClientTokenLifespansWithDefaults instantiates a new OAuth2ClientTokenLifespans 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 (*OAuth2ClientTokenLifespans) GetAuthorizationCodeGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) GetAuthorizationCodeGrantAccessTokenLifespan() string
GetAuthorizationCodeGrantAccessTokenLifespan returns the AuthorizationCodeGrantAccessTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2ClientTokenLifespans) GetAuthorizationCodeGrantAccessTokenLifespanOk ¶
func (o *OAuth2ClientTokenLifespans) GetAuthorizationCodeGrantAccessTokenLifespanOk() (*string, bool)
GetAuthorizationCodeGrantAccessTokenLifespanOk returns a tuple with the AuthorizationCodeGrantAccessTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2ClientTokenLifespans) GetAuthorizationCodeGrantIdTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) GetAuthorizationCodeGrantIdTokenLifespan() string
GetAuthorizationCodeGrantIdTokenLifespan returns the AuthorizationCodeGrantIdTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2ClientTokenLifespans) GetAuthorizationCodeGrantIdTokenLifespanOk ¶
func (o *OAuth2ClientTokenLifespans) GetAuthorizationCodeGrantIdTokenLifespanOk() (*string, bool)
GetAuthorizationCodeGrantIdTokenLifespanOk returns a tuple with the AuthorizationCodeGrantIdTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2ClientTokenLifespans) GetAuthorizationCodeGrantRefreshTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) GetAuthorizationCodeGrantRefreshTokenLifespan() string
GetAuthorizationCodeGrantRefreshTokenLifespan returns the AuthorizationCodeGrantRefreshTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2ClientTokenLifespans) GetAuthorizationCodeGrantRefreshTokenLifespanOk ¶
func (o *OAuth2ClientTokenLifespans) GetAuthorizationCodeGrantRefreshTokenLifespanOk() (*string, bool)
GetAuthorizationCodeGrantRefreshTokenLifespanOk returns a tuple with the AuthorizationCodeGrantRefreshTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2ClientTokenLifespans) GetClientCredentialsGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) GetClientCredentialsGrantAccessTokenLifespan() string
GetClientCredentialsGrantAccessTokenLifespan returns the ClientCredentialsGrantAccessTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2ClientTokenLifespans) GetClientCredentialsGrantAccessTokenLifespanOk ¶
func (o *OAuth2ClientTokenLifespans) GetClientCredentialsGrantAccessTokenLifespanOk() (*string, bool)
GetClientCredentialsGrantAccessTokenLifespanOk returns a tuple with the ClientCredentialsGrantAccessTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2ClientTokenLifespans) GetImplicitGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) GetImplicitGrantAccessTokenLifespan() string
GetImplicitGrantAccessTokenLifespan returns the ImplicitGrantAccessTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2ClientTokenLifespans) GetImplicitGrantAccessTokenLifespanOk ¶
func (o *OAuth2ClientTokenLifespans) GetImplicitGrantAccessTokenLifespanOk() (*string, bool)
GetImplicitGrantAccessTokenLifespanOk returns a tuple with the ImplicitGrantAccessTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2ClientTokenLifespans) GetImplicitGrantIdTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) GetImplicitGrantIdTokenLifespan() string
GetImplicitGrantIdTokenLifespan returns the ImplicitGrantIdTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2ClientTokenLifespans) GetImplicitGrantIdTokenLifespanOk ¶
func (o *OAuth2ClientTokenLifespans) GetImplicitGrantIdTokenLifespanOk() (*string, bool)
GetImplicitGrantIdTokenLifespanOk returns a tuple with the ImplicitGrantIdTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2ClientTokenLifespans) GetJwtBearerGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) GetJwtBearerGrantAccessTokenLifespan() string
GetJwtBearerGrantAccessTokenLifespan returns the JwtBearerGrantAccessTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2ClientTokenLifespans) GetJwtBearerGrantAccessTokenLifespanOk ¶
func (o *OAuth2ClientTokenLifespans) GetJwtBearerGrantAccessTokenLifespanOk() (*string, bool)
GetJwtBearerGrantAccessTokenLifespanOk returns a tuple with the JwtBearerGrantAccessTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2ClientTokenLifespans) GetRefreshTokenGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) GetRefreshTokenGrantAccessTokenLifespan() string
GetRefreshTokenGrantAccessTokenLifespan returns the RefreshTokenGrantAccessTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2ClientTokenLifespans) GetRefreshTokenGrantAccessTokenLifespanOk ¶
func (o *OAuth2ClientTokenLifespans) GetRefreshTokenGrantAccessTokenLifespanOk() (*string, bool)
GetRefreshTokenGrantAccessTokenLifespanOk returns a tuple with the RefreshTokenGrantAccessTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2ClientTokenLifespans) GetRefreshTokenGrantIdTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) GetRefreshTokenGrantIdTokenLifespan() string
GetRefreshTokenGrantIdTokenLifespan returns the RefreshTokenGrantIdTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2ClientTokenLifespans) GetRefreshTokenGrantIdTokenLifespanOk ¶
func (o *OAuth2ClientTokenLifespans) GetRefreshTokenGrantIdTokenLifespanOk() (*string, bool)
GetRefreshTokenGrantIdTokenLifespanOk returns a tuple with the RefreshTokenGrantIdTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2ClientTokenLifespans) GetRefreshTokenGrantRefreshTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) GetRefreshTokenGrantRefreshTokenLifespan() string
GetRefreshTokenGrantRefreshTokenLifespan returns the RefreshTokenGrantRefreshTokenLifespan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OAuth2ClientTokenLifespans) GetRefreshTokenGrantRefreshTokenLifespanOk ¶
func (o *OAuth2ClientTokenLifespans) GetRefreshTokenGrantRefreshTokenLifespanOk() (*string, bool)
GetRefreshTokenGrantRefreshTokenLifespanOk returns a tuple with the RefreshTokenGrantRefreshTokenLifespan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OAuth2ClientTokenLifespans) HasAuthorizationCodeGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) HasAuthorizationCodeGrantAccessTokenLifespan() bool
HasAuthorizationCodeGrantAccessTokenLifespan returns a boolean if a field has been set.
func (*OAuth2ClientTokenLifespans) HasAuthorizationCodeGrantIdTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) HasAuthorizationCodeGrantIdTokenLifespan() bool
HasAuthorizationCodeGrantIdTokenLifespan returns a boolean if a field has been set.
func (*OAuth2ClientTokenLifespans) HasAuthorizationCodeGrantRefreshTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) HasAuthorizationCodeGrantRefreshTokenLifespan() bool
HasAuthorizationCodeGrantRefreshTokenLifespan returns a boolean if a field has been set.
func (*OAuth2ClientTokenLifespans) HasClientCredentialsGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) HasClientCredentialsGrantAccessTokenLifespan() bool
HasClientCredentialsGrantAccessTokenLifespan returns a boolean if a field has been set.
func (*OAuth2ClientTokenLifespans) HasImplicitGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) HasImplicitGrantAccessTokenLifespan() bool
HasImplicitGrantAccessTokenLifespan returns a boolean if a field has been set.
func (*OAuth2ClientTokenLifespans) HasImplicitGrantIdTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) HasImplicitGrantIdTokenLifespan() bool
HasImplicitGrantIdTokenLifespan returns a boolean if a field has been set.
func (*OAuth2ClientTokenLifespans) HasJwtBearerGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) HasJwtBearerGrantAccessTokenLifespan() bool
HasJwtBearerGrantAccessTokenLifespan returns a boolean if a field has been set.
func (*OAuth2ClientTokenLifespans) HasRefreshTokenGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) HasRefreshTokenGrantAccessTokenLifespan() bool
HasRefreshTokenGrantAccessTokenLifespan returns a boolean if a field has been set.
func (*OAuth2ClientTokenLifespans) HasRefreshTokenGrantIdTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) HasRefreshTokenGrantIdTokenLifespan() bool
HasRefreshTokenGrantIdTokenLifespan returns a boolean if a field has been set.
func (*OAuth2ClientTokenLifespans) HasRefreshTokenGrantRefreshTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) HasRefreshTokenGrantRefreshTokenLifespan() bool
HasRefreshTokenGrantRefreshTokenLifespan returns a boolean if a field has been set.
func (OAuth2ClientTokenLifespans) MarshalJSON ¶
func (o OAuth2ClientTokenLifespans) MarshalJSON() ([]byte, error)
func (*OAuth2ClientTokenLifespans) SetAuthorizationCodeGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) SetAuthorizationCodeGrantAccessTokenLifespan(v string)
SetAuthorizationCodeGrantAccessTokenLifespan gets a reference to the given NullableString and assigns it to the AuthorizationCodeGrantAccessTokenLifespan field.
func (*OAuth2ClientTokenLifespans) SetAuthorizationCodeGrantAccessTokenLifespanNil ¶
func (o *OAuth2ClientTokenLifespans) SetAuthorizationCodeGrantAccessTokenLifespanNil()
SetAuthorizationCodeGrantAccessTokenLifespanNil sets the value for AuthorizationCodeGrantAccessTokenLifespan to be an explicit nil
func (*OAuth2ClientTokenLifespans) SetAuthorizationCodeGrantIdTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) SetAuthorizationCodeGrantIdTokenLifespan(v string)
SetAuthorizationCodeGrantIdTokenLifespan gets a reference to the given NullableString and assigns it to the AuthorizationCodeGrantIdTokenLifespan field.
func (*OAuth2ClientTokenLifespans) SetAuthorizationCodeGrantIdTokenLifespanNil ¶
func (o *OAuth2ClientTokenLifespans) SetAuthorizationCodeGrantIdTokenLifespanNil()
SetAuthorizationCodeGrantIdTokenLifespanNil sets the value for AuthorizationCodeGrantIdTokenLifespan to be an explicit nil
func (*OAuth2ClientTokenLifespans) SetAuthorizationCodeGrantRefreshTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) SetAuthorizationCodeGrantRefreshTokenLifespan(v string)
SetAuthorizationCodeGrantRefreshTokenLifespan gets a reference to the given NullableString and assigns it to the AuthorizationCodeGrantRefreshTokenLifespan field.
func (*OAuth2ClientTokenLifespans) SetAuthorizationCodeGrantRefreshTokenLifespanNil ¶
func (o *OAuth2ClientTokenLifespans) SetAuthorizationCodeGrantRefreshTokenLifespanNil()
SetAuthorizationCodeGrantRefreshTokenLifespanNil sets the value for AuthorizationCodeGrantRefreshTokenLifespan to be an explicit nil
func (*OAuth2ClientTokenLifespans) SetClientCredentialsGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) SetClientCredentialsGrantAccessTokenLifespan(v string)
SetClientCredentialsGrantAccessTokenLifespan gets a reference to the given NullableString and assigns it to the ClientCredentialsGrantAccessTokenLifespan field.
func (*OAuth2ClientTokenLifespans) SetClientCredentialsGrantAccessTokenLifespanNil ¶
func (o *OAuth2ClientTokenLifespans) SetClientCredentialsGrantAccessTokenLifespanNil()
SetClientCredentialsGrantAccessTokenLifespanNil sets the value for ClientCredentialsGrantAccessTokenLifespan to be an explicit nil
func (*OAuth2ClientTokenLifespans) SetImplicitGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) SetImplicitGrantAccessTokenLifespan(v string)
SetImplicitGrantAccessTokenLifespan gets a reference to the given NullableString and assigns it to the ImplicitGrantAccessTokenLifespan field.
func (*OAuth2ClientTokenLifespans) SetImplicitGrantAccessTokenLifespanNil ¶
func (o *OAuth2ClientTokenLifespans) SetImplicitGrantAccessTokenLifespanNil()
SetImplicitGrantAccessTokenLifespanNil sets the value for ImplicitGrantAccessTokenLifespan to be an explicit nil
func (*OAuth2ClientTokenLifespans) SetImplicitGrantIdTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) SetImplicitGrantIdTokenLifespan(v string)
SetImplicitGrantIdTokenLifespan gets a reference to the given NullableString and assigns it to the ImplicitGrantIdTokenLifespan field.
func (*OAuth2ClientTokenLifespans) SetImplicitGrantIdTokenLifespanNil ¶
func (o *OAuth2ClientTokenLifespans) SetImplicitGrantIdTokenLifespanNil()
SetImplicitGrantIdTokenLifespanNil sets the value for ImplicitGrantIdTokenLifespan to be an explicit nil
func (*OAuth2ClientTokenLifespans) SetJwtBearerGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) SetJwtBearerGrantAccessTokenLifespan(v string)
SetJwtBearerGrantAccessTokenLifespan gets a reference to the given NullableString and assigns it to the JwtBearerGrantAccessTokenLifespan field.
func (*OAuth2ClientTokenLifespans) SetJwtBearerGrantAccessTokenLifespanNil ¶
func (o *OAuth2ClientTokenLifespans) SetJwtBearerGrantAccessTokenLifespanNil()
SetJwtBearerGrantAccessTokenLifespanNil sets the value for JwtBearerGrantAccessTokenLifespan to be an explicit nil
func (*OAuth2ClientTokenLifespans) SetRefreshTokenGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) SetRefreshTokenGrantAccessTokenLifespan(v string)
SetRefreshTokenGrantAccessTokenLifespan gets a reference to the given NullableString and assigns it to the RefreshTokenGrantAccessTokenLifespan field.
func (*OAuth2ClientTokenLifespans) SetRefreshTokenGrantAccessTokenLifespanNil ¶
func (o *OAuth2ClientTokenLifespans) SetRefreshTokenGrantAccessTokenLifespanNil()
SetRefreshTokenGrantAccessTokenLifespanNil sets the value for RefreshTokenGrantAccessTokenLifespan to be an explicit nil
func (*OAuth2ClientTokenLifespans) SetRefreshTokenGrantIdTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) SetRefreshTokenGrantIdTokenLifespan(v string)
SetRefreshTokenGrantIdTokenLifespan gets a reference to the given NullableString and assigns it to the RefreshTokenGrantIdTokenLifespan field.
func (*OAuth2ClientTokenLifespans) SetRefreshTokenGrantIdTokenLifespanNil ¶
func (o *OAuth2ClientTokenLifespans) SetRefreshTokenGrantIdTokenLifespanNil()
SetRefreshTokenGrantIdTokenLifespanNil sets the value for RefreshTokenGrantIdTokenLifespan to be an explicit nil
func (*OAuth2ClientTokenLifespans) SetRefreshTokenGrantRefreshTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) SetRefreshTokenGrantRefreshTokenLifespan(v string)
SetRefreshTokenGrantRefreshTokenLifespan gets a reference to the given NullableString and assigns it to the RefreshTokenGrantRefreshTokenLifespan field.
func (*OAuth2ClientTokenLifespans) SetRefreshTokenGrantRefreshTokenLifespanNil ¶
func (o *OAuth2ClientTokenLifespans) SetRefreshTokenGrantRefreshTokenLifespanNil()
SetRefreshTokenGrantRefreshTokenLifespanNil sets the value for RefreshTokenGrantRefreshTokenLifespan to be an explicit nil
func (OAuth2ClientTokenLifespans) ToMap ¶ added in v1.3.0
func (o OAuth2ClientTokenLifespans) ToMap() (map[string]interface{}, error)
func (*OAuth2ClientTokenLifespans) UnmarshalJSON ¶ added in v1.1.36
func (o *OAuth2ClientTokenLifespans) UnmarshalJSON(data []byte) (err error)
func (*OAuth2ClientTokenLifespans) UnsetAuthorizationCodeGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) UnsetAuthorizationCodeGrantAccessTokenLifespan()
UnsetAuthorizationCodeGrantAccessTokenLifespan ensures that no value is present for AuthorizationCodeGrantAccessTokenLifespan, not even an explicit nil
func (*OAuth2ClientTokenLifespans) UnsetAuthorizationCodeGrantIdTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) UnsetAuthorizationCodeGrantIdTokenLifespan()
UnsetAuthorizationCodeGrantIdTokenLifespan ensures that no value is present for AuthorizationCodeGrantIdTokenLifespan, not even an explicit nil
func (*OAuth2ClientTokenLifespans) UnsetAuthorizationCodeGrantRefreshTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) UnsetAuthorizationCodeGrantRefreshTokenLifespan()
UnsetAuthorizationCodeGrantRefreshTokenLifespan ensures that no value is present for AuthorizationCodeGrantRefreshTokenLifespan, not even an explicit nil
func (*OAuth2ClientTokenLifespans) UnsetClientCredentialsGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) UnsetClientCredentialsGrantAccessTokenLifespan()
UnsetClientCredentialsGrantAccessTokenLifespan ensures that no value is present for ClientCredentialsGrantAccessTokenLifespan, not even an explicit nil
func (*OAuth2ClientTokenLifespans) UnsetImplicitGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) UnsetImplicitGrantAccessTokenLifespan()
UnsetImplicitGrantAccessTokenLifespan ensures that no value is present for ImplicitGrantAccessTokenLifespan, not even an explicit nil
func (*OAuth2ClientTokenLifespans) UnsetImplicitGrantIdTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) UnsetImplicitGrantIdTokenLifespan()
UnsetImplicitGrantIdTokenLifespan ensures that no value is present for ImplicitGrantIdTokenLifespan, not even an explicit nil
func (*OAuth2ClientTokenLifespans) UnsetJwtBearerGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) UnsetJwtBearerGrantAccessTokenLifespan()
UnsetJwtBearerGrantAccessTokenLifespan ensures that no value is present for JwtBearerGrantAccessTokenLifespan, not even an explicit nil
func (*OAuth2ClientTokenLifespans) UnsetRefreshTokenGrantAccessTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) UnsetRefreshTokenGrantAccessTokenLifespan()
UnsetRefreshTokenGrantAccessTokenLifespan ensures that no value is present for RefreshTokenGrantAccessTokenLifespan, not even an explicit nil
func (*OAuth2ClientTokenLifespans) UnsetRefreshTokenGrantIdTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) UnsetRefreshTokenGrantIdTokenLifespan()
UnsetRefreshTokenGrantIdTokenLifespan ensures that no value is present for RefreshTokenGrantIdTokenLifespan, not even an explicit nil
func (*OAuth2ClientTokenLifespans) UnsetRefreshTokenGrantRefreshTokenLifespan ¶
func (o *OAuth2ClientTokenLifespans) UnsetRefreshTokenGrantRefreshTokenLifespan()
UnsetRefreshTokenGrantRefreshTokenLifespan ensures that no value is present for RefreshTokenGrantRefreshTokenLifespan, not even an explicit nil
type OAuth2ConsentRequest ¶
type OAuth2ConsentRequest struct {
// ACR represents the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it to express that, for example, a user authenticated using two factor authentication.
Acr *string `json:"acr,omitempty"`
Amr []string `json:"amr,omitempty"`
// ID is the identifier (\"authorization challenge\") of the consent authorization request. It is used to identify the session.
Challenge string `json:"challenge"`
Client *OAuth2Client `json:"client,omitempty"`
Context map[string]interface{} `json:"context,omitempty"`
// LoginChallenge is the login challenge this consent challenge belongs to. It can be used to associate a login and consent request in the login & consent app.
LoginChallenge *string `json:"login_challenge,omitempty"`
// LoginSessionID is the login session ID. If the user-agent reuses a login session (via cookie / remember flag) this ID will remain the same. If the user-agent did not have an existing authentication session (e.g. remember is false) this will be a new random value. This value is used as the \"sid\" parameter in the ID Token and in OIDC Front-/Back- channel logout. It's value can generally be used to associate consecutive login requests by a certain user.
LoginSessionId *string `json:"login_session_id,omitempty"`
OidcContext *OAuth2ConsentRequestOpenIDConnectContext `json:"oidc_context,omitempty"`
// RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which initiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but might come in handy if you want to deal with additional request parameters.
RequestUrl *string `json:"request_url,omitempty"`
RequestedAccessTokenAudience []string `json:"requested_access_token_audience,omitempty"`
RequestedScope []string `json:"requested_scope,omitempty"`
// Skip, if true, implies that the client has requested the same scopes from the same user previously. If true, you must not ask the user to grant the requested scopes. You must however either allow or deny the consent request using the usual API call.
Skip *bool `json:"skip,omitempty"`
// Subject is the user ID of the end-user that authenticated. Now, that end user needs to grant or deny the scope requested by the OAuth 2.0 client.
Subject *string `json:"subject,omitempty"`
AdditionalProperties map[string]interface{}
}
OAuth2ConsentRequest struct for OAuth2ConsentRequest
func NewOAuth2ConsentRequest ¶
func NewOAuth2ConsentRequest(challenge string) *OAuth2ConsentRequest
NewOAuth2ConsentRequest instantiates a new OAuth2ConsentRequest 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 NewOAuth2ConsentRequestWithDefaults ¶
func NewOAuth2ConsentRequestWithDefaults() *OAuth2ConsentRequest
NewOAuth2ConsentRequestWithDefaults instantiates a new OAuth2ConsentRequest 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 (*OAuth2ConsentRequest) GetAcr ¶
func (o *OAuth2ConsentRequest) GetAcr() string
GetAcr returns the Acr field value if set, zero value otherwise.
func (*OAuth2ConsentRequest) GetAcrOk ¶
func (o *OAuth2ConsentRequest) GetAcrOk() (*string, bool)
GetAcrOk returns a tuple with the Acr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentRequest) GetAmr ¶
func (o *OAuth2ConsentRequest) GetAmr() []string
GetAmr returns the Amr field value if set, zero value otherwise.
func (*OAuth2ConsentRequest) GetAmrOk ¶
func (o *OAuth2ConsentRequest) GetAmrOk() ([]string, bool)
GetAmrOk returns a tuple with the Amr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentRequest) GetChallenge ¶
func (o *OAuth2ConsentRequest) GetChallenge() string
GetChallenge returns the Challenge field value
func (*OAuth2ConsentRequest) GetChallengeOk ¶
func (o *OAuth2ConsentRequest) GetChallengeOk() (*string, bool)
GetChallengeOk returns a tuple with the Challenge field value and a boolean to check if the value has been set.
func (*OAuth2ConsentRequest) GetClient ¶
func (o *OAuth2ConsentRequest) GetClient() OAuth2Client
GetClient returns the Client field value if set, zero value otherwise.
func (*OAuth2ConsentRequest) GetClientOk ¶
func (o *OAuth2ConsentRequest) GetClientOk() (*OAuth2Client, bool)
GetClientOk returns a tuple with the Client field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentRequest) GetContext ¶
func (o *OAuth2ConsentRequest) GetContext() map[string]interface{}
GetContext returns the Context field value if set, zero value otherwise.
func (*OAuth2ConsentRequest) GetContextOk ¶
func (o *OAuth2ConsentRequest) GetContextOk() (map[string]interface{}, bool)
GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentRequest) GetLoginChallenge ¶
func (o *OAuth2ConsentRequest) GetLoginChallenge() string
GetLoginChallenge returns the LoginChallenge field value if set, zero value otherwise.
func (*OAuth2ConsentRequest) GetLoginChallengeOk ¶
func (o *OAuth2ConsentRequest) GetLoginChallengeOk() (*string, bool)
GetLoginChallengeOk returns a tuple with the LoginChallenge field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentRequest) GetLoginSessionId ¶
func (o *OAuth2ConsentRequest) GetLoginSessionId() string
GetLoginSessionId returns the LoginSessionId field value if set, zero value otherwise.
func (*OAuth2ConsentRequest) GetLoginSessionIdOk ¶
func (o *OAuth2ConsentRequest) GetLoginSessionIdOk() (*string, bool)
GetLoginSessionIdOk returns a tuple with the LoginSessionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentRequest) GetOidcContext ¶
func (o *OAuth2ConsentRequest) GetOidcContext() OAuth2ConsentRequestOpenIDConnectContext
GetOidcContext returns the OidcContext field value if set, zero value otherwise.
func (*OAuth2ConsentRequest) GetOidcContextOk ¶
func (o *OAuth2ConsentRequest) GetOidcContextOk() (*OAuth2ConsentRequestOpenIDConnectContext, bool)
GetOidcContextOk returns a tuple with the OidcContext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentRequest) GetRequestUrl ¶
func (o *OAuth2ConsentRequest) GetRequestUrl() string
GetRequestUrl returns the RequestUrl field value if set, zero value otherwise.
func (*OAuth2ConsentRequest) GetRequestUrlOk ¶
func (o *OAuth2ConsentRequest) GetRequestUrlOk() (*string, bool)
GetRequestUrlOk returns a tuple with the RequestUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentRequest) GetRequestedAccessTokenAudience ¶
func (o *OAuth2ConsentRequest) GetRequestedAccessTokenAudience() []string
GetRequestedAccessTokenAudience returns the RequestedAccessTokenAudience field value if set, zero value otherwise.
func (*OAuth2ConsentRequest) GetRequestedAccessTokenAudienceOk ¶
func (o *OAuth2ConsentRequest) GetRequestedAccessTokenAudienceOk() ([]string, bool)
GetRequestedAccessTokenAudienceOk returns a tuple with the RequestedAccessTokenAudience field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentRequest) GetRequestedScope ¶
func (o *OAuth2ConsentRequest) GetRequestedScope() []string
GetRequestedScope returns the RequestedScope field value if set, zero value otherwise.
func (*OAuth2ConsentRequest) GetRequestedScopeOk ¶
func (o *OAuth2ConsentRequest) GetRequestedScopeOk() ([]string, bool)
GetRequestedScopeOk returns a tuple with the RequestedScope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentRequest) GetSkip ¶
func (o *OAuth2ConsentRequest) GetSkip() bool
GetSkip returns the Skip field value if set, zero value otherwise.
func (*OAuth2ConsentRequest) GetSkipOk ¶
func (o *OAuth2ConsentRequest) GetSkipOk() (*bool, bool)
GetSkipOk returns a tuple with the Skip field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentRequest) GetSubject ¶
func (o *OAuth2ConsentRequest) GetSubject() string
GetSubject returns the Subject field value if set, zero value otherwise.
func (*OAuth2ConsentRequest) GetSubjectOk ¶
func (o *OAuth2ConsentRequest) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentRequest) HasAcr ¶
func (o *OAuth2ConsentRequest) HasAcr() bool
HasAcr returns a boolean if a field has been set.
func (*OAuth2ConsentRequest) HasAmr ¶
func (o *OAuth2ConsentRequest) HasAmr() bool
HasAmr returns a boolean if a field has been set.
func (*OAuth2ConsentRequest) HasClient ¶
func (o *OAuth2ConsentRequest) HasClient() bool
HasClient returns a boolean if a field has been set.
func (*OAuth2ConsentRequest) HasContext ¶
func (o *OAuth2ConsentRequest) HasContext() bool
HasContext returns a boolean if a field has been set.
func (*OAuth2ConsentRequest) HasLoginChallenge ¶
func (o *OAuth2ConsentRequest) HasLoginChallenge() bool
HasLoginChallenge returns a boolean if a field has been set.
func (*OAuth2ConsentRequest) HasLoginSessionId ¶
func (o *OAuth2ConsentRequest) HasLoginSessionId() bool
HasLoginSessionId returns a boolean if a field has been set.
func (*OAuth2ConsentRequest) HasOidcContext ¶
func (o *OAuth2ConsentRequest) HasOidcContext() bool
HasOidcContext returns a boolean if a field has been set.
func (*OAuth2ConsentRequest) HasRequestUrl ¶
func (o *OAuth2ConsentRequest) HasRequestUrl() bool
HasRequestUrl returns a boolean if a field has been set.
func (*OAuth2ConsentRequest) HasRequestedAccessTokenAudience ¶
func (o *OAuth2ConsentRequest) HasRequestedAccessTokenAudience() bool
HasRequestedAccessTokenAudience returns a boolean if a field has been set.
func (*OAuth2ConsentRequest) HasRequestedScope ¶
func (o *OAuth2ConsentRequest) HasRequestedScope() bool
HasRequestedScope returns a boolean if a field has been set.
func (*OAuth2ConsentRequest) HasSkip ¶
func (o *OAuth2ConsentRequest) HasSkip() bool
HasSkip returns a boolean if a field has been set.
func (*OAuth2ConsentRequest) HasSubject ¶
func (o *OAuth2ConsentRequest) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (OAuth2ConsentRequest) MarshalJSON ¶
func (o OAuth2ConsentRequest) MarshalJSON() ([]byte, error)
func (*OAuth2ConsentRequest) SetAcr ¶
func (o *OAuth2ConsentRequest) SetAcr(v string)
SetAcr gets a reference to the given string and assigns it to the Acr field.
func (*OAuth2ConsentRequest) SetAmr ¶
func (o *OAuth2ConsentRequest) SetAmr(v []string)
SetAmr gets a reference to the given []string and assigns it to the Amr field.
func (*OAuth2ConsentRequest) SetChallenge ¶
func (o *OAuth2ConsentRequest) SetChallenge(v string)
SetChallenge sets field value
func (*OAuth2ConsentRequest) SetClient ¶
func (o *OAuth2ConsentRequest) SetClient(v OAuth2Client)
SetClient gets a reference to the given OAuth2Client and assigns it to the Client field.
func (*OAuth2ConsentRequest) SetContext ¶
func (o *OAuth2ConsentRequest) SetContext(v map[string]interface{})
SetContext gets a reference to the given map[string]interface{} and assigns it to the Context field.
func (*OAuth2ConsentRequest) SetLoginChallenge ¶
func (o *OAuth2ConsentRequest) SetLoginChallenge(v string)
SetLoginChallenge gets a reference to the given string and assigns it to the LoginChallenge field.
func (*OAuth2ConsentRequest) SetLoginSessionId ¶
func (o *OAuth2ConsentRequest) SetLoginSessionId(v string)
SetLoginSessionId gets a reference to the given string and assigns it to the LoginSessionId field.
func (*OAuth2ConsentRequest) SetOidcContext ¶
func (o *OAuth2ConsentRequest) SetOidcContext(v OAuth2ConsentRequestOpenIDConnectContext)
SetOidcContext gets a reference to the given OAuth2ConsentRequestOpenIDConnectContext and assigns it to the OidcContext field.
func (*OAuth2ConsentRequest) SetRequestUrl ¶
func (o *OAuth2ConsentRequest) SetRequestUrl(v string)
SetRequestUrl gets a reference to the given string and assigns it to the RequestUrl field.
func (*OAuth2ConsentRequest) SetRequestedAccessTokenAudience ¶
func (o *OAuth2ConsentRequest) SetRequestedAccessTokenAudience(v []string)
SetRequestedAccessTokenAudience gets a reference to the given []string and assigns it to the RequestedAccessTokenAudience field.
func (*OAuth2ConsentRequest) SetRequestedScope ¶
func (o *OAuth2ConsentRequest) SetRequestedScope(v []string)
SetRequestedScope gets a reference to the given []string and assigns it to the RequestedScope field.
func (*OAuth2ConsentRequest) SetSkip ¶
func (o *OAuth2ConsentRequest) SetSkip(v bool)
SetSkip gets a reference to the given bool and assigns it to the Skip field.
func (*OAuth2ConsentRequest) SetSubject ¶
func (o *OAuth2ConsentRequest) SetSubject(v string)
SetSubject gets a reference to the given string and assigns it to the Subject field.
func (OAuth2ConsentRequest) ToMap ¶ added in v1.3.0
func (o OAuth2ConsentRequest) ToMap() (map[string]interface{}, error)
func (*OAuth2ConsentRequest) UnmarshalJSON ¶ added in v1.1.36
func (o *OAuth2ConsentRequest) UnmarshalJSON(data []byte) (err error)
type OAuth2ConsentRequestOpenIDConnectContext ¶
type OAuth2ConsentRequestOpenIDConnectContext struct {
// ACRValues is the Authentication AuthorizationContext Class Reference requested in the OAuth 2.0 Authorization request. It is a parameter defined by OpenID Connect and expresses which level of authentication (e.g. 2FA) is required. OpenID Connect defines it as follows: > Requested Authentication AuthorizationContext Class Reference values. Space-separated string that specifies the acr values that the Authorization Server is being requested to use for processing this Authentication Request, with the values appearing in order of preference. The Authentication AuthorizationContext Class satisfied by the authentication performed is returned as the acr Claim Value, as specified in Section 2. The acr Claim is requested as a Voluntary Claim by this parameter.
AcrValues []string `json:"acr_values,omitempty"`
// Display is a string value that specifies how the Authorization Server displays the authentication and consent user interface pages to the End-User. The defined values are: page: The Authorization Server SHOULD display the authentication and consent UI consistent with a full User Agent page view. If the display parameter is not specified, this is the default display mode. popup: The Authorization Server SHOULD display the authentication and consent UI consistent with a popup User Agent window. The popup User Agent window should be of an appropriate size for a login-focused dialog and should not obscure the entire window that it is popping up over. touch: The Authorization Server SHOULD display the authentication and consent UI consistent with a device that leverages a touch interface. wap: The Authorization Server SHOULD display the authentication and consent UI consistent with a \"feature phone\" type display. The Authorization Server MAY also attempt to detect the capabilities of the User Agent and present an appropriate display.
Display *string `json:"display,omitempty"`
// IDTokenHintClaims are the claims of the ID Token previously issued by the Authorization Server being passed as a hint about the End-User's current or past authenticated session with the Client.
IdTokenHintClaims map[string]interface{} `json:"id_token_hint_claims,omitempty"`
// LoginHint hints about the login identifier the End-User might use to log in (if necessary). This hint can be used by an RP if it first asks the End-User for their e-mail address (or other identifier) and then wants to pass that value as a hint to the discovered authorization service. This value MAY also be a phone number in the format specified for the phone_number Claim. The use of this parameter is optional.
LoginHint *string `json:"login_hint,omitempty"`
// UILocales is the End-User'id preferred languages and scripts for the user interface, represented as a space-separated list of BCP47 [RFC5646] language tag values, ordered by preference. For instance, the value \"fr-CA fr en\" represents a preference for French as spoken in Canada, then French (without a region designation), followed by English (without a region designation). An error SHOULD NOT result if some or all of the requested locales are not supported by the OpenID Provider.
UiLocales []string `json:"ui_locales,omitempty"`
AdditionalProperties map[string]interface{}
}
OAuth2ConsentRequestOpenIDConnectContext struct for OAuth2ConsentRequestOpenIDConnectContext
func NewOAuth2ConsentRequestOpenIDConnectContext ¶
func NewOAuth2ConsentRequestOpenIDConnectContext() *OAuth2ConsentRequestOpenIDConnectContext
NewOAuth2ConsentRequestOpenIDConnectContext instantiates a new OAuth2ConsentRequestOpenIDConnectContext 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 NewOAuth2ConsentRequestOpenIDConnectContextWithDefaults ¶
func NewOAuth2ConsentRequestOpenIDConnectContextWithDefaults() *OAuth2ConsentRequestOpenIDConnectContext
NewOAuth2ConsentRequestOpenIDConnectContextWithDefaults instantiates a new OAuth2ConsentRequestOpenIDConnectContext 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 (*OAuth2ConsentRequestOpenIDConnectContext) GetAcrValues ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) GetAcrValues() []string
GetAcrValues returns the AcrValues field value if set, zero value otherwise.
func (*OAuth2ConsentRequestOpenIDConnectContext) GetAcrValuesOk ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) GetAcrValuesOk() ([]string, bool)
GetAcrValuesOk returns a tuple with the AcrValues field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentRequestOpenIDConnectContext) GetDisplay ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) GetDisplay() string
GetDisplay returns the Display field value if set, zero value otherwise.
func (*OAuth2ConsentRequestOpenIDConnectContext) GetDisplayOk ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) GetDisplayOk() (*string, bool)
GetDisplayOk returns a tuple with the Display field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentRequestOpenIDConnectContext) GetIdTokenHintClaims ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) GetIdTokenHintClaims() map[string]interface{}
GetIdTokenHintClaims returns the IdTokenHintClaims field value if set, zero value otherwise.
func (*OAuth2ConsentRequestOpenIDConnectContext) GetIdTokenHintClaimsOk ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) GetIdTokenHintClaimsOk() (map[string]interface{}, bool)
GetIdTokenHintClaimsOk returns a tuple with the IdTokenHintClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentRequestOpenIDConnectContext) GetLoginHint ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) GetLoginHint() string
GetLoginHint returns the LoginHint field value if set, zero value otherwise.
func (*OAuth2ConsentRequestOpenIDConnectContext) GetLoginHintOk ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) GetLoginHintOk() (*string, bool)
GetLoginHintOk returns a tuple with the LoginHint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentRequestOpenIDConnectContext) GetUiLocales ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) GetUiLocales() []string
GetUiLocales returns the UiLocales field value if set, zero value otherwise.
func (*OAuth2ConsentRequestOpenIDConnectContext) GetUiLocalesOk ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) GetUiLocalesOk() ([]string, bool)
GetUiLocalesOk returns a tuple with the UiLocales field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentRequestOpenIDConnectContext) HasAcrValues ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) HasAcrValues() bool
HasAcrValues returns a boolean if a field has been set.
func (*OAuth2ConsentRequestOpenIDConnectContext) HasDisplay ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) HasDisplay() bool
HasDisplay returns a boolean if a field has been set.
func (*OAuth2ConsentRequestOpenIDConnectContext) HasIdTokenHintClaims ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) HasIdTokenHintClaims() bool
HasIdTokenHintClaims returns a boolean if a field has been set.
func (*OAuth2ConsentRequestOpenIDConnectContext) HasLoginHint ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) HasLoginHint() bool
HasLoginHint returns a boolean if a field has been set.
func (*OAuth2ConsentRequestOpenIDConnectContext) HasUiLocales ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) HasUiLocales() bool
HasUiLocales returns a boolean if a field has been set.
func (OAuth2ConsentRequestOpenIDConnectContext) MarshalJSON ¶
func (o OAuth2ConsentRequestOpenIDConnectContext) MarshalJSON() ([]byte, error)
func (*OAuth2ConsentRequestOpenIDConnectContext) SetAcrValues ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) SetAcrValues(v []string)
SetAcrValues gets a reference to the given []string and assigns it to the AcrValues field.
func (*OAuth2ConsentRequestOpenIDConnectContext) SetDisplay ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) SetDisplay(v string)
SetDisplay gets a reference to the given string and assigns it to the Display field.
func (*OAuth2ConsentRequestOpenIDConnectContext) SetIdTokenHintClaims ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) SetIdTokenHintClaims(v map[string]interface{})
SetIdTokenHintClaims gets a reference to the given map[string]interface{} and assigns it to the IdTokenHintClaims field.
func (*OAuth2ConsentRequestOpenIDConnectContext) SetLoginHint ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) SetLoginHint(v string)
SetLoginHint gets a reference to the given string and assigns it to the LoginHint field.
func (*OAuth2ConsentRequestOpenIDConnectContext) SetUiLocales ¶
func (o *OAuth2ConsentRequestOpenIDConnectContext) SetUiLocales(v []string)
SetUiLocales gets a reference to the given []string and assigns it to the UiLocales field.
func (OAuth2ConsentRequestOpenIDConnectContext) ToMap ¶ added in v1.3.0
func (o OAuth2ConsentRequestOpenIDConnectContext) ToMap() (map[string]interface{}, error)
func (*OAuth2ConsentRequestOpenIDConnectContext) UnmarshalJSON ¶ added in v1.1.36
func (o *OAuth2ConsentRequestOpenIDConnectContext) UnmarshalJSON(data []byte) (err error)
type OAuth2ConsentSession ¶
type OAuth2ConsentSession struct {
ConsentRequest *OAuth2ConsentRequest `json:"consent_request,omitempty"`
Context map[string]interface{} `json:"context,omitempty"`
ExpiresAt *OAuth2ConsentSessionExpiresAt `json:"expires_at,omitempty"`
GrantAccessTokenAudience []string `json:"grant_access_token_audience,omitempty"`
GrantScope []string `json:"grant_scope,omitempty"`
HandledAt *time.Time `json:"handled_at,omitempty"`
// Remember Consent Remember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same client asks the same user for the same, or a subset of, scope.
Remember *bool `json:"remember,omitempty"`
// Remember Consent For RememberFor sets how long the consent authorization should be remembered for in seconds. If set to `0`, the authorization will be remembered indefinitely.
RememberFor *int64 `json:"remember_for,omitempty"`
Session *AcceptOAuth2ConsentRequestSession `json:"session,omitempty"`
AdditionalProperties map[string]interface{}
}
OAuth2ConsentSession A completed OAuth 2.0 Consent Session.
func NewOAuth2ConsentSession ¶
func NewOAuth2ConsentSession() *OAuth2ConsentSession
NewOAuth2ConsentSession instantiates a new OAuth2ConsentSession 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 NewOAuth2ConsentSessionWithDefaults ¶
func NewOAuth2ConsentSessionWithDefaults() *OAuth2ConsentSession
NewOAuth2ConsentSessionWithDefaults instantiates a new OAuth2ConsentSession 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 (*OAuth2ConsentSession) GetConsentRequest ¶
func (o *OAuth2ConsentSession) GetConsentRequest() OAuth2ConsentRequest
GetConsentRequest returns the ConsentRequest field value if set, zero value otherwise.
func (*OAuth2ConsentSession) GetConsentRequestOk ¶
func (o *OAuth2ConsentSession) GetConsentRequestOk() (*OAuth2ConsentRequest, bool)
GetConsentRequestOk returns a tuple with the ConsentRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentSession) GetContext ¶ added in v1.6.2
func (o *OAuth2ConsentSession) GetContext() map[string]interface{}
GetContext returns the Context field value if set, zero value otherwise.
func (*OAuth2ConsentSession) GetContextOk ¶ added in v1.6.2
func (o *OAuth2ConsentSession) GetContextOk() (map[string]interface{}, bool)
GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentSession) GetExpiresAt ¶
func (o *OAuth2ConsentSession) GetExpiresAt() OAuth2ConsentSessionExpiresAt
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise.
func (*OAuth2ConsentSession) GetExpiresAtOk ¶
func (o *OAuth2ConsentSession) GetExpiresAtOk() (*OAuth2ConsentSessionExpiresAt, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentSession) GetGrantAccessTokenAudience ¶
func (o *OAuth2ConsentSession) GetGrantAccessTokenAudience() []string
GetGrantAccessTokenAudience returns the GrantAccessTokenAudience field value if set, zero value otherwise.
func (*OAuth2ConsentSession) GetGrantAccessTokenAudienceOk ¶
func (o *OAuth2ConsentSession) GetGrantAccessTokenAudienceOk() ([]string, bool)
GetGrantAccessTokenAudienceOk returns a tuple with the GrantAccessTokenAudience field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentSession) GetGrantScope ¶
func (o *OAuth2ConsentSession) GetGrantScope() []string
GetGrantScope returns the GrantScope field value if set, zero value otherwise.
func (*OAuth2ConsentSession) GetGrantScopeOk ¶
func (o *OAuth2ConsentSession) GetGrantScopeOk() ([]string, bool)
GetGrantScopeOk returns a tuple with the GrantScope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentSession) GetHandledAt ¶
func (o *OAuth2ConsentSession) GetHandledAt() time.Time
GetHandledAt returns the HandledAt field value if set, zero value otherwise.
func (*OAuth2ConsentSession) GetHandledAtOk ¶
func (o *OAuth2ConsentSession) GetHandledAtOk() (*time.Time, bool)
GetHandledAtOk returns a tuple with the HandledAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentSession) GetRemember ¶
func (o *OAuth2ConsentSession) GetRemember() bool
GetRemember returns the Remember field value if set, zero value otherwise.
func (*OAuth2ConsentSession) GetRememberFor ¶
func (o *OAuth2ConsentSession) GetRememberFor() int64
GetRememberFor returns the RememberFor field value if set, zero value otherwise.
func (*OAuth2ConsentSession) GetRememberForOk ¶
func (o *OAuth2ConsentSession) GetRememberForOk() (*int64, bool)
GetRememberForOk returns a tuple with the RememberFor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentSession) GetRememberOk ¶
func (o *OAuth2ConsentSession) GetRememberOk() (*bool, bool)
GetRememberOk returns a tuple with the Remember field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentSession) GetSession ¶
func (o *OAuth2ConsentSession) GetSession() AcceptOAuth2ConsentRequestSession
GetSession returns the Session field value if set, zero value otherwise.
func (*OAuth2ConsentSession) GetSessionOk ¶
func (o *OAuth2ConsentSession) GetSessionOk() (*AcceptOAuth2ConsentRequestSession, bool)
GetSessionOk returns a tuple with the Session field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentSession) HasConsentRequest ¶
func (o *OAuth2ConsentSession) HasConsentRequest() bool
HasConsentRequest returns a boolean if a field has been set.
func (*OAuth2ConsentSession) HasContext ¶ added in v1.6.2
func (o *OAuth2ConsentSession) HasContext() bool
HasContext returns a boolean if a field has been set.
func (*OAuth2ConsentSession) HasExpiresAt ¶
func (o *OAuth2ConsentSession) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (*OAuth2ConsentSession) HasGrantAccessTokenAudience ¶
func (o *OAuth2ConsentSession) HasGrantAccessTokenAudience() bool
HasGrantAccessTokenAudience returns a boolean if a field has been set.
func (*OAuth2ConsentSession) HasGrantScope ¶
func (o *OAuth2ConsentSession) HasGrantScope() bool
HasGrantScope returns a boolean if a field has been set.
func (*OAuth2ConsentSession) HasHandledAt ¶
func (o *OAuth2ConsentSession) HasHandledAt() bool
HasHandledAt returns a boolean if a field has been set.
func (*OAuth2ConsentSession) HasRemember ¶
func (o *OAuth2ConsentSession) HasRemember() bool
HasRemember returns a boolean if a field has been set.
func (*OAuth2ConsentSession) HasRememberFor ¶
func (o *OAuth2ConsentSession) HasRememberFor() bool
HasRememberFor returns a boolean if a field has been set.
func (*OAuth2ConsentSession) HasSession ¶
func (o *OAuth2ConsentSession) HasSession() bool
HasSession returns a boolean if a field has been set.
func (OAuth2ConsentSession) MarshalJSON ¶
func (o OAuth2ConsentSession) MarshalJSON() ([]byte, error)
func (*OAuth2ConsentSession) SetConsentRequest ¶
func (o *OAuth2ConsentSession) SetConsentRequest(v OAuth2ConsentRequest)
SetConsentRequest gets a reference to the given OAuth2ConsentRequest and assigns it to the ConsentRequest field.
func (*OAuth2ConsentSession) SetContext ¶ added in v1.6.2
func (o *OAuth2ConsentSession) SetContext(v map[string]interface{})
SetContext gets a reference to the given map[string]interface{} and assigns it to the Context field.
func (*OAuth2ConsentSession) SetExpiresAt ¶
func (o *OAuth2ConsentSession) SetExpiresAt(v OAuth2ConsentSessionExpiresAt)
SetExpiresAt gets a reference to the given OAuth2ConsentSessionExpiresAt and assigns it to the ExpiresAt field.
func (*OAuth2ConsentSession) SetGrantAccessTokenAudience ¶
func (o *OAuth2ConsentSession) SetGrantAccessTokenAudience(v []string)
SetGrantAccessTokenAudience gets a reference to the given []string and assigns it to the GrantAccessTokenAudience field.
func (*OAuth2ConsentSession) SetGrantScope ¶
func (o *OAuth2ConsentSession) SetGrantScope(v []string)
SetGrantScope gets a reference to the given []string and assigns it to the GrantScope field.
func (*OAuth2ConsentSession) SetHandledAt ¶
func (o *OAuth2ConsentSession) SetHandledAt(v time.Time)
SetHandledAt gets a reference to the given time.Time and assigns it to the HandledAt field.
func (*OAuth2ConsentSession) SetRemember ¶
func (o *OAuth2ConsentSession) SetRemember(v bool)
SetRemember gets a reference to the given bool and assigns it to the Remember field.
func (*OAuth2ConsentSession) SetRememberFor ¶
func (o *OAuth2ConsentSession) SetRememberFor(v int64)
SetRememberFor gets a reference to the given int64 and assigns it to the RememberFor field.
func (*OAuth2ConsentSession) SetSession ¶
func (o *OAuth2ConsentSession) SetSession(v AcceptOAuth2ConsentRequestSession)
SetSession gets a reference to the given AcceptOAuth2ConsentRequestSession and assigns it to the Session field.
func (OAuth2ConsentSession) ToMap ¶ added in v1.3.0
func (o OAuth2ConsentSession) ToMap() (map[string]interface{}, error)
func (*OAuth2ConsentSession) UnmarshalJSON ¶ added in v1.1.36
func (o *OAuth2ConsentSession) UnmarshalJSON(data []byte) (err error)
type OAuth2ConsentSessionExpiresAt ¶
type OAuth2ConsentSessionExpiresAt struct {
AccessToken *time.Time `json:"access_token,omitempty"`
AuthorizeCode *time.Time `json:"authorize_code,omitempty"`
IdToken *time.Time `json:"id_token,omitempty"`
ParContext *time.Time `json:"par_context,omitempty"`
RefreshToken *time.Time `json:"refresh_token,omitempty"`
AdditionalProperties map[string]interface{}
}
OAuth2ConsentSessionExpiresAt struct for OAuth2ConsentSessionExpiresAt
func NewOAuth2ConsentSessionExpiresAt ¶
func NewOAuth2ConsentSessionExpiresAt() *OAuth2ConsentSessionExpiresAt
NewOAuth2ConsentSessionExpiresAt instantiates a new OAuth2ConsentSessionExpiresAt 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 NewOAuth2ConsentSessionExpiresAtWithDefaults ¶
func NewOAuth2ConsentSessionExpiresAtWithDefaults() *OAuth2ConsentSessionExpiresAt
NewOAuth2ConsentSessionExpiresAtWithDefaults instantiates a new OAuth2ConsentSessionExpiresAt 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 (*OAuth2ConsentSessionExpiresAt) GetAccessToken ¶
func (o *OAuth2ConsentSessionExpiresAt) GetAccessToken() time.Time
GetAccessToken returns the AccessToken field value if set, zero value otherwise.
func (*OAuth2ConsentSessionExpiresAt) GetAccessTokenOk ¶
func (o *OAuth2ConsentSessionExpiresAt) GetAccessTokenOk() (*time.Time, bool)
GetAccessTokenOk returns a tuple with the AccessToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentSessionExpiresAt) GetAuthorizeCode ¶
func (o *OAuth2ConsentSessionExpiresAt) GetAuthorizeCode() time.Time
GetAuthorizeCode returns the AuthorizeCode field value if set, zero value otherwise.
func (*OAuth2ConsentSessionExpiresAt) GetAuthorizeCodeOk ¶
func (o *OAuth2ConsentSessionExpiresAt) GetAuthorizeCodeOk() (*time.Time, bool)
GetAuthorizeCodeOk returns a tuple with the AuthorizeCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentSessionExpiresAt) GetIdToken ¶
func (o *OAuth2ConsentSessionExpiresAt) GetIdToken() time.Time
GetIdToken returns the IdToken field value if set, zero value otherwise.
func (*OAuth2ConsentSessionExpiresAt) GetIdTokenOk ¶
func (o *OAuth2ConsentSessionExpiresAt) GetIdTokenOk() (*time.Time, bool)
GetIdTokenOk returns a tuple with the IdToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentSessionExpiresAt) GetParContext ¶
func (o *OAuth2ConsentSessionExpiresAt) GetParContext() time.Time
GetParContext returns the ParContext field value if set, zero value otherwise.
func (*OAuth2ConsentSessionExpiresAt) GetParContextOk ¶
func (o *OAuth2ConsentSessionExpiresAt) GetParContextOk() (*time.Time, bool)
GetParContextOk returns a tuple with the ParContext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentSessionExpiresAt) GetRefreshToken ¶
func (o *OAuth2ConsentSessionExpiresAt) GetRefreshToken() time.Time
GetRefreshToken returns the RefreshToken field value if set, zero value otherwise.
func (*OAuth2ConsentSessionExpiresAt) GetRefreshTokenOk ¶
func (o *OAuth2ConsentSessionExpiresAt) GetRefreshTokenOk() (*time.Time, bool)
GetRefreshTokenOk returns a tuple with the RefreshToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2ConsentSessionExpiresAt) HasAccessToken ¶
func (o *OAuth2ConsentSessionExpiresAt) HasAccessToken() bool
HasAccessToken returns a boolean if a field has been set.
func (*OAuth2ConsentSessionExpiresAt) HasAuthorizeCode ¶
func (o *OAuth2ConsentSessionExpiresAt) HasAuthorizeCode() bool
HasAuthorizeCode returns a boolean if a field has been set.
func (*OAuth2ConsentSessionExpiresAt) HasIdToken ¶
func (o *OAuth2ConsentSessionExpiresAt) HasIdToken() bool
HasIdToken returns a boolean if a field has been set.
func (*OAuth2ConsentSessionExpiresAt) HasParContext ¶
func (o *OAuth2ConsentSessionExpiresAt) HasParContext() bool
HasParContext returns a boolean if a field has been set.
func (*OAuth2ConsentSessionExpiresAt) HasRefreshToken ¶
func (o *OAuth2ConsentSessionExpiresAt) HasRefreshToken() bool
HasRefreshToken returns a boolean if a field has been set.
func (OAuth2ConsentSessionExpiresAt) MarshalJSON ¶
func (o OAuth2ConsentSessionExpiresAt) MarshalJSON() ([]byte, error)
func (*OAuth2ConsentSessionExpiresAt) SetAccessToken ¶
func (o *OAuth2ConsentSessionExpiresAt) SetAccessToken(v time.Time)
SetAccessToken gets a reference to the given time.Time and assigns it to the AccessToken field.
func (*OAuth2ConsentSessionExpiresAt) SetAuthorizeCode ¶
func (o *OAuth2ConsentSessionExpiresAt) SetAuthorizeCode(v time.Time)
SetAuthorizeCode gets a reference to the given time.Time and assigns it to the AuthorizeCode field.
func (*OAuth2ConsentSessionExpiresAt) SetIdToken ¶
func (o *OAuth2ConsentSessionExpiresAt) SetIdToken(v time.Time)
SetIdToken gets a reference to the given time.Time and assigns it to the IdToken field.
func (*OAuth2ConsentSessionExpiresAt) SetParContext ¶
func (o *OAuth2ConsentSessionExpiresAt) SetParContext(v time.Time)
SetParContext gets a reference to the given time.Time and assigns it to the ParContext field.
func (*OAuth2ConsentSessionExpiresAt) SetRefreshToken ¶
func (o *OAuth2ConsentSessionExpiresAt) SetRefreshToken(v time.Time)
SetRefreshToken gets a reference to the given time.Time and assigns it to the RefreshToken field.
func (OAuth2ConsentSessionExpiresAt) ToMap ¶ added in v1.3.0
func (o OAuth2ConsentSessionExpiresAt) ToMap() (map[string]interface{}, error)
func (*OAuth2ConsentSessionExpiresAt) UnmarshalJSON ¶ added in v1.1.36
func (o *OAuth2ConsentSessionExpiresAt) UnmarshalJSON(data []byte) (err error)
type OAuth2LoginRequest ¶
type OAuth2LoginRequest struct {
// ID is the identifier (\"login challenge\") of the login request. It is used to identify the session.
Challenge string `json:"challenge"`
Client OAuth2Client `json:"client"`
OidcContext *OAuth2ConsentRequestOpenIDConnectContext `json:"oidc_context,omitempty"`
// RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which initiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but might come in handy if you want to deal with additional request parameters.
RequestUrl string `json:"request_url"`
RequestedAccessTokenAudience []string `json:"requested_access_token_audience,omitempty"`
RequestedScope []string `json:"requested_scope,omitempty"`
// SessionID is the login session ID. If the user-agent reuses a login session (via cookie / remember flag) this ID will remain the same. If the user-agent did not have an existing authentication session (e.g. remember is false) this will be a new random value. This value is used as the \"sid\" parameter in the ID Token and in OIDC Front-/Back- channel logout. It's value can generally be used to associate consecutive login requests by a certain user.
SessionId *string `json:"session_id,omitempty"`
// Skip, if true, implies that the client has requested the same scopes from the same user previously. If true, you can skip asking the user to grant the requested scopes, and simply forward the user to the redirect URL. This feature allows you to update / set session information.
Skip bool `json:"skip"`
// Subject is the user ID of the end-user that authenticated. Now, that end user needs to grant or deny the scope requested by the OAuth 2.0 client. If this value is set and `skip` is true, you MUST include this subject type when accepting the login request, or the request will fail.
Subject string `json:"subject"`
AdditionalProperties map[string]interface{}
}
OAuth2LoginRequest struct for OAuth2LoginRequest
func NewOAuth2LoginRequest ¶
func NewOAuth2LoginRequest(challenge string, client OAuth2Client, requestUrl string, skip bool, subject string) *OAuth2LoginRequest
NewOAuth2LoginRequest instantiates a new OAuth2LoginRequest 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 NewOAuth2LoginRequestWithDefaults ¶
func NewOAuth2LoginRequestWithDefaults() *OAuth2LoginRequest
NewOAuth2LoginRequestWithDefaults instantiates a new OAuth2LoginRequest 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 (*OAuth2LoginRequest) GetChallenge ¶
func (o *OAuth2LoginRequest) GetChallenge() string
GetChallenge returns the Challenge field value
func (*OAuth2LoginRequest) GetChallengeOk ¶
func (o *OAuth2LoginRequest) GetChallengeOk() (*string, bool)
GetChallengeOk returns a tuple with the Challenge field value and a boolean to check if the value has been set.
func (*OAuth2LoginRequest) GetClient ¶
func (o *OAuth2LoginRequest) GetClient() OAuth2Client
GetClient returns the Client field value
func (*OAuth2LoginRequest) GetClientOk ¶
func (o *OAuth2LoginRequest) GetClientOk() (*OAuth2Client, bool)
GetClientOk returns a tuple with the Client field value and a boolean to check if the value has been set.
func (*OAuth2LoginRequest) GetOidcContext ¶
func (o *OAuth2LoginRequest) GetOidcContext() OAuth2ConsentRequestOpenIDConnectContext
GetOidcContext returns the OidcContext field value if set, zero value otherwise.
func (*OAuth2LoginRequest) GetOidcContextOk ¶
func (o *OAuth2LoginRequest) GetOidcContextOk() (*OAuth2ConsentRequestOpenIDConnectContext, bool)
GetOidcContextOk returns a tuple with the OidcContext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2LoginRequest) GetRequestUrl ¶
func (o *OAuth2LoginRequest) GetRequestUrl() string
GetRequestUrl returns the RequestUrl field value
func (*OAuth2LoginRequest) GetRequestUrlOk ¶
func (o *OAuth2LoginRequest) GetRequestUrlOk() (*string, bool)
GetRequestUrlOk returns a tuple with the RequestUrl field value and a boolean to check if the value has been set.
func (*OAuth2LoginRequest) GetRequestedAccessTokenAudience ¶
func (o *OAuth2LoginRequest) GetRequestedAccessTokenAudience() []string
GetRequestedAccessTokenAudience returns the RequestedAccessTokenAudience field value if set, zero value otherwise.
func (*OAuth2LoginRequest) GetRequestedAccessTokenAudienceOk ¶
func (o *OAuth2LoginRequest) GetRequestedAccessTokenAudienceOk() ([]string, bool)
GetRequestedAccessTokenAudienceOk returns a tuple with the RequestedAccessTokenAudience field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2LoginRequest) GetRequestedScope ¶
func (o *OAuth2LoginRequest) GetRequestedScope() []string
GetRequestedScope returns the RequestedScope field value if set, zero value otherwise.
func (*OAuth2LoginRequest) GetRequestedScopeOk ¶
func (o *OAuth2LoginRequest) GetRequestedScopeOk() ([]string, bool)
GetRequestedScopeOk returns a tuple with the RequestedScope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2LoginRequest) GetSessionId ¶
func (o *OAuth2LoginRequest) GetSessionId() string
GetSessionId returns the SessionId field value if set, zero value otherwise.
func (*OAuth2LoginRequest) GetSessionIdOk ¶
func (o *OAuth2LoginRequest) GetSessionIdOk() (*string, bool)
GetSessionIdOk returns a tuple with the SessionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2LoginRequest) GetSkip ¶
func (o *OAuth2LoginRequest) GetSkip() bool
GetSkip returns the Skip field value
func (*OAuth2LoginRequest) GetSkipOk ¶
func (o *OAuth2LoginRequest) GetSkipOk() (*bool, bool)
GetSkipOk returns a tuple with the Skip field value and a boolean to check if the value has been set.
func (*OAuth2LoginRequest) GetSubject ¶
func (o *OAuth2LoginRequest) GetSubject() string
GetSubject returns the Subject field value
func (*OAuth2LoginRequest) GetSubjectOk ¶
func (o *OAuth2LoginRequest) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.
func (*OAuth2LoginRequest) HasOidcContext ¶
func (o *OAuth2LoginRequest) HasOidcContext() bool
HasOidcContext returns a boolean if a field has been set.
func (*OAuth2LoginRequest) HasRequestedAccessTokenAudience ¶ added in v1.5.0
func (o *OAuth2LoginRequest) HasRequestedAccessTokenAudience() bool
HasRequestedAccessTokenAudience returns a boolean if a field has been set.
func (*OAuth2LoginRequest) HasRequestedScope ¶ added in v1.5.0
func (o *OAuth2LoginRequest) HasRequestedScope() bool
HasRequestedScope returns a boolean if a field has been set.
func (*OAuth2LoginRequest) HasSessionId ¶
func (o *OAuth2LoginRequest) HasSessionId() bool
HasSessionId returns a boolean if a field has been set.
func (OAuth2LoginRequest) MarshalJSON ¶
func (o OAuth2LoginRequest) MarshalJSON() ([]byte, error)
func (*OAuth2LoginRequest) SetChallenge ¶
func (o *OAuth2LoginRequest) SetChallenge(v string)
SetChallenge sets field value
func (*OAuth2LoginRequest) SetClient ¶
func (o *OAuth2LoginRequest) SetClient(v OAuth2Client)
SetClient sets field value
func (*OAuth2LoginRequest) SetOidcContext ¶
func (o *OAuth2LoginRequest) SetOidcContext(v OAuth2ConsentRequestOpenIDConnectContext)
SetOidcContext gets a reference to the given OAuth2ConsentRequestOpenIDConnectContext and assigns it to the OidcContext field.
func (*OAuth2LoginRequest) SetRequestUrl ¶
func (o *OAuth2LoginRequest) SetRequestUrl(v string)
SetRequestUrl sets field value
func (*OAuth2LoginRequest) SetRequestedAccessTokenAudience ¶
func (o *OAuth2LoginRequest) SetRequestedAccessTokenAudience(v []string)
SetRequestedAccessTokenAudience gets a reference to the given []string and assigns it to the RequestedAccessTokenAudience field.
func (*OAuth2LoginRequest) SetRequestedScope ¶
func (o *OAuth2LoginRequest) SetRequestedScope(v []string)
SetRequestedScope gets a reference to the given []string and assigns it to the RequestedScope field.
func (*OAuth2LoginRequest) SetSessionId ¶
func (o *OAuth2LoginRequest) SetSessionId(v string)
SetSessionId gets a reference to the given string and assigns it to the SessionId field.
func (*OAuth2LoginRequest) SetSkip ¶
func (o *OAuth2LoginRequest) SetSkip(v bool)
SetSkip sets field value
func (*OAuth2LoginRequest) SetSubject ¶
func (o *OAuth2LoginRequest) SetSubject(v string)
SetSubject sets field value
func (OAuth2LoginRequest) ToMap ¶ added in v1.3.0
func (o OAuth2LoginRequest) ToMap() (map[string]interface{}, error)
func (*OAuth2LoginRequest) UnmarshalJSON ¶ added in v1.1.36
func (o *OAuth2LoginRequest) UnmarshalJSON(data []byte) (err error)
type OAuth2LogoutRequest ¶
type OAuth2LogoutRequest struct {
// Challenge is the identifier (\"logout challenge\") of the logout authentication request. It is used to identify the session.
Challenge *string `json:"challenge,omitempty"`
Client *OAuth2Client `json:"client,omitempty"`
// RequestURL is the original Logout URL requested.
RequestUrl *string `json:"request_url,omitempty"`
// RPInitiated is set to true if the request was initiated by a Relying Party (RP), also known as an OAuth 2.0 Client.
RpInitiated *bool `json:"rp_initiated,omitempty"`
// SessionID is the login session ID that was requested to log out.
Sid *string `json:"sid,omitempty"`
// Subject is the user for whom the logout was request.
Subject *string `json:"subject,omitempty"`
AdditionalProperties map[string]interface{}
}
OAuth2LogoutRequest struct for OAuth2LogoutRequest
func NewOAuth2LogoutRequest ¶
func NewOAuth2LogoutRequest() *OAuth2LogoutRequest
NewOAuth2LogoutRequest instantiates a new OAuth2LogoutRequest 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 NewOAuth2LogoutRequestWithDefaults ¶
func NewOAuth2LogoutRequestWithDefaults() *OAuth2LogoutRequest
NewOAuth2LogoutRequestWithDefaults instantiates a new OAuth2LogoutRequest 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 (*OAuth2LogoutRequest) GetChallenge ¶
func (o *OAuth2LogoutRequest) GetChallenge() string
GetChallenge returns the Challenge field value if set, zero value otherwise.
func (*OAuth2LogoutRequest) GetChallengeOk ¶
func (o *OAuth2LogoutRequest) GetChallengeOk() (*string, bool)
GetChallengeOk returns a tuple with the Challenge field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2LogoutRequest) GetClient ¶
func (o *OAuth2LogoutRequest) GetClient() OAuth2Client
GetClient returns the Client field value if set, zero value otherwise.
func (*OAuth2LogoutRequest) GetClientOk ¶
func (o *OAuth2LogoutRequest) GetClientOk() (*OAuth2Client, bool)
GetClientOk returns a tuple with the Client field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2LogoutRequest) GetRequestUrl ¶
func (o *OAuth2LogoutRequest) GetRequestUrl() string
GetRequestUrl returns the RequestUrl field value if set, zero value otherwise.
func (*OAuth2LogoutRequest) GetRequestUrlOk ¶
func (o *OAuth2LogoutRequest) GetRequestUrlOk() (*string, bool)
GetRequestUrlOk returns a tuple with the RequestUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2LogoutRequest) GetRpInitiated ¶
func (o *OAuth2LogoutRequest) GetRpInitiated() bool
GetRpInitiated returns the RpInitiated field value if set, zero value otherwise.
func (*OAuth2LogoutRequest) GetRpInitiatedOk ¶
func (o *OAuth2LogoutRequest) GetRpInitiatedOk() (*bool, bool)
GetRpInitiatedOk returns a tuple with the RpInitiated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2LogoutRequest) GetSid ¶
func (o *OAuth2LogoutRequest) GetSid() string
GetSid returns the Sid field value if set, zero value otherwise.
func (*OAuth2LogoutRequest) GetSidOk ¶
func (o *OAuth2LogoutRequest) GetSidOk() (*string, bool)
GetSidOk returns a tuple with the Sid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2LogoutRequest) GetSubject ¶
func (o *OAuth2LogoutRequest) GetSubject() string
GetSubject returns the Subject field value if set, zero value otherwise.
func (*OAuth2LogoutRequest) GetSubjectOk ¶
func (o *OAuth2LogoutRequest) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2LogoutRequest) HasChallenge ¶
func (o *OAuth2LogoutRequest) HasChallenge() bool
HasChallenge returns a boolean if a field has been set.
func (*OAuth2LogoutRequest) HasClient ¶
func (o *OAuth2LogoutRequest) HasClient() bool
HasClient returns a boolean if a field has been set.
func (*OAuth2LogoutRequest) HasRequestUrl ¶
func (o *OAuth2LogoutRequest) HasRequestUrl() bool
HasRequestUrl returns a boolean if a field has been set.
func (*OAuth2LogoutRequest) HasRpInitiated ¶
func (o *OAuth2LogoutRequest) HasRpInitiated() bool
HasRpInitiated returns a boolean if a field has been set.
func (*OAuth2LogoutRequest) HasSid ¶
func (o *OAuth2LogoutRequest) HasSid() bool
HasSid returns a boolean if a field has been set.
func (*OAuth2LogoutRequest) HasSubject ¶
func (o *OAuth2LogoutRequest) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (OAuth2LogoutRequest) MarshalJSON ¶
func (o OAuth2LogoutRequest) MarshalJSON() ([]byte, error)
func (*OAuth2LogoutRequest) SetChallenge ¶
func (o *OAuth2LogoutRequest) SetChallenge(v string)
SetChallenge gets a reference to the given string and assigns it to the Challenge field.
func (*OAuth2LogoutRequest) SetClient ¶
func (o *OAuth2LogoutRequest) SetClient(v OAuth2Client)
SetClient gets a reference to the given OAuth2Client and assigns it to the Client field.
func (*OAuth2LogoutRequest) SetRequestUrl ¶
func (o *OAuth2LogoutRequest) SetRequestUrl(v string)
SetRequestUrl gets a reference to the given string and assigns it to the RequestUrl field.
func (*OAuth2LogoutRequest) SetRpInitiated ¶
func (o *OAuth2LogoutRequest) SetRpInitiated(v bool)
SetRpInitiated gets a reference to the given bool and assigns it to the RpInitiated field.
func (*OAuth2LogoutRequest) SetSid ¶
func (o *OAuth2LogoutRequest) SetSid(v string)
SetSid gets a reference to the given string and assigns it to the Sid field.
func (*OAuth2LogoutRequest) SetSubject ¶
func (o *OAuth2LogoutRequest) SetSubject(v string)
SetSubject gets a reference to the given string and assigns it to the Subject field.
func (OAuth2LogoutRequest) ToMap ¶ added in v1.3.0
func (o OAuth2LogoutRequest) ToMap() (map[string]interface{}, error)
func (*OAuth2LogoutRequest) UnmarshalJSON ¶ added in v1.1.36
func (o *OAuth2LogoutRequest) UnmarshalJSON(data []byte) (err error)
type OAuth2RedirectTo ¶
type OAuth2RedirectTo struct {
// RedirectURL is the URL which you should redirect the user's browser to once the authentication process is completed.
RedirectTo string `json:"redirect_to"`
AdditionalProperties map[string]interface{}
}
OAuth2RedirectTo Contains a redirect URL used to complete a login, consent, or logout request.
func NewOAuth2RedirectTo ¶
func NewOAuth2RedirectTo(redirectTo string) *OAuth2RedirectTo
NewOAuth2RedirectTo instantiates a new OAuth2RedirectTo 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 NewOAuth2RedirectToWithDefaults ¶
func NewOAuth2RedirectToWithDefaults() *OAuth2RedirectTo
NewOAuth2RedirectToWithDefaults instantiates a new OAuth2RedirectTo 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 (*OAuth2RedirectTo) GetRedirectTo ¶
func (o *OAuth2RedirectTo) GetRedirectTo() string
GetRedirectTo returns the RedirectTo field value
func (*OAuth2RedirectTo) GetRedirectToOk ¶
func (o *OAuth2RedirectTo) GetRedirectToOk() (*string, bool)
GetRedirectToOk returns a tuple with the RedirectTo field value and a boolean to check if the value has been set.
func (OAuth2RedirectTo) MarshalJSON ¶
func (o OAuth2RedirectTo) MarshalJSON() ([]byte, error)
func (*OAuth2RedirectTo) SetRedirectTo ¶
func (o *OAuth2RedirectTo) SetRedirectTo(v string)
SetRedirectTo sets field value
func (OAuth2RedirectTo) ToMap ¶ added in v1.3.0
func (o OAuth2RedirectTo) ToMap() (map[string]interface{}, error)
func (*OAuth2RedirectTo) UnmarshalJSON ¶ added in v1.1.36
func (o *OAuth2RedirectTo) UnmarshalJSON(data []byte) (err error)
type OAuth2TokenExchange ¶
type OAuth2TokenExchange struct {
// The access token issued by the authorization server.
AccessToken *string `json:"access_token,omitempty"`
// The lifetime in seconds of the access token. For example, the value \"3600\" denotes that the access token will expire in one hour from the time the response was generated.
ExpiresIn *int64 `json:"expires_in,omitempty"`
// To retrieve a refresh token request the id_token scope.
IdToken *string `json:"id_token,omitempty"`
// The refresh token, which can be used to obtain new access tokens. To retrieve it add the scope \"offline\" to your access token request.
RefreshToken *string `json:"refresh_token,omitempty"`
// The scope of the access token
Scope *string `json:"scope,omitempty"`
// The type of the token issued
TokenType *string `json:"token_type,omitempty"`
AdditionalProperties map[string]interface{}
}
OAuth2TokenExchange OAuth2 Token Exchange Result
func NewOAuth2TokenExchange ¶
func NewOAuth2TokenExchange() *OAuth2TokenExchange
NewOAuth2TokenExchange instantiates a new OAuth2TokenExchange 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 NewOAuth2TokenExchangeWithDefaults ¶
func NewOAuth2TokenExchangeWithDefaults() *OAuth2TokenExchange
NewOAuth2TokenExchangeWithDefaults instantiates a new OAuth2TokenExchange 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 (*OAuth2TokenExchange) GetAccessToken ¶
func (o *OAuth2TokenExchange) GetAccessToken() string
GetAccessToken returns the AccessToken field value if set, zero value otherwise.
func (*OAuth2TokenExchange) GetAccessTokenOk ¶
func (o *OAuth2TokenExchange) GetAccessTokenOk() (*string, bool)
GetAccessTokenOk returns a tuple with the AccessToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2TokenExchange) GetExpiresIn ¶
func (o *OAuth2TokenExchange) GetExpiresIn() int64
GetExpiresIn returns the ExpiresIn field value if set, zero value otherwise.
func (*OAuth2TokenExchange) GetExpiresInOk ¶
func (o *OAuth2TokenExchange) GetExpiresInOk() (*int64, bool)
GetExpiresInOk returns a tuple with the ExpiresIn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2TokenExchange) GetIdToken ¶
func (o *OAuth2TokenExchange) GetIdToken() string
GetIdToken returns the IdToken field value if set, zero value otherwise.
func (*OAuth2TokenExchange) GetIdTokenOk ¶
func (o *OAuth2TokenExchange) GetIdTokenOk() (*string, bool)
GetIdTokenOk returns a tuple with the IdToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2TokenExchange) GetRefreshToken ¶
func (o *OAuth2TokenExchange) GetRefreshToken() string
GetRefreshToken returns the RefreshToken field value if set, zero value otherwise.
func (*OAuth2TokenExchange) GetRefreshTokenOk ¶
func (o *OAuth2TokenExchange) GetRefreshTokenOk() (*string, bool)
GetRefreshTokenOk returns a tuple with the RefreshToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2TokenExchange) GetScope ¶
func (o *OAuth2TokenExchange) GetScope() string
GetScope returns the Scope field value if set, zero value otherwise.
func (*OAuth2TokenExchange) GetScopeOk ¶
func (o *OAuth2TokenExchange) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2TokenExchange) GetTokenType ¶
func (o *OAuth2TokenExchange) GetTokenType() string
GetTokenType returns the TokenType field value if set, zero value otherwise.
func (*OAuth2TokenExchange) GetTokenTypeOk ¶
func (o *OAuth2TokenExchange) GetTokenTypeOk() (*string, bool)
GetTokenTypeOk returns a tuple with the TokenType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OAuth2TokenExchange) HasAccessToken ¶
func (o *OAuth2TokenExchange) HasAccessToken() bool
HasAccessToken returns a boolean if a field has been set.
func (*OAuth2TokenExchange) HasExpiresIn ¶
func (o *OAuth2TokenExchange) HasExpiresIn() bool
HasExpiresIn returns a boolean if a field has been set.
func (*OAuth2TokenExchange) HasIdToken ¶
func (o *OAuth2TokenExchange) HasIdToken() bool
HasIdToken returns a boolean if a field has been set.
func (*OAuth2TokenExchange) HasRefreshToken ¶
func (o *OAuth2TokenExchange) HasRefreshToken() bool
HasRefreshToken returns a boolean if a field has been set.
func (*OAuth2TokenExchange) HasScope ¶
func (o *OAuth2TokenExchange) HasScope() bool
HasScope returns a boolean if a field has been set.
func (*OAuth2TokenExchange) HasTokenType ¶
func (o *OAuth2TokenExchange) HasTokenType() bool
HasTokenType returns a boolean if a field has been set.
func (OAuth2TokenExchange) MarshalJSON ¶
func (o OAuth2TokenExchange) MarshalJSON() ([]byte, error)
func (*OAuth2TokenExchange) SetAccessToken ¶
func (o *OAuth2TokenExchange) SetAccessToken(v string)
SetAccessToken gets a reference to the given string and assigns it to the AccessToken field.
func (*OAuth2TokenExchange) SetExpiresIn ¶
func (o *OAuth2TokenExchange) SetExpiresIn(v int64)
SetExpiresIn gets a reference to the given int64 and assigns it to the ExpiresIn field.
func (*OAuth2TokenExchange) SetIdToken ¶
func (o *OAuth2TokenExchange) SetIdToken(v string)
SetIdToken gets a reference to the given string and assigns it to the IdToken field.
func (*OAuth2TokenExchange) SetRefreshToken ¶
func (o *OAuth2TokenExchange) SetRefreshToken(v string)
SetRefreshToken gets a reference to the given string and assigns it to the RefreshToken field.
func (*OAuth2TokenExchange) SetScope ¶
func (o *OAuth2TokenExchange) SetScope(v string)
SetScope gets a reference to the given string and assigns it to the Scope field.
func (*OAuth2TokenExchange) SetTokenType ¶
func (o *OAuth2TokenExchange) SetTokenType(v string)
SetTokenType gets a reference to the given string and assigns it to the TokenType field.
func (OAuth2TokenExchange) ToMap ¶ added in v1.3.0
func (o OAuth2TokenExchange) ToMap() (map[string]interface{}, error)
func (*OAuth2TokenExchange) UnmarshalJSON ¶ added in v1.1.36
func (o *OAuth2TokenExchange) UnmarshalJSON(data []byte) (err error)
type OidcAPI ¶ added in v1.3.0
type OidcAPI interface {
/*
CreateOidcDynamicClient Register OAuth2 Client using OpenID Dynamic Client Registration
This endpoint behaves like the administrative counterpart (`createOAuth2Client`) but is capable of facing the
public internet directly and can be used in self-service. It implements the OpenID Connect
Dynamic Client Registration Protocol. This feature needs to be enabled in the configuration. This endpoint
is disabled by default. It can be enabled by an administrator.
Please note that using this endpoint you are not able to choose the `client_secret` nor the `client_id` as those
values will be server generated when specifying `token_endpoint_auth_method` as `client_secret_basic` or
`client_secret_post`.
The `client_secret` will be returned in the response and you will not be able to retrieve it later on.
Write the secret down and keep it somewhere safe.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OidcAPICreateOidcDynamicClientRequest
*/
CreateOidcDynamicClient(ctx context.Context) OidcAPICreateOidcDynamicClientRequest
// CreateOidcDynamicClientExecute executes the request
// @return OAuth2Client
CreateOidcDynamicClientExecute(r OidcAPICreateOidcDynamicClientRequest) (*OAuth2Client, *http.Response, error)
/*
CreateVerifiableCredential Issues a Verifiable Credential
This endpoint creates a verifiable credential that attests that the user
authenticated with the provided access token owns a certain public/private key
pair.
More information can be found at
https://openid.net/specs/openid-connect-userinfo-vc-1_0.html.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OidcAPICreateVerifiableCredentialRequest
*/
CreateVerifiableCredential(ctx context.Context) OidcAPICreateVerifiableCredentialRequest
// CreateVerifiableCredentialExecute executes the request
// @return VerifiableCredentialResponse
CreateVerifiableCredentialExecute(r OidcAPICreateVerifiableCredentialRequest) (*VerifiableCredentialResponse, *http.Response, error)
/*
DeleteOidcDynamicClient Delete OAuth 2.0 Client using the OpenID Dynamic Client Registration Management Protocol
This endpoint behaves like the administrative counterpart (`deleteOAuth2Client`) but is capable of facing the
public internet directly and can be used in self-service. It implements the OpenID Connect
Dynamic Client Registration Protocol. This feature needs to be enabled in the configuration. This endpoint
is disabled by default. It can be enabled by an administrator.
To use this endpoint, you will need to present the client's authentication credentials. If the OAuth2 Client
uses the Token Endpoint Authentication Method `client_secret_post`, you need to present the client secret in the URL query.
If it uses `client_secret_basic`, present the Client ID and the Client Secret in the Authorization header.
OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are
generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The id of the OAuth 2.0 Client.
@return OidcAPIDeleteOidcDynamicClientRequest
*/
DeleteOidcDynamicClient(ctx context.Context, id string) OidcAPIDeleteOidcDynamicClientRequest
// DeleteOidcDynamicClientExecute executes the request
DeleteOidcDynamicClientExecute(r OidcAPIDeleteOidcDynamicClientRequest) (*http.Response, error)
/*
DiscoverOidcConfiguration OpenID Connect Discovery
A mechanism for an OpenID Connect Relying Party to discover the End-User's OpenID Provider and obtain information needed to interact with it, including its OAuth 2.0 endpoint locations.
Popular libraries for OpenID Connect clients include oidc-client-js (JavaScript), go-oidc (Golang), and others.
For a full list of clients go here: https://openid.net/developers/certified/
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OidcAPIDiscoverOidcConfigurationRequest
*/
DiscoverOidcConfiguration(ctx context.Context) OidcAPIDiscoverOidcConfigurationRequest
// DiscoverOidcConfigurationExecute executes the request
// @return OidcConfiguration
DiscoverOidcConfigurationExecute(r OidcAPIDiscoverOidcConfigurationRequest) (*OidcConfiguration, *http.Response, error)
/*
GetOidcDynamicClient Get OAuth2 Client using OpenID Dynamic Client Registration
This endpoint behaves like the administrative counterpart (`getOAuth2Client`) but is capable of facing the
public internet directly and can be used in self-service. It implements the OpenID Connect
Dynamic Client Registration Protocol.
To use this endpoint, you will need to present the client's authentication credentials. If the OAuth2 Client
uses the Token Endpoint Authentication Method `client_secret_post`, you need to present the client secret in the URL query.
If it uses `client_secret_basic`, present the Client ID and the Client Secret in the Authorization header.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The id of the OAuth 2.0 Client.
@return OidcAPIGetOidcDynamicClientRequest
*/
GetOidcDynamicClient(ctx context.Context, id string) OidcAPIGetOidcDynamicClientRequest
// GetOidcDynamicClientExecute executes the request
// @return OAuth2Client
GetOidcDynamicClientExecute(r OidcAPIGetOidcDynamicClientRequest) (*OAuth2Client, *http.Response, error)
/*
GetOidcUserInfo OpenID Connect Userinfo
This endpoint returns the payload of the ID Token, including `session.id_token` values, of
the provided OAuth 2.0 Access Token's consent request.
In the case of authentication error, a WWW-Authenticate header might be set in the response
with more information about the error. See [the spec](https://datatracker.ietf.org/doc/html/rfc6750#section-3)
for more details about header format.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OidcAPIGetOidcUserInfoRequest
*/
GetOidcUserInfo(ctx context.Context) OidcAPIGetOidcUserInfoRequest
// GetOidcUserInfoExecute executes the request
// @return OidcUserInfo
GetOidcUserInfoExecute(r OidcAPIGetOidcUserInfoRequest) (*OidcUserInfo, *http.Response, error)
/*
RevokeOidcSession OpenID Connect Front- and Back-channel Enabled Logout
This endpoint initiates and completes user logout at the Ory OAuth2 & OpenID provider and initiates OpenID Connect Front- / Back-channel logout:
https://openid.net/specs/openid-connect-frontchannel-1_0.html
https://openid.net/specs/openid-connect-backchannel-1_0.html
Back-channel logout is performed asynchronously and does not affect logout flow.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OidcAPIRevokeOidcSessionRequest
*/
RevokeOidcSession(ctx context.Context) OidcAPIRevokeOidcSessionRequest
// RevokeOidcSessionExecute executes the request
RevokeOidcSessionExecute(r OidcAPIRevokeOidcSessionRequest) (*http.Response, error)
/*
SetOidcDynamicClient Set OAuth2 Client using OpenID Dynamic Client Registration
This endpoint behaves like the administrative counterpart (`setOAuth2Client`) but is capable of facing the
public internet directly to be used by third parties. It implements the OpenID Connect
Dynamic Client Registration Protocol.
This feature is disabled per default. It can be enabled by a system administrator.
If you pass `client_secret` the secret is used, otherwise the existing secret is used. If set, the secret is echoed in the response.
It is not possible to retrieve it later on.
To use this endpoint, you will need to present the client's authentication credentials. If the OAuth2 Client
uses the Token Endpoint Authentication Method `client_secret_post`, you need to present the client secret in the URL query.
If it uses `client_secret_basic`, present the Client ID and the Client Secret in the Authorization header.
OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are
generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id OAuth 2.0 Client ID
@return OidcAPISetOidcDynamicClientRequest
*/
SetOidcDynamicClient(ctx context.Context, id string) OidcAPISetOidcDynamicClientRequest
// SetOidcDynamicClientExecute executes the request
// @return OAuth2Client
SetOidcDynamicClientExecute(r OidcAPISetOidcDynamicClientRequest) (*OAuth2Client, *http.Response, error)
}
type OidcAPICreateOidcDynamicClientRequest ¶ added in v1.3.0
type OidcAPICreateOidcDynamicClientRequest struct {
ApiService OidcAPI
// contains filtered or unexported fields
}
func (OidcAPICreateOidcDynamicClientRequest) Execute ¶ added in v1.3.0
func (r OidcAPICreateOidcDynamicClientRequest) Execute() (*OAuth2Client, *http.Response, error)
func (OidcAPICreateOidcDynamicClientRequest) OAuth2Client ¶ added in v1.3.0
func (r OidcAPICreateOidcDynamicClientRequest) OAuth2Client(oAuth2Client OAuth2Client) OidcAPICreateOidcDynamicClientRequest
Dynamic Client Registration Request Body
type OidcAPICreateVerifiableCredentialRequest ¶ added in v1.3.0
type OidcAPICreateVerifiableCredentialRequest struct {
ApiService OidcAPI
// contains filtered or unexported fields
}
func (OidcAPICreateVerifiableCredentialRequest) CreateVerifiableCredentialRequestBody ¶ added in v1.3.0
func (r OidcAPICreateVerifiableCredentialRequest) CreateVerifiableCredentialRequestBody(createVerifiableCredentialRequestBody CreateVerifiableCredentialRequestBody) OidcAPICreateVerifiableCredentialRequest
func (OidcAPICreateVerifiableCredentialRequest) Execute ¶ added in v1.3.0
func (r OidcAPICreateVerifiableCredentialRequest) Execute() (*VerifiableCredentialResponse, *http.Response, error)
type OidcAPIDeleteOidcDynamicClientRequest ¶ added in v1.3.0
type OidcAPIDeleteOidcDynamicClientRequest struct {
ApiService OidcAPI
// contains filtered or unexported fields
}
type OidcAPIDiscoverOidcConfigurationRequest ¶ added in v1.3.0
type OidcAPIDiscoverOidcConfigurationRequest struct {
ApiService OidcAPI
// contains filtered or unexported fields
}
func (OidcAPIDiscoverOidcConfigurationRequest) Execute ¶ added in v1.3.0
func (r OidcAPIDiscoverOidcConfigurationRequest) Execute() (*OidcConfiguration, *http.Response, error)
type OidcAPIGetOidcDynamicClientRequest ¶ added in v1.3.0
type OidcAPIGetOidcDynamicClientRequest struct {
ApiService OidcAPI
// contains filtered or unexported fields
}
func (OidcAPIGetOidcDynamicClientRequest) Execute ¶ added in v1.3.0
func (r OidcAPIGetOidcDynamicClientRequest) Execute() (*OAuth2Client, *http.Response, error)
type OidcAPIGetOidcUserInfoRequest ¶ added in v1.3.0
type OidcAPIGetOidcUserInfoRequest struct {
ApiService OidcAPI
// contains filtered or unexported fields
}
func (OidcAPIGetOidcUserInfoRequest) Execute ¶ added in v1.3.0
func (r OidcAPIGetOidcUserInfoRequest) Execute() (*OidcUserInfo, *http.Response, error)
type OidcAPIRevokeOidcSessionRequest ¶ added in v1.3.0
type OidcAPIRevokeOidcSessionRequest struct {
ApiService OidcAPI
// contains filtered or unexported fields
}
type OidcAPIService ¶ added in v1.3.0
type OidcAPIService service
OidcAPIService OidcAPI service
func (*OidcAPIService) CreateOidcDynamicClient ¶ added in v1.3.0
func (a *OidcAPIService) CreateOidcDynamicClient(ctx context.Context) OidcAPICreateOidcDynamicClientRequest
CreateOidcDynamicClient Register OAuth2 Client using OpenID Dynamic Client Registration
This endpoint behaves like the administrative counterpart (`createOAuth2Client`) but is capable of facing the public internet directly and can be used in self-service. It implements the OpenID Connect Dynamic Client Registration Protocol. This feature needs to be enabled in the configuration. This endpoint is disabled by default. It can be enabled by an administrator.
Please note that using this endpoint you are not able to choose the `client_secret` nor the `client_id` as those values will be server generated when specifying `token_endpoint_auth_method` as `client_secret_basic` or `client_secret_post`.
The `client_secret` will be returned in the response and you will not be able to retrieve it later on. Write the secret down and keep it somewhere safe.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OidcAPICreateOidcDynamicClientRequest
func (*OidcAPIService) CreateOidcDynamicClientExecute ¶ added in v1.3.0
func (a *OidcAPIService) CreateOidcDynamicClientExecute(r OidcAPICreateOidcDynamicClientRequest) (*OAuth2Client, *http.Response, error)
Execute executes the request
@return OAuth2Client
func (*OidcAPIService) CreateVerifiableCredential ¶ added in v1.3.0
func (a *OidcAPIService) CreateVerifiableCredential(ctx context.Context) OidcAPICreateVerifiableCredentialRequest
CreateVerifiableCredential Issues a Verifiable Credential
This endpoint creates a verifiable credential that attests that the user authenticated with the provided access token owns a certain public/private key pair.
More information can be found at https://openid.net/specs/openid-connect-userinfo-vc-1_0.html.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OidcAPICreateVerifiableCredentialRequest
func (*OidcAPIService) CreateVerifiableCredentialExecute ¶ added in v1.3.0
func (a *OidcAPIService) CreateVerifiableCredentialExecute(r OidcAPICreateVerifiableCredentialRequest) (*VerifiableCredentialResponse, *http.Response, error)
Execute executes the request
@return VerifiableCredentialResponse
func (*OidcAPIService) DeleteOidcDynamicClient ¶ added in v1.3.0
func (a *OidcAPIService) DeleteOidcDynamicClient(ctx context.Context, id string) OidcAPIDeleteOidcDynamicClientRequest
DeleteOidcDynamicClient Delete OAuth 2.0 Client using the OpenID Dynamic Client Registration Management Protocol
This endpoint behaves like the administrative counterpart (`deleteOAuth2Client`) but is capable of facing the public internet directly and can be used in self-service. It implements the OpenID Connect Dynamic Client Registration Protocol. This feature needs to be enabled in the configuration. This endpoint is disabled by default. It can be enabled by an administrator.
To use this endpoint, you will need to present the client's authentication credentials. If the OAuth2 Client uses the Token Endpoint Authentication Method `client_secret_post`, you need to present the client secret in the URL query. If it uses `client_secret_basic`, present the Client ID and the Client Secret in the Authorization header.
OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of the OAuth 2.0 Client. @return OidcAPIDeleteOidcDynamicClientRequest
func (*OidcAPIService) DeleteOidcDynamicClientExecute ¶ added in v1.3.0
func (a *OidcAPIService) DeleteOidcDynamicClientExecute(r OidcAPIDeleteOidcDynamicClientRequest) (*http.Response, error)
Execute executes the request
func (*OidcAPIService) DiscoverOidcConfiguration ¶ added in v1.3.0
func (a *OidcAPIService) DiscoverOidcConfiguration(ctx context.Context) OidcAPIDiscoverOidcConfigurationRequest
DiscoverOidcConfiguration OpenID Connect Discovery
A mechanism for an OpenID Connect Relying Party to discover the End-User's OpenID Provider and obtain information needed to interact with it, including its OAuth 2.0 endpoint locations.
Popular libraries for OpenID Connect clients include oidc-client-js (JavaScript), go-oidc (Golang), and others. For a full list of clients go here: https://openid.net/developers/certified/
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OidcAPIDiscoverOidcConfigurationRequest
func (*OidcAPIService) DiscoverOidcConfigurationExecute ¶ added in v1.3.0
func (a *OidcAPIService) DiscoverOidcConfigurationExecute(r OidcAPIDiscoverOidcConfigurationRequest) (*OidcConfiguration, *http.Response, error)
Execute executes the request
@return OidcConfiguration
func (*OidcAPIService) GetOidcDynamicClient ¶ added in v1.3.0
func (a *OidcAPIService) GetOidcDynamicClient(ctx context.Context, id string) OidcAPIGetOidcDynamicClientRequest
GetOidcDynamicClient Get OAuth2 Client using OpenID Dynamic Client Registration
This endpoint behaves like the administrative counterpart (`getOAuth2Client`) but is capable of facing the public internet directly and can be used in self-service. It implements the OpenID Connect Dynamic Client Registration Protocol.
To use this endpoint, you will need to present the client's authentication credentials. If the OAuth2 Client uses the Token Endpoint Authentication Method `client_secret_post`, you need to present the client secret in the URL query. If it uses `client_secret_basic`, present the Client ID and the Client Secret in the Authorization header.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of the OAuth 2.0 Client. @return OidcAPIGetOidcDynamicClientRequest
func (*OidcAPIService) GetOidcDynamicClientExecute ¶ added in v1.3.0
func (a *OidcAPIService) GetOidcDynamicClientExecute(r OidcAPIGetOidcDynamicClientRequest) (*OAuth2Client, *http.Response, error)
Execute executes the request
@return OAuth2Client
func (*OidcAPIService) GetOidcUserInfo ¶ added in v1.3.0
func (a *OidcAPIService) GetOidcUserInfo(ctx context.Context) OidcAPIGetOidcUserInfoRequest
GetOidcUserInfo OpenID Connect Userinfo
This endpoint returns the payload of the ID Token, including `session.id_token` values, of the provided OAuth 2.0 Access Token's consent request.
In the case of authentication error, a WWW-Authenticate header might be set in the response with more information about the error. See [the spec](https://datatracker.ietf.org/doc/html/rfc6750#section-3) for more details about header format.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OidcAPIGetOidcUserInfoRequest
func (*OidcAPIService) GetOidcUserInfoExecute ¶ added in v1.3.0
func (a *OidcAPIService) GetOidcUserInfoExecute(r OidcAPIGetOidcUserInfoRequest) (*OidcUserInfo, *http.Response, error)
Execute executes the request
@return OidcUserInfo
func (*OidcAPIService) RevokeOidcSession ¶ added in v1.3.0
func (a *OidcAPIService) RevokeOidcSession(ctx context.Context) OidcAPIRevokeOidcSessionRequest
RevokeOidcSession OpenID Connect Front- and Back-channel Enabled Logout
This endpoint initiates and completes user logout at the Ory OAuth2 & OpenID provider and initiates OpenID Connect Front- / Back-channel logout:
https://openid.net/specs/openid-connect-frontchannel-1_0.html https://openid.net/specs/openid-connect-backchannel-1_0.html
Back-channel logout is performed asynchronously and does not affect logout flow.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OidcAPIRevokeOidcSessionRequest
func (*OidcAPIService) RevokeOidcSessionExecute ¶ added in v1.3.0
func (a *OidcAPIService) RevokeOidcSessionExecute(r OidcAPIRevokeOidcSessionRequest) (*http.Response, error)
Execute executes the request
func (*OidcAPIService) SetOidcDynamicClient ¶ added in v1.3.0
func (a *OidcAPIService) SetOidcDynamicClient(ctx context.Context, id string) OidcAPISetOidcDynamicClientRequest
SetOidcDynamicClient Set OAuth2 Client using OpenID Dynamic Client Registration
This endpoint behaves like the administrative counterpart (`setOAuth2Client`) but is capable of facing the public internet directly to be used by third parties. It implements the OpenID Connect Dynamic Client Registration Protocol.
This feature is disabled per default. It can be enabled by a system administrator.
If you pass `client_secret` the secret is used, otherwise the existing secret is used. If set, the secret is echoed in the response. It is not possible to retrieve it later on.
To use this endpoint, you will need to present the client's authentication credentials. If the OAuth2 Client uses the Token Endpoint Authentication Method `client_secret_post`, you need to present the client secret in the URL query. If it uses `client_secret_basic`, present the Client ID and the Client Secret in the Authorization header.
OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id OAuth 2.0 Client ID @return OidcAPISetOidcDynamicClientRequest
func (*OidcAPIService) SetOidcDynamicClientExecute ¶ added in v1.3.0
func (a *OidcAPIService) SetOidcDynamicClientExecute(r OidcAPISetOidcDynamicClientRequest) (*OAuth2Client, *http.Response, error)
Execute executes the request
@return OAuth2Client
type OidcAPISetOidcDynamicClientRequest ¶ added in v1.3.0
type OidcAPISetOidcDynamicClientRequest struct {
ApiService OidcAPI
// contains filtered or unexported fields
}
func (OidcAPISetOidcDynamicClientRequest) Execute ¶ added in v1.3.0
func (r OidcAPISetOidcDynamicClientRequest) Execute() (*OAuth2Client, *http.Response, error)
func (OidcAPISetOidcDynamicClientRequest) OAuth2Client ¶ added in v1.3.0
func (r OidcAPISetOidcDynamicClientRequest) OAuth2Client(oAuth2Client OAuth2Client) OidcAPISetOidcDynamicClientRequest
OAuth 2.0 Client Request Body
type OidcConfiguration ¶
type OidcConfiguration struct {
// OAuth 2.0 Authorization Endpoint URL
AuthorizationEndpoint string `json:"authorization_endpoint"`
// OpenID Connect Back-Channel Logout Session Required Boolean value specifying whether the OP can pass a sid (session ID) Claim in the Logout Token to identify the RP session with the OP. If supported, the sid Claim is also included in ID Tokens issued by the OP
BackchannelLogoutSessionSupported *bool `json:"backchannel_logout_session_supported,omitempty"`
// OpenID Connect Back-Channel Logout Supported Boolean value specifying whether the OP supports back-channel logout, with true indicating support.
BackchannelLogoutSupported *bool `json:"backchannel_logout_supported,omitempty"`
// OpenID Connect Claims Parameter Parameter Supported Boolean value specifying whether the OP supports use of the claims parameter, with true indicating support.
ClaimsParameterSupported *bool `json:"claims_parameter_supported,omitempty"`
// OpenID Connect Supported Claims JSON array containing a list of the Claim Names of the Claims that the OpenID Provider MAY be able to supply values for. Note that for privacy or other reasons, this might not be an exhaustive list.
ClaimsSupported []string `json:"claims_supported,omitempty"`
// OAuth 2.0 PKCE Supported Code Challenge Methods JSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported by this authorization server.
CodeChallengeMethodsSupported []string `json:"code_challenge_methods_supported,omitempty"`
// OpenID Connect Verifiable Credentials Endpoint Contains the URL of the Verifiable Credentials Endpoint.
CredentialsEndpointDraft00 *string `json:"credentials_endpoint_draft_00,omitempty"`
// OpenID Connect Verifiable Credentials Supported JSON array containing a list of the Verifiable Credentials supported by this authorization server.
CredentialsSupportedDraft00 []CredentialSupportedDraft00 `json:"credentials_supported_draft_00,omitempty"`
// OpenID Connect End-Session Endpoint URL at the OP to which an RP can perform a redirect to request that the End-User be logged out at the OP.
EndSessionEndpoint *string `json:"end_session_endpoint,omitempty"`
// OpenID Connect Front-Channel Logout Session Required Boolean value specifying whether the OP can pass iss (issuer) and sid (session ID) query parameters to identify the RP session with the OP when the frontchannel_logout_uri is used. If supported, the sid Claim is also included in ID Tokens issued by the OP.
FrontchannelLogoutSessionSupported *bool `json:"frontchannel_logout_session_supported,omitempty"`
// OpenID Connect Front-Channel Logout Supported Boolean value specifying whether the OP supports HTTP-based logout, with true indicating support.
FrontchannelLogoutSupported *bool `json:"frontchannel_logout_supported,omitempty"`
// OAuth 2.0 Supported Grant Types JSON array containing a list of the OAuth 2.0 Grant Type values that this OP supports.
GrantTypesSupported []string `json:"grant_types_supported,omitempty"`
// OpenID Connect Default ID Token Signing Algorithms Algorithm used to sign OpenID Connect ID Tokens.
IdTokenSignedResponseAlg []string `json:"id_token_signed_response_alg"`
// OpenID Connect Supported ID Token Signing Algorithms JSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for the ID Token to encode the Claims in a JWT.
IdTokenSigningAlgValuesSupported []string `json:"id_token_signing_alg_values_supported"`
// OpenID Connect Issuer URL An URL using the https scheme with no query or fragment component that the OP asserts as its IssuerURL Identifier. If IssuerURL discovery is supported , this value MUST be identical to the issuer value returned by WebFinger. This also MUST be identical to the iss Claim value in ID Tokens issued from this IssuerURL.
Issuer string `json:"issuer"`
// OpenID Connect Well-Known JSON Web Keys URL URL of the OP's JSON Web Key Set [JWK] document. This contains the signing key(s) the RP uses to validate signatures from the OP. The JWK Set MAY also contain the Server's encryption key(s), which are used by RPs to encrypt requests to the Server. When both signing and encryption keys are made available, a use (Key Use) parameter value is REQUIRED for all keys in the referenced JWK Set to indicate each key's intended usage. Although some algorithms allow the same key to be used for both signatures and encryption, doing so is NOT RECOMMENDED, as it is less secure. The JWK x5c parameter MAY be used to provide X.509 representations of keys provided. When used, the bare key values MUST still be present and MUST match those in the certificate.
JwksUri string `json:"jwks_uri"`
// OpenID Connect Dynamic Client Registration Endpoint URL
RegistrationEndpoint *string `json:"registration_endpoint,omitempty"`
// OpenID Connect Supported Request Object Signing Algorithms JSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for Request Objects, which are described in Section 6.1 of OpenID Connect Core 1.0 [OpenID.Core]. These algorithms are used both when the Request Object is passed by value (using the request parameter) and when it is passed by reference (using the request_uri parameter).
RequestObjectSigningAlgValuesSupported []string `json:"request_object_signing_alg_values_supported,omitempty"`
// OpenID Connect Request Parameter Supported Boolean value specifying whether the OP supports use of the request parameter, with true indicating support.
RequestParameterSupported *bool `json:"request_parameter_supported,omitempty"`
// OpenID Connect Request URI Parameter Supported Boolean value specifying whether the OP supports use of the request_uri parameter, with true indicating support.
RequestUriParameterSupported *bool `json:"request_uri_parameter_supported,omitempty"`
// OpenID Connect Requires Request URI Registration Boolean value specifying whether the OP requires any request_uri values used to be pre-registered using the request_uris registration parameter.
RequireRequestUriRegistration *bool `json:"require_request_uri_registration,omitempty"`
// OAuth 2.0 Supported Response Modes JSON array containing a list of the OAuth 2.0 response_mode values that this OP supports.
ResponseModesSupported []string `json:"response_modes_supported,omitempty"`
// OAuth 2.0 Supported Response Types JSON array containing a list of the OAuth 2.0 response_type values that this OP supports. Dynamic OpenID Providers MUST support the code, id_token, and the token id_token Response Type values.
ResponseTypesSupported []string `json:"response_types_supported"`
// OAuth 2.0 Token Revocation URL URL of the authorization server's OAuth 2.0 revocation endpoint.
RevocationEndpoint *string `json:"revocation_endpoint,omitempty"`
// OAuth 2.0 Supported Scope Values JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this server supports. The server MUST support the openid scope value. Servers MAY choose not to advertise some supported scope values even when this parameter is used
ScopesSupported []string `json:"scopes_supported,omitempty"`
// OpenID Connect Supported Subject Types JSON array containing a list of the Subject Identifier types that this OP supports. Valid types include pairwise and public.
SubjectTypesSupported []string `json:"subject_types_supported"`
// OAuth 2.0 Token Endpoint URL
TokenEndpoint string `json:"token_endpoint"`
// OAuth 2.0 Supported Client Authentication Methods JSON array containing a list of Client Authentication methods supported by this Token Endpoint. The options are client_secret_post, client_secret_basic, client_secret_jwt, and private_key_jwt, as described in Section 9 of OpenID Connect Core 1.0
TokenEndpointAuthMethodsSupported []string `json:"token_endpoint_auth_methods_supported,omitempty"`
// OpenID Connect Userinfo URL URL of the OP's UserInfo Endpoint.
UserinfoEndpoint *string `json:"userinfo_endpoint,omitempty"`
// OpenID Connect User Userinfo Signing Algorithm Algorithm used to sign OpenID Connect Userinfo Responses.
UserinfoSignedResponseAlg []string `json:"userinfo_signed_response_alg"`
// OpenID Connect Supported Userinfo Signing Algorithm JSON array containing a list of the JWS [JWS] signing algorithms (alg values) [JWA] supported by the UserInfo Endpoint to encode the Claims in a JWT [JWT].
UserinfoSigningAlgValuesSupported []string `json:"userinfo_signing_alg_values_supported,omitempty"`
AdditionalProperties map[string]interface{}
}
OidcConfiguration Includes links to several endpoints (for example `/oauth2/token`) and exposes information on supported signature algorithms among others.
func NewOidcConfiguration ¶
func NewOidcConfiguration(authorizationEndpoint string, idTokenSignedResponseAlg []string, idTokenSigningAlgValuesSupported []string, issuer string, jwksUri string, responseTypesSupported []string, subjectTypesSupported []string, tokenEndpoint string, userinfoSignedResponseAlg []string) *OidcConfiguration
NewOidcConfiguration instantiates a new OidcConfiguration 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 NewOidcConfigurationWithDefaults ¶
func NewOidcConfigurationWithDefaults() *OidcConfiguration
NewOidcConfigurationWithDefaults instantiates a new OidcConfiguration 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 (*OidcConfiguration) GetAuthorizationEndpoint ¶
func (o *OidcConfiguration) GetAuthorizationEndpoint() string
GetAuthorizationEndpoint returns the AuthorizationEndpoint field value
func (*OidcConfiguration) GetAuthorizationEndpointOk ¶
func (o *OidcConfiguration) GetAuthorizationEndpointOk() (*string, bool)
GetAuthorizationEndpointOk returns a tuple with the AuthorizationEndpoint field value and a boolean to check if the value has been set.
func (*OidcConfiguration) GetBackchannelLogoutSessionSupported ¶
func (o *OidcConfiguration) GetBackchannelLogoutSessionSupported() bool
GetBackchannelLogoutSessionSupported returns the BackchannelLogoutSessionSupported field value if set, zero value otherwise.
func (*OidcConfiguration) GetBackchannelLogoutSessionSupportedOk ¶
func (o *OidcConfiguration) GetBackchannelLogoutSessionSupportedOk() (*bool, bool)
GetBackchannelLogoutSessionSupportedOk returns a tuple with the BackchannelLogoutSessionSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetBackchannelLogoutSupported ¶
func (o *OidcConfiguration) GetBackchannelLogoutSupported() bool
GetBackchannelLogoutSupported returns the BackchannelLogoutSupported field value if set, zero value otherwise.
func (*OidcConfiguration) GetBackchannelLogoutSupportedOk ¶
func (o *OidcConfiguration) GetBackchannelLogoutSupportedOk() (*bool, bool)
GetBackchannelLogoutSupportedOk returns a tuple with the BackchannelLogoutSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetClaimsParameterSupported ¶
func (o *OidcConfiguration) GetClaimsParameterSupported() bool
GetClaimsParameterSupported returns the ClaimsParameterSupported field value if set, zero value otherwise.
func (*OidcConfiguration) GetClaimsParameterSupportedOk ¶
func (o *OidcConfiguration) GetClaimsParameterSupportedOk() (*bool, bool)
GetClaimsParameterSupportedOk returns a tuple with the ClaimsParameterSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetClaimsSupported ¶
func (o *OidcConfiguration) GetClaimsSupported() []string
GetClaimsSupported returns the ClaimsSupported field value if set, zero value otherwise.
func (*OidcConfiguration) GetClaimsSupportedOk ¶
func (o *OidcConfiguration) GetClaimsSupportedOk() ([]string, bool)
GetClaimsSupportedOk returns a tuple with the ClaimsSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetCodeChallengeMethodsSupported ¶
func (o *OidcConfiguration) GetCodeChallengeMethodsSupported() []string
GetCodeChallengeMethodsSupported returns the CodeChallengeMethodsSupported field value if set, zero value otherwise.
func (*OidcConfiguration) GetCodeChallengeMethodsSupportedOk ¶
func (o *OidcConfiguration) GetCodeChallengeMethodsSupportedOk() ([]string, bool)
GetCodeChallengeMethodsSupportedOk returns a tuple with the CodeChallengeMethodsSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetCredentialsEndpointDraft00 ¶ added in v1.1.44
func (o *OidcConfiguration) GetCredentialsEndpointDraft00() string
GetCredentialsEndpointDraft00 returns the CredentialsEndpointDraft00 field value if set, zero value otherwise.
func (*OidcConfiguration) GetCredentialsEndpointDraft00Ok ¶ added in v1.1.44
func (o *OidcConfiguration) GetCredentialsEndpointDraft00Ok() (*string, bool)
GetCredentialsEndpointDraft00Ok returns a tuple with the CredentialsEndpointDraft00 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetCredentialsSupportedDraft00 ¶ added in v1.1.44
func (o *OidcConfiguration) GetCredentialsSupportedDraft00() []CredentialSupportedDraft00
GetCredentialsSupportedDraft00 returns the CredentialsSupportedDraft00 field value if set, zero value otherwise.
func (*OidcConfiguration) GetCredentialsSupportedDraft00Ok ¶ added in v1.1.44
func (o *OidcConfiguration) GetCredentialsSupportedDraft00Ok() ([]CredentialSupportedDraft00, bool)
GetCredentialsSupportedDraft00Ok returns a tuple with the CredentialsSupportedDraft00 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetEndSessionEndpoint ¶
func (o *OidcConfiguration) GetEndSessionEndpoint() string
GetEndSessionEndpoint returns the EndSessionEndpoint field value if set, zero value otherwise.
func (*OidcConfiguration) GetEndSessionEndpointOk ¶
func (o *OidcConfiguration) GetEndSessionEndpointOk() (*string, bool)
GetEndSessionEndpointOk returns a tuple with the EndSessionEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetFrontchannelLogoutSessionSupported ¶
func (o *OidcConfiguration) GetFrontchannelLogoutSessionSupported() bool
GetFrontchannelLogoutSessionSupported returns the FrontchannelLogoutSessionSupported field value if set, zero value otherwise.
func (*OidcConfiguration) GetFrontchannelLogoutSessionSupportedOk ¶
func (o *OidcConfiguration) GetFrontchannelLogoutSessionSupportedOk() (*bool, bool)
GetFrontchannelLogoutSessionSupportedOk returns a tuple with the FrontchannelLogoutSessionSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetFrontchannelLogoutSupported ¶
func (o *OidcConfiguration) GetFrontchannelLogoutSupported() bool
GetFrontchannelLogoutSupported returns the FrontchannelLogoutSupported field value if set, zero value otherwise.
func (*OidcConfiguration) GetFrontchannelLogoutSupportedOk ¶
func (o *OidcConfiguration) GetFrontchannelLogoutSupportedOk() (*bool, bool)
GetFrontchannelLogoutSupportedOk returns a tuple with the FrontchannelLogoutSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetGrantTypesSupported ¶
func (o *OidcConfiguration) GetGrantTypesSupported() []string
GetGrantTypesSupported returns the GrantTypesSupported field value if set, zero value otherwise.
func (*OidcConfiguration) GetGrantTypesSupportedOk ¶
func (o *OidcConfiguration) GetGrantTypesSupportedOk() ([]string, bool)
GetGrantTypesSupportedOk returns a tuple with the GrantTypesSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetIdTokenSignedResponseAlg ¶
func (o *OidcConfiguration) GetIdTokenSignedResponseAlg() []string
GetIdTokenSignedResponseAlg returns the IdTokenSignedResponseAlg field value
func (*OidcConfiguration) GetIdTokenSignedResponseAlgOk ¶
func (o *OidcConfiguration) GetIdTokenSignedResponseAlgOk() ([]string, bool)
GetIdTokenSignedResponseAlgOk returns a tuple with the IdTokenSignedResponseAlg field value and a boolean to check if the value has been set.
func (*OidcConfiguration) GetIdTokenSigningAlgValuesSupported ¶
func (o *OidcConfiguration) GetIdTokenSigningAlgValuesSupported() []string
GetIdTokenSigningAlgValuesSupported returns the IdTokenSigningAlgValuesSupported field value
func (*OidcConfiguration) GetIdTokenSigningAlgValuesSupportedOk ¶
func (o *OidcConfiguration) GetIdTokenSigningAlgValuesSupportedOk() ([]string, bool)
GetIdTokenSigningAlgValuesSupportedOk returns a tuple with the IdTokenSigningAlgValuesSupported field value and a boolean to check if the value has been set.
func (*OidcConfiguration) GetIssuer ¶
func (o *OidcConfiguration) GetIssuer() string
GetIssuer returns the Issuer field value
func (*OidcConfiguration) GetIssuerOk ¶
func (o *OidcConfiguration) GetIssuerOk() (*string, bool)
GetIssuerOk returns a tuple with the Issuer field value and a boolean to check if the value has been set.
func (*OidcConfiguration) GetJwksUri ¶
func (o *OidcConfiguration) GetJwksUri() string
GetJwksUri returns the JwksUri field value
func (*OidcConfiguration) GetJwksUriOk ¶
func (o *OidcConfiguration) GetJwksUriOk() (*string, bool)
GetJwksUriOk returns a tuple with the JwksUri field value and a boolean to check if the value has been set.
func (*OidcConfiguration) GetRegistrationEndpoint ¶
func (o *OidcConfiguration) GetRegistrationEndpoint() string
GetRegistrationEndpoint returns the RegistrationEndpoint field value if set, zero value otherwise.
func (*OidcConfiguration) GetRegistrationEndpointOk ¶
func (o *OidcConfiguration) GetRegistrationEndpointOk() (*string, bool)
GetRegistrationEndpointOk returns a tuple with the RegistrationEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetRequestObjectSigningAlgValuesSupported ¶
func (o *OidcConfiguration) GetRequestObjectSigningAlgValuesSupported() []string
GetRequestObjectSigningAlgValuesSupported returns the RequestObjectSigningAlgValuesSupported field value if set, zero value otherwise.
func (*OidcConfiguration) GetRequestObjectSigningAlgValuesSupportedOk ¶
func (o *OidcConfiguration) GetRequestObjectSigningAlgValuesSupportedOk() ([]string, bool)
GetRequestObjectSigningAlgValuesSupportedOk returns a tuple with the RequestObjectSigningAlgValuesSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetRequestParameterSupported ¶
func (o *OidcConfiguration) GetRequestParameterSupported() bool
GetRequestParameterSupported returns the RequestParameterSupported field value if set, zero value otherwise.
func (*OidcConfiguration) GetRequestParameterSupportedOk ¶
func (o *OidcConfiguration) GetRequestParameterSupportedOk() (*bool, bool)
GetRequestParameterSupportedOk returns a tuple with the RequestParameterSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetRequestUriParameterSupported ¶
func (o *OidcConfiguration) GetRequestUriParameterSupported() bool
GetRequestUriParameterSupported returns the RequestUriParameterSupported field value if set, zero value otherwise.
func (*OidcConfiguration) GetRequestUriParameterSupportedOk ¶
func (o *OidcConfiguration) GetRequestUriParameterSupportedOk() (*bool, bool)
GetRequestUriParameterSupportedOk returns a tuple with the RequestUriParameterSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetRequireRequestUriRegistration ¶
func (o *OidcConfiguration) GetRequireRequestUriRegistration() bool
GetRequireRequestUriRegistration returns the RequireRequestUriRegistration field value if set, zero value otherwise.
func (*OidcConfiguration) GetRequireRequestUriRegistrationOk ¶
func (o *OidcConfiguration) GetRequireRequestUriRegistrationOk() (*bool, bool)
GetRequireRequestUriRegistrationOk returns a tuple with the RequireRequestUriRegistration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetResponseModesSupported ¶
func (o *OidcConfiguration) GetResponseModesSupported() []string
GetResponseModesSupported returns the ResponseModesSupported field value if set, zero value otherwise.
func (*OidcConfiguration) GetResponseModesSupportedOk ¶
func (o *OidcConfiguration) GetResponseModesSupportedOk() ([]string, bool)
GetResponseModesSupportedOk returns a tuple with the ResponseModesSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetResponseTypesSupported ¶
func (o *OidcConfiguration) GetResponseTypesSupported() []string
GetResponseTypesSupported returns the ResponseTypesSupported field value
func (*OidcConfiguration) GetResponseTypesSupportedOk ¶
func (o *OidcConfiguration) GetResponseTypesSupportedOk() ([]string, bool)
GetResponseTypesSupportedOk returns a tuple with the ResponseTypesSupported field value and a boolean to check if the value has been set.
func (*OidcConfiguration) GetRevocationEndpoint ¶
func (o *OidcConfiguration) GetRevocationEndpoint() string
GetRevocationEndpoint returns the RevocationEndpoint field value if set, zero value otherwise.
func (*OidcConfiguration) GetRevocationEndpointOk ¶
func (o *OidcConfiguration) GetRevocationEndpointOk() (*string, bool)
GetRevocationEndpointOk returns a tuple with the RevocationEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetScopesSupported ¶
func (o *OidcConfiguration) GetScopesSupported() []string
GetScopesSupported returns the ScopesSupported field value if set, zero value otherwise.
func (*OidcConfiguration) GetScopesSupportedOk ¶
func (o *OidcConfiguration) GetScopesSupportedOk() ([]string, bool)
GetScopesSupportedOk returns a tuple with the ScopesSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetSubjectTypesSupported ¶
func (o *OidcConfiguration) GetSubjectTypesSupported() []string
GetSubjectTypesSupported returns the SubjectTypesSupported field value
func (*OidcConfiguration) GetSubjectTypesSupportedOk ¶
func (o *OidcConfiguration) GetSubjectTypesSupportedOk() ([]string, bool)
GetSubjectTypesSupportedOk returns a tuple with the SubjectTypesSupported field value and a boolean to check if the value has been set.
func (*OidcConfiguration) GetTokenEndpoint ¶
func (o *OidcConfiguration) GetTokenEndpoint() string
GetTokenEndpoint returns the TokenEndpoint field value
func (*OidcConfiguration) GetTokenEndpointAuthMethodsSupported ¶
func (o *OidcConfiguration) GetTokenEndpointAuthMethodsSupported() []string
GetTokenEndpointAuthMethodsSupported returns the TokenEndpointAuthMethodsSupported field value if set, zero value otherwise.
func (*OidcConfiguration) GetTokenEndpointAuthMethodsSupportedOk ¶
func (o *OidcConfiguration) GetTokenEndpointAuthMethodsSupportedOk() ([]string, bool)
GetTokenEndpointAuthMethodsSupportedOk returns a tuple with the TokenEndpointAuthMethodsSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetTokenEndpointOk ¶
func (o *OidcConfiguration) GetTokenEndpointOk() (*string, bool)
GetTokenEndpointOk returns a tuple with the TokenEndpoint field value and a boolean to check if the value has been set.
func (*OidcConfiguration) GetUserinfoEndpoint ¶
func (o *OidcConfiguration) GetUserinfoEndpoint() string
GetUserinfoEndpoint returns the UserinfoEndpoint field value if set, zero value otherwise.
func (*OidcConfiguration) GetUserinfoEndpointOk ¶
func (o *OidcConfiguration) GetUserinfoEndpointOk() (*string, bool)
GetUserinfoEndpointOk returns a tuple with the UserinfoEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) GetUserinfoSignedResponseAlg ¶
func (o *OidcConfiguration) GetUserinfoSignedResponseAlg() []string
GetUserinfoSignedResponseAlg returns the UserinfoSignedResponseAlg field value
func (*OidcConfiguration) GetUserinfoSignedResponseAlgOk ¶
func (o *OidcConfiguration) GetUserinfoSignedResponseAlgOk() ([]string, bool)
GetUserinfoSignedResponseAlgOk returns a tuple with the UserinfoSignedResponseAlg field value and a boolean to check if the value has been set.
func (*OidcConfiguration) GetUserinfoSigningAlgValuesSupported ¶
func (o *OidcConfiguration) GetUserinfoSigningAlgValuesSupported() []string
GetUserinfoSigningAlgValuesSupported returns the UserinfoSigningAlgValuesSupported field value if set, zero value otherwise.
func (*OidcConfiguration) GetUserinfoSigningAlgValuesSupportedOk ¶
func (o *OidcConfiguration) GetUserinfoSigningAlgValuesSupportedOk() ([]string, bool)
GetUserinfoSigningAlgValuesSupportedOk returns a tuple with the UserinfoSigningAlgValuesSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcConfiguration) HasBackchannelLogoutSessionSupported ¶
func (o *OidcConfiguration) HasBackchannelLogoutSessionSupported() bool
HasBackchannelLogoutSessionSupported returns a boolean if a field has been set.
func (*OidcConfiguration) HasBackchannelLogoutSupported ¶
func (o *OidcConfiguration) HasBackchannelLogoutSupported() bool
HasBackchannelLogoutSupported returns a boolean if a field has been set.
func (*OidcConfiguration) HasClaimsParameterSupported ¶
func (o *OidcConfiguration) HasClaimsParameterSupported() bool
HasClaimsParameterSupported returns a boolean if a field has been set.
func (*OidcConfiguration) HasClaimsSupported ¶
func (o *OidcConfiguration) HasClaimsSupported() bool
HasClaimsSupported returns a boolean if a field has been set.
func (*OidcConfiguration) HasCodeChallengeMethodsSupported ¶
func (o *OidcConfiguration) HasCodeChallengeMethodsSupported() bool
HasCodeChallengeMethodsSupported returns a boolean if a field has been set.
func (*OidcConfiguration) HasCredentialsEndpointDraft00 ¶ added in v1.1.44
func (o *OidcConfiguration) HasCredentialsEndpointDraft00() bool
HasCredentialsEndpointDraft00 returns a boolean if a field has been set.
func (*OidcConfiguration) HasCredentialsSupportedDraft00 ¶ added in v1.1.44
func (o *OidcConfiguration) HasCredentialsSupportedDraft00() bool
HasCredentialsSupportedDraft00 returns a boolean if a field has been set.
func (*OidcConfiguration) HasEndSessionEndpoint ¶
func (o *OidcConfiguration) HasEndSessionEndpoint() bool
HasEndSessionEndpoint returns a boolean if a field has been set.
func (*OidcConfiguration) HasFrontchannelLogoutSessionSupported ¶
func (o *OidcConfiguration) HasFrontchannelLogoutSessionSupported() bool
HasFrontchannelLogoutSessionSupported returns a boolean if a field has been set.
func (*OidcConfiguration) HasFrontchannelLogoutSupported ¶
func (o *OidcConfiguration) HasFrontchannelLogoutSupported() bool
HasFrontchannelLogoutSupported returns a boolean if a field has been set.
func (*OidcConfiguration) HasGrantTypesSupported ¶
func (o *OidcConfiguration) HasGrantTypesSupported() bool
HasGrantTypesSupported returns a boolean if a field has been set.
func (*OidcConfiguration) HasRegistrationEndpoint ¶
func (o *OidcConfiguration) HasRegistrationEndpoint() bool
HasRegistrationEndpoint returns a boolean if a field has been set.
func (*OidcConfiguration) HasRequestObjectSigningAlgValuesSupported ¶
func (o *OidcConfiguration) HasRequestObjectSigningAlgValuesSupported() bool
HasRequestObjectSigningAlgValuesSupported returns a boolean if a field has been set.
func (*OidcConfiguration) HasRequestParameterSupported ¶
func (o *OidcConfiguration) HasRequestParameterSupported() bool
HasRequestParameterSupported returns a boolean if a field has been set.
func (*OidcConfiguration) HasRequestUriParameterSupported ¶
func (o *OidcConfiguration) HasRequestUriParameterSupported() bool
HasRequestUriParameterSupported returns a boolean if a field has been set.
func (*OidcConfiguration) HasRequireRequestUriRegistration ¶
func (o *OidcConfiguration) HasRequireRequestUriRegistration() bool
HasRequireRequestUriRegistration returns a boolean if a field has been set.
func (*OidcConfiguration) HasResponseModesSupported ¶
func (o *OidcConfiguration) HasResponseModesSupported() bool
HasResponseModesSupported returns a boolean if a field has been set.
func (*OidcConfiguration) HasRevocationEndpoint ¶
func (o *OidcConfiguration) HasRevocationEndpoint() bool
HasRevocationEndpoint returns a boolean if a field has been set.
func (*OidcConfiguration) HasScopesSupported ¶
func (o *OidcConfiguration) HasScopesSupported() bool
HasScopesSupported returns a boolean if a field has been set.
func (*OidcConfiguration) HasTokenEndpointAuthMethodsSupported ¶
func (o *OidcConfiguration) HasTokenEndpointAuthMethodsSupported() bool
HasTokenEndpointAuthMethodsSupported returns a boolean if a field has been set.
func (*OidcConfiguration) HasUserinfoEndpoint ¶
func (o *OidcConfiguration) HasUserinfoEndpoint() bool
HasUserinfoEndpoint returns a boolean if a field has been set.
func (*OidcConfiguration) HasUserinfoSigningAlgValuesSupported ¶
func (o *OidcConfiguration) HasUserinfoSigningAlgValuesSupported() bool
HasUserinfoSigningAlgValuesSupported returns a boolean if a field has been set.
func (OidcConfiguration) MarshalJSON ¶
func (o OidcConfiguration) MarshalJSON() ([]byte, error)
func (*OidcConfiguration) SetAuthorizationEndpoint ¶
func (o *OidcConfiguration) SetAuthorizationEndpoint(v string)
SetAuthorizationEndpoint sets field value
func (*OidcConfiguration) SetBackchannelLogoutSessionSupported ¶
func (o *OidcConfiguration) SetBackchannelLogoutSessionSupported(v bool)
SetBackchannelLogoutSessionSupported gets a reference to the given bool and assigns it to the BackchannelLogoutSessionSupported field.
func (*OidcConfiguration) SetBackchannelLogoutSupported ¶
func (o *OidcConfiguration) SetBackchannelLogoutSupported(v bool)
SetBackchannelLogoutSupported gets a reference to the given bool and assigns it to the BackchannelLogoutSupported field.
func (*OidcConfiguration) SetClaimsParameterSupported ¶
func (o *OidcConfiguration) SetClaimsParameterSupported(v bool)
SetClaimsParameterSupported gets a reference to the given bool and assigns it to the ClaimsParameterSupported field.
func (*OidcConfiguration) SetClaimsSupported ¶
func (o *OidcConfiguration) SetClaimsSupported(v []string)
SetClaimsSupported gets a reference to the given []string and assigns it to the ClaimsSupported field.
func (*OidcConfiguration) SetCodeChallengeMethodsSupported ¶
func (o *OidcConfiguration) SetCodeChallengeMethodsSupported(v []string)
SetCodeChallengeMethodsSupported gets a reference to the given []string and assigns it to the CodeChallengeMethodsSupported field.
func (*OidcConfiguration) SetCredentialsEndpointDraft00 ¶ added in v1.1.44
func (o *OidcConfiguration) SetCredentialsEndpointDraft00(v string)
SetCredentialsEndpointDraft00 gets a reference to the given string and assigns it to the CredentialsEndpointDraft00 field.
func (*OidcConfiguration) SetCredentialsSupportedDraft00 ¶ added in v1.1.44
func (o *OidcConfiguration) SetCredentialsSupportedDraft00(v []CredentialSupportedDraft00)
SetCredentialsSupportedDraft00 gets a reference to the given []CredentialSupportedDraft00 and assigns it to the CredentialsSupportedDraft00 field.
func (*OidcConfiguration) SetEndSessionEndpoint ¶
func (o *OidcConfiguration) SetEndSessionEndpoint(v string)
SetEndSessionEndpoint gets a reference to the given string and assigns it to the EndSessionEndpoint field.
func (*OidcConfiguration) SetFrontchannelLogoutSessionSupported ¶
func (o *OidcConfiguration) SetFrontchannelLogoutSessionSupported(v bool)
SetFrontchannelLogoutSessionSupported gets a reference to the given bool and assigns it to the FrontchannelLogoutSessionSupported field.
func (*OidcConfiguration) SetFrontchannelLogoutSupported ¶
func (o *OidcConfiguration) SetFrontchannelLogoutSupported(v bool)
SetFrontchannelLogoutSupported gets a reference to the given bool and assigns it to the FrontchannelLogoutSupported field.
func (*OidcConfiguration) SetGrantTypesSupported ¶
func (o *OidcConfiguration) SetGrantTypesSupported(v []string)
SetGrantTypesSupported gets a reference to the given []string and assigns it to the GrantTypesSupported field.
func (*OidcConfiguration) SetIdTokenSignedResponseAlg ¶
func (o *OidcConfiguration) SetIdTokenSignedResponseAlg(v []string)
SetIdTokenSignedResponseAlg sets field value
func (*OidcConfiguration) SetIdTokenSigningAlgValuesSupported ¶
func (o *OidcConfiguration) SetIdTokenSigningAlgValuesSupported(v []string)
SetIdTokenSigningAlgValuesSupported sets field value
func (*OidcConfiguration) SetIssuer ¶
func (o *OidcConfiguration) SetIssuer(v string)
SetIssuer sets field value
func (*OidcConfiguration) SetJwksUri ¶
func (o *OidcConfiguration) SetJwksUri(v string)
SetJwksUri sets field value
func (*OidcConfiguration) SetRegistrationEndpoint ¶
func (o *OidcConfiguration) SetRegistrationEndpoint(v string)
SetRegistrationEndpoint gets a reference to the given string and assigns it to the RegistrationEndpoint field.
func (*OidcConfiguration) SetRequestObjectSigningAlgValuesSupported ¶
func (o *OidcConfiguration) SetRequestObjectSigningAlgValuesSupported(v []string)
SetRequestObjectSigningAlgValuesSupported gets a reference to the given []string and assigns it to the RequestObjectSigningAlgValuesSupported field.
func (*OidcConfiguration) SetRequestParameterSupported ¶
func (o *OidcConfiguration) SetRequestParameterSupported(v bool)
SetRequestParameterSupported gets a reference to the given bool and assigns it to the RequestParameterSupported field.
func (*OidcConfiguration) SetRequestUriParameterSupported ¶
func (o *OidcConfiguration) SetRequestUriParameterSupported(v bool)
SetRequestUriParameterSupported gets a reference to the given bool and assigns it to the RequestUriParameterSupported field.
func (*OidcConfiguration) SetRequireRequestUriRegistration ¶
func (o *OidcConfiguration) SetRequireRequestUriRegistration(v bool)
SetRequireRequestUriRegistration gets a reference to the given bool and assigns it to the RequireRequestUriRegistration field.
func (*OidcConfiguration) SetResponseModesSupported ¶
func (o *OidcConfiguration) SetResponseModesSupported(v []string)
SetResponseModesSupported gets a reference to the given []string and assigns it to the ResponseModesSupported field.
func (*OidcConfiguration) SetResponseTypesSupported ¶
func (o *OidcConfiguration) SetResponseTypesSupported(v []string)
SetResponseTypesSupported sets field value
func (*OidcConfiguration) SetRevocationEndpoint ¶
func (o *OidcConfiguration) SetRevocationEndpoint(v string)
SetRevocationEndpoint gets a reference to the given string and assigns it to the RevocationEndpoint field.
func (*OidcConfiguration) SetScopesSupported ¶
func (o *OidcConfiguration) SetScopesSupported(v []string)
SetScopesSupported gets a reference to the given []string and assigns it to the ScopesSupported field.
func (*OidcConfiguration) SetSubjectTypesSupported ¶
func (o *OidcConfiguration) SetSubjectTypesSupported(v []string)
SetSubjectTypesSupported sets field value
func (*OidcConfiguration) SetTokenEndpoint ¶
func (o *OidcConfiguration) SetTokenEndpoint(v string)
SetTokenEndpoint sets field value
func (*OidcConfiguration) SetTokenEndpointAuthMethodsSupported ¶
func (o *OidcConfiguration) SetTokenEndpointAuthMethodsSupported(v []string)
SetTokenEndpointAuthMethodsSupported gets a reference to the given []string and assigns it to the TokenEndpointAuthMethodsSupported field.
func (*OidcConfiguration) SetUserinfoEndpoint ¶
func (o *OidcConfiguration) SetUserinfoEndpoint(v string)
SetUserinfoEndpoint gets a reference to the given string and assigns it to the UserinfoEndpoint field.
func (*OidcConfiguration) SetUserinfoSignedResponseAlg ¶
func (o *OidcConfiguration) SetUserinfoSignedResponseAlg(v []string)
SetUserinfoSignedResponseAlg sets field value
func (*OidcConfiguration) SetUserinfoSigningAlgValuesSupported ¶
func (o *OidcConfiguration) SetUserinfoSigningAlgValuesSupported(v []string)
SetUserinfoSigningAlgValuesSupported gets a reference to the given []string and assigns it to the UserinfoSigningAlgValuesSupported field.
func (OidcConfiguration) ToMap ¶ added in v1.3.0
func (o OidcConfiguration) ToMap() (map[string]interface{}, error)
func (*OidcConfiguration) UnmarshalJSON ¶ added in v1.1.36
func (o *OidcConfiguration) UnmarshalJSON(data []byte) (err error)
type OidcUserInfo ¶
type OidcUserInfo struct {
// End-User's birthday, represented as an ISO 8601:2004 [ISO8601‑2004] YYYY-MM-DD format. The year MAY be 0000, indicating that it is omitted. To represent only the year, YYYY format is allowed. Note that depending on the underlying platform's date related function, providing just year can result in varying month and day, so the implementers need to take this factor into account to correctly process the dates.
Birthdate *string `json:"birthdate,omitempty"`
// End-User's preferred e-mail address. Its value MUST conform to the RFC 5322 [RFC5322] addr-spec syntax. The RP MUST NOT rely upon this value being unique, as discussed in Section 5.7.
Email *string `json:"email,omitempty"`
// True if the End-User's e-mail address has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this e-mail address was controlled by the End-User at the time the verification was performed. The means by which an e-mail address is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating.
EmailVerified *bool `json:"email_verified,omitempty"`
// Surname(s) or last name(s) of the End-User. Note that in some cultures, people can have multiple family names or no family name; all can be present, with the names being separated by space characters.
FamilyName *string `json:"family_name,omitempty"`
// End-User's gender. Values defined by this specification are female and male. Other values MAY be used when neither of the defined values are applicable.
Gender *string `json:"gender,omitempty"`
// Given name(s) or first name(s) of the End-User. Note that in some cultures, people can have multiple given names; all can be present, with the names being separated by space characters.
GivenName *string `json:"given_name,omitempty"`
// End-User's locale, represented as a BCP47 [RFC5646] language tag. This is typically an ISO 639-1 Alpha-2 [ISO639‑1] language code in lowercase and an ISO 3166-1 Alpha-2 [ISO3166‑1] country code in uppercase, separated by a dash. For example, en-US or fr-CA. As a compatibility note, some implementations have used an underscore as the separator rather than a dash, for example, en_US; Relying Parties MAY choose to accept this locale syntax as well.
Locale *string `json:"locale,omitempty"`
// Middle name(s) of the End-User. Note that in some cultures, people can have multiple middle names; all can be present, with the names being separated by space characters. Also note that in some cultures, middle names are not used.
MiddleName *string `json:"middle_name,omitempty"`
// End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences.
Name *string `json:"name,omitempty"`
// Casual name of the End-User that may or may not be the same as the given_name. For instance, a nickname value of Mike might be returned alongside a given_name value of Michael.
Nickname *string `json:"nickname,omitempty"`
// End-User's preferred telephone number. E.164 [E.164] is RECOMMENDED as the format of this Claim, for example, +1 (425) 555-1212 or +56 (2) 687 2400. If the phone number contains an extension, it is RECOMMENDED that the extension be represented using the RFC 3966 [RFC3966] extension syntax, for example, +1 (604) 555-1234;ext=5678.
PhoneNumber *string `json:"phone_number,omitempty"`
// True if the End-User's phone number has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this phone number was controlled by the End-User at the time the verification was performed. The means by which a phone number is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating. When true, the phone_number Claim MUST be in E.164 format and any extensions MUST be represented in RFC 3966 format.
PhoneNumberVerified *bool `json:"phone_number_verified,omitempty"`
// URL of the End-User's profile picture. This URL MUST refer to an image file (for example, a PNG, JPEG, or GIF image file), rather than to a Web page containing an image. Note that this URL SHOULD specifically reference a profile photo of the End-User suitable for displaying when describing the End-User, rather than an arbitrary photo taken by the End-User.
Picture *string `json:"picture,omitempty"`
// Non-unique shorthand name by which the End-User wishes to be referred to at the RP, such as janedoe or j.doe. This value MAY be any valid JSON string including special characters such as @, /, or whitespace.
PreferredUsername *string `json:"preferred_username,omitempty"`
// URL of the End-User's profile page. The contents of this Web page SHOULD be about the End-User.
Profile *string `json:"profile,omitempty"`
// Subject - Identifier for the End-User at the IssuerURL.
Sub *string `json:"sub,omitempty"`
// Time the End-User's information was last updated. Its value is a JSON number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time.
UpdatedAt *int64 `json:"updated_at,omitempty"`
// URL of the End-User's Web page or blog. This Web page SHOULD contain information published by the End-User or an organization that the End-User is affiliated with.
Website *string `json:"website,omitempty"`
// String from zoneinfo [zoneinfo] time zone database representing the End-User's time zone. For example, Europe/Paris or America/Los_Angeles.
Zoneinfo *string `json:"zoneinfo,omitempty"`
AdditionalProperties map[string]interface{}
}
OidcUserInfo OpenID Connect Userinfo
func NewOidcUserInfo ¶
func NewOidcUserInfo() *OidcUserInfo
NewOidcUserInfo instantiates a new OidcUserInfo 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 NewOidcUserInfoWithDefaults ¶
func NewOidcUserInfoWithDefaults() *OidcUserInfo
NewOidcUserInfoWithDefaults instantiates a new OidcUserInfo 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 (*OidcUserInfo) GetBirthdate ¶
func (o *OidcUserInfo) GetBirthdate() string
GetBirthdate returns the Birthdate field value if set, zero value otherwise.
func (*OidcUserInfo) GetBirthdateOk ¶
func (o *OidcUserInfo) GetBirthdateOk() (*string, bool)
GetBirthdateOk returns a tuple with the Birthdate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) GetEmail ¶
func (o *OidcUserInfo) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*OidcUserInfo) GetEmailOk ¶
func (o *OidcUserInfo) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) GetEmailVerified ¶
func (o *OidcUserInfo) GetEmailVerified() bool
GetEmailVerified returns the EmailVerified field value if set, zero value otherwise.
func (*OidcUserInfo) GetEmailVerifiedOk ¶
func (o *OidcUserInfo) GetEmailVerifiedOk() (*bool, bool)
GetEmailVerifiedOk returns a tuple with the EmailVerified field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) GetFamilyName ¶
func (o *OidcUserInfo) GetFamilyName() string
GetFamilyName returns the FamilyName field value if set, zero value otherwise.
func (*OidcUserInfo) GetFamilyNameOk ¶
func (o *OidcUserInfo) GetFamilyNameOk() (*string, bool)
GetFamilyNameOk returns a tuple with the FamilyName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) GetGender ¶
func (o *OidcUserInfo) GetGender() string
GetGender returns the Gender field value if set, zero value otherwise.
func (*OidcUserInfo) GetGenderOk ¶
func (o *OidcUserInfo) GetGenderOk() (*string, bool)
GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) GetGivenName ¶
func (o *OidcUserInfo) GetGivenName() string
GetGivenName returns the GivenName field value if set, zero value otherwise.
func (*OidcUserInfo) GetGivenNameOk ¶
func (o *OidcUserInfo) GetGivenNameOk() (*string, bool)
GetGivenNameOk returns a tuple with the GivenName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) GetLocale ¶
func (o *OidcUserInfo) GetLocale() string
GetLocale returns the Locale field value if set, zero value otherwise.
func (*OidcUserInfo) GetLocaleOk ¶
func (o *OidcUserInfo) GetLocaleOk() (*string, bool)
GetLocaleOk returns a tuple with the Locale field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) GetMiddleName ¶
func (o *OidcUserInfo) GetMiddleName() string
GetMiddleName returns the MiddleName field value if set, zero value otherwise.
func (*OidcUserInfo) GetMiddleNameOk ¶
func (o *OidcUserInfo) GetMiddleNameOk() (*string, bool)
GetMiddleNameOk returns a tuple with the MiddleName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) GetName ¶
func (o *OidcUserInfo) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*OidcUserInfo) GetNameOk ¶
func (o *OidcUserInfo) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) GetNickname ¶
func (o *OidcUserInfo) GetNickname() string
GetNickname returns the Nickname field value if set, zero value otherwise.
func (*OidcUserInfo) GetNicknameOk ¶
func (o *OidcUserInfo) GetNicknameOk() (*string, bool)
GetNicknameOk returns a tuple with the Nickname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) GetPhoneNumber ¶
func (o *OidcUserInfo) GetPhoneNumber() string
GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.
func (*OidcUserInfo) GetPhoneNumberOk ¶
func (o *OidcUserInfo) GetPhoneNumberOk() (*string, bool)
GetPhoneNumberOk returns a tuple with the PhoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) GetPhoneNumberVerified ¶
func (o *OidcUserInfo) GetPhoneNumberVerified() bool
GetPhoneNumberVerified returns the PhoneNumberVerified field value if set, zero value otherwise.
func (*OidcUserInfo) GetPhoneNumberVerifiedOk ¶
func (o *OidcUserInfo) GetPhoneNumberVerifiedOk() (*bool, bool)
GetPhoneNumberVerifiedOk returns a tuple with the PhoneNumberVerified field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) GetPicture ¶
func (o *OidcUserInfo) GetPicture() string
GetPicture returns the Picture field value if set, zero value otherwise.
func (*OidcUserInfo) GetPictureOk ¶
func (o *OidcUserInfo) GetPictureOk() (*string, bool)
GetPictureOk returns a tuple with the Picture field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) GetPreferredUsername ¶
func (o *OidcUserInfo) GetPreferredUsername() string
GetPreferredUsername returns the PreferredUsername field value if set, zero value otherwise.
func (*OidcUserInfo) GetPreferredUsernameOk ¶
func (o *OidcUserInfo) GetPreferredUsernameOk() (*string, bool)
GetPreferredUsernameOk returns a tuple with the PreferredUsername field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) GetProfile ¶
func (o *OidcUserInfo) GetProfile() string
GetProfile returns the Profile field value if set, zero value otherwise.
func (*OidcUserInfo) GetProfileOk ¶
func (o *OidcUserInfo) GetProfileOk() (*string, bool)
GetProfileOk returns a tuple with the Profile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) GetSub ¶
func (o *OidcUserInfo) GetSub() string
GetSub returns the Sub field value if set, zero value otherwise.
func (*OidcUserInfo) GetSubOk ¶
func (o *OidcUserInfo) GetSubOk() (*string, bool)
GetSubOk returns a tuple with the Sub field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) GetUpdatedAt ¶
func (o *OidcUserInfo) GetUpdatedAt() int64
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*OidcUserInfo) GetUpdatedAtOk ¶
func (o *OidcUserInfo) GetUpdatedAtOk() (*int64, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) GetWebsite ¶
func (o *OidcUserInfo) GetWebsite() string
GetWebsite returns the Website field value if set, zero value otherwise.
func (*OidcUserInfo) GetWebsiteOk ¶
func (o *OidcUserInfo) GetWebsiteOk() (*string, bool)
GetWebsiteOk returns a tuple with the Website field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) GetZoneinfo ¶
func (o *OidcUserInfo) GetZoneinfo() string
GetZoneinfo returns the Zoneinfo field value if set, zero value otherwise.
func (*OidcUserInfo) GetZoneinfoOk ¶
func (o *OidcUserInfo) GetZoneinfoOk() (*string, bool)
GetZoneinfoOk returns a tuple with the Zoneinfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OidcUserInfo) HasBirthdate ¶
func (o *OidcUserInfo) HasBirthdate() bool
HasBirthdate returns a boolean if a field has been set.
func (*OidcUserInfo) HasEmail ¶
func (o *OidcUserInfo) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*OidcUserInfo) HasEmailVerified ¶
func (o *OidcUserInfo) HasEmailVerified() bool
HasEmailVerified returns a boolean if a field has been set.
func (*OidcUserInfo) HasFamilyName ¶
func (o *OidcUserInfo) HasFamilyName() bool
HasFamilyName returns a boolean if a field has been set.
func (*OidcUserInfo) HasGender ¶
func (o *OidcUserInfo) HasGender() bool
HasGender returns a boolean if a field has been set.
func (*OidcUserInfo) HasGivenName ¶
func (o *OidcUserInfo) HasGivenName() bool
HasGivenName returns a boolean if a field has been set.
func (*OidcUserInfo) HasLocale ¶
func (o *OidcUserInfo) HasLocale() bool
HasLocale returns a boolean if a field has been set.
func (*OidcUserInfo) HasMiddleName ¶
func (o *OidcUserInfo) HasMiddleName() bool
HasMiddleName returns a boolean if a field has been set.
func (*OidcUserInfo) HasName ¶
func (o *OidcUserInfo) HasName() bool
HasName returns a boolean if a field has been set.
func (*OidcUserInfo) HasNickname ¶
func (o *OidcUserInfo) HasNickname() bool
HasNickname returns a boolean if a field has been set.
func (*OidcUserInfo) HasPhoneNumber ¶
func (o *OidcUserInfo) HasPhoneNumber() bool
HasPhoneNumber returns a boolean if a field has been set.
func (*OidcUserInfo) HasPhoneNumberVerified ¶
func (o *OidcUserInfo) HasPhoneNumberVerified() bool
HasPhoneNumberVerified returns a boolean if a field has been set.
func (*OidcUserInfo) HasPicture ¶
func (o *OidcUserInfo) HasPicture() bool
HasPicture returns a boolean if a field has been set.
func (*OidcUserInfo) HasPreferredUsername ¶
func (o *OidcUserInfo) HasPreferredUsername() bool
HasPreferredUsername returns a boolean if a field has been set.
func (*OidcUserInfo) HasProfile ¶
func (o *OidcUserInfo) HasProfile() bool
HasProfile returns a boolean if a field has been set.
func (*OidcUserInfo) HasSub ¶
func (o *OidcUserInfo) HasSub() bool
HasSub returns a boolean if a field has been set.
func (*OidcUserInfo) HasUpdatedAt ¶
func (o *OidcUserInfo) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*OidcUserInfo) HasWebsite ¶
func (o *OidcUserInfo) HasWebsite() bool
HasWebsite returns a boolean if a field has been set.
func (*OidcUserInfo) HasZoneinfo ¶
func (o *OidcUserInfo) HasZoneinfo() bool
HasZoneinfo returns a boolean if a field has been set.
func (OidcUserInfo) MarshalJSON ¶
func (o OidcUserInfo) MarshalJSON() ([]byte, error)
func (*OidcUserInfo) SetBirthdate ¶
func (o *OidcUserInfo) SetBirthdate(v string)
SetBirthdate gets a reference to the given string and assigns it to the Birthdate field.
func (*OidcUserInfo) SetEmail ¶
func (o *OidcUserInfo) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*OidcUserInfo) SetEmailVerified ¶
func (o *OidcUserInfo) SetEmailVerified(v bool)
SetEmailVerified gets a reference to the given bool and assigns it to the EmailVerified field.
func (*OidcUserInfo) SetFamilyName ¶
func (o *OidcUserInfo) SetFamilyName(v string)
SetFamilyName gets a reference to the given string and assigns it to the FamilyName field.
func (*OidcUserInfo) SetGender ¶
func (o *OidcUserInfo) SetGender(v string)
SetGender gets a reference to the given string and assigns it to the Gender field.
func (*OidcUserInfo) SetGivenName ¶
func (o *OidcUserInfo) SetGivenName(v string)
SetGivenName gets a reference to the given string and assigns it to the GivenName field.
func (*OidcUserInfo) SetLocale ¶
func (o *OidcUserInfo) SetLocale(v string)
SetLocale gets a reference to the given string and assigns it to the Locale field.
func (*OidcUserInfo) SetMiddleName ¶
func (o *OidcUserInfo) SetMiddleName(v string)
SetMiddleName gets a reference to the given string and assigns it to the MiddleName field.
func (*OidcUserInfo) SetName ¶
func (o *OidcUserInfo) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*OidcUserInfo) SetNickname ¶
func (o *OidcUserInfo) SetNickname(v string)
SetNickname gets a reference to the given string and assigns it to the Nickname field.
func (*OidcUserInfo) SetPhoneNumber ¶
func (o *OidcUserInfo) SetPhoneNumber(v string)
SetPhoneNumber gets a reference to the given string and assigns it to the PhoneNumber field.
func (*OidcUserInfo) SetPhoneNumberVerified ¶
func (o *OidcUserInfo) SetPhoneNumberVerified(v bool)
SetPhoneNumberVerified gets a reference to the given bool and assigns it to the PhoneNumberVerified field.
func (*OidcUserInfo) SetPicture ¶
func (o *OidcUserInfo) SetPicture(v string)
SetPicture gets a reference to the given string and assigns it to the Picture field.
func (*OidcUserInfo) SetPreferredUsername ¶
func (o *OidcUserInfo) SetPreferredUsername(v string)
SetPreferredUsername gets a reference to the given string and assigns it to the PreferredUsername field.
func (*OidcUserInfo) SetProfile ¶
func (o *OidcUserInfo) SetProfile(v string)
SetProfile gets a reference to the given string and assigns it to the Profile field.
func (*OidcUserInfo) SetSub ¶
func (o *OidcUserInfo) SetSub(v string)
SetSub gets a reference to the given string and assigns it to the Sub field.
func (*OidcUserInfo) SetUpdatedAt ¶
func (o *OidcUserInfo) SetUpdatedAt(v int64)
SetUpdatedAt gets a reference to the given int64 and assigns it to the UpdatedAt field.
func (*OidcUserInfo) SetWebsite ¶
func (o *OidcUserInfo) SetWebsite(v string)
SetWebsite gets a reference to the given string and assigns it to the Website field.
func (*OidcUserInfo) SetZoneinfo ¶
func (o *OidcUserInfo) SetZoneinfo(v string)
SetZoneinfo gets a reference to the given string and assigns it to the Zoneinfo field.
func (OidcUserInfo) ToMap ¶ added in v1.3.0
func (o OidcUserInfo) ToMap() (map[string]interface{}, error)
func (*OidcUserInfo) UnmarshalJSON ¶ added in v1.1.36
func (o *OidcUserInfo) UnmarshalJSON(data []byte) (err error)
type Organization ¶ added in v1.2.10
type Organization struct {
// The organization's creation date.
CreatedAt time.Time `json:"created_at"`
Domains []string `json:"domains"`
// The organization's ID.
Id string `json:"id"`
// The organization's human-readable label.
Label string `json:"label"`
// The project's ID.
ProjectId string `json:"project_id"`
// The last time the organization was updated.
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
Organization B2B SSO Organization
func NewOrganization ¶ added in v1.2.10
func NewOrganization(createdAt time.Time, domains []string, id string, label string, projectId string, updatedAt time.Time) *Organization
NewOrganization instantiates a new Organization 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 NewOrganizationWithDefaults ¶ added in v1.2.10
func NewOrganizationWithDefaults() *Organization
NewOrganizationWithDefaults instantiates a new Organization 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 (*Organization) GetCreatedAt ¶ added in v1.2.11
func (o *Organization) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*Organization) GetCreatedAtOk ¶ added in v1.2.11
func (o *Organization) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Organization) GetDomains ¶ added in v1.2.10
func (o *Organization) GetDomains() []string
GetDomains returns the Domains field value
func (*Organization) GetDomainsOk ¶ added in v1.2.10
func (o *Organization) GetDomainsOk() ([]string, bool)
GetDomainsOk returns a tuple with the Domains field value and a boolean to check if the value has been set.
func (*Organization) GetId ¶ added in v1.2.10
func (o *Organization) GetId() string
GetId returns the Id field value
func (*Organization) GetIdOk ¶ added in v1.2.10
func (o *Organization) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Organization) GetLabel ¶ added in v1.2.10
func (o *Organization) GetLabel() string
GetLabel returns the Label field value
func (*Organization) GetLabelOk ¶ added in v1.2.10
func (o *Organization) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*Organization) GetProjectId ¶ added in v1.2.10
func (o *Organization) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*Organization) GetProjectIdOk ¶ added in v1.2.10
func (o *Organization) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*Organization) GetUpdatedAt ¶ added in v1.2.11
func (o *Organization) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*Organization) GetUpdatedAtOk ¶ added in v1.2.11
func (o *Organization) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (Organization) MarshalJSON ¶ added in v1.2.10
func (o Organization) MarshalJSON() ([]byte, error)
func (*Organization) SetCreatedAt ¶ added in v1.2.11
func (o *Organization) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*Organization) SetDomains ¶ added in v1.2.10
func (o *Organization) SetDomains(v []string)
SetDomains sets field value
func (*Organization) SetId ¶ added in v1.2.10
func (o *Organization) SetId(v string)
SetId sets field value
func (*Organization) SetLabel ¶ added in v1.2.10
func (o *Organization) SetLabel(v string)
SetLabel sets field value
func (*Organization) SetProjectId ¶ added in v1.2.10
func (o *Organization) SetProjectId(v string)
SetProjectId sets field value
func (*Organization) SetUpdatedAt ¶ added in v1.2.11
func (o *Organization) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (Organization) ToMap ¶ added in v1.3.0
func (o Organization) ToMap() (map[string]interface{}, error)
func (*Organization) UnmarshalJSON ¶ added in v1.2.10
func (o *Organization) UnmarshalJSON(data []byte) (err error)
type OrganizationBody ¶ added in v1.2.10
type OrganizationBody struct {
// Domains contains the list of organization's domains.
Domains []string `json:"domains,omitempty"`
// Label contains the organization's label.
Label *string `json:"label,omitempty"`
AdditionalProperties map[string]interface{}
}
OrganizationBody Create B2B SSO Organization Request Body
func NewOrganizationBody ¶ added in v1.2.10
func NewOrganizationBody() *OrganizationBody
NewOrganizationBody instantiates a new OrganizationBody 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 NewOrganizationBodyWithDefaults ¶ added in v1.2.10
func NewOrganizationBodyWithDefaults() *OrganizationBody
NewOrganizationBodyWithDefaults instantiates a new OrganizationBody 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 (*OrganizationBody) GetDomains ¶ added in v1.2.10
func (o *OrganizationBody) GetDomains() []string
GetDomains returns the Domains field value if set, zero value otherwise.
func (*OrganizationBody) GetDomainsOk ¶ added in v1.2.10
func (o *OrganizationBody) GetDomainsOk() ([]string, bool)
GetDomainsOk returns a tuple with the Domains field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationBody) GetLabel ¶ added in v1.2.10
func (o *OrganizationBody) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*OrganizationBody) GetLabelOk ¶ added in v1.2.10
func (o *OrganizationBody) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationBody) HasDomains ¶ added in v1.2.10
func (o *OrganizationBody) HasDomains() bool
HasDomains returns a boolean if a field has been set.
func (*OrganizationBody) HasLabel ¶ added in v1.2.10
func (o *OrganizationBody) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (OrganizationBody) MarshalJSON ¶ added in v1.2.10
func (o OrganizationBody) MarshalJSON() ([]byte, error)
func (*OrganizationBody) SetDomains ¶ added in v1.2.10
func (o *OrganizationBody) SetDomains(v []string)
SetDomains gets a reference to the given []string and assigns it to the Domains field.
func (*OrganizationBody) SetLabel ¶ added in v1.2.10
func (o *OrganizationBody) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (OrganizationBody) ToMap ¶ added in v1.3.0
func (o OrganizationBody) ToMap() (map[string]interface{}, error)
func (*OrganizationBody) UnmarshalJSON ¶ added in v1.2.10
func (o *OrganizationBody) UnmarshalJSON(data []byte) (err error)
type Pagination ¶
type Pagination struct {
// Items per page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
PageSize *int64 `json:"page_size,omitempty"`
// Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
PageToken *string `json:"page_token,omitempty"`
AdditionalProperties map[string]interface{}
}
Pagination struct for Pagination
func NewPagination ¶
func NewPagination() *Pagination
NewPagination instantiates a new Pagination 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 NewPaginationWithDefaults ¶
func NewPaginationWithDefaults() *Pagination
NewPaginationWithDefaults instantiates a new Pagination 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 (*Pagination) GetPageSize ¶
func (o *Pagination) GetPageSize() int64
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*Pagination) GetPageSizeOk ¶
func (o *Pagination) GetPageSizeOk() (*int64, bool)
GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pagination) GetPageToken ¶
func (o *Pagination) GetPageToken() string
GetPageToken returns the PageToken field value if set, zero value otherwise.
func (*Pagination) GetPageTokenOk ¶
func (o *Pagination) GetPageTokenOk() (*string, bool)
GetPageTokenOk returns a tuple with the PageToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pagination) HasPageSize ¶
func (o *Pagination) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*Pagination) HasPageToken ¶
func (o *Pagination) HasPageToken() bool
HasPageToken returns a boolean if a field has been set.
func (Pagination) MarshalJSON ¶
func (o Pagination) MarshalJSON() ([]byte, error)
func (*Pagination) SetPageSize ¶
func (o *Pagination) SetPageSize(v int64)
SetPageSize gets a reference to the given int64 and assigns it to the PageSize field.
func (*Pagination) SetPageToken ¶
func (o *Pagination) SetPageToken(v string)
SetPageToken gets a reference to the given string and assigns it to the PageToken field.
func (Pagination) ToMap ¶ added in v1.3.0
func (o Pagination) ToMap() (map[string]interface{}, error)
func (*Pagination) UnmarshalJSON ¶ added in v1.1.36
func (o *Pagination) UnmarshalJSON(data []byte) (err error)
type PaginationHeaders ¶
type PaginationHeaders struct {
// The link header contains pagination links. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). in: header
Link *string `json:"link,omitempty"`
// The total number of clients. in: header
XTotalCount *string `json:"x-total-count,omitempty"`
AdditionalProperties map[string]interface{}
}
PaginationHeaders struct for PaginationHeaders
func NewPaginationHeaders ¶
func NewPaginationHeaders() *PaginationHeaders
NewPaginationHeaders instantiates a new PaginationHeaders 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 NewPaginationHeadersWithDefaults ¶
func NewPaginationHeadersWithDefaults() *PaginationHeaders
NewPaginationHeadersWithDefaults instantiates a new PaginationHeaders 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 (*PaginationHeaders) GetLink ¶
func (o *PaginationHeaders) GetLink() string
GetLink returns the Link field value if set, zero value otherwise.
func (*PaginationHeaders) GetLinkOk ¶
func (o *PaginationHeaders) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginationHeaders) GetXTotalCount ¶
func (o *PaginationHeaders) GetXTotalCount() string
GetXTotalCount returns the XTotalCount field value if set, zero value otherwise.
func (*PaginationHeaders) GetXTotalCountOk ¶
func (o *PaginationHeaders) GetXTotalCountOk() (*string, bool)
GetXTotalCountOk returns a tuple with the XTotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginationHeaders) HasLink ¶
func (o *PaginationHeaders) HasLink() bool
HasLink returns a boolean if a field has been set.
func (*PaginationHeaders) HasXTotalCount ¶
func (o *PaginationHeaders) HasXTotalCount() bool
HasXTotalCount returns a boolean if a field has been set.
func (PaginationHeaders) MarshalJSON ¶
func (o PaginationHeaders) MarshalJSON() ([]byte, error)
func (*PaginationHeaders) SetLink ¶
func (o *PaginationHeaders) SetLink(v string)
SetLink gets a reference to the given string and assigns it to the Link field.
func (*PaginationHeaders) SetXTotalCount ¶
func (o *PaginationHeaders) SetXTotalCount(v string)
SetXTotalCount gets a reference to the given string and assigns it to the XTotalCount field.
func (PaginationHeaders) ToMap ¶ added in v1.3.0
func (o PaginationHeaders) ToMap() (map[string]interface{}, error)
func (*PaginationHeaders) UnmarshalJSON ¶ added in v1.1.36
func (o *PaginationHeaders) UnmarshalJSON(data []byte) (err error)
type ParseError ¶
type ParseError struct {
End *SourcePosition `json:"end,omitempty"`
Message *string `json:"message,omitempty"`
Start *SourcePosition `json:"start,omitempty"`
AdditionalProperties map[string]interface{}
}
ParseError struct for ParseError
func NewParseError ¶
func NewParseError() *ParseError
NewParseError instantiates a new ParseError 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 NewParseErrorWithDefaults ¶
func NewParseErrorWithDefaults() *ParseError
NewParseErrorWithDefaults instantiates a new ParseError 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 (*ParseError) GetEnd ¶
func (o *ParseError) GetEnd() SourcePosition
GetEnd returns the End field value if set, zero value otherwise.
func (*ParseError) GetEndOk ¶
func (o *ParseError) GetEndOk() (*SourcePosition, bool)
GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ParseError) GetMessage ¶
func (o *ParseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ParseError) GetMessageOk ¶
func (o *ParseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ParseError) GetStart ¶
func (o *ParseError) GetStart() SourcePosition
GetStart returns the Start field value if set, zero value otherwise.
func (*ParseError) GetStartOk ¶
func (o *ParseError) GetStartOk() (*SourcePosition, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ParseError) HasEnd ¶
func (o *ParseError) HasEnd() bool
HasEnd returns a boolean if a field has been set.
func (*ParseError) HasMessage ¶
func (o *ParseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*ParseError) HasStart ¶
func (o *ParseError) HasStart() bool
HasStart returns a boolean if a field has been set.
func (ParseError) MarshalJSON ¶
func (o ParseError) MarshalJSON() ([]byte, error)
func (*ParseError) SetEnd ¶
func (o *ParseError) SetEnd(v SourcePosition)
SetEnd gets a reference to the given SourcePosition and assigns it to the End field.
func (*ParseError) SetMessage ¶
func (o *ParseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*ParseError) SetStart ¶
func (o *ParseError) SetStart(v SourcePosition)
SetStart gets a reference to the given SourcePosition and assigns it to the Start field.
func (ParseError) ToMap ¶ added in v1.3.0
func (o ParseError) ToMap() (map[string]interface{}, error)
func (*ParseError) UnmarshalJSON ¶ added in v1.1.36
func (o *ParseError) UnmarshalJSON(data []byte) (err error)
type PatchIdentitiesBody ¶ added in v1.1.24
type PatchIdentitiesBody struct {
// Identities holds the list of patches to apply required
Identities []IdentityPatch `json:"identities,omitempty"`
AdditionalProperties map[string]interface{}
}
PatchIdentitiesBody Patch Identities Body
func NewPatchIdentitiesBody ¶ added in v1.1.24
func NewPatchIdentitiesBody() *PatchIdentitiesBody
NewPatchIdentitiesBody instantiates a new PatchIdentitiesBody 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 NewPatchIdentitiesBodyWithDefaults ¶ added in v1.1.24
func NewPatchIdentitiesBodyWithDefaults() *PatchIdentitiesBody
NewPatchIdentitiesBodyWithDefaults instantiates a new PatchIdentitiesBody 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 (*PatchIdentitiesBody) GetIdentities ¶ added in v1.1.24
func (o *PatchIdentitiesBody) GetIdentities() []IdentityPatch
GetIdentities returns the Identities field value if set, zero value otherwise.
func (*PatchIdentitiesBody) GetIdentitiesOk ¶ added in v1.1.24
func (o *PatchIdentitiesBody) GetIdentitiesOk() ([]IdentityPatch, bool)
GetIdentitiesOk returns a tuple with the Identities field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PatchIdentitiesBody) HasIdentities ¶ added in v1.1.24
func (o *PatchIdentitiesBody) HasIdentities() bool
HasIdentities returns a boolean if a field has been set.
func (PatchIdentitiesBody) MarshalJSON ¶ added in v1.1.24
func (o PatchIdentitiesBody) MarshalJSON() ([]byte, error)
func (*PatchIdentitiesBody) SetIdentities ¶ added in v1.1.24
func (o *PatchIdentitiesBody) SetIdentities(v []IdentityPatch)
SetIdentities gets a reference to the given []IdentityPatch and assigns it to the Identities field.
func (PatchIdentitiesBody) ToMap ¶ added in v1.3.0
func (o PatchIdentitiesBody) ToMap() (map[string]interface{}, error)
func (*PatchIdentitiesBody) UnmarshalJSON ¶ added in v1.1.36
func (o *PatchIdentitiesBody) UnmarshalJSON(data []byte) (err error)
type PerformNativeLogoutBody ¶
type PerformNativeLogoutBody struct {
// The Session Token Invalidate this session token.
SessionToken string `json:"session_token"`
AdditionalProperties map[string]interface{}
}
PerformNativeLogoutBody Perform Native Logout Request Body
func NewPerformNativeLogoutBody ¶
func NewPerformNativeLogoutBody(sessionToken string) *PerformNativeLogoutBody
NewPerformNativeLogoutBody instantiates a new PerformNativeLogoutBody 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 NewPerformNativeLogoutBodyWithDefaults ¶
func NewPerformNativeLogoutBodyWithDefaults() *PerformNativeLogoutBody
NewPerformNativeLogoutBodyWithDefaults instantiates a new PerformNativeLogoutBody 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 (*PerformNativeLogoutBody) GetSessionToken ¶
func (o *PerformNativeLogoutBody) GetSessionToken() string
GetSessionToken returns the SessionToken field value
func (*PerformNativeLogoutBody) GetSessionTokenOk ¶
func (o *PerformNativeLogoutBody) GetSessionTokenOk() (*string, bool)
GetSessionTokenOk returns a tuple with the SessionToken field value and a boolean to check if the value has been set.
func (PerformNativeLogoutBody) MarshalJSON ¶
func (o PerformNativeLogoutBody) MarshalJSON() ([]byte, error)
func (*PerformNativeLogoutBody) SetSessionToken ¶
func (o *PerformNativeLogoutBody) SetSessionToken(v string)
SetSessionToken sets field value
func (PerformNativeLogoutBody) ToMap ¶ added in v1.3.0
func (o PerformNativeLogoutBody) ToMap() (map[string]interface{}, error)
func (*PerformNativeLogoutBody) UnmarshalJSON ¶ added in v1.1.36
func (o *PerformNativeLogoutBody) UnmarshalJSON(data []byte) (err error)
type PermissionAPI ¶ added in v1.3.0
type PermissionAPI interface {
/*
CheckPermission Check a permission
To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return PermissionAPICheckPermissionRequest
*/
CheckPermission(ctx context.Context) PermissionAPICheckPermissionRequest
// CheckPermissionExecute executes the request
// @return CheckPermissionResult
CheckPermissionExecute(r PermissionAPICheckPermissionRequest) (*CheckPermissionResult, *http.Response, error)
/*
CheckPermissionOrError Check a permission
To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return PermissionAPICheckPermissionOrErrorRequest
*/
CheckPermissionOrError(ctx context.Context) PermissionAPICheckPermissionOrErrorRequest
// CheckPermissionOrErrorExecute executes the request
// @return CheckPermissionResult
CheckPermissionOrErrorExecute(r PermissionAPICheckPermissionOrErrorRequest) (*CheckPermissionResult, *http.Response, error)
/*
ExpandPermissions Expand a Relationship into permissions.
Use this endpoint to expand a relationship tuple into permissions.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return PermissionAPIExpandPermissionsRequest
*/
ExpandPermissions(ctx context.Context) PermissionAPIExpandPermissionsRequest
// ExpandPermissionsExecute executes the request
// @return ExpandedPermissionTree
ExpandPermissionsExecute(r PermissionAPIExpandPermissionsRequest) (*ExpandedPermissionTree, *http.Response, error)
/*
PostCheckPermission Check a permission
To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return PermissionAPIPostCheckPermissionRequest
*/
PostCheckPermission(ctx context.Context) PermissionAPIPostCheckPermissionRequest
// PostCheckPermissionExecute executes the request
// @return CheckPermissionResult
PostCheckPermissionExecute(r PermissionAPIPostCheckPermissionRequest) (*CheckPermissionResult, *http.Response, error)
/*
PostCheckPermissionOrError Check a permission
To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return PermissionAPIPostCheckPermissionOrErrorRequest
*/
PostCheckPermissionOrError(ctx context.Context) PermissionAPIPostCheckPermissionOrErrorRequest
// PostCheckPermissionOrErrorExecute executes the request
// @return CheckPermissionResult
PostCheckPermissionOrErrorExecute(r PermissionAPIPostCheckPermissionOrErrorRequest) (*CheckPermissionResult, *http.Response, error)
}
type PermissionAPICheckPermissionOrErrorRequest ¶ added in v1.3.0
type PermissionAPICheckPermissionOrErrorRequest struct {
ApiService PermissionAPI
// contains filtered or unexported fields
}
func (PermissionAPICheckPermissionOrErrorRequest) Execute ¶ added in v1.3.0
func (r PermissionAPICheckPermissionOrErrorRequest) Execute() (*CheckPermissionResult, *http.Response, error)
func (PermissionAPICheckPermissionOrErrorRequest) MaxDepth ¶ added in v1.3.0
func (r PermissionAPICheckPermissionOrErrorRequest) MaxDepth(maxDepth int64) PermissionAPICheckPermissionOrErrorRequest
func (PermissionAPICheckPermissionOrErrorRequest) Namespace ¶ added in v1.3.0
func (r PermissionAPICheckPermissionOrErrorRequest) Namespace(namespace string) PermissionAPICheckPermissionOrErrorRequest
Namespace of the Relationship
func (PermissionAPICheckPermissionOrErrorRequest) Object ¶ added in v1.3.0
func (r PermissionAPICheckPermissionOrErrorRequest) Object(object string) PermissionAPICheckPermissionOrErrorRequest
Object of the Relationship
func (PermissionAPICheckPermissionOrErrorRequest) Relation ¶ added in v1.3.0
func (r PermissionAPICheckPermissionOrErrorRequest) Relation(relation string) PermissionAPICheckPermissionOrErrorRequest
Relation of the Relationship
func (PermissionAPICheckPermissionOrErrorRequest) SubjectId ¶ added in v1.3.0
func (r PermissionAPICheckPermissionOrErrorRequest) SubjectId(subjectId string) PermissionAPICheckPermissionOrErrorRequest
SubjectID of the Relationship
func (PermissionAPICheckPermissionOrErrorRequest) SubjectSetNamespace ¶ added in v1.3.0
func (r PermissionAPICheckPermissionOrErrorRequest) SubjectSetNamespace(subjectSetNamespace string) PermissionAPICheckPermissionOrErrorRequest
Namespace of the Subject Set
func (PermissionAPICheckPermissionOrErrorRequest) SubjectSetObject ¶ added in v1.3.0
func (r PermissionAPICheckPermissionOrErrorRequest) SubjectSetObject(subjectSetObject string) PermissionAPICheckPermissionOrErrorRequest
Object of the Subject Set
func (PermissionAPICheckPermissionOrErrorRequest) SubjectSetRelation ¶ added in v1.3.0
func (r PermissionAPICheckPermissionOrErrorRequest) SubjectSetRelation(subjectSetRelation string) PermissionAPICheckPermissionOrErrorRequest
Relation of the Subject Set
type PermissionAPICheckPermissionRequest ¶ added in v1.3.0
type PermissionAPICheckPermissionRequest struct {
ApiService PermissionAPI
// contains filtered or unexported fields
}
func (PermissionAPICheckPermissionRequest) Execute ¶ added in v1.3.0
func (r PermissionAPICheckPermissionRequest) Execute() (*CheckPermissionResult, *http.Response, error)
func (PermissionAPICheckPermissionRequest) MaxDepth ¶ added in v1.3.0
func (r PermissionAPICheckPermissionRequest) MaxDepth(maxDepth int64) PermissionAPICheckPermissionRequest
func (PermissionAPICheckPermissionRequest) Namespace ¶ added in v1.3.0
func (r PermissionAPICheckPermissionRequest) Namespace(namespace string) PermissionAPICheckPermissionRequest
Namespace of the Relationship
func (PermissionAPICheckPermissionRequest) Object ¶ added in v1.3.0
func (r PermissionAPICheckPermissionRequest) Object(object string) PermissionAPICheckPermissionRequest
Object of the Relationship
func (PermissionAPICheckPermissionRequest) Relation ¶ added in v1.3.0
func (r PermissionAPICheckPermissionRequest) Relation(relation string) PermissionAPICheckPermissionRequest
Relation of the Relationship
func (PermissionAPICheckPermissionRequest) SubjectId ¶ added in v1.3.0
func (r PermissionAPICheckPermissionRequest) SubjectId(subjectId string) PermissionAPICheckPermissionRequest
SubjectID of the Relationship
func (PermissionAPICheckPermissionRequest) SubjectSetNamespace ¶ added in v1.3.0
func (r PermissionAPICheckPermissionRequest) SubjectSetNamespace(subjectSetNamespace string) PermissionAPICheckPermissionRequest
Namespace of the Subject Set
func (PermissionAPICheckPermissionRequest) SubjectSetObject ¶ added in v1.3.0
func (r PermissionAPICheckPermissionRequest) SubjectSetObject(subjectSetObject string) PermissionAPICheckPermissionRequest
Object of the Subject Set
func (PermissionAPICheckPermissionRequest) SubjectSetRelation ¶ added in v1.3.0
func (r PermissionAPICheckPermissionRequest) SubjectSetRelation(subjectSetRelation string) PermissionAPICheckPermissionRequest
Relation of the Subject Set
type PermissionAPIExpandPermissionsRequest ¶ added in v1.3.0
type PermissionAPIExpandPermissionsRequest struct {
ApiService PermissionAPI
// contains filtered or unexported fields
}
func (PermissionAPIExpandPermissionsRequest) Execute ¶ added in v1.3.0
func (r PermissionAPIExpandPermissionsRequest) Execute() (*ExpandedPermissionTree, *http.Response, error)
func (PermissionAPIExpandPermissionsRequest) MaxDepth ¶ added in v1.3.0
func (r PermissionAPIExpandPermissionsRequest) MaxDepth(maxDepth int64) PermissionAPIExpandPermissionsRequest
func (PermissionAPIExpandPermissionsRequest) Namespace ¶ added in v1.3.0
func (r PermissionAPIExpandPermissionsRequest) Namespace(namespace string) PermissionAPIExpandPermissionsRequest
Namespace of the Subject Set
func (PermissionAPIExpandPermissionsRequest) Object ¶ added in v1.3.0
func (r PermissionAPIExpandPermissionsRequest) Object(object string) PermissionAPIExpandPermissionsRequest
Object of the Subject Set
func (PermissionAPIExpandPermissionsRequest) Relation ¶ added in v1.3.0
func (r PermissionAPIExpandPermissionsRequest) Relation(relation string) PermissionAPIExpandPermissionsRequest
Relation of the Subject Set
type PermissionAPIPostCheckPermissionOrErrorRequest ¶ added in v1.3.0
type PermissionAPIPostCheckPermissionOrErrorRequest struct {
ApiService PermissionAPI
// contains filtered or unexported fields
}
func (PermissionAPIPostCheckPermissionOrErrorRequest) Execute ¶ added in v1.3.0
func (r PermissionAPIPostCheckPermissionOrErrorRequest) Execute() (*CheckPermissionResult, *http.Response, error)
func (PermissionAPIPostCheckPermissionOrErrorRequest) MaxDepth ¶ added in v1.3.0
func (r PermissionAPIPostCheckPermissionOrErrorRequest) MaxDepth(maxDepth int64) PermissionAPIPostCheckPermissionOrErrorRequest
func (PermissionAPIPostCheckPermissionOrErrorRequest) PostCheckPermissionOrErrorBody ¶ added in v1.3.0
func (r PermissionAPIPostCheckPermissionOrErrorRequest) PostCheckPermissionOrErrorBody(postCheckPermissionOrErrorBody PostCheckPermissionOrErrorBody) PermissionAPIPostCheckPermissionOrErrorRequest
type PermissionAPIPostCheckPermissionRequest ¶ added in v1.3.0
type PermissionAPIPostCheckPermissionRequest struct {
ApiService PermissionAPI
// contains filtered or unexported fields
}
func (PermissionAPIPostCheckPermissionRequest) Execute ¶ added in v1.3.0
func (r PermissionAPIPostCheckPermissionRequest) Execute() (*CheckPermissionResult, *http.Response, error)
func (PermissionAPIPostCheckPermissionRequest) MaxDepth ¶ added in v1.3.0
func (r PermissionAPIPostCheckPermissionRequest) MaxDepth(maxDepth int64) PermissionAPIPostCheckPermissionRequest
func (PermissionAPIPostCheckPermissionRequest) PostCheckPermissionBody ¶ added in v1.3.0
func (r PermissionAPIPostCheckPermissionRequest) PostCheckPermissionBody(postCheckPermissionBody PostCheckPermissionBody) PermissionAPIPostCheckPermissionRequest
type PermissionAPIService ¶ added in v1.3.0
type PermissionAPIService service
PermissionAPIService PermissionAPI service
func (*PermissionAPIService) CheckPermission ¶ added in v1.3.0
func (a *PermissionAPIService) CheckPermission(ctx context.Context) PermissionAPICheckPermissionRequest
CheckPermission Check a permission
To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return PermissionAPICheckPermissionRequest
func (*PermissionAPIService) CheckPermissionExecute ¶ added in v1.3.0
func (a *PermissionAPIService) CheckPermissionExecute(r PermissionAPICheckPermissionRequest) (*CheckPermissionResult, *http.Response, error)
Execute executes the request
@return CheckPermissionResult
func (*PermissionAPIService) CheckPermissionOrError ¶ added in v1.3.0
func (a *PermissionAPIService) CheckPermissionOrError(ctx context.Context) PermissionAPICheckPermissionOrErrorRequest
CheckPermissionOrError Check a permission
To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return PermissionAPICheckPermissionOrErrorRequest
func (*PermissionAPIService) CheckPermissionOrErrorExecute ¶ added in v1.3.0
func (a *PermissionAPIService) CheckPermissionOrErrorExecute(r PermissionAPICheckPermissionOrErrorRequest) (*CheckPermissionResult, *http.Response, error)
Execute executes the request
@return CheckPermissionResult
func (*PermissionAPIService) ExpandPermissions ¶ added in v1.3.0
func (a *PermissionAPIService) ExpandPermissions(ctx context.Context) PermissionAPIExpandPermissionsRequest
ExpandPermissions Expand a Relationship into permissions.
Use this endpoint to expand a relationship tuple into permissions.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return PermissionAPIExpandPermissionsRequest
func (*PermissionAPIService) ExpandPermissionsExecute ¶ added in v1.3.0
func (a *PermissionAPIService) ExpandPermissionsExecute(r PermissionAPIExpandPermissionsRequest) (*ExpandedPermissionTree, *http.Response, error)
Execute executes the request
@return ExpandedPermissionTree
func (*PermissionAPIService) PostCheckPermission ¶ added in v1.3.0
func (a *PermissionAPIService) PostCheckPermission(ctx context.Context) PermissionAPIPostCheckPermissionRequest
PostCheckPermission Check a permission
To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return PermissionAPIPostCheckPermissionRequest
func (*PermissionAPIService) PostCheckPermissionExecute ¶ added in v1.3.0
func (a *PermissionAPIService) PostCheckPermissionExecute(r PermissionAPIPostCheckPermissionRequest) (*CheckPermissionResult, *http.Response, error)
Execute executes the request
@return CheckPermissionResult
func (*PermissionAPIService) PostCheckPermissionOrError ¶ added in v1.3.0
func (a *PermissionAPIService) PostCheckPermissionOrError(ctx context.Context) PermissionAPIPostCheckPermissionOrErrorRequest
PostCheckPermissionOrError Check a permission
To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return PermissionAPIPostCheckPermissionOrErrorRequest
func (*PermissionAPIService) PostCheckPermissionOrErrorExecute ¶ added in v1.3.0
func (a *PermissionAPIService) PostCheckPermissionOrErrorExecute(r PermissionAPIPostCheckPermissionOrErrorRequest) (*CheckPermissionResult, *http.Response, error)
Execute executes the request
@return CheckPermissionResult
type PermissionsOnWorkspace ¶ added in v1.11.10
type PermissionsOnWorkspace struct {
Permissions *map[string]bool `json:"permissions,omitempty"`
AdditionalProperties map[string]interface{}
}
PermissionsOnWorkspace Get Permissions on Project Request Parameters
func NewPermissionsOnWorkspace ¶ added in v1.11.10
func NewPermissionsOnWorkspace() *PermissionsOnWorkspace
NewPermissionsOnWorkspace instantiates a new PermissionsOnWorkspace 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 NewPermissionsOnWorkspaceWithDefaults ¶ added in v1.11.10
func NewPermissionsOnWorkspaceWithDefaults() *PermissionsOnWorkspace
NewPermissionsOnWorkspaceWithDefaults instantiates a new PermissionsOnWorkspace 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 (*PermissionsOnWorkspace) GetPermissions ¶ added in v1.11.10
func (o *PermissionsOnWorkspace) GetPermissions() map[string]bool
GetPermissions returns the Permissions field value if set, zero value otherwise.
func (*PermissionsOnWorkspace) GetPermissionsOk ¶ added in v1.11.10
func (o *PermissionsOnWorkspace) GetPermissionsOk() (*map[string]bool, bool)
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermissionsOnWorkspace) HasPermissions ¶ added in v1.11.10
func (o *PermissionsOnWorkspace) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (PermissionsOnWorkspace) MarshalJSON ¶ added in v1.11.10
func (o PermissionsOnWorkspace) MarshalJSON() ([]byte, error)
func (*PermissionsOnWorkspace) SetPermissions ¶ added in v1.11.10
func (o *PermissionsOnWorkspace) SetPermissions(v map[string]bool)
SetPermissions gets a reference to the given map[string]bool and assigns it to the Permissions field.
func (PermissionsOnWorkspace) ToMap ¶ added in v1.11.10
func (o PermissionsOnWorkspace) ToMap() (map[string]interface{}, error)
func (*PermissionsOnWorkspace) UnmarshalJSON ¶ added in v1.11.10
func (o *PermissionsOnWorkspace) UnmarshalJSON(data []byte) (err error)
type Plan ¶ added in v1.1.22
type Plan struct {
// Name is the name of the plan.
Name string `json:"name"`
// Version is the version of the plan. The combination of `name@version` must be unique.
Version int64 `json:"version"`
AdditionalProperties map[string]interface{}
}
Plan struct for Plan
func NewPlan ¶ added in v1.1.22
NewPlan instantiates a new Plan 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 NewPlanWithDefaults ¶ added in v1.1.22
func NewPlanWithDefaults() *Plan
NewPlanWithDefaults instantiates a new Plan 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 (*Plan) GetNameOk ¶ added in v1.1.22
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Plan) GetVersion ¶ added in v1.1.22
GetVersion returns the Version field value
func (*Plan) GetVersionOk ¶ added in v1.1.22
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (Plan) MarshalJSON ¶ added in v1.1.22
func (*Plan) SetVersion ¶ added in v1.1.22
SetVersion sets field value
func (*Plan) UnmarshalJSON ¶ added in v1.1.36
type PlanDetails ¶ added in v1.1.22
type PlanDetails struct {
// BaseFeeMonthly is the monthly base fee for the plan.
BaseFeeMonthly int64 `json:"base_fee_monthly"`
// BaseFeeYearly is the yearly base fee for the plan.
BaseFeeYearly int64 `json:"base_fee_yearly"`
// Custom is true if the plan is custom. This means it will be hidden from the pricing page.
Custom bool `json:"custom"`
// Description is the description of the plan.
Description string `json:"description"`
Features map[string]GenericUsage `json:"features"`
// Latest is true if the plan is the latest version of a plan and should be available for self-service usage.
Latest *bool `json:"latest,omitempty"`
// Name is the name of the plan.
Name string `json:"name"`
// Version is the version of the plan. The combination of `name@version` must be unique.
Version int64 `json:"version"`
AdditionalProperties map[string]interface{}
}
PlanDetails struct for PlanDetails
func NewPlanDetails ¶ added in v1.1.22
func NewPlanDetails(baseFeeMonthly int64, baseFeeYearly int64, custom bool, description string, features map[string]GenericUsage, name string, version int64) *PlanDetails
NewPlanDetails instantiates a new PlanDetails 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 NewPlanDetailsWithDefaults ¶ added in v1.1.22
func NewPlanDetailsWithDefaults() *PlanDetails
NewPlanDetailsWithDefaults instantiates a new PlanDetails 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 (*PlanDetails) GetBaseFeeMonthly ¶ added in v1.1.22
func (o *PlanDetails) GetBaseFeeMonthly() int64
GetBaseFeeMonthly returns the BaseFeeMonthly field value
func (*PlanDetails) GetBaseFeeMonthlyOk ¶ added in v1.1.22
func (o *PlanDetails) GetBaseFeeMonthlyOk() (*int64, bool)
GetBaseFeeMonthlyOk returns a tuple with the BaseFeeMonthly field value and a boolean to check if the value has been set.
func (*PlanDetails) GetBaseFeeYearly ¶ added in v1.1.22
func (o *PlanDetails) GetBaseFeeYearly() int64
GetBaseFeeYearly returns the BaseFeeYearly field value
func (*PlanDetails) GetBaseFeeYearlyOk ¶ added in v1.1.22
func (o *PlanDetails) GetBaseFeeYearlyOk() (*int64, bool)
GetBaseFeeYearlyOk returns a tuple with the BaseFeeYearly field value and a boolean to check if the value has been set.
func (*PlanDetails) GetCustom ¶ added in v1.1.22
func (o *PlanDetails) GetCustom() bool
GetCustom returns the Custom field value
func (*PlanDetails) GetCustomOk ¶ added in v1.1.22
func (o *PlanDetails) GetCustomOk() (*bool, bool)
GetCustomOk returns a tuple with the Custom field value and a boolean to check if the value has been set.
func (*PlanDetails) GetDescription ¶ added in v1.1.22
func (o *PlanDetails) GetDescription() string
GetDescription returns the Description field value
func (*PlanDetails) GetDescriptionOk ¶ added in v1.1.22
func (o *PlanDetails) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*PlanDetails) GetFeatures ¶ added in v1.1.22
func (o *PlanDetails) GetFeatures() map[string]GenericUsage
GetFeatures returns the Features field value
func (*PlanDetails) GetFeaturesOk ¶ added in v1.1.22
func (o *PlanDetails) GetFeaturesOk() (*map[string]GenericUsage, bool)
GetFeaturesOk returns a tuple with the Features field value and a boolean to check if the value has been set.
func (*PlanDetails) GetLatest ¶ added in v1.9.0
func (o *PlanDetails) GetLatest() bool
GetLatest returns the Latest field value if set, zero value otherwise.
func (*PlanDetails) GetLatestOk ¶ added in v1.9.0
func (o *PlanDetails) GetLatestOk() (*bool, bool)
GetLatestOk returns a tuple with the Latest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlanDetails) GetName ¶ added in v1.1.22
func (o *PlanDetails) GetName() string
GetName returns the Name field value
func (*PlanDetails) GetNameOk ¶ added in v1.1.22
func (o *PlanDetails) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*PlanDetails) GetVersion ¶ added in v1.1.22
func (o *PlanDetails) GetVersion() int64
GetVersion returns the Version field value
func (*PlanDetails) GetVersionOk ¶ added in v1.1.22
func (o *PlanDetails) GetVersionOk() (*int64, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*PlanDetails) HasLatest ¶ added in v1.9.0
func (o *PlanDetails) HasLatest() bool
HasLatest returns a boolean if a field has been set.
func (PlanDetails) MarshalJSON ¶ added in v1.1.22
func (o PlanDetails) MarshalJSON() ([]byte, error)
func (*PlanDetails) SetBaseFeeMonthly ¶ added in v1.1.22
func (o *PlanDetails) SetBaseFeeMonthly(v int64)
SetBaseFeeMonthly sets field value
func (*PlanDetails) SetBaseFeeYearly ¶ added in v1.1.22
func (o *PlanDetails) SetBaseFeeYearly(v int64)
SetBaseFeeYearly sets field value
func (*PlanDetails) SetCustom ¶ added in v1.1.22
func (o *PlanDetails) SetCustom(v bool)
SetCustom sets field value
func (*PlanDetails) SetDescription ¶ added in v1.1.22
func (o *PlanDetails) SetDescription(v string)
SetDescription sets field value
func (*PlanDetails) SetFeatures ¶ added in v1.1.22
func (o *PlanDetails) SetFeatures(v map[string]GenericUsage)
SetFeatures sets field value
func (*PlanDetails) SetLatest ¶ added in v1.9.0
func (o *PlanDetails) SetLatest(v bool)
SetLatest gets a reference to the given bool and assigns it to the Latest field.
func (*PlanDetails) SetName ¶ added in v1.1.22
func (o *PlanDetails) SetName(v string)
SetName sets field value
func (*PlanDetails) SetVersion ¶ added in v1.1.22
func (o *PlanDetails) SetVersion(v int64)
SetVersion sets field value
func (PlanDetails) ToMap ¶ added in v1.3.0
func (o PlanDetails) ToMap() (map[string]interface{}, error)
func (*PlanDetails) UnmarshalJSON ¶ added in v1.1.36
func (o *PlanDetails) UnmarshalJSON(data []byte) (err error)
type PostCheckPermissionBody ¶
type PostCheckPermissionBody struct {
// Namespace to query
Namespace *string `json:"namespace,omitempty"`
// Object to query
Object *string `json:"object,omitempty"`
// Relation to query
Relation *string `json:"relation,omitempty"`
// SubjectID to query Either SubjectSet or SubjectID can be provided.
SubjectId *string `json:"subject_id,omitempty"`
SubjectSet *SubjectSet `json:"subject_set,omitempty"`
AdditionalProperties map[string]interface{}
}
PostCheckPermissionBody Check Permission using Post Request Body
func NewPostCheckPermissionBody ¶
func NewPostCheckPermissionBody() *PostCheckPermissionBody
NewPostCheckPermissionBody instantiates a new PostCheckPermissionBody 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 NewPostCheckPermissionBodyWithDefaults ¶
func NewPostCheckPermissionBodyWithDefaults() *PostCheckPermissionBody
NewPostCheckPermissionBodyWithDefaults instantiates a new PostCheckPermissionBody 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 (*PostCheckPermissionBody) GetNamespace ¶
func (o *PostCheckPermissionBody) GetNamespace() string
GetNamespace returns the Namespace field value if set, zero value otherwise.
func (*PostCheckPermissionBody) GetNamespaceOk ¶
func (o *PostCheckPermissionBody) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostCheckPermissionBody) GetObject ¶
func (o *PostCheckPermissionBody) GetObject() string
GetObject returns the Object field value if set, zero value otherwise.
func (*PostCheckPermissionBody) GetObjectOk ¶
func (o *PostCheckPermissionBody) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostCheckPermissionBody) GetRelation ¶
func (o *PostCheckPermissionBody) GetRelation() string
GetRelation returns the Relation field value if set, zero value otherwise.
func (*PostCheckPermissionBody) GetRelationOk ¶
func (o *PostCheckPermissionBody) GetRelationOk() (*string, bool)
GetRelationOk returns a tuple with the Relation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostCheckPermissionBody) GetSubjectId ¶
func (o *PostCheckPermissionBody) GetSubjectId() string
GetSubjectId returns the SubjectId field value if set, zero value otherwise.
func (*PostCheckPermissionBody) GetSubjectIdOk ¶
func (o *PostCheckPermissionBody) GetSubjectIdOk() (*string, bool)
GetSubjectIdOk returns a tuple with the SubjectId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostCheckPermissionBody) GetSubjectSet ¶
func (o *PostCheckPermissionBody) GetSubjectSet() SubjectSet
GetSubjectSet returns the SubjectSet field value if set, zero value otherwise.
func (*PostCheckPermissionBody) GetSubjectSetOk ¶
func (o *PostCheckPermissionBody) GetSubjectSetOk() (*SubjectSet, bool)
GetSubjectSetOk returns a tuple with the SubjectSet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostCheckPermissionBody) HasNamespace ¶
func (o *PostCheckPermissionBody) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (*PostCheckPermissionBody) HasObject ¶
func (o *PostCheckPermissionBody) HasObject() bool
HasObject returns a boolean if a field has been set.
func (*PostCheckPermissionBody) HasRelation ¶
func (o *PostCheckPermissionBody) HasRelation() bool
HasRelation returns a boolean if a field has been set.
func (*PostCheckPermissionBody) HasSubjectId ¶
func (o *PostCheckPermissionBody) HasSubjectId() bool
HasSubjectId returns a boolean if a field has been set.
func (*PostCheckPermissionBody) HasSubjectSet ¶
func (o *PostCheckPermissionBody) HasSubjectSet() bool
HasSubjectSet returns a boolean if a field has been set.
func (PostCheckPermissionBody) MarshalJSON ¶
func (o PostCheckPermissionBody) MarshalJSON() ([]byte, error)
func (*PostCheckPermissionBody) SetNamespace ¶
func (o *PostCheckPermissionBody) SetNamespace(v string)
SetNamespace gets a reference to the given string and assigns it to the Namespace field.
func (*PostCheckPermissionBody) SetObject ¶
func (o *PostCheckPermissionBody) SetObject(v string)
SetObject gets a reference to the given string and assigns it to the Object field.
func (*PostCheckPermissionBody) SetRelation ¶
func (o *PostCheckPermissionBody) SetRelation(v string)
SetRelation gets a reference to the given string and assigns it to the Relation field.
func (*PostCheckPermissionBody) SetSubjectId ¶
func (o *PostCheckPermissionBody) SetSubjectId(v string)
SetSubjectId gets a reference to the given string and assigns it to the SubjectId field.
func (*PostCheckPermissionBody) SetSubjectSet ¶
func (o *PostCheckPermissionBody) SetSubjectSet(v SubjectSet)
SetSubjectSet gets a reference to the given SubjectSet and assigns it to the SubjectSet field.
func (PostCheckPermissionBody) ToMap ¶ added in v1.3.0
func (o PostCheckPermissionBody) ToMap() (map[string]interface{}, error)
func (*PostCheckPermissionBody) UnmarshalJSON ¶ added in v1.1.36
func (o *PostCheckPermissionBody) UnmarshalJSON(data []byte) (err error)
type PostCheckPermissionOrErrorBody ¶
type PostCheckPermissionOrErrorBody struct {
// Namespace to query
Namespace *string `json:"namespace,omitempty"`
// Object to query
Object *string `json:"object,omitempty"`
// Relation to query
Relation *string `json:"relation,omitempty"`
// SubjectID to query Either SubjectSet or SubjectID can be provided.
SubjectId *string `json:"subject_id,omitempty"`
SubjectSet *SubjectSet `json:"subject_set,omitempty"`
AdditionalProperties map[string]interface{}
}
PostCheckPermissionOrErrorBody Post Check Permission Or Error Body
func NewPostCheckPermissionOrErrorBody ¶
func NewPostCheckPermissionOrErrorBody() *PostCheckPermissionOrErrorBody
NewPostCheckPermissionOrErrorBody instantiates a new PostCheckPermissionOrErrorBody 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 NewPostCheckPermissionOrErrorBodyWithDefaults ¶
func NewPostCheckPermissionOrErrorBodyWithDefaults() *PostCheckPermissionOrErrorBody
NewPostCheckPermissionOrErrorBodyWithDefaults instantiates a new PostCheckPermissionOrErrorBody 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 (*PostCheckPermissionOrErrorBody) GetNamespace ¶
func (o *PostCheckPermissionOrErrorBody) GetNamespace() string
GetNamespace returns the Namespace field value if set, zero value otherwise.
func (*PostCheckPermissionOrErrorBody) GetNamespaceOk ¶
func (o *PostCheckPermissionOrErrorBody) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostCheckPermissionOrErrorBody) GetObject ¶
func (o *PostCheckPermissionOrErrorBody) GetObject() string
GetObject returns the Object field value if set, zero value otherwise.
func (*PostCheckPermissionOrErrorBody) GetObjectOk ¶
func (o *PostCheckPermissionOrErrorBody) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostCheckPermissionOrErrorBody) GetRelation ¶
func (o *PostCheckPermissionOrErrorBody) GetRelation() string
GetRelation returns the Relation field value if set, zero value otherwise.
func (*PostCheckPermissionOrErrorBody) GetRelationOk ¶
func (o *PostCheckPermissionOrErrorBody) GetRelationOk() (*string, bool)
GetRelationOk returns a tuple with the Relation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostCheckPermissionOrErrorBody) GetSubjectId ¶
func (o *PostCheckPermissionOrErrorBody) GetSubjectId() string
GetSubjectId returns the SubjectId field value if set, zero value otherwise.
func (*PostCheckPermissionOrErrorBody) GetSubjectIdOk ¶
func (o *PostCheckPermissionOrErrorBody) GetSubjectIdOk() (*string, bool)
GetSubjectIdOk returns a tuple with the SubjectId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostCheckPermissionOrErrorBody) GetSubjectSet ¶
func (o *PostCheckPermissionOrErrorBody) GetSubjectSet() SubjectSet
GetSubjectSet returns the SubjectSet field value if set, zero value otherwise.
func (*PostCheckPermissionOrErrorBody) GetSubjectSetOk ¶
func (o *PostCheckPermissionOrErrorBody) GetSubjectSetOk() (*SubjectSet, bool)
GetSubjectSetOk returns a tuple with the SubjectSet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostCheckPermissionOrErrorBody) HasNamespace ¶
func (o *PostCheckPermissionOrErrorBody) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (*PostCheckPermissionOrErrorBody) HasObject ¶
func (o *PostCheckPermissionOrErrorBody) HasObject() bool
HasObject returns a boolean if a field has been set.
func (*PostCheckPermissionOrErrorBody) HasRelation ¶
func (o *PostCheckPermissionOrErrorBody) HasRelation() bool
HasRelation returns a boolean if a field has been set.
func (*PostCheckPermissionOrErrorBody) HasSubjectId ¶
func (o *PostCheckPermissionOrErrorBody) HasSubjectId() bool
HasSubjectId returns a boolean if a field has been set.
func (*PostCheckPermissionOrErrorBody) HasSubjectSet ¶
func (o *PostCheckPermissionOrErrorBody) HasSubjectSet() bool
HasSubjectSet returns a boolean if a field has been set.
func (PostCheckPermissionOrErrorBody) MarshalJSON ¶
func (o PostCheckPermissionOrErrorBody) MarshalJSON() ([]byte, error)
func (*PostCheckPermissionOrErrorBody) SetNamespace ¶
func (o *PostCheckPermissionOrErrorBody) SetNamespace(v string)
SetNamespace gets a reference to the given string and assigns it to the Namespace field.
func (*PostCheckPermissionOrErrorBody) SetObject ¶
func (o *PostCheckPermissionOrErrorBody) SetObject(v string)
SetObject gets a reference to the given string and assigns it to the Object field.
func (*PostCheckPermissionOrErrorBody) SetRelation ¶
func (o *PostCheckPermissionOrErrorBody) SetRelation(v string)
SetRelation gets a reference to the given string and assigns it to the Relation field.
func (*PostCheckPermissionOrErrorBody) SetSubjectId ¶
func (o *PostCheckPermissionOrErrorBody) SetSubjectId(v string)
SetSubjectId gets a reference to the given string and assigns it to the SubjectId field.
func (*PostCheckPermissionOrErrorBody) SetSubjectSet ¶
func (o *PostCheckPermissionOrErrorBody) SetSubjectSet(v SubjectSet)
SetSubjectSet gets a reference to the given SubjectSet and assigns it to the SubjectSet field.
func (PostCheckPermissionOrErrorBody) ToMap ¶ added in v1.3.0
func (o PostCheckPermissionOrErrorBody) ToMap() (map[string]interface{}, error)
func (*PostCheckPermissionOrErrorBody) UnmarshalJSON ¶ added in v1.1.36
func (o *PostCheckPermissionOrErrorBody) UnmarshalJSON(data []byte) (err error)
type Project ¶
type Project struct {
CorsAdmin *ProjectCors `json:"cors_admin,omitempty"`
CorsPublic *ProjectCors `json:"cors_public,omitempty"`
// The environment of the project. prod Production stage Staging dev Development
Environment string `json:"environment"`
// The project home region. This is used to set where the project data is stored and where the project's endpoints are located. eu-central EUCentral us-east USEast us-west USWest us US global Global
HomeRegion string `json:"home_region"`
// The project's ID.
Id string `json:"id"`
// The name of the project.
Name string `json:"name"`
// The configuration revision ID.
RevisionId string `json:"revision_id"`
Services ProjectServices `json:"services"`
// The project's slug
Slug string `json:"slug"`
// The state of the project. running Running halted Halted deleted Deleted
State string `json:"state"`
WorkspaceId NullableString `json:"workspace_id,omitempty"`
AdditionalProperties map[string]interface{}
}
Project struct for Project
func NewProject ¶
func NewProject(environment string, homeRegion string, id string, name string, revisionId string, services ProjectServices, slug string, state string) *Project
NewProject instantiates a new Project 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 NewProjectWithDefaults ¶
func NewProjectWithDefaults() *Project
NewProjectWithDefaults instantiates a new Project 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 (*Project) GetCorsAdmin ¶ added in v1.1.44
func (o *Project) GetCorsAdmin() ProjectCors
GetCorsAdmin returns the CorsAdmin field value if set, zero value otherwise.
func (*Project) GetCorsAdminOk ¶ added in v1.1.44
func (o *Project) GetCorsAdminOk() (*ProjectCors, bool)
GetCorsAdminOk returns a tuple with the CorsAdmin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Project) GetCorsPublic ¶ added in v1.1.44
func (o *Project) GetCorsPublic() ProjectCors
GetCorsPublic returns the CorsPublic field value if set, zero value otherwise.
func (*Project) GetCorsPublicOk ¶ added in v1.1.44
func (o *Project) GetCorsPublicOk() (*ProjectCors, bool)
GetCorsPublicOk returns a tuple with the CorsPublic field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Project) GetEnvironment ¶ added in v1.11.10
GetEnvironment returns the Environment field value
func (*Project) GetEnvironmentOk ¶ added in v1.11.10
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*Project) GetHomeRegion ¶ added in v1.11.11
GetHomeRegion returns the HomeRegion field value
func (*Project) GetHomeRegionOk ¶ added in v1.11.11
GetHomeRegionOk returns a tuple with the HomeRegion field value and a boolean to check if the value has been set.
func (*Project) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Project) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Project) GetRevisionId ¶
GetRevisionId returns the RevisionId field value
func (*Project) GetRevisionIdOk ¶
GetRevisionIdOk returns a tuple with the RevisionId field value and a boolean to check if the value has been set.
func (*Project) GetServices ¶
func (o *Project) GetServices() ProjectServices
GetServices returns the Services field value
func (*Project) GetServicesOk ¶
func (o *Project) GetServicesOk() (*ProjectServices, bool)
GetServicesOk returns a tuple with the Services field value and a boolean to check if the value has been set.
func (*Project) GetSlugOk ¶
GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.
func (*Project) GetStateOk ¶
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*Project) GetWorkspaceId ¶ added in v1.4.4
GetWorkspaceId returns the WorkspaceId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Project) GetWorkspaceIdOk ¶ added in v1.4.4
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Project) HasCorsAdmin ¶ added in v1.4.1
HasCorsAdmin returns a boolean if a field has been set.
func (*Project) HasCorsPublic ¶ added in v1.4.1
HasCorsPublic returns a boolean if a field has been set.
func (*Project) HasWorkspaceId ¶ added in v1.4.4
HasWorkspaceId returns a boolean if a field has been set.
func (Project) MarshalJSON ¶
func (*Project) SetCorsAdmin ¶ added in v1.1.44
func (o *Project) SetCorsAdmin(v ProjectCors)
SetCorsAdmin gets a reference to the given ProjectCors and assigns it to the CorsAdmin field.
func (*Project) SetCorsPublic ¶ added in v1.1.44
func (o *Project) SetCorsPublic(v ProjectCors)
SetCorsPublic gets a reference to the given ProjectCors and assigns it to the CorsPublic field.
func (*Project) SetEnvironment ¶ added in v1.11.10
SetEnvironment sets field value
func (*Project) SetHomeRegion ¶ added in v1.11.11
SetHomeRegion sets field value
func (*Project) SetRevisionId ¶
SetRevisionId sets field value
func (*Project) SetServices ¶
func (o *Project) SetServices(v ProjectServices)
SetServices sets field value
func (*Project) SetWorkspaceId ¶ added in v1.4.4
SetWorkspaceId gets a reference to the given NullableString and assigns it to the WorkspaceId field.
func (*Project) SetWorkspaceIdNil ¶ added in v1.4.4
func (o *Project) SetWorkspaceIdNil()
SetWorkspaceIdNil sets the value for WorkspaceId to be an explicit nil
func (*Project) UnmarshalJSON ¶ added in v1.1.36
func (*Project) UnsetWorkspaceId ¶ added in v1.4.4
func (o *Project) UnsetWorkspaceId()
UnsetWorkspaceId ensures that no value is present for WorkspaceId, not even an explicit nil
type ProjectAPI ¶ added in v1.3.0
type ProjectAPI interface {
/*
CreateOrganization Create an Enterprise SSO Organization
Creates an Enterprise SSO Organization in a project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project ID The project's ID.
@return ProjectAPICreateOrganizationRequest
*/
CreateOrganization(ctx context.Context, projectId string) ProjectAPICreateOrganizationRequest
// CreateOrganizationExecute executes the request
// @return Organization
CreateOrganizationExecute(r ProjectAPICreateOrganizationRequest) (*Organization, *http.Response, error)
/*
CreateProject Create a Project
Creates a new project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ProjectAPICreateProjectRequest
*/
CreateProject(ctx context.Context) ProjectAPICreateProjectRequest
// CreateProjectExecute executes the request
// @return Project
CreateProjectExecute(r ProjectAPICreateProjectRequest) (*Project, *http.Response, error)
/*
CreateProjectApiKey Create project API token
Create an API token for a project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param project The Project ID or Project slug
@return ProjectAPICreateProjectApiKeyRequest
*/
CreateProjectApiKey(ctx context.Context, project string) ProjectAPICreateProjectApiKeyRequest
// CreateProjectApiKeyExecute executes the request
// @return ProjectApiKey
CreateProjectApiKeyExecute(r ProjectAPICreateProjectApiKeyRequest) (*ProjectApiKey, *http.Response, error)
/*
DeleteOrganization Delete Enterprise SSO Organization
Irrecoverably deletes an Enterprise SSO Organization in a project by its ID.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project ID The project's ID.
@param organizationId Organization ID The Organization's ID.
@return ProjectAPIDeleteOrganizationRequest
*/
DeleteOrganization(ctx context.Context, projectId string, organizationId string) ProjectAPIDeleteOrganizationRequest
// DeleteOrganizationExecute executes the request
DeleteOrganizationExecute(r ProjectAPIDeleteOrganizationRequest) (*http.Response, error)
/*
DeleteProjectApiKey Delete project API token
Deletes an API token and immediately removes it.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param project The Project ID or Project slug
@param tokenId The Token ID
@return ProjectAPIDeleteProjectApiKeyRequest
*/
DeleteProjectApiKey(ctx context.Context, project string, tokenId string) ProjectAPIDeleteProjectApiKeyRequest
// DeleteProjectApiKeyExecute executes the request
DeleteProjectApiKeyExecute(r ProjectAPIDeleteProjectApiKeyRequest) (*http.Response, error)
/*
GetOrganization Get Enterprise SSO Organization by ID
Retrieves an Enterprise SSO Organization for a project by its ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project ID The project's ID.
@param organizationId Organization ID The Organization's ID.
@return ProjectAPIGetOrganizationRequest
*/
GetOrganization(ctx context.Context, projectId string, organizationId string) ProjectAPIGetOrganizationRequest
// GetOrganizationExecute executes the request
// @return GetOrganizationResponse
GetOrganizationExecute(r ProjectAPIGetOrganizationRequest) (*GetOrganizationResponse, *http.Response, error)
/*
GetProject Get a Project
Get a projects you have access to by its ID.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project ID The project's ID.
@return ProjectAPIGetProjectRequest
*/
GetProject(ctx context.Context, projectId string) ProjectAPIGetProjectRequest
// GetProjectExecute executes the request
// @return Project
GetProjectExecute(r ProjectAPIGetProjectRequest) (*Project, *http.Response, error)
/*
GetProjectMembers Get all members associated with this project
This endpoint requires the user to be a member of the project with the role `OWNER` or `DEVELOPER`.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param project
@return ProjectAPIGetProjectMembersRequest
*/
GetProjectMembers(ctx context.Context, project string) ProjectAPIGetProjectMembersRequest
// GetProjectMembersExecute executes the request
// @return []ProjectMember
GetProjectMembersExecute(r ProjectAPIGetProjectMembersRequest) ([]ProjectMember, *http.Response, error)
/*
ListOrganizations List all Enterprise SSO organizations
Lists all Enterprise SSO organizations in a project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project ID The project's ID.
@return ProjectAPIListOrganizationsRequest
*/
ListOrganizations(ctx context.Context, projectId string) ProjectAPIListOrganizationsRequest
// ListOrganizationsExecute executes the request
// @return ListOrganizationsResponse
ListOrganizationsExecute(r ProjectAPIListOrganizationsRequest) (*ListOrganizationsResponse, *http.Response, error)
/*
ListProjectApiKeys List a project's API Tokens
A list of all the project's API tokens.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param project The Project ID or Project slug
@return ProjectAPIListProjectApiKeysRequest
*/
ListProjectApiKeys(ctx context.Context, project string) ProjectAPIListProjectApiKeysRequest
// ListProjectApiKeysExecute executes the request
// @return []ProjectApiKey
ListProjectApiKeysExecute(r ProjectAPIListProjectApiKeysRequest) ([]ProjectApiKey, *http.Response, error)
/*
ListProjects List All Projects
Lists all projects you have access to.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ProjectAPIListProjectsRequest
*/
ListProjects(ctx context.Context) ProjectAPIListProjectsRequest
// ListProjectsExecute executes the request
// @return []ProjectMetadata
ListProjectsExecute(r ProjectAPIListProjectsRequest) ([]ProjectMetadata, *http.Response, error)
/*
PatchProject Patch an Ory Network Project Configuration
Deprecated: Use the `patchProjectWithRevision` endpoint instead to specify the exact revision the patch was generated for.
This endpoints allows you to patch individual Ory Network project configuration keys for
Ory's services (identity, permission, ...). The configuration format is fully compatible
with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions).
This endpoint expects the `version` key to be set in the payload. If it is unset, it
will try to import the config as if it is from the most recent version.
If you have an older version of a configuration, you should set the version key in the payload!
While this endpoint is able to process all configuration items related to features (e.g. password reset),
it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the
open source.
For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings
to help you understand which parts of your config could not be processed.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project ID The project's ID.
@return ProjectAPIPatchProjectRequest
*/
PatchProject(ctx context.Context, projectId string) ProjectAPIPatchProjectRequest
// PatchProjectExecute executes the request
// @return SuccessfulProjectUpdate
PatchProjectExecute(r ProjectAPIPatchProjectRequest) (*SuccessfulProjectUpdate, *http.Response, error)
/*
PurgeProject Irrecoverably purge a project
!! Use with extreme caution !!
Using this API endpoint you can purge (completely delete) a project and its data.
This action can not be undone and will delete ALL your data.
!! Use with extreme caution !!
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project ID The project's ID.
@return ProjectAPIPurgeProjectRequest
*/
PurgeProject(ctx context.Context, projectId string) ProjectAPIPurgeProjectRequest
// PurgeProjectExecute executes the request
PurgeProjectExecute(r ProjectAPIPurgeProjectRequest) (*http.Response, error)
/*
RemoveProjectMember Remove a member associated with this project
This also sets their invite status to `REMOVED`.
This endpoint requires the user to be a member of the project with the role `OWNER`.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param project
@param member
@return ProjectAPIRemoveProjectMemberRequest
*/
RemoveProjectMember(ctx context.Context, project string, member string) ProjectAPIRemoveProjectMemberRequest
// RemoveProjectMemberExecute executes the request
RemoveProjectMemberExecute(r ProjectAPIRemoveProjectMemberRequest) (*http.Response, error)
/*
SetProject Update an Ory Network Project Configuration
This endpoints allows you to update the Ory Network project configuration for
individual services (identity, permission, ...). The configuration is fully compatible
with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions).
This endpoint expects the `version` key to be set in the payload. If it is unset, it
will try to import the config as if it is from the most recent version.
If you have an older version of a configuration, you should set the version key in the payload!
While this endpoint is able to process all configuration items related to features (e.g. password reset),
it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the
open source.
For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings
to help you understand which parts of your config could not be processed.
Be aware that updating any service's configuration will completely override your current configuration for that
service!
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project ID The project's ID.
@return ProjectAPISetProjectRequest
*/
SetProject(ctx context.Context, projectId string) ProjectAPISetProjectRequest
// SetProjectExecute executes the request
// @return SuccessfulProjectUpdate
SetProjectExecute(r ProjectAPISetProjectRequest) (*SuccessfulProjectUpdate, *http.Response, error)
/*
UpdateOrganization Update an Enterprise SSO Organization
Updates an Enterprise SSO Organization in a project by its ID.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId Project ID The project's ID.
@param organizationId Organization ID The Organization's ID.
@return ProjectAPIUpdateOrganizationRequest
*/
UpdateOrganization(ctx context.Context, projectId string, organizationId string) ProjectAPIUpdateOrganizationRequest
// UpdateOrganizationExecute executes the request
// @return Organization
UpdateOrganizationExecute(r ProjectAPIUpdateOrganizationRequest) (*Organization, *http.Response, error)
}
type ProjectAPICreateOrganizationRequest ¶ added in v1.3.0
type ProjectAPICreateOrganizationRequest struct {
ApiService ProjectAPI
// contains filtered or unexported fields
}
func (ProjectAPICreateOrganizationRequest) Execute ¶ added in v1.3.0
func (r ProjectAPICreateOrganizationRequest) Execute() (*Organization, *http.Response, error)
func (ProjectAPICreateOrganizationRequest) OrganizationBody ¶ added in v1.3.0
func (r ProjectAPICreateOrganizationRequest) OrganizationBody(organizationBody OrganizationBody) ProjectAPICreateOrganizationRequest
type ProjectAPICreateProjectApiKeyRequest ¶ added in v1.3.0
type ProjectAPICreateProjectApiKeyRequest struct {
ApiService ProjectAPI
// contains filtered or unexported fields
}
func (ProjectAPICreateProjectApiKeyRequest) CreateProjectApiKeyRequest ¶ added in v1.3.0
func (r ProjectAPICreateProjectApiKeyRequest) CreateProjectApiKeyRequest(createProjectApiKeyRequest CreateProjectApiKeyRequest) ProjectAPICreateProjectApiKeyRequest
func (ProjectAPICreateProjectApiKeyRequest) Execute ¶ added in v1.3.0
func (r ProjectAPICreateProjectApiKeyRequest) Execute() (*ProjectApiKey, *http.Response, error)
type ProjectAPICreateProjectRequest ¶ added in v1.3.0
type ProjectAPICreateProjectRequest struct {
ApiService ProjectAPI
// contains filtered or unexported fields
}
func (ProjectAPICreateProjectRequest) CreateProjectBody ¶ added in v1.3.0
func (r ProjectAPICreateProjectRequest) CreateProjectBody(createProjectBody CreateProjectBody) ProjectAPICreateProjectRequest
type ProjectAPIDeleteOrganizationRequest ¶ added in v1.3.0
type ProjectAPIDeleteOrganizationRequest struct {
ApiService ProjectAPI
// contains filtered or unexported fields
}
type ProjectAPIDeleteProjectApiKeyRequest ¶ added in v1.3.0
type ProjectAPIDeleteProjectApiKeyRequest struct {
ApiService ProjectAPI
// contains filtered or unexported fields
}
type ProjectAPIGetOrganizationRequest ¶ added in v1.3.0
type ProjectAPIGetOrganizationRequest struct {
ApiService ProjectAPI
// contains filtered or unexported fields
}
func (ProjectAPIGetOrganizationRequest) Execute ¶ added in v1.3.0
func (r ProjectAPIGetOrganizationRequest) Execute() (*GetOrganizationResponse, *http.Response, error)
type ProjectAPIGetProjectMembersRequest ¶ added in v1.3.0
type ProjectAPIGetProjectMembersRequest struct {
ApiService ProjectAPI
// contains filtered or unexported fields
}
func (ProjectAPIGetProjectMembersRequest) Execute ¶ added in v1.3.0
func (r ProjectAPIGetProjectMembersRequest) Execute() ([]ProjectMember, *http.Response, error)
type ProjectAPIGetProjectRequest ¶ added in v1.3.0
type ProjectAPIGetProjectRequest struct {
ApiService ProjectAPI
// contains filtered or unexported fields
}
type ProjectAPIListOrganizationsRequest ¶ added in v1.3.0
type ProjectAPIListOrganizationsRequest struct {
ApiService ProjectAPI
// contains filtered or unexported fields
}
func (ProjectAPIListOrganizationsRequest) Domain ¶ added in v1.11.11
func (r ProjectAPIListOrganizationsRequest) Domain(domain string) ProjectAPIListOrganizationsRequest
Domain If set, only organizations with that domain will be returned.
func (ProjectAPIListOrganizationsRequest) Execute ¶ added in v1.3.0
func (r ProjectAPIListOrganizationsRequest) Execute() (*ListOrganizationsResponse, *http.Response, error)
func (ProjectAPIListOrganizationsRequest) PageSize ¶ added in v1.11.11
func (r ProjectAPIListOrganizationsRequest) PageSize(pageSize int64) ProjectAPIListOrganizationsRequest
Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
func (ProjectAPIListOrganizationsRequest) PageToken ¶ added in v1.11.11
func (r ProjectAPIListOrganizationsRequest) PageToken(pageToken string) ProjectAPIListOrganizationsRequest
Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
type ProjectAPIListProjectApiKeysRequest ¶ added in v1.3.0
type ProjectAPIListProjectApiKeysRequest struct {
ApiService ProjectAPI
// contains filtered or unexported fields
}
func (ProjectAPIListProjectApiKeysRequest) Execute ¶ added in v1.3.0
func (r ProjectAPIListProjectApiKeysRequest) Execute() ([]ProjectApiKey, *http.Response, error)
type ProjectAPIListProjectsRequest ¶ added in v1.3.0
type ProjectAPIListProjectsRequest struct {
ApiService ProjectAPI
// contains filtered or unexported fields
}
func (ProjectAPIListProjectsRequest) Execute ¶ added in v1.3.0
func (r ProjectAPIListProjectsRequest) Execute() ([]ProjectMetadata, *http.Response, error)
type ProjectAPIPatchProjectRequest ¶ added in v1.3.0
type ProjectAPIPatchProjectRequest struct {
ApiService ProjectAPI
// contains filtered or unexported fields
}
func (ProjectAPIPatchProjectRequest) Execute ¶ added in v1.3.0
func (r ProjectAPIPatchProjectRequest) Execute() (*SuccessfulProjectUpdate, *http.Response, error)
func (ProjectAPIPatchProjectRequest) JsonPatch ¶ added in v1.3.0
func (r ProjectAPIPatchProjectRequest) JsonPatch(jsonPatch []JsonPatch) ProjectAPIPatchProjectRequest
type ProjectAPIPurgeProjectRequest ¶ added in v1.3.0
type ProjectAPIPurgeProjectRequest struct {
ApiService ProjectAPI
// contains filtered or unexported fields
}
type ProjectAPIRemoveProjectMemberRequest ¶ added in v1.3.0
type ProjectAPIRemoveProjectMemberRequest struct {
ApiService ProjectAPI
// contains filtered or unexported fields
}
type ProjectAPIService ¶ added in v1.3.0
type ProjectAPIService service
ProjectAPIService ProjectAPI service
func (*ProjectAPIService) CreateOrganization ¶ added in v1.3.0
func (a *ProjectAPIService) CreateOrganization(ctx context.Context, projectId string) ProjectAPICreateOrganizationRequest
CreateOrganization Create an Enterprise SSO Organization
Creates an Enterprise SSO Organization in a project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID The project's ID. @return ProjectAPICreateOrganizationRequest
func (*ProjectAPIService) CreateOrganizationExecute ¶ added in v1.3.0
func (a *ProjectAPIService) CreateOrganizationExecute(r ProjectAPICreateOrganizationRequest) (*Organization, *http.Response, error)
Execute executes the request
@return Organization
func (*ProjectAPIService) CreateProject ¶ added in v1.3.0
func (a *ProjectAPIService) CreateProject(ctx context.Context) ProjectAPICreateProjectRequest
CreateProject Create a Project
Creates a new project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProjectAPICreateProjectRequest
func (*ProjectAPIService) CreateProjectApiKey ¶ added in v1.3.0
func (a *ProjectAPIService) CreateProjectApiKey(ctx context.Context, project string) ProjectAPICreateProjectApiKeyRequest
CreateProjectApiKey Create project API token
Create an API token for a project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param project The Project ID or Project slug @return ProjectAPICreateProjectApiKeyRequest
func (*ProjectAPIService) CreateProjectApiKeyExecute ¶ added in v1.3.0
func (a *ProjectAPIService) CreateProjectApiKeyExecute(r ProjectAPICreateProjectApiKeyRequest) (*ProjectApiKey, *http.Response, error)
Execute executes the request
@return ProjectApiKey
func (*ProjectAPIService) CreateProjectExecute ¶ added in v1.3.0
func (a *ProjectAPIService) CreateProjectExecute(r ProjectAPICreateProjectRequest) (*Project, *http.Response, error)
Execute executes the request
@return Project
func (*ProjectAPIService) DeleteOrganization ¶ added in v1.3.0
func (a *ProjectAPIService) DeleteOrganization(ctx context.Context, projectId string, organizationId string) ProjectAPIDeleteOrganizationRequest
DeleteOrganization Delete Enterprise SSO Organization
Irrecoverably deletes an Enterprise SSO Organization in a project by its ID.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID The project's ID. @param organizationId Organization ID The Organization's ID. @return ProjectAPIDeleteOrganizationRequest
func (*ProjectAPIService) DeleteOrganizationExecute ¶ added in v1.3.0
func (a *ProjectAPIService) DeleteOrganizationExecute(r ProjectAPIDeleteOrganizationRequest) (*http.Response, error)
Execute executes the request
func (*ProjectAPIService) DeleteProjectApiKey ¶ added in v1.3.0
func (a *ProjectAPIService) DeleteProjectApiKey(ctx context.Context, project string, tokenId string) ProjectAPIDeleteProjectApiKeyRequest
DeleteProjectApiKey Delete project API token
Deletes an API token and immediately removes it.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param project The Project ID or Project slug @param tokenId The Token ID @return ProjectAPIDeleteProjectApiKeyRequest
func (*ProjectAPIService) DeleteProjectApiKeyExecute ¶ added in v1.3.0
func (a *ProjectAPIService) DeleteProjectApiKeyExecute(r ProjectAPIDeleteProjectApiKeyRequest) (*http.Response, error)
Execute executes the request
func (*ProjectAPIService) GetOrganization ¶ added in v1.3.0
func (a *ProjectAPIService) GetOrganization(ctx context.Context, projectId string, organizationId string) ProjectAPIGetOrganizationRequest
GetOrganization Get Enterprise SSO Organization by ID
Retrieves an Enterprise SSO Organization for a project by its ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID The project's ID. @param organizationId Organization ID The Organization's ID. @return ProjectAPIGetOrganizationRequest
func (*ProjectAPIService) GetOrganizationExecute ¶ added in v1.3.0
func (a *ProjectAPIService) GetOrganizationExecute(r ProjectAPIGetOrganizationRequest) (*GetOrganizationResponse, *http.Response, error)
Execute executes the request
@return GetOrganizationResponse
func (*ProjectAPIService) GetProject ¶ added in v1.3.0
func (a *ProjectAPIService) GetProject(ctx context.Context, projectId string) ProjectAPIGetProjectRequest
GetProject Get a Project
Get a projects you have access to by its ID.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID The project's ID. @return ProjectAPIGetProjectRequest
func (*ProjectAPIService) GetProjectExecute ¶ added in v1.3.0
func (a *ProjectAPIService) GetProjectExecute(r ProjectAPIGetProjectRequest) (*Project, *http.Response, error)
Execute executes the request
@return Project
func (*ProjectAPIService) GetProjectMembers ¶ added in v1.3.0
func (a *ProjectAPIService) GetProjectMembers(ctx context.Context, project string) ProjectAPIGetProjectMembersRequest
GetProjectMembers Get all members associated with this project
This endpoint requires the user to be a member of the project with the role `OWNER` or `DEVELOPER`.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param project @return ProjectAPIGetProjectMembersRequest
func (*ProjectAPIService) GetProjectMembersExecute ¶ added in v1.3.0
func (a *ProjectAPIService) GetProjectMembersExecute(r ProjectAPIGetProjectMembersRequest) ([]ProjectMember, *http.Response, error)
Execute executes the request
@return []ProjectMember
func (*ProjectAPIService) ListOrganizations ¶ added in v1.3.0
func (a *ProjectAPIService) ListOrganizations(ctx context.Context, projectId string) ProjectAPIListOrganizationsRequest
ListOrganizations List all Enterprise SSO organizations
Lists all Enterprise SSO organizations in a project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID The project's ID. @return ProjectAPIListOrganizationsRequest
func (*ProjectAPIService) ListOrganizationsExecute ¶ added in v1.3.0
func (a *ProjectAPIService) ListOrganizationsExecute(r ProjectAPIListOrganizationsRequest) (*ListOrganizationsResponse, *http.Response, error)
Execute executes the request
@return ListOrganizationsResponse
func (*ProjectAPIService) ListProjectApiKeys ¶ added in v1.3.0
func (a *ProjectAPIService) ListProjectApiKeys(ctx context.Context, project string) ProjectAPIListProjectApiKeysRequest
ListProjectApiKeys List a project's API Tokens
A list of all the project's API tokens.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param project The Project ID or Project slug @return ProjectAPIListProjectApiKeysRequest
func (*ProjectAPIService) ListProjectApiKeysExecute ¶ added in v1.3.0
func (a *ProjectAPIService) ListProjectApiKeysExecute(r ProjectAPIListProjectApiKeysRequest) ([]ProjectApiKey, *http.Response, error)
Execute executes the request
@return []ProjectApiKey
func (*ProjectAPIService) ListProjects ¶ added in v1.3.0
func (a *ProjectAPIService) ListProjects(ctx context.Context) ProjectAPIListProjectsRequest
ListProjects List All Projects
Lists all projects you have access to.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProjectAPIListProjectsRequest
func (*ProjectAPIService) ListProjectsExecute ¶ added in v1.3.0
func (a *ProjectAPIService) ListProjectsExecute(r ProjectAPIListProjectsRequest) ([]ProjectMetadata, *http.Response, error)
Execute executes the request
@return []ProjectMetadata
func (*ProjectAPIService) PatchProject
deprecated
added in
v1.3.0
func (a *ProjectAPIService) PatchProject(ctx context.Context, projectId string) ProjectAPIPatchProjectRequest
PatchProject Patch an Ory Network Project Configuration
Deprecated: Use the `patchProjectWithRevision` endpoint instead to specify the exact revision the patch was generated for.
This endpoints allows you to patch individual Ory Network project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions).
This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version.
If you have an older version of a configuration, you should set the version key in the payload!
While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source.
For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID The project's ID. @return ProjectAPIPatchProjectRequest
func (*ProjectAPIService) PatchProjectExecute ¶ added in v1.3.0
func (a *ProjectAPIService) PatchProjectExecute(r ProjectAPIPatchProjectRequest) (*SuccessfulProjectUpdate, *http.Response, error)
Execute executes the request
@return SuccessfulProjectUpdate
func (*ProjectAPIService) PurgeProject ¶ added in v1.3.0
func (a *ProjectAPIService) PurgeProject(ctx context.Context, projectId string) ProjectAPIPurgeProjectRequest
PurgeProject Irrecoverably purge a project
!! Use with extreme caution !!
Using this API endpoint you can purge (completely delete) a project and its data. This action can not be undone and will delete ALL your data.
!! Use with extreme caution !!
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID The project's ID. @return ProjectAPIPurgeProjectRequest
func (*ProjectAPIService) PurgeProjectExecute ¶ added in v1.3.0
func (a *ProjectAPIService) PurgeProjectExecute(r ProjectAPIPurgeProjectRequest) (*http.Response, error)
Execute executes the request
func (*ProjectAPIService) RemoveProjectMember ¶ added in v1.3.0
func (a *ProjectAPIService) RemoveProjectMember(ctx context.Context, project string, member string) ProjectAPIRemoveProjectMemberRequest
RemoveProjectMember Remove a member associated with this project
This also sets their invite status to `REMOVED`. This endpoint requires the user to be a member of the project with the role `OWNER`.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param project @param member @return ProjectAPIRemoveProjectMemberRequest
func (*ProjectAPIService) RemoveProjectMemberExecute ¶ added in v1.3.0
func (a *ProjectAPIService) RemoveProjectMemberExecute(r ProjectAPIRemoveProjectMemberRequest) (*http.Response, error)
Execute executes the request
func (*ProjectAPIService) SetProject ¶ added in v1.3.0
func (a *ProjectAPIService) SetProject(ctx context.Context, projectId string) ProjectAPISetProjectRequest
SetProject Update an Ory Network Project Configuration
This endpoints allows you to update the Ory Network project configuration for individual services (identity, permission, ...). The configuration is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions).
This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version.
If you have an older version of a configuration, you should set the version key in the payload!
While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source.
For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed.
Be aware that updating any service's configuration will completely override your current configuration for that service!
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID The project's ID. @return ProjectAPISetProjectRequest
func (*ProjectAPIService) SetProjectExecute ¶ added in v1.3.0
func (a *ProjectAPIService) SetProjectExecute(r ProjectAPISetProjectRequest) (*SuccessfulProjectUpdate, *http.Response, error)
Execute executes the request
@return SuccessfulProjectUpdate
func (*ProjectAPIService) UpdateOrganization ¶ added in v1.3.0
func (a *ProjectAPIService) UpdateOrganization(ctx context.Context, projectId string, organizationId string) ProjectAPIUpdateOrganizationRequest
UpdateOrganization Update an Enterprise SSO Organization
Updates an Enterprise SSO Organization in a project by its ID.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID The project's ID. @param organizationId Organization ID The Organization's ID. @return ProjectAPIUpdateOrganizationRequest
func (*ProjectAPIService) UpdateOrganizationExecute ¶ added in v1.3.0
func (a *ProjectAPIService) UpdateOrganizationExecute(r ProjectAPIUpdateOrganizationRequest) (*Organization, *http.Response, error)
Execute executes the request
@return Organization
type ProjectAPISetProjectRequest ¶ added in v1.3.0
type ProjectAPISetProjectRequest struct {
ApiService ProjectAPI
// contains filtered or unexported fields
}
func (ProjectAPISetProjectRequest) Execute ¶ added in v1.3.0
func (r ProjectAPISetProjectRequest) Execute() (*SuccessfulProjectUpdate, *http.Response, error)
func (ProjectAPISetProjectRequest) SetProject ¶ added in v1.3.0
func (r ProjectAPISetProjectRequest) SetProject(setProject SetProject) ProjectAPISetProjectRequest
type ProjectAPIUpdateOrganizationRequest ¶ added in v1.3.0
type ProjectAPIUpdateOrganizationRequest struct {
ApiService ProjectAPI
// contains filtered or unexported fields
}
func (ProjectAPIUpdateOrganizationRequest) Execute ¶ added in v1.3.0
func (r ProjectAPIUpdateOrganizationRequest) Execute() (*Organization, *http.Response, error)
func (ProjectAPIUpdateOrganizationRequest) OrganizationBody ¶ added in v1.3.0
func (r ProjectAPIUpdateOrganizationRequest) OrganizationBody(organizationBody OrganizationBody) ProjectAPIUpdateOrganizationRequest
type ProjectApiKey ¶
type ProjectApiKey struct {
// The token's creation date
CreatedAt *time.Time `json:"created_at,omitempty"`
// The token's ID.
Id string `json:"id"`
// The Token's Name Set this to help you remember, for example, where you use the token.
Name string `json:"name"`
// The token's owner
OwnerId string `json:"owner_id"`
// The Token's Project ID
ProjectId *string `json:"project_id,omitempty"`
// The token's last update date
UpdatedAt *time.Time `json:"updated_at,omitempty"`
// The token's value
Value *string `json:"value,omitempty"`
AdditionalProperties map[string]interface{}
}
ProjectApiKey struct for ProjectApiKey
func NewProjectApiKey ¶
func NewProjectApiKey(id string, name string, ownerId string) *ProjectApiKey
NewProjectApiKey instantiates a new ProjectApiKey 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 NewProjectApiKeyWithDefaults ¶
func NewProjectApiKeyWithDefaults() *ProjectApiKey
NewProjectApiKeyWithDefaults instantiates a new ProjectApiKey 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 (*ProjectApiKey) GetCreatedAt ¶ added in v1.1.39
func (o *ProjectApiKey) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ProjectApiKey) GetCreatedAtOk ¶ added in v1.1.39
func (o *ProjectApiKey) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectApiKey) GetId ¶
func (o *ProjectApiKey) GetId() string
GetId returns the Id field value
func (*ProjectApiKey) GetIdOk ¶
func (o *ProjectApiKey) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ProjectApiKey) GetName ¶
func (o *ProjectApiKey) GetName() string
GetName returns the Name field value
func (*ProjectApiKey) GetNameOk ¶
func (o *ProjectApiKey) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProjectApiKey) GetOwnerId ¶
func (o *ProjectApiKey) GetOwnerId() string
GetOwnerId returns the OwnerId field value
func (*ProjectApiKey) GetOwnerIdOk ¶
func (o *ProjectApiKey) GetOwnerIdOk() (*string, bool)
GetOwnerIdOk returns a tuple with the OwnerId field value and a boolean to check if the value has been set.
func (*ProjectApiKey) GetProjectId ¶
func (o *ProjectApiKey) GetProjectId() string
GetProjectId returns the ProjectId field value if set, zero value otherwise.
func (*ProjectApiKey) GetProjectIdOk ¶
func (o *ProjectApiKey) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectApiKey) GetUpdatedAt ¶ added in v1.1.39
func (o *ProjectApiKey) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*ProjectApiKey) GetUpdatedAtOk ¶ added in v1.1.39
func (o *ProjectApiKey) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectApiKey) GetValue ¶
func (o *ProjectApiKey) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*ProjectApiKey) GetValueOk ¶
func (o *ProjectApiKey) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectApiKey) HasCreatedAt ¶ added in v1.1.39
func (o *ProjectApiKey) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ProjectApiKey) HasProjectId ¶
func (o *ProjectApiKey) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (*ProjectApiKey) HasUpdatedAt ¶ added in v1.1.39
func (o *ProjectApiKey) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*ProjectApiKey) HasValue ¶
func (o *ProjectApiKey) HasValue() bool
HasValue returns a boolean if a field has been set.
func (ProjectApiKey) MarshalJSON ¶
func (o ProjectApiKey) MarshalJSON() ([]byte, error)
func (*ProjectApiKey) SetCreatedAt ¶ added in v1.1.39
func (o *ProjectApiKey) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ProjectApiKey) SetOwnerId ¶
func (o *ProjectApiKey) SetOwnerId(v string)
SetOwnerId sets field value
func (*ProjectApiKey) SetProjectId ¶
func (o *ProjectApiKey) SetProjectId(v string)
SetProjectId gets a reference to the given string and assigns it to the ProjectId field.
func (*ProjectApiKey) SetUpdatedAt ¶ added in v1.1.39
func (o *ProjectApiKey) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*ProjectApiKey) SetValue ¶
func (o *ProjectApiKey) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (ProjectApiKey) ToMap ¶ added in v1.3.0
func (o ProjectApiKey) ToMap() (map[string]interface{}, error)
func (*ProjectApiKey) UnmarshalJSON ¶ added in v1.1.36
func (o *ProjectApiKey) UnmarshalJSON(data []byte) (err error)
type ProjectBranding ¶ added in v1.1.2
type ProjectBranding struct {
// The Customization Creation Date
CreatedAt time.Time `json:"created_at"`
DefaultTheme ProjectBrandingTheme `json:"default_theme"`
// The customization ID.
Id string `json:"id"`
// The Project's ID this customization is associated with
ProjectId string `json:"project_id"`
Themes []ProjectBrandingTheme `json:"themes"`
// Last Time Branding was Updated
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
ProjectBranding struct for ProjectBranding
func NewProjectBranding ¶ added in v1.1.2
func NewProjectBranding(createdAt time.Time, defaultTheme ProjectBrandingTheme, id string, projectId string, themes []ProjectBrandingTheme, updatedAt time.Time) *ProjectBranding
NewProjectBranding instantiates a new ProjectBranding 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 NewProjectBrandingWithDefaults ¶ added in v1.1.2
func NewProjectBrandingWithDefaults() *ProjectBranding
NewProjectBrandingWithDefaults instantiates a new ProjectBranding 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 (*ProjectBranding) GetCreatedAt ¶ added in v1.1.2
func (o *ProjectBranding) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ProjectBranding) GetCreatedAtOk ¶ added in v1.1.2
func (o *ProjectBranding) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ProjectBranding) GetDefaultTheme ¶ added in v1.1.2
func (o *ProjectBranding) GetDefaultTheme() ProjectBrandingTheme
GetDefaultTheme returns the DefaultTheme field value
func (*ProjectBranding) GetDefaultThemeOk ¶ added in v1.1.2
func (o *ProjectBranding) GetDefaultThemeOk() (*ProjectBrandingTheme, bool)
GetDefaultThemeOk returns a tuple with the DefaultTheme field value and a boolean to check if the value has been set.
func (*ProjectBranding) GetId ¶ added in v1.1.2
func (o *ProjectBranding) GetId() string
GetId returns the Id field value
func (*ProjectBranding) GetIdOk ¶ added in v1.1.2
func (o *ProjectBranding) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ProjectBranding) GetProjectId ¶ added in v1.1.2
func (o *ProjectBranding) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*ProjectBranding) GetProjectIdOk ¶ added in v1.1.2
func (o *ProjectBranding) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*ProjectBranding) GetThemes ¶ added in v1.1.2
func (o *ProjectBranding) GetThemes() []ProjectBrandingTheme
GetThemes returns the Themes field value
func (*ProjectBranding) GetThemesOk ¶ added in v1.1.2
func (o *ProjectBranding) GetThemesOk() ([]ProjectBrandingTheme, bool)
GetThemesOk returns a tuple with the Themes field value and a boolean to check if the value has been set.
func (*ProjectBranding) GetUpdatedAt ¶ added in v1.1.2
func (o *ProjectBranding) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*ProjectBranding) GetUpdatedAtOk ¶ added in v1.1.2
func (o *ProjectBranding) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (ProjectBranding) MarshalJSON ¶ added in v1.1.2
func (o ProjectBranding) MarshalJSON() ([]byte, error)
func (*ProjectBranding) SetCreatedAt ¶ added in v1.1.2
func (o *ProjectBranding) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ProjectBranding) SetDefaultTheme ¶ added in v1.1.2
func (o *ProjectBranding) SetDefaultTheme(v ProjectBrandingTheme)
SetDefaultTheme sets field value
func (*ProjectBranding) SetId ¶ added in v1.1.2
func (o *ProjectBranding) SetId(v string)
SetId sets field value
func (*ProjectBranding) SetProjectId ¶ added in v1.1.2
func (o *ProjectBranding) SetProjectId(v string)
SetProjectId sets field value
func (*ProjectBranding) SetThemes ¶ added in v1.1.2
func (o *ProjectBranding) SetThemes(v []ProjectBrandingTheme)
SetThemes sets field value
func (*ProjectBranding) SetUpdatedAt ¶ added in v1.1.2
func (o *ProjectBranding) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (ProjectBranding) ToMap ¶ added in v1.3.0
func (o ProjectBranding) ToMap() (map[string]interface{}, error)
func (*ProjectBranding) UnmarshalJSON ¶ added in v1.1.36
func (o *ProjectBranding) UnmarshalJSON(data []byte) (err error)
type ProjectBrandingColors ¶ added in v1.1.2
type ProjectBrandingColors struct {
// AccentDefaultColor is a hex color code used by the Ory Account Experience theme.
AccentDefaultColor *string `json:"accent_default_color,omitempty"`
// AccentDisabledColor is a hex color code used by the Ory Account Experience theme.
AccentDisabledColor *string `json:"accent_disabled_color,omitempty"`
// AccentEmphasisColor is a hex color code used by the Ory Account Experience theme.
AccentEmphasisColor *string `json:"accent_emphasis_color,omitempty"`
// AccentMutedColor is a hex color code used by the Ory Account Experience theme.
AccentMutedColor *string `json:"accent_muted_color,omitempty"`
// AccentSubtleColor is a hex color code used by the Ory Account Experience theme.
AccentSubtleColor *string `json:"accent_subtle_color,omitempty"`
// BackgroundCanvasColor is a hex color code used by the Ory Account Experience theme.
BackgroundCanvasColor *string `json:"background_canvas_color,omitempty"`
// BackgroundSubtleColor is a hex color code used by the Ory Account Experience theme.
BackgroundSubtleColor *string `json:"background_subtle_color,omitempty"`
// BackgroundSurfaceColor is a hex color code used by the Ory Account Experience theme.
BackgroundSurfaceColor *string `json:"background_surface_color,omitempty"`
// BorderDefaultColor is a hex color code used by the Ory Account Experience theme.
BorderDefaultColor *string `json:"border_default_color,omitempty"`
// ErrorDefaultColor is a hex color code used by the Ory Account Experience theme.
ErrorDefaultColor *string `json:"error_default_color,omitempty"`
// ErrorEmphasisColor is a hex color code used by the Ory Account Experience theme.
ErrorEmphasisColor *string `json:"error_emphasis_color,omitempty"`
// ErrorMutedColor is a hex color code used by the Ory Account Experience theme.
ErrorMutedColor *string `json:"error_muted_color,omitempty"`
// ErrorSubtleColor is a hex color code used by the Ory Account Experience theme.
ErrorSubtleColor *string `json:"error_subtle_color,omitempty"`
// ForegroundDefaultColor is a hex color code used by the Ory Account Experience theme.
ForegroundDefaultColor *string `json:"foreground_default_color,omitempty"`
// ForegroundDisabledColor is a hex color code used by the Ory Account Experience theme.
ForegroundDisabledColor *string `json:"foreground_disabled_color,omitempty"`
// ForegroundMutedColor is a hex color code used by the Ory Account Experience theme.
ForegroundMutedColor *string `json:"foreground_muted_color,omitempty"`
// ForegroundOnAccentColor is a hex color code used by the Ory Account Experience theme.
ForegroundOnAccentColor *string `json:"foreground_on_accent_color,omitempty"`
// ForegroundOnDarkColor is a hex color code used by the Ory Account Experience theme.
ForegroundOnDarkColor *string `json:"foreground_on_dark_color,omitempty"`
// ForegroundOnDisabledColor is a hex color code used by the Ory Account Experience theme.
ForegroundOnDisabledColor *string `json:"foreground_on_disabled_color,omitempty"`
// ForegroundSubtleColor is a hex color code used by the Ory Account Experience theme.
ForegroundSubtleColor *string `json:"foreground_subtle_color,omitempty"`
// InputBackgroundColor is a hex color code used by the Ory Account Experience theme.
InputBackgroundColor *string `json:"input_background_color,omitempty"`
// InputDisabledColor is a hex color code used by the Ory Account Experience theme.
InputDisabledColor *string `json:"input_disabled_color,omitempty"`
// InputPlaceholderColor is a hex color code used by the Ory Account Experience theme.
InputPlaceholderColor *string `json:"input_placeholder_color,omitempty"`
// InputTextColor is a hex color code used by the Ory Account Experience theme.
InputTextColor *string `json:"input_text_color,omitempty"`
// Primary color is an hsla color value used to derive the other colors from for the Ory Account Experience theme.
PrimaryColor *string `json:"primary_color,omitempty"`
// Secondary color is a hsla color code used to derive the other colors from for the Ory Account Experience theme.
SecondaryColor *string `json:"secondary_color,omitempty"`
// SuccessEmphasisColor is a hex color code used by the Ory Account Experience theme.
SuccessEmphasisColor *string `json:"success_emphasis_color,omitempty"`
// TextDefaultColor is a hex color code used by the Ory Account Experience theme.
TextDefaultColor *string `json:"text_default_color,omitempty"`
// TextDisabledColor is a hex color code used by the Ory Account Experience theme.
TextDisabledColor *string `json:"text_disabled_color,omitempty"`
AdditionalProperties map[string]interface{}
}
ProjectBrandingColors struct for ProjectBrandingColors
func NewProjectBrandingColors ¶ added in v1.1.2
func NewProjectBrandingColors() *ProjectBrandingColors
NewProjectBrandingColors instantiates a new ProjectBrandingColors 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 NewProjectBrandingColorsWithDefaults ¶ added in v1.1.2
func NewProjectBrandingColorsWithDefaults() *ProjectBrandingColors
NewProjectBrandingColorsWithDefaults instantiates a new ProjectBrandingColors 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 (*ProjectBrandingColors) GetAccentDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetAccentDefaultColor() string
GetAccentDefaultColor returns the AccentDefaultColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetAccentDefaultColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetAccentDefaultColorOk() (*string, bool)
GetAccentDefaultColorOk returns a tuple with the AccentDefaultColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetAccentDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetAccentDisabledColor() string
GetAccentDisabledColor returns the AccentDisabledColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetAccentDisabledColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetAccentDisabledColorOk() (*string, bool)
GetAccentDisabledColorOk returns a tuple with the AccentDisabledColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetAccentEmphasisColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetAccentEmphasisColor() string
GetAccentEmphasisColor returns the AccentEmphasisColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetAccentEmphasisColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetAccentEmphasisColorOk() (*string, bool)
GetAccentEmphasisColorOk returns a tuple with the AccentEmphasisColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetAccentMutedColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetAccentMutedColor() string
GetAccentMutedColor returns the AccentMutedColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetAccentMutedColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetAccentMutedColorOk() (*string, bool)
GetAccentMutedColorOk returns a tuple with the AccentMutedColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetAccentSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetAccentSubtleColor() string
GetAccentSubtleColor returns the AccentSubtleColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetAccentSubtleColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetAccentSubtleColorOk() (*string, bool)
GetAccentSubtleColorOk returns a tuple with the AccentSubtleColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetBackgroundCanvasColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetBackgroundCanvasColor() string
GetBackgroundCanvasColor returns the BackgroundCanvasColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetBackgroundCanvasColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetBackgroundCanvasColorOk() (*string, bool)
GetBackgroundCanvasColorOk returns a tuple with the BackgroundCanvasColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetBackgroundSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetBackgroundSubtleColor() string
GetBackgroundSubtleColor returns the BackgroundSubtleColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetBackgroundSubtleColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetBackgroundSubtleColorOk() (*string, bool)
GetBackgroundSubtleColorOk returns a tuple with the BackgroundSubtleColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetBackgroundSurfaceColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetBackgroundSurfaceColor() string
GetBackgroundSurfaceColor returns the BackgroundSurfaceColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetBackgroundSurfaceColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetBackgroundSurfaceColorOk() (*string, bool)
GetBackgroundSurfaceColorOk returns a tuple with the BackgroundSurfaceColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetBorderDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetBorderDefaultColor() string
GetBorderDefaultColor returns the BorderDefaultColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetBorderDefaultColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetBorderDefaultColorOk() (*string, bool)
GetBorderDefaultColorOk returns a tuple with the BorderDefaultColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetErrorDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetErrorDefaultColor() string
GetErrorDefaultColor returns the ErrorDefaultColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetErrorDefaultColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetErrorDefaultColorOk() (*string, bool)
GetErrorDefaultColorOk returns a tuple with the ErrorDefaultColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetErrorEmphasisColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetErrorEmphasisColor() string
GetErrorEmphasisColor returns the ErrorEmphasisColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetErrorEmphasisColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetErrorEmphasisColorOk() (*string, bool)
GetErrorEmphasisColorOk returns a tuple with the ErrorEmphasisColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetErrorMutedColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetErrorMutedColor() string
GetErrorMutedColor returns the ErrorMutedColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetErrorMutedColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetErrorMutedColorOk() (*string, bool)
GetErrorMutedColorOk returns a tuple with the ErrorMutedColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetErrorSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetErrorSubtleColor() string
GetErrorSubtleColor returns the ErrorSubtleColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetErrorSubtleColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetErrorSubtleColorOk() (*string, bool)
GetErrorSubtleColorOk returns a tuple with the ErrorSubtleColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetForegroundDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetForegroundDefaultColor() string
GetForegroundDefaultColor returns the ForegroundDefaultColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetForegroundDefaultColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetForegroundDefaultColorOk() (*string, bool)
GetForegroundDefaultColorOk returns a tuple with the ForegroundDefaultColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetForegroundDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetForegroundDisabledColor() string
GetForegroundDisabledColor returns the ForegroundDisabledColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetForegroundDisabledColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetForegroundDisabledColorOk() (*string, bool)
GetForegroundDisabledColorOk returns a tuple with the ForegroundDisabledColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetForegroundMutedColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetForegroundMutedColor() string
GetForegroundMutedColor returns the ForegroundMutedColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetForegroundMutedColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetForegroundMutedColorOk() (*string, bool)
GetForegroundMutedColorOk returns a tuple with the ForegroundMutedColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetForegroundOnAccentColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetForegroundOnAccentColor() string
GetForegroundOnAccentColor returns the ForegroundOnAccentColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetForegroundOnAccentColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetForegroundOnAccentColorOk() (*string, bool)
GetForegroundOnAccentColorOk returns a tuple with the ForegroundOnAccentColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetForegroundOnDarkColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetForegroundOnDarkColor() string
GetForegroundOnDarkColor returns the ForegroundOnDarkColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetForegroundOnDarkColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetForegroundOnDarkColorOk() (*string, bool)
GetForegroundOnDarkColorOk returns a tuple with the ForegroundOnDarkColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetForegroundOnDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetForegroundOnDisabledColor() string
GetForegroundOnDisabledColor returns the ForegroundOnDisabledColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetForegroundOnDisabledColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetForegroundOnDisabledColorOk() (*string, bool)
GetForegroundOnDisabledColorOk returns a tuple with the ForegroundOnDisabledColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetForegroundSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetForegroundSubtleColor() string
GetForegroundSubtleColor returns the ForegroundSubtleColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetForegroundSubtleColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetForegroundSubtleColorOk() (*string, bool)
GetForegroundSubtleColorOk returns a tuple with the ForegroundSubtleColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetInputBackgroundColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetInputBackgroundColor() string
GetInputBackgroundColor returns the InputBackgroundColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetInputBackgroundColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetInputBackgroundColorOk() (*string, bool)
GetInputBackgroundColorOk returns a tuple with the InputBackgroundColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetInputDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetInputDisabledColor() string
GetInputDisabledColor returns the InputDisabledColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetInputDisabledColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetInputDisabledColorOk() (*string, bool)
GetInputDisabledColorOk returns a tuple with the InputDisabledColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetInputPlaceholderColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetInputPlaceholderColor() string
GetInputPlaceholderColor returns the InputPlaceholderColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetInputPlaceholderColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetInputPlaceholderColorOk() (*string, bool)
GetInputPlaceholderColorOk returns a tuple with the InputPlaceholderColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetInputTextColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetInputTextColor() string
GetInputTextColor returns the InputTextColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetInputTextColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetInputTextColorOk() (*string, bool)
GetInputTextColorOk returns a tuple with the InputTextColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetPrimaryColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetPrimaryColor() string
GetPrimaryColor returns the PrimaryColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetPrimaryColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetPrimaryColorOk() (*string, bool)
GetPrimaryColorOk returns a tuple with the PrimaryColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetSecondaryColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetSecondaryColor() string
GetSecondaryColor returns the SecondaryColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetSecondaryColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetSecondaryColorOk() (*string, bool)
GetSecondaryColorOk returns a tuple with the SecondaryColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetSuccessEmphasisColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetSuccessEmphasisColor() string
GetSuccessEmphasisColor returns the SuccessEmphasisColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetSuccessEmphasisColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetSuccessEmphasisColorOk() (*string, bool)
GetSuccessEmphasisColorOk returns a tuple with the SuccessEmphasisColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetTextDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetTextDefaultColor() string
GetTextDefaultColor returns the TextDefaultColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetTextDefaultColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetTextDefaultColorOk() (*string, bool)
GetTextDefaultColorOk returns a tuple with the TextDefaultColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) GetTextDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetTextDisabledColor() string
GetTextDisabledColor returns the TextDisabledColor field value if set, zero value otherwise.
func (*ProjectBrandingColors) GetTextDisabledColorOk ¶ added in v1.1.2
func (o *ProjectBrandingColors) GetTextDisabledColorOk() (*string, bool)
GetTextDisabledColorOk returns a tuple with the TextDisabledColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingColors) HasAccentDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasAccentDefaultColor() bool
HasAccentDefaultColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasAccentDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasAccentDisabledColor() bool
HasAccentDisabledColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasAccentEmphasisColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasAccentEmphasisColor() bool
HasAccentEmphasisColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasAccentMutedColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasAccentMutedColor() bool
HasAccentMutedColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasAccentSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasAccentSubtleColor() bool
HasAccentSubtleColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasBackgroundCanvasColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasBackgroundCanvasColor() bool
HasBackgroundCanvasColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasBackgroundSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasBackgroundSubtleColor() bool
HasBackgroundSubtleColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasBackgroundSurfaceColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasBackgroundSurfaceColor() bool
HasBackgroundSurfaceColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasBorderDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasBorderDefaultColor() bool
HasBorderDefaultColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasErrorDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasErrorDefaultColor() bool
HasErrorDefaultColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasErrorEmphasisColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasErrorEmphasisColor() bool
HasErrorEmphasisColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasErrorMutedColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasErrorMutedColor() bool
HasErrorMutedColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasErrorSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasErrorSubtleColor() bool
HasErrorSubtleColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasForegroundDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasForegroundDefaultColor() bool
HasForegroundDefaultColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasForegroundDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasForegroundDisabledColor() bool
HasForegroundDisabledColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasForegroundMutedColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasForegroundMutedColor() bool
HasForegroundMutedColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasForegroundOnAccentColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasForegroundOnAccentColor() bool
HasForegroundOnAccentColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasForegroundOnDarkColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasForegroundOnDarkColor() bool
HasForegroundOnDarkColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasForegroundOnDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasForegroundOnDisabledColor() bool
HasForegroundOnDisabledColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasForegroundSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasForegroundSubtleColor() bool
HasForegroundSubtleColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasInputBackgroundColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasInputBackgroundColor() bool
HasInputBackgroundColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasInputDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasInputDisabledColor() bool
HasInputDisabledColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasInputPlaceholderColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasInputPlaceholderColor() bool
HasInputPlaceholderColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasInputTextColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasInputTextColor() bool
HasInputTextColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasPrimaryColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasPrimaryColor() bool
HasPrimaryColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasSecondaryColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasSecondaryColor() bool
HasSecondaryColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasSuccessEmphasisColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasSuccessEmphasisColor() bool
HasSuccessEmphasisColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasTextDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasTextDefaultColor() bool
HasTextDefaultColor returns a boolean if a field has been set.
func (*ProjectBrandingColors) HasTextDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) HasTextDisabledColor() bool
HasTextDisabledColor returns a boolean if a field has been set.
func (ProjectBrandingColors) MarshalJSON ¶ added in v1.1.2
func (o ProjectBrandingColors) MarshalJSON() ([]byte, error)
func (*ProjectBrandingColors) SetAccentDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetAccentDefaultColor(v string)
SetAccentDefaultColor gets a reference to the given string and assigns it to the AccentDefaultColor field.
func (*ProjectBrandingColors) SetAccentDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetAccentDisabledColor(v string)
SetAccentDisabledColor gets a reference to the given string and assigns it to the AccentDisabledColor field.
func (*ProjectBrandingColors) SetAccentEmphasisColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetAccentEmphasisColor(v string)
SetAccentEmphasisColor gets a reference to the given string and assigns it to the AccentEmphasisColor field.
func (*ProjectBrandingColors) SetAccentMutedColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetAccentMutedColor(v string)
SetAccentMutedColor gets a reference to the given string and assigns it to the AccentMutedColor field.
func (*ProjectBrandingColors) SetAccentSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetAccentSubtleColor(v string)
SetAccentSubtleColor gets a reference to the given string and assigns it to the AccentSubtleColor field.
func (*ProjectBrandingColors) SetBackgroundCanvasColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetBackgroundCanvasColor(v string)
SetBackgroundCanvasColor gets a reference to the given string and assigns it to the BackgroundCanvasColor field.
func (*ProjectBrandingColors) SetBackgroundSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetBackgroundSubtleColor(v string)
SetBackgroundSubtleColor gets a reference to the given string and assigns it to the BackgroundSubtleColor field.
func (*ProjectBrandingColors) SetBackgroundSurfaceColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetBackgroundSurfaceColor(v string)
SetBackgroundSurfaceColor gets a reference to the given string and assigns it to the BackgroundSurfaceColor field.
func (*ProjectBrandingColors) SetBorderDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetBorderDefaultColor(v string)
SetBorderDefaultColor gets a reference to the given string and assigns it to the BorderDefaultColor field.
func (*ProjectBrandingColors) SetErrorDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetErrorDefaultColor(v string)
SetErrorDefaultColor gets a reference to the given string and assigns it to the ErrorDefaultColor field.
func (*ProjectBrandingColors) SetErrorEmphasisColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetErrorEmphasisColor(v string)
SetErrorEmphasisColor gets a reference to the given string and assigns it to the ErrorEmphasisColor field.
func (*ProjectBrandingColors) SetErrorMutedColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetErrorMutedColor(v string)
SetErrorMutedColor gets a reference to the given string and assigns it to the ErrorMutedColor field.
func (*ProjectBrandingColors) SetErrorSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetErrorSubtleColor(v string)
SetErrorSubtleColor gets a reference to the given string and assigns it to the ErrorSubtleColor field.
func (*ProjectBrandingColors) SetForegroundDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetForegroundDefaultColor(v string)
SetForegroundDefaultColor gets a reference to the given string and assigns it to the ForegroundDefaultColor field.
func (*ProjectBrandingColors) SetForegroundDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetForegroundDisabledColor(v string)
SetForegroundDisabledColor gets a reference to the given string and assigns it to the ForegroundDisabledColor field.
func (*ProjectBrandingColors) SetForegroundMutedColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetForegroundMutedColor(v string)
SetForegroundMutedColor gets a reference to the given string and assigns it to the ForegroundMutedColor field.
func (*ProjectBrandingColors) SetForegroundOnAccentColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetForegroundOnAccentColor(v string)
SetForegroundOnAccentColor gets a reference to the given string and assigns it to the ForegroundOnAccentColor field.
func (*ProjectBrandingColors) SetForegroundOnDarkColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetForegroundOnDarkColor(v string)
SetForegroundOnDarkColor gets a reference to the given string and assigns it to the ForegroundOnDarkColor field.
func (*ProjectBrandingColors) SetForegroundOnDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetForegroundOnDisabledColor(v string)
SetForegroundOnDisabledColor gets a reference to the given string and assigns it to the ForegroundOnDisabledColor field.
func (*ProjectBrandingColors) SetForegroundSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetForegroundSubtleColor(v string)
SetForegroundSubtleColor gets a reference to the given string and assigns it to the ForegroundSubtleColor field.
func (*ProjectBrandingColors) SetInputBackgroundColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetInputBackgroundColor(v string)
SetInputBackgroundColor gets a reference to the given string and assigns it to the InputBackgroundColor field.
func (*ProjectBrandingColors) SetInputDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetInputDisabledColor(v string)
SetInputDisabledColor gets a reference to the given string and assigns it to the InputDisabledColor field.
func (*ProjectBrandingColors) SetInputPlaceholderColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetInputPlaceholderColor(v string)
SetInputPlaceholderColor gets a reference to the given string and assigns it to the InputPlaceholderColor field.
func (*ProjectBrandingColors) SetInputTextColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetInputTextColor(v string)
SetInputTextColor gets a reference to the given string and assigns it to the InputTextColor field.
func (*ProjectBrandingColors) SetPrimaryColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetPrimaryColor(v string)
SetPrimaryColor gets a reference to the given string and assigns it to the PrimaryColor field.
func (*ProjectBrandingColors) SetSecondaryColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetSecondaryColor(v string)
SetSecondaryColor gets a reference to the given string and assigns it to the SecondaryColor field.
func (*ProjectBrandingColors) SetSuccessEmphasisColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetSuccessEmphasisColor(v string)
SetSuccessEmphasisColor gets a reference to the given string and assigns it to the SuccessEmphasisColor field.
func (*ProjectBrandingColors) SetTextDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetTextDefaultColor(v string)
SetTextDefaultColor gets a reference to the given string and assigns it to the TextDefaultColor field.
func (*ProjectBrandingColors) SetTextDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingColors) SetTextDisabledColor(v string)
SetTextDisabledColor gets a reference to the given string and assigns it to the TextDisabledColor field.
func (ProjectBrandingColors) ToMap ¶ added in v1.3.0
func (o ProjectBrandingColors) ToMap() (map[string]interface{}, error)
func (*ProjectBrandingColors) UnmarshalJSON ¶ added in v1.1.36
func (o *ProjectBrandingColors) UnmarshalJSON(data []byte) (err error)
type ProjectBrandingTheme ¶ added in v1.1.2
type ProjectBrandingTheme struct {
// AccentDefaultColor is a hex color code used by the Ory Account Experience theme.
AccentDefaultColor *string `json:"accent_default_color,omitempty"`
// AccentDisabledColor is a hex color code used by the Ory Account Experience theme.
AccentDisabledColor *string `json:"accent_disabled_color,omitempty"`
// AccentEmphasisColor is a hex color code used by the Ory Account Experience theme.
AccentEmphasisColor *string `json:"accent_emphasis_color,omitempty"`
// AccentMutedColor is a hex color code used by the Ory Account Experience theme.
AccentMutedColor *string `json:"accent_muted_color,omitempty"`
// AccentSubtleColor is a hex color code used by the Ory Account Experience theme.
AccentSubtleColor *string `json:"accent_subtle_color,omitempty"`
// The Account Experience Theme Variables.
AccountExperienceVariables []AccountExperienceThemeVariables `json:"account_experience_variables,omitempty"`
// AccountExperienceVariableStylesheet holds a reference to the current stylesheet that can be used in the AX
AccountExperienceVariablesStylesheet *string `json:"account_experience_variables_stylesheet,omitempty"`
// BackgroundCanvasColor is a hex color code used by the Ory Account Experience theme.
BackgroundCanvasColor *string `json:"background_canvas_color,omitempty"`
// BackgroundSubtleColor is a hex color code used by the Ory Account Experience theme.
BackgroundSubtleColor *string `json:"background_subtle_color,omitempty"`
// BackgroundSurfaceColor is a hex color code used by the Ory Account Experience theme.
BackgroundSurfaceColor *string `json:"background_surface_color,omitempty"`
// BorderDefaultColor is a hex color code used by the Ory Account Experience theme.
BorderDefaultColor *string `json:"border_default_color,omitempty"`
// The Customization Creation Date.
CreatedAt time.Time `json:"created_at"`
// ErrorDefaultColor is a hex color code used by the Ory Account Experience theme.
ErrorDefaultColor *string `json:"error_default_color,omitempty"`
// ErrorEmphasisColor is a hex color code used by the Ory Account Experience theme.
ErrorEmphasisColor *string `json:"error_emphasis_color,omitempty"`
// ErrorMutedColor is a hex color code used by the Ory Account Experience theme.
ErrorMutedColor *string `json:"error_muted_color,omitempty"`
// ErrorSubtleColor is a hex color code used by the Ory Account Experience theme.
ErrorSubtleColor *string `json:"error_subtle_color,omitempty"`
// Favicon Type The Favicon mime type.
FaviconType *string `json:"favicon_type,omitempty"`
// Favicon URL Favicon can be an https:// or base64:// URL. If the URL is not allowed, the favicon will be stored inside the Ory Network storage bucket.
FaviconUrl *string `json:"favicon_url,omitempty"`
// ForegroundDefaultColor is a hex color code used by the Ory Account Experience theme.
ForegroundDefaultColor *string `json:"foreground_default_color,omitempty"`
// ForegroundDisabledColor is a hex color code used by the Ory Account Experience theme.
ForegroundDisabledColor *string `json:"foreground_disabled_color,omitempty"`
// ForegroundMutedColor is a hex color code used by the Ory Account Experience theme.
ForegroundMutedColor *string `json:"foreground_muted_color,omitempty"`
// ForegroundOnAccentColor is a hex color code used by the Ory Account Experience theme.
ForegroundOnAccentColor *string `json:"foreground_on_accent_color,omitempty"`
// ForegroundOnDarkColor is a hex color code used by the Ory Account Experience theme.
ForegroundOnDarkColor *string `json:"foreground_on_dark_color,omitempty"`
// ForegroundOnDisabledColor is a hex color code used by the Ory Account Experience theme.
ForegroundOnDisabledColor *string `json:"foreground_on_disabled_color,omitempty"`
// ForegroundSubtleColor is a hex color code used by the Ory Account Experience theme.
ForegroundSubtleColor *string `json:"foreground_subtle_color,omitempty"`
// The customization theme ID.
Id string `json:"id"`
// InputBackgroundColor is a hex color code used by the Ory Account Experience theme.
InputBackgroundColor *string `json:"input_background_color,omitempty"`
// InputDisabledColor is a hex color code used by the Ory Account Experience theme.
InputDisabledColor *string `json:"input_disabled_color,omitempty"`
// InputPlaceholderColor is a hex color code used by the Ory Account Experience theme.
InputPlaceholderColor *string `json:"input_placeholder_color,omitempty"`
// InputTextColor is a hex color code used by the Ory Account Experience theme.
InputTextColor *string `json:"input_text_color,omitempty"`
// Logo Type The Logo mime type.
LogoType *string `json:"logo_type,omitempty"`
// Logo URL Logo can be an https:// or base64:// URL. If the URL is not allowed, the logo will be stored inside the Ory Network storage bucket.
LogoUrl *string `json:"logo_url,omitempty"`
// The customization theme name.
Name string `json:"name"`
// Primary color is an hsla color value used to derive the other colors from for the Ory Account Experience theme.
PrimaryColor *string `json:"primary_color,omitempty"`
// The ProjectBranding ID this customization is associated with.
ProjectBrandingId string `json:"project_branding_id"`
// Secondary color is a hsla color code used to derive the other colors from for the Ory Account Experience theme.
SecondaryColor *string `json:"secondary_color,omitempty"`
// SuccessEmphasisColor is a hex color code used by the Ory Account Experience theme.
SuccessEmphasisColor *string `json:"success_emphasis_color,omitempty"`
// TextDefaultColor is a hex color code used by the Ory Account Experience theme.
TextDefaultColor *string `json:"text_default_color,omitempty"`
// TextDisabledColor is a hex color code used by the Ory Account Experience theme.
TextDisabledColor *string `json:"text_disabled_color,omitempty"`
// Last Time Branding was Updated.
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
ProjectBrandingTheme struct for ProjectBrandingTheme
func NewProjectBrandingTheme ¶ added in v1.1.2
func NewProjectBrandingTheme(createdAt time.Time, id string, name string, projectBrandingId string, updatedAt time.Time) *ProjectBrandingTheme
NewProjectBrandingTheme instantiates a new ProjectBrandingTheme 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 NewProjectBrandingThemeWithDefaults ¶ added in v1.1.2
func NewProjectBrandingThemeWithDefaults() *ProjectBrandingTheme
NewProjectBrandingThemeWithDefaults instantiates a new ProjectBrandingTheme 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 (*ProjectBrandingTheme) GetAccentDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetAccentDefaultColor() string
GetAccentDefaultColor returns the AccentDefaultColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetAccentDefaultColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetAccentDefaultColorOk() (*string, bool)
GetAccentDefaultColorOk returns a tuple with the AccentDefaultColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetAccentDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetAccentDisabledColor() string
GetAccentDisabledColor returns the AccentDisabledColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetAccentDisabledColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetAccentDisabledColorOk() (*string, bool)
GetAccentDisabledColorOk returns a tuple with the AccentDisabledColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetAccentEmphasisColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetAccentEmphasisColor() string
GetAccentEmphasisColor returns the AccentEmphasisColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetAccentEmphasisColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetAccentEmphasisColorOk() (*string, bool)
GetAccentEmphasisColorOk returns a tuple with the AccentEmphasisColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetAccentMutedColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetAccentMutedColor() string
GetAccentMutedColor returns the AccentMutedColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetAccentMutedColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetAccentMutedColorOk() (*string, bool)
GetAccentMutedColorOk returns a tuple with the AccentMutedColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetAccentSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetAccentSubtleColor() string
GetAccentSubtleColor returns the AccentSubtleColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetAccentSubtleColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetAccentSubtleColorOk() (*string, bool)
GetAccentSubtleColorOk returns a tuple with the AccentSubtleColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetAccountExperienceVariables ¶ added in v1.11.10
func (o *ProjectBrandingTheme) GetAccountExperienceVariables() []AccountExperienceThemeVariables
GetAccountExperienceVariables returns the AccountExperienceVariables field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetAccountExperienceVariablesOk ¶ added in v1.11.10
func (o *ProjectBrandingTheme) GetAccountExperienceVariablesOk() ([]AccountExperienceThemeVariables, bool)
GetAccountExperienceVariablesOk returns a tuple with the AccountExperienceVariables field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetAccountExperienceVariablesStylesheet ¶ added in v1.11.10
func (o *ProjectBrandingTheme) GetAccountExperienceVariablesStylesheet() string
GetAccountExperienceVariablesStylesheet returns the AccountExperienceVariablesStylesheet field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetAccountExperienceVariablesStylesheetOk ¶ added in v1.11.10
func (o *ProjectBrandingTheme) GetAccountExperienceVariablesStylesheetOk() (*string, bool)
GetAccountExperienceVariablesStylesheetOk returns a tuple with the AccountExperienceVariablesStylesheet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetBackgroundCanvasColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetBackgroundCanvasColor() string
GetBackgroundCanvasColor returns the BackgroundCanvasColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetBackgroundCanvasColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetBackgroundCanvasColorOk() (*string, bool)
GetBackgroundCanvasColorOk returns a tuple with the BackgroundCanvasColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetBackgroundSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetBackgroundSubtleColor() string
GetBackgroundSubtleColor returns the BackgroundSubtleColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetBackgroundSubtleColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetBackgroundSubtleColorOk() (*string, bool)
GetBackgroundSubtleColorOk returns a tuple with the BackgroundSubtleColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetBackgroundSurfaceColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetBackgroundSurfaceColor() string
GetBackgroundSurfaceColor returns the BackgroundSurfaceColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetBackgroundSurfaceColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetBackgroundSurfaceColorOk() (*string, bool)
GetBackgroundSurfaceColorOk returns a tuple with the BackgroundSurfaceColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetBorderDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetBorderDefaultColor() string
GetBorderDefaultColor returns the BorderDefaultColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetBorderDefaultColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetBorderDefaultColorOk() (*string, bool)
GetBorderDefaultColorOk returns a tuple with the BorderDefaultColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetCreatedAt ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ProjectBrandingTheme) GetCreatedAtOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetErrorDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetErrorDefaultColor() string
GetErrorDefaultColor returns the ErrorDefaultColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetErrorDefaultColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetErrorDefaultColorOk() (*string, bool)
GetErrorDefaultColorOk returns a tuple with the ErrorDefaultColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetErrorEmphasisColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetErrorEmphasisColor() string
GetErrorEmphasisColor returns the ErrorEmphasisColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetErrorEmphasisColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetErrorEmphasisColorOk() (*string, bool)
GetErrorEmphasisColorOk returns a tuple with the ErrorEmphasisColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetErrorMutedColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetErrorMutedColor() string
GetErrorMutedColor returns the ErrorMutedColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetErrorMutedColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetErrorMutedColorOk() (*string, bool)
GetErrorMutedColorOk returns a tuple with the ErrorMutedColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetErrorSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetErrorSubtleColor() string
GetErrorSubtleColor returns the ErrorSubtleColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetErrorSubtleColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetErrorSubtleColorOk() (*string, bool)
GetErrorSubtleColorOk returns a tuple with the ErrorSubtleColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetFaviconType ¶ added in v1.2.0
func (o *ProjectBrandingTheme) GetFaviconType() string
GetFaviconType returns the FaviconType field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetFaviconTypeOk ¶ added in v1.2.0
func (o *ProjectBrandingTheme) GetFaviconTypeOk() (*string, bool)
GetFaviconTypeOk returns a tuple with the FaviconType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetFaviconUrl ¶ added in v1.2.0
func (o *ProjectBrandingTheme) GetFaviconUrl() string
GetFaviconUrl returns the FaviconUrl field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetFaviconUrlOk ¶ added in v1.2.0
func (o *ProjectBrandingTheme) GetFaviconUrlOk() (*string, bool)
GetFaviconUrlOk returns a tuple with the FaviconUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetForegroundDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetForegroundDefaultColor() string
GetForegroundDefaultColor returns the ForegroundDefaultColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetForegroundDefaultColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetForegroundDefaultColorOk() (*string, bool)
GetForegroundDefaultColorOk returns a tuple with the ForegroundDefaultColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetForegroundDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetForegroundDisabledColor() string
GetForegroundDisabledColor returns the ForegroundDisabledColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetForegroundDisabledColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetForegroundDisabledColorOk() (*string, bool)
GetForegroundDisabledColorOk returns a tuple with the ForegroundDisabledColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetForegroundMutedColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetForegroundMutedColor() string
GetForegroundMutedColor returns the ForegroundMutedColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetForegroundMutedColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetForegroundMutedColorOk() (*string, bool)
GetForegroundMutedColorOk returns a tuple with the ForegroundMutedColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetForegroundOnAccentColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetForegroundOnAccentColor() string
GetForegroundOnAccentColor returns the ForegroundOnAccentColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetForegroundOnAccentColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetForegroundOnAccentColorOk() (*string, bool)
GetForegroundOnAccentColorOk returns a tuple with the ForegroundOnAccentColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetForegroundOnDarkColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetForegroundOnDarkColor() string
GetForegroundOnDarkColor returns the ForegroundOnDarkColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetForegroundOnDarkColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetForegroundOnDarkColorOk() (*string, bool)
GetForegroundOnDarkColorOk returns a tuple with the ForegroundOnDarkColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetForegroundOnDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetForegroundOnDisabledColor() string
GetForegroundOnDisabledColor returns the ForegroundOnDisabledColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetForegroundOnDisabledColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetForegroundOnDisabledColorOk() (*string, bool)
GetForegroundOnDisabledColorOk returns a tuple with the ForegroundOnDisabledColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetForegroundSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetForegroundSubtleColor() string
GetForegroundSubtleColor returns the ForegroundSubtleColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetForegroundSubtleColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetForegroundSubtleColorOk() (*string, bool)
GetForegroundSubtleColorOk returns a tuple with the ForegroundSubtleColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetId ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetId() string
GetId returns the Id field value
func (*ProjectBrandingTheme) GetIdOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetInputBackgroundColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetInputBackgroundColor() string
GetInputBackgroundColor returns the InputBackgroundColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetInputBackgroundColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetInputBackgroundColorOk() (*string, bool)
GetInputBackgroundColorOk returns a tuple with the InputBackgroundColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetInputDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetInputDisabledColor() string
GetInputDisabledColor returns the InputDisabledColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetInputDisabledColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetInputDisabledColorOk() (*string, bool)
GetInputDisabledColorOk returns a tuple with the InputDisabledColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetInputPlaceholderColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetInputPlaceholderColor() string
GetInputPlaceholderColor returns the InputPlaceholderColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetInputPlaceholderColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetInputPlaceholderColorOk() (*string, bool)
GetInputPlaceholderColorOk returns a tuple with the InputPlaceholderColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetInputTextColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetInputTextColor() string
GetInputTextColor returns the InputTextColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetInputTextColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetInputTextColorOk() (*string, bool)
GetInputTextColorOk returns a tuple with the InputTextColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetLogoType ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetLogoType() string
GetLogoType returns the LogoType field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetLogoTypeOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetLogoTypeOk() (*string, bool)
GetLogoTypeOk returns a tuple with the LogoType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetLogoUrl ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetLogoUrl() string
GetLogoUrl returns the LogoUrl field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetLogoUrlOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetLogoUrlOk() (*string, bool)
GetLogoUrlOk returns a tuple with the LogoUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetName ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetName() string
GetName returns the Name field value
func (*ProjectBrandingTheme) GetNameOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetPrimaryColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetPrimaryColor() string
GetPrimaryColor returns the PrimaryColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetPrimaryColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetPrimaryColorOk() (*string, bool)
GetPrimaryColorOk returns a tuple with the PrimaryColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetProjectBrandingId ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetProjectBrandingId() string
GetProjectBrandingId returns the ProjectBrandingId field value
func (*ProjectBrandingTheme) GetProjectBrandingIdOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetProjectBrandingIdOk() (*string, bool)
GetProjectBrandingIdOk returns a tuple with the ProjectBrandingId field value and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetSecondaryColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetSecondaryColor() string
GetSecondaryColor returns the SecondaryColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetSecondaryColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetSecondaryColorOk() (*string, bool)
GetSecondaryColorOk returns a tuple with the SecondaryColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetSuccessEmphasisColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetSuccessEmphasisColor() string
GetSuccessEmphasisColor returns the SuccessEmphasisColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetSuccessEmphasisColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetSuccessEmphasisColorOk() (*string, bool)
GetSuccessEmphasisColorOk returns a tuple with the SuccessEmphasisColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetTextDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetTextDefaultColor() string
GetTextDefaultColor returns the TextDefaultColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetTextDefaultColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetTextDefaultColorOk() (*string, bool)
GetTextDefaultColorOk returns a tuple with the TextDefaultColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetTextDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetTextDisabledColor() string
GetTextDisabledColor returns the TextDisabledColor field value if set, zero value otherwise.
func (*ProjectBrandingTheme) GetTextDisabledColorOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetTextDisabledColorOk() (*string, bool)
GetTextDisabledColorOk returns a tuple with the TextDisabledColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) GetUpdatedAt ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*ProjectBrandingTheme) GetUpdatedAtOk ¶ added in v1.1.2
func (o *ProjectBrandingTheme) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*ProjectBrandingTheme) HasAccentDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasAccentDefaultColor() bool
HasAccentDefaultColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasAccentDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasAccentDisabledColor() bool
HasAccentDisabledColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasAccentEmphasisColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasAccentEmphasisColor() bool
HasAccentEmphasisColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasAccentMutedColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasAccentMutedColor() bool
HasAccentMutedColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasAccentSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasAccentSubtleColor() bool
HasAccentSubtleColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasAccountExperienceVariables ¶ added in v1.11.10
func (o *ProjectBrandingTheme) HasAccountExperienceVariables() bool
HasAccountExperienceVariables returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasAccountExperienceVariablesStylesheet ¶ added in v1.11.10
func (o *ProjectBrandingTheme) HasAccountExperienceVariablesStylesheet() bool
HasAccountExperienceVariablesStylesheet returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasBackgroundCanvasColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasBackgroundCanvasColor() bool
HasBackgroundCanvasColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasBackgroundSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasBackgroundSubtleColor() bool
HasBackgroundSubtleColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasBackgroundSurfaceColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasBackgroundSurfaceColor() bool
HasBackgroundSurfaceColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasBorderDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasBorderDefaultColor() bool
HasBorderDefaultColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasErrorDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasErrorDefaultColor() bool
HasErrorDefaultColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasErrorEmphasisColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasErrorEmphasisColor() bool
HasErrorEmphasisColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasErrorMutedColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasErrorMutedColor() bool
HasErrorMutedColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasErrorSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasErrorSubtleColor() bool
HasErrorSubtleColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasFaviconType ¶ added in v1.2.0
func (o *ProjectBrandingTheme) HasFaviconType() bool
HasFaviconType returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasFaviconUrl ¶ added in v1.2.0
func (o *ProjectBrandingTheme) HasFaviconUrl() bool
HasFaviconUrl returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasForegroundDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasForegroundDefaultColor() bool
HasForegroundDefaultColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasForegroundDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasForegroundDisabledColor() bool
HasForegroundDisabledColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasForegroundMutedColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasForegroundMutedColor() bool
HasForegroundMutedColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasForegroundOnAccentColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasForegroundOnAccentColor() bool
HasForegroundOnAccentColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasForegroundOnDarkColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasForegroundOnDarkColor() bool
HasForegroundOnDarkColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasForegroundOnDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasForegroundOnDisabledColor() bool
HasForegroundOnDisabledColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasForegroundSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasForegroundSubtleColor() bool
HasForegroundSubtleColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasInputBackgroundColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasInputBackgroundColor() bool
HasInputBackgroundColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasInputDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasInputDisabledColor() bool
HasInputDisabledColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasInputPlaceholderColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasInputPlaceholderColor() bool
HasInputPlaceholderColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasInputTextColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasInputTextColor() bool
HasInputTextColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasLogoType ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasLogoType() bool
HasLogoType returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasLogoUrl ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasLogoUrl() bool
HasLogoUrl returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasPrimaryColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasPrimaryColor() bool
HasPrimaryColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasSecondaryColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasSecondaryColor() bool
HasSecondaryColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasSuccessEmphasisColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasSuccessEmphasisColor() bool
HasSuccessEmphasisColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasTextDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasTextDefaultColor() bool
HasTextDefaultColor returns a boolean if a field has been set.
func (*ProjectBrandingTheme) HasTextDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) HasTextDisabledColor() bool
HasTextDisabledColor returns a boolean if a field has been set.
func (ProjectBrandingTheme) MarshalJSON ¶ added in v1.1.2
func (o ProjectBrandingTheme) MarshalJSON() ([]byte, error)
func (*ProjectBrandingTheme) SetAccentDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetAccentDefaultColor(v string)
SetAccentDefaultColor gets a reference to the given string and assigns it to the AccentDefaultColor field.
func (*ProjectBrandingTheme) SetAccentDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetAccentDisabledColor(v string)
SetAccentDisabledColor gets a reference to the given string and assigns it to the AccentDisabledColor field.
func (*ProjectBrandingTheme) SetAccentEmphasisColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetAccentEmphasisColor(v string)
SetAccentEmphasisColor gets a reference to the given string and assigns it to the AccentEmphasisColor field.
func (*ProjectBrandingTheme) SetAccentMutedColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetAccentMutedColor(v string)
SetAccentMutedColor gets a reference to the given string and assigns it to the AccentMutedColor field.
func (*ProjectBrandingTheme) SetAccentSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetAccentSubtleColor(v string)
SetAccentSubtleColor gets a reference to the given string and assigns it to the AccentSubtleColor field.
func (*ProjectBrandingTheme) SetAccountExperienceVariables ¶ added in v1.11.10
func (o *ProjectBrandingTheme) SetAccountExperienceVariables(v []AccountExperienceThemeVariables)
SetAccountExperienceVariables gets a reference to the given []AccountExperienceThemeVariables and assigns it to the AccountExperienceVariables field.
func (*ProjectBrandingTheme) SetAccountExperienceVariablesStylesheet ¶ added in v1.11.10
func (o *ProjectBrandingTheme) SetAccountExperienceVariablesStylesheet(v string)
SetAccountExperienceVariablesStylesheet gets a reference to the given string and assigns it to the AccountExperienceVariablesStylesheet field.
func (*ProjectBrandingTheme) SetBackgroundCanvasColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetBackgroundCanvasColor(v string)
SetBackgroundCanvasColor gets a reference to the given string and assigns it to the BackgroundCanvasColor field.
func (*ProjectBrandingTheme) SetBackgroundSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetBackgroundSubtleColor(v string)
SetBackgroundSubtleColor gets a reference to the given string and assigns it to the BackgroundSubtleColor field.
func (*ProjectBrandingTheme) SetBackgroundSurfaceColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetBackgroundSurfaceColor(v string)
SetBackgroundSurfaceColor gets a reference to the given string and assigns it to the BackgroundSurfaceColor field.
func (*ProjectBrandingTheme) SetBorderDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetBorderDefaultColor(v string)
SetBorderDefaultColor gets a reference to the given string and assigns it to the BorderDefaultColor field.
func (*ProjectBrandingTheme) SetCreatedAt ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ProjectBrandingTheme) SetErrorDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetErrorDefaultColor(v string)
SetErrorDefaultColor gets a reference to the given string and assigns it to the ErrorDefaultColor field.
func (*ProjectBrandingTheme) SetErrorEmphasisColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetErrorEmphasisColor(v string)
SetErrorEmphasisColor gets a reference to the given string and assigns it to the ErrorEmphasisColor field.
func (*ProjectBrandingTheme) SetErrorMutedColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetErrorMutedColor(v string)
SetErrorMutedColor gets a reference to the given string and assigns it to the ErrorMutedColor field.
func (*ProjectBrandingTheme) SetErrorSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetErrorSubtleColor(v string)
SetErrorSubtleColor gets a reference to the given string and assigns it to the ErrorSubtleColor field.
func (*ProjectBrandingTheme) SetFaviconType ¶ added in v1.2.0
func (o *ProjectBrandingTheme) SetFaviconType(v string)
SetFaviconType gets a reference to the given string and assigns it to the FaviconType field.
func (*ProjectBrandingTheme) SetFaviconUrl ¶ added in v1.2.0
func (o *ProjectBrandingTheme) SetFaviconUrl(v string)
SetFaviconUrl gets a reference to the given string and assigns it to the FaviconUrl field.
func (*ProjectBrandingTheme) SetForegroundDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetForegroundDefaultColor(v string)
SetForegroundDefaultColor gets a reference to the given string and assigns it to the ForegroundDefaultColor field.
func (*ProjectBrandingTheme) SetForegroundDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetForegroundDisabledColor(v string)
SetForegroundDisabledColor gets a reference to the given string and assigns it to the ForegroundDisabledColor field.
func (*ProjectBrandingTheme) SetForegroundMutedColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetForegroundMutedColor(v string)
SetForegroundMutedColor gets a reference to the given string and assigns it to the ForegroundMutedColor field.
func (*ProjectBrandingTheme) SetForegroundOnAccentColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetForegroundOnAccentColor(v string)
SetForegroundOnAccentColor gets a reference to the given string and assigns it to the ForegroundOnAccentColor field.
func (*ProjectBrandingTheme) SetForegroundOnDarkColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetForegroundOnDarkColor(v string)
SetForegroundOnDarkColor gets a reference to the given string and assigns it to the ForegroundOnDarkColor field.
func (*ProjectBrandingTheme) SetForegroundOnDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetForegroundOnDisabledColor(v string)
SetForegroundOnDisabledColor gets a reference to the given string and assigns it to the ForegroundOnDisabledColor field.
func (*ProjectBrandingTheme) SetForegroundSubtleColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetForegroundSubtleColor(v string)
SetForegroundSubtleColor gets a reference to the given string and assigns it to the ForegroundSubtleColor field.
func (*ProjectBrandingTheme) SetId ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetId(v string)
SetId sets field value
func (*ProjectBrandingTheme) SetInputBackgroundColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetInputBackgroundColor(v string)
SetInputBackgroundColor gets a reference to the given string and assigns it to the InputBackgroundColor field.
func (*ProjectBrandingTheme) SetInputDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetInputDisabledColor(v string)
SetInputDisabledColor gets a reference to the given string and assigns it to the InputDisabledColor field.
func (*ProjectBrandingTheme) SetInputPlaceholderColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetInputPlaceholderColor(v string)
SetInputPlaceholderColor gets a reference to the given string and assigns it to the InputPlaceholderColor field.
func (*ProjectBrandingTheme) SetInputTextColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetInputTextColor(v string)
SetInputTextColor gets a reference to the given string and assigns it to the InputTextColor field.
func (*ProjectBrandingTheme) SetLogoType ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetLogoType(v string)
SetLogoType gets a reference to the given string and assigns it to the LogoType field.
func (*ProjectBrandingTheme) SetLogoUrl ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetLogoUrl(v string)
SetLogoUrl gets a reference to the given string and assigns it to the LogoUrl field.
func (*ProjectBrandingTheme) SetName ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetName(v string)
SetName sets field value
func (*ProjectBrandingTheme) SetPrimaryColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetPrimaryColor(v string)
SetPrimaryColor gets a reference to the given string and assigns it to the PrimaryColor field.
func (*ProjectBrandingTheme) SetProjectBrandingId ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetProjectBrandingId(v string)
SetProjectBrandingId sets field value
func (*ProjectBrandingTheme) SetSecondaryColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetSecondaryColor(v string)
SetSecondaryColor gets a reference to the given string and assigns it to the SecondaryColor field.
func (*ProjectBrandingTheme) SetSuccessEmphasisColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetSuccessEmphasisColor(v string)
SetSuccessEmphasisColor gets a reference to the given string and assigns it to the SuccessEmphasisColor field.
func (*ProjectBrandingTheme) SetTextDefaultColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetTextDefaultColor(v string)
SetTextDefaultColor gets a reference to the given string and assigns it to the TextDefaultColor field.
func (*ProjectBrandingTheme) SetTextDisabledColor ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetTextDisabledColor(v string)
SetTextDisabledColor gets a reference to the given string and assigns it to the TextDisabledColor field.
func (*ProjectBrandingTheme) SetUpdatedAt ¶ added in v1.1.2
func (o *ProjectBrandingTheme) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (ProjectBrandingTheme) ToMap ¶ added in v1.3.0
func (o ProjectBrandingTheme) ToMap() (map[string]interface{}, error)
func (*ProjectBrandingTheme) UnmarshalJSON ¶ added in v1.1.36
func (o *ProjectBrandingTheme) UnmarshalJSON(data []byte) (err error)
type ProjectCors ¶ added in v1.2.14
type ProjectCors struct {
// Whether CORS is enabled for this endpoint.
Enabled *bool `json:"enabled,omitempty"`
// The allowed origins. Use `*` to allow all origins. A wildcard can also be used in the subdomain, i.e. `https://_*.example.com` will allow all origins on all subdomains of `example.com`.
Origins []string `json:"origins,omitempty"`
AdditionalProperties map[string]interface{}
}
ProjectCors struct for ProjectCors
func NewProjectCors ¶ added in v1.2.14
func NewProjectCors() *ProjectCors
NewProjectCors instantiates a new ProjectCors 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 NewProjectCorsWithDefaults ¶ added in v1.2.14
func NewProjectCorsWithDefaults() *ProjectCors
NewProjectCorsWithDefaults instantiates a new ProjectCors 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 (*ProjectCors) GetEnabled ¶ added in v1.2.14
func (o *ProjectCors) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*ProjectCors) GetEnabledOk ¶ added in v1.2.14
func (o *ProjectCors) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectCors) GetOrigins ¶ added in v1.2.14
func (o *ProjectCors) GetOrigins() []string
GetOrigins returns the Origins field value if set, zero value otherwise.
func (*ProjectCors) GetOriginsOk ¶ added in v1.2.14
func (o *ProjectCors) GetOriginsOk() ([]string, bool)
GetOriginsOk returns a tuple with the Origins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectCors) HasEnabled ¶ added in v1.4.1
func (o *ProjectCors) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (*ProjectCors) HasOrigins ¶ added in v1.4.1
func (o *ProjectCors) HasOrigins() bool
HasOrigins returns a boolean if a field has been set.
func (ProjectCors) MarshalJSON ¶ added in v1.2.14
func (o ProjectCors) MarshalJSON() ([]byte, error)
func (*ProjectCors) SetEnabled ¶ added in v1.2.14
func (o *ProjectCors) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*ProjectCors) SetOrigins ¶ added in v1.2.14
func (o *ProjectCors) SetOrigins(v []string)
SetOrigins gets a reference to the given []string and assigns it to the Origins field.
func (ProjectCors) ToMap ¶ added in v1.3.0
func (o ProjectCors) ToMap() (map[string]interface{}, error)
func (*ProjectCors) UnmarshalJSON ¶ added in v1.2.14
func (o *ProjectCors) UnmarshalJSON(data []byte) (err error)
type ProjectEventsDatapoint ¶ added in v1.4.8
type ProjectEventsDatapoint struct {
// Event attributes with details
Attributes []Attribute `json:"attributes"`
// Name of the event
Name string `json:"name"`
// Time of occurence
Timestamp time.Time `json:"timestamp"`
AdditionalProperties map[string]interface{}
}
ProjectEventsDatapoint struct for ProjectEventsDatapoint
func NewProjectEventsDatapoint ¶ added in v1.4.8
func NewProjectEventsDatapoint(attributes []Attribute, name string, timestamp time.Time) *ProjectEventsDatapoint
NewProjectEventsDatapoint instantiates a new ProjectEventsDatapoint 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 NewProjectEventsDatapointWithDefaults ¶ added in v1.4.8
func NewProjectEventsDatapointWithDefaults() *ProjectEventsDatapoint
NewProjectEventsDatapointWithDefaults instantiates a new ProjectEventsDatapoint 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 (*ProjectEventsDatapoint) GetAttributes ¶ added in v1.4.8
func (o *ProjectEventsDatapoint) GetAttributes() []Attribute
GetAttributes returns the Attributes field value
func (*ProjectEventsDatapoint) GetAttributesOk ¶ added in v1.4.8
func (o *ProjectEventsDatapoint) GetAttributesOk() ([]Attribute, bool)
GetAttributesOk returns a tuple with the Attributes field value and a boolean to check if the value has been set.
func (*ProjectEventsDatapoint) GetName ¶ added in v1.4.8
func (o *ProjectEventsDatapoint) GetName() string
GetName returns the Name field value
func (*ProjectEventsDatapoint) GetNameOk ¶ added in v1.4.8
func (o *ProjectEventsDatapoint) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProjectEventsDatapoint) GetTimestamp ¶ added in v1.4.8
func (o *ProjectEventsDatapoint) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field value
func (*ProjectEventsDatapoint) GetTimestampOk ¶ added in v1.4.8
func (o *ProjectEventsDatapoint) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.
func (ProjectEventsDatapoint) MarshalJSON ¶ added in v1.4.8
func (o ProjectEventsDatapoint) MarshalJSON() ([]byte, error)
func (*ProjectEventsDatapoint) SetAttributes ¶ added in v1.4.8
func (o *ProjectEventsDatapoint) SetAttributes(v []Attribute)
SetAttributes sets field value
func (*ProjectEventsDatapoint) SetName ¶ added in v1.4.8
func (o *ProjectEventsDatapoint) SetName(v string)
SetName sets field value
func (*ProjectEventsDatapoint) SetTimestamp ¶ added in v1.4.8
func (o *ProjectEventsDatapoint) SetTimestamp(v time.Time)
SetTimestamp sets field value
func (ProjectEventsDatapoint) ToMap ¶ added in v1.4.8
func (o ProjectEventsDatapoint) ToMap() (map[string]interface{}, error)
func (*ProjectEventsDatapoint) UnmarshalJSON ¶ added in v1.4.8
func (o *ProjectEventsDatapoint) UnmarshalJSON(data []byte) (err error)
type ProjectHost ¶
type ProjectHost struct {
// The project's host.
Host string `json:"host"`
// The mapping's ID.
Id string `json:"id"`
// The Revision's Project ID
ProjectId string `json:"project_id"`
AdditionalProperties map[string]interface{}
}
ProjectHost struct for ProjectHost
func NewProjectHost ¶
func NewProjectHost(host string, id string, projectId string) *ProjectHost
NewProjectHost instantiates a new ProjectHost 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 NewProjectHostWithDefaults ¶
func NewProjectHostWithDefaults() *ProjectHost
NewProjectHostWithDefaults instantiates a new ProjectHost 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 (*ProjectHost) GetHost ¶
func (o *ProjectHost) GetHost() string
GetHost returns the Host field value
func (*ProjectHost) GetHostOk ¶
func (o *ProjectHost) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (*ProjectHost) GetIdOk ¶
func (o *ProjectHost) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ProjectHost) GetProjectId ¶
func (o *ProjectHost) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*ProjectHost) GetProjectIdOk ¶
func (o *ProjectHost) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (ProjectHost) MarshalJSON ¶
func (o ProjectHost) MarshalJSON() ([]byte, error)
func (*ProjectHost) SetProjectId ¶
func (o *ProjectHost) SetProjectId(v string)
SetProjectId sets field value
func (ProjectHost) ToMap ¶ added in v1.3.0
func (o ProjectHost) ToMap() (map[string]interface{}, error)
func (*ProjectHost) UnmarshalJSON ¶ added in v1.1.36
func (o *ProjectHost) UnmarshalJSON(data []byte) (err error)
type ProjectMember ¶ added in v1.8.0
type ProjectMember struct {
Email string `json:"email"`
EmailVerified bool `json:"email_verified"`
Id string `json:"id"`
Name string `json:"name"`
Role string `json:"role"`
AdditionalProperties map[string]interface{}
}
ProjectMember struct for ProjectMember
func NewProjectMember ¶ added in v1.8.0
func NewProjectMember(email string, emailVerified bool, id string, name string, role string) *ProjectMember
NewProjectMember instantiates a new ProjectMember 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 NewProjectMemberWithDefaults ¶ added in v1.8.0
func NewProjectMemberWithDefaults() *ProjectMember
NewProjectMemberWithDefaults instantiates a new ProjectMember 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 (*ProjectMember) GetEmail ¶ added in v1.8.0
func (o *ProjectMember) GetEmail() string
GetEmail returns the Email field value
func (*ProjectMember) GetEmailOk ¶ added in v1.8.0
func (o *ProjectMember) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*ProjectMember) GetEmailVerified ¶ added in v1.14.0
func (o *ProjectMember) GetEmailVerified() bool
GetEmailVerified returns the EmailVerified field value
func (*ProjectMember) GetEmailVerifiedOk ¶ added in v1.14.0
func (o *ProjectMember) GetEmailVerifiedOk() (*bool, bool)
GetEmailVerifiedOk returns a tuple with the EmailVerified field value and a boolean to check if the value has been set.
func (*ProjectMember) GetId ¶ added in v1.8.0
func (o *ProjectMember) GetId() string
GetId returns the Id field value
func (*ProjectMember) GetIdOk ¶ added in v1.8.0
func (o *ProjectMember) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ProjectMember) GetName ¶ added in v1.8.0
func (o *ProjectMember) GetName() string
GetName returns the Name field value
func (*ProjectMember) GetNameOk ¶ added in v1.8.0
func (o *ProjectMember) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProjectMember) GetRole ¶ added in v1.8.0
func (o *ProjectMember) GetRole() string
GetRole returns the Role field value
func (*ProjectMember) GetRoleOk ¶ added in v1.8.0
func (o *ProjectMember) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (ProjectMember) MarshalJSON ¶ added in v1.8.0
func (o ProjectMember) MarshalJSON() ([]byte, error)
func (*ProjectMember) SetEmail ¶ added in v1.8.0
func (o *ProjectMember) SetEmail(v string)
SetEmail sets field value
func (*ProjectMember) SetEmailVerified ¶ added in v1.14.0
func (o *ProjectMember) SetEmailVerified(v bool)
SetEmailVerified sets field value
func (*ProjectMember) SetId ¶ added in v1.8.0
func (o *ProjectMember) SetId(v string)
SetId sets field value
func (*ProjectMember) SetName ¶ added in v1.8.0
func (o *ProjectMember) SetName(v string)
SetName sets field value
func (*ProjectMember) SetRole ¶ added in v1.8.0
func (o *ProjectMember) SetRole(v string)
SetRole sets field value
func (ProjectMember) ToMap ¶ added in v1.8.0
func (o ProjectMember) ToMap() (map[string]interface{}, error)
func (*ProjectMember) UnmarshalJSON ¶ added in v1.8.0
func (o *ProjectMember) UnmarshalJSON(data []byte) (err error)
type ProjectMetadata ¶
type ProjectMetadata struct {
// The Project's Creation Date
CreatedAt time.Time `json:"created_at"`
// The environment of the project. prod Production stage Staging dev Development
Environment string `json:"environment"`
// The project's data home region eu-central EUCentral us-east USEast us-west USWest us US global Global
HomeRegion string `json:"home_region"`
Hosts []string `json:"hosts"`
// The project's ID.
Id string `json:"id"`
// The project's name if set
Name string `json:"name"`
// The project's slug
Slug string `json:"slug"`
// The state of the project. running Running halted Halted deleted Deleted
State string `json:"state"`
SubscriptionId NullableString `json:"subscription_id,omitempty"`
SubscriptionPlan NullableString `json:"subscription_plan,omitempty"`
// Last Time Project was Updated
UpdatedAt time.Time `json:"updated_at"`
Workspace *Workspace `json:"workspace,omitempty"`
WorkspaceId NullableString `json:"workspace_id,omitempty"`
AdditionalProperties map[string]interface{}
}
ProjectMetadata struct for ProjectMetadata
func NewProjectMetadata ¶
func NewProjectMetadata(createdAt time.Time, environment string, homeRegion string, hosts []string, id string, name string, slug string, state string, updatedAt time.Time) *ProjectMetadata
NewProjectMetadata instantiates a new ProjectMetadata 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 NewProjectMetadataWithDefaults ¶
func NewProjectMetadataWithDefaults() *ProjectMetadata
NewProjectMetadataWithDefaults instantiates a new ProjectMetadata 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 (*ProjectMetadata) GetCreatedAt ¶
func (o *ProjectMetadata) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ProjectMetadata) GetCreatedAtOk ¶
func (o *ProjectMetadata) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ProjectMetadata) GetEnvironment ¶ added in v1.6.1
func (o *ProjectMetadata) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*ProjectMetadata) GetEnvironmentOk ¶ added in v1.6.1
func (o *ProjectMetadata) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*ProjectMetadata) GetHomeRegion ¶ added in v1.11.11
func (o *ProjectMetadata) GetHomeRegion() string
GetHomeRegion returns the HomeRegion field value
func (*ProjectMetadata) GetHomeRegionOk ¶ added in v1.11.11
func (o *ProjectMetadata) GetHomeRegionOk() (*string, bool)
GetHomeRegionOk returns a tuple with the HomeRegion field value and a boolean to check if the value has been set.
func (*ProjectMetadata) GetHosts ¶
func (o *ProjectMetadata) GetHosts() []string
GetHosts returns the Hosts field value
func (*ProjectMetadata) GetHostsOk ¶
func (o *ProjectMetadata) GetHostsOk() ([]string, bool)
GetHostsOk returns a tuple with the Hosts field value and a boolean to check if the value has been set.
func (*ProjectMetadata) GetId ¶
func (o *ProjectMetadata) GetId() string
GetId returns the Id field value
func (*ProjectMetadata) GetIdOk ¶
func (o *ProjectMetadata) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ProjectMetadata) GetName ¶
func (o *ProjectMetadata) GetName() string
GetName returns the Name field value
func (*ProjectMetadata) GetNameOk ¶
func (o *ProjectMetadata) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProjectMetadata) GetSlug ¶
func (o *ProjectMetadata) GetSlug() string
GetSlug returns the Slug field value
func (*ProjectMetadata) GetSlugOk ¶
func (o *ProjectMetadata) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.
func (*ProjectMetadata) GetState ¶
func (o *ProjectMetadata) GetState() string
GetState returns the State field value
func (*ProjectMetadata) GetStateOk ¶
func (o *ProjectMetadata) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*ProjectMetadata) GetSubscriptionId ¶
func (o *ProjectMetadata) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProjectMetadata) GetSubscriptionIdOk ¶
func (o *ProjectMetadata) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProjectMetadata) GetSubscriptionPlan ¶ added in v1.1.41
func (o *ProjectMetadata) GetSubscriptionPlan() string
GetSubscriptionPlan returns the SubscriptionPlan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProjectMetadata) GetSubscriptionPlanOk ¶ added in v1.1.41
func (o *ProjectMetadata) GetSubscriptionPlanOk() (*string, bool)
GetSubscriptionPlanOk returns a tuple with the SubscriptionPlan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProjectMetadata) GetUpdatedAt ¶
func (o *ProjectMetadata) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*ProjectMetadata) GetUpdatedAtOk ¶
func (o *ProjectMetadata) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*ProjectMetadata) GetWorkspace ¶ added in v1.11.6
func (o *ProjectMetadata) GetWorkspace() Workspace
GetWorkspace returns the Workspace field value if set, zero value otherwise.
func (*ProjectMetadata) GetWorkspaceId ¶ added in v1.4.4
func (o *ProjectMetadata) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProjectMetadata) GetWorkspaceIdOk ¶ added in v1.4.4
func (o *ProjectMetadata) GetWorkspaceIdOk() (*string, bool)
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProjectMetadata) GetWorkspaceOk ¶ added in v1.11.6
func (o *ProjectMetadata) GetWorkspaceOk() (*Workspace, bool)
GetWorkspaceOk returns a tuple with the Workspace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectMetadata) HasSubscriptionId ¶
func (o *ProjectMetadata) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (*ProjectMetadata) HasSubscriptionPlan ¶ added in v1.1.41
func (o *ProjectMetadata) HasSubscriptionPlan() bool
HasSubscriptionPlan returns a boolean if a field has been set.
func (*ProjectMetadata) HasWorkspace ¶ added in v1.11.6
func (o *ProjectMetadata) HasWorkspace() bool
HasWorkspace returns a boolean if a field has been set.
func (*ProjectMetadata) HasWorkspaceId ¶ added in v1.4.4
func (o *ProjectMetadata) HasWorkspaceId() bool
HasWorkspaceId returns a boolean if a field has been set.
func (ProjectMetadata) MarshalJSON ¶
func (o ProjectMetadata) MarshalJSON() ([]byte, error)
func (*ProjectMetadata) SetCreatedAt ¶
func (o *ProjectMetadata) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ProjectMetadata) SetEnvironment ¶ added in v1.6.1
func (o *ProjectMetadata) SetEnvironment(v string)
SetEnvironment sets field value
func (*ProjectMetadata) SetHomeRegion ¶ added in v1.11.11
func (o *ProjectMetadata) SetHomeRegion(v string)
SetHomeRegion sets field value
func (*ProjectMetadata) SetHosts ¶
func (o *ProjectMetadata) SetHosts(v []string)
SetHosts sets field value
func (*ProjectMetadata) SetName ¶
func (o *ProjectMetadata) SetName(v string)
SetName sets field value
func (*ProjectMetadata) SetSlug ¶
func (o *ProjectMetadata) SetSlug(v string)
SetSlug sets field value
func (*ProjectMetadata) SetState ¶
func (o *ProjectMetadata) SetState(v string)
SetState sets field value
func (*ProjectMetadata) SetSubscriptionId ¶
func (o *ProjectMetadata) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given NullableString and assigns it to the SubscriptionId field.
func (*ProjectMetadata) SetSubscriptionIdNil ¶
func (o *ProjectMetadata) SetSubscriptionIdNil()
SetSubscriptionIdNil sets the value for SubscriptionId to be an explicit nil
func (*ProjectMetadata) SetSubscriptionPlan ¶ added in v1.1.41
func (o *ProjectMetadata) SetSubscriptionPlan(v string)
SetSubscriptionPlan gets a reference to the given NullableString and assigns it to the SubscriptionPlan field.
func (*ProjectMetadata) SetSubscriptionPlanNil ¶ added in v1.1.41
func (o *ProjectMetadata) SetSubscriptionPlanNil()
SetSubscriptionPlanNil sets the value for SubscriptionPlan to be an explicit nil
func (*ProjectMetadata) SetUpdatedAt ¶
func (o *ProjectMetadata) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (*ProjectMetadata) SetWorkspace ¶ added in v1.11.6
func (o *ProjectMetadata) SetWorkspace(v Workspace)
SetWorkspace gets a reference to the given Workspace and assigns it to the Workspace field.
func (*ProjectMetadata) SetWorkspaceId ¶ added in v1.4.4
func (o *ProjectMetadata) SetWorkspaceId(v string)
SetWorkspaceId gets a reference to the given NullableString and assigns it to the WorkspaceId field.
func (*ProjectMetadata) SetWorkspaceIdNil ¶ added in v1.4.4
func (o *ProjectMetadata) SetWorkspaceIdNil()
SetWorkspaceIdNil sets the value for WorkspaceId to be an explicit nil
func (ProjectMetadata) ToMap ¶ added in v1.3.0
func (o ProjectMetadata) ToMap() (map[string]interface{}, error)
func (*ProjectMetadata) UnmarshalJSON ¶ added in v1.1.36
func (o *ProjectMetadata) UnmarshalJSON(data []byte) (err error)
func (*ProjectMetadata) UnsetSubscriptionId ¶
func (o *ProjectMetadata) UnsetSubscriptionId()
UnsetSubscriptionId ensures that no value is present for SubscriptionId, not even an explicit nil
func (*ProjectMetadata) UnsetSubscriptionPlan ¶ added in v1.1.41
func (o *ProjectMetadata) UnsetSubscriptionPlan()
UnsetSubscriptionPlan ensures that no value is present for SubscriptionPlan, not even an explicit nil
func (*ProjectMetadata) UnsetWorkspaceId ¶ added in v1.4.4
func (o *ProjectMetadata) UnsetWorkspaceId()
UnsetWorkspaceId ensures that no value is present for WorkspaceId, not even an explicit nil
type ProjectServiceIdentity ¶
type ProjectServiceIdentity struct {
Config map[string]interface{} `json:"config"`
AdditionalProperties map[string]interface{}
}
ProjectServiceIdentity struct for ProjectServiceIdentity
func NewProjectServiceIdentity ¶
func NewProjectServiceIdentity(config map[string]interface{}) *ProjectServiceIdentity
NewProjectServiceIdentity instantiates a new ProjectServiceIdentity 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 NewProjectServiceIdentityWithDefaults ¶
func NewProjectServiceIdentityWithDefaults() *ProjectServiceIdentity
NewProjectServiceIdentityWithDefaults instantiates a new ProjectServiceIdentity 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 (*ProjectServiceIdentity) GetConfig ¶
func (o *ProjectServiceIdentity) GetConfig() map[string]interface{}
GetConfig returns the Config field value
func (*ProjectServiceIdentity) GetConfigOk ¶
func (o *ProjectServiceIdentity) GetConfigOk() (map[string]interface{}, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (ProjectServiceIdentity) MarshalJSON ¶
func (o ProjectServiceIdentity) MarshalJSON() ([]byte, error)
func (*ProjectServiceIdentity) SetConfig ¶
func (o *ProjectServiceIdentity) SetConfig(v map[string]interface{})
SetConfig sets field value
func (ProjectServiceIdentity) ToMap ¶ added in v1.3.0
func (o ProjectServiceIdentity) ToMap() (map[string]interface{}, error)
func (*ProjectServiceIdentity) UnmarshalJSON ¶ added in v1.1.36
func (o *ProjectServiceIdentity) UnmarshalJSON(data []byte) (err error)
type ProjectServiceOAuth2 ¶
type ProjectServiceOAuth2 struct {
Config map[string]interface{} `json:"config"`
AdditionalProperties map[string]interface{}
}
ProjectServiceOAuth2 struct for ProjectServiceOAuth2
func NewProjectServiceOAuth2 ¶
func NewProjectServiceOAuth2(config map[string]interface{}) *ProjectServiceOAuth2
NewProjectServiceOAuth2 instantiates a new ProjectServiceOAuth2 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 NewProjectServiceOAuth2WithDefaults ¶
func NewProjectServiceOAuth2WithDefaults() *ProjectServiceOAuth2
NewProjectServiceOAuth2WithDefaults instantiates a new ProjectServiceOAuth2 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 (*ProjectServiceOAuth2) GetConfig ¶
func (o *ProjectServiceOAuth2) GetConfig() map[string]interface{}
GetConfig returns the Config field value
func (*ProjectServiceOAuth2) GetConfigOk ¶
func (o *ProjectServiceOAuth2) GetConfigOk() (map[string]interface{}, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (ProjectServiceOAuth2) MarshalJSON ¶
func (o ProjectServiceOAuth2) MarshalJSON() ([]byte, error)
func (*ProjectServiceOAuth2) SetConfig ¶
func (o *ProjectServiceOAuth2) SetConfig(v map[string]interface{})
SetConfig sets field value
func (ProjectServiceOAuth2) ToMap ¶ added in v1.3.0
func (o ProjectServiceOAuth2) ToMap() (map[string]interface{}, error)
func (*ProjectServiceOAuth2) UnmarshalJSON ¶ added in v1.1.36
func (o *ProjectServiceOAuth2) UnmarshalJSON(data []byte) (err error)
type ProjectServicePermission ¶
type ProjectServicePermission struct {
Config map[string]interface{} `json:"config"`
AdditionalProperties map[string]interface{}
}
ProjectServicePermission struct for ProjectServicePermission
func NewProjectServicePermission ¶
func NewProjectServicePermission(config map[string]interface{}) *ProjectServicePermission
NewProjectServicePermission instantiates a new ProjectServicePermission 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 NewProjectServicePermissionWithDefaults ¶
func NewProjectServicePermissionWithDefaults() *ProjectServicePermission
NewProjectServicePermissionWithDefaults instantiates a new ProjectServicePermission 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 (*ProjectServicePermission) GetConfig ¶
func (o *ProjectServicePermission) GetConfig() map[string]interface{}
GetConfig returns the Config field value
func (*ProjectServicePermission) GetConfigOk ¶
func (o *ProjectServicePermission) GetConfigOk() (map[string]interface{}, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (ProjectServicePermission) MarshalJSON ¶
func (o ProjectServicePermission) MarshalJSON() ([]byte, error)
func (*ProjectServicePermission) SetConfig ¶
func (o *ProjectServicePermission) SetConfig(v map[string]interface{})
SetConfig sets field value
func (ProjectServicePermission) ToMap ¶ added in v1.3.0
func (o ProjectServicePermission) ToMap() (map[string]interface{}, error)
func (*ProjectServicePermission) UnmarshalJSON ¶ added in v1.1.36
func (o *ProjectServicePermission) UnmarshalJSON(data []byte) (err error)
type ProjectServices ¶
type ProjectServices struct {
Identity *ProjectServiceIdentity `json:"identity,omitempty"`
Oauth2 *ProjectServiceOAuth2 `json:"oauth2,omitempty"`
Permission *ProjectServicePermission `json:"permission,omitempty"`
AdditionalProperties map[string]interface{}
}
ProjectServices struct for ProjectServices
func NewProjectServices ¶
func NewProjectServices() *ProjectServices
NewProjectServices instantiates a new ProjectServices 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 NewProjectServicesWithDefaults ¶
func NewProjectServicesWithDefaults() *ProjectServices
NewProjectServicesWithDefaults instantiates a new ProjectServices 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 (*ProjectServices) GetIdentity ¶
func (o *ProjectServices) GetIdentity() ProjectServiceIdentity
GetIdentity returns the Identity field value if set, zero value otherwise.
func (*ProjectServices) GetIdentityOk ¶
func (o *ProjectServices) GetIdentityOk() (*ProjectServiceIdentity, bool)
GetIdentityOk returns a tuple with the Identity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectServices) GetOauth2 ¶
func (o *ProjectServices) GetOauth2() ProjectServiceOAuth2
GetOauth2 returns the Oauth2 field value if set, zero value otherwise.
func (*ProjectServices) GetOauth2Ok ¶
func (o *ProjectServices) GetOauth2Ok() (*ProjectServiceOAuth2, bool)
GetOauth2Ok returns a tuple with the Oauth2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectServices) GetPermission ¶
func (o *ProjectServices) GetPermission() ProjectServicePermission
GetPermission returns the Permission field value if set, zero value otherwise.
func (*ProjectServices) GetPermissionOk ¶
func (o *ProjectServices) GetPermissionOk() (*ProjectServicePermission, bool)
GetPermissionOk returns a tuple with the Permission field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectServices) HasIdentity ¶
func (o *ProjectServices) HasIdentity() bool
HasIdentity returns a boolean if a field has been set.
func (*ProjectServices) HasOauth2 ¶
func (o *ProjectServices) HasOauth2() bool
HasOauth2 returns a boolean if a field has been set.
func (*ProjectServices) HasPermission ¶
func (o *ProjectServices) HasPermission() bool
HasPermission returns a boolean if a field has been set.
func (ProjectServices) MarshalJSON ¶
func (o ProjectServices) MarshalJSON() ([]byte, error)
func (*ProjectServices) SetIdentity ¶
func (o *ProjectServices) SetIdentity(v ProjectServiceIdentity)
SetIdentity gets a reference to the given ProjectServiceIdentity and assigns it to the Identity field.
func (*ProjectServices) SetOauth2 ¶
func (o *ProjectServices) SetOauth2(v ProjectServiceOAuth2)
SetOauth2 gets a reference to the given ProjectServiceOAuth2 and assigns it to the Oauth2 field.
func (*ProjectServices) SetPermission ¶
func (o *ProjectServices) SetPermission(v ProjectServicePermission)
SetPermission gets a reference to the given ProjectServicePermission and assigns it to the Permission field.
func (ProjectServices) ToMap ¶ added in v1.3.0
func (o ProjectServices) ToMap() (map[string]interface{}, error)
func (*ProjectServices) UnmarshalJSON ¶ added in v1.1.36
func (o *ProjectServices) UnmarshalJSON(data []byte) (err error)
type QuotaUsage ¶ added in v1.1.22
type QuotaUsage struct {
// The additional price per unit in cents.
AdditionalPrice string `json:"additional_price"`
CanUseMore bool `json:"can_use_more"`
// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect
Feature string `json:"feature"`
FeatureAvailable bool `json:"feature_available"`
Included int64 `json:"included"`
Used int64 `json:"used"`
AdditionalProperties map[string]interface{}
}
QuotaUsage struct for QuotaUsage
func NewQuotaUsage ¶ added in v1.1.22
func NewQuotaUsage(additionalPrice string, canUseMore bool, feature string, featureAvailable bool, included int64, used int64) *QuotaUsage
NewQuotaUsage instantiates a new QuotaUsage 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 NewQuotaUsageWithDefaults ¶ added in v1.1.22
func NewQuotaUsageWithDefaults() *QuotaUsage
NewQuotaUsageWithDefaults instantiates a new QuotaUsage 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 (*QuotaUsage) GetAdditionalPrice ¶ added in v1.1.22
func (o *QuotaUsage) GetAdditionalPrice() string
GetAdditionalPrice returns the AdditionalPrice field value
func (*QuotaUsage) GetAdditionalPriceOk ¶ added in v1.1.22
func (o *QuotaUsage) GetAdditionalPriceOk() (*string, bool)
GetAdditionalPriceOk returns a tuple with the AdditionalPrice field value and a boolean to check if the value has been set.
func (*QuotaUsage) GetCanUseMore ¶ added in v1.1.22
func (o *QuotaUsage) GetCanUseMore() bool
GetCanUseMore returns the CanUseMore field value
func (*QuotaUsage) GetCanUseMoreOk ¶ added in v1.1.22
func (o *QuotaUsage) GetCanUseMoreOk() (*bool, bool)
GetCanUseMoreOk returns a tuple with the CanUseMore field value and a boolean to check if the value has been set.
func (*QuotaUsage) GetFeature ¶ added in v1.1.22
func (o *QuotaUsage) GetFeature() string
GetFeature returns the Feature field value
func (*QuotaUsage) GetFeatureAvailable ¶ added in v1.1.22
func (o *QuotaUsage) GetFeatureAvailable() bool
GetFeatureAvailable returns the FeatureAvailable field value
func (*QuotaUsage) GetFeatureAvailableOk ¶ added in v1.1.22
func (o *QuotaUsage) GetFeatureAvailableOk() (*bool, bool)
GetFeatureAvailableOk returns a tuple with the FeatureAvailable field value and a boolean to check if the value has been set.
func (*QuotaUsage) GetFeatureOk ¶ added in v1.1.22
func (o *QuotaUsage) GetFeatureOk() (*string, bool)
GetFeatureOk returns a tuple with the Feature field value and a boolean to check if the value has been set.
func (*QuotaUsage) GetIncluded ¶ added in v1.1.22
func (o *QuotaUsage) GetIncluded() int64
GetIncluded returns the Included field value
func (*QuotaUsage) GetIncludedOk ¶ added in v1.1.22
func (o *QuotaUsage) GetIncludedOk() (*int64, bool)
GetIncludedOk returns a tuple with the Included field value and a boolean to check if the value has been set.
func (*QuotaUsage) GetUsed ¶ added in v1.1.22
func (o *QuotaUsage) GetUsed() int64
GetUsed returns the Used field value
func (*QuotaUsage) GetUsedOk ¶ added in v1.1.22
func (o *QuotaUsage) GetUsedOk() (*int64, bool)
GetUsedOk returns a tuple with the Used field value and a boolean to check if the value has been set.
func (QuotaUsage) MarshalJSON ¶ added in v1.1.22
func (o QuotaUsage) MarshalJSON() ([]byte, error)
func (*QuotaUsage) SetAdditionalPrice ¶ added in v1.1.22
func (o *QuotaUsage) SetAdditionalPrice(v string)
SetAdditionalPrice sets field value
func (*QuotaUsage) SetCanUseMore ¶ added in v1.1.22
func (o *QuotaUsage) SetCanUseMore(v bool)
SetCanUseMore sets field value
func (*QuotaUsage) SetFeature ¶ added in v1.1.22
func (o *QuotaUsage) SetFeature(v string)
SetFeature sets field value
func (*QuotaUsage) SetFeatureAvailable ¶ added in v1.1.22
func (o *QuotaUsage) SetFeatureAvailable(v bool)
SetFeatureAvailable sets field value
func (*QuotaUsage) SetIncluded ¶ added in v1.1.22
func (o *QuotaUsage) SetIncluded(v int64)
SetIncluded sets field value
func (*QuotaUsage) SetUsed ¶ added in v1.1.22
func (o *QuotaUsage) SetUsed(v int64)
SetUsed sets field value
func (QuotaUsage) ToMap ¶ added in v1.3.0
func (o QuotaUsage) ToMap() (map[string]interface{}, error)
func (*QuotaUsage) UnmarshalJSON ¶ added in v1.1.36
func (o *QuotaUsage) UnmarshalJSON(data []byte) (err error)
type RFC6749ErrorJson ¶ added in v1.1.44
type RFC6749ErrorJson struct {
Error *string `json:"error,omitempty"`
ErrorDebug *string `json:"error_debug,omitempty"`
ErrorDescription *string `json:"error_description,omitempty"`
ErrorHint *string `json:"error_hint,omitempty"`
StatusCode *int64 `json:"status_code,omitempty"`
AdditionalProperties map[string]interface{}
}
RFC6749ErrorJson struct for RFC6749ErrorJson
func NewRFC6749ErrorJson ¶ added in v1.1.44
func NewRFC6749ErrorJson() *RFC6749ErrorJson
NewRFC6749ErrorJson instantiates a new RFC6749ErrorJson 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 NewRFC6749ErrorJsonWithDefaults ¶ added in v1.1.44
func NewRFC6749ErrorJsonWithDefaults() *RFC6749ErrorJson
NewRFC6749ErrorJsonWithDefaults instantiates a new RFC6749ErrorJson 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 (*RFC6749ErrorJson) GetError ¶ added in v1.1.44
func (o *RFC6749ErrorJson) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*RFC6749ErrorJson) GetErrorDebug ¶ added in v1.1.44
func (o *RFC6749ErrorJson) GetErrorDebug() string
GetErrorDebug returns the ErrorDebug field value if set, zero value otherwise.
func (*RFC6749ErrorJson) GetErrorDebugOk ¶ added in v1.1.44
func (o *RFC6749ErrorJson) GetErrorDebugOk() (*string, bool)
GetErrorDebugOk returns a tuple with the ErrorDebug field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RFC6749ErrorJson) GetErrorDescription ¶ added in v1.1.44
func (o *RFC6749ErrorJson) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.
func (*RFC6749ErrorJson) GetErrorDescriptionOk ¶ added in v1.1.44
func (o *RFC6749ErrorJson) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RFC6749ErrorJson) GetErrorHint ¶ added in v1.1.44
func (o *RFC6749ErrorJson) GetErrorHint() string
GetErrorHint returns the ErrorHint field value if set, zero value otherwise.
func (*RFC6749ErrorJson) GetErrorHintOk ¶ added in v1.1.44
func (o *RFC6749ErrorJson) GetErrorHintOk() (*string, bool)
GetErrorHintOk returns a tuple with the ErrorHint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RFC6749ErrorJson) GetErrorOk ¶ added in v1.1.44
func (o *RFC6749ErrorJson) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RFC6749ErrorJson) GetStatusCode ¶ added in v1.1.44
func (o *RFC6749ErrorJson) GetStatusCode() int64
GetStatusCode returns the StatusCode field value if set, zero value otherwise.
func (*RFC6749ErrorJson) GetStatusCodeOk ¶ added in v1.1.44
func (o *RFC6749ErrorJson) GetStatusCodeOk() (*int64, bool)
GetStatusCodeOk returns a tuple with the StatusCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RFC6749ErrorJson) HasError ¶ added in v1.1.44
func (o *RFC6749ErrorJson) HasError() bool
HasError returns a boolean if a field has been set.
func (*RFC6749ErrorJson) HasErrorDebug ¶ added in v1.1.44
func (o *RFC6749ErrorJson) HasErrorDebug() bool
HasErrorDebug returns a boolean if a field has been set.
func (*RFC6749ErrorJson) HasErrorDescription ¶ added in v1.1.44
func (o *RFC6749ErrorJson) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (*RFC6749ErrorJson) HasErrorHint ¶ added in v1.1.44
func (o *RFC6749ErrorJson) HasErrorHint() bool
HasErrorHint returns a boolean if a field has been set.
func (*RFC6749ErrorJson) HasStatusCode ¶ added in v1.1.44
func (o *RFC6749ErrorJson) HasStatusCode() bool
HasStatusCode returns a boolean if a field has been set.
func (RFC6749ErrorJson) MarshalJSON ¶ added in v1.1.44
func (o RFC6749ErrorJson) MarshalJSON() ([]byte, error)
func (*RFC6749ErrorJson) SetError ¶ added in v1.1.44
func (o *RFC6749ErrorJson) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*RFC6749ErrorJson) SetErrorDebug ¶ added in v1.1.44
func (o *RFC6749ErrorJson) SetErrorDebug(v string)
SetErrorDebug gets a reference to the given string and assigns it to the ErrorDebug field.
func (*RFC6749ErrorJson) SetErrorDescription ¶ added in v1.1.44
func (o *RFC6749ErrorJson) SetErrorDescription(v string)
SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.
func (*RFC6749ErrorJson) SetErrorHint ¶ added in v1.1.44
func (o *RFC6749ErrorJson) SetErrorHint(v string)
SetErrorHint gets a reference to the given string and assigns it to the ErrorHint field.
func (*RFC6749ErrorJson) SetStatusCode ¶ added in v1.1.44
func (o *RFC6749ErrorJson) SetStatusCode(v int64)
SetStatusCode gets a reference to the given int64 and assigns it to the StatusCode field.
func (RFC6749ErrorJson) ToMap ¶ added in v1.3.0
func (o RFC6749ErrorJson) ToMap() (map[string]interface{}, error)
func (*RFC6749ErrorJson) UnmarshalJSON ¶ added in v1.1.44
func (o *RFC6749ErrorJson) UnmarshalJSON(data []byte) (err error)
type RecoveryCodeForIdentity ¶
type RecoveryCodeForIdentity struct {
// Expires At is the timestamp of when the recovery flow expires The timestamp when the recovery code expires.
ExpiresAt *time.Time `json:"expires_at,omitempty"`
// RecoveryCode is the code that can be used to recover the account
RecoveryCode string `json:"recovery_code"`
// RecoveryLink with flow This link opens the recovery UI with an empty `code` field.
RecoveryLink string `json:"recovery_link"`
AdditionalProperties map[string]interface{}
}
RecoveryCodeForIdentity Used when an administrator creates a recovery code for an identity.
func NewRecoveryCodeForIdentity ¶
func NewRecoveryCodeForIdentity(recoveryCode string, recoveryLink string) *RecoveryCodeForIdentity
NewRecoveryCodeForIdentity instantiates a new RecoveryCodeForIdentity 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 NewRecoveryCodeForIdentityWithDefaults ¶
func NewRecoveryCodeForIdentityWithDefaults() *RecoveryCodeForIdentity
NewRecoveryCodeForIdentityWithDefaults instantiates a new RecoveryCodeForIdentity 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 (*RecoveryCodeForIdentity) GetExpiresAt ¶
func (o *RecoveryCodeForIdentity) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise.
func (*RecoveryCodeForIdentity) GetExpiresAtOk ¶
func (o *RecoveryCodeForIdentity) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecoveryCodeForIdentity) GetRecoveryCode ¶
func (o *RecoveryCodeForIdentity) GetRecoveryCode() string
GetRecoveryCode returns the RecoveryCode field value
func (*RecoveryCodeForIdentity) GetRecoveryCodeOk ¶
func (o *RecoveryCodeForIdentity) GetRecoveryCodeOk() (*string, bool)
GetRecoveryCodeOk returns a tuple with the RecoveryCode field value and a boolean to check if the value has been set.
func (*RecoveryCodeForIdentity) GetRecoveryLink ¶
func (o *RecoveryCodeForIdentity) GetRecoveryLink() string
GetRecoveryLink returns the RecoveryLink field value
func (*RecoveryCodeForIdentity) GetRecoveryLinkOk ¶
func (o *RecoveryCodeForIdentity) GetRecoveryLinkOk() (*string, bool)
GetRecoveryLinkOk returns a tuple with the RecoveryLink field value and a boolean to check if the value has been set.
func (*RecoveryCodeForIdentity) HasExpiresAt ¶
func (o *RecoveryCodeForIdentity) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (RecoveryCodeForIdentity) MarshalJSON ¶
func (o RecoveryCodeForIdentity) MarshalJSON() ([]byte, error)
func (*RecoveryCodeForIdentity) SetExpiresAt ¶
func (o *RecoveryCodeForIdentity) SetExpiresAt(v time.Time)
SetExpiresAt gets a reference to the given time.Time and assigns it to the ExpiresAt field.
func (*RecoveryCodeForIdentity) SetRecoveryCode ¶
func (o *RecoveryCodeForIdentity) SetRecoveryCode(v string)
SetRecoveryCode sets field value
func (*RecoveryCodeForIdentity) SetRecoveryLink ¶
func (o *RecoveryCodeForIdentity) SetRecoveryLink(v string)
SetRecoveryLink sets field value
func (RecoveryCodeForIdentity) ToMap ¶ added in v1.3.0
func (o RecoveryCodeForIdentity) ToMap() (map[string]interface{}, error)
func (*RecoveryCodeForIdentity) UnmarshalJSON ¶ added in v1.1.36
func (o *RecoveryCodeForIdentity) UnmarshalJSON(data []byte) (err error)
type RecoveryFlow ¶
type RecoveryFlow struct {
// Active, if set, contains the recovery method that is being used. It is initially not set.
Active *string `json:"active,omitempty"`
// Contains possible actions that could follow this flow
ContinueWith []ContinueWith `json:"continue_with,omitempty"`
// ExpiresAt is the time (UTC) when the request expires. If the user still wishes to update the setting, a new request has to be initiated.
ExpiresAt time.Time `json:"expires_at"`
// ID represents the request's unique ID. When performing the recovery flow, this represents the id in the recovery ui's query parameter: http://<selfservice.flows.recovery.ui_url>?request=<id>
Id string `json:"id"`
// IssuedAt is the time (UTC) when the request occurred.
IssuedAt time.Time `json:"issued_at"`
// RequestURL is the initial URL that was requested from Ory Kratos. It can be used to forward information contained in the URL's path or query for example.
RequestUrl string `json:"request_url"`
// ReturnTo contains the requested return_to URL.
ReturnTo *string `json:"return_to,omitempty"`
// State represents the state of this request: choose_method: ask the user to choose a method (e.g. recover account via email) sent_email: the email has been sent to the user passed_challenge: the request was successful and the recovery challenge was passed.
State interface{} `json:"state"`
// TransientPayload is used to pass data from the recovery flow to hooks and email templates
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
// The flow type can either be `api` or `browser`.
Type string `json:"type"`
Ui UiContainer `json:"ui"`
AdditionalProperties map[string]interface{}
}
RecoveryFlow This request is used when an identity wants to recover their account. We recommend reading the [Account Recovery Documentation](../self-service/flows/password-reset-account-recovery)
func NewRecoveryFlow ¶
func NewRecoveryFlow(expiresAt time.Time, id string, issuedAt time.Time, requestUrl string, state interface{}, type_ string, ui UiContainer) *RecoveryFlow
NewRecoveryFlow instantiates a new RecoveryFlow 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 NewRecoveryFlowWithDefaults ¶
func NewRecoveryFlowWithDefaults() *RecoveryFlow
NewRecoveryFlowWithDefaults instantiates a new RecoveryFlow 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 (*RecoveryFlow) GetActive ¶
func (o *RecoveryFlow) GetActive() string
GetActive returns the Active field value if set, zero value otherwise.
func (*RecoveryFlow) GetActiveOk ¶
func (o *RecoveryFlow) GetActiveOk() (*string, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecoveryFlow) GetContinueWith ¶ added in v1.4.3
func (o *RecoveryFlow) GetContinueWith() []ContinueWith
GetContinueWith returns the ContinueWith field value if set, zero value otherwise.
func (*RecoveryFlow) GetContinueWithOk ¶ added in v1.4.3
func (o *RecoveryFlow) GetContinueWithOk() ([]ContinueWith, bool)
GetContinueWithOk returns a tuple with the ContinueWith field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecoveryFlow) GetExpiresAt ¶
func (o *RecoveryFlow) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value
func (*RecoveryFlow) GetExpiresAtOk ¶
func (o *RecoveryFlow) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value and a boolean to check if the value has been set.
func (*RecoveryFlow) GetId ¶
func (o *RecoveryFlow) GetId() string
GetId returns the Id field value
func (*RecoveryFlow) GetIdOk ¶
func (o *RecoveryFlow) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RecoveryFlow) GetIssuedAt ¶
func (o *RecoveryFlow) GetIssuedAt() time.Time
GetIssuedAt returns the IssuedAt field value
func (*RecoveryFlow) GetIssuedAtOk ¶
func (o *RecoveryFlow) GetIssuedAtOk() (*time.Time, bool)
GetIssuedAtOk returns a tuple with the IssuedAt field value and a boolean to check if the value has been set.
func (*RecoveryFlow) GetRequestUrl ¶
func (o *RecoveryFlow) GetRequestUrl() string
GetRequestUrl returns the RequestUrl field value
func (*RecoveryFlow) GetRequestUrlOk ¶
func (o *RecoveryFlow) GetRequestUrlOk() (*string, bool)
GetRequestUrlOk returns a tuple with the RequestUrl field value and a boolean to check if the value has been set.
func (*RecoveryFlow) GetReturnTo ¶
func (o *RecoveryFlow) GetReturnTo() string
GetReturnTo returns the ReturnTo field value if set, zero value otherwise.
func (*RecoveryFlow) GetReturnToOk ¶
func (o *RecoveryFlow) GetReturnToOk() (*string, bool)
GetReturnToOk returns a tuple with the ReturnTo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecoveryFlow) GetState ¶
func (o *RecoveryFlow) GetState() interface{}
GetState returns the State field value If the value is explicit nil, the zero value for interface{} will be returned
func (*RecoveryFlow) GetStateOk ¶
func (o *RecoveryFlow) GetStateOk() (*interface{}, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RecoveryFlow) GetTransientPayload ¶ added in v1.8.0
func (o *RecoveryFlow) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*RecoveryFlow) GetTransientPayloadOk ¶ added in v1.8.0
func (o *RecoveryFlow) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecoveryFlow) GetType ¶
func (o *RecoveryFlow) GetType() string
GetType returns the Type field value
func (*RecoveryFlow) GetTypeOk ¶
func (o *RecoveryFlow) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*RecoveryFlow) GetUi ¶
func (o *RecoveryFlow) GetUi() UiContainer
GetUi returns the Ui field value
func (*RecoveryFlow) GetUiOk ¶
func (o *RecoveryFlow) GetUiOk() (*UiContainer, bool)
GetUiOk returns a tuple with the Ui field value and a boolean to check if the value has been set.
func (*RecoveryFlow) HasActive ¶
func (o *RecoveryFlow) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*RecoveryFlow) HasContinueWith ¶ added in v1.4.3
func (o *RecoveryFlow) HasContinueWith() bool
HasContinueWith returns a boolean if a field has been set.
func (*RecoveryFlow) HasReturnTo ¶
func (o *RecoveryFlow) HasReturnTo() bool
HasReturnTo returns a boolean if a field has been set.
func (*RecoveryFlow) HasTransientPayload ¶ added in v1.8.0
func (o *RecoveryFlow) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (RecoveryFlow) MarshalJSON ¶
func (o RecoveryFlow) MarshalJSON() ([]byte, error)
func (*RecoveryFlow) SetActive ¶
func (o *RecoveryFlow) SetActive(v string)
SetActive gets a reference to the given string and assigns it to the Active field.
func (*RecoveryFlow) SetContinueWith ¶ added in v1.4.3
func (o *RecoveryFlow) SetContinueWith(v []ContinueWith)
SetContinueWith gets a reference to the given []ContinueWith and assigns it to the ContinueWith field.
func (*RecoveryFlow) SetExpiresAt ¶
func (o *RecoveryFlow) SetExpiresAt(v time.Time)
SetExpiresAt sets field value
func (*RecoveryFlow) SetIssuedAt ¶
func (o *RecoveryFlow) SetIssuedAt(v time.Time)
SetIssuedAt sets field value
func (*RecoveryFlow) SetRequestUrl ¶
func (o *RecoveryFlow) SetRequestUrl(v string)
SetRequestUrl sets field value
func (*RecoveryFlow) SetReturnTo ¶
func (o *RecoveryFlow) SetReturnTo(v string)
SetReturnTo gets a reference to the given string and assigns it to the ReturnTo field.
func (*RecoveryFlow) SetState ¶
func (o *RecoveryFlow) SetState(v interface{})
SetState sets field value
func (*RecoveryFlow) SetTransientPayload ¶ added in v1.8.0
func (o *RecoveryFlow) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (RecoveryFlow) ToMap ¶ added in v1.3.0
func (o RecoveryFlow) ToMap() (map[string]interface{}, error)
func (*RecoveryFlow) UnmarshalJSON ¶ added in v1.1.36
func (o *RecoveryFlow) UnmarshalJSON(data []byte) (err error)
type RecoveryFlowState ¶
type RecoveryFlowState string
RecoveryFlowState The state represents the state of the recovery flow. choose_method: ask the user to choose a method (e.g. recover account via email) sent_email: the email has been sent to the user passed_challenge: the request was successful and the recovery challenge was passed.
const ( RECOVERYFLOWSTATE_CHOOSE_METHOD RecoveryFlowState = "choose_method" RECOVERYFLOWSTATE_SENT_EMAIL RecoveryFlowState = "sent_email" RECOVERYFLOWSTATE_PASSED_CHALLENGE RecoveryFlowState = "passed_challenge" )
List of recoveryFlowState
func NewRecoveryFlowStateFromValue ¶
func NewRecoveryFlowStateFromValue(v string) (*RecoveryFlowState, error)
NewRecoveryFlowStateFromValue returns a pointer to a valid RecoveryFlowState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (RecoveryFlowState) IsValid ¶
func (v RecoveryFlowState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (RecoveryFlowState) Ptr ¶
func (v RecoveryFlowState) Ptr() *RecoveryFlowState
Ptr returns reference to recoveryFlowState value
func (*RecoveryFlowState) UnmarshalJSON ¶
func (v *RecoveryFlowState) UnmarshalJSON(src []byte) error
type RecoveryIdentityAddress ¶
type RecoveryIdentityAddress struct {
// CreatedAt is a helper struct field for gobuffalo.pop.
CreatedAt *time.Time `json:"created_at,omitempty"`
Id string `json:"id"`
// UpdatedAt is a helper struct field for gobuffalo.pop.
UpdatedAt *time.Time `json:"updated_at,omitempty"`
Value string `json:"value"`
Via string `json:"via"`
AdditionalProperties map[string]interface{}
}
RecoveryIdentityAddress struct for RecoveryIdentityAddress
func NewRecoveryIdentityAddress ¶
func NewRecoveryIdentityAddress(id string, value string, via string) *RecoveryIdentityAddress
NewRecoveryIdentityAddress instantiates a new RecoveryIdentityAddress 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 NewRecoveryIdentityAddressWithDefaults ¶
func NewRecoveryIdentityAddressWithDefaults() *RecoveryIdentityAddress
NewRecoveryIdentityAddressWithDefaults instantiates a new RecoveryIdentityAddress 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 (*RecoveryIdentityAddress) GetCreatedAt ¶
func (o *RecoveryIdentityAddress) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*RecoveryIdentityAddress) GetCreatedAtOk ¶
func (o *RecoveryIdentityAddress) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecoveryIdentityAddress) GetId ¶
func (o *RecoveryIdentityAddress) GetId() string
GetId returns the Id field value
func (*RecoveryIdentityAddress) GetIdOk ¶
func (o *RecoveryIdentityAddress) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RecoveryIdentityAddress) GetUpdatedAt ¶
func (o *RecoveryIdentityAddress) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*RecoveryIdentityAddress) GetUpdatedAtOk ¶
func (o *RecoveryIdentityAddress) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecoveryIdentityAddress) GetValue ¶
func (o *RecoveryIdentityAddress) GetValue() string
GetValue returns the Value field value
func (*RecoveryIdentityAddress) GetValueOk ¶
func (o *RecoveryIdentityAddress) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*RecoveryIdentityAddress) GetVia ¶
func (o *RecoveryIdentityAddress) GetVia() string
GetVia returns the Via field value
func (*RecoveryIdentityAddress) GetViaOk ¶
func (o *RecoveryIdentityAddress) GetViaOk() (*string, bool)
GetViaOk returns a tuple with the Via field value and a boolean to check if the value has been set.
func (*RecoveryIdentityAddress) HasCreatedAt ¶
func (o *RecoveryIdentityAddress) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*RecoveryIdentityAddress) HasUpdatedAt ¶
func (o *RecoveryIdentityAddress) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (RecoveryIdentityAddress) MarshalJSON ¶
func (o RecoveryIdentityAddress) MarshalJSON() ([]byte, error)
func (*RecoveryIdentityAddress) SetCreatedAt ¶
func (o *RecoveryIdentityAddress) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*RecoveryIdentityAddress) SetId ¶
func (o *RecoveryIdentityAddress) SetId(v string)
SetId sets field value
func (*RecoveryIdentityAddress) SetUpdatedAt ¶
func (o *RecoveryIdentityAddress) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*RecoveryIdentityAddress) SetValue ¶
func (o *RecoveryIdentityAddress) SetValue(v string)
SetValue sets field value
func (*RecoveryIdentityAddress) SetVia ¶
func (o *RecoveryIdentityAddress) SetVia(v string)
SetVia sets field value
func (RecoveryIdentityAddress) ToMap ¶ added in v1.3.0
func (o RecoveryIdentityAddress) ToMap() (map[string]interface{}, error)
func (*RecoveryIdentityAddress) UnmarshalJSON ¶ added in v1.1.36
func (o *RecoveryIdentityAddress) UnmarshalJSON(data []byte) (err error)
type RecoveryLinkForIdentity ¶
type RecoveryLinkForIdentity struct {
// Recovery Link Expires At The timestamp when the recovery link expires.
ExpiresAt *time.Time `json:"expires_at,omitempty"`
// Recovery Link This link can be used to recover the account.
RecoveryLink string `json:"recovery_link"`
AdditionalProperties map[string]interface{}
}
RecoveryLinkForIdentity Used when an administrator creates a recovery link for an identity.
func NewRecoveryLinkForIdentity ¶
func NewRecoveryLinkForIdentity(recoveryLink string) *RecoveryLinkForIdentity
NewRecoveryLinkForIdentity instantiates a new RecoveryLinkForIdentity 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 NewRecoveryLinkForIdentityWithDefaults ¶
func NewRecoveryLinkForIdentityWithDefaults() *RecoveryLinkForIdentity
NewRecoveryLinkForIdentityWithDefaults instantiates a new RecoveryLinkForIdentity 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 (*RecoveryLinkForIdentity) GetExpiresAt ¶
func (o *RecoveryLinkForIdentity) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise.
func (*RecoveryLinkForIdentity) GetExpiresAtOk ¶
func (o *RecoveryLinkForIdentity) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RecoveryLinkForIdentity) GetRecoveryLink ¶
func (o *RecoveryLinkForIdentity) GetRecoveryLink() string
GetRecoveryLink returns the RecoveryLink field value
func (*RecoveryLinkForIdentity) GetRecoveryLinkOk ¶
func (o *RecoveryLinkForIdentity) GetRecoveryLinkOk() (*string, bool)
GetRecoveryLinkOk returns a tuple with the RecoveryLink field value and a boolean to check if the value has been set.
func (*RecoveryLinkForIdentity) HasExpiresAt ¶
func (o *RecoveryLinkForIdentity) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (RecoveryLinkForIdentity) MarshalJSON ¶
func (o RecoveryLinkForIdentity) MarshalJSON() ([]byte, error)
func (*RecoveryLinkForIdentity) SetExpiresAt ¶
func (o *RecoveryLinkForIdentity) SetExpiresAt(v time.Time)
SetExpiresAt gets a reference to the given time.Time and assigns it to the ExpiresAt field.
func (*RecoveryLinkForIdentity) SetRecoveryLink ¶
func (o *RecoveryLinkForIdentity) SetRecoveryLink(v string)
SetRecoveryLink sets field value
func (RecoveryLinkForIdentity) ToMap ¶ added in v1.3.0
func (o RecoveryLinkForIdentity) ToMap() (map[string]interface{}, error)
func (*RecoveryLinkForIdentity) UnmarshalJSON ¶ added in v1.1.36
func (o *RecoveryLinkForIdentity) UnmarshalJSON(data []byte) (err error)
type RegistrationFlow ¶
type RegistrationFlow struct {
// Active, if set, contains the registration method that is being used. It is initially not set. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode
Active *string `json:"active,omitempty"`
// ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to log in, a new flow has to be initiated.
ExpiresAt time.Time `json:"expires_at"`
// ID represents the flow's unique ID. When performing the registration flow, this represents the id in the registration ui's query parameter: http://<selfservice.flows.registration.ui_url>/?flow=<id>
Id string `json:"id"`
// IssuedAt is the time (UTC) when the flow occurred.
IssuedAt time.Time `json:"issued_at"`
// Ory OAuth 2.0 Login Challenge. This value is set using the `login_challenge` query parameter of the registration and login endpoints. If set will cooperate with Ory OAuth2 and OpenID to act as an OAuth2 server / OpenID Provider.
Oauth2LoginChallenge *string `json:"oauth2_login_challenge,omitempty"`
Oauth2LoginRequest *OAuth2LoginRequest `json:"oauth2_login_request,omitempty"`
OrganizationId NullableString `json:"organization_id,omitempty"`
// RequestURL is the initial URL that was requested from Ory Kratos. It can be used to forward information contained in the URL's path or query for example.
RequestUrl string `json:"request_url"`
// ReturnTo contains the requested return_to URL.
ReturnTo *string `json:"return_to,omitempty"`
// SessionTokenExchangeCode holds the secret code that the client can use to retrieve a session token after the flow has been completed. This is only set if the client has requested a session token exchange code, and if the flow is of type \"api\", and only on creating the flow.
SessionTokenExchangeCode *string `json:"session_token_exchange_code,omitempty"`
// State represents the state of this request: choose_method: ask the user to choose a method (e.g. registration with email) sent_email: the email has been sent to the user passed_challenge: the request was successful and the registration challenge was passed.
State interface{} `json:"state"`
// TransientPayload is used to pass data from the registration to a webhook
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
// The flow type can either be `api` or `browser`.
Type string `json:"type"`
Ui UiContainer `json:"ui"`
AdditionalProperties map[string]interface{}
}
RegistrationFlow struct for RegistrationFlow
func NewRegistrationFlow ¶
func NewRegistrationFlow(expiresAt time.Time, id string, issuedAt time.Time, requestUrl string, state interface{}, type_ string, ui UiContainer) *RegistrationFlow
NewRegistrationFlow instantiates a new RegistrationFlow 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 NewRegistrationFlowWithDefaults ¶
func NewRegistrationFlowWithDefaults() *RegistrationFlow
NewRegistrationFlowWithDefaults instantiates a new RegistrationFlow 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 (*RegistrationFlow) GetActive ¶
func (o *RegistrationFlow) GetActive() string
GetActive returns the Active field value if set, zero value otherwise.
func (*RegistrationFlow) GetActiveOk ¶
func (o *RegistrationFlow) GetActiveOk() (*string, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationFlow) GetExpiresAt ¶
func (o *RegistrationFlow) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value
func (*RegistrationFlow) GetExpiresAtOk ¶
func (o *RegistrationFlow) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value and a boolean to check if the value has been set.
func (*RegistrationFlow) GetId ¶
func (o *RegistrationFlow) GetId() string
GetId returns the Id field value
func (*RegistrationFlow) GetIdOk ¶
func (o *RegistrationFlow) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RegistrationFlow) GetIssuedAt ¶
func (o *RegistrationFlow) GetIssuedAt() time.Time
GetIssuedAt returns the IssuedAt field value
func (*RegistrationFlow) GetIssuedAtOk ¶
func (o *RegistrationFlow) GetIssuedAtOk() (*time.Time, bool)
GetIssuedAtOk returns a tuple with the IssuedAt field value and a boolean to check if the value has been set.
func (*RegistrationFlow) GetOauth2LoginChallenge ¶
func (o *RegistrationFlow) GetOauth2LoginChallenge() string
GetOauth2LoginChallenge returns the Oauth2LoginChallenge field value if set, zero value otherwise.
func (*RegistrationFlow) GetOauth2LoginChallengeOk ¶
func (o *RegistrationFlow) GetOauth2LoginChallengeOk() (*string, bool)
GetOauth2LoginChallengeOk returns a tuple with the Oauth2LoginChallenge field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationFlow) GetOauth2LoginRequest ¶
func (o *RegistrationFlow) GetOauth2LoginRequest() OAuth2LoginRequest
GetOauth2LoginRequest returns the Oauth2LoginRequest field value if set, zero value otherwise.
func (*RegistrationFlow) GetOauth2LoginRequestOk ¶
func (o *RegistrationFlow) GetOauth2LoginRequestOk() (*OAuth2LoginRequest, bool)
GetOauth2LoginRequestOk returns a tuple with the Oauth2LoginRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationFlow) GetOrganizationId ¶ added in v1.2.10
func (o *RegistrationFlow) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*RegistrationFlow) GetOrganizationIdOk ¶ added in v1.2.10
func (o *RegistrationFlow) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RegistrationFlow) GetRequestUrl ¶
func (o *RegistrationFlow) GetRequestUrl() string
GetRequestUrl returns the RequestUrl field value
func (*RegistrationFlow) GetRequestUrlOk ¶
func (o *RegistrationFlow) GetRequestUrlOk() (*string, bool)
GetRequestUrlOk returns a tuple with the RequestUrl field value and a boolean to check if the value has been set.
func (*RegistrationFlow) GetReturnTo ¶
func (o *RegistrationFlow) GetReturnTo() string
GetReturnTo returns the ReturnTo field value if set, zero value otherwise.
func (*RegistrationFlow) GetReturnToOk ¶
func (o *RegistrationFlow) GetReturnToOk() (*string, bool)
GetReturnToOk returns a tuple with the ReturnTo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationFlow) GetSessionTokenExchangeCode ¶ added in v1.1.26
func (o *RegistrationFlow) GetSessionTokenExchangeCode() string
GetSessionTokenExchangeCode returns the SessionTokenExchangeCode field value if set, zero value otherwise.
func (*RegistrationFlow) GetSessionTokenExchangeCodeOk ¶ added in v1.1.26
func (o *RegistrationFlow) GetSessionTokenExchangeCodeOk() (*string, bool)
GetSessionTokenExchangeCodeOk returns a tuple with the SessionTokenExchangeCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationFlow) GetState ¶ added in v1.2.0
func (o *RegistrationFlow) GetState() interface{}
GetState returns the State field value If the value is explicit nil, the zero value for interface{} will be returned
func (*RegistrationFlow) GetStateOk ¶ added in v1.2.0
func (o *RegistrationFlow) GetStateOk() (*interface{}, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RegistrationFlow) GetTransientPayload ¶ added in v1.1.18
func (o *RegistrationFlow) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*RegistrationFlow) GetTransientPayloadOk ¶ added in v1.1.18
func (o *RegistrationFlow) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationFlow) GetType ¶
func (o *RegistrationFlow) GetType() string
GetType returns the Type field value
func (*RegistrationFlow) GetTypeOk ¶
func (o *RegistrationFlow) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*RegistrationFlow) GetUi ¶
func (o *RegistrationFlow) GetUi() UiContainer
GetUi returns the Ui field value
func (*RegistrationFlow) GetUiOk ¶
func (o *RegistrationFlow) GetUiOk() (*UiContainer, bool)
GetUiOk returns a tuple with the Ui field value and a boolean to check if the value has been set.
func (*RegistrationFlow) HasActive ¶
func (o *RegistrationFlow) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*RegistrationFlow) HasOauth2LoginChallenge ¶
func (o *RegistrationFlow) HasOauth2LoginChallenge() bool
HasOauth2LoginChallenge returns a boolean if a field has been set.
func (*RegistrationFlow) HasOauth2LoginRequest ¶
func (o *RegistrationFlow) HasOauth2LoginRequest() bool
HasOauth2LoginRequest returns a boolean if a field has been set.
func (*RegistrationFlow) HasOrganizationId ¶ added in v1.2.10
func (o *RegistrationFlow) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*RegistrationFlow) HasReturnTo ¶
func (o *RegistrationFlow) HasReturnTo() bool
HasReturnTo returns a boolean if a field has been set.
func (*RegistrationFlow) HasSessionTokenExchangeCode ¶ added in v1.1.26
func (o *RegistrationFlow) HasSessionTokenExchangeCode() bool
HasSessionTokenExchangeCode returns a boolean if a field has been set.
func (*RegistrationFlow) HasTransientPayload ¶ added in v1.1.18
func (o *RegistrationFlow) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (RegistrationFlow) MarshalJSON ¶
func (o RegistrationFlow) MarshalJSON() ([]byte, error)
func (*RegistrationFlow) SetActive ¶
func (o *RegistrationFlow) SetActive(v string)
SetActive gets a reference to the given string and assigns it to the Active field.
func (*RegistrationFlow) SetExpiresAt ¶
func (o *RegistrationFlow) SetExpiresAt(v time.Time)
SetExpiresAt sets field value
func (*RegistrationFlow) SetIssuedAt ¶
func (o *RegistrationFlow) SetIssuedAt(v time.Time)
SetIssuedAt sets field value
func (*RegistrationFlow) SetOauth2LoginChallenge ¶
func (o *RegistrationFlow) SetOauth2LoginChallenge(v string)
SetOauth2LoginChallenge gets a reference to the given string and assigns it to the Oauth2LoginChallenge field.
func (*RegistrationFlow) SetOauth2LoginRequest ¶
func (o *RegistrationFlow) SetOauth2LoginRequest(v OAuth2LoginRequest)
SetOauth2LoginRequest gets a reference to the given OAuth2LoginRequest and assigns it to the Oauth2LoginRequest field.
func (*RegistrationFlow) SetOrganizationId ¶ added in v1.2.10
func (o *RegistrationFlow) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given NullableString and assigns it to the OrganizationId field.
func (*RegistrationFlow) SetOrganizationIdNil ¶ added in v1.2.10
func (o *RegistrationFlow) SetOrganizationIdNil()
SetOrganizationIdNil sets the value for OrganizationId to be an explicit nil
func (*RegistrationFlow) SetRequestUrl ¶
func (o *RegistrationFlow) SetRequestUrl(v string)
SetRequestUrl sets field value
func (*RegistrationFlow) SetReturnTo ¶
func (o *RegistrationFlow) SetReturnTo(v string)
SetReturnTo gets a reference to the given string and assigns it to the ReturnTo field.
func (*RegistrationFlow) SetSessionTokenExchangeCode ¶ added in v1.1.26
func (o *RegistrationFlow) SetSessionTokenExchangeCode(v string)
SetSessionTokenExchangeCode gets a reference to the given string and assigns it to the SessionTokenExchangeCode field.
func (*RegistrationFlow) SetState ¶ added in v1.2.0
func (o *RegistrationFlow) SetState(v interface{})
SetState sets field value
func (*RegistrationFlow) SetTransientPayload ¶ added in v1.1.18
func (o *RegistrationFlow) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (*RegistrationFlow) SetType ¶
func (o *RegistrationFlow) SetType(v string)
SetType sets field value
func (*RegistrationFlow) SetUi ¶
func (o *RegistrationFlow) SetUi(v UiContainer)
SetUi sets field value
func (RegistrationFlow) ToMap ¶ added in v1.3.0
func (o RegistrationFlow) ToMap() (map[string]interface{}, error)
func (*RegistrationFlow) UnmarshalJSON ¶ added in v1.1.36
func (o *RegistrationFlow) UnmarshalJSON(data []byte) (err error)
func (*RegistrationFlow) UnsetOrganizationId ¶ added in v1.2.10
func (o *RegistrationFlow) UnsetOrganizationId()
UnsetOrganizationId ensures that no value is present for OrganizationId, not even an explicit nil
type RegistrationFlowState ¶ added in v1.2.0
type RegistrationFlowState string
RegistrationFlowState choose_method: ask the user to choose a method (e.g. registration with email) sent_email: the email has been sent to the user passed_challenge: the request was successful and the registration challenge was passed.
const ( REGISTRATIONFLOWSTATE_CHOOSE_METHOD RegistrationFlowState = "choose_method" REGISTRATIONFLOWSTATE_SENT_EMAIL RegistrationFlowState = "sent_email" REGISTRATIONFLOWSTATE_PASSED_CHALLENGE RegistrationFlowState = "passed_challenge" )
List of registrationFlowState
func NewRegistrationFlowStateFromValue ¶ added in v1.2.0
func NewRegistrationFlowStateFromValue(v string) (*RegistrationFlowState, error)
NewRegistrationFlowStateFromValue returns a pointer to a valid RegistrationFlowState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (RegistrationFlowState) IsValid ¶ added in v1.2.0
func (v RegistrationFlowState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (RegistrationFlowState) Ptr ¶ added in v1.2.0
func (v RegistrationFlowState) Ptr() *RegistrationFlowState
Ptr returns reference to registrationFlowState value
func (*RegistrationFlowState) UnmarshalJSON ¶ added in v1.2.0
func (v *RegistrationFlowState) UnmarshalJSON(src []byte) error
type RejectOAuth2Request ¶
type RejectOAuth2Request struct {
// The error should follow the OAuth2 error format (e.g. `invalid_request`, `login_required`). Defaults to `request_denied`.
Error *string `json:"error,omitempty"`
// Debug contains information to help resolve the problem as a developer. Usually not exposed to the public but only in the server logs.
ErrorDebug *string `json:"error_debug,omitempty"`
// Description of the error in a human readable format.
ErrorDescription *string `json:"error_description,omitempty"`
// Hint to help resolve the error.
ErrorHint *string `json:"error_hint,omitempty"`
// Represents the HTTP status code of the error (e.g. 401 or 403) Defaults to 400
StatusCode *int64 `json:"status_code,omitempty"`
AdditionalProperties map[string]interface{}
}
RejectOAuth2Request struct for RejectOAuth2Request
func NewRejectOAuth2Request ¶
func NewRejectOAuth2Request() *RejectOAuth2Request
NewRejectOAuth2Request instantiates a new RejectOAuth2Request 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 NewRejectOAuth2RequestWithDefaults ¶
func NewRejectOAuth2RequestWithDefaults() *RejectOAuth2Request
NewRejectOAuth2RequestWithDefaults instantiates a new RejectOAuth2Request 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 (*RejectOAuth2Request) GetError ¶
func (o *RejectOAuth2Request) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*RejectOAuth2Request) GetErrorDebug ¶
func (o *RejectOAuth2Request) GetErrorDebug() string
GetErrorDebug returns the ErrorDebug field value if set, zero value otherwise.
func (*RejectOAuth2Request) GetErrorDebugOk ¶
func (o *RejectOAuth2Request) GetErrorDebugOk() (*string, bool)
GetErrorDebugOk returns a tuple with the ErrorDebug field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RejectOAuth2Request) GetErrorDescription ¶
func (o *RejectOAuth2Request) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.
func (*RejectOAuth2Request) GetErrorDescriptionOk ¶
func (o *RejectOAuth2Request) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RejectOAuth2Request) GetErrorHint ¶
func (o *RejectOAuth2Request) GetErrorHint() string
GetErrorHint returns the ErrorHint field value if set, zero value otherwise.
func (*RejectOAuth2Request) GetErrorHintOk ¶
func (o *RejectOAuth2Request) GetErrorHintOk() (*string, bool)
GetErrorHintOk returns a tuple with the ErrorHint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RejectOAuth2Request) GetErrorOk ¶
func (o *RejectOAuth2Request) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RejectOAuth2Request) GetStatusCode ¶
func (o *RejectOAuth2Request) GetStatusCode() int64
GetStatusCode returns the StatusCode field value if set, zero value otherwise.
func (*RejectOAuth2Request) GetStatusCodeOk ¶
func (o *RejectOAuth2Request) GetStatusCodeOk() (*int64, bool)
GetStatusCodeOk returns a tuple with the StatusCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RejectOAuth2Request) HasError ¶
func (o *RejectOAuth2Request) HasError() bool
HasError returns a boolean if a field has been set.
func (*RejectOAuth2Request) HasErrorDebug ¶
func (o *RejectOAuth2Request) HasErrorDebug() bool
HasErrorDebug returns a boolean if a field has been set.
func (*RejectOAuth2Request) HasErrorDescription ¶
func (o *RejectOAuth2Request) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (*RejectOAuth2Request) HasErrorHint ¶
func (o *RejectOAuth2Request) HasErrorHint() bool
HasErrorHint returns a boolean if a field has been set.
func (*RejectOAuth2Request) HasStatusCode ¶
func (o *RejectOAuth2Request) HasStatusCode() bool
HasStatusCode returns a boolean if a field has been set.
func (RejectOAuth2Request) MarshalJSON ¶
func (o RejectOAuth2Request) MarshalJSON() ([]byte, error)
func (*RejectOAuth2Request) SetError ¶
func (o *RejectOAuth2Request) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*RejectOAuth2Request) SetErrorDebug ¶
func (o *RejectOAuth2Request) SetErrorDebug(v string)
SetErrorDebug gets a reference to the given string and assigns it to the ErrorDebug field.
func (*RejectOAuth2Request) SetErrorDescription ¶
func (o *RejectOAuth2Request) SetErrorDescription(v string)
SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.
func (*RejectOAuth2Request) SetErrorHint ¶
func (o *RejectOAuth2Request) SetErrorHint(v string)
SetErrorHint gets a reference to the given string and assigns it to the ErrorHint field.
func (*RejectOAuth2Request) SetStatusCode ¶
func (o *RejectOAuth2Request) SetStatusCode(v int64)
SetStatusCode gets a reference to the given int64 and assigns it to the StatusCode field.
func (RejectOAuth2Request) ToMap ¶ added in v1.3.0
func (o RejectOAuth2Request) ToMap() (map[string]interface{}, error)
func (*RejectOAuth2Request) UnmarshalJSON ¶ added in v1.1.36
func (o *RejectOAuth2Request) UnmarshalJSON(data []byte) (err error)
type RelationQuery ¶
type RelationQuery struct {
// Namespace to query
Namespace *string `json:"namespace,omitempty"`
// Object to query
Object *string `json:"object,omitempty"`
// Relation to query
Relation *string `json:"relation,omitempty"`
// SubjectID to query Either SubjectSet or SubjectID can be provided.
SubjectId *string `json:"subject_id,omitempty"`
SubjectSet *SubjectSet `json:"subject_set,omitempty"`
AdditionalProperties map[string]interface{}
}
RelationQuery Relation Query
func NewRelationQuery ¶
func NewRelationQuery() *RelationQuery
NewRelationQuery instantiates a new RelationQuery 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 NewRelationQueryWithDefaults ¶
func NewRelationQueryWithDefaults() *RelationQuery
NewRelationQueryWithDefaults instantiates a new RelationQuery 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 (*RelationQuery) GetNamespace ¶
func (o *RelationQuery) GetNamespace() string
GetNamespace returns the Namespace field value if set, zero value otherwise.
func (*RelationQuery) GetNamespaceOk ¶
func (o *RelationQuery) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelationQuery) GetObject ¶
func (o *RelationQuery) GetObject() string
GetObject returns the Object field value if set, zero value otherwise.
func (*RelationQuery) GetObjectOk ¶
func (o *RelationQuery) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelationQuery) GetRelation ¶
func (o *RelationQuery) GetRelation() string
GetRelation returns the Relation field value if set, zero value otherwise.
func (*RelationQuery) GetRelationOk ¶
func (o *RelationQuery) GetRelationOk() (*string, bool)
GetRelationOk returns a tuple with the Relation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelationQuery) GetSubjectId ¶
func (o *RelationQuery) GetSubjectId() string
GetSubjectId returns the SubjectId field value if set, zero value otherwise.
func (*RelationQuery) GetSubjectIdOk ¶
func (o *RelationQuery) GetSubjectIdOk() (*string, bool)
GetSubjectIdOk returns a tuple with the SubjectId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelationQuery) GetSubjectSet ¶
func (o *RelationQuery) GetSubjectSet() SubjectSet
GetSubjectSet returns the SubjectSet field value if set, zero value otherwise.
func (*RelationQuery) GetSubjectSetOk ¶
func (o *RelationQuery) GetSubjectSetOk() (*SubjectSet, bool)
GetSubjectSetOk returns a tuple with the SubjectSet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelationQuery) HasNamespace ¶
func (o *RelationQuery) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (*RelationQuery) HasObject ¶
func (o *RelationQuery) HasObject() bool
HasObject returns a boolean if a field has been set.
func (*RelationQuery) HasRelation ¶
func (o *RelationQuery) HasRelation() bool
HasRelation returns a boolean if a field has been set.
func (*RelationQuery) HasSubjectId ¶
func (o *RelationQuery) HasSubjectId() bool
HasSubjectId returns a boolean if a field has been set.
func (*RelationQuery) HasSubjectSet ¶
func (o *RelationQuery) HasSubjectSet() bool
HasSubjectSet returns a boolean if a field has been set.
func (RelationQuery) MarshalJSON ¶
func (o RelationQuery) MarshalJSON() ([]byte, error)
func (*RelationQuery) SetNamespace ¶
func (o *RelationQuery) SetNamespace(v string)
SetNamespace gets a reference to the given string and assigns it to the Namespace field.
func (*RelationQuery) SetObject ¶
func (o *RelationQuery) SetObject(v string)
SetObject gets a reference to the given string and assigns it to the Object field.
func (*RelationQuery) SetRelation ¶
func (o *RelationQuery) SetRelation(v string)
SetRelation gets a reference to the given string and assigns it to the Relation field.
func (*RelationQuery) SetSubjectId ¶
func (o *RelationQuery) SetSubjectId(v string)
SetSubjectId gets a reference to the given string and assigns it to the SubjectId field.
func (*RelationQuery) SetSubjectSet ¶
func (o *RelationQuery) SetSubjectSet(v SubjectSet)
SetSubjectSet gets a reference to the given SubjectSet and assigns it to the SubjectSet field.
func (RelationQuery) ToMap ¶ added in v1.3.0
func (o RelationQuery) ToMap() (map[string]interface{}, error)
func (*RelationQuery) UnmarshalJSON ¶ added in v1.1.36
func (o *RelationQuery) UnmarshalJSON(data []byte) (err error)
type Relationship ¶
type Relationship struct {
// Namespace of the Relation Tuple
Namespace string `json:"namespace"`
// Object of the Relation Tuple
Object string `json:"object"`
// Relation of the Relation Tuple
Relation string `json:"relation"`
// SubjectID of the Relation Tuple Either SubjectSet or SubjectID can be provided.
SubjectId *string `json:"subject_id,omitempty"`
SubjectSet *SubjectSet `json:"subject_set,omitempty"`
AdditionalProperties map[string]interface{}
}
Relationship Relationship
func NewRelationship ¶
func NewRelationship(namespace string, object string, relation string) *Relationship
NewRelationship instantiates a new Relationship 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 NewRelationshipWithDefaults ¶
func NewRelationshipWithDefaults() *Relationship
NewRelationshipWithDefaults instantiates a new Relationship 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 (*Relationship) GetNamespace ¶
func (o *Relationship) GetNamespace() string
GetNamespace returns the Namespace field value
func (*Relationship) GetNamespaceOk ¶
func (o *Relationship) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field value and a boolean to check if the value has been set.
func (*Relationship) GetObject ¶
func (o *Relationship) GetObject() string
GetObject returns the Object field value
func (*Relationship) GetObjectOk ¶
func (o *Relationship) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.
func (*Relationship) GetRelation ¶
func (o *Relationship) GetRelation() string
GetRelation returns the Relation field value
func (*Relationship) GetRelationOk ¶
func (o *Relationship) GetRelationOk() (*string, bool)
GetRelationOk returns a tuple with the Relation field value and a boolean to check if the value has been set.
func (*Relationship) GetSubjectId ¶
func (o *Relationship) GetSubjectId() string
GetSubjectId returns the SubjectId field value if set, zero value otherwise.
func (*Relationship) GetSubjectIdOk ¶
func (o *Relationship) GetSubjectIdOk() (*string, bool)
GetSubjectIdOk returns a tuple with the SubjectId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Relationship) GetSubjectSet ¶
func (o *Relationship) GetSubjectSet() SubjectSet
GetSubjectSet returns the SubjectSet field value if set, zero value otherwise.
func (*Relationship) GetSubjectSetOk ¶
func (o *Relationship) GetSubjectSetOk() (*SubjectSet, bool)
GetSubjectSetOk returns a tuple with the SubjectSet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Relationship) HasSubjectId ¶
func (o *Relationship) HasSubjectId() bool
HasSubjectId returns a boolean if a field has been set.
func (*Relationship) HasSubjectSet ¶
func (o *Relationship) HasSubjectSet() bool
HasSubjectSet returns a boolean if a field has been set.
func (Relationship) MarshalJSON ¶
func (o Relationship) MarshalJSON() ([]byte, error)
func (*Relationship) SetNamespace ¶
func (o *Relationship) SetNamespace(v string)
SetNamespace sets field value
func (*Relationship) SetObject ¶
func (o *Relationship) SetObject(v string)
SetObject sets field value
func (*Relationship) SetRelation ¶
func (o *Relationship) SetRelation(v string)
SetRelation sets field value
func (*Relationship) SetSubjectId ¶
func (o *Relationship) SetSubjectId(v string)
SetSubjectId gets a reference to the given string and assigns it to the SubjectId field.
func (*Relationship) SetSubjectSet ¶
func (o *Relationship) SetSubjectSet(v SubjectSet)
SetSubjectSet gets a reference to the given SubjectSet and assigns it to the SubjectSet field.
func (Relationship) ToMap ¶ added in v1.3.0
func (o Relationship) ToMap() (map[string]interface{}, error)
func (*Relationship) UnmarshalJSON ¶ added in v1.1.36
func (o *Relationship) UnmarshalJSON(data []byte) (err error)
type RelationshipAPI ¶ added in v1.3.0
type RelationshipAPI interface {
/*
CheckOplSyntax Check the syntax of an OPL file
The OPL file is expected in the body of the request.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return RelationshipAPICheckOplSyntaxRequest
*/
CheckOplSyntax(ctx context.Context) RelationshipAPICheckOplSyntaxRequest
// CheckOplSyntaxExecute executes the request
// @return CheckOplSyntaxResult
CheckOplSyntaxExecute(r RelationshipAPICheckOplSyntaxRequest) (*CheckOplSyntaxResult, *http.Response, error)
/*
CreateRelationship Create a Relationship
Use this endpoint to create a relationship.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return RelationshipAPICreateRelationshipRequest
*/
CreateRelationship(ctx context.Context) RelationshipAPICreateRelationshipRequest
// CreateRelationshipExecute executes the request
// @return Relationship
CreateRelationshipExecute(r RelationshipAPICreateRelationshipRequest) (*Relationship, *http.Response, error)
/*
DeleteRelationships Delete Relationships
Use this endpoint to delete relationships
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return RelationshipAPIDeleteRelationshipsRequest
*/
DeleteRelationships(ctx context.Context) RelationshipAPIDeleteRelationshipsRequest
// DeleteRelationshipsExecute executes the request
DeleteRelationshipsExecute(r RelationshipAPIDeleteRelationshipsRequest) (*http.Response, error)
/*
GetRelationships Query relationships
Get all relationships that match the query. Only the namespace field is required.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return RelationshipAPIGetRelationshipsRequest
*/
GetRelationships(ctx context.Context) RelationshipAPIGetRelationshipsRequest
// GetRelationshipsExecute executes the request
// @return Relationships
GetRelationshipsExecute(r RelationshipAPIGetRelationshipsRequest) (*Relationships, *http.Response, error)
/*
ListRelationshipNamespaces Query namespaces
Get all namespaces
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return RelationshipAPIListRelationshipNamespacesRequest
*/
ListRelationshipNamespaces(ctx context.Context) RelationshipAPIListRelationshipNamespacesRequest
// ListRelationshipNamespacesExecute executes the request
// @return RelationshipNamespaces
ListRelationshipNamespacesExecute(r RelationshipAPIListRelationshipNamespacesRequest) (*RelationshipNamespaces, *http.Response, error)
/*
PatchRelationships Patch Multiple Relationships
Use this endpoint to patch one or more relationships.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return RelationshipAPIPatchRelationshipsRequest
*/
PatchRelationships(ctx context.Context) RelationshipAPIPatchRelationshipsRequest
// PatchRelationshipsExecute executes the request
PatchRelationshipsExecute(r RelationshipAPIPatchRelationshipsRequest) (*http.Response, error)
}
type RelationshipAPICheckOplSyntaxRequest ¶ added in v1.3.0
type RelationshipAPICheckOplSyntaxRequest struct {
ApiService RelationshipAPI
// contains filtered or unexported fields
}
func (RelationshipAPICheckOplSyntaxRequest) Body ¶ added in v1.3.0
func (r RelationshipAPICheckOplSyntaxRequest) Body(body string) RelationshipAPICheckOplSyntaxRequest
func (RelationshipAPICheckOplSyntaxRequest) Execute ¶ added in v1.3.0
func (r RelationshipAPICheckOplSyntaxRequest) Execute() (*CheckOplSyntaxResult, *http.Response, error)
type RelationshipAPICreateRelationshipRequest ¶ added in v1.3.0
type RelationshipAPICreateRelationshipRequest struct {
ApiService RelationshipAPI
// contains filtered or unexported fields
}
func (RelationshipAPICreateRelationshipRequest) CreateRelationshipBody ¶ added in v1.3.0
func (r RelationshipAPICreateRelationshipRequest) CreateRelationshipBody(createRelationshipBody CreateRelationshipBody) RelationshipAPICreateRelationshipRequest
func (RelationshipAPICreateRelationshipRequest) Execute ¶ added in v1.3.0
func (r RelationshipAPICreateRelationshipRequest) Execute() (*Relationship, *http.Response, error)
type RelationshipAPIDeleteRelationshipsRequest ¶ added in v1.3.0
type RelationshipAPIDeleteRelationshipsRequest struct {
ApiService RelationshipAPI
// contains filtered or unexported fields
}
func (RelationshipAPIDeleteRelationshipsRequest) Execute ¶ added in v1.3.0
func (r RelationshipAPIDeleteRelationshipsRequest) Execute() (*http.Response, error)
func (RelationshipAPIDeleteRelationshipsRequest) Namespace ¶ added in v1.3.0
func (r RelationshipAPIDeleteRelationshipsRequest) Namespace(namespace string) RelationshipAPIDeleteRelationshipsRequest
Namespace of the Relationship
func (RelationshipAPIDeleteRelationshipsRequest) Object ¶ added in v1.3.0
func (r RelationshipAPIDeleteRelationshipsRequest) Object(object string) RelationshipAPIDeleteRelationshipsRequest
Object of the Relationship
func (RelationshipAPIDeleteRelationshipsRequest) Relation ¶ added in v1.3.0
func (r RelationshipAPIDeleteRelationshipsRequest) Relation(relation string) RelationshipAPIDeleteRelationshipsRequest
Relation of the Relationship
func (RelationshipAPIDeleteRelationshipsRequest) SubjectId ¶ added in v1.3.0
func (r RelationshipAPIDeleteRelationshipsRequest) SubjectId(subjectId string) RelationshipAPIDeleteRelationshipsRequest
SubjectID of the Relationship
func (RelationshipAPIDeleteRelationshipsRequest) SubjectSetNamespace ¶ added in v1.3.0
func (r RelationshipAPIDeleteRelationshipsRequest) SubjectSetNamespace(subjectSetNamespace string) RelationshipAPIDeleteRelationshipsRequest
Namespace of the Subject Set
func (RelationshipAPIDeleteRelationshipsRequest) SubjectSetObject ¶ added in v1.3.0
func (r RelationshipAPIDeleteRelationshipsRequest) SubjectSetObject(subjectSetObject string) RelationshipAPIDeleteRelationshipsRequest
Object of the Subject Set
func (RelationshipAPIDeleteRelationshipsRequest) SubjectSetRelation ¶ added in v1.3.0
func (r RelationshipAPIDeleteRelationshipsRequest) SubjectSetRelation(subjectSetRelation string) RelationshipAPIDeleteRelationshipsRequest
Relation of the Subject Set
type RelationshipAPIGetRelationshipsRequest ¶ added in v1.3.0
type RelationshipAPIGetRelationshipsRequest struct {
ApiService RelationshipAPI
// contains filtered or unexported fields
}
func (RelationshipAPIGetRelationshipsRequest) Execute ¶ added in v1.3.0
func (r RelationshipAPIGetRelationshipsRequest) Execute() (*Relationships, *http.Response, error)
func (RelationshipAPIGetRelationshipsRequest) Namespace ¶ added in v1.3.0
func (r RelationshipAPIGetRelationshipsRequest) Namespace(namespace string) RelationshipAPIGetRelationshipsRequest
Namespace of the Relationship
func (RelationshipAPIGetRelationshipsRequest) Object ¶ added in v1.3.0
func (r RelationshipAPIGetRelationshipsRequest) Object(object string) RelationshipAPIGetRelationshipsRequest
Object of the Relationship
func (RelationshipAPIGetRelationshipsRequest) PageSize ¶ added in v1.3.0
func (r RelationshipAPIGetRelationshipsRequest) PageSize(pageSize int64) RelationshipAPIGetRelationshipsRequest
func (RelationshipAPIGetRelationshipsRequest) PageToken ¶ added in v1.3.0
func (r RelationshipAPIGetRelationshipsRequest) PageToken(pageToken string) RelationshipAPIGetRelationshipsRequest
func (RelationshipAPIGetRelationshipsRequest) Relation ¶ added in v1.3.0
func (r RelationshipAPIGetRelationshipsRequest) Relation(relation string) RelationshipAPIGetRelationshipsRequest
Relation of the Relationship
func (RelationshipAPIGetRelationshipsRequest) SubjectId ¶ added in v1.3.0
func (r RelationshipAPIGetRelationshipsRequest) SubjectId(subjectId string) RelationshipAPIGetRelationshipsRequest
SubjectID of the Relationship
func (RelationshipAPIGetRelationshipsRequest) SubjectSetNamespace ¶ added in v1.3.0
func (r RelationshipAPIGetRelationshipsRequest) SubjectSetNamespace(subjectSetNamespace string) RelationshipAPIGetRelationshipsRequest
Namespace of the Subject Set
func (RelationshipAPIGetRelationshipsRequest) SubjectSetObject ¶ added in v1.3.0
func (r RelationshipAPIGetRelationshipsRequest) SubjectSetObject(subjectSetObject string) RelationshipAPIGetRelationshipsRequest
Object of the Subject Set
func (RelationshipAPIGetRelationshipsRequest) SubjectSetRelation ¶ added in v1.3.0
func (r RelationshipAPIGetRelationshipsRequest) SubjectSetRelation(subjectSetRelation string) RelationshipAPIGetRelationshipsRequest
Relation of the Subject Set
type RelationshipAPIListRelationshipNamespacesRequest ¶ added in v1.3.0
type RelationshipAPIListRelationshipNamespacesRequest struct {
ApiService RelationshipAPI
// contains filtered or unexported fields
}
func (RelationshipAPIListRelationshipNamespacesRequest) Execute ¶ added in v1.3.0
func (r RelationshipAPIListRelationshipNamespacesRequest) Execute() (*RelationshipNamespaces, *http.Response, error)
type RelationshipAPIPatchRelationshipsRequest ¶ added in v1.3.0
type RelationshipAPIPatchRelationshipsRequest struct {
ApiService RelationshipAPI
// contains filtered or unexported fields
}
func (RelationshipAPIPatchRelationshipsRequest) Execute ¶ added in v1.3.0
func (r RelationshipAPIPatchRelationshipsRequest) Execute() (*http.Response, error)
func (RelationshipAPIPatchRelationshipsRequest) RelationshipPatch ¶ added in v1.3.0
func (r RelationshipAPIPatchRelationshipsRequest) RelationshipPatch(relationshipPatch []RelationshipPatch) RelationshipAPIPatchRelationshipsRequest
type RelationshipAPIService ¶ added in v1.3.0
type RelationshipAPIService service
RelationshipAPIService RelationshipAPI service
func (*RelationshipAPIService) CheckOplSyntax ¶ added in v1.3.0
func (a *RelationshipAPIService) CheckOplSyntax(ctx context.Context) RelationshipAPICheckOplSyntaxRequest
CheckOplSyntax Check the syntax of an OPL file
The OPL file is expected in the body of the request.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return RelationshipAPICheckOplSyntaxRequest
func (*RelationshipAPIService) CheckOplSyntaxExecute ¶ added in v1.3.0
func (a *RelationshipAPIService) CheckOplSyntaxExecute(r RelationshipAPICheckOplSyntaxRequest) (*CheckOplSyntaxResult, *http.Response, error)
Execute executes the request
@return CheckOplSyntaxResult
func (*RelationshipAPIService) CreateRelationship ¶ added in v1.3.0
func (a *RelationshipAPIService) CreateRelationship(ctx context.Context) RelationshipAPICreateRelationshipRequest
CreateRelationship Create a Relationship
Use this endpoint to create a relationship.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return RelationshipAPICreateRelationshipRequest
func (*RelationshipAPIService) CreateRelationshipExecute ¶ added in v1.3.0
func (a *RelationshipAPIService) CreateRelationshipExecute(r RelationshipAPICreateRelationshipRequest) (*Relationship, *http.Response, error)
Execute executes the request
@return Relationship
func (*RelationshipAPIService) DeleteRelationships ¶ added in v1.3.0
func (a *RelationshipAPIService) DeleteRelationships(ctx context.Context) RelationshipAPIDeleteRelationshipsRequest
DeleteRelationships Delete Relationships
Use this endpoint to delete relationships
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return RelationshipAPIDeleteRelationshipsRequest
func (*RelationshipAPIService) DeleteRelationshipsExecute ¶ added in v1.3.0
func (a *RelationshipAPIService) DeleteRelationshipsExecute(r RelationshipAPIDeleteRelationshipsRequest) (*http.Response, error)
Execute executes the request
func (*RelationshipAPIService) GetRelationships ¶ added in v1.3.0
func (a *RelationshipAPIService) GetRelationships(ctx context.Context) RelationshipAPIGetRelationshipsRequest
GetRelationships Query relationships
Get all relationships that match the query. Only the namespace field is required.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return RelationshipAPIGetRelationshipsRequest
func (*RelationshipAPIService) GetRelationshipsExecute ¶ added in v1.3.0
func (a *RelationshipAPIService) GetRelationshipsExecute(r RelationshipAPIGetRelationshipsRequest) (*Relationships, *http.Response, error)
Execute executes the request
@return Relationships
func (*RelationshipAPIService) ListRelationshipNamespaces ¶ added in v1.3.0
func (a *RelationshipAPIService) ListRelationshipNamespaces(ctx context.Context) RelationshipAPIListRelationshipNamespacesRequest
ListRelationshipNamespaces Query namespaces
Get all namespaces
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return RelationshipAPIListRelationshipNamespacesRequest
func (*RelationshipAPIService) ListRelationshipNamespacesExecute ¶ added in v1.3.0
func (a *RelationshipAPIService) ListRelationshipNamespacesExecute(r RelationshipAPIListRelationshipNamespacesRequest) (*RelationshipNamespaces, *http.Response, error)
Execute executes the request
@return RelationshipNamespaces
func (*RelationshipAPIService) PatchRelationships ¶ added in v1.3.0
func (a *RelationshipAPIService) PatchRelationships(ctx context.Context) RelationshipAPIPatchRelationshipsRequest
PatchRelationships Patch Multiple Relationships
Use this endpoint to patch one or more relationships.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return RelationshipAPIPatchRelationshipsRequest
func (*RelationshipAPIService) PatchRelationshipsExecute ¶ added in v1.3.0
func (a *RelationshipAPIService) PatchRelationshipsExecute(r RelationshipAPIPatchRelationshipsRequest) (*http.Response, error)
Execute executes the request
type RelationshipNamespaces ¶
type RelationshipNamespaces struct {
Namespaces []Namespace `json:"namespaces,omitempty"`
AdditionalProperties map[string]interface{}
}
RelationshipNamespaces Relationship Namespace List
func NewRelationshipNamespaces ¶
func NewRelationshipNamespaces() *RelationshipNamespaces
NewRelationshipNamespaces instantiates a new RelationshipNamespaces 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 NewRelationshipNamespacesWithDefaults ¶
func NewRelationshipNamespacesWithDefaults() *RelationshipNamespaces
NewRelationshipNamespacesWithDefaults instantiates a new RelationshipNamespaces 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 (*RelationshipNamespaces) GetNamespaces ¶
func (o *RelationshipNamespaces) GetNamespaces() []Namespace
GetNamespaces returns the Namespaces field value if set, zero value otherwise.
func (*RelationshipNamespaces) GetNamespacesOk ¶
func (o *RelationshipNamespaces) GetNamespacesOk() ([]Namespace, bool)
GetNamespacesOk returns a tuple with the Namespaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelationshipNamespaces) HasNamespaces ¶
func (o *RelationshipNamespaces) HasNamespaces() bool
HasNamespaces returns a boolean if a field has been set.
func (RelationshipNamespaces) MarshalJSON ¶
func (o RelationshipNamespaces) MarshalJSON() ([]byte, error)
func (*RelationshipNamespaces) SetNamespaces ¶
func (o *RelationshipNamespaces) SetNamespaces(v []Namespace)
SetNamespaces gets a reference to the given []Namespace and assigns it to the Namespaces field.
func (RelationshipNamespaces) ToMap ¶ added in v1.3.0
func (o RelationshipNamespaces) ToMap() (map[string]interface{}, error)
func (*RelationshipNamespaces) UnmarshalJSON ¶ added in v1.1.36
func (o *RelationshipNamespaces) UnmarshalJSON(data []byte) (err error)
type RelationshipPatch ¶
type RelationshipPatch struct {
Action *string `json:"action,omitempty"`
RelationTuple *Relationship `json:"relation_tuple,omitempty"`
AdditionalProperties map[string]interface{}
}
RelationshipPatch Payload for patching a relationship
func NewRelationshipPatch ¶
func NewRelationshipPatch() *RelationshipPatch
NewRelationshipPatch instantiates a new RelationshipPatch 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 NewRelationshipPatchWithDefaults ¶
func NewRelationshipPatchWithDefaults() *RelationshipPatch
NewRelationshipPatchWithDefaults instantiates a new RelationshipPatch 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 (*RelationshipPatch) GetAction ¶
func (o *RelationshipPatch) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*RelationshipPatch) GetActionOk ¶
func (o *RelationshipPatch) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelationshipPatch) GetRelationTuple ¶
func (o *RelationshipPatch) GetRelationTuple() Relationship
GetRelationTuple returns the RelationTuple field value if set, zero value otherwise.
func (*RelationshipPatch) GetRelationTupleOk ¶
func (o *RelationshipPatch) GetRelationTupleOk() (*Relationship, bool)
GetRelationTupleOk returns a tuple with the RelationTuple field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelationshipPatch) HasAction ¶
func (o *RelationshipPatch) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*RelationshipPatch) HasRelationTuple ¶
func (o *RelationshipPatch) HasRelationTuple() bool
HasRelationTuple returns a boolean if a field has been set.
func (RelationshipPatch) MarshalJSON ¶
func (o RelationshipPatch) MarshalJSON() ([]byte, error)
func (*RelationshipPatch) SetAction ¶
func (o *RelationshipPatch) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*RelationshipPatch) SetRelationTuple ¶
func (o *RelationshipPatch) SetRelationTuple(v Relationship)
SetRelationTuple gets a reference to the given Relationship and assigns it to the RelationTuple field.
func (RelationshipPatch) ToMap ¶ added in v1.3.0
func (o RelationshipPatch) ToMap() (map[string]interface{}, error)
func (*RelationshipPatch) UnmarshalJSON ¶ added in v1.1.36
func (o *RelationshipPatch) UnmarshalJSON(data []byte) (err error)
type Relationships ¶
type Relationships struct {
// The opaque token to provide in a subsequent request to get the next page. It is the empty string iff this is the last page.
NextPageToken *string `json:"next_page_token,omitempty"`
RelationTuples []Relationship `json:"relation_tuples,omitempty"`
AdditionalProperties map[string]interface{}
}
Relationships Paginated Relationship List
func NewRelationships ¶
func NewRelationships() *Relationships
NewRelationships instantiates a new Relationships 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 NewRelationshipsWithDefaults ¶
func NewRelationshipsWithDefaults() *Relationships
NewRelationshipsWithDefaults instantiates a new Relationships 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 (*Relationships) GetNextPageToken ¶
func (o *Relationships) GetNextPageToken() string
GetNextPageToken returns the NextPageToken field value if set, zero value otherwise.
func (*Relationships) GetNextPageTokenOk ¶
func (o *Relationships) GetNextPageTokenOk() (*string, bool)
GetNextPageTokenOk returns a tuple with the NextPageToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Relationships) GetRelationTuples ¶
func (o *Relationships) GetRelationTuples() []Relationship
GetRelationTuples returns the RelationTuples field value if set, zero value otherwise.
func (*Relationships) GetRelationTuplesOk ¶
func (o *Relationships) GetRelationTuplesOk() ([]Relationship, bool)
GetRelationTuplesOk returns a tuple with the RelationTuples field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Relationships) HasNextPageToken ¶
func (o *Relationships) HasNextPageToken() bool
HasNextPageToken returns a boolean if a field has been set.
func (*Relationships) HasRelationTuples ¶
func (o *Relationships) HasRelationTuples() bool
HasRelationTuples returns a boolean if a field has been set.
func (Relationships) MarshalJSON ¶
func (o Relationships) MarshalJSON() ([]byte, error)
func (*Relationships) SetNextPageToken ¶
func (o *Relationships) SetNextPageToken(v string)
SetNextPageToken gets a reference to the given string and assigns it to the NextPageToken field.
func (*Relationships) SetRelationTuples ¶
func (o *Relationships) SetRelationTuples(v []Relationship)
SetRelationTuples gets a reference to the given []Relationship and assigns it to the RelationTuples field.
func (Relationships) ToMap ¶ added in v1.3.0
func (o Relationships) ToMap() (map[string]interface{}, error)
func (*Relationships) UnmarshalJSON ¶ added in v1.1.36
func (o *Relationships) UnmarshalJSON(data []byte) (err error)
type SchemaPatch ¶
type SchemaPatch struct {
// The json schema
Data map[string]interface{} `json:"data"`
// The user defined schema name
Name string `json:"name"`
AdditionalProperties map[string]interface{}
}
SchemaPatch struct for SchemaPatch
func NewSchemaPatch ¶
func NewSchemaPatch(data map[string]interface{}, name string) *SchemaPatch
NewSchemaPatch instantiates a new SchemaPatch 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 NewSchemaPatchWithDefaults ¶
func NewSchemaPatchWithDefaults() *SchemaPatch
NewSchemaPatchWithDefaults instantiates a new SchemaPatch 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 (*SchemaPatch) GetData ¶
func (o *SchemaPatch) GetData() map[string]interface{}
GetData returns the Data field value
func (*SchemaPatch) GetDataOk ¶
func (o *SchemaPatch) GetDataOk() (map[string]interface{}, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*SchemaPatch) GetName ¶
func (o *SchemaPatch) GetName() string
GetName returns the Name field value
func (*SchemaPatch) GetNameOk ¶
func (o *SchemaPatch) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (SchemaPatch) MarshalJSON ¶
func (o SchemaPatch) MarshalJSON() ([]byte, error)
func (*SchemaPatch) SetData ¶
func (o *SchemaPatch) SetData(v map[string]interface{})
SetData sets field value
func (SchemaPatch) ToMap ¶ added in v1.3.0
func (o SchemaPatch) ToMap() (map[string]interface{}, error)
func (*SchemaPatch) UnmarshalJSON ¶ added in v1.1.36
func (o *SchemaPatch) UnmarshalJSON(data []byte) (err error)
type SelfServiceFlowExpiredError ¶
type SelfServiceFlowExpiredError struct {
Error *GenericError `json:"error,omitempty"`
// When the flow has expired
ExpiredAt *time.Time `json:"expired_at,omitempty"`
// A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
Since *int64 `json:"since,omitempty"`
// The flow ID that should be used for the new flow as it contains the correct messages.
UseFlowId *string `json:"use_flow_id,omitempty"`
AdditionalProperties map[string]interface{}
}
SelfServiceFlowExpiredError Is sent when a flow is expired
func NewSelfServiceFlowExpiredError ¶
func NewSelfServiceFlowExpiredError() *SelfServiceFlowExpiredError
NewSelfServiceFlowExpiredError instantiates a new SelfServiceFlowExpiredError 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 NewSelfServiceFlowExpiredErrorWithDefaults ¶
func NewSelfServiceFlowExpiredErrorWithDefaults() *SelfServiceFlowExpiredError
NewSelfServiceFlowExpiredErrorWithDefaults instantiates a new SelfServiceFlowExpiredError 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 (*SelfServiceFlowExpiredError) GetError ¶ added in v1.1.26
func (o *SelfServiceFlowExpiredError) GetError() GenericError
GetError returns the Error field value if set, zero value otherwise.
func (*SelfServiceFlowExpiredError) GetErrorOk ¶ added in v1.1.26
func (o *SelfServiceFlowExpiredError) GetErrorOk() (*GenericError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SelfServiceFlowExpiredError) GetExpiredAt ¶
func (o *SelfServiceFlowExpiredError) GetExpiredAt() time.Time
GetExpiredAt returns the ExpiredAt field value if set, zero value otherwise.
func (*SelfServiceFlowExpiredError) GetExpiredAtOk ¶
func (o *SelfServiceFlowExpiredError) GetExpiredAtOk() (*time.Time, bool)
GetExpiredAtOk returns a tuple with the ExpiredAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SelfServiceFlowExpiredError) GetSince ¶
func (o *SelfServiceFlowExpiredError) GetSince() int64
GetSince returns the Since field value if set, zero value otherwise.
func (*SelfServiceFlowExpiredError) GetSinceOk ¶
func (o *SelfServiceFlowExpiredError) GetSinceOk() (*int64, bool)
GetSinceOk returns a tuple with the Since field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SelfServiceFlowExpiredError) GetUseFlowId ¶
func (o *SelfServiceFlowExpiredError) GetUseFlowId() string
GetUseFlowId returns the UseFlowId field value if set, zero value otherwise.
func (*SelfServiceFlowExpiredError) GetUseFlowIdOk ¶
func (o *SelfServiceFlowExpiredError) GetUseFlowIdOk() (*string, bool)
GetUseFlowIdOk returns a tuple with the UseFlowId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SelfServiceFlowExpiredError) HasError ¶ added in v1.1.26
func (o *SelfServiceFlowExpiredError) HasError() bool
HasError returns a boolean if a field has been set.
func (*SelfServiceFlowExpiredError) HasExpiredAt ¶
func (o *SelfServiceFlowExpiredError) HasExpiredAt() bool
HasExpiredAt returns a boolean if a field has been set.
func (*SelfServiceFlowExpiredError) HasSince ¶
func (o *SelfServiceFlowExpiredError) HasSince() bool
HasSince returns a boolean if a field has been set.
func (*SelfServiceFlowExpiredError) HasUseFlowId ¶
func (o *SelfServiceFlowExpiredError) HasUseFlowId() bool
HasUseFlowId returns a boolean if a field has been set.
func (SelfServiceFlowExpiredError) MarshalJSON ¶
func (o SelfServiceFlowExpiredError) MarshalJSON() ([]byte, error)
func (*SelfServiceFlowExpiredError) SetError ¶ added in v1.1.26
func (o *SelfServiceFlowExpiredError) SetError(v GenericError)
SetError gets a reference to the given GenericError and assigns it to the Error field.
func (*SelfServiceFlowExpiredError) SetExpiredAt ¶
func (o *SelfServiceFlowExpiredError) SetExpiredAt(v time.Time)
SetExpiredAt gets a reference to the given time.Time and assigns it to the ExpiredAt field.
func (*SelfServiceFlowExpiredError) SetSince ¶
func (o *SelfServiceFlowExpiredError) SetSince(v int64)
SetSince gets a reference to the given int64 and assigns it to the Since field.
func (*SelfServiceFlowExpiredError) SetUseFlowId ¶
func (o *SelfServiceFlowExpiredError) SetUseFlowId(v string)
SetUseFlowId gets a reference to the given string and assigns it to the UseFlowId field.
func (SelfServiceFlowExpiredError) ToMap ¶ added in v1.3.0
func (o SelfServiceFlowExpiredError) ToMap() (map[string]interface{}, error)
func (*SelfServiceFlowExpiredError) UnmarshalJSON ¶ added in v1.1.36
func (o *SelfServiceFlowExpiredError) UnmarshalJSON(data []byte) (err error)
type ServerConfiguration ¶
type ServerConfiguration struct {
URL string
Description string
Variables map[string]ServerVariable
}
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type Session ¶
type Session struct {
// Active state. If false the session is no longer active.
Active *bool `json:"active,omitempty"`
// The Session Authentication Timestamp When this session was authenticated at. If multi-factor authentication was used this is the time when the last factor was authenticated (e.g. the TOTP code challenge was completed).
AuthenticatedAt *time.Time `json:"authenticated_at,omitempty"`
// A list of authenticators which were used to authenticate the session.
AuthenticationMethods []SessionAuthenticationMethod `json:"authentication_methods,omitempty"`
AuthenticatorAssuranceLevel *AuthenticatorAssuranceLevel `json:"authenticator_assurance_level,omitempty"`
// Devices has history of all endpoints where the session was used
Devices []SessionDevice `json:"devices,omitempty"`
// The Session Expiry When this session expires at.
ExpiresAt *time.Time `json:"expires_at,omitempty"`
// Session ID
Id string `json:"id"`
Identity *Identity `json:"identity,omitempty"`
// The Session Issuance Timestamp When this session was issued at. Usually equal or close to `authenticated_at`.
IssuedAt *time.Time `json:"issued_at,omitempty"`
// Tokenized is the tokenized (e.g. JWT) version of the session. It is only set when the `tokenize` query parameter was set to a valid tokenize template during calls to `/session/whoami`.
Tokenized *string `json:"tokenized,omitempty"`
AdditionalProperties map[string]interface{}
}
Session A Session
func NewSession ¶
NewSession instantiates a new Session 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 NewSessionWithDefaults ¶
func NewSessionWithDefaults() *Session
NewSessionWithDefaults instantiates a new Session 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 (*Session) GetActiveOk ¶
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Session) GetAuthenticatedAt ¶
GetAuthenticatedAt returns the AuthenticatedAt field value if set, zero value otherwise.
func (*Session) GetAuthenticatedAtOk ¶
GetAuthenticatedAtOk returns a tuple with the AuthenticatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Session) GetAuthenticationMethods ¶
func (o *Session) GetAuthenticationMethods() []SessionAuthenticationMethod
GetAuthenticationMethods returns the AuthenticationMethods field value if set, zero value otherwise.
func (*Session) GetAuthenticationMethodsOk ¶
func (o *Session) GetAuthenticationMethodsOk() ([]SessionAuthenticationMethod, bool)
GetAuthenticationMethodsOk returns a tuple with the AuthenticationMethods field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Session) GetAuthenticatorAssuranceLevel ¶
func (o *Session) GetAuthenticatorAssuranceLevel() AuthenticatorAssuranceLevel
GetAuthenticatorAssuranceLevel returns the AuthenticatorAssuranceLevel field value if set, zero value otherwise.
func (*Session) GetAuthenticatorAssuranceLevelOk ¶
func (o *Session) GetAuthenticatorAssuranceLevelOk() (*AuthenticatorAssuranceLevel, bool)
GetAuthenticatorAssuranceLevelOk returns a tuple with the AuthenticatorAssuranceLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Session) GetDevices ¶
func (o *Session) GetDevices() []SessionDevice
GetDevices returns the Devices field value if set, zero value otherwise.
func (*Session) GetDevicesOk ¶
func (o *Session) GetDevicesOk() ([]SessionDevice, bool)
GetDevicesOk returns a tuple with the Devices field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Session) GetExpiresAt ¶
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise.
func (*Session) GetExpiresAtOk ¶
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Session) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Session) GetIdentity ¶
GetIdentity returns the Identity field value if set, zero value otherwise.
func (*Session) GetIdentityOk ¶
GetIdentityOk returns a tuple with the Identity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Session) GetIssuedAt ¶
GetIssuedAt returns the IssuedAt field value if set, zero value otherwise.
func (*Session) GetIssuedAtOk ¶
GetIssuedAtOk returns a tuple with the IssuedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Session) GetTokenized ¶ added in v1.2.7
GetTokenized returns the Tokenized field value if set, zero value otherwise.
func (*Session) GetTokenizedOk ¶ added in v1.2.7
GetTokenizedOk returns a tuple with the Tokenized field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Session) HasAuthenticatedAt ¶
HasAuthenticatedAt returns a boolean if a field has been set.
func (*Session) HasAuthenticationMethods ¶
HasAuthenticationMethods returns a boolean if a field has been set.
func (*Session) HasAuthenticatorAssuranceLevel ¶
HasAuthenticatorAssuranceLevel returns a boolean if a field has been set.
func (*Session) HasDevices ¶
HasDevices returns a boolean if a field has been set.
func (*Session) HasExpiresAt ¶
HasExpiresAt returns a boolean if a field has been set.
func (*Session) HasIdentity ¶ added in v1.2.0
HasIdentity returns a boolean if a field has been set.
func (*Session) HasIssuedAt ¶
HasIssuedAt returns a boolean if a field has been set.
func (*Session) HasTokenized ¶ added in v1.2.7
HasTokenized returns a boolean if a field has been set.
func (Session) MarshalJSON ¶
func (*Session) SetActive ¶
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*Session) SetAuthenticatedAt ¶
SetAuthenticatedAt gets a reference to the given time.Time and assigns it to the AuthenticatedAt field.
func (*Session) SetAuthenticationMethods ¶
func (o *Session) SetAuthenticationMethods(v []SessionAuthenticationMethod)
SetAuthenticationMethods gets a reference to the given []SessionAuthenticationMethod and assigns it to the AuthenticationMethods field.
func (*Session) SetAuthenticatorAssuranceLevel ¶
func (o *Session) SetAuthenticatorAssuranceLevel(v AuthenticatorAssuranceLevel)
SetAuthenticatorAssuranceLevel gets a reference to the given AuthenticatorAssuranceLevel and assigns it to the AuthenticatorAssuranceLevel field.
func (*Session) SetDevices ¶
func (o *Session) SetDevices(v []SessionDevice)
SetDevices gets a reference to the given []SessionDevice and assigns it to the Devices field.
func (*Session) SetExpiresAt ¶
SetExpiresAt gets a reference to the given time.Time and assigns it to the ExpiresAt field.
func (*Session) SetIdentity ¶
SetIdentity gets a reference to the given Identity and assigns it to the Identity field.
func (*Session) SetIssuedAt ¶
SetIssuedAt gets a reference to the given time.Time and assigns it to the IssuedAt field.
func (*Session) SetTokenized ¶ added in v1.2.7
SetTokenized gets a reference to the given string and assigns it to the Tokenized field.
func (*Session) UnmarshalJSON ¶ added in v1.1.36
type SessionActivityDatapoint ¶ added in v1.2.14
type SessionActivityDatapoint struct {
// Country of the events
Country string `json:"country"`
// Number of events that failed in the given timeframe
Failed int64 `json:"failed"`
// Number of events that succeeded in the given timeframe
Succeeded int64 `json:"succeeded"`
AdditionalProperties map[string]interface{}
}
SessionActivityDatapoint struct for SessionActivityDatapoint
func NewSessionActivityDatapoint ¶ added in v1.2.14
func NewSessionActivityDatapoint(country string, failed int64, succeeded int64) *SessionActivityDatapoint
NewSessionActivityDatapoint instantiates a new SessionActivityDatapoint 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 NewSessionActivityDatapointWithDefaults ¶ added in v1.2.14
func NewSessionActivityDatapointWithDefaults() *SessionActivityDatapoint
NewSessionActivityDatapointWithDefaults instantiates a new SessionActivityDatapoint 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 (*SessionActivityDatapoint) GetCountry ¶ added in v1.2.14
func (o *SessionActivityDatapoint) GetCountry() string
GetCountry returns the Country field value
func (*SessionActivityDatapoint) GetCountryOk ¶ added in v1.2.14
func (o *SessionActivityDatapoint) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field value and a boolean to check if the value has been set.
func (*SessionActivityDatapoint) GetFailed ¶ added in v1.2.14
func (o *SessionActivityDatapoint) GetFailed() int64
GetFailed returns the Failed field value
func (*SessionActivityDatapoint) GetFailedOk ¶ added in v1.2.14
func (o *SessionActivityDatapoint) GetFailedOk() (*int64, bool)
GetFailedOk returns a tuple with the Failed field value and a boolean to check if the value has been set.
func (*SessionActivityDatapoint) GetSucceeded ¶ added in v1.2.14
func (o *SessionActivityDatapoint) GetSucceeded() int64
GetSucceeded returns the Succeeded field value
func (*SessionActivityDatapoint) GetSucceededOk ¶ added in v1.2.14
func (o *SessionActivityDatapoint) GetSucceededOk() (*int64, bool)
GetSucceededOk returns a tuple with the Succeeded field value and a boolean to check if the value has been set.
func (SessionActivityDatapoint) MarshalJSON ¶ added in v1.2.14
func (o SessionActivityDatapoint) MarshalJSON() ([]byte, error)
func (*SessionActivityDatapoint) SetCountry ¶ added in v1.2.14
func (o *SessionActivityDatapoint) SetCountry(v string)
SetCountry sets field value
func (*SessionActivityDatapoint) SetFailed ¶ added in v1.2.14
func (o *SessionActivityDatapoint) SetFailed(v int64)
SetFailed sets field value
func (*SessionActivityDatapoint) SetSucceeded ¶ added in v1.2.14
func (o *SessionActivityDatapoint) SetSucceeded(v int64)
SetSucceeded sets field value
func (SessionActivityDatapoint) ToMap ¶ added in v1.3.0
func (o SessionActivityDatapoint) ToMap() (map[string]interface{}, error)
func (*SessionActivityDatapoint) UnmarshalJSON ¶ added in v1.2.14
func (o *SessionActivityDatapoint) UnmarshalJSON(data []byte) (err error)
type SessionAuthenticationMethod ¶
type SessionAuthenticationMethod struct {
Aal *AuthenticatorAssuranceLevel `json:"aal,omitempty"`
// When the authentication challenge was completed.
CompletedAt *time.Time `json:"completed_at,omitempty"`
Method *string `json:"method,omitempty"`
// The Organization id used for authentication
Organization *string `json:"organization,omitempty"`
// OIDC or SAML provider id used for authentication
Provider *string `json:"provider,omitempty"`
AdditionalProperties map[string]interface{}
}
SessionAuthenticationMethod A singular authenticator used during authentication / login.
func NewSessionAuthenticationMethod ¶
func NewSessionAuthenticationMethod() *SessionAuthenticationMethod
NewSessionAuthenticationMethod instantiates a new SessionAuthenticationMethod 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 NewSessionAuthenticationMethodWithDefaults ¶
func NewSessionAuthenticationMethodWithDefaults() *SessionAuthenticationMethod
NewSessionAuthenticationMethodWithDefaults instantiates a new SessionAuthenticationMethod 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 (*SessionAuthenticationMethod) GetAal ¶
func (o *SessionAuthenticationMethod) GetAal() AuthenticatorAssuranceLevel
GetAal returns the Aal field value if set, zero value otherwise.
func (*SessionAuthenticationMethod) GetAalOk ¶
func (o *SessionAuthenticationMethod) GetAalOk() (*AuthenticatorAssuranceLevel, bool)
GetAalOk returns a tuple with the Aal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionAuthenticationMethod) GetCompletedAt ¶
func (o *SessionAuthenticationMethod) GetCompletedAt() time.Time
GetCompletedAt returns the CompletedAt field value if set, zero value otherwise.
func (*SessionAuthenticationMethod) GetCompletedAtOk ¶
func (o *SessionAuthenticationMethod) GetCompletedAtOk() (*time.Time, bool)
GetCompletedAtOk returns a tuple with the CompletedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionAuthenticationMethod) GetMethod ¶
func (o *SessionAuthenticationMethod) GetMethod() string
GetMethod returns the Method field value if set, zero value otherwise.
func (*SessionAuthenticationMethod) GetMethodOk ¶
func (o *SessionAuthenticationMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionAuthenticationMethod) GetOrganization ¶ added in v1.2.10
func (o *SessionAuthenticationMethod) GetOrganization() string
GetOrganization returns the Organization field value if set, zero value otherwise.
func (*SessionAuthenticationMethod) GetOrganizationOk ¶ added in v1.2.10
func (o *SessionAuthenticationMethod) GetOrganizationOk() (*string, bool)
GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionAuthenticationMethod) GetProvider ¶ added in v1.1.34
func (o *SessionAuthenticationMethod) GetProvider() string
GetProvider returns the Provider field value if set, zero value otherwise.
func (*SessionAuthenticationMethod) GetProviderOk ¶ added in v1.1.34
func (o *SessionAuthenticationMethod) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionAuthenticationMethod) HasAal ¶
func (o *SessionAuthenticationMethod) HasAal() bool
HasAal returns a boolean if a field has been set.
func (*SessionAuthenticationMethod) HasCompletedAt ¶
func (o *SessionAuthenticationMethod) HasCompletedAt() bool
HasCompletedAt returns a boolean if a field has been set.
func (*SessionAuthenticationMethod) HasMethod ¶
func (o *SessionAuthenticationMethod) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (*SessionAuthenticationMethod) HasOrganization ¶ added in v1.2.10
func (o *SessionAuthenticationMethod) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (*SessionAuthenticationMethod) HasProvider ¶ added in v1.1.34
func (o *SessionAuthenticationMethod) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (SessionAuthenticationMethod) MarshalJSON ¶
func (o SessionAuthenticationMethod) MarshalJSON() ([]byte, error)
func (*SessionAuthenticationMethod) SetAal ¶
func (o *SessionAuthenticationMethod) SetAal(v AuthenticatorAssuranceLevel)
SetAal gets a reference to the given AuthenticatorAssuranceLevel and assigns it to the Aal field.
func (*SessionAuthenticationMethod) SetCompletedAt ¶
func (o *SessionAuthenticationMethod) SetCompletedAt(v time.Time)
SetCompletedAt gets a reference to the given time.Time and assigns it to the CompletedAt field.
func (*SessionAuthenticationMethod) SetMethod ¶
func (o *SessionAuthenticationMethod) SetMethod(v string)
SetMethod gets a reference to the given string and assigns it to the Method field.
func (*SessionAuthenticationMethod) SetOrganization ¶ added in v1.2.10
func (o *SessionAuthenticationMethod) SetOrganization(v string)
SetOrganization gets a reference to the given string and assigns it to the Organization field.
func (*SessionAuthenticationMethod) SetProvider ¶ added in v1.1.34
func (o *SessionAuthenticationMethod) SetProvider(v string)
SetProvider gets a reference to the given string and assigns it to the Provider field.
func (SessionAuthenticationMethod) ToMap ¶ added in v1.3.0
func (o SessionAuthenticationMethod) ToMap() (map[string]interface{}, error)
func (*SessionAuthenticationMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *SessionAuthenticationMethod) UnmarshalJSON(data []byte) (err error)
type SessionDevice ¶
type SessionDevice struct {
// Device record ID
Id string `json:"id"`
// IPAddress of the client
IpAddress *string `json:"ip_address,omitempty"`
// Geo Location corresponding to the IP Address
Location *string `json:"location,omitempty"`
// UserAgent of the client
UserAgent *string `json:"user_agent,omitempty"`
AdditionalProperties map[string]interface{}
}
SessionDevice Device corresponding to a Session
func NewSessionDevice ¶
func NewSessionDevice(id string) *SessionDevice
NewSessionDevice instantiates a new SessionDevice 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 NewSessionDeviceWithDefaults ¶
func NewSessionDeviceWithDefaults() *SessionDevice
NewSessionDeviceWithDefaults instantiates a new SessionDevice 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 (*SessionDevice) GetId ¶
func (o *SessionDevice) GetId() string
GetId returns the Id field value
func (*SessionDevice) GetIdOk ¶
func (o *SessionDevice) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SessionDevice) GetIpAddress ¶
func (o *SessionDevice) GetIpAddress() string
GetIpAddress returns the IpAddress field value if set, zero value otherwise.
func (*SessionDevice) GetIpAddressOk ¶
func (o *SessionDevice) GetIpAddressOk() (*string, bool)
GetIpAddressOk returns a tuple with the IpAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionDevice) GetLocation ¶
func (o *SessionDevice) GetLocation() string
GetLocation returns the Location field value if set, zero value otherwise.
func (*SessionDevice) GetLocationOk ¶
func (o *SessionDevice) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionDevice) GetUserAgent ¶
func (o *SessionDevice) GetUserAgent() string
GetUserAgent returns the UserAgent field value if set, zero value otherwise.
func (*SessionDevice) GetUserAgentOk ¶
func (o *SessionDevice) GetUserAgentOk() (*string, bool)
GetUserAgentOk returns a tuple with the UserAgent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SessionDevice) HasIpAddress ¶
func (o *SessionDevice) HasIpAddress() bool
HasIpAddress returns a boolean if a field has been set.
func (*SessionDevice) HasLocation ¶
func (o *SessionDevice) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (*SessionDevice) HasUserAgent ¶
func (o *SessionDevice) HasUserAgent() bool
HasUserAgent returns a boolean if a field has been set.
func (SessionDevice) MarshalJSON ¶
func (o SessionDevice) MarshalJSON() ([]byte, error)
func (*SessionDevice) SetIpAddress ¶
func (o *SessionDevice) SetIpAddress(v string)
SetIpAddress gets a reference to the given string and assigns it to the IpAddress field.
func (*SessionDevice) SetLocation ¶
func (o *SessionDevice) SetLocation(v string)
SetLocation gets a reference to the given string and assigns it to the Location field.
func (*SessionDevice) SetUserAgent ¶
func (o *SessionDevice) SetUserAgent(v string)
SetUserAgent gets a reference to the given string and assigns it to the UserAgent field.
func (SessionDevice) ToMap ¶ added in v1.3.0
func (o SessionDevice) ToMap() (map[string]interface{}, error)
func (*SessionDevice) UnmarshalJSON ¶ added in v1.1.36
func (o *SessionDevice) UnmarshalJSON(data []byte) (err error)
type SetActiveProjectInConsoleBody ¶
type SetActiveProjectInConsoleBody struct {
// Project ID The Project ID you want to set active. format: uuid
ProjectId string `json:"project_id"`
AdditionalProperties map[string]interface{}
}
SetActiveProjectInConsoleBody Set active project in the Ory Network Console Request Body
func NewSetActiveProjectInConsoleBody ¶
func NewSetActiveProjectInConsoleBody(projectId string) *SetActiveProjectInConsoleBody
NewSetActiveProjectInConsoleBody instantiates a new SetActiveProjectInConsoleBody 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 NewSetActiveProjectInConsoleBodyWithDefaults ¶
func NewSetActiveProjectInConsoleBodyWithDefaults() *SetActiveProjectInConsoleBody
NewSetActiveProjectInConsoleBodyWithDefaults instantiates a new SetActiveProjectInConsoleBody 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 (*SetActiveProjectInConsoleBody) GetProjectId ¶
func (o *SetActiveProjectInConsoleBody) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*SetActiveProjectInConsoleBody) GetProjectIdOk ¶
func (o *SetActiveProjectInConsoleBody) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (SetActiveProjectInConsoleBody) MarshalJSON ¶
func (o SetActiveProjectInConsoleBody) MarshalJSON() ([]byte, error)
func (*SetActiveProjectInConsoleBody) SetProjectId ¶
func (o *SetActiveProjectInConsoleBody) SetProjectId(v string)
SetProjectId sets field value
func (SetActiveProjectInConsoleBody) ToMap ¶ added in v1.3.0
func (o SetActiveProjectInConsoleBody) ToMap() (map[string]interface{}, error)
func (*SetActiveProjectInConsoleBody) UnmarshalJSON ¶ added in v1.1.36
func (o *SetActiveProjectInConsoleBody) UnmarshalJSON(data []byte) (err error)
type SetCustomDomainBody ¶
type SetCustomDomainBody struct {
// The domain where cookies will be set. Has to be a parent domain of the custom hostname to work.
CookieDomain *string `json:"cookie_domain,omitempty"`
// CORS Allowed origins for the custom hostname.
CorsAllowedOrigins []string `json:"cors_allowed_origins,omitempty"`
// CORS Enabled for the custom hostname.
CorsEnabled *bool `json:"cors_enabled,omitempty"`
// The custom UI base URL where the UI will be exposed.
CustomUiBaseUrl *string `json:"custom_ui_base_url,omitempty"`
// The custom hostname where the API will be exposed.
Hostname *string `json:"hostname,omitempty"`
AdditionalProperties map[string]interface{}
}
SetCustomDomainBody Update Custom Hostname Body
func NewSetCustomDomainBody ¶
func NewSetCustomDomainBody() *SetCustomDomainBody
NewSetCustomDomainBody instantiates a new SetCustomDomainBody 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 NewSetCustomDomainBodyWithDefaults ¶
func NewSetCustomDomainBodyWithDefaults() *SetCustomDomainBody
NewSetCustomDomainBodyWithDefaults instantiates a new SetCustomDomainBody 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 (*SetCustomDomainBody) GetCookieDomain ¶
func (o *SetCustomDomainBody) GetCookieDomain() string
GetCookieDomain returns the CookieDomain field value if set, zero value otherwise.
func (*SetCustomDomainBody) GetCookieDomainOk ¶
func (o *SetCustomDomainBody) GetCookieDomainOk() (*string, bool)
GetCookieDomainOk returns a tuple with the CookieDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetCustomDomainBody) GetCorsAllowedOrigins ¶
func (o *SetCustomDomainBody) GetCorsAllowedOrigins() []string
GetCorsAllowedOrigins returns the CorsAllowedOrigins field value if set, zero value otherwise.
func (*SetCustomDomainBody) GetCorsAllowedOriginsOk ¶
func (o *SetCustomDomainBody) GetCorsAllowedOriginsOk() ([]string, bool)
GetCorsAllowedOriginsOk returns a tuple with the CorsAllowedOrigins field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetCustomDomainBody) GetCorsEnabled ¶
func (o *SetCustomDomainBody) GetCorsEnabled() bool
GetCorsEnabled returns the CorsEnabled field value if set, zero value otherwise.
func (*SetCustomDomainBody) GetCorsEnabledOk ¶
func (o *SetCustomDomainBody) GetCorsEnabledOk() (*bool, bool)
GetCorsEnabledOk returns a tuple with the CorsEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetCustomDomainBody) GetCustomUiBaseUrl ¶ added in v1.1.20
func (o *SetCustomDomainBody) GetCustomUiBaseUrl() string
GetCustomUiBaseUrl returns the CustomUiBaseUrl field value if set, zero value otherwise.
func (*SetCustomDomainBody) GetCustomUiBaseUrlOk ¶ added in v1.1.20
func (o *SetCustomDomainBody) GetCustomUiBaseUrlOk() (*string, bool)
GetCustomUiBaseUrlOk returns a tuple with the CustomUiBaseUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetCustomDomainBody) GetHostname ¶
func (o *SetCustomDomainBody) GetHostname() string
GetHostname returns the Hostname field value if set, zero value otherwise.
func (*SetCustomDomainBody) GetHostnameOk ¶
func (o *SetCustomDomainBody) GetHostnameOk() (*string, bool)
GetHostnameOk returns a tuple with the Hostname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetCustomDomainBody) HasCookieDomain ¶
func (o *SetCustomDomainBody) HasCookieDomain() bool
HasCookieDomain returns a boolean if a field has been set.
func (*SetCustomDomainBody) HasCorsAllowedOrigins ¶
func (o *SetCustomDomainBody) HasCorsAllowedOrigins() bool
HasCorsAllowedOrigins returns a boolean if a field has been set.
func (*SetCustomDomainBody) HasCorsEnabled ¶
func (o *SetCustomDomainBody) HasCorsEnabled() bool
HasCorsEnabled returns a boolean if a field has been set.
func (*SetCustomDomainBody) HasCustomUiBaseUrl ¶ added in v1.1.20
func (o *SetCustomDomainBody) HasCustomUiBaseUrl() bool
HasCustomUiBaseUrl returns a boolean if a field has been set.
func (*SetCustomDomainBody) HasHostname ¶
func (o *SetCustomDomainBody) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (SetCustomDomainBody) MarshalJSON ¶
func (o SetCustomDomainBody) MarshalJSON() ([]byte, error)
func (*SetCustomDomainBody) SetCookieDomain ¶
func (o *SetCustomDomainBody) SetCookieDomain(v string)
SetCookieDomain gets a reference to the given string and assigns it to the CookieDomain field.
func (*SetCustomDomainBody) SetCorsAllowedOrigins ¶
func (o *SetCustomDomainBody) SetCorsAllowedOrigins(v []string)
SetCorsAllowedOrigins gets a reference to the given []string and assigns it to the CorsAllowedOrigins field.
func (*SetCustomDomainBody) SetCorsEnabled ¶
func (o *SetCustomDomainBody) SetCorsEnabled(v bool)
SetCorsEnabled gets a reference to the given bool and assigns it to the CorsEnabled field.
func (*SetCustomDomainBody) SetCustomUiBaseUrl ¶ added in v1.1.20
func (o *SetCustomDomainBody) SetCustomUiBaseUrl(v string)
SetCustomUiBaseUrl gets a reference to the given string and assigns it to the CustomUiBaseUrl field.
func (*SetCustomDomainBody) SetHostname ¶
func (o *SetCustomDomainBody) SetHostname(v string)
SetHostname gets a reference to the given string and assigns it to the Hostname field.
func (SetCustomDomainBody) ToMap ¶ added in v1.3.0
func (o SetCustomDomainBody) ToMap() (map[string]interface{}, error)
func (*SetCustomDomainBody) UnmarshalJSON ¶ added in v1.1.36
func (o *SetCustomDomainBody) UnmarshalJSON(data []byte) (err error)
type SetEventStreamBody ¶ added in v1.5.0
type SetEventStreamBody struct {
// The AWS IAM role ARN to assume when publishing to the SNS topic.
RoleArn string `json:"role_arn"`
// The AWS SNS topic ARN.
TopicArn string `json:"topic_arn"`
// The type of the event stream (AWS SNS, GCP Pub/Sub, etc).
Type string `json:"type"`
AdditionalProperties map[string]interface{}
}
SetEventStreamBody Update Event Stream Body
func NewSetEventStreamBody ¶ added in v1.5.0
func NewSetEventStreamBody(roleArn string, topicArn string, type_ string) *SetEventStreamBody
NewSetEventStreamBody instantiates a new SetEventStreamBody 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 NewSetEventStreamBodyWithDefaults ¶ added in v1.5.0
func NewSetEventStreamBodyWithDefaults() *SetEventStreamBody
NewSetEventStreamBodyWithDefaults instantiates a new SetEventStreamBody 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 (*SetEventStreamBody) GetRoleArn ¶ added in v1.5.0
func (o *SetEventStreamBody) GetRoleArn() string
GetRoleArn returns the RoleArn field value
func (*SetEventStreamBody) GetRoleArnOk ¶ added in v1.5.0
func (o *SetEventStreamBody) GetRoleArnOk() (*string, bool)
GetRoleArnOk returns a tuple with the RoleArn field value and a boolean to check if the value has been set.
func (*SetEventStreamBody) GetTopicArn ¶ added in v1.5.0
func (o *SetEventStreamBody) GetTopicArn() string
GetTopicArn returns the TopicArn field value
func (*SetEventStreamBody) GetTopicArnOk ¶ added in v1.5.0
func (o *SetEventStreamBody) GetTopicArnOk() (*string, bool)
GetTopicArnOk returns a tuple with the TopicArn field value and a boolean to check if the value has been set.
func (*SetEventStreamBody) GetType ¶ added in v1.5.0
func (o *SetEventStreamBody) GetType() string
GetType returns the Type field value
func (*SetEventStreamBody) GetTypeOk ¶ added in v1.5.0
func (o *SetEventStreamBody) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (SetEventStreamBody) MarshalJSON ¶ added in v1.5.0
func (o SetEventStreamBody) MarshalJSON() ([]byte, error)
func (*SetEventStreamBody) SetRoleArn ¶ added in v1.5.0
func (o *SetEventStreamBody) SetRoleArn(v string)
SetRoleArn sets field value
func (*SetEventStreamBody) SetTopicArn ¶ added in v1.5.0
func (o *SetEventStreamBody) SetTopicArn(v string)
SetTopicArn sets field value
func (*SetEventStreamBody) SetType ¶ added in v1.5.0
func (o *SetEventStreamBody) SetType(v string)
SetType sets field value
func (SetEventStreamBody) ToMap ¶ added in v1.5.0
func (o SetEventStreamBody) ToMap() (map[string]interface{}, error)
func (*SetEventStreamBody) UnmarshalJSON ¶ added in v1.5.0
func (o *SetEventStreamBody) UnmarshalJSON(data []byte) (err error)
type SetProject ¶
type SetProject struct {
CorsAdmin ProjectCors `json:"cors_admin"`
CorsPublic ProjectCors `json:"cors_public"`
// The name of the project.
Name string `json:"name"`
Services ProjectServices `json:"services"`
AdditionalProperties map[string]interface{}
}
SetProject struct for SetProject
func NewSetProject ¶
func NewSetProject(corsAdmin ProjectCors, corsPublic ProjectCors, name string, services ProjectServices) *SetProject
NewSetProject instantiates a new SetProject 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 NewSetProjectWithDefaults ¶
func NewSetProjectWithDefaults() *SetProject
NewSetProjectWithDefaults instantiates a new SetProject 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 (*SetProject) GetCorsAdmin ¶ added in v1.1.44
func (o *SetProject) GetCorsAdmin() ProjectCors
GetCorsAdmin returns the CorsAdmin field value
func (*SetProject) GetCorsAdminOk ¶ added in v1.1.44
func (o *SetProject) GetCorsAdminOk() (*ProjectCors, bool)
GetCorsAdminOk returns a tuple with the CorsAdmin field value and a boolean to check if the value has been set.
func (*SetProject) GetCorsPublic ¶ added in v1.1.44
func (o *SetProject) GetCorsPublic() ProjectCors
GetCorsPublic returns the CorsPublic field value
func (*SetProject) GetCorsPublicOk ¶ added in v1.1.44
func (o *SetProject) GetCorsPublicOk() (*ProjectCors, bool)
GetCorsPublicOk returns a tuple with the CorsPublic field value and a boolean to check if the value has been set.
func (*SetProject) GetName ¶
func (o *SetProject) GetName() string
GetName returns the Name field value
func (*SetProject) GetNameOk ¶
func (o *SetProject) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SetProject) GetServices ¶
func (o *SetProject) GetServices() ProjectServices
GetServices returns the Services field value
func (*SetProject) GetServicesOk ¶
func (o *SetProject) GetServicesOk() (*ProjectServices, bool)
GetServicesOk returns a tuple with the Services field value and a boolean to check if the value has been set.
func (SetProject) MarshalJSON ¶
func (o SetProject) MarshalJSON() ([]byte, error)
func (*SetProject) SetCorsAdmin ¶ added in v1.1.44
func (o *SetProject) SetCorsAdmin(v ProjectCors)
SetCorsAdmin sets field value
func (*SetProject) SetCorsPublic ¶ added in v1.1.44
func (o *SetProject) SetCorsPublic(v ProjectCors)
SetCorsPublic sets field value
func (*SetProject) SetServices ¶
func (o *SetProject) SetServices(v ProjectServices)
SetServices sets field value
func (SetProject) ToMap ¶ added in v1.3.0
func (o SetProject) ToMap() (map[string]interface{}, error)
func (*SetProject) UnmarshalJSON ¶ added in v1.1.36
func (o *SetProject) UnmarshalJSON(data []byte) (err error)
type SetProjectBrandingThemeBody ¶ added in v1.1.2
type SetProjectBrandingThemeBody struct {
// Favicon Type
FaviconType *string `json:"favicon_type,omitempty"`
// Favicon URL
FaviconUrl *string `json:"favicon_url,omitempty"`
// Logo type
LogoType *string `json:"logo_type,omitempty"`
// Logo URL
LogoUrl *string `json:"logo_url,omitempty"`
// Branding name
Name *string `json:"name,omitempty"`
Theme *ProjectBrandingColors `json:"theme,omitempty"`
AdditionalProperties map[string]interface{}
}
SetProjectBrandingThemeBody struct for SetProjectBrandingThemeBody
func NewSetProjectBrandingThemeBody ¶ added in v1.1.2
func NewSetProjectBrandingThemeBody() *SetProjectBrandingThemeBody
NewSetProjectBrandingThemeBody instantiates a new SetProjectBrandingThemeBody 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 NewSetProjectBrandingThemeBodyWithDefaults ¶ added in v1.1.2
func NewSetProjectBrandingThemeBodyWithDefaults() *SetProjectBrandingThemeBody
NewSetProjectBrandingThemeBodyWithDefaults instantiates a new SetProjectBrandingThemeBody 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 (*SetProjectBrandingThemeBody) GetFaviconType ¶ added in v1.2.0
func (o *SetProjectBrandingThemeBody) GetFaviconType() string
GetFaviconType returns the FaviconType field value if set, zero value otherwise.
func (*SetProjectBrandingThemeBody) GetFaviconTypeOk ¶ added in v1.2.0
func (o *SetProjectBrandingThemeBody) GetFaviconTypeOk() (*string, bool)
GetFaviconTypeOk returns a tuple with the FaviconType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetProjectBrandingThemeBody) GetFaviconUrl ¶ added in v1.2.0
func (o *SetProjectBrandingThemeBody) GetFaviconUrl() string
GetFaviconUrl returns the FaviconUrl field value if set, zero value otherwise.
func (*SetProjectBrandingThemeBody) GetFaviconUrlOk ¶ added in v1.2.0
func (o *SetProjectBrandingThemeBody) GetFaviconUrlOk() (*string, bool)
GetFaviconUrlOk returns a tuple with the FaviconUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetProjectBrandingThemeBody) GetLogoType ¶ added in v1.1.2
func (o *SetProjectBrandingThemeBody) GetLogoType() string
GetLogoType returns the LogoType field value if set, zero value otherwise.
func (*SetProjectBrandingThemeBody) GetLogoTypeOk ¶ added in v1.1.2
func (o *SetProjectBrandingThemeBody) GetLogoTypeOk() (*string, bool)
GetLogoTypeOk returns a tuple with the LogoType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetProjectBrandingThemeBody) GetLogoUrl ¶ added in v1.1.2
func (o *SetProjectBrandingThemeBody) GetLogoUrl() string
GetLogoUrl returns the LogoUrl field value if set, zero value otherwise.
func (*SetProjectBrandingThemeBody) GetLogoUrlOk ¶ added in v1.1.2
func (o *SetProjectBrandingThemeBody) GetLogoUrlOk() (*string, bool)
GetLogoUrlOk returns a tuple with the LogoUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetProjectBrandingThemeBody) GetName ¶ added in v1.1.2
func (o *SetProjectBrandingThemeBody) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SetProjectBrandingThemeBody) GetNameOk ¶ added in v1.1.2
func (o *SetProjectBrandingThemeBody) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetProjectBrandingThemeBody) GetTheme ¶ added in v1.1.2
func (o *SetProjectBrandingThemeBody) GetTheme() ProjectBrandingColors
GetTheme returns the Theme field value if set, zero value otherwise.
func (*SetProjectBrandingThemeBody) GetThemeOk ¶ added in v1.1.2
func (o *SetProjectBrandingThemeBody) GetThemeOk() (*ProjectBrandingColors, bool)
GetThemeOk returns a tuple with the Theme field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetProjectBrandingThemeBody) HasFaviconType ¶ added in v1.2.0
func (o *SetProjectBrandingThemeBody) HasFaviconType() bool
HasFaviconType returns a boolean if a field has been set.
func (*SetProjectBrandingThemeBody) HasFaviconUrl ¶ added in v1.2.0
func (o *SetProjectBrandingThemeBody) HasFaviconUrl() bool
HasFaviconUrl returns a boolean if a field has been set.
func (*SetProjectBrandingThemeBody) HasLogoType ¶ added in v1.1.2
func (o *SetProjectBrandingThemeBody) HasLogoType() bool
HasLogoType returns a boolean if a field has been set.
func (*SetProjectBrandingThemeBody) HasLogoUrl ¶ added in v1.1.2
func (o *SetProjectBrandingThemeBody) HasLogoUrl() bool
HasLogoUrl returns a boolean if a field has been set.
func (*SetProjectBrandingThemeBody) HasName ¶ added in v1.1.2
func (o *SetProjectBrandingThemeBody) HasName() bool
HasName returns a boolean if a field has been set.
func (*SetProjectBrandingThemeBody) HasTheme ¶ added in v1.1.2
func (o *SetProjectBrandingThemeBody) HasTheme() bool
HasTheme returns a boolean if a field has been set.
func (SetProjectBrandingThemeBody) MarshalJSON ¶ added in v1.1.2
func (o SetProjectBrandingThemeBody) MarshalJSON() ([]byte, error)
func (*SetProjectBrandingThemeBody) SetFaviconType ¶ added in v1.2.0
func (o *SetProjectBrandingThemeBody) SetFaviconType(v string)
SetFaviconType gets a reference to the given string and assigns it to the FaviconType field.
func (*SetProjectBrandingThemeBody) SetFaviconUrl ¶ added in v1.2.0
func (o *SetProjectBrandingThemeBody) SetFaviconUrl(v string)
SetFaviconUrl gets a reference to the given string and assigns it to the FaviconUrl field.
func (*SetProjectBrandingThemeBody) SetLogoType ¶ added in v1.1.2
func (o *SetProjectBrandingThemeBody) SetLogoType(v string)
SetLogoType gets a reference to the given string and assigns it to the LogoType field.
func (*SetProjectBrandingThemeBody) SetLogoUrl ¶ added in v1.1.2
func (o *SetProjectBrandingThemeBody) SetLogoUrl(v string)
SetLogoUrl gets a reference to the given string and assigns it to the LogoUrl field.
func (*SetProjectBrandingThemeBody) SetName ¶ added in v1.1.2
func (o *SetProjectBrandingThemeBody) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*SetProjectBrandingThemeBody) SetTheme ¶ added in v1.1.2
func (o *SetProjectBrandingThemeBody) SetTheme(v ProjectBrandingColors)
SetTheme gets a reference to the given ProjectBrandingColors and assigns it to the Theme field.
func (SetProjectBrandingThemeBody) ToMap ¶ added in v1.3.0
func (o SetProjectBrandingThemeBody) ToMap() (map[string]interface{}, error)
func (*SetProjectBrandingThemeBody) UnmarshalJSON ¶ added in v1.1.36
func (o *SetProjectBrandingThemeBody) UnmarshalJSON(data []byte) (err error)
type SettingsFlow ¶
type SettingsFlow struct {
// Active, if set, contains the registration method that is being used. It is initially not set.
Active *string `json:"active,omitempty"`
// Contains a list of actions, that could follow this flow It can, for example, contain a reference to the verification flow, created as part of the user's registration.
ContinueWith []ContinueWith `json:"continue_with,omitempty"`
// ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to update the setting, a new flow has to be initiated.
ExpiresAt time.Time `json:"expires_at"`
// ID represents the flow's unique ID. When performing the settings flow, this represents the id in the settings ui's query parameter: http://<selfservice.flows.settings.ui_url>?flow=<id>
Id string `json:"id"`
Identity Identity `json:"identity"`
// IssuedAt is the time (UTC) when the flow occurred.
IssuedAt time.Time `json:"issued_at"`
// RequestURL is the initial URL that was requested from Ory Kratos. It can be used to forward information contained in the URL's path or query for example.
RequestUrl string `json:"request_url"`
// ReturnTo contains the requested return_to URL.
ReturnTo *string `json:"return_to,omitempty"`
// State represents the state of this flow. It knows two states: show_form: No user data has been collected, or it is invalid, and thus the form should be shown. success: Indicates that the settings flow has been updated successfully with the provided data. Done will stay true when repeatedly checking. If set to true, done will revert back to false only when a flow with invalid (e.g. \"please use a valid phone number\") data was sent.
State interface{} `json:"state"`
// TransientPayload is used to pass data from the settings flow to hooks and email templates
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
// The flow type can either be `api` or `browser`.
Type string `json:"type"`
Ui UiContainer `json:"ui"`
AdditionalProperties map[string]interface{}
}
SettingsFlow This flow is used when an identity wants to update settings (e.g. profile data, passwords, ...) in a selfservice manner. We recommend reading the [User Settings Documentation](../self-service/flows/user-settings)
func NewSettingsFlow ¶
func NewSettingsFlow(expiresAt time.Time, id string, identity Identity, issuedAt time.Time, requestUrl string, state interface{}, type_ string, ui UiContainer) *SettingsFlow
NewSettingsFlow instantiates a new SettingsFlow 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 NewSettingsFlowWithDefaults ¶
func NewSettingsFlowWithDefaults() *SettingsFlow
NewSettingsFlowWithDefaults instantiates a new SettingsFlow 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 (*SettingsFlow) GetActive ¶
func (o *SettingsFlow) GetActive() string
GetActive returns the Active field value if set, zero value otherwise.
func (*SettingsFlow) GetActiveOk ¶
func (o *SettingsFlow) GetActiveOk() (*string, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsFlow) GetContinueWith ¶ added in v1.1.24
func (o *SettingsFlow) GetContinueWith() []ContinueWith
GetContinueWith returns the ContinueWith field value if set, zero value otherwise.
func (*SettingsFlow) GetContinueWithOk ¶ added in v1.1.24
func (o *SettingsFlow) GetContinueWithOk() ([]ContinueWith, bool)
GetContinueWithOk returns a tuple with the ContinueWith field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsFlow) GetExpiresAt ¶
func (o *SettingsFlow) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value
func (*SettingsFlow) GetExpiresAtOk ¶
func (o *SettingsFlow) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value and a boolean to check if the value has been set.
func (*SettingsFlow) GetId ¶
func (o *SettingsFlow) GetId() string
GetId returns the Id field value
func (*SettingsFlow) GetIdOk ¶
func (o *SettingsFlow) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SettingsFlow) GetIdentity ¶
func (o *SettingsFlow) GetIdentity() Identity
GetIdentity returns the Identity field value
func (*SettingsFlow) GetIdentityOk ¶
func (o *SettingsFlow) GetIdentityOk() (*Identity, bool)
GetIdentityOk returns a tuple with the Identity field value and a boolean to check if the value has been set.
func (*SettingsFlow) GetIssuedAt ¶
func (o *SettingsFlow) GetIssuedAt() time.Time
GetIssuedAt returns the IssuedAt field value
func (*SettingsFlow) GetIssuedAtOk ¶
func (o *SettingsFlow) GetIssuedAtOk() (*time.Time, bool)
GetIssuedAtOk returns a tuple with the IssuedAt field value and a boolean to check if the value has been set.
func (*SettingsFlow) GetRequestUrl ¶
func (o *SettingsFlow) GetRequestUrl() string
GetRequestUrl returns the RequestUrl field value
func (*SettingsFlow) GetRequestUrlOk ¶
func (o *SettingsFlow) GetRequestUrlOk() (*string, bool)
GetRequestUrlOk returns a tuple with the RequestUrl field value and a boolean to check if the value has been set.
func (*SettingsFlow) GetReturnTo ¶
func (o *SettingsFlow) GetReturnTo() string
GetReturnTo returns the ReturnTo field value if set, zero value otherwise.
func (*SettingsFlow) GetReturnToOk ¶
func (o *SettingsFlow) GetReturnToOk() (*string, bool)
GetReturnToOk returns a tuple with the ReturnTo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsFlow) GetState ¶
func (o *SettingsFlow) GetState() interface{}
GetState returns the State field value If the value is explicit nil, the zero value for interface{} will be returned
func (*SettingsFlow) GetStateOk ¶
func (o *SettingsFlow) GetStateOk() (*interface{}, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SettingsFlow) GetTransientPayload ¶ added in v1.8.0
func (o *SettingsFlow) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*SettingsFlow) GetTransientPayloadOk ¶ added in v1.8.0
func (o *SettingsFlow) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsFlow) GetType ¶
func (o *SettingsFlow) GetType() string
GetType returns the Type field value
func (*SettingsFlow) GetTypeOk ¶
func (o *SettingsFlow) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*SettingsFlow) GetUi ¶
func (o *SettingsFlow) GetUi() UiContainer
GetUi returns the Ui field value
func (*SettingsFlow) GetUiOk ¶
func (o *SettingsFlow) GetUiOk() (*UiContainer, bool)
GetUiOk returns a tuple with the Ui field value and a boolean to check if the value has been set.
func (*SettingsFlow) HasActive ¶
func (o *SettingsFlow) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*SettingsFlow) HasContinueWith ¶ added in v1.1.24
func (o *SettingsFlow) HasContinueWith() bool
HasContinueWith returns a boolean if a field has been set.
func (*SettingsFlow) HasReturnTo ¶
func (o *SettingsFlow) HasReturnTo() bool
HasReturnTo returns a boolean if a field has been set.
func (*SettingsFlow) HasTransientPayload ¶ added in v1.8.0
func (o *SettingsFlow) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (SettingsFlow) MarshalJSON ¶
func (o SettingsFlow) MarshalJSON() ([]byte, error)
func (*SettingsFlow) SetActive ¶
func (o *SettingsFlow) SetActive(v string)
SetActive gets a reference to the given string and assigns it to the Active field.
func (*SettingsFlow) SetContinueWith ¶ added in v1.1.24
func (o *SettingsFlow) SetContinueWith(v []ContinueWith)
SetContinueWith gets a reference to the given []ContinueWith and assigns it to the ContinueWith field.
func (*SettingsFlow) SetExpiresAt ¶
func (o *SettingsFlow) SetExpiresAt(v time.Time)
SetExpiresAt sets field value
func (*SettingsFlow) SetIdentity ¶
func (o *SettingsFlow) SetIdentity(v Identity)
SetIdentity sets field value
func (*SettingsFlow) SetIssuedAt ¶
func (o *SettingsFlow) SetIssuedAt(v time.Time)
SetIssuedAt sets field value
func (*SettingsFlow) SetRequestUrl ¶
func (o *SettingsFlow) SetRequestUrl(v string)
SetRequestUrl sets field value
func (*SettingsFlow) SetReturnTo ¶
func (o *SettingsFlow) SetReturnTo(v string)
SetReturnTo gets a reference to the given string and assigns it to the ReturnTo field.
func (*SettingsFlow) SetState ¶
func (o *SettingsFlow) SetState(v interface{})
SetState sets field value
func (*SettingsFlow) SetTransientPayload ¶ added in v1.8.0
func (o *SettingsFlow) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (SettingsFlow) ToMap ¶ added in v1.3.0
func (o SettingsFlow) ToMap() (map[string]interface{}, error)
func (*SettingsFlow) UnmarshalJSON ¶ added in v1.1.36
func (o *SettingsFlow) UnmarshalJSON(data []byte) (err error)
type SettingsFlowState ¶
type SettingsFlowState string
SettingsFlowState show_form: No user data has been collected, or it is invalid, and thus the form should be shown. success: Indicates that the settings flow has been updated successfully with the provided data. Done will stay true when repeatedly checking. If set to true, done will revert back to false only when a flow with invalid (e.g. \"please use a valid phone number\") data was sent.
const ( SETTINGSFLOWSTATE_SHOW_FORM SettingsFlowState = "show_form" SETTINGSFLOWSTATE_SUCCESS SettingsFlowState = "success" )
List of settingsFlowState
func NewSettingsFlowStateFromValue ¶
func NewSettingsFlowStateFromValue(v string) (*SettingsFlowState, error)
NewSettingsFlowStateFromValue returns a pointer to a valid SettingsFlowState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (SettingsFlowState) IsValid ¶
func (v SettingsFlowState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (SettingsFlowState) Ptr ¶
func (v SettingsFlowState) Ptr() *SettingsFlowState
Ptr returns reference to settingsFlowState value
func (*SettingsFlowState) UnmarshalJSON ¶
func (v *SettingsFlowState) UnmarshalJSON(src []byte) error
type SourcePosition ¶
type SourcePosition struct {
Line *int64 `json:"Line,omitempty"`
Column *int64 `json:"column,omitempty"`
AdditionalProperties map[string]interface{}
}
SourcePosition struct for SourcePosition
func NewSourcePosition ¶
func NewSourcePosition() *SourcePosition
NewSourcePosition instantiates a new SourcePosition 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 NewSourcePositionWithDefaults ¶
func NewSourcePositionWithDefaults() *SourcePosition
NewSourcePositionWithDefaults instantiates a new SourcePosition 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 (*SourcePosition) GetColumn ¶
func (o *SourcePosition) GetColumn() int64
GetColumn returns the Column field value if set, zero value otherwise.
func (*SourcePosition) GetColumnOk ¶
func (o *SourcePosition) GetColumnOk() (*int64, bool)
GetColumnOk returns a tuple with the Column field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourcePosition) GetLine ¶
func (o *SourcePosition) GetLine() int64
GetLine returns the Line field value if set, zero value otherwise.
func (*SourcePosition) GetLineOk ¶
func (o *SourcePosition) GetLineOk() (*int64, bool)
GetLineOk returns a tuple with the Line field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourcePosition) HasColumn ¶
func (o *SourcePosition) HasColumn() bool
HasColumn returns a boolean if a field has been set.
func (*SourcePosition) HasLine ¶
func (o *SourcePosition) HasLine() bool
HasLine returns a boolean if a field has been set.
func (SourcePosition) MarshalJSON ¶
func (o SourcePosition) MarshalJSON() ([]byte, error)
func (*SourcePosition) SetColumn ¶
func (o *SourcePosition) SetColumn(v int64)
SetColumn gets a reference to the given int64 and assigns it to the Column field.
func (*SourcePosition) SetLine ¶
func (o *SourcePosition) SetLine(v int64)
SetLine gets a reference to the given int64 and assigns it to the Line field.
func (SourcePosition) ToMap ¶ added in v1.3.0
func (o SourcePosition) ToMap() (map[string]interface{}, error)
func (*SourcePosition) UnmarshalJSON ¶ added in v1.1.36
func (o *SourcePosition) UnmarshalJSON(data []byte) (err error)
type SubjectSet ¶
type SubjectSet struct {
// Namespace of the Subject Set
Namespace string `json:"namespace"`
// Object of the Subject Set
Object string `json:"object"`
// Relation of the Subject Set
Relation string `json:"relation"`
AdditionalProperties map[string]interface{}
}
SubjectSet struct for SubjectSet
func NewSubjectSet ¶
func NewSubjectSet(namespace string, object string, relation string) *SubjectSet
NewSubjectSet instantiates a new SubjectSet 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 NewSubjectSetWithDefaults ¶
func NewSubjectSetWithDefaults() *SubjectSet
NewSubjectSetWithDefaults instantiates a new SubjectSet 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 (*SubjectSet) GetNamespace ¶
func (o *SubjectSet) GetNamespace() string
GetNamespace returns the Namespace field value
func (*SubjectSet) GetNamespaceOk ¶
func (o *SubjectSet) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field value and a boolean to check if the value has been set.
func (*SubjectSet) GetObject ¶
func (o *SubjectSet) GetObject() string
GetObject returns the Object field value
func (*SubjectSet) GetObjectOk ¶
func (o *SubjectSet) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.
func (*SubjectSet) GetRelation ¶
func (o *SubjectSet) GetRelation() string
GetRelation returns the Relation field value
func (*SubjectSet) GetRelationOk ¶
func (o *SubjectSet) GetRelationOk() (*string, bool)
GetRelationOk returns a tuple with the Relation field value and a boolean to check if the value has been set.
func (SubjectSet) MarshalJSON ¶
func (o SubjectSet) MarshalJSON() ([]byte, error)
func (*SubjectSet) SetNamespace ¶
func (o *SubjectSet) SetNamespace(v string)
SetNamespace sets field value
func (*SubjectSet) SetRelation ¶
func (o *SubjectSet) SetRelation(v string)
SetRelation sets field value
func (SubjectSet) ToMap ¶ added in v1.3.0
func (o SubjectSet) ToMap() (map[string]interface{}, error)
func (*SubjectSet) UnmarshalJSON ¶ added in v1.1.36
func (o *SubjectSet) UnmarshalJSON(data []byte) (err error)
type Subscription ¶
type Subscription struct {
CreatedAt time.Time `json:"created_at"`
// The currency of the subscription. To change this, a new subscription must be created. usd USD eur Euro
Currency string `json:"currency"`
// The currently active interval of the subscription monthly Monthly yearly Yearly
CurrentInterval string `json:"current_interval"`
// The currently active plan of the subscription
CurrentPlan string `json:"current_plan"`
CurrentPlanDetails *PlanDetails `json:"current_plan_details,omitempty"`
// The ID of the stripe customer
CustomerId string `json:"customer_id"`
// The ID of the subscription
Id string `json:"id"`
IntervalChangesTo NullableString `json:"interval_changes_to"`
OngoingStripeCheckoutId NullableString `json:"ongoing_stripe_checkout_id,omitempty"`
// Until when the subscription is payed
PayedUntil time.Time `json:"payed_until"`
PlanChangesAt *time.Time `json:"plan_changes_at,omitempty"`
PlanChangesTo NullableString `json:"plan_changes_to"`
// For `collection_method=charge_automatically` a subscription moves into `incomplete` if the initial payment attempt fails. A subscription in this status can only have metadata and default_source updated. Once the first invoice is paid, the subscription moves into an `active` status. If the first invoice is not paid within 23 hours, the subscription transitions to `incomplete_expired`. This is a terminal status, the open invoice will be voided and no further invoices will be generated. A subscription that is currently in a trial period is `trialing` and moves to `active` when the trial period is over. A subscription can only enter a `paused` status [when a trial ends without a payment method](https://stripe.com/billing/subscriptions/trials#create-free-trials-without-payment). A `paused` subscription doesn't generate invoices and can be resumed after your customer adds their payment method. The `paused` status is different from [pausing collection](https://stripe.com/billing/subscriptions/pause-payment), which still generates invoices and leaves the subscription's status unchanged. If subscription `collection_method=charge_automatically`, it becomes `past_due` when payment is required but cannot be paid (due to failed payment or awaiting additional user actions). Once Stripe has exhausted all payment retry attempts, the subscription will become `canceled` or `unpaid` (depending on your subscriptions settings). If subscription `collection_method=send_invoice` it becomes `past_due` when its invoice is not paid by the due date, and `canceled` or `unpaid` if it is still not paid by an additional deadline after that. Note that when a subscription has a status of `unpaid`, no subsequent invoices will be attempted (invoices will be created, but then immediately automatically closed). After receiving updated payment information from a customer, you may choose to reopen and pay their closed invoices.
Status string `json:"status"`
StripeCheckoutExpiresAt *time.Time `json:"stripe_checkout_expires_at,omitempty"`
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
Subscription struct for Subscription
func NewSubscription ¶
func NewSubscription(createdAt time.Time, currency string, currentInterval string, currentPlan string, customerId string, id string, intervalChangesTo NullableString, payedUntil time.Time, planChangesTo NullableString, status string, updatedAt time.Time) *Subscription
NewSubscription instantiates a new Subscription 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 NewSubscriptionWithDefaults ¶
func NewSubscriptionWithDefaults() *Subscription
NewSubscriptionWithDefaults instantiates a new Subscription 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 (*Subscription) GetCreatedAt ¶
func (o *Subscription) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*Subscription) GetCreatedAtOk ¶
func (o *Subscription) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Subscription) GetCurrency ¶ added in v1.1.34
func (o *Subscription) GetCurrency() string
GetCurrency returns the Currency field value
func (*Subscription) GetCurrencyOk ¶ added in v1.1.34
func (o *Subscription) GetCurrencyOk() (*string, bool)
GetCurrencyOk returns a tuple with the Currency field value and a boolean to check if the value has been set.
func (*Subscription) GetCurrentInterval ¶ added in v1.1.22
func (o *Subscription) GetCurrentInterval() string
GetCurrentInterval returns the CurrentInterval field value
func (*Subscription) GetCurrentIntervalOk ¶ added in v1.1.22
func (o *Subscription) GetCurrentIntervalOk() (*string, bool)
GetCurrentIntervalOk returns a tuple with the CurrentInterval field value and a boolean to check if the value has been set.
func (*Subscription) GetCurrentPlan ¶
func (o *Subscription) GetCurrentPlan() string
GetCurrentPlan returns the CurrentPlan field value
func (*Subscription) GetCurrentPlanDetails ¶ added in v1.8.0
func (o *Subscription) GetCurrentPlanDetails() PlanDetails
GetCurrentPlanDetails returns the CurrentPlanDetails field value if set, zero value otherwise.
func (*Subscription) GetCurrentPlanDetailsOk ¶ added in v1.8.0
func (o *Subscription) GetCurrentPlanDetailsOk() (*PlanDetails, bool)
GetCurrentPlanDetailsOk returns a tuple with the CurrentPlanDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetCurrentPlanOk ¶
func (o *Subscription) GetCurrentPlanOk() (*string, bool)
GetCurrentPlanOk returns a tuple with the CurrentPlan field value and a boolean to check if the value has been set.
func (*Subscription) GetCustomerId ¶
func (o *Subscription) GetCustomerId() string
GetCustomerId returns the CustomerId field value
func (*Subscription) GetCustomerIdOk ¶
func (o *Subscription) GetCustomerIdOk() (*string, bool)
GetCustomerIdOk returns a tuple with the CustomerId field value and a boolean to check if the value has been set.
func (*Subscription) GetId ¶
func (o *Subscription) GetId() string
GetId returns the Id field value
func (*Subscription) GetIdOk ¶
func (o *Subscription) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Subscription) GetIntervalChangesTo ¶ added in v1.1.22
func (o *Subscription) GetIntervalChangesTo() string
GetIntervalChangesTo returns the IntervalChangesTo field value If the value is explicit nil, the zero value for string will be returned
func (*Subscription) GetIntervalChangesToOk ¶ added in v1.1.22
func (o *Subscription) GetIntervalChangesToOk() (*string, bool)
GetIntervalChangesToOk returns a tuple with the IntervalChangesTo field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Subscription) GetOngoingStripeCheckoutId ¶
func (o *Subscription) GetOngoingStripeCheckoutId() string
GetOngoingStripeCheckoutId returns the OngoingStripeCheckoutId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Subscription) GetOngoingStripeCheckoutIdOk ¶
func (o *Subscription) GetOngoingStripeCheckoutIdOk() (*string, bool)
GetOngoingStripeCheckoutIdOk returns a tuple with the OngoingStripeCheckoutId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Subscription) GetPayedUntil ¶
func (o *Subscription) GetPayedUntil() time.Time
GetPayedUntil returns the PayedUntil field value
func (*Subscription) GetPayedUntilOk ¶
func (o *Subscription) GetPayedUntilOk() (*time.Time, bool)
GetPayedUntilOk returns a tuple with the PayedUntil field value and a boolean to check if the value has been set.
func (*Subscription) GetPlanChangesAt ¶
func (o *Subscription) GetPlanChangesAt() time.Time
GetPlanChangesAt returns the PlanChangesAt field value if set, zero value otherwise.
func (*Subscription) GetPlanChangesAtOk ¶
func (o *Subscription) GetPlanChangesAtOk() (*time.Time, bool)
GetPlanChangesAtOk returns a tuple with the PlanChangesAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetPlanChangesTo ¶
func (o *Subscription) GetPlanChangesTo() string
GetPlanChangesTo returns the PlanChangesTo field value If the value is explicit nil, the zero value for string will be returned
func (*Subscription) GetPlanChangesToOk ¶
func (o *Subscription) GetPlanChangesToOk() (*string, bool)
GetPlanChangesToOk returns a tuple with the PlanChangesTo field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Subscription) GetStatus ¶
func (o *Subscription) GetStatus() string
GetStatus returns the Status field value
func (*Subscription) GetStatusOk ¶
func (o *Subscription) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*Subscription) GetStripeCheckoutExpiresAt ¶ added in v1.8.0
func (o *Subscription) GetStripeCheckoutExpiresAt() time.Time
GetStripeCheckoutExpiresAt returns the StripeCheckoutExpiresAt field value if set, zero value otherwise.
func (*Subscription) GetStripeCheckoutExpiresAtOk ¶ added in v1.8.0
func (o *Subscription) GetStripeCheckoutExpiresAtOk() (*time.Time, bool)
GetStripeCheckoutExpiresAtOk returns a tuple with the StripeCheckoutExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetUpdatedAt ¶
func (o *Subscription) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*Subscription) GetUpdatedAtOk ¶
func (o *Subscription) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*Subscription) HasCurrentPlanDetails ¶ added in v1.8.0
func (o *Subscription) HasCurrentPlanDetails() bool
HasCurrentPlanDetails returns a boolean if a field has been set.
func (*Subscription) HasOngoingStripeCheckoutId ¶
func (o *Subscription) HasOngoingStripeCheckoutId() bool
HasOngoingStripeCheckoutId returns a boolean if a field has been set.
func (*Subscription) HasPlanChangesAt ¶
func (o *Subscription) HasPlanChangesAt() bool
HasPlanChangesAt returns a boolean if a field has been set.
func (*Subscription) HasStripeCheckoutExpiresAt ¶ added in v1.8.0
func (o *Subscription) HasStripeCheckoutExpiresAt() bool
HasStripeCheckoutExpiresAt returns a boolean if a field has been set.
func (Subscription) MarshalJSON ¶
func (o Subscription) MarshalJSON() ([]byte, error)
func (*Subscription) SetCreatedAt ¶
func (o *Subscription) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*Subscription) SetCurrency ¶ added in v1.1.34
func (o *Subscription) SetCurrency(v string)
SetCurrency sets field value
func (*Subscription) SetCurrentInterval ¶ added in v1.1.22
func (o *Subscription) SetCurrentInterval(v string)
SetCurrentInterval sets field value
func (*Subscription) SetCurrentPlan ¶
func (o *Subscription) SetCurrentPlan(v string)
SetCurrentPlan sets field value
func (*Subscription) SetCurrentPlanDetails ¶ added in v1.8.0
func (o *Subscription) SetCurrentPlanDetails(v PlanDetails)
SetCurrentPlanDetails gets a reference to the given PlanDetails and assigns it to the CurrentPlanDetails field.
func (*Subscription) SetCustomerId ¶
func (o *Subscription) SetCustomerId(v string)
SetCustomerId sets field value
func (*Subscription) SetIntervalChangesTo ¶ added in v1.1.22
func (o *Subscription) SetIntervalChangesTo(v string)
SetIntervalChangesTo sets field value
func (*Subscription) SetOngoingStripeCheckoutId ¶
func (o *Subscription) SetOngoingStripeCheckoutId(v string)
SetOngoingStripeCheckoutId gets a reference to the given NullableString and assigns it to the OngoingStripeCheckoutId field.
func (*Subscription) SetOngoingStripeCheckoutIdNil ¶
func (o *Subscription) SetOngoingStripeCheckoutIdNil()
SetOngoingStripeCheckoutIdNil sets the value for OngoingStripeCheckoutId to be an explicit nil
func (*Subscription) SetPayedUntil ¶
func (o *Subscription) SetPayedUntil(v time.Time)
SetPayedUntil sets field value
func (*Subscription) SetPlanChangesAt ¶
func (o *Subscription) SetPlanChangesAt(v time.Time)
SetPlanChangesAt gets a reference to the given time.Time and assigns it to the PlanChangesAt field.
func (*Subscription) SetPlanChangesTo ¶
func (o *Subscription) SetPlanChangesTo(v string)
SetPlanChangesTo sets field value
func (*Subscription) SetStatus ¶
func (o *Subscription) SetStatus(v string)
SetStatus sets field value
func (*Subscription) SetStripeCheckoutExpiresAt ¶ added in v1.8.0
func (o *Subscription) SetStripeCheckoutExpiresAt(v time.Time)
SetStripeCheckoutExpiresAt gets a reference to the given time.Time and assigns it to the StripeCheckoutExpiresAt field.
func (*Subscription) SetUpdatedAt ¶
func (o *Subscription) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (Subscription) ToMap ¶ added in v1.3.0
func (o Subscription) ToMap() (map[string]interface{}, error)
func (*Subscription) UnmarshalJSON ¶ added in v1.1.36
func (o *Subscription) UnmarshalJSON(data []byte) (err error)
func (*Subscription) UnsetOngoingStripeCheckoutId ¶
func (o *Subscription) UnsetOngoingStripeCheckoutId()
UnsetOngoingStripeCheckoutId ensures that no value is present for OngoingStripeCheckoutId, not even an explicit nil
type SuccessfulCodeExchangeResponse ¶ added in v1.1.26
type SuccessfulCodeExchangeResponse struct {
Session Session `json:"session"`
// The Session Token A session token is equivalent to a session cookie, but it can be sent in the HTTP Authorization Header: Authorization: bearer ${session-token} The session token is only issued for API flows, not for Browser flows!
SessionToken *string `json:"session_token,omitempty"`
AdditionalProperties map[string]interface{}
}
SuccessfulCodeExchangeResponse The Response for Registration Flows via API
func NewSuccessfulCodeExchangeResponse ¶ added in v1.1.26
func NewSuccessfulCodeExchangeResponse(session Session) *SuccessfulCodeExchangeResponse
NewSuccessfulCodeExchangeResponse instantiates a new SuccessfulCodeExchangeResponse 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 NewSuccessfulCodeExchangeResponseWithDefaults ¶ added in v1.1.26
func NewSuccessfulCodeExchangeResponseWithDefaults() *SuccessfulCodeExchangeResponse
NewSuccessfulCodeExchangeResponseWithDefaults instantiates a new SuccessfulCodeExchangeResponse 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 (*SuccessfulCodeExchangeResponse) GetSession ¶ added in v1.1.26
func (o *SuccessfulCodeExchangeResponse) GetSession() Session
GetSession returns the Session field value
func (*SuccessfulCodeExchangeResponse) GetSessionOk ¶ added in v1.1.26
func (o *SuccessfulCodeExchangeResponse) GetSessionOk() (*Session, bool)
GetSessionOk returns a tuple with the Session field value and a boolean to check if the value has been set.
func (*SuccessfulCodeExchangeResponse) GetSessionToken ¶ added in v1.1.26
func (o *SuccessfulCodeExchangeResponse) GetSessionToken() string
GetSessionToken returns the SessionToken field value if set, zero value otherwise.
func (*SuccessfulCodeExchangeResponse) GetSessionTokenOk ¶ added in v1.1.26
func (o *SuccessfulCodeExchangeResponse) GetSessionTokenOk() (*string, bool)
GetSessionTokenOk returns a tuple with the SessionToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuccessfulCodeExchangeResponse) HasSessionToken ¶ added in v1.1.26
func (o *SuccessfulCodeExchangeResponse) HasSessionToken() bool
HasSessionToken returns a boolean if a field has been set.
func (SuccessfulCodeExchangeResponse) MarshalJSON ¶ added in v1.1.26
func (o SuccessfulCodeExchangeResponse) MarshalJSON() ([]byte, error)
func (*SuccessfulCodeExchangeResponse) SetSession ¶ added in v1.1.26
func (o *SuccessfulCodeExchangeResponse) SetSession(v Session)
SetSession sets field value
func (*SuccessfulCodeExchangeResponse) SetSessionToken ¶ added in v1.1.26
func (o *SuccessfulCodeExchangeResponse) SetSessionToken(v string)
SetSessionToken gets a reference to the given string and assigns it to the SessionToken field.
func (SuccessfulCodeExchangeResponse) ToMap ¶ added in v1.3.0
func (o SuccessfulCodeExchangeResponse) ToMap() (map[string]interface{}, error)
func (*SuccessfulCodeExchangeResponse) UnmarshalJSON ¶ added in v1.1.36
func (o *SuccessfulCodeExchangeResponse) UnmarshalJSON(data []byte) (err error)
type SuccessfulNativeLogin ¶
type SuccessfulNativeLogin struct {
// Contains a list of actions, that could follow this flow It can, for example, this will contain a reference to the verification flow, created as part of the user's registration or the token of the session.
ContinueWith []ContinueWith `json:"continue_with,omitempty"`
Session Session `json:"session"`
// The Session Token A session token is equivalent to a session cookie, but it can be sent in the HTTP Authorization Header: Authorization: bearer ${session-token} The session token is only issued for API flows, not for Browser flows!
SessionToken *string `json:"session_token,omitempty"`
AdditionalProperties map[string]interface{}
}
SuccessfulNativeLogin The Response for Login Flows via API
func NewSuccessfulNativeLogin ¶
func NewSuccessfulNativeLogin(session Session) *SuccessfulNativeLogin
NewSuccessfulNativeLogin instantiates a new SuccessfulNativeLogin 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 NewSuccessfulNativeLoginWithDefaults ¶
func NewSuccessfulNativeLoginWithDefaults() *SuccessfulNativeLogin
NewSuccessfulNativeLoginWithDefaults instantiates a new SuccessfulNativeLogin 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 (*SuccessfulNativeLogin) GetContinueWith ¶ added in v1.11.6
func (o *SuccessfulNativeLogin) GetContinueWith() []ContinueWith
GetContinueWith returns the ContinueWith field value if set, zero value otherwise.
func (*SuccessfulNativeLogin) GetContinueWithOk ¶ added in v1.11.6
func (o *SuccessfulNativeLogin) GetContinueWithOk() ([]ContinueWith, bool)
GetContinueWithOk returns a tuple with the ContinueWith field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuccessfulNativeLogin) GetSession ¶
func (o *SuccessfulNativeLogin) GetSession() Session
GetSession returns the Session field value
func (*SuccessfulNativeLogin) GetSessionOk ¶
func (o *SuccessfulNativeLogin) GetSessionOk() (*Session, bool)
GetSessionOk returns a tuple with the Session field value and a boolean to check if the value has been set.
func (*SuccessfulNativeLogin) GetSessionToken ¶
func (o *SuccessfulNativeLogin) GetSessionToken() string
GetSessionToken returns the SessionToken field value if set, zero value otherwise.
func (*SuccessfulNativeLogin) GetSessionTokenOk ¶
func (o *SuccessfulNativeLogin) GetSessionTokenOk() (*string, bool)
GetSessionTokenOk returns a tuple with the SessionToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuccessfulNativeLogin) HasContinueWith ¶ added in v1.11.6
func (o *SuccessfulNativeLogin) HasContinueWith() bool
HasContinueWith returns a boolean if a field has been set.
func (*SuccessfulNativeLogin) HasSessionToken ¶
func (o *SuccessfulNativeLogin) HasSessionToken() bool
HasSessionToken returns a boolean if a field has been set.
func (SuccessfulNativeLogin) MarshalJSON ¶
func (o SuccessfulNativeLogin) MarshalJSON() ([]byte, error)
func (*SuccessfulNativeLogin) SetContinueWith ¶ added in v1.11.6
func (o *SuccessfulNativeLogin) SetContinueWith(v []ContinueWith)
SetContinueWith gets a reference to the given []ContinueWith and assigns it to the ContinueWith field.
func (*SuccessfulNativeLogin) SetSession ¶
func (o *SuccessfulNativeLogin) SetSession(v Session)
SetSession sets field value
func (*SuccessfulNativeLogin) SetSessionToken ¶
func (o *SuccessfulNativeLogin) SetSessionToken(v string)
SetSessionToken gets a reference to the given string and assigns it to the SessionToken field.
func (SuccessfulNativeLogin) ToMap ¶ added in v1.3.0
func (o SuccessfulNativeLogin) ToMap() (map[string]interface{}, error)
func (*SuccessfulNativeLogin) UnmarshalJSON ¶ added in v1.1.36
func (o *SuccessfulNativeLogin) UnmarshalJSON(data []byte) (err error)
type SuccessfulNativeRegistration ¶
type SuccessfulNativeRegistration struct {
// Contains a list of actions, that could follow this flow It can, for example, this will contain a reference to the verification flow, created as part of the user's registration or the token of the session.
ContinueWith []ContinueWith `json:"continue_with,omitempty"`
Identity Identity `json:"identity"`
Session *Session `json:"session,omitempty"`
// The Session Token This field is only set when the session hook is configured as a post-registration hook. A session token is equivalent to a session cookie, but it can be sent in the HTTP Authorization Header: Authorization: bearer ${session-token} The session token is only issued for API flows, not for Browser flows!
SessionToken *string `json:"session_token,omitempty"`
AdditionalProperties map[string]interface{}
}
SuccessfulNativeRegistration The Response for Registration Flows via API
func NewSuccessfulNativeRegistration ¶
func NewSuccessfulNativeRegistration(identity Identity) *SuccessfulNativeRegistration
NewSuccessfulNativeRegistration instantiates a new SuccessfulNativeRegistration 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 NewSuccessfulNativeRegistrationWithDefaults ¶
func NewSuccessfulNativeRegistrationWithDefaults() *SuccessfulNativeRegistration
NewSuccessfulNativeRegistrationWithDefaults instantiates a new SuccessfulNativeRegistration 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 (*SuccessfulNativeRegistration) GetContinueWith ¶ added in v1.1.24
func (o *SuccessfulNativeRegistration) GetContinueWith() []ContinueWith
GetContinueWith returns the ContinueWith field value if set, zero value otherwise.
func (*SuccessfulNativeRegistration) GetContinueWithOk ¶ added in v1.1.24
func (o *SuccessfulNativeRegistration) GetContinueWithOk() ([]ContinueWith, bool)
GetContinueWithOk returns a tuple with the ContinueWith field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuccessfulNativeRegistration) GetIdentity ¶
func (o *SuccessfulNativeRegistration) GetIdentity() Identity
GetIdentity returns the Identity field value
func (*SuccessfulNativeRegistration) GetIdentityOk ¶
func (o *SuccessfulNativeRegistration) GetIdentityOk() (*Identity, bool)
GetIdentityOk returns a tuple with the Identity field value and a boolean to check if the value has been set.
func (*SuccessfulNativeRegistration) GetSession ¶
func (o *SuccessfulNativeRegistration) GetSession() Session
GetSession returns the Session field value if set, zero value otherwise.
func (*SuccessfulNativeRegistration) GetSessionOk ¶
func (o *SuccessfulNativeRegistration) GetSessionOk() (*Session, bool)
GetSessionOk returns a tuple with the Session field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuccessfulNativeRegistration) GetSessionToken ¶
func (o *SuccessfulNativeRegistration) GetSessionToken() string
GetSessionToken returns the SessionToken field value if set, zero value otherwise.
func (*SuccessfulNativeRegistration) GetSessionTokenOk ¶
func (o *SuccessfulNativeRegistration) GetSessionTokenOk() (*string, bool)
GetSessionTokenOk returns a tuple with the SessionToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuccessfulNativeRegistration) HasContinueWith ¶ added in v1.1.24
func (o *SuccessfulNativeRegistration) HasContinueWith() bool
HasContinueWith returns a boolean if a field has been set.
func (*SuccessfulNativeRegistration) HasSession ¶
func (o *SuccessfulNativeRegistration) HasSession() bool
HasSession returns a boolean if a field has been set.
func (*SuccessfulNativeRegistration) HasSessionToken ¶
func (o *SuccessfulNativeRegistration) HasSessionToken() bool
HasSessionToken returns a boolean if a field has been set.
func (SuccessfulNativeRegistration) MarshalJSON ¶
func (o SuccessfulNativeRegistration) MarshalJSON() ([]byte, error)
func (*SuccessfulNativeRegistration) SetContinueWith ¶ added in v1.1.24
func (o *SuccessfulNativeRegistration) SetContinueWith(v []ContinueWith)
SetContinueWith gets a reference to the given []ContinueWith and assigns it to the ContinueWith field.
func (*SuccessfulNativeRegistration) SetIdentity ¶
func (o *SuccessfulNativeRegistration) SetIdentity(v Identity)
SetIdentity sets field value
func (*SuccessfulNativeRegistration) SetSession ¶
func (o *SuccessfulNativeRegistration) SetSession(v Session)
SetSession gets a reference to the given Session and assigns it to the Session field.
func (*SuccessfulNativeRegistration) SetSessionToken ¶
func (o *SuccessfulNativeRegistration) SetSessionToken(v string)
SetSessionToken gets a reference to the given string and assigns it to the SessionToken field.
func (SuccessfulNativeRegistration) ToMap ¶ added in v1.3.0
func (o SuccessfulNativeRegistration) ToMap() (map[string]interface{}, error)
func (*SuccessfulNativeRegistration) UnmarshalJSON ¶ added in v1.1.36
func (o *SuccessfulNativeRegistration) UnmarshalJSON(data []byte) (err error)
type SuccessfulProjectUpdate ¶
type SuccessfulProjectUpdate struct {
Project Project `json:"project"`
// Import Warnings Not all configuration items can be imported to the Ory Network. For example, setting the port does not make sense because the Ory Network provides the runtime and networking. This field contains warnings where configuration keys were found but can not be imported. These keys will be ignored by the Ory Network. This field will help you understand why certain configuration keys might not be respected!
Warnings []Warning `json:"warnings"`
AdditionalProperties map[string]interface{}
}
SuccessfulProjectUpdate struct for SuccessfulProjectUpdate
func NewSuccessfulProjectUpdate ¶
func NewSuccessfulProjectUpdate(project Project, warnings []Warning) *SuccessfulProjectUpdate
NewSuccessfulProjectUpdate instantiates a new SuccessfulProjectUpdate 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 NewSuccessfulProjectUpdateWithDefaults ¶
func NewSuccessfulProjectUpdateWithDefaults() *SuccessfulProjectUpdate
NewSuccessfulProjectUpdateWithDefaults instantiates a new SuccessfulProjectUpdate 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 (*SuccessfulProjectUpdate) GetProject ¶
func (o *SuccessfulProjectUpdate) GetProject() Project
GetProject returns the Project field value
func (*SuccessfulProjectUpdate) GetProjectOk ¶
func (o *SuccessfulProjectUpdate) GetProjectOk() (*Project, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (*SuccessfulProjectUpdate) GetWarnings ¶
func (o *SuccessfulProjectUpdate) GetWarnings() []Warning
GetWarnings returns the Warnings field value
func (*SuccessfulProjectUpdate) GetWarningsOk ¶
func (o *SuccessfulProjectUpdate) GetWarningsOk() ([]Warning, bool)
GetWarningsOk returns a tuple with the Warnings field value and a boolean to check if the value has been set.
func (SuccessfulProjectUpdate) MarshalJSON ¶
func (o SuccessfulProjectUpdate) MarshalJSON() ([]byte, error)
func (*SuccessfulProjectUpdate) SetProject ¶
func (o *SuccessfulProjectUpdate) SetProject(v Project)
SetProject sets field value
func (*SuccessfulProjectUpdate) SetWarnings ¶
func (o *SuccessfulProjectUpdate) SetWarnings(v []Warning)
SetWarnings sets field value
func (SuccessfulProjectUpdate) ToMap ¶ added in v1.3.0
func (o SuccessfulProjectUpdate) ToMap() (map[string]interface{}, error)
func (*SuccessfulProjectUpdate) UnmarshalJSON ¶ added in v1.1.36
func (o *SuccessfulProjectUpdate) UnmarshalJSON(data []byte) (err error)
type TaxLineItem ¶ added in v1.11.10
type TaxLineItem struct {
AmountInCent *int64 `json:"amount_in_cent,omitempty"`
Title *string `json:"title,omitempty"`
AdditionalProperties map[string]interface{}
}
TaxLineItem struct for TaxLineItem
func NewTaxLineItem ¶ added in v1.11.10
func NewTaxLineItem() *TaxLineItem
NewTaxLineItem instantiates a new TaxLineItem 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 NewTaxLineItemWithDefaults ¶ added in v1.11.10
func NewTaxLineItemWithDefaults() *TaxLineItem
NewTaxLineItemWithDefaults instantiates a new TaxLineItem 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 (*TaxLineItem) GetAmountInCent ¶ added in v1.11.10
func (o *TaxLineItem) GetAmountInCent() int64
GetAmountInCent returns the AmountInCent field value if set, zero value otherwise.
func (*TaxLineItem) GetAmountInCentOk ¶ added in v1.11.10
func (o *TaxLineItem) GetAmountInCentOk() (*int64, bool)
GetAmountInCentOk returns a tuple with the AmountInCent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TaxLineItem) GetTitle ¶ added in v1.11.10
func (o *TaxLineItem) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*TaxLineItem) GetTitleOk ¶ added in v1.11.10
func (o *TaxLineItem) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TaxLineItem) HasAmountInCent ¶ added in v1.11.10
func (o *TaxLineItem) HasAmountInCent() bool
HasAmountInCent returns a boolean if a field has been set.
func (*TaxLineItem) HasTitle ¶ added in v1.11.10
func (o *TaxLineItem) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (TaxLineItem) MarshalJSON ¶ added in v1.11.10
func (o TaxLineItem) MarshalJSON() ([]byte, error)
func (*TaxLineItem) SetAmountInCent ¶ added in v1.11.10
func (o *TaxLineItem) SetAmountInCent(v int64)
SetAmountInCent gets a reference to the given int64 and assigns it to the AmountInCent field.
func (*TaxLineItem) SetTitle ¶ added in v1.11.10
func (o *TaxLineItem) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (TaxLineItem) ToMap ¶ added in v1.11.10
func (o TaxLineItem) ToMap() (map[string]interface{}, error)
func (*TaxLineItem) UnmarshalJSON ¶ added in v1.11.10
func (o *TaxLineItem) UnmarshalJSON(data []byte) (err error)
type TimeInterval ¶ added in v1.11.10
type TimeInterval struct {
// The end of the time period.
End time.Time `json:"end"`
// The start of the time period.
Start time.Time `json:"start"`
AdditionalProperties map[string]interface{}
}
TimeInterval struct for TimeInterval
func NewTimeInterval ¶ added in v1.11.10
func NewTimeInterval(end time.Time, start time.Time) *TimeInterval
NewTimeInterval instantiates a new TimeInterval 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 NewTimeIntervalWithDefaults ¶ added in v1.11.10
func NewTimeIntervalWithDefaults() *TimeInterval
NewTimeIntervalWithDefaults instantiates a new TimeInterval 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 (*TimeInterval) GetEnd ¶ added in v1.11.10
func (o *TimeInterval) GetEnd() time.Time
GetEnd returns the End field value
func (*TimeInterval) GetEndOk ¶ added in v1.11.10
func (o *TimeInterval) GetEndOk() (*time.Time, bool)
GetEndOk returns a tuple with the End field value and a boolean to check if the value has been set.
func (*TimeInterval) GetStart ¶ added in v1.11.10
func (o *TimeInterval) GetStart() time.Time
GetStart returns the Start field value
func (*TimeInterval) GetStartOk ¶ added in v1.11.10
func (o *TimeInterval) GetStartOk() (*time.Time, bool)
GetStartOk returns a tuple with the Start field value and a boolean to check if the value has been set.
func (TimeInterval) MarshalJSON ¶ added in v1.11.10
func (o TimeInterval) MarshalJSON() ([]byte, error)
func (*TimeInterval) SetEnd ¶ added in v1.11.10
func (o *TimeInterval) SetEnd(v time.Time)
SetEnd sets field value
func (*TimeInterval) SetStart ¶ added in v1.11.10
func (o *TimeInterval) SetStart(v time.Time)
SetStart sets field value
func (TimeInterval) ToMap ¶ added in v1.11.10
func (o TimeInterval) ToMap() (map[string]interface{}, error)
func (*TimeInterval) UnmarshalJSON ¶ added in v1.11.10
func (o *TimeInterval) UnmarshalJSON(data []byte) (err error)
type TokenPagination ¶
type TokenPagination struct {
// Items per page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
PageSize *int64 `json:"page_size,omitempty"`
// Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
PageToken *string `json:"page_token,omitempty"`
AdditionalProperties map[string]interface{}
}
TokenPagination struct for TokenPagination
func NewTokenPagination ¶
func NewTokenPagination() *TokenPagination
NewTokenPagination instantiates a new TokenPagination 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 NewTokenPaginationWithDefaults ¶
func NewTokenPaginationWithDefaults() *TokenPagination
NewTokenPaginationWithDefaults instantiates a new TokenPagination 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 (*TokenPagination) GetPageSize ¶
func (o *TokenPagination) GetPageSize() int64
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*TokenPagination) GetPageSizeOk ¶
func (o *TokenPagination) GetPageSizeOk() (*int64, bool)
GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenPagination) GetPageToken ¶
func (o *TokenPagination) GetPageToken() string
GetPageToken returns the PageToken field value if set, zero value otherwise.
func (*TokenPagination) GetPageTokenOk ¶
func (o *TokenPagination) GetPageTokenOk() (*string, bool)
GetPageTokenOk returns a tuple with the PageToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenPagination) HasPageSize ¶
func (o *TokenPagination) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*TokenPagination) HasPageToken ¶
func (o *TokenPagination) HasPageToken() bool
HasPageToken returns a boolean if a field has been set.
func (TokenPagination) MarshalJSON ¶
func (o TokenPagination) MarshalJSON() ([]byte, error)
func (*TokenPagination) SetPageSize ¶
func (o *TokenPagination) SetPageSize(v int64)
SetPageSize gets a reference to the given int64 and assigns it to the PageSize field.
func (*TokenPagination) SetPageToken ¶
func (o *TokenPagination) SetPageToken(v string)
SetPageToken gets a reference to the given string and assigns it to the PageToken field.
func (TokenPagination) ToMap ¶ added in v1.3.0
func (o TokenPagination) ToMap() (map[string]interface{}, error)
func (*TokenPagination) UnmarshalJSON ¶ added in v1.1.36
func (o *TokenPagination) UnmarshalJSON(data []byte) (err error)
type TokenPaginationHeaders ¶
type TokenPaginationHeaders struct {
// The link header contains pagination links. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). in: header
Link *string `json:"link,omitempty"`
// The total number of clients. in: header
XTotalCount *string `json:"x-total-count,omitempty"`
AdditionalProperties map[string]interface{}
}
TokenPaginationHeaders struct for TokenPaginationHeaders
func NewTokenPaginationHeaders ¶
func NewTokenPaginationHeaders() *TokenPaginationHeaders
NewTokenPaginationHeaders instantiates a new TokenPaginationHeaders 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 NewTokenPaginationHeadersWithDefaults ¶
func NewTokenPaginationHeadersWithDefaults() *TokenPaginationHeaders
NewTokenPaginationHeadersWithDefaults instantiates a new TokenPaginationHeaders 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 (*TokenPaginationHeaders) GetLink ¶
func (o *TokenPaginationHeaders) GetLink() string
GetLink returns the Link field value if set, zero value otherwise.
func (*TokenPaginationHeaders) GetLinkOk ¶
func (o *TokenPaginationHeaders) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenPaginationHeaders) GetXTotalCount ¶
func (o *TokenPaginationHeaders) GetXTotalCount() string
GetXTotalCount returns the XTotalCount field value if set, zero value otherwise.
func (*TokenPaginationHeaders) GetXTotalCountOk ¶
func (o *TokenPaginationHeaders) GetXTotalCountOk() (*string, bool)
GetXTotalCountOk returns a tuple with the XTotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenPaginationHeaders) HasLink ¶
func (o *TokenPaginationHeaders) HasLink() bool
HasLink returns a boolean if a field has been set.
func (*TokenPaginationHeaders) HasXTotalCount ¶
func (o *TokenPaginationHeaders) HasXTotalCount() bool
HasXTotalCount returns a boolean if a field has been set.
func (TokenPaginationHeaders) MarshalJSON ¶
func (o TokenPaginationHeaders) MarshalJSON() ([]byte, error)
func (*TokenPaginationHeaders) SetLink ¶
func (o *TokenPaginationHeaders) SetLink(v string)
SetLink gets a reference to the given string and assigns it to the Link field.
func (*TokenPaginationHeaders) SetXTotalCount ¶
func (o *TokenPaginationHeaders) SetXTotalCount(v string)
SetXTotalCount gets a reference to the given string and assigns it to the XTotalCount field.
func (TokenPaginationHeaders) ToMap ¶ added in v1.3.0
func (o TokenPaginationHeaders) ToMap() (map[string]interface{}, error)
func (*TokenPaginationHeaders) UnmarshalJSON ¶ added in v1.1.36
func (o *TokenPaginationHeaders) UnmarshalJSON(data []byte) (err error)
type TokenPaginationRequestParameters ¶
type TokenPaginationRequestParameters struct {
// Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
PageSize *int64 `json:"page_size,omitempty"`
// Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
PageToken *string `json:"page_token,omitempty"`
AdditionalProperties map[string]interface{}
}
TokenPaginationRequestParameters The `Link` HTTP header contains multiple links (`first`, `next`, `last`, `previous`) formatted as: `<https://{project-slug}.projects.oryapis.com/admin/clients?page_size={limit}&page_token={offset}>; rel=\"{page}\"` For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
func NewTokenPaginationRequestParameters ¶
func NewTokenPaginationRequestParameters() *TokenPaginationRequestParameters
NewTokenPaginationRequestParameters instantiates a new TokenPaginationRequestParameters 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 NewTokenPaginationRequestParametersWithDefaults ¶
func NewTokenPaginationRequestParametersWithDefaults() *TokenPaginationRequestParameters
NewTokenPaginationRequestParametersWithDefaults instantiates a new TokenPaginationRequestParameters 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 (*TokenPaginationRequestParameters) GetPageSize ¶
func (o *TokenPaginationRequestParameters) GetPageSize() int64
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*TokenPaginationRequestParameters) GetPageSizeOk ¶
func (o *TokenPaginationRequestParameters) GetPageSizeOk() (*int64, bool)
GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenPaginationRequestParameters) GetPageToken ¶
func (o *TokenPaginationRequestParameters) GetPageToken() string
GetPageToken returns the PageToken field value if set, zero value otherwise.
func (*TokenPaginationRequestParameters) GetPageTokenOk ¶
func (o *TokenPaginationRequestParameters) GetPageTokenOk() (*string, bool)
GetPageTokenOk returns a tuple with the PageToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenPaginationRequestParameters) HasPageSize ¶
func (o *TokenPaginationRequestParameters) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*TokenPaginationRequestParameters) HasPageToken ¶
func (o *TokenPaginationRequestParameters) HasPageToken() bool
HasPageToken returns a boolean if a field has been set.
func (TokenPaginationRequestParameters) MarshalJSON ¶
func (o TokenPaginationRequestParameters) MarshalJSON() ([]byte, error)
func (*TokenPaginationRequestParameters) SetPageSize ¶
func (o *TokenPaginationRequestParameters) SetPageSize(v int64)
SetPageSize gets a reference to the given int64 and assigns it to the PageSize field.
func (*TokenPaginationRequestParameters) SetPageToken ¶
func (o *TokenPaginationRequestParameters) SetPageToken(v string)
SetPageToken gets a reference to the given string and assigns it to the PageToken field.
func (TokenPaginationRequestParameters) ToMap ¶ added in v1.3.0
func (o TokenPaginationRequestParameters) ToMap() (map[string]interface{}, error)
func (*TokenPaginationRequestParameters) UnmarshalJSON ¶ added in v1.1.36
func (o *TokenPaginationRequestParameters) UnmarshalJSON(data []byte) (err error)
type TokenPaginationResponseHeaders ¶
type TokenPaginationResponseHeaders struct {
// The Link HTTP Header The `Link` header contains a comma-delimited list of links to the following pages: first: The first page of results. next: The next page of results. prev: The previous page of results. last: The last page of results. Pages are omitted if they do not exist. For example, if there is no next page, the `next` link is omitted. Examples: </clients?page_size=5&page_token=0>; rel=\"first\",</clients?page_size=5&page_token=15>; rel=\"next\",</clients?page_size=5&page_token=5>; rel=\"prev\",</clients?page_size=5&page_token=20>; rel=\"last\"
Link *string `json:"link,omitempty"`
// The X-Total-Count HTTP Header The `X-Total-Count` header contains the total number of items in the collection.
XTotalCount *int64 `json:"x-total-count,omitempty"`
AdditionalProperties map[string]interface{}
}
TokenPaginationResponseHeaders The `Link` HTTP header contains multiple links (`first`, `next`, `last`, `previous`) formatted as: `<https://{project-slug}.projects.oryapis.com/admin/clients?page_size={limit}&page_token={offset}>; rel=\"{page}\"` For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
func NewTokenPaginationResponseHeaders ¶
func NewTokenPaginationResponseHeaders() *TokenPaginationResponseHeaders
NewTokenPaginationResponseHeaders instantiates a new TokenPaginationResponseHeaders 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 NewTokenPaginationResponseHeadersWithDefaults ¶
func NewTokenPaginationResponseHeadersWithDefaults() *TokenPaginationResponseHeaders
NewTokenPaginationResponseHeadersWithDefaults instantiates a new TokenPaginationResponseHeaders 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 (*TokenPaginationResponseHeaders) GetLink ¶
func (o *TokenPaginationResponseHeaders) GetLink() string
GetLink returns the Link field value if set, zero value otherwise.
func (*TokenPaginationResponseHeaders) GetLinkOk ¶
func (o *TokenPaginationResponseHeaders) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenPaginationResponseHeaders) GetXTotalCount ¶
func (o *TokenPaginationResponseHeaders) GetXTotalCount() int64
GetXTotalCount returns the XTotalCount field value if set, zero value otherwise.
func (*TokenPaginationResponseHeaders) GetXTotalCountOk ¶
func (o *TokenPaginationResponseHeaders) GetXTotalCountOk() (*int64, bool)
GetXTotalCountOk returns a tuple with the XTotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenPaginationResponseHeaders) HasLink ¶
func (o *TokenPaginationResponseHeaders) HasLink() bool
HasLink returns a boolean if a field has been set.
func (*TokenPaginationResponseHeaders) HasXTotalCount ¶
func (o *TokenPaginationResponseHeaders) HasXTotalCount() bool
HasXTotalCount returns a boolean if a field has been set.
func (TokenPaginationResponseHeaders) MarshalJSON ¶
func (o TokenPaginationResponseHeaders) MarshalJSON() ([]byte, error)
func (*TokenPaginationResponseHeaders) SetLink ¶
func (o *TokenPaginationResponseHeaders) SetLink(v string)
SetLink gets a reference to the given string and assigns it to the Link field.
func (*TokenPaginationResponseHeaders) SetXTotalCount ¶
func (o *TokenPaginationResponseHeaders) SetXTotalCount(v int64)
SetXTotalCount gets a reference to the given int64 and assigns it to the XTotalCount field.
func (TokenPaginationResponseHeaders) ToMap ¶ added in v1.3.0
func (o TokenPaginationResponseHeaders) ToMap() (map[string]interface{}, error)
func (*TokenPaginationResponseHeaders) UnmarshalJSON ¶ added in v1.1.36
func (o *TokenPaginationResponseHeaders) UnmarshalJSON(data []byte) (err error)
type TrustOAuth2JwtGrantIssuer ¶
type TrustOAuth2JwtGrantIssuer struct {
// The \"allow_any_subject\" indicates that the issuer is allowed to have any principal as the subject of the JWT.
AllowAnySubject *bool `json:"allow_any_subject,omitempty"`
// The \"expires_at\" indicates, when grant will expire, so we will reject assertion from \"issuer\" targeting \"subject\".
ExpiresAt time.Time `json:"expires_at"`
// The \"issuer\" identifies the principal that issued the JWT assertion (same as \"iss\" claim in JWT).
Issuer string `json:"issuer"`
Jwk JsonWebKey `json:"jwk"`
// The \"scope\" contains list of scope values (as described in Section 3.3 of OAuth 2.0 [RFC6749])
Scope []string `json:"scope"`
// The \"subject\" identifies the principal that is the subject of the JWT.
Subject *string `json:"subject,omitempty"`
AdditionalProperties map[string]interface{}
}
TrustOAuth2JwtGrantIssuer Trust OAuth2 JWT Bearer Grant Type Issuer Request Body
func NewTrustOAuth2JwtGrantIssuer ¶
func NewTrustOAuth2JwtGrantIssuer(expiresAt time.Time, issuer string, jwk JsonWebKey, scope []string) *TrustOAuth2JwtGrantIssuer
NewTrustOAuth2JwtGrantIssuer instantiates a new TrustOAuth2JwtGrantIssuer 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 NewTrustOAuth2JwtGrantIssuerWithDefaults ¶
func NewTrustOAuth2JwtGrantIssuerWithDefaults() *TrustOAuth2JwtGrantIssuer
NewTrustOAuth2JwtGrantIssuerWithDefaults instantiates a new TrustOAuth2JwtGrantIssuer 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 (*TrustOAuth2JwtGrantIssuer) GetAllowAnySubject ¶
func (o *TrustOAuth2JwtGrantIssuer) GetAllowAnySubject() bool
GetAllowAnySubject returns the AllowAnySubject field value if set, zero value otherwise.
func (*TrustOAuth2JwtGrantIssuer) GetAllowAnySubjectOk ¶
func (o *TrustOAuth2JwtGrantIssuer) GetAllowAnySubjectOk() (*bool, bool)
GetAllowAnySubjectOk returns a tuple with the AllowAnySubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustOAuth2JwtGrantIssuer) GetExpiresAt ¶
func (o *TrustOAuth2JwtGrantIssuer) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value
func (*TrustOAuth2JwtGrantIssuer) GetExpiresAtOk ¶
func (o *TrustOAuth2JwtGrantIssuer) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value and a boolean to check if the value has been set.
func (*TrustOAuth2JwtGrantIssuer) GetIssuer ¶
func (o *TrustOAuth2JwtGrantIssuer) GetIssuer() string
GetIssuer returns the Issuer field value
func (*TrustOAuth2JwtGrantIssuer) GetIssuerOk ¶
func (o *TrustOAuth2JwtGrantIssuer) GetIssuerOk() (*string, bool)
GetIssuerOk returns a tuple with the Issuer field value and a boolean to check if the value has been set.
func (*TrustOAuth2JwtGrantIssuer) GetJwk ¶
func (o *TrustOAuth2JwtGrantIssuer) GetJwk() JsonWebKey
GetJwk returns the Jwk field value
func (*TrustOAuth2JwtGrantIssuer) GetJwkOk ¶
func (o *TrustOAuth2JwtGrantIssuer) GetJwkOk() (*JsonWebKey, bool)
GetJwkOk returns a tuple with the Jwk field value and a boolean to check if the value has been set.
func (*TrustOAuth2JwtGrantIssuer) GetScope ¶
func (o *TrustOAuth2JwtGrantIssuer) GetScope() []string
GetScope returns the Scope field value
func (*TrustOAuth2JwtGrantIssuer) GetScopeOk ¶
func (o *TrustOAuth2JwtGrantIssuer) GetScopeOk() ([]string, bool)
GetScopeOk returns a tuple with the Scope field value and a boolean to check if the value has been set.
func (*TrustOAuth2JwtGrantIssuer) GetSubject ¶
func (o *TrustOAuth2JwtGrantIssuer) GetSubject() string
GetSubject returns the Subject field value if set, zero value otherwise.
func (*TrustOAuth2JwtGrantIssuer) GetSubjectOk ¶
func (o *TrustOAuth2JwtGrantIssuer) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustOAuth2JwtGrantIssuer) HasAllowAnySubject ¶
func (o *TrustOAuth2JwtGrantIssuer) HasAllowAnySubject() bool
HasAllowAnySubject returns a boolean if a field has been set.
func (*TrustOAuth2JwtGrantIssuer) HasSubject ¶
func (o *TrustOAuth2JwtGrantIssuer) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (TrustOAuth2JwtGrantIssuer) MarshalJSON ¶
func (o TrustOAuth2JwtGrantIssuer) MarshalJSON() ([]byte, error)
func (*TrustOAuth2JwtGrantIssuer) SetAllowAnySubject ¶
func (o *TrustOAuth2JwtGrantIssuer) SetAllowAnySubject(v bool)
SetAllowAnySubject gets a reference to the given bool and assigns it to the AllowAnySubject field.
func (*TrustOAuth2JwtGrantIssuer) SetExpiresAt ¶
func (o *TrustOAuth2JwtGrantIssuer) SetExpiresAt(v time.Time)
SetExpiresAt sets field value
func (*TrustOAuth2JwtGrantIssuer) SetIssuer ¶
func (o *TrustOAuth2JwtGrantIssuer) SetIssuer(v string)
SetIssuer sets field value
func (*TrustOAuth2JwtGrantIssuer) SetJwk ¶
func (o *TrustOAuth2JwtGrantIssuer) SetJwk(v JsonWebKey)
SetJwk sets field value
func (*TrustOAuth2JwtGrantIssuer) SetScope ¶
func (o *TrustOAuth2JwtGrantIssuer) SetScope(v []string)
SetScope sets field value
func (*TrustOAuth2JwtGrantIssuer) SetSubject ¶
func (o *TrustOAuth2JwtGrantIssuer) SetSubject(v string)
SetSubject gets a reference to the given string and assigns it to the Subject field.
func (TrustOAuth2JwtGrantIssuer) ToMap ¶ added in v1.3.0
func (o TrustOAuth2JwtGrantIssuer) ToMap() (map[string]interface{}, error)
func (*TrustOAuth2JwtGrantIssuer) UnmarshalJSON ¶ added in v1.1.36
func (o *TrustOAuth2JwtGrantIssuer) UnmarshalJSON(data []byte) (err error)
type TrustedOAuth2JwtGrantIssuer ¶
type TrustedOAuth2JwtGrantIssuer struct {
// The \"allow_any_subject\" indicates that the issuer is allowed to have any principal as the subject of the JWT.
AllowAnySubject *bool `json:"allow_any_subject,omitempty"`
// The \"created_at\" indicates, when grant was created.
CreatedAt *time.Time `json:"created_at,omitempty"`
// The \"expires_at\" indicates, when grant will expire, so we will reject assertion from \"issuer\" targeting \"subject\".
ExpiresAt *time.Time `json:"expires_at,omitempty"`
Id *string `json:"id,omitempty"`
// The \"issuer\" identifies the principal that issued the JWT assertion (same as \"iss\" claim in JWT).
Issuer *string `json:"issuer,omitempty"`
PublicKey *TrustedOAuth2JwtGrantJsonWebKey `json:"public_key,omitempty"`
// The \"scope\" contains list of scope values (as described in Section 3.3 of OAuth 2.0 [RFC6749])
Scope []string `json:"scope,omitempty"`
// The \"subject\" identifies the principal that is the subject of the JWT.
Subject *string `json:"subject,omitempty"`
AdditionalProperties map[string]interface{}
}
TrustedOAuth2JwtGrantIssuer OAuth2 JWT Bearer Grant Type Issuer Trust Relationship
func NewTrustedOAuth2JwtGrantIssuer ¶
func NewTrustedOAuth2JwtGrantIssuer() *TrustedOAuth2JwtGrantIssuer
NewTrustedOAuth2JwtGrantIssuer instantiates a new TrustedOAuth2JwtGrantIssuer 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 NewTrustedOAuth2JwtGrantIssuerWithDefaults ¶
func NewTrustedOAuth2JwtGrantIssuerWithDefaults() *TrustedOAuth2JwtGrantIssuer
NewTrustedOAuth2JwtGrantIssuerWithDefaults instantiates a new TrustedOAuth2JwtGrantIssuer 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 (*TrustedOAuth2JwtGrantIssuer) GetAllowAnySubject ¶
func (o *TrustedOAuth2JwtGrantIssuer) GetAllowAnySubject() bool
GetAllowAnySubject returns the AllowAnySubject field value if set, zero value otherwise.
func (*TrustedOAuth2JwtGrantIssuer) GetAllowAnySubjectOk ¶
func (o *TrustedOAuth2JwtGrantIssuer) GetAllowAnySubjectOk() (*bool, bool)
GetAllowAnySubjectOk returns a tuple with the AllowAnySubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustedOAuth2JwtGrantIssuer) GetCreatedAt ¶
func (o *TrustedOAuth2JwtGrantIssuer) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*TrustedOAuth2JwtGrantIssuer) GetCreatedAtOk ¶
func (o *TrustedOAuth2JwtGrantIssuer) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustedOAuth2JwtGrantIssuer) GetExpiresAt ¶
func (o *TrustedOAuth2JwtGrantIssuer) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise.
func (*TrustedOAuth2JwtGrantIssuer) GetExpiresAtOk ¶
func (o *TrustedOAuth2JwtGrantIssuer) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustedOAuth2JwtGrantIssuer) GetId ¶
func (o *TrustedOAuth2JwtGrantIssuer) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*TrustedOAuth2JwtGrantIssuer) GetIdOk ¶
func (o *TrustedOAuth2JwtGrantIssuer) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustedOAuth2JwtGrantIssuer) GetIssuer ¶
func (o *TrustedOAuth2JwtGrantIssuer) GetIssuer() string
GetIssuer returns the Issuer field value if set, zero value otherwise.
func (*TrustedOAuth2JwtGrantIssuer) GetIssuerOk ¶
func (o *TrustedOAuth2JwtGrantIssuer) GetIssuerOk() (*string, bool)
GetIssuerOk returns a tuple with the Issuer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustedOAuth2JwtGrantIssuer) GetPublicKey ¶
func (o *TrustedOAuth2JwtGrantIssuer) GetPublicKey() TrustedOAuth2JwtGrantJsonWebKey
GetPublicKey returns the PublicKey field value if set, zero value otherwise.
func (*TrustedOAuth2JwtGrantIssuer) GetPublicKeyOk ¶
func (o *TrustedOAuth2JwtGrantIssuer) GetPublicKeyOk() (*TrustedOAuth2JwtGrantJsonWebKey, bool)
GetPublicKeyOk returns a tuple with the PublicKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustedOAuth2JwtGrantIssuer) GetScope ¶
func (o *TrustedOAuth2JwtGrantIssuer) GetScope() []string
GetScope returns the Scope field value if set, zero value otherwise.
func (*TrustedOAuth2JwtGrantIssuer) GetScopeOk ¶
func (o *TrustedOAuth2JwtGrantIssuer) GetScopeOk() ([]string, bool)
GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustedOAuth2JwtGrantIssuer) GetSubject ¶
func (o *TrustedOAuth2JwtGrantIssuer) GetSubject() string
GetSubject returns the Subject field value if set, zero value otherwise.
func (*TrustedOAuth2JwtGrantIssuer) GetSubjectOk ¶
func (o *TrustedOAuth2JwtGrantIssuer) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustedOAuth2JwtGrantIssuer) HasAllowAnySubject ¶
func (o *TrustedOAuth2JwtGrantIssuer) HasAllowAnySubject() bool
HasAllowAnySubject returns a boolean if a field has been set.
func (*TrustedOAuth2JwtGrantIssuer) HasCreatedAt ¶
func (o *TrustedOAuth2JwtGrantIssuer) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*TrustedOAuth2JwtGrantIssuer) HasExpiresAt ¶
func (o *TrustedOAuth2JwtGrantIssuer) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (*TrustedOAuth2JwtGrantIssuer) HasId ¶
func (o *TrustedOAuth2JwtGrantIssuer) HasId() bool
HasId returns a boolean if a field has been set.
func (*TrustedOAuth2JwtGrantIssuer) HasIssuer ¶
func (o *TrustedOAuth2JwtGrantIssuer) HasIssuer() bool
HasIssuer returns a boolean if a field has been set.
func (*TrustedOAuth2JwtGrantIssuer) HasPublicKey ¶
func (o *TrustedOAuth2JwtGrantIssuer) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.
func (*TrustedOAuth2JwtGrantIssuer) HasScope ¶
func (o *TrustedOAuth2JwtGrantIssuer) HasScope() bool
HasScope returns a boolean if a field has been set.
func (*TrustedOAuth2JwtGrantIssuer) HasSubject ¶
func (o *TrustedOAuth2JwtGrantIssuer) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (TrustedOAuth2JwtGrantIssuer) MarshalJSON ¶
func (o TrustedOAuth2JwtGrantIssuer) MarshalJSON() ([]byte, error)
func (*TrustedOAuth2JwtGrantIssuer) SetAllowAnySubject ¶
func (o *TrustedOAuth2JwtGrantIssuer) SetAllowAnySubject(v bool)
SetAllowAnySubject gets a reference to the given bool and assigns it to the AllowAnySubject field.
func (*TrustedOAuth2JwtGrantIssuer) SetCreatedAt ¶
func (o *TrustedOAuth2JwtGrantIssuer) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*TrustedOAuth2JwtGrantIssuer) SetExpiresAt ¶
func (o *TrustedOAuth2JwtGrantIssuer) SetExpiresAt(v time.Time)
SetExpiresAt gets a reference to the given time.Time and assigns it to the ExpiresAt field.
func (*TrustedOAuth2JwtGrantIssuer) SetId ¶
func (o *TrustedOAuth2JwtGrantIssuer) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*TrustedOAuth2JwtGrantIssuer) SetIssuer ¶
func (o *TrustedOAuth2JwtGrantIssuer) SetIssuer(v string)
SetIssuer gets a reference to the given string and assigns it to the Issuer field.
func (*TrustedOAuth2JwtGrantIssuer) SetPublicKey ¶
func (o *TrustedOAuth2JwtGrantIssuer) SetPublicKey(v TrustedOAuth2JwtGrantJsonWebKey)
SetPublicKey gets a reference to the given TrustedOAuth2JwtGrantJsonWebKey and assigns it to the PublicKey field.
func (*TrustedOAuth2JwtGrantIssuer) SetScope ¶
func (o *TrustedOAuth2JwtGrantIssuer) SetScope(v []string)
SetScope gets a reference to the given []string and assigns it to the Scope field.
func (*TrustedOAuth2JwtGrantIssuer) SetSubject ¶
func (o *TrustedOAuth2JwtGrantIssuer) SetSubject(v string)
SetSubject gets a reference to the given string and assigns it to the Subject field.
func (TrustedOAuth2JwtGrantIssuer) ToMap ¶ added in v1.3.0
func (o TrustedOAuth2JwtGrantIssuer) ToMap() (map[string]interface{}, error)
func (*TrustedOAuth2JwtGrantIssuer) UnmarshalJSON ¶ added in v1.1.36
func (o *TrustedOAuth2JwtGrantIssuer) UnmarshalJSON(data []byte) (err error)
type TrustedOAuth2JwtGrantJsonWebKey ¶
type TrustedOAuth2JwtGrantJsonWebKey struct {
// The \"key_id\" is key unique identifier (same as kid header in jws/jwt).
Kid *string `json:"kid,omitempty"`
// The \"set\" is basically a name for a group(set) of keys. Will be the same as \"issuer\" in grant.
Set *string `json:"set,omitempty"`
AdditionalProperties map[string]interface{}
}
TrustedOAuth2JwtGrantJsonWebKey OAuth2 JWT Bearer Grant Type Issuer Trusted JSON Web Key
func NewTrustedOAuth2JwtGrantJsonWebKey ¶
func NewTrustedOAuth2JwtGrantJsonWebKey() *TrustedOAuth2JwtGrantJsonWebKey
NewTrustedOAuth2JwtGrantJsonWebKey instantiates a new TrustedOAuth2JwtGrantJsonWebKey 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 NewTrustedOAuth2JwtGrantJsonWebKeyWithDefaults ¶
func NewTrustedOAuth2JwtGrantJsonWebKeyWithDefaults() *TrustedOAuth2JwtGrantJsonWebKey
NewTrustedOAuth2JwtGrantJsonWebKeyWithDefaults instantiates a new TrustedOAuth2JwtGrantJsonWebKey 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 (*TrustedOAuth2JwtGrantJsonWebKey) GetKid ¶
func (o *TrustedOAuth2JwtGrantJsonWebKey) GetKid() string
GetKid returns the Kid field value if set, zero value otherwise.
func (*TrustedOAuth2JwtGrantJsonWebKey) GetKidOk ¶
func (o *TrustedOAuth2JwtGrantJsonWebKey) GetKidOk() (*string, bool)
GetKidOk returns a tuple with the Kid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustedOAuth2JwtGrantJsonWebKey) GetSet ¶
func (o *TrustedOAuth2JwtGrantJsonWebKey) GetSet() string
GetSet returns the Set field value if set, zero value otherwise.
func (*TrustedOAuth2JwtGrantJsonWebKey) GetSetOk ¶
func (o *TrustedOAuth2JwtGrantJsonWebKey) GetSetOk() (*string, bool)
GetSetOk returns a tuple with the Set field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustedOAuth2JwtGrantJsonWebKey) HasKid ¶
func (o *TrustedOAuth2JwtGrantJsonWebKey) HasKid() bool
HasKid returns a boolean if a field has been set.
func (*TrustedOAuth2JwtGrantJsonWebKey) HasSet ¶
func (o *TrustedOAuth2JwtGrantJsonWebKey) HasSet() bool
HasSet returns a boolean if a field has been set.
func (TrustedOAuth2JwtGrantJsonWebKey) MarshalJSON ¶
func (o TrustedOAuth2JwtGrantJsonWebKey) MarshalJSON() ([]byte, error)
func (*TrustedOAuth2JwtGrantJsonWebKey) SetKid ¶
func (o *TrustedOAuth2JwtGrantJsonWebKey) SetKid(v string)
SetKid gets a reference to the given string and assigns it to the Kid field.
func (*TrustedOAuth2JwtGrantJsonWebKey) SetSet ¶
func (o *TrustedOAuth2JwtGrantJsonWebKey) SetSet(v string)
SetSet gets a reference to the given string and assigns it to the Set field.
func (TrustedOAuth2JwtGrantJsonWebKey) ToMap ¶ added in v1.3.0
func (o TrustedOAuth2JwtGrantJsonWebKey) ToMap() (map[string]interface{}, error)
func (*TrustedOAuth2JwtGrantJsonWebKey) UnmarshalJSON ¶ added in v1.1.36
func (o *TrustedOAuth2JwtGrantJsonWebKey) UnmarshalJSON(data []byte) (err error)
type UiContainer ¶
type UiContainer struct {
// Action should be used as the form action URL `<form action=\"{{ .Action }}\" method=\"post\">`.
Action string `json:"action"`
Messages []UiText `json:"messages,omitempty"`
// Method is the form method (e.g. POST)
Method string `json:"method"`
Nodes []UiNode `json:"nodes"`
AdditionalProperties map[string]interface{}
}
UiContainer Container represents a HTML Form. The container can work with both HTTP Form and JSON requests
func NewUiContainer ¶
func NewUiContainer(action string, method string, nodes []UiNode) *UiContainer
NewUiContainer instantiates a new UiContainer 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 NewUiContainerWithDefaults ¶
func NewUiContainerWithDefaults() *UiContainer
NewUiContainerWithDefaults instantiates a new UiContainer 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 (*UiContainer) GetAction ¶
func (o *UiContainer) GetAction() string
GetAction returns the Action field value
func (*UiContainer) GetActionOk ¶
func (o *UiContainer) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*UiContainer) GetMessages ¶
func (o *UiContainer) GetMessages() []UiText
GetMessages returns the Messages field value if set, zero value otherwise.
func (*UiContainer) GetMessagesOk ¶
func (o *UiContainer) GetMessagesOk() ([]UiText, bool)
GetMessagesOk returns a tuple with the Messages field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UiContainer) GetMethod ¶
func (o *UiContainer) GetMethod() string
GetMethod returns the Method field value
func (*UiContainer) GetMethodOk ¶
func (o *UiContainer) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UiContainer) GetNodes ¶
func (o *UiContainer) GetNodes() []UiNode
GetNodes returns the Nodes field value
func (*UiContainer) GetNodesOk ¶
func (o *UiContainer) GetNodesOk() ([]UiNode, bool)
GetNodesOk returns a tuple with the Nodes field value and a boolean to check if the value has been set.
func (*UiContainer) HasMessages ¶
func (o *UiContainer) HasMessages() bool
HasMessages returns a boolean if a field has been set.
func (UiContainer) MarshalJSON ¶
func (o UiContainer) MarshalJSON() ([]byte, error)
func (*UiContainer) SetAction ¶
func (o *UiContainer) SetAction(v string)
SetAction sets field value
func (*UiContainer) SetMessages ¶
func (o *UiContainer) SetMessages(v []UiText)
SetMessages gets a reference to the given []UiText and assigns it to the Messages field.
func (*UiContainer) SetMethod ¶
func (o *UiContainer) SetMethod(v string)
SetMethod sets field value
func (*UiContainer) SetNodes ¶
func (o *UiContainer) SetNodes(v []UiNode)
SetNodes sets field value
func (UiContainer) ToMap ¶ added in v1.3.0
func (o UiContainer) ToMap() (map[string]interface{}, error)
func (*UiContainer) UnmarshalJSON ¶ added in v1.1.36
func (o *UiContainer) UnmarshalJSON(data []byte) (err error)
type UiNode ¶
type UiNode struct {
Attributes UiNodeAttributes `json:"attributes"`
// Group specifies which group (e.g. password authenticator) this node belongs to. default DefaultGroup password PasswordGroup oidc OpenIDConnectGroup profile ProfileGroup link LinkGroup code CodeGroup totp TOTPGroup lookup_secret LookupGroup webauthn WebAuthnGroup passkey PasskeyGroup identifier_first IdentifierFirstGroup
Group string `json:"group"`
Messages []UiText `json:"messages"`
Meta UiNodeMeta `json:"meta"`
// The node's type text Text input Input img Image a Anchor script Script
Type string `json:"type"`
AdditionalProperties map[string]interface{}
}
UiNode Nodes are represented as HTML elements or their native UI equivalents. For example, a node can be an `<img>` tag, or an `<input element>` but also `some plain text`.
func NewUiNode ¶
func NewUiNode(attributes UiNodeAttributes, group string, messages []UiText, meta UiNodeMeta, type_ string) *UiNode
NewUiNode instantiates a new UiNode 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 NewUiNodeWithDefaults ¶
func NewUiNodeWithDefaults() *UiNode
NewUiNodeWithDefaults instantiates a new UiNode 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 (*UiNode) GetAttributes ¶
func (o *UiNode) GetAttributes() UiNodeAttributes
GetAttributes returns the Attributes field value
func (*UiNode) GetAttributesOk ¶
func (o *UiNode) GetAttributesOk() (*UiNodeAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value and a boolean to check if the value has been set.
func (*UiNode) GetGroupOk ¶
GetGroupOk returns a tuple with the Group field value and a boolean to check if the value has been set.
func (*UiNode) GetMessages ¶
GetMessages returns the Messages field value
func (*UiNode) GetMessagesOk ¶
GetMessagesOk returns a tuple with the Messages field value and a boolean to check if the value has been set.
func (*UiNode) GetMeta ¶
func (o *UiNode) GetMeta() UiNodeMeta
GetMeta returns the Meta field value
func (*UiNode) GetMetaOk ¶
func (o *UiNode) GetMetaOk() (*UiNodeMeta, bool)
GetMetaOk returns a tuple with the Meta field value and a boolean to check if the value has been set.
func (*UiNode) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (UiNode) MarshalJSON ¶
func (*UiNode) SetAttributes ¶
func (o *UiNode) SetAttributes(v UiNodeAttributes)
SetAttributes sets field value
func (*UiNode) UnmarshalJSON ¶ added in v1.1.36
type UiNodeAnchorAttributes ¶
type UiNodeAnchorAttributes struct {
// The link's href (destination) URL. format: uri
Href string `json:"href"`
// A unique identifier
Id string `json:"id"`
// NodeType represents this node's types. It is a mirror of `node.type` and is primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"a\". text Text input Input img Image a Anchor script Script
NodeType string `json:"node_type"`
Title UiText `json:"title"`
AdditionalProperties map[string]interface{}
}
UiNodeAnchorAttributes struct for UiNodeAnchorAttributes
func NewUiNodeAnchorAttributes ¶
func NewUiNodeAnchorAttributes(href string, id string, nodeType string, title UiText) *UiNodeAnchorAttributes
NewUiNodeAnchorAttributes instantiates a new UiNodeAnchorAttributes 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 NewUiNodeAnchorAttributesWithDefaults ¶
func NewUiNodeAnchorAttributesWithDefaults() *UiNodeAnchorAttributes
NewUiNodeAnchorAttributesWithDefaults instantiates a new UiNodeAnchorAttributes 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 (*UiNodeAnchorAttributes) GetHref ¶
func (o *UiNodeAnchorAttributes) GetHref() string
GetHref returns the Href field value
func (*UiNodeAnchorAttributes) GetHrefOk ¶
func (o *UiNodeAnchorAttributes) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*UiNodeAnchorAttributes) GetId ¶
func (o *UiNodeAnchorAttributes) GetId() string
GetId returns the Id field value
func (*UiNodeAnchorAttributes) GetIdOk ¶
func (o *UiNodeAnchorAttributes) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UiNodeAnchorAttributes) GetNodeType ¶
func (o *UiNodeAnchorAttributes) GetNodeType() string
GetNodeType returns the NodeType field value
func (*UiNodeAnchorAttributes) GetNodeTypeOk ¶
func (o *UiNodeAnchorAttributes) GetNodeTypeOk() (*string, bool)
GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.
func (*UiNodeAnchorAttributes) GetTitle ¶
func (o *UiNodeAnchorAttributes) GetTitle() UiText
GetTitle returns the Title field value
func (*UiNodeAnchorAttributes) GetTitleOk ¶
func (o *UiNodeAnchorAttributes) GetTitleOk() (*UiText, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (UiNodeAnchorAttributes) MarshalJSON ¶
func (o UiNodeAnchorAttributes) MarshalJSON() ([]byte, error)
func (*UiNodeAnchorAttributes) SetHref ¶
func (o *UiNodeAnchorAttributes) SetHref(v string)
SetHref sets field value
func (*UiNodeAnchorAttributes) SetId ¶
func (o *UiNodeAnchorAttributes) SetId(v string)
SetId sets field value
func (*UiNodeAnchorAttributes) SetNodeType ¶
func (o *UiNodeAnchorAttributes) SetNodeType(v string)
SetNodeType sets field value
func (*UiNodeAnchorAttributes) SetTitle ¶
func (o *UiNodeAnchorAttributes) SetTitle(v UiText)
SetTitle sets field value
func (UiNodeAnchorAttributes) ToMap ¶ added in v1.3.0
func (o UiNodeAnchorAttributes) ToMap() (map[string]interface{}, error)
func (*UiNodeAnchorAttributes) UnmarshalJSON ¶ added in v1.1.36
func (o *UiNodeAnchorAttributes) UnmarshalJSON(data []byte) (err error)
type UiNodeAttributes ¶
type UiNodeAttributes struct {
UiNodeAnchorAttributes *UiNodeAnchorAttributes
UiNodeImageAttributes *UiNodeImageAttributes
UiNodeInputAttributes *UiNodeInputAttributes
UiNodeScriptAttributes *UiNodeScriptAttributes
UiNodeTextAttributes *UiNodeTextAttributes
}
UiNodeAttributes - struct for UiNodeAttributes
func UiNodeAnchorAttributesAsUiNodeAttributes ¶
func UiNodeAnchorAttributesAsUiNodeAttributes(v *UiNodeAnchorAttributes) UiNodeAttributes
UiNodeAnchorAttributesAsUiNodeAttributes is a convenience function that returns UiNodeAnchorAttributes wrapped in UiNodeAttributes
func UiNodeImageAttributesAsUiNodeAttributes ¶
func UiNodeImageAttributesAsUiNodeAttributes(v *UiNodeImageAttributes) UiNodeAttributes
UiNodeImageAttributesAsUiNodeAttributes is a convenience function that returns UiNodeImageAttributes wrapped in UiNodeAttributes
func UiNodeInputAttributesAsUiNodeAttributes ¶
func UiNodeInputAttributesAsUiNodeAttributes(v *UiNodeInputAttributes) UiNodeAttributes
UiNodeInputAttributesAsUiNodeAttributes is a convenience function that returns UiNodeInputAttributes wrapped in UiNodeAttributes
func UiNodeScriptAttributesAsUiNodeAttributes ¶
func UiNodeScriptAttributesAsUiNodeAttributes(v *UiNodeScriptAttributes) UiNodeAttributes
UiNodeScriptAttributesAsUiNodeAttributes is a convenience function that returns UiNodeScriptAttributes wrapped in UiNodeAttributes
func UiNodeTextAttributesAsUiNodeAttributes ¶
func UiNodeTextAttributesAsUiNodeAttributes(v *UiNodeTextAttributes) UiNodeAttributes
UiNodeTextAttributesAsUiNodeAttributes is a convenience function that returns UiNodeTextAttributes wrapped in UiNodeAttributes
func (*UiNodeAttributes) GetActualInstance ¶
func (obj *UiNodeAttributes) GetActualInstance() interface{}
Get the actual instance
func (UiNodeAttributes) MarshalJSON ¶
func (src UiNodeAttributes) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UiNodeAttributes) UnmarshalJSON ¶
func (dst *UiNodeAttributes) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type UiNodeImageAttributes ¶
type UiNodeImageAttributes struct {
// Height of the image
Height int64 `json:"height"`
// A unique identifier
Id string `json:"id"`
// NodeType represents this node's types. It is a mirror of `node.type` and is primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"img\". text Text input Input img Image a Anchor script Script
NodeType string `json:"node_type"`
// The image's source URL. format: uri
Src string `json:"src"`
// Width of the image
Width int64 `json:"width"`
AdditionalProperties map[string]interface{}
}
UiNodeImageAttributes struct for UiNodeImageAttributes
func NewUiNodeImageAttributes ¶
func NewUiNodeImageAttributes(height int64, id string, nodeType string, src string, width int64) *UiNodeImageAttributes
NewUiNodeImageAttributes instantiates a new UiNodeImageAttributes 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 NewUiNodeImageAttributesWithDefaults ¶
func NewUiNodeImageAttributesWithDefaults() *UiNodeImageAttributes
NewUiNodeImageAttributesWithDefaults instantiates a new UiNodeImageAttributes 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 (*UiNodeImageAttributes) GetHeight ¶
func (o *UiNodeImageAttributes) GetHeight() int64
GetHeight returns the Height field value
func (*UiNodeImageAttributes) GetHeightOk ¶
func (o *UiNodeImageAttributes) GetHeightOk() (*int64, bool)
GetHeightOk returns a tuple with the Height field value and a boolean to check if the value has been set.
func (*UiNodeImageAttributes) GetId ¶
func (o *UiNodeImageAttributes) GetId() string
GetId returns the Id field value
func (*UiNodeImageAttributes) GetIdOk ¶
func (o *UiNodeImageAttributes) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UiNodeImageAttributes) GetNodeType ¶
func (o *UiNodeImageAttributes) GetNodeType() string
GetNodeType returns the NodeType field value
func (*UiNodeImageAttributes) GetNodeTypeOk ¶
func (o *UiNodeImageAttributes) GetNodeTypeOk() (*string, bool)
GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.
func (*UiNodeImageAttributes) GetSrc ¶
func (o *UiNodeImageAttributes) GetSrc() string
GetSrc returns the Src field value
func (*UiNodeImageAttributes) GetSrcOk ¶
func (o *UiNodeImageAttributes) GetSrcOk() (*string, bool)
GetSrcOk returns a tuple with the Src field value and a boolean to check if the value has been set.
func (*UiNodeImageAttributes) GetWidth ¶
func (o *UiNodeImageAttributes) GetWidth() int64
GetWidth returns the Width field value
func (*UiNodeImageAttributes) GetWidthOk ¶
func (o *UiNodeImageAttributes) GetWidthOk() (*int64, bool)
GetWidthOk returns a tuple with the Width field value and a boolean to check if the value has been set.
func (UiNodeImageAttributes) MarshalJSON ¶
func (o UiNodeImageAttributes) MarshalJSON() ([]byte, error)
func (*UiNodeImageAttributes) SetHeight ¶
func (o *UiNodeImageAttributes) SetHeight(v int64)
SetHeight sets field value
func (*UiNodeImageAttributes) SetId ¶
func (o *UiNodeImageAttributes) SetId(v string)
SetId sets field value
func (*UiNodeImageAttributes) SetNodeType ¶
func (o *UiNodeImageAttributes) SetNodeType(v string)
SetNodeType sets field value
func (*UiNodeImageAttributes) SetSrc ¶
func (o *UiNodeImageAttributes) SetSrc(v string)
SetSrc sets field value
func (*UiNodeImageAttributes) SetWidth ¶
func (o *UiNodeImageAttributes) SetWidth(v int64)
SetWidth sets field value
func (UiNodeImageAttributes) ToMap ¶ added in v1.3.0
func (o UiNodeImageAttributes) ToMap() (map[string]interface{}, error)
func (*UiNodeImageAttributes) UnmarshalJSON ¶ added in v1.1.36
func (o *UiNodeImageAttributes) UnmarshalJSON(data []byte) (err error)
type UiNodeInputAttributes ¶
type UiNodeInputAttributes struct {
// The autocomplete attribute for the input. email InputAttributeAutocompleteEmail tel InputAttributeAutocompleteTel url InputAttributeAutocompleteUrl current-password InputAttributeAutocompleteCurrentPassword new-password InputAttributeAutocompleteNewPassword one-time-code InputAttributeAutocompleteOneTimeCode
Autocomplete *string `json:"autocomplete,omitempty"`
// Sets the input's disabled field to true or false.
Disabled bool `json:"disabled"`
Label *UiText `json:"label,omitempty"`
// MaxLength may contain the input's maximum length.
Maxlength *int64 `json:"maxlength,omitempty"`
// The input's element name.
Name string `json:"name"`
// NodeType represents this node's types. It is a mirror of `node.type` and is primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"input\". text Text input Input img Image a Anchor script Script
NodeType string `json:"node_type"`
// OnClick may contain javascript which should be executed on click. This is primarily used for WebAuthn. Deprecated: Using OnClick requires the use of eval() which is a security risk. Use OnClickTrigger instead.
Onclick *string `json:"onclick,omitempty"`
// OnClickTrigger may contain a WebAuthn trigger which should be executed on click. The trigger maps to a JavaScript function provided by Ory, which triggers actions such as PassKey registration or login. oryWebAuthnRegistration WebAuthnTriggersWebAuthnRegistration oryWebAuthnLogin WebAuthnTriggersWebAuthnLogin oryPasskeyLogin WebAuthnTriggersPasskeyLogin oryPasskeyLoginAutocompleteInit WebAuthnTriggersPasskeyLoginAutocompleteInit oryPasskeyRegistration WebAuthnTriggersPasskeyRegistration oryPasskeySettingsRegistration WebAuthnTriggersPasskeySettingsRegistration
OnclickTrigger *string `json:"onclickTrigger,omitempty"`
// OnLoad may contain javascript which should be executed on load. This is primarily used for WebAuthn. Deprecated: Using OnLoad requires the use of eval() which is a security risk. Use OnLoadTrigger instead.
Onload *string `json:"onload,omitempty"`
// OnLoadTrigger may contain a WebAuthn trigger which should be executed on load. The trigger maps to a JavaScript function provided by Ory, which triggers actions such as PassKey registration or login. oryWebAuthnRegistration WebAuthnTriggersWebAuthnRegistration oryWebAuthnLogin WebAuthnTriggersWebAuthnLogin oryPasskeyLogin WebAuthnTriggersPasskeyLogin oryPasskeyLoginAutocompleteInit WebAuthnTriggersPasskeyLoginAutocompleteInit oryPasskeyRegistration WebAuthnTriggersPasskeyRegistration oryPasskeySettingsRegistration WebAuthnTriggersPasskeySettingsRegistration
OnloadTrigger *string `json:"onloadTrigger,omitempty"`
// The input's pattern.
Pattern *string `json:"pattern,omitempty"`
// Mark this input field as required.
Required *bool `json:"required,omitempty"`
// The input's element type. text InputAttributeTypeText password InputAttributeTypePassword number InputAttributeTypeNumber checkbox InputAttributeTypeCheckbox hidden InputAttributeTypeHidden email InputAttributeTypeEmail tel InputAttributeTypeTel submit InputAttributeTypeSubmit button InputAttributeTypeButton datetime-local InputAttributeTypeDateTimeLocal date InputAttributeTypeDate url InputAttributeTypeURI
Type string `json:"type"`
// The input's value.
Value interface{} `json:"value,omitempty"`
AdditionalProperties map[string]interface{}
}
UiNodeInputAttributes InputAttributes represents the attributes of an input node
func NewUiNodeInputAttributes ¶
func NewUiNodeInputAttributes(disabled bool, name string, nodeType string, type_ string) *UiNodeInputAttributes
NewUiNodeInputAttributes instantiates a new UiNodeInputAttributes 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 NewUiNodeInputAttributesWithDefaults ¶
func NewUiNodeInputAttributesWithDefaults() *UiNodeInputAttributes
NewUiNodeInputAttributesWithDefaults instantiates a new UiNodeInputAttributes 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 (*UiNodeInputAttributes) GetAutocomplete ¶
func (o *UiNodeInputAttributes) GetAutocomplete() string
GetAutocomplete returns the Autocomplete field value if set, zero value otherwise.
func (*UiNodeInputAttributes) GetAutocompleteOk ¶
func (o *UiNodeInputAttributes) GetAutocompleteOk() (*string, bool)
GetAutocompleteOk returns a tuple with the Autocomplete field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UiNodeInputAttributes) GetDisabled ¶
func (o *UiNodeInputAttributes) GetDisabled() bool
GetDisabled returns the Disabled field value
func (*UiNodeInputAttributes) GetDisabledOk ¶
func (o *UiNodeInputAttributes) GetDisabledOk() (*bool, bool)
GetDisabledOk returns a tuple with the Disabled field value and a boolean to check if the value has been set.
func (*UiNodeInputAttributes) GetLabel ¶
func (o *UiNodeInputAttributes) GetLabel() UiText
GetLabel returns the Label field value if set, zero value otherwise.
func (*UiNodeInputAttributes) GetLabelOk ¶
func (o *UiNodeInputAttributes) GetLabelOk() (*UiText, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UiNodeInputAttributes) GetMaxlength ¶ added in v1.14.0
func (o *UiNodeInputAttributes) GetMaxlength() int64
GetMaxlength returns the Maxlength field value if set, zero value otherwise.
func (*UiNodeInputAttributes) GetMaxlengthOk ¶ added in v1.14.0
func (o *UiNodeInputAttributes) GetMaxlengthOk() (*int64, bool)
GetMaxlengthOk returns a tuple with the Maxlength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UiNodeInputAttributes) GetName ¶
func (o *UiNodeInputAttributes) GetName() string
GetName returns the Name field value
func (*UiNodeInputAttributes) GetNameOk ¶
func (o *UiNodeInputAttributes) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UiNodeInputAttributes) GetNodeType ¶
func (o *UiNodeInputAttributes) GetNodeType() string
GetNodeType returns the NodeType field value
func (*UiNodeInputAttributes) GetNodeTypeOk ¶
func (o *UiNodeInputAttributes) GetNodeTypeOk() (*string, bool)
GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.
func (*UiNodeInputAttributes) GetOnclick ¶
func (o *UiNodeInputAttributes) GetOnclick() string
GetOnclick returns the Onclick field value if set, zero value otherwise.
func (*UiNodeInputAttributes) GetOnclickOk ¶
func (o *UiNodeInputAttributes) GetOnclickOk() (*string, bool)
GetOnclickOk returns a tuple with the Onclick field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UiNodeInputAttributes) GetOnclickTrigger ¶ added in v1.14.0
func (o *UiNodeInputAttributes) GetOnclickTrigger() string
GetOnclickTrigger returns the OnclickTrigger field value if set, zero value otherwise.
func (*UiNodeInputAttributes) GetOnclickTriggerOk ¶ added in v1.14.0
func (o *UiNodeInputAttributes) GetOnclickTriggerOk() (*string, bool)
GetOnclickTriggerOk returns a tuple with the OnclickTrigger field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UiNodeInputAttributes) GetOnload ¶ added in v1.11.6
func (o *UiNodeInputAttributes) GetOnload() string
GetOnload returns the Onload field value if set, zero value otherwise.
func (*UiNodeInputAttributes) GetOnloadOk ¶ added in v1.11.6
func (o *UiNodeInputAttributes) GetOnloadOk() (*string, bool)
GetOnloadOk returns a tuple with the Onload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UiNodeInputAttributes) GetOnloadTrigger ¶ added in v1.14.0
func (o *UiNodeInputAttributes) GetOnloadTrigger() string
GetOnloadTrigger returns the OnloadTrigger field value if set, zero value otherwise.
func (*UiNodeInputAttributes) GetOnloadTriggerOk ¶ added in v1.14.0
func (o *UiNodeInputAttributes) GetOnloadTriggerOk() (*string, bool)
GetOnloadTriggerOk returns a tuple with the OnloadTrigger field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UiNodeInputAttributes) GetPattern ¶
func (o *UiNodeInputAttributes) GetPattern() string
GetPattern returns the Pattern field value if set, zero value otherwise.
func (*UiNodeInputAttributes) GetPatternOk ¶
func (o *UiNodeInputAttributes) GetPatternOk() (*string, bool)
GetPatternOk returns a tuple with the Pattern field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UiNodeInputAttributes) GetRequired ¶
func (o *UiNodeInputAttributes) GetRequired() bool
GetRequired returns the Required field value if set, zero value otherwise.
func (*UiNodeInputAttributes) GetRequiredOk ¶
func (o *UiNodeInputAttributes) GetRequiredOk() (*bool, bool)
GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UiNodeInputAttributes) GetType ¶
func (o *UiNodeInputAttributes) GetType() string
GetType returns the Type field value
func (*UiNodeInputAttributes) GetTypeOk ¶
func (o *UiNodeInputAttributes) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*UiNodeInputAttributes) GetValue ¶
func (o *UiNodeInputAttributes) GetValue() interface{}
GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UiNodeInputAttributes) GetValueOk ¶
func (o *UiNodeInputAttributes) GetValueOk() (*interface{}, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UiNodeInputAttributes) HasAutocomplete ¶
func (o *UiNodeInputAttributes) HasAutocomplete() bool
HasAutocomplete returns a boolean if a field has been set.
func (*UiNodeInputAttributes) HasLabel ¶
func (o *UiNodeInputAttributes) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*UiNodeInputAttributes) HasMaxlength ¶ added in v1.14.0
func (o *UiNodeInputAttributes) HasMaxlength() bool
HasMaxlength returns a boolean if a field has been set.
func (*UiNodeInputAttributes) HasOnclick ¶
func (o *UiNodeInputAttributes) HasOnclick() bool
HasOnclick returns a boolean if a field has been set.
func (*UiNodeInputAttributes) HasOnclickTrigger ¶ added in v1.14.0
func (o *UiNodeInputAttributes) HasOnclickTrigger() bool
HasOnclickTrigger returns a boolean if a field has been set.
func (*UiNodeInputAttributes) HasOnload ¶ added in v1.11.6
func (o *UiNodeInputAttributes) HasOnload() bool
HasOnload returns a boolean if a field has been set.
func (*UiNodeInputAttributes) HasOnloadTrigger ¶ added in v1.14.0
func (o *UiNodeInputAttributes) HasOnloadTrigger() bool
HasOnloadTrigger returns a boolean if a field has been set.
func (*UiNodeInputAttributes) HasPattern ¶
func (o *UiNodeInputAttributes) HasPattern() bool
HasPattern returns a boolean if a field has been set.
func (*UiNodeInputAttributes) HasRequired ¶
func (o *UiNodeInputAttributes) HasRequired() bool
HasRequired returns a boolean if a field has been set.
func (*UiNodeInputAttributes) HasValue ¶
func (o *UiNodeInputAttributes) HasValue() bool
HasValue returns a boolean if a field has been set.
func (UiNodeInputAttributes) MarshalJSON ¶
func (o UiNodeInputAttributes) MarshalJSON() ([]byte, error)
func (*UiNodeInputAttributes) SetAutocomplete ¶
func (o *UiNodeInputAttributes) SetAutocomplete(v string)
SetAutocomplete gets a reference to the given string and assigns it to the Autocomplete field.
func (*UiNodeInputAttributes) SetDisabled ¶
func (o *UiNodeInputAttributes) SetDisabled(v bool)
SetDisabled sets field value
func (*UiNodeInputAttributes) SetLabel ¶
func (o *UiNodeInputAttributes) SetLabel(v UiText)
SetLabel gets a reference to the given UiText and assigns it to the Label field.
func (*UiNodeInputAttributes) SetMaxlength ¶ added in v1.14.0
func (o *UiNodeInputAttributes) SetMaxlength(v int64)
SetMaxlength gets a reference to the given int64 and assigns it to the Maxlength field.
func (*UiNodeInputAttributes) SetName ¶
func (o *UiNodeInputAttributes) SetName(v string)
SetName sets field value
func (*UiNodeInputAttributes) SetNodeType ¶
func (o *UiNodeInputAttributes) SetNodeType(v string)
SetNodeType sets field value
func (*UiNodeInputAttributes) SetOnclick ¶
func (o *UiNodeInputAttributes) SetOnclick(v string)
SetOnclick gets a reference to the given string and assigns it to the Onclick field.
func (*UiNodeInputAttributes) SetOnclickTrigger ¶ added in v1.14.0
func (o *UiNodeInputAttributes) SetOnclickTrigger(v string)
SetOnclickTrigger gets a reference to the given string and assigns it to the OnclickTrigger field.
func (*UiNodeInputAttributes) SetOnload ¶ added in v1.11.6
func (o *UiNodeInputAttributes) SetOnload(v string)
SetOnload gets a reference to the given string and assigns it to the Onload field.
func (*UiNodeInputAttributes) SetOnloadTrigger ¶ added in v1.14.0
func (o *UiNodeInputAttributes) SetOnloadTrigger(v string)
SetOnloadTrigger gets a reference to the given string and assigns it to the OnloadTrigger field.
func (*UiNodeInputAttributes) SetPattern ¶
func (o *UiNodeInputAttributes) SetPattern(v string)
SetPattern gets a reference to the given string and assigns it to the Pattern field.
func (*UiNodeInputAttributes) SetRequired ¶
func (o *UiNodeInputAttributes) SetRequired(v bool)
SetRequired gets a reference to the given bool and assigns it to the Required field.
func (*UiNodeInputAttributes) SetType ¶
func (o *UiNodeInputAttributes) SetType(v string)
SetType sets field value
func (*UiNodeInputAttributes) SetValue ¶
func (o *UiNodeInputAttributes) SetValue(v interface{})
SetValue gets a reference to the given interface{} and assigns it to the Value field.
func (UiNodeInputAttributes) ToMap ¶ added in v1.3.0
func (o UiNodeInputAttributes) ToMap() (map[string]interface{}, error)
func (*UiNodeInputAttributes) UnmarshalJSON ¶ added in v1.1.36
func (o *UiNodeInputAttributes) UnmarshalJSON(data []byte) (err error)
type UiNodeMeta ¶
type UiNodeMeta struct {
Label *UiText `json:"label,omitempty"`
AdditionalProperties map[string]interface{}
}
UiNodeMeta This might include a label and other information that can optionally be used to render UIs.
func NewUiNodeMeta ¶
func NewUiNodeMeta() *UiNodeMeta
NewUiNodeMeta instantiates a new UiNodeMeta 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 NewUiNodeMetaWithDefaults ¶
func NewUiNodeMetaWithDefaults() *UiNodeMeta
NewUiNodeMetaWithDefaults instantiates a new UiNodeMeta 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 (*UiNodeMeta) GetLabel ¶
func (o *UiNodeMeta) GetLabel() UiText
GetLabel returns the Label field value if set, zero value otherwise.
func (*UiNodeMeta) GetLabelOk ¶
func (o *UiNodeMeta) GetLabelOk() (*UiText, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UiNodeMeta) HasLabel ¶
func (o *UiNodeMeta) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (UiNodeMeta) MarshalJSON ¶
func (o UiNodeMeta) MarshalJSON() ([]byte, error)
func (*UiNodeMeta) SetLabel ¶
func (o *UiNodeMeta) SetLabel(v UiText)
SetLabel gets a reference to the given UiText and assigns it to the Label field.
func (UiNodeMeta) ToMap ¶ added in v1.3.0
func (o UiNodeMeta) ToMap() (map[string]interface{}, error)
func (*UiNodeMeta) UnmarshalJSON ¶ added in v1.1.36
func (o *UiNodeMeta) UnmarshalJSON(data []byte) (err error)
type UiNodeScriptAttributes ¶
type UiNodeScriptAttributes struct {
// The script async type
Async bool `json:"async"`
// The script cross origin policy
Crossorigin string `json:"crossorigin"`
// A unique identifier
Id string `json:"id"`
// The script's integrity hash
Integrity string `json:"integrity"`
// NodeType represents this node's types. It is a mirror of `node.type` and is primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"script\". text Text input Input img Image a Anchor script Script
NodeType string `json:"node_type"`
// Nonce for CSP A nonce you may want to use to improve your Content Security Policy. You do not have to use this value but if you want to improve your CSP policies you may use it. You can also choose to use your own nonce value!
Nonce string `json:"nonce"`
// The script referrer policy
Referrerpolicy string `json:"referrerpolicy"`
// The script source
Src string `json:"src"`
// The script MIME type
Type string `json:"type"`
AdditionalProperties map[string]interface{}
}
UiNodeScriptAttributes struct for UiNodeScriptAttributes
func NewUiNodeScriptAttributes ¶
func NewUiNodeScriptAttributes(async bool, crossorigin string, id string, integrity string, nodeType string, nonce string, referrerpolicy string, src string, type_ string) *UiNodeScriptAttributes
NewUiNodeScriptAttributes instantiates a new UiNodeScriptAttributes 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 NewUiNodeScriptAttributesWithDefaults ¶
func NewUiNodeScriptAttributesWithDefaults() *UiNodeScriptAttributes
NewUiNodeScriptAttributesWithDefaults instantiates a new UiNodeScriptAttributes 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 (*UiNodeScriptAttributes) GetAsync ¶
func (o *UiNodeScriptAttributes) GetAsync() bool
GetAsync returns the Async field value
func (*UiNodeScriptAttributes) GetAsyncOk ¶
func (o *UiNodeScriptAttributes) GetAsyncOk() (*bool, bool)
GetAsyncOk returns a tuple with the Async field value and a boolean to check if the value has been set.
func (*UiNodeScriptAttributes) GetCrossorigin ¶
func (o *UiNodeScriptAttributes) GetCrossorigin() string
GetCrossorigin returns the Crossorigin field value
func (*UiNodeScriptAttributes) GetCrossoriginOk ¶
func (o *UiNodeScriptAttributes) GetCrossoriginOk() (*string, bool)
GetCrossoriginOk returns a tuple with the Crossorigin field value and a boolean to check if the value has been set.
func (*UiNodeScriptAttributes) GetId ¶
func (o *UiNodeScriptAttributes) GetId() string
GetId returns the Id field value
func (*UiNodeScriptAttributes) GetIdOk ¶
func (o *UiNodeScriptAttributes) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UiNodeScriptAttributes) GetIntegrity ¶
func (o *UiNodeScriptAttributes) GetIntegrity() string
GetIntegrity returns the Integrity field value
func (*UiNodeScriptAttributes) GetIntegrityOk ¶
func (o *UiNodeScriptAttributes) GetIntegrityOk() (*string, bool)
GetIntegrityOk returns a tuple with the Integrity field value and a boolean to check if the value has been set.
func (*UiNodeScriptAttributes) GetNodeType ¶
func (o *UiNodeScriptAttributes) GetNodeType() string
GetNodeType returns the NodeType field value
func (*UiNodeScriptAttributes) GetNodeTypeOk ¶
func (o *UiNodeScriptAttributes) GetNodeTypeOk() (*string, bool)
GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.
func (*UiNodeScriptAttributes) GetNonce ¶
func (o *UiNodeScriptAttributes) GetNonce() string
GetNonce returns the Nonce field value
func (*UiNodeScriptAttributes) GetNonceOk ¶
func (o *UiNodeScriptAttributes) GetNonceOk() (*string, bool)
GetNonceOk returns a tuple with the Nonce field value and a boolean to check if the value has been set.
func (*UiNodeScriptAttributes) GetReferrerpolicy ¶
func (o *UiNodeScriptAttributes) GetReferrerpolicy() string
GetReferrerpolicy returns the Referrerpolicy field value
func (*UiNodeScriptAttributes) GetReferrerpolicyOk ¶
func (o *UiNodeScriptAttributes) GetReferrerpolicyOk() (*string, bool)
GetReferrerpolicyOk returns a tuple with the Referrerpolicy field value and a boolean to check if the value has been set.
func (*UiNodeScriptAttributes) GetSrc ¶
func (o *UiNodeScriptAttributes) GetSrc() string
GetSrc returns the Src field value
func (*UiNodeScriptAttributes) GetSrcOk ¶
func (o *UiNodeScriptAttributes) GetSrcOk() (*string, bool)
GetSrcOk returns a tuple with the Src field value and a boolean to check if the value has been set.
func (*UiNodeScriptAttributes) GetType ¶
func (o *UiNodeScriptAttributes) GetType() string
GetType returns the Type field value
func (*UiNodeScriptAttributes) GetTypeOk ¶
func (o *UiNodeScriptAttributes) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (UiNodeScriptAttributes) MarshalJSON ¶
func (o UiNodeScriptAttributes) MarshalJSON() ([]byte, error)
func (*UiNodeScriptAttributes) SetAsync ¶
func (o *UiNodeScriptAttributes) SetAsync(v bool)
SetAsync sets field value
func (*UiNodeScriptAttributes) SetCrossorigin ¶
func (o *UiNodeScriptAttributes) SetCrossorigin(v string)
SetCrossorigin sets field value
func (*UiNodeScriptAttributes) SetId ¶
func (o *UiNodeScriptAttributes) SetId(v string)
SetId sets field value
func (*UiNodeScriptAttributes) SetIntegrity ¶
func (o *UiNodeScriptAttributes) SetIntegrity(v string)
SetIntegrity sets field value
func (*UiNodeScriptAttributes) SetNodeType ¶
func (o *UiNodeScriptAttributes) SetNodeType(v string)
SetNodeType sets field value
func (*UiNodeScriptAttributes) SetNonce ¶
func (o *UiNodeScriptAttributes) SetNonce(v string)
SetNonce sets field value
func (*UiNodeScriptAttributes) SetReferrerpolicy ¶
func (o *UiNodeScriptAttributes) SetReferrerpolicy(v string)
SetReferrerpolicy sets field value
func (*UiNodeScriptAttributes) SetSrc ¶
func (o *UiNodeScriptAttributes) SetSrc(v string)
SetSrc sets field value
func (*UiNodeScriptAttributes) SetType ¶
func (o *UiNodeScriptAttributes) SetType(v string)
SetType sets field value
func (UiNodeScriptAttributes) ToMap ¶ added in v1.3.0
func (o UiNodeScriptAttributes) ToMap() (map[string]interface{}, error)
func (*UiNodeScriptAttributes) UnmarshalJSON ¶ added in v1.1.36
func (o *UiNodeScriptAttributes) UnmarshalJSON(data []byte) (err error)
type UiNodeTextAttributes ¶
type UiNodeTextAttributes struct {
// A unique identifier
Id string `json:"id"`
// NodeType represents this node's types. It is a mirror of `node.type` and is primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"text\". text Text input Input img Image a Anchor script Script
NodeType string `json:"node_type"`
Text UiText `json:"text"`
AdditionalProperties map[string]interface{}
}
UiNodeTextAttributes struct for UiNodeTextAttributes
func NewUiNodeTextAttributes ¶
func NewUiNodeTextAttributes(id string, nodeType string, text UiText) *UiNodeTextAttributes
NewUiNodeTextAttributes instantiates a new UiNodeTextAttributes 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 NewUiNodeTextAttributesWithDefaults ¶
func NewUiNodeTextAttributesWithDefaults() *UiNodeTextAttributes
NewUiNodeTextAttributesWithDefaults instantiates a new UiNodeTextAttributes 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 (*UiNodeTextAttributes) GetId ¶
func (o *UiNodeTextAttributes) GetId() string
GetId returns the Id field value
func (*UiNodeTextAttributes) GetIdOk ¶
func (o *UiNodeTextAttributes) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UiNodeTextAttributes) GetNodeType ¶
func (o *UiNodeTextAttributes) GetNodeType() string
GetNodeType returns the NodeType field value
func (*UiNodeTextAttributes) GetNodeTypeOk ¶
func (o *UiNodeTextAttributes) GetNodeTypeOk() (*string, bool)
GetNodeTypeOk returns a tuple with the NodeType field value and a boolean to check if the value has been set.
func (*UiNodeTextAttributes) GetText ¶
func (o *UiNodeTextAttributes) GetText() UiText
GetText returns the Text field value
func (*UiNodeTextAttributes) GetTextOk ¶
func (o *UiNodeTextAttributes) GetTextOk() (*UiText, bool)
GetTextOk returns a tuple with the Text field value and a boolean to check if the value has been set.
func (UiNodeTextAttributes) MarshalJSON ¶
func (o UiNodeTextAttributes) MarshalJSON() ([]byte, error)
func (*UiNodeTextAttributes) SetId ¶
func (o *UiNodeTextAttributes) SetId(v string)
SetId sets field value
func (*UiNodeTextAttributes) SetNodeType ¶
func (o *UiNodeTextAttributes) SetNodeType(v string)
SetNodeType sets field value
func (*UiNodeTextAttributes) SetText ¶
func (o *UiNodeTextAttributes) SetText(v UiText)
SetText sets field value
func (UiNodeTextAttributes) ToMap ¶ added in v1.3.0
func (o UiNodeTextAttributes) ToMap() (map[string]interface{}, error)
func (*UiNodeTextAttributes) UnmarshalJSON ¶ added in v1.1.36
func (o *UiNodeTextAttributes) UnmarshalJSON(data []byte) (err error)
type UiText ¶
type UiText struct {
// The message's context. Useful when customizing messages.
Context map[string]interface{} `json:"context,omitempty"`
Id int64 `json:"id"`
// The message text. Written in american english.
Text string `json:"text"`
// The message type. info Info error Error success Success
Type string `json:"type"`
AdditionalProperties map[string]interface{}
}
UiText struct for UiText
func NewUiText ¶
NewUiText instantiates a new UiText 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 NewUiTextWithDefaults ¶
func NewUiTextWithDefaults() *UiText
NewUiTextWithDefaults instantiates a new UiText 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 (*UiText) GetContext ¶
GetContext returns the Context field value if set, zero value otherwise.
func (*UiText) GetContextOk ¶
GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UiText) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UiText) GetTextOk ¶
GetTextOk returns a tuple with the Text field value and a boolean to check if the value has been set.
func (*UiText) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*UiText) HasContext ¶
HasContext returns a boolean if a field has been set.
func (UiText) MarshalJSON ¶
func (*UiText) SetContext ¶
SetContext gets a reference to the given map[string]interface{} and assigns it to the Context field.
func (*UiText) UnmarshalJSON ¶ added in v1.1.36
type UpdateIdentityBody ¶
type UpdateIdentityBody struct {
Credentials *IdentityWithCredentials `json:"credentials,omitempty"`
// Store metadata about the user which is only accessible through admin APIs such as `GET /admin/identities/<id>`.
MetadataAdmin interface{} `json:"metadata_admin,omitempty"`
// Store metadata about the identity which the identity itself can see when calling for example the session endpoint. Do not store sensitive information (e.g. credit score) about the identity in this field.
MetadataPublic interface{} `json:"metadata_public,omitempty"`
// SchemaID is the ID of the JSON Schema to be used for validating the identity's traits. If set will update the Identity's SchemaID.
SchemaId string `json:"schema_id"`
// State is the identity's state. active StateActive inactive StateInactive
State string `json:"state"`
// Traits represent an identity's traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in `schema_id`.
Traits map[string]interface{} `json:"traits"`
AdditionalProperties map[string]interface{}
}
UpdateIdentityBody Update Identity Body
func NewUpdateIdentityBody ¶
func NewUpdateIdentityBody(schemaId string, state string, traits map[string]interface{}) *UpdateIdentityBody
NewUpdateIdentityBody instantiates a new UpdateIdentityBody 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 NewUpdateIdentityBodyWithDefaults ¶
func NewUpdateIdentityBodyWithDefaults() *UpdateIdentityBody
NewUpdateIdentityBodyWithDefaults instantiates a new UpdateIdentityBody 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 (*UpdateIdentityBody) GetCredentials ¶
func (o *UpdateIdentityBody) GetCredentials() IdentityWithCredentials
GetCredentials returns the Credentials field value if set, zero value otherwise.
func (*UpdateIdentityBody) GetCredentialsOk ¶
func (o *UpdateIdentityBody) GetCredentialsOk() (*IdentityWithCredentials, bool)
GetCredentialsOk returns a tuple with the Credentials field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateIdentityBody) GetMetadataAdmin ¶
func (o *UpdateIdentityBody) GetMetadataAdmin() interface{}
GetMetadataAdmin returns the MetadataAdmin field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateIdentityBody) GetMetadataAdminOk ¶
func (o *UpdateIdentityBody) GetMetadataAdminOk() (*interface{}, bool)
GetMetadataAdminOk returns a tuple with the MetadataAdmin field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateIdentityBody) GetMetadataPublic ¶
func (o *UpdateIdentityBody) GetMetadataPublic() interface{}
GetMetadataPublic returns the MetadataPublic field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateIdentityBody) GetMetadataPublicOk ¶
func (o *UpdateIdentityBody) GetMetadataPublicOk() (*interface{}, bool)
GetMetadataPublicOk returns a tuple with the MetadataPublic field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateIdentityBody) GetSchemaId ¶
func (o *UpdateIdentityBody) GetSchemaId() string
GetSchemaId returns the SchemaId field value
func (*UpdateIdentityBody) GetSchemaIdOk ¶
func (o *UpdateIdentityBody) GetSchemaIdOk() (*string, bool)
GetSchemaIdOk returns a tuple with the SchemaId field value and a boolean to check if the value has been set.
func (*UpdateIdentityBody) GetState ¶
func (o *UpdateIdentityBody) GetState() string
GetState returns the State field value
func (*UpdateIdentityBody) GetStateOk ¶
func (o *UpdateIdentityBody) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*UpdateIdentityBody) GetTraits ¶
func (o *UpdateIdentityBody) GetTraits() map[string]interface{}
GetTraits returns the Traits field value
func (*UpdateIdentityBody) GetTraitsOk ¶
func (o *UpdateIdentityBody) GetTraitsOk() (map[string]interface{}, bool)
GetTraitsOk returns a tuple with the Traits field value and a boolean to check if the value has been set.
func (*UpdateIdentityBody) HasCredentials ¶
func (o *UpdateIdentityBody) HasCredentials() bool
HasCredentials returns a boolean if a field has been set.
func (*UpdateIdentityBody) HasMetadataAdmin ¶
func (o *UpdateIdentityBody) HasMetadataAdmin() bool
HasMetadataAdmin returns a boolean if a field has been set.
func (*UpdateIdentityBody) HasMetadataPublic ¶
func (o *UpdateIdentityBody) HasMetadataPublic() bool
HasMetadataPublic returns a boolean if a field has been set.
func (UpdateIdentityBody) MarshalJSON ¶
func (o UpdateIdentityBody) MarshalJSON() ([]byte, error)
func (*UpdateIdentityBody) SetCredentials ¶
func (o *UpdateIdentityBody) SetCredentials(v IdentityWithCredentials)
SetCredentials gets a reference to the given IdentityWithCredentials and assigns it to the Credentials field.
func (*UpdateIdentityBody) SetMetadataAdmin ¶
func (o *UpdateIdentityBody) SetMetadataAdmin(v interface{})
SetMetadataAdmin gets a reference to the given interface{} and assigns it to the MetadataAdmin field.
func (*UpdateIdentityBody) SetMetadataPublic ¶
func (o *UpdateIdentityBody) SetMetadataPublic(v interface{})
SetMetadataPublic gets a reference to the given interface{} and assigns it to the MetadataPublic field.
func (*UpdateIdentityBody) SetSchemaId ¶
func (o *UpdateIdentityBody) SetSchemaId(v string)
SetSchemaId sets field value
func (*UpdateIdentityBody) SetState ¶
func (o *UpdateIdentityBody) SetState(v string)
SetState sets field value
func (*UpdateIdentityBody) SetTraits ¶
func (o *UpdateIdentityBody) SetTraits(v map[string]interface{})
SetTraits sets field value
func (UpdateIdentityBody) ToMap ¶ added in v1.3.0
func (o UpdateIdentityBody) ToMap() (map[string]interface{}, error)
func (*UpdateIdentityBody) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateIdentityBody) UnmarshalJSON(data []byte) (err error)
type UpdateLoginFlowBody ¶
type UpdateLoginFlowBody struct {
UpdateLoginFlowWithCodeMethod *UpdateLoginFlowWithCodeMethod
UpdateLoginFlowWithIdentifierFirstMethod *UpdateLoginFlowWithIdentifierFirstMethod
UpdateLoginFlowWithLookupSecretMethod *UpdateLoginFlowWithLookupSecretMethod
UpdateLoginFlowWithOidcMethod *UpdateLoginFlowWithOidcMethod
UpdateLoginFlowWithPasskeyMethod *UpdateLoginFlowWithPasskeyMethod
UpdateLoginFlowWithPasswordMethod *UpdateLoginFlowWithPasswordMethod
UpdateLoginFlowWithTotpMethod *UpdateLoginFlowWithTotpMethod
UpdateLoginFlowWithWebAuthnMethod *UpdateLoginFlowWithWebAuthnMethod
}
UpdateLoginFlowBody - struct for UpdateLoginFlowBody
func UpdateLoginFlowWithCodeMethodAsUpdateLoginFlowBody ¶ added in v1.2.0
func UpdateLoginFlowWithCodeMethodAsUpdateLoginFlowBody(v *UpdateLoginFlowWithCodeMethod) UpdateLoginFlowBody
UpdateLoginFlowWithCodeMethodAsUpdateLoginFlowBody is a convenience function that returns UpdateLoginFlowWithCodeMethod wrapped in UpdateLoginFlowBody
func UpdateLoginFlowWithIdentifierFirstMethodAsUpdateLoginFlowBody ¶ added in v1.14.0
func UpdateLoginFlowWithIdentifierFirstMethodAsUpdateLoginFlowBody(v *UpdateLoginFlowWithIdentifierFirstMethod) UpdateLoginFlowBody
UpdateLoginFlowWithIdentifierFirstMethodAsUpdateLoginFlowBody is a convenience function that returns UpdateLoginFlowWithIdentifierFirstMethod wrapped in UpdateLoginFlowBody
func UpdateLoginFlowWithLookupSecretMethodAsUpdateLoginFlowBody ¶
func UpdateLoginFlowWithLookupSecretMethodAsUpdateLoginFlowBody(v *UpdateLoginFlowWithLookupSecretMethod) UpdateLoginFlowBody
UpdateLoginFlowWithLookupSecretMethodAsUpdateLoginFlowBody is a convenience function that returns UpdateLoginFlowWithLookupSecretMethod wrapped in UpdateLoginFlowBody
func UpdateLoginFlowWithOidcMethodAsUpdateLoginFlowBody ¶
func UpdateLoginFlowWithOidcMethodAsUpdateLoginFlowBody(v *UpdateLoginFlowWithOidcMethod) UpdateLoginFlowBody
UpdateLoginFlowWithOidcMethodAsUpdateLoginFlowBody is a convenience function that returns UpdateLoginFlowWithOidcMethod wrapped in UpdateLoginFlowBody
func UpdateLoginFlowWithPasskeyMethodAsUpdateLoginFlowBody ¶ added in v1.11.6
func UpdateLoginFlowWithPasskeyMethodAsUpdateLoginFlowBody(v *UpdateLoginFlowWithPasskeyMethod) UpdateLoginFlowBody
UpdateLoginFlowWithPasskeyMethodAsUpdateLoginFlowBody is a convenience function that returns UpdateLoginFlowWithPasskeyMethod wrapped in UpdateLoginFlowBody
func UpdateLoginFlowWithPasswordMethodAsUpdateLoginFlowBody ¶
func UpdateLoginFlowWithPasswordMethodAsUpdateLoginFlowBody(v *UpdateLoginFlowWithPasswordMethod) UpdateLoginFlowBody
UpdateLoginFlowWithPasswordMethodAsUpdateLoginFlowBody is a convenience function that returns UpdateLoginFlowWithPasswordMethod wrapped in UpdateLoginFlowBody
func UpdateLoginFlowWithTotpMethodAsUpdateLoginFlowBody ¶
func UpdateLoginFlowWithTotpMethodAsUpdateLoginFlowBody(v *UpdateLoginFlowWithTotpMethod) UpdateLoginFlowBody
UpdateLoginFlowWithTotpMethodAsUpdateLoginFlowBody is a convenience function that returns UpdateLoginFlowWithTotpMethod wrapped in UpdateLoginFlowBody
func UpdateLoginFlowWithWebAuthnMethodAsUpdateLoginFlowBody ¶
func UpdateLoginFlowWithWebAuthnMethodAsUpdateLoginFlowBody(v *UpdateLoginFlowWithWebAuthnMethod) UpdateLoginFlowBody
UpdateLoginFlowWithWebAuthnMethodAsUpdateLoginFlowBody is a convenience function that returns UpdateLoginFlowWithWebAuthnMethod wrapped in UpdateLoginFlowBody
func (*UpdateLoginFlowBody) GetActualInstance ¶
func (obj *UpdateLoginFlowBody) GetActualInstance() interface{}
Get the actual instance
func (UpdateLoginFlowBody) MarshalJSON ¶
func (src UpdateLoginFlowBody) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UpdateLoginFlowBody) UnmarshalJSON ¶
func (dst *UpdateLoginFlowBody) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type UpdateLoginFlowWithCodeMethod ¶ added in v1.2.0
type UpdateLoginFlowWithCodeMethod struct {
// Code is the 6 digits code sent to the user
Code *string `json:"code,omitempty"`
// CSRFToken is the anti-CSRF token
CsrfToken string `json:"csrf_token"`
// Identifier is the code identifier The identifier requires that the user has already completed the registration or settings with code flow.
Identifier *string `json:"identifier,omitempty"`
// Method should be set to \"code\" when logging in using the code strategy.
Method string `json:"method"`
// Resend is set when the user wants to resend the code
Resend *string `json:"resend,omitempty"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateLoginFlowWithCodeMethod Update Login flow using the code method
func NewUpdateLoginFlowWithCodeMethod ¶ added in v1.2.0
func NewUpdateLoginFlowWithCodeMethod(csrfToken string, method string) *UpdateLoginFlowWithCodeMethod
NewUpdateLoginFlowWithCodeMethod instantiates a new UpdateLoginFlowWithCodeMethod 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 NewUpdateLoginFlowWithCodeMethodWithDefaults ¶ added in v1.2.0
func NewUpdateLoginFlowWithCodeMethodWithDefaults() *UpdateLoginFlowWithCodeMethod
NewUpdateLoginFlowWithCodeMethodWithDefaults instantiates a new UpdateLoginFlowWithCodeMethod 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 (*UpdateLoginFlowWithCodeMethod) GetCode ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*UpdateLoginFlowWithCodeMethod) GetCodeOk ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithCodeMethod) GetCsrfToken ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value
func (*UpdateLoginFlowWithCodeMethod) GetCsrfTokenOk ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithCodeMethod) GetIdentifier ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) GetIdentifier() string
GetIdentifier returns the Identifier field value if set, zero value otherwise.
func (*UpdateLoginFlowWithCodeMethod) GetIdentifierOk ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) GetIdentifierOk() (*string, bool)
GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithCodeMethod) GetMethod ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateLoginFlowWithCodeMethod) GetMethodOk ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithCodeMethod) GetResend ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) GetResend() string
GetResend returns the Resend field value if set, zero value otherwise.
func (*UpdateLoginFlowWithCodeMethod) GetResendOk ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) GetResendOk() (*string, bool)
GetResendOk returns a tuple with the Resend field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithCodeMethod) GetTransientPayload ¶ added in v1.8.0
func (o *UpdateLoginFlowWithCodeMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateLoginFlowWithCodeMethod) GetTransientPayloadOk ¶ added in v1.8.0
func (o *UpdateLoginFlowWithCodeMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithCodeMethod) HasCode ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*UpdateLoginFlowWithCodeMethod) HasIdentifier ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) HasIdentifier() bool
HasIdentifier returns a boolean if a field has been set.
func (*UpdateLoginFlowWithCodeMethod) HasResend ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) HasResend() bool
HasResend returns a boolean if a field has been set.
func (*UpdateLoginFlowWithCodeMethod) HasTransientPayload ¶ added in v1.8.0
func (o *UpdateLoginFlowWithCodeMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (UpdateLoginFlowWithCodeMethod) MarshalJSON ¶ added in v1.2.0
func (o UpdateLoginFlowWithCodeMethod) MarshalJSON() ([]byte, error)
func (*UpdateLoginFlowWithCodeMethod) SetCode ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*UpdateLoginFlowWithCodeMethod) SetCsrfToken ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) SetCsrfToken(v string)
SetCsrfToken sets field value
func (*UpdateLoginFlowWithCodeMethod) SetIdentifier ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) SetIdentifier(v string)
SetIdentifier gets a reference to the given string and assigns it to the Identifier field.
func (*UpdateLoginFlowWithCodeMethod) SetMethod ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateLoginFlowWithCodeMethod) SetResend ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) SetResend(v string)
SetResend gets a reference to the given string and assigns it to the Resend field.
func (*UpdateLoginFlowWithCodeMethod) SetTransientPayload ¶ added in v1.8.0
func (o *UpdateLoginFlowWithCodeMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (UpdateLoginFlowWithCodeMethod) ToMap ¶ added in v1.3.0
func (o UpdateLoginFlowWithCodeMethod) ToMap() (map[string]interface{}, error)
func (*UpdateLoginFlowWithCodeMethod) UnmarshalJSON ¶ added in v1.2.0
func (o *UpdateLoginFlowWithCodeMethod) UnmarshalJSON(data []byte) (err error)
type UpdateLoginFlowWithIdentifierFirstMethod ¶ added in v1.14.0
type UpdateLoginFlowWithIdentifierFirstMethod struct {
// Sending the anti-csrf token is only required for browser login flows.
CsrfToken *string `json:"csrf_token,omitempty"`
// Identifier is the email or username of the user trying to log in.
Identifier string `json:"identifier"`
// Method should be set to \"password\" when logging in using the identifier and password strategy.
Method string `json:"method"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateLoginFlowWithIdentifierFirstMethod Update Login Flow with Multi-Step Method
func NewUpdateLoginFlowWithIdentifierFirstMethod ¶ added in v1.14.0
func NewUpdateLoginFlowWithIdentifierFirstMethod(identifier string, method string) *UpdateLoginFlowWithIdentifierFirstMethod
NewUpdateLoginFlowWithIdentifierFirstMethod instantiates a new UpdateLoginFlowWithIdentifierFirstMethod 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 NewUpdateLoginFlowWithIdentifierFirstMethodWithDefaults ¶ added in v1.14.0
func NewUpdateLoginFlowWithIdentifierFirstMethodWithDefaults() *UpdateLoginFlowWithIdentifierFirstMethod
NewUpdateLoginFlowWithIdentifierFirstMethodWithDefaults instantiates a new UpdateLoginFlowWithIdentifierFirstMethod 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 (*UpdateLoginFlowWithIdentifierFirstMethod) GetCsrfToken ¶ added in v1.14.0
func (o *UpdateLoginFlowWithIdentifierFirstMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateLoginFlowWithIdentifierFirstMethod) GetCsrfTokenOk ¶ added in v1.14.0
func (o *UpdateLoginFlowWithIdentifierFirstMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithIdentifierFirstMethod) GetIdentifier ¶ added in v1.14.0
func (o *UpdateLoginFlowWithIdentifierFirstMethod) GetIdentifier() string
GetIdentifier returns the Identifier field value
func (*UpdateLoginFlowWithIdentifierFirstMethod) GetIdentifierOk ¶ added in v1.14.0
func (o *UpdateLoginFlowWithIdentifierFirstMethod) GetIdentifierOk() (*string, bool)
GetIdentifierOk returns a tuple with the Identifier field value and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithIdentifierFirstMethod) GetMethod ¶ added in v1.14.0
func (o *UpdateLoginFlowWithIdentifierFirstMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateLoginFlowWithIdentifierFirstMethod) GetMethodOk ¶ added in v1.14.0
func (o *UpdateLoginFlowWithIdentifierFirstMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithIdentifierFirstMethod) GetTransientPayload ¶ added in v1.14.0
func (o *UpdateLoginFlowWithIdentifierFirstMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateLoginFlowWithIdentifierFirstMethod) GetTransientPayloadOk ¶ added in v1.14.0
func (o *UpdateLoginFlowWithIdentifierFirstMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithIdentifierFirstMethod) HasCsrfToken ¶ added in v1.14.0
func (o *UpdateLoginFlowWithIdentifierFirstMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateLoginFlowWithIdentifierFirstMethod) HasTransientPayload ¶ added in v1.14.0
func (o *UpdateLoginFlowWithIdentifierFirstMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (UpdateLoginFlowWithIdentifierFirstMethod) MarshalJSON ¶ added in v1.14.0
func (o UpdateLoginFlowWithIdentifierFirstMethod) MarshalJSON() ([]byte, error)
func (*UpdateLoginFlowWithIdentifierFirstMethod) SetCsrfToken ¶ added in v1.14.0
func (o *UpdateLoginFlowWithIdentifierFirstMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateLoginFlowWithIdentifierFirstMethod) SetIdentifier ¶ added in v1.14.0
func (o *UpdateLoginFlowWithIdentifierFirstMethod) SetIdentifier(v string)
SetIdentifier sets field value
func (*UpdateLoginFlowWithIdentifierFirstMethod) SetMethod ¶ added in v1.14.0
func (o *UpdateLoginFlowWithIdentifierFirstMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateLoginFlowWithIdentifierFirstMethod) SetTransientPayload ¶ added in v1.14.0
func (o *UpdateLoginFlowWithIdentifierFirstMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (UpdateLoginFlowWithIdentifierFirstMethod) ToMap ¶ added in v1.14.0
func (o UpdateLoginFlowWithIdentifierFirstMethod) ToMap() (map[string]interface{}, error)
func (*UpdateLoginFlowWithIdentifierFirstMethod) UnmarshalJSON ¶ added in v1.14.0
func (o *UpdateLoginFlowWithIdentifierFirstMethod) UnmarshalJSON(data []byte) (err error)
type UpdateLoginFlowWithLookupSecretMethod ¶
type UpdateLoginFlowWithLookupSecretMethod struct {
// Sending the anti-csrf token is only required for browser login flows.
CsrfToken *string `json:"csrf_token,omitempty"`
// The lookup secret.
LookupSecret string `json:"lookup_secret"`
// Method should be set to \"lookup_secret\" when logging in using the lookup_secret strategy.
Method string `json:"method"`
AdditionalProperties map[string]interface{}
}
UpdateLoginFlowWithLookupSecretMethod Update Login Flow with Lookup Secret Method
func NewUpdateLoginFlowWithLookupSecretMethod ¶
func NewUpdateLoginFlowWithLookupSecretMethod(lookupSecret string, method string) *UpdateLoginFlowWithLookupSecretMethod
NewUpdateLoginFlowWithLookupSecretMethod instantiates a new UpdateLoginFlowWithLookupSecretMethod 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 NewUpdateLoginFlowWithLookupSecretMethodWithDefaults ¶
func NewUpdateLoginFlowWithLookupSecretMethodWithDefaults() *UpdateLoginFlowWithLookupSecretMethod
NewUpdateLoginFlowWithLookupSecretMethodWithDefaults instantiates a new UpdateLoginFlowWithLookupSecretMethod 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 (*UpdateLoginFlowWithLookupSecretMethod) GetCsrfToken ¶
func (o *UpdateLoginFlowWithLookupSecretMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateLoginFlowWithLookupSecretMethod) GetCsrfTokenOk ¶
func (o *UpdateLoginFlowWithLookupSecretMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithLookupSecretMethod) GetLookupSecret ¶
func (o *UpdateLoginFlowWithLookupSecretMethod) GetLookupSecret() string
GetLookupSecret returns the LookupSecret field value
func (*UpdateLoginFlowWithLookupSecretMethod) GetLookupSecretOk ¶
func (o *UpdateLoginFlowWithLookupSecretMethod) GetLookupSecretOk() (*string, bool)
GetLookupSecretOk returns a tuple with the LookupSecret field value and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithLookupSecretMethod) GetMethod ¶
func (o *UpdateLoginFlowWithLookupSecretMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateLoginFlowWithLookupSecretMethod) GetMethodOk ¶
func (o *UpdateLoginFlowWithLookupSecretMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithLookupSecretMethod) HasCsrfToken ¶
func (o *UpdateLoginFlowWithLookupSecretMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (UpdateLoginFlowWithLookupSecretMethod) MarshalJSON ¶
func (o UpdateLoginFlowWithLookupSecretMethod) MarshalJSON() ([]byte, error)
func (*UpdateLoginFlowWithLookupSecretMethod) SetCsrfToken ¶
func (o *UpdateLoginFlowWithLookupSecretMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateLoginFlowWithLookupSecretMethod) SetLookupSecret ¶
func (o *UpdateLoginFlowWithLookupSecretMethod) SetLookupSecret(v string)
SetLookupSecret sets field value
func (*UpdateLoginFlowWithLookupSecretMethod) SetMethod ¶
func (o *UpdateLoginFlowWithLookupSecretMethod) SetMethod(v string)
SetMethod sets field value
func (UpdateLoginFlowWithLookupSecretMethod) ToMap ¶ added in v1.3.0
func (o UpdateLoginFlowWithLookupSecretMethod) ToMap() (map[string]interface{}, error)
func (*UpdateLoginFlowWithLookupSecretMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateLoginFlowWithLookupSecretMethod) UnmarshalJSON(data []byte) (err error)
type UpdateLoginFlowWithOidcMethod ¶
type UpdateLoginFlowWithOidcMethod struct {
// The CSRF Token
CsrfToken *string `json:"csrf_token,omitempty"`
// IDToken is an optional id token provided by an OIDC provider If submitted, it is verified using the OIDC provider's public key set and the claims are used to populate the OIDC credentials of the identity. If the OIDC provider does not store additional claims (such as name, etc.) in the IDToken itself, you can use the `traits` field to populate the identity's traits. Note, that Apple only includes the users email in the IDToken. Supported providers are Apple
IdToken *string `json:"id_token,omitempty"`
// IDTokenNonce is the nonce, used when generating the IDToken. If the provider supports nonce validation, the nonce will be validated against this value and required.
IdTokenNonce *string `json:"id_token_nonce,omitempty"`
// Method to use This field must be set to `oidc` when using the oidc method.
Method string `json:"method"`
// The provider to register with
Provider string `json:"provider"`
// The identity traits. This is a placeholder for the registration flow.
Traits map[string]interface{} `json:"traits,omitempty"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
// UpstreamParameters are the parameters that are passed to the upstream identity provider. These parameters are optional and depend on what the upstream identity provider supports. Supported parameters are: `login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session. `hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`. `prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`.
UpstreamParameters map[string]interface{} `json:"upstream_parameters,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateLoginFlowWithOidcMethod Update Login Flow with OpenID Connect Method
func NewUpdateLoginFlowWithOidcMethod ¶
func NewUpdateLoginFlowWithOidcMethod(method string, provider string) *UpdateLoginFlowWithOidcMethod
NewUpdateLoginFlowWithOidcMethod instantiates a new UpdateLoginFlowWithOidcMethod 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 NewUpdateLoginFlowWithOidcMethodWithDefaults ¶
func NewUpdateLoginFlowWithOidcMethodWithDefaults() *UpdateLoginFlowWithOidcMethod
NewUpdateLoginFlowWithOidcMethodWithDefaults instantiates a new UpdateLoginFlowWithOidcMethod 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 (*UpdateLoginFlowWithOidcMethod) GetCsrfToken ¶
func (o *UpdateLoginFlowWithOidcMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateLoginFlowWithOidcMethod) GetCsrfTokenOk ¶
func (o *UpdateLoginFlowWithOidcMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithOidcMethod) GetIdToken ¶ added in v1.2.6
func (o *UpdateLoginFlowWithOidcMethod) GetIdToken() string
GetIdToken returns the IdToken field value if set, zero value otherwise.
func (*UpdateLoginFlowWithOidcMethod) GetIdTokenNonce ¶ added in v1.2.6
func (o *UpdateLoginFlowWithOidcMethod) GetIdTokenNonce() string
GetIdTokenNonce returns the IdTokenNonce field value if set, zero value otherwise.
func (*UpdateLoginFlowWithOidcMethod) GetIdTokenNonceOk ¶ added in v1.2.6
func (o *UpdateLoginFlowWithOidcMethod) GetIdTokenNonceOk() (*string, bool)
GetIdTokenNonceOk returns a tuple with the IdTokenNonce field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithOidcMethod) GetIdTokenOk ¶ added in v1.2.6
func (o *UpdateLoginFlowWithOidcMethod) GetIdTokenOk() (*string, bool)
GetIdTokenOk returns a tuple with the IdToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithOidcMethod) GetMethod ¶
func (o *UpdateLoginFlowWithOidcMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateLoginFlowWithOidcMethod) GetMethodOk ¶
func (o *UpdateLoginFlowWithOidcMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithOidcMethod) GetProvider ¶
func (o *UpdateLoginFlowWithOidcMethod) GetProvider() string
GetProvider returns the Provider field value
func (*UpdateLoginFlowWithOidcMethod) GetProviderOk ¶
func (o *UpdateLoginFlowWithOidcMethod) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithOidcMethod) GetTraits ¶
func (o *UpdateLoginFlowWithOidcMethod) GetTraits() map[string]interface{}
GetTraits returns the Traits field value if set, zero value otherwise.
func (*UpdateLoginFlowWithOidcMethod) GetTraitsOk ¶
func (o *UpdateLoginFlowWithOidcMethod) GetTraitsOk() (map[string]interface{}, bool)
GetTraitsOk returns a tuple with the Traits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithOidcMethod) GetTransientPayload ¶ added in v1.8.0
func (o *UpdateLoginFlowWithOidcMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateLoginFlowWithOidcMethod) GetTransientPayloadOk ¶ added in v1.8.0
func (o *UpdateLoginFlowWithOidcMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithOidcMethod) GetUpstreamParameters ¶ added in v1.1.22
func (o *UpdateLoginFlowWithOidcMethod) GetUpstreamParameters() map[string]interface{}
GetUpstreamParameters returns the UpstreamParameters field value if set, zero value otherwise.
func (*UpdateLoginFlowWithOidcMethod) GetUpstreamParametersOk ¶ added in v1.1.22
func (o *UpdateLoginFlowWithOidcMethod) GetUpstreamParametersOk() (map[string]interface{}, bool)
GetUpstreamParametersOk returns a tuple with the UpstreamParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithOidcMethod) HasCsrfToken ¶
func (o *UpdateLoginFlowWithOidcMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateLoginFlowWithOidcMethod) HasIdToken ¶ added in v1.2.6
func (o *UpdateLoginFlowWithOidcMethod) HasIdToken() bool
HasIdToken returns a boolean if a field has been set.
func (*UpdateLoginFlowWithOidcMethod) HasIdTokenNonce ¶ added in v1.2.6
func (o *UpdateLoginFlowWithOidcMethod) HasIdTokenNonce() bool
HasIdTokenNonce returns a boolean if a field has been set.
func (*UpdateLoginFlowWithOidcMethod) HasTraits ¶
func (o *UpdateLoginFlowWithOidcMethod) HasTraits() bool
HasTraits returns a boolean if a field has been set.
func (*UpdateLoginFlowWithOidcMethod) HasTransientPayload ¶ added in v1.8.0
func (o *UpdateLoginFlowWithOidcMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (*UpdateLoginFlowWithOidcMethod) HasUpstreamParameters ¶ added in v1.1.22
func (o *UpdateLoginFlowWithOidcMethod) HasUpstreamParameters() bool
HasUpstreamParameters returns a boolean if a field has been set.
func (UpdateLoginFlowWithOidcMethod) MarshalJSON ¶
func (o UpdateLoginFlowWithOidcMethod) MarshalJSON() ([]byte, error)
func (*UpdateLoginFlowWithOidcMethod) SetCsrfToken ¶
func (o *UpdateLoginFlowWithOidcMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateLoginFlowWithOidcMethod) SetIdToken ¶ added in v1.2.6
func (o *UpdateLoginFlowWithOidcMethod) SetIdToken(v string)
SetIdToken gets a reference to the given string and assigns it to the IdToken field.
func (*UpdateLoginFlowWithOidcMethod) SetIdTokenNonce ¶ added in v1.2.6
func (o *UpdateLoginFlowWithOidcMethod) SetIdTokenNonce(v string)
SetIdTokenNonce gets a reference to the given string and assigns it to the IdTokenNonce field.
func (*UpdateLoginFlowWithOidcMethod) SetMethod ¶
func (o *UpdateLoginFlowWithOidcMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateLoginFlowWithOidcMethod) SetProvider ¶
func (o *UpdateLoginFlowWithOidcMethod) SetProvider(v string)
SetProvider sets field value
func (*UpdateLoginFlowWithOidcMethod) SetTraits ¶
func (o *UpdateLoginFlowWithOidcMethod) SetTraits(v map[string]interface{})
SetTraits gets a reference to the given map[string]interface{} and assigns it to the Traits field.
func (*UpdateLoginFlowWithOidcMethod) SetTransientPayload ¶ added in v1.8.0
func (o *UpdateLoginFlowWithOidcMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (*UpdateLoginFlowWithOidcMethod) SetUpstreamParameters ¶ added in v1.1.22
func (o *UpdateLoginFlowWithOidcMethod) SetUpstreamParameters(v map[string]interface{})
SetUpstreamParameters gets a reference to the given map[string]interface{} and assigns it to the UpstreamParameters field.
func (UpdateLoginFlowWithOidcMethod) ToMap ¶ added in v1.3.0
func (o UpdateLoginFlowWithOidcMethod) ToMap() (map[string]interface{}, error)
func (*UpdateLoginFlowWithOidcMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateLoginFlowWithOidcMethod) UnmarshalJSON(data []byte) (err error)
type UpdateLoginFlowWithPasskeyMethod ¶ added in v1.11.6
type UpdateLoginFlowWithPasskeyMethod struct {
// Sending the anti-csrf token is only required for browser login flows.
CsrfToken *string `json:"csrf_token,omitempty"`
// Method should be set to \"passkey\" when logging in using the Passkey strategy.
Method string `json:"method"`
// Login a WebAuthn Security Key This must contain the ID of the WebAuthN connection.
PasskeyLogin *string `json:"passkey_login,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateLoginFlowWithPasskeyMethod Update Login Flow with Passkey Method
func NewUpdateLoginFlowWithPasskeyMethod ¶ added in v1.11.6
func NewUpdateLoginFlowWithPasskeyMethod(method string) *UpdateLoginFlowWithPasskeyMethod
NewUpdateLoginFlowWithPasskeyMethod instantiates a new UpdateLoginFlowWithPasskeyMethod 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 NewUpdateLoginFlowWithPasskeyMethodWithDefaults ¶ added in v1.11.6
func NewUpdateLoginFlowWithPasskeyMethodWithDefaults() *UpdateLoginFlowWithPasskeyMethod
NewUpdateLoginFlowWithPasskeyMethodWithDefaults instantiates a new UpdateLoginFlowWithPasskeyMethod 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 (*UpdateLoginFlowWithPasskeyMethod) GetCsrfToken ¶ added in v1.11.6
func (o *UpdateLoginFlowWithPasskeyMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateLoginFlowWithPasskeyMethod) GetCsrfTokenOk ¶ added in v1.11.6
func (o *UpdateLoginFlowWithPasskeyMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithPasskeyMethod) GetMethod ¶ added in v1.11.6
func (o *UpdateLoginFlowWithPasskeyMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateLoginFlowWithPasskeyMethod) GetMethodOk ¶ added in v1.11.6
func (o *UpdateLoginFlowWithPasskeyMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithPasskeyMethod) GetPasskeyLogin ¶ added in v1.11.6
func (o *UpdateLoginFlowWithPasskeyMethod) GetPasskeyLogin() string
GetPasskeyLogin returns the PasskeyLogin field value if set, zero value otherwise.
func (*UpdateLoginFlowWithPasskeyMethod) GetPasskeyLoginOk ¶ added in v1.11.6
func (o *UpdateLoginFlowWithPasskeyMethod) GetPasskeyLoginOk() (*string, bool)
GetPasskeyLoginOk returns a tuple with the PasskeyLogin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithPasskeyMethod) HasCsrfToken ¶ added in v1.11.6
func (o *UpdateLoginFlowWithPasskeyMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateLoginFlowWithPasskeyMethod) HasPasskeyLogin ¶ added in v1.11.6
func (o *UpdateLoginFlowWithPasskeyMethod) HasPasskeyLogin() bool
HasPasskeyLogin returns a boolean if a field has been set.
func (UpdateLoginFlowWithPasskeyMethod) MarshalJSON ¶ added in v1.11.6
func (o UpdateLoginFlowWithPasskeyMethod) MarshalJSON() ([]byte, error)
func (*UpdateLoginFlowWithPasskeyMethod) SetCsrfToken ¶ added in v1.11.6
func (o *UpdateLoginFlowWithPasskeyMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateLoginFlowWithPasskeyMethod) SetMethod ¶ added in v1.11.6
func (o *UpdateLoginFlowWithPasskeyMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateLoginFlowWithPasskeyMethod) SetPasskeyLogin ¶ added in v1.11.6
func (o *UpdateLoginFlowWithPasskeyMethod) SetPasskeyLogin(v string)
SetPasskeyLogin gets a reference to the given string and assigns it to the PasskeyLogin field.
func (UpdateLoginFlowWithPasskeyMethod) ToMap ¶ added in v1.11.6
func (o UpdateLoginFlowWithPasskeyMethod) ToMap() (map[string]interface{}, error)
func (*UpdateLoginFlowWithPasskeyMethod) UnmarshalJSON ¶ added in v1.11.6
func (o *UpdateLoginFlowWithPasskeyMethod) UnmarshalJSON(data []byte) (err error)
type UpdateLoginFlowWithPasswordMethod ¶
type UpdateLoginFlowWithPasswordMethod struct {
// Sending the anti-csrf token is only required for browser login flows.
CsrfToken *string `json:"csrf_token,omitempty"`
// Identifier is the email or username of the user trying to log in.
Identifier string `json:"identifier"`
// Method should be set to \"password\" when logging in using the identifier and password strategy.
Method string `json:"method"`
// The user's password.
Password string `json:"password"`
// Identifier is the email or username of the user trying to log in. This field is deprecated!
PasswordIdentifier *string `json:"password_identifier,omitempty"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateLoginFlowWithPasswordMethod Update Login Flow with Password Method
func NewUpdateLoginFlowWithPasswordMethod ¶
func NewUpdateLoginFlowWithPasswordMethod(identifier string, method string, password string) *UpdateLoginFlowWithPasswordMethod
NewUpdateLoginFlowWithPasswordMethod instantiates a new UpdateLoginFlowWithPasswordMethod 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 NewUpdateLoginFlowWithPasswordMethodWithDefaults ¶
func NewUpdateLoginFlowWithPasswordMethodWithDefaults() *UpdateLoginFlowWithPasswordMethod
NewUpdateLoginFlowWithPasswordMethodWithDefaults instantiates a new UpdateLoginFlowWithPasswordMethod 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 (*UpdateLoginFlowWithPasswordMethod) GetCsrfToken ¶
func (o *UpdateLoginFlowWithPasswordMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateLoginFlowWithPasswordMethod) GetCsrfTokenOk ¶
func (o *UpdateLoginFlowWithPasswordMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithPasswordMethod) GetIdentifier ¶
func (o *UpdateLoginFlowWithPasswordMethod) GetIdentifier() string
GetIdentifier returns the Identifier field value
func (*UpdateLoginFlowWithPasswordMethod) GetIdentifierOk ¶
func (o *UpdateLoginFlowWithPasswordMethod) GetIdentifierOk() (*string, bool)
GetIdentifierOk returns a tuple with the Identifier field value and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithPasswordMethod) GetMethod ¶
func (o *UpdateLoginFlowWithPasswordMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateLoginFlowWithPasswordMethod) GetMethodOk ¶
func (o *UpdateLoginFlowWithPasswordMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithPasswordMethod) GetPassword ¶
func (o *UpdateLoginFlowWithPasswordMethod) GetPassword() string
GetPassword returns the Password field value
func (*UpdateLoginFlowWithPasswordMethod) GetPasswordIdentifier ¶
func (o *UpdateLoginFlowWithPasswordMethod) GetPasswordIdentifier() string
GetPasswordIdentifier returns the PasswordIdentifier field value if set, zero value otherwise.
func (*UpdateLoginFlowWithPasswordMethod) GetPasswordIdentifierOk ¶
func (o *UpdateLoginFlowWithPasswordMethod) GetPasswordIdentifierOk() (*string, bool)
GetPasswordIdentifierOk returns a tuple with the PasswordIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithPasswordMethod) GetPasswordOk ¶
func (o *UpdateLoginFlowWithPasswordMethod) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithPasswordMethod) GetTransientPayload ¶ added in v1.8.0
func (o *UpdateLoginFlowWithPasswordMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateLoginFlowWithPasswordMethod) GetTransientPayloadOk ¶ added in v1.8.0
func (o *UpdateLoginFlowWithPasswordMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithPasswordMethod) HasCsrfToken ¶
func (o *UpdateLoginFlowWithPasswordMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateLoginFlowWithPasswordMethod) HasPasswordIdentifier ¶
func (o *UpdateLoginFlowWithPasswordMethod) HasPasswordIdentifier() bool
HasPasswordIdentifier returns a boolean if a field has been set.
func (*UpdateLoginFlowWithPasswordMethod) HasTransientPayload ¶ added in v1.8.0
func (o *UpdateLoginFlowWithPasswordMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (UpdateLoginFlowWithPasswordMethod) MarshalJSON ¶
func (o UpdateLoginFlowWithPasswordMethod) MarshalJSON() ([]byte, error)
func (*UpdateLoginFlowWithPasswordMethod) SetCsrfToken ¶
func (o *UpdateLoginFlowWithPasswordMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateLoginFlowWithPasswordMethod) SetIdentifier ¶
func (o *UpdateLoginFlowWithPasswordMethod) SetIdentifier(v string)
SetIdentifier sets field value
func (*UpdateLoginFlowWithPasswordMethod) SetMethod ¶
func (o *UpdateLoginFlowWithPasswordMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateLoginFlowWithPasswordMethod) SetPassword ¶
func (o *UpdateLoginFlowWithPasswordMethod) SetPassword(v string)
SetPassword sets field value
func (*UpdateLoginFlowWithPasswordMethod) SetPasswordIdentifier ¶
func (o *UpdateLoginFlowWithPasswordMethod) SetPasswordIdentifier(v string)
SetPasswordIdentifier gets a reference to the given string and assigns it to the PasswordIdentifier field.
func (*UpdateLoginFlowWithPasswordMethod) SetTransientPayload ¶ added in v1.8.0
func (o *UpdateLoginFlowWithPasswordMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (UpdateLoginFlowWithPasswordMethod) ToMap ¶ added in v1.3.0
func (o UpdateLoginFlowWithPasswordMethod) ToMap() (map[string]interface{}, error)
func (*UpdateLoginFlowWithPasswordMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateLoginFlowWithPasswordMethod) UnmarshalJSON(data []byte) (err error)
type UpdateLoginFlowWithTotpMethod ¶
type UpdateLoginFlowWithTotpMethod struct {
// Sending the anti-csrf token is only required for browser login flows.
CsrfToken *string `json:"csrf_token,omitempty"`
// Method should be set to \"totp\" when logging in using the TOTP strategy.
Method string `json:"method"`
// The TOTP code.
TotpCode string `json:"totp_code"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateLoginFlowWithTotpMethod Update Login Flow with TOTP Method
func NewUpdateLoginFlowWithTotpMethod ¶
func NewUpdateLoginFlowWithTotpMethod(method string, totpCode string) *UpdateLoginFlowWithTotpMethod
NewUpdateLoginFlowWithTotpMethod instantiates a new UpdateLoginFlowWithTotpMethod 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 NewUpdateLoginFlowWithTotpMethodWithDefaults ¶
func NewUpdateLoginFlowWithTotpMethodWithDefaults() *UpdateLoginFlowWithTotpMethod
NewUpdateLoginFlowWithTotpMethodWithDefaults instantiates a new UpdateLoginFlowWithTotpMethod 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 (*UpdateLoginFlowWithTotpMethod) GetCsrfToken ¶
func (o *UpdateLoginFlowWithTotpMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateLoginFlowWithTotpMethod) GetCsrfTokenOk ¶
func (o *UpdateLoginFlowWithTotpMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithTotpMethod) GetMethod ¶
func (o *UpdateLoginFlowWithTotpMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateLoginFlowWithTotpMethod) GetMethodOk ¶
func (o *UpdateLoginFlowWithTotpMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithTotpMethod) GetTotpCode ¶
func (o *UpdateLoginFlowWithTotpMethod) GetTotpCode() string
GetTotpCode returns the TotpCode field value
func (*UpdateLoginFlowWithTotpMethod) GetTotpCodeOk ¶
func (o *UpdateLoginFlowWithTotpMethod) GetTotpCodeOk() (*string, bool)
GetTotpCodeOk returns a tuple with the TotpCode field value and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithTotpMethod) GetTransientPayload ¶ added in v1.8.0
func (o *UpdateLoginFlowWithTotpMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateLoginFlowWithTotpMethod) GetTransientPayloadOk ¶ added in v1.8.0
func (o *UpdateLoginFlowWithTotpMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithTotpMethod) HasCsrfToken ¶
func (o *UpdateLoginFlowWithTotpMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateLoginFlowWithTotpMethod) HasTransientPayload ¶ added in v1.8.0
func (o *UpdateLoginFlowWithTotpMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (UpdateLoginFlowWithTotpMethod) MarshalJSON ¶
func (o UpdateLoginFlowWithTotpMethod) MarshalJSON() ([]byte, error)
func (*UpdateLoginFlowWithTotpMethod) SetCsrfToken ¶
func (o *UpdateLoginFlowWithTotpMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateLoginFlowWithTotpMethod) SetMethod ¶
func (o *UpdateLoginFlowWithTotpMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateLoginFlowWithTotpMethod) SetTotpCode ¶
func (o *UpdateLoginFlowWithTotpMethod) SetTotpCode(v string)
SetTotpCode sets field value
func (*UpdateLoginFlowWithTotpMethod) SetTransientPayload ¶ added in v1.8.0
func (o *UpdateLoginFlowWithTotpMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (UpdateLoginFlowWithTotpMethod) ToMap ¶ added in v1.3.0
func (o UpdateLoginFlowWithTotpMethod) ToMap() (map[string]interface{}, error)
func (*UpdateLoginFlowWithTotpMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateLoginFlowWithTotpMethod) UnmarshalJSON(data []byte) (err error)
type UpdateLoginFlowWithWebAuthnMethod ¶
type UpdateLoginFlowWithWebAuthnMethod struct {
// Sending the anti-csrf token is only required for browser login flows.
CsrfToken *string `json:"csrf_token,omitempty"`
// Identifier is the email or username of the user trying to log in.
Identifier string `json:"identifier"`
// Method should be set to \"webAuthn\" when logging in using the WebAuthn strategy.
Method string `json:"method"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
// Login a WebAuthn Security Key This must contain the ID of the WebAuthN connection.
WebauthnLogin *string `json:"webauthn_login,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateLoginFlowWithWebAuthnMethod Update Login Flow with WebAuthn Method
func NewUpdateLoginFlowWithWebAuthnMethod ¶
func NewUpdateLoginFlowWithWebAuthnMethod(identifier string, method string) *UpdateLoginFlowWithWebAuthnMethod
NewUpdateLoginFlowWithWebAuthnMethod instantiates a new UpdateLoginFlowWithWebAuthnMethod 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 NewUpdateLoginFlowWithWebAuthnMethodWithDefaults ¶
func NewUpdateLoginFlowWithWebAuthnMethodWithDefaults() *UpdateLoginFlowWithWebAuthnMethod
NewUpdateLoginFlowWithWebAuthnMethodWithDefaults instantiates a new UpdateLoginFlowWithWebAuthnMethod 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 (*UpdateLoginFlowWithWebAuthnMethod) GetCsrfToken ¶
func (o *UpdateLoginFlowWithWebAuthnMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateLoginFlowWithWebAuthnMethod) GetCsrfTokenOk ¶
func (o *UpdateLoginFlowWithWebAuthnMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithWebAuthnMethod) GetIdentifier ¶
func (o *UpdateLoginFlowWithWebAuthnMethod) GetIdentifier() string
GetIdentifier returns the Identifier field value
func (*UpdateLoginFlowWithWebAuthnMethod) GetIdentifierOk ¶
func (o *UpdateLoginFlowWithWebAuthnMethod) GetIdentifierOk() (*string, bool)
GetIdentifierOk returns a tuple with the Identifier field value and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithWebAuthnMethod) GetMethod ¶
func (o *UpdateLoginFlowWithWebAuthnMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateLoginFlowWithWebAuthnMethod) GetMethodOk ¶
func (o *UpdateLoginFlowWithWebAuthnMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithWebAuthnMethod) GetTransientPayload ¶ added in v1.8.0
func (o *UpdateLoginFlowWithWebAuthnMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateLoginFlowWithWebAuthnMethod) GetTransientPayloadOk ¶ added in v1.8.0
func (o *UpdateLoginFlowWithWebAuthnMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithWebAuthnMethod) GetWebauthnLogin ¶
func (o *UpdateLoginFlowWithWebAuthnMethod) GetWebauthnLogin() string
GetWebauthnLogin returns the WebauthnLogin field value if set, zero value otherwise.
func (*UpdateLoginFlowWithWebAuthnMethod) GetWebauthnLoginOk ¶
func (o *UpdateLoginFlowWithWebAuthnMethod) GetWebauthnLoginOk() (*string, bool)
GetWebauthnLoginOk returns a tuple with the WebauthnLogin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLoginFlowWithWebAuthnMethod) HasCsrfToken ¶
func (o *UpdateLoginFlowWithWebAuthnMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateLoginFlowWithWebAuthnMethod) HasTransientPayload ¶ added in v1.8.0
func (o *UpdateLoginFlowWithWebAuthnMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (*UpdateLoginFlowWithWebAuthnMethod) HasWebauthnLogin ¶
func (o *UpdateLoginFlowWithWebAuthnMethod) HasWebauthnLogin() bool
HasWebauthnLogin returns a boolean if a field has been set.
func (UpdateLoginFlowWithWebAuthnMethod) MarshalJSON ¶
func (o UpdateLoginFlowWithWebAuthnMethod) MarshalJSON() ([]byte, error)
func (*UpdateLoginFlowWithWebAuthnMethod) SetCsrfToken ¶
func (o *UpdateLoginFlowWithWebAuthnMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateLoginFlowWithWebAuthnMethod) SetIdentifier ¶
func (o *UpdateLoginFlowWithWebAuthnMethod) SetIdentifier(v string)
SetIdentifier sets field value
func (*UpdateLoginFlowWithWebAuthnMethod) SetMethod ¶
func (o *UpdateLoginFlowWithWebAuthnMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateLoginFlowWithWebAuthnMethod) SetTransientPayload ¶ added in v1.8.0
func (o *UpdateLoginFlowWithWebAuthnMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (*UpdateLoginFlowWithWebAuthnMethod) SetWebauthnLogin ¶
func (o *UpdateLoginFlowWithWebAuthnMethod) SetWebauthnLogin(v string)
SetWebauthnLogin gets a reference to the given string and assigns it to the WebauthnLogin field.
func (UpdateLoginFlowWithWebAuthnMethod) ToMap ¶ added in v1.3.0
func (o UpdateLoginFlowWithWebAuthnMethod) ToMap() (map[string]interface{}, error)
func (*UpdateLoginFlowWithWebAuthnMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateLoginFlowWithWebAuthnMethod) UnmarshalJSON(data []byte) (err error)
type UpdateRecoveryFlowBody ¶
type UpdateRecoveryFlowBody struct {
UpdateRecoveryFlowWithCodeMethod *UpdateRecoveryFlowWithCodeMethod
UpdateRecoveryFlowWithLinkMethod *UpdateRecoveryFlowWithLinkMethod
}
UpdateRecoveryFlowBody - Update Recovery Flow Request Body
func UpdateRecoveryFlowWithCodeMethodAsUpdateRecoveryFlowBody ¶
func UpdateRecoveryFlowWithCodeMethodAsUpdateRecoveryFlowBody(v *UpdateRecoveryFlowWithCodeMethod) UpdateRecoveryFlowBody
UpdateRecoveryFlowWithCodeMethodAsUpdateRecoveryFlowBody is a convenience function that returns UpdateRecoveryFlowWithCodeMethod wrapped in UpdateRecoveryFlowBody
func UpdateRecoveryFlowWithLinkMethodAsUpdateRecoveryFlowBody ¶
func UpdateRecoveryFlowWithLinkMethodAsUpdateRecoveryFlowBody(v *UpdateRecoveryFlowWithLinkMethod) UpdateRecoveryFlowBody
UpdateRecoveryFlowWithLinkMethodAsUpdateRecoveryFlowBody is a convenience function that returns UpdateRecoveryFlowWithLinkMethod wrapped in UpdateRecoveryFlowBody
func (*UpdateRecoveryFlowBody) GetActualInstance ¶
func (obj *UpdateRecoveryFlowBody) GetActualInstance() interface{}
Get the actual instance
func (UpdateRecoveryFlowBody) MarshalJSON ¶
func (src UpdateRecoveryFlowBody) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UpdateRecoveryFlowBody) UnmarshalJSON ¶
func (dst *UpdateRecoveryFlowBody) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type UpdateRecoveryFlowWithCodeMethod ¶
type UpdateRecoveryFlowWithCodeMethod struct {
// Code from the recovery email If you want to submit a code, use this field, but make sure to _not_ include the email field, as well.
Code *string `json:"code,omitempty"`
// Sending the anti-csrf token is only required for browser login flows.
CsrfToken *string `json:"csrf_token,omitempty"`
// The email address of the account to recover If the email belongs to a valid account, a recovery email will be sent. If you want to notify the email address if the account does not exist, see the [notify_unknown_recipients flag](https://www.ory.sh/docs/kratos/self-service/flows/account-recovery-password-reset#attempted-recovery-notifications) If a code was already sent, including this field in the payload will invalidate the sent code and re-send a new code. format: email
Email *string `json:"email,omitempty"`
// Method is the method that should be used for this recovery flow Allowed values are `link` and `code`. link RecoveryStrategyLink code RecoveryStrategyCode
Method string `json:"method"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateRecoveryFlowWithCodeMethod Update Recovery Flow with Code Method
func NewUpdateRecoveryFlowWithCodeMethod ¶
func NewUpdateRecoveryFlowWithCodeMethod(method string) *UpdateRecoveryFlowWithCodeMethod
NewUpdateRecoveryFlowWithCodeMethod instantiates a new UpdateRecoveryFlowWithCodeMethod 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 NewUpdateRecoveryFlowWithCodeMethodWithDefaults ¶
func NewUpdateRecoveryFlowWithCodeMethodWithDefaults() *UpdateRecoveryFlowWithCodeMethod
NewUpdateRecoveryFlowWithCodeMethodWithDefaults instantiates a new UpdateRecoveryFlowWithCodeMethod 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 (*UpdateRecoveryFlowWithCodeMethod) GetCode ¶
func (o *UpdateRecoveryFlowWithCodeMethod) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*UpdateRecoveryFlowWithCodeMethod) GetCodeOk ¶
func (o *UpdateRecoveryFlowWithCodeMethod) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRecoveryFlowWithCodeMethod) GetCsrfToken ¶
func (o *UpdateRecoveryFlowWithCodeMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateRecoveryFlowWithCodeMethod) GetCsrfTokenOk ¶
func (o *UpdateRecoveryFlowWithCodeMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRecoveryFlowWithCodeMethod) GetEmail ¶
func (o *UpdateRecoveryFlowWithCodeMethod) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*UpdateRecoveryFlowWithCodeMethod) GetEmailOk ¶
func (o *UpdateRecoveryFlowWithCodeMethod) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRecoveryFlowWithCodeMethod) GetMethod ¶
func (o *UpdateRecoveryFlowWithCodeMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateRecoveryFlowWithCodeMethod) GetMethodOk ¶
func (o *UpdateRecoveryFlowWithCodeMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateRecoveryFlowWithCodeMethod) GetTransientPayload ¶ added in v1.8.0
func (o *UpdateRecoveryFlowWithCodeMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateRecoveryFlowWithCodeMethod) GetTransientPayloadOk ¶ added in v1.8.0
func (o *UpdateRecoveryFlowWithCodeMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRecoveryFlowWithCodeMethod) HasCode ¶
func (o *UpdateRecoveryFlowWithCodeMethod) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*UpdateRecoveryFlowWithCodeMethod) HasCsrfToken ¶
func (o *UpdateRecoveryFlowWithCodeMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateRecoveryFlowWithCodeMethod) HasEmail ¶
func (o *UpdateRecoveryFlowWithCodeMethod) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*UpdateRecoveryFlowWithCodeMethod) HasTransientPayload ¶ added in v1.8.0
func (o *UpdateRecoveryFlowWithCodeMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (UpdateRecoveryFlowWithCodeMethod) MarshalJSON ¶
func (o UpdateRecoveryFlowWithCodeMethod) MarshalJSON() ([]byte, error)
func (*UpdateRecoveryFlowWithCodeMethod) SetCode ¶
func (o *UpdateRecoveryFlowWithCodeMethod) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*UpdateRecoveryFlowWithCodeMethod) SetCsrfToken ¶
func (o *UpdateRecoveryFlowWithCodeMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateRecoveryFlowWithCodeMethod) SetEmail ¶
func (o *UpdateRecoveryFlowWithCodeMethod) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*UpdateRecoveryFlowWithCodeMethod) SetMethod ¶
func (o *UpdateRecoveryFlowWithCodeMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateRecoveryFlowWithCodeMethod) SetTransientPayload ¶ added in v1.8.0
func (o *UpdateRecoveryFlowWithCodeMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (UpdateRecoveryFlowWithCodeMethod) ToMap ¶ added in v1.3.0
func (o UpdateRecoveryFlowWithCodeMethod) ToMap() (map[string]interface{}, error)
func (*UpdateRecoveryFlowWithCodeMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateRecoveryFlowWithCodeMethod) UnmarshalJSON(data []byte) (err error)
type UpdateRecoveryFlowWithLinkMethod ¶
type UpdateRecoveryFlowWithLinkMethod struct {
// Sending the anti-csrf token is only required for browser login flows.
CsrfToken *string `json:"csrf_token,omitempty"`
// Email to Recover Needs to be set when initiating the flow. If the email is a registered recovery email, a recovery link will be sent. If the email is not known, a email with details on what happened will be sent instead. format: email
Email string `json:"email"`
// Method is the method that should be used for this recovery flow Allowed values are `link` and `code` link RecoveryStrategyLink code RecoveryStrategyCode
Method string `json:"method"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateRecoveryFlowWithLinkMethod Update Recovery Flow with Link Method
func NewUpdateRecoveryFlowWithLinkMethod ¶
func NewUpdateRecoveryFlowWithLinkMethod(email string, method string) *UpdateRecoveryFlowWithLinkMethod
NewUpdateRecoveryFlowWithLinkMethod instantiates a new UpdateRecoveryFlowWithLinkMethod 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 NewUpdateRecoveryFlowWithLinkMethodWithDefaults ¶
func NewUpdateRecoveryFlowWithLinkMethodWithDefaults() *UpdateRecoveryFlowWithLinkMethod
NewUpdateRecoveryFlowWithLinkMethodWithDefaults instantiates a new UpdateRecoveryFlowWithLinkMethod 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 (*UpdateRecoveryFlowWithLinkMethod) GetCsrfToken ¶
func (o *UpdateRecoveryFlowWithLinkMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateRecoveryFlowWithLinkMethod) GetCsrfTokenOk ¶
func (o *UpdateRecoveryFlowWithLinkMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRecoveryFlowWithLinkMethod) GetEmail ¶
func (o *UpdateRecoveryFlowWithLinkMethod) GetEmail() string
GetEmail returns the Email field value
func (*UpdateRecoveryFlowWithLinkMethod) GetEmailOk ¶
func (o *UpdateRecoveryFlowWithLinkMethod) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*UpdateRecoveryFlowWithLinkMethod) GetMethod ¶
func (o *UpdateRecoveryFlowWithLinkMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateRecoveryFlowWithLinkMethod) GetMethodOk ¶
func (o *UpdateRecoveryFlowWithLinkMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateRecoveryFlowWithLinkMethod) GetTransientPayload ¶ added in v1.8.0
func (o *UpdateRecoveryFlowWithLinkMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateRecoveryFlowWithLinkMethod) GetTransientPayloadOk ¶ added in v1.8.0
func (o *UpdateRecoveryFlowWithLinkMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRecoveryFlowWithLinkMethod) HasCsrfToken ¶
func (o *UpdateRecoveryFlowWithLinkMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateRecoveryFlowWithLinkMethod) HasTransientPayload ¶ added in v1.8.0
func (o *UpdateRecoveryFlowWithLinkMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (UpdateRecoveryFlowWithLinkMethod) MarshalJSON ¶
func (o UpdateRecoveryFlowWithLinkMethod) MarshalJSON() ([]byte, error)
func (*UpdateRecoveryFlowWithLinkMethod) SetCsrfToken ¶
func (o *UpdateRecoveryFlowWithLinkMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateRecoveryFlowWithLinkMethod) SetEmail ¶
func (o *UpdateRecoveryFlowWithLinkMethod) SetEmail(v string)
SetEmail sets field value
func (*UpdateRecoveryFlowWithLinkMethod) SetMethod ¶
func (o *UpdateRecoveryFlowWithLinkMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateRecoveryFlowWithLinkMethod) SetTransientPayload ¶ added in v1.8.0
func (o *UpdateRecoveryFlowWithLinkMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (UpdateRecoveryFlowWithLinkMethod) ToMap ¶ added in v1.3.0
func (o UpdateRecoveryFlowWithLinkMethod) ToMap() (map[string]interface{}, error)
func (*UpdateRecoveryFlowWithLinkMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateRecoveryFlowWithLinkMethod) UnmarshalJSON(data []byte) (err error)
type UpdateRegistrationFlowBody ¶
type UpdateRegistrationFlowBody struct {
UpdateRegistrationFlowWithCodeMethod *UpdateRegistrationFlowWithCodeMethod
UpdateRegistrationFlowWithOidcMethod *UpdateRegistrationFlowWithOidcMethod
UpdateRegistrationFlowWithPasskeyMethod *UpdateRegistrationFlowWithPasskeyMethod
UpdateRegistrationFlowWithPasswordMethod *UpdateRegistrationFlowWithPasswordMethod
UpdateRegistrationFlowWithProfileMethod *UpdateRegistrationFlowWithProfileMethod
UpdateRegistrationFlowWithWebAuthnMethod *UpdateRegistrationFlowWithWebAuthnMethod
}
UpdateRegistrationFlowBody - Update Registration Request Body
func UpdateRegistrationFlowWithCodeMethodAsUpdateRegistrationFlowBody ¶ added in v1.2.0
func UpdateRegistrationFlowWithCodeMethodAsUpdateRegistrationFlowBody(v *UpdateRegistrationFlowWithCodeMethod) UpdateRegistrationFlowBody
UpdateRegistrationFlowWithCodeMethodAsUpdateRegistrationFlowBody is a convenience function that returns UpdateRegistrationFlowWithCodeMethod wrapped in UpdateRegistrationFlowBody
func UpdateRegistrationFlowWithOidcMethodAsUpdateRegistrationFlowBody ¶
func UpdateRegistrationFlowWithOidcMethodAsUpdateRegistrationFlowBody(v *UpdateRegistrationFlowWithOidcMethod) UpdateRegistrationFlowBody
UpdateRegistrationFlowWithOidcMethodAsUpdateRegistrationFlowBody is a convenience function that returns UpdateRegistrationFlowWithOidcMethod wrapped in UpdateRegistrationFlowBody
func UpdateRegistrationFlowWithPasskeyMethodAsUpdateRegistrationFlowBody ¶ added in v1.11.6
func UpdateRegistrationFlowWithPasskeyMethodAsUpdateRegistrationFlowBody(v *UpdateRegistrationFlowWithPasskeyMethod) UpdateRegistrationFlowBody
UpdateRegistrationFlowWithPasskeyMethodAsUpdateRegistrationFlowBody is a convenience function that returns UpdateRegistrationFlowWithPasskeyMethod wrapped in UpdateRegistrationFlowBody
func UpdateRegistrationFlowWithPasswordMethodAsUpdateRegistrationFlowBody ¶
func UpdateRegistrationFlowWithPasswordMethodAsUpdateRegistrationFlowBody(v *UpdateRegistrationFlowWithPasswordMethod) UpdateRegistrationFlowBody
UpdateRegistrationFlowWithPasswordMethodAsUpdateRegistrationFlowBody is a convenience function that returns UpdateRegistrationFlowWithPasswordMethod wrapped in UpdateRegistrationFlowBody
func UpdateRegistrationFlowWithProfileMethodAsUpdateRegistrationFlowBody ¶ added in v1.14.0
func UpdateRegistrationFlowWithProfileMethodAsUpdateRegistrationFlowBody(v *UpdateRegistrationFlowWithProfileMethod) UpdateRegistrationFlowBody
UpdateRegistrationFlowWithProfileMethodAsUpdateRegistrationFlowBody is a convenience function that returns UpdateRegistrationFlowWithProfileMethod wrapped in UpdateRegistrationFlowBody
func UpdateRegistrationFlowWithWebAuthnMethodAsUpdateRegistrationFlowBody ¶
func UpdateRegistrationFlowWithWebAuthnMethodAsUpdateRegistrationFlowBody(v *UpdateRegistrationFlowWithWebAuthnMethod) UpdateRegistrationFlowBody
UpdateRegistrationFlowWithWebAuthnMethodAsUpdateRegistrationFlowBody is a convenience function that returns UpdateRegistrationFlowWithWebAuthnMethod wrapped in UpdateRegistrationFlowBody
func (*UpdateRegistrationFlowBody) GetActualInstance ¶
func (obj *UpdateRegistrationFlowBody) GetActualInstance() interface{}
Get the actual instance
func (UpdateRegistrationFlowBody) MarshalJSON ¶
func (src UpdateRegistrationFlowBody) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UpdateRegistrationFlowBody) UnmarshalJSON ¶
func (dst *UpdateRegistrationFlowBody) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type UpdateRegistrationFlowWithCodeMethod ¶ added in v1.2.0
type UpdateRegistrationFlowWithCodeMethod struct {
// The OTP Code sent to the user
Code *string `json:"code,omitempty"`
// The CSRF Token
CsrfToken *string `json:"csrf_token,omitempty"`
// Method to use This field must be set to `code` when using the code method.
Method string `json:"method"`
// Resend restarts the flow with a new code
Resend *string `json:"resend,omitempty"`
// The identity's traits
Traits map[string]interface{} `json:"traits"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateRegistrationFlowWithCodeMethod Update Registration Flow with Code Method
func NewUpdateRegistrationFlowWithCodeMethod ¶ added in v1.2.0
func NewUpdateRegistrationFlowWithCodeMethod(method string, traits map[string]interface{}) *UpdateRegistrationFlowWithCodeMethod
NewUpdateRegistrationFlowWithCodeMethod instantiates a new UpdateRegistrationFlowWithCodeMethod 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 NewUpdateRegistrationFlowWithCodeMethodWithDefaults ¶ added in v1.2.0
func NewUpdateRegistrationFlowWithCodeMethodWithDefaults() *UpdateRegistrationFlowWithCodeMethod
NewUpdateRegistrationFlowWithCodeMethodWithDefaults instantiates a new UpdateRegistrationFlowWithCodeMethod 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 (*UpdateRegistrationFlowWithCodeMethod) GetCode ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithCodeMethod) GetCodeOk ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithCodeMethod) GetCsrfToken ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithCodeMethod) GetCsrfTokenOk ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithCodeMethod) GetMethod ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateRegistrationFlowWithCodeMethod) GetMethodOk ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithCodeMethod) GetResend ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) GetResend() string
GetResend returns the Resend field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithCodeMethod) GetResendOk ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) GetResendOk() (*string, bool)
GetResendOk returns a tuple with the Resend field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithCodeMethod) GetTraits ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) GetTraits() map[string]interface{}
GetTraits returns the Traits field value
func (*UpdateRegistrationFlowWithCodeMethod) GetTraitsOk ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) GetTraitsOk() (map[string]interface{}, bool)
GetTraitsOk returns a tuple with the Traits field value and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithCodeMethod) GetTransientPayload ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithCodeMethod) GetTransientPayloadOk ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithCodeMethod) HasCode ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*UpdateRegistrationFlowWithCodeMethod) HasCsrfToken ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateRegistrationFlowWithCodeMethod) HasResend ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) HasResend() bool
HasResend returns a boolean if a field has been set.
func (*UpdateRegistrationFlowWithCodeMethod) HasTransientPayload ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (UpdateRegistrationFlowWithCodeMethod) MarshalJSON ¶ added in v1.2.0
func (o UpdateRegistrationFlowWithCodeMethod) MarshalJSON() ([]byte, error)
func (*UpdateRegistrationFlowWithCodeMethod) SetCode ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*UpdateRegistrationFlowWithCodeMethod) SetCsrfToken ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateRegistrationFlowWithCodeMethod) SetMethod ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateRegistrationFlowWithCodeMethod) SetResend ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) SetResend(v string)
SetResend gets a reference to the given string and assigns it to the Resend field.
func (*UpdateRegistrationFlowWithCodeMethod) SetTraits ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) SetTraits(v map[string]interface{})
SetTraits sets field value
func (*UpdateRegistrationFlowWithCodeMethod) SetTransientPayload ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (UpdateRegistrationFlowWithCodeMethod) ToMap ¶ added in v1.3.0
func (o UpdateRegistrationFlowWithCodeMethod) ToMap() (map[string]interface{}, error)
func (*UpdateRegistrationFlowWithCodeMethod) UnmarshalJSON ¶ added in v1.2.0
func (o *UpdateRegistrationFlowWithCodeMethod) UnmarshalJSON(data []byte) (err error)
type UpdateRegistrationFlowWithOidcMethod ¶
type UpdateRegistrationFlowWithOidcMethod struct {
// The CSRF Token
CsrfToken *string `json:"csrf_token,omitempty"`
// IDToken is an optional id token provided by an OIDC provider If submitted, it is verified using the OIDC provider's public key set and the claims are used to populate the OIDC credentials of the identity. If the OIDC provider does not store additional claims (such as name, etc.) in the IDToken itself, you can use the `traits` field to populate the identity's traits. Note, that Apple only includes the users email in the IDToken. Supported providers are Apple
IdToken *string `json:"id_token,omitempty"`
// IDTokenNonce is the nonce, used when generating the IDToken. If the provider supports nonce validation, the nonce will be validated against this value and is required.
IdTokenNonce *string `json:"id_token_nonce,omitempty"`
// Method to use This field must be set to `oidc` when using the oidc method.
Method string `json:"method"`
// The provider to register with
Provider string `json:"provider"`
// The identity traits
Traits map[string]interface{} `json:"traits,omitempty"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
// UpstreamParameters are the parameters that are passed to the upstream identity provider. These parameters are optional and depend on what the upstream identity provider supports. Supported parameters are: `login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session. `hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`. `prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`.
UpstreamParameters map[string]interface{} `json:"upstream_parameters,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateRegistrationFlowWithOidcMethod Update Registration Flow with OpenID Connect Method
func NewUpdateRegistrationFlowWithOidcMethod ¶
func NewUpdateRegistrationFlowWithOidcMethod(method string, provider string) *UpdateRegistrationFlowWithOidcMethod
NewUpdateRegistrationFlowWithOidcMethod instantiates a new UpdateRegistrationFlowWithOidcMethod 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 NewUpdateRegistrationFlowWithOidcMethodWithDefaults ¶
func NewUpdateRegistrationFlowWithOidcMethodWithDefaults() *UpdateRegistrationFlowWithOidcMethod
NewUpdateRegistrationFlowWithOidcMethodWithDefaults instantiates a new UpdateRegistrationFlowWithOidcMethod 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 (*UpdateRegistrationFlowWithOidcMethod) GetCsrfToken ¶
func (o *UpdateRegistrationFlowWithOidcMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithOidcMethod) GetCsrfTokenOk ¶
func (o *UpdateRegistrationFlowWithOidcMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithOidcMethod) GetIdToken ¶ added in v1.2.6
func (o *UpdateRegistrationFlowWithOidcMethod) GetIdToken() string
GetIdToken returns the IdToken field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithOidcMethod) GetIdTokenNonce ¶ added in v1.2.6
func (o *UpdateRegistrationFlowWithOidcMethod) GetIdTokenNonce() string
GetIdTokenNonce returns the IdTokenNonce field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithOidcMethod) GetIdTokenNonceOk ¶ added in v1.2.6
func (o *UpdateRegistrationFlowWithOidcMethod) GetIdTokenNonceOk() (*string, bool)
GetIdTokenNonceOk returns a tuple with the IdTokenNonce field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithOidcMethod) GetIdTokenOk ¶ added in v1.2.6
func (o *UpdateRegistrationFlowWithOidcMethod) GetIdTokenOk() (*string, bool)
GetIdTokenOk returns a tuple with the IdToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithOidcMethod) GetMethod ¶
func (o *UpdateRegistrationFlowWithOidcMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateRegistrationFlowWithOidcMethod) GetMethodOk ¶
func (o *UpdateRegistrationFlowWithOidcMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithOidcMethod) GetProvider ¶
func (o *UpdateRegistrationFlowWithOidcMethod) GetProvider() string
GetProvider returns the Provider field value
func (*UpdateRegistrationFlowWithOidcMethod) GetProviderOk ¶
func (o *UpdateRegistrationFlowWithOidcMethod) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithOidcMethod) GetTraits ¶
func (o *UpdateRegistrationFlowWithOidcMethod) GetTraits() map[string]interface{}
GetTraits returns the Traits field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithOidcMethod) GetTraitsOk ¶
func (o *UpdateRegistrationFlowWithOidcMethod) GetTraitsOk() (map[string]interface{}, bool)
GetTraitsOk returns a tuple with the Traits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithOidcMethod) GetTransientPayload ¶ added in v1.1.18
func (o *UpdateRegistrationFlowWithOidcMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithOidcMethod) GetTransientPayloadOk ¶ added in v1.1.18
func (o *UpdateRegistrationFlowWithOidcMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithOidcMethod) GetUpstreamParameters ¶ added in v1.1.22
func (o *UpdateRegistrationFlowWithOidcMethod) GetUpstreamParameters() map[string]interface{}
GetUpstreamParameters returns the UpstreamParameters field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithOidcMethod) GetUpstreamParametersOk ¶ added in v1.1.22
func (o *UpdateRegistrationFlowWithOidcMethod) GetUpstreamParametersOk() (map[string]interface{}, bool)
GetUpstreamParametersOk returns a tuple with the UpstreamParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithOidcMethod) HasCsrfToken ¶
func (o *UpdateRegistrationFlowWithOidcMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateRegistrationFlowWithOidcMethod) HasIdToken ¶ added in v1.2.6
func (o *UpdateRegistrationFlowWithOidcMethod) HasIdToken() bool
HasIdToken returns a boolean if a field has been set.
func (*UpdateRegistrationFlowWithOidcMethod) HasIdTokenNonce ¶ added in v1.2.6
func (o *UpdateRegistrationFlowWithOidcMethod) HasIdTokenNonce() bool
HasIdTokenNonce returns a boolean if a field has been set.
func (*UpdateRegistrationFlowWithOidcMethod) HasTraits ¶
func (o *UpdateRegistrationFlowWithOidcMethod) HasTraits() bool
HasTraits returns a boolean if a field has been set.
func (*UpdateRegistrationFlowWithOidcMethod) HasTransientPayload ¶ added in v1.1.18
func (o *UpdateRegistrationFlowWithOidcMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (*UpdateRegistrationFlowWithOidcMethod) HasUpstreamParameters ¶ added in v1.1.22
func (o *UpdateRegistrationFlowWithOidcMethod) HasUpstreamParameters() bool
HasUpstreamParameters returns a boolean if a field has been set.
func (UpdateRegistrationFlowWithOidcMethod) MarshalJSON ¶
func (o UpdateRegistrationFlowWithOidcMethod) MarshalJSON() ([]byte, error)
func (*UpdateRegistrationFlowWithOidcMethod) SetCsrfToken ¶
func (o *UpdateRegistrationFlowWithOidcMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateRegistrationFlowWithOidcMethod) SetIdToken ¶ added in v1.2.6
func (o *UpdateRegistrationFlowWithOidcMethod) SetIdToken(v string)
SetIdToken gets a reference to the given string and assigns it to the IdToken field.
func (*UpdateRegistrationFlowWithOidcMethod) SetIdTokenNonce ¶ added in v1.2.6
func (o *UpdateRegistrationFlowWithOidcMethod) SetIdTokenNonce(v string)
SetIdTokenNonce gets a reference to the given string and assigns it to the IdTokenNonce field.
func (*UpdateRegistrationFlowWithOidcMethod) SetMethod ¶
func (o *UpdateRegistrationFlowWithOidcMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateRegistrationFlowWithOidcMethod) SetProvider ¶
func (o *UpdateRegistrationFlowWithOidcMethod) SetProvider(v string)
SetProvider sets field value
func (*UpdateRegistrationFlowWithOidcMethod) SetTraits ¶
func (o *UpdateRegistrationFlowWithOidcMethod) SetTraits(v map[string]interface{})
SetTraits gets a reference to the given map[string]interface{} and assigns it to the Traits field.
func (*UpdateRegistrationFlowWithOidcMethod) SetTransientPayload ¶ added in v1.1.18
func (o *UpdateRegistrationFlowWithOidcMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (*UpdateRegistrationFlowWithOidcMethod) SetUpstreamParameters ¶ added in v1.1.22
func (o *UpdateRegistrationFlowWithOidcMethod) SetUpstreamParameters(v map[string]interface{})
SetUpstreamParameters gets a reference to the given map[string]interface{} and assigns it to the UpstreamParameters field.
func (UpdateRegistrationFlowWithOidcMethod) ToMap ¶ added in v1.3.0
func (o UpdateRegistrationFlowWithOidcMethod) ToMap() (map[string]interface{}, error)
func (*UpdateRegistrationFlowWithOidcMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateRegistrationFlowWithOidcMethod) UnmarshalJSON(data []byte) (err error)
type UpdateRegistrationFlowWithPasskeyMethod ¶ added in v1.11.6
type UpdateRegistrationFlowWithPasskeyMethod struct {
// CSRFToken is the anti-CSRF token
CsrfToken *string `json:"csrf_token,omitempty"`
// Method Should be set to \"passkey\" when trying to add, update, or remove a Passkey.
Method string `json:"method"`
// Register a WebAuthn Security Key It is expected that the JSON returned by the WebAuthn registration process is included here.
PasskeyRegister *string `json:"passkey_register,omitempty"`
// The identity's traits
Traits map[string]interface{} `json:"traits"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateRegistrationFlowWithPasskeyMethod Update Registration Flow with Passkey Method
func NewUpdateRegistrationFlowWithPasskeyMethod ¶ added in v1.11.6
func NewUpdateRegistrationFlowWithPasskeyMethod(method string, traits map[string]interface{}) *UpdateRegistrationFlowWithPasskeyMethod
NewUpdateRegistrationFlowWithPasskeyMethod instantiates a new UpdateRegistrationFlowWithPasskeyMethod 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 NewUpdateRegistrationFlowWithPasskeyMethodWithDefaults ¶ added in v1.11.6
func NewUpdateRegistrationFlowWithPasskeyMethodWithDefaults() *UpdateRegistrationFlowWithPasskeyMethod
NewUpdateRegistrationFlowWithPasskeyMethodWithDefaults instantiates a new UpdateRegistrationFlowWithPasskeyMethod 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 (*UpdateRegistrationFlowWithPasskeyMethod) GetCsrfToken ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithPasskeyMethod) GetCsrfTokenOk ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithPasskeyMethod) GetMethod ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateRegistrationFlowWithPasskeyMethod) GetMethodOk ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithPasskeyMethod) GetPasskeyRegister ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) GetPasskeyRegister() string
GetPasskeyRegister returns the PasskeyRegister field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithPasskeyMethod) GetPasskeyRegisterOk ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) GetPasskeyRegisterOk() (*string, bool)
GetPasskeyRegisterOk returns a tuple with the PasskeyRegister field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithPasskeyMethod) GetTraits ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) GetTraits() map[string]interface{}
GetTraits returns the Traits field value
func (*UpdateRegistrationFlowWithPasskeyMethod) GetTraitsOk ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) GetTraitsOk() (map[string]interface{}, bool)
GetTraitsOk returns a tuple with the Traits field value and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithPasskeyMethod) GetTransientPayload ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithPasskeyMethod) GetTransientPayloadOk ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithPasskeyMethod) HasCsrfToken ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateRegistrationFlowWithPasskeyMethod) HasPasskeyRegister ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) HasPasskeyRegister() bool
HasPasskeyRegister returns a boolean if a field has been set.
func (*UpdateRegistrationFlowWithPasskeyMethod) HasTransientPayload ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (UpdateRegistrationFlowWithPasskeyMethod) MarshalJSON ¶ added in v1.11.6
func (o UpdateRegistrationFlowWithPasskeyMethod) MarshalJSON() ([]byte, error)
func (*UpdateRegistrationFlowWithPasskeyMethod) SetCsrfToken ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateRegistrationFlowWithPasskeyMethod) SetMethod ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateRegistrationFlowWithPasskeyMethod) SetPasskeyRegister ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) SetPasskeyRegister(v string)
SetPasskeyRegister gets a reference to the given string and assigns it to the PasskeyRegister field.
func (*UpdateRegistrationFlowWithPasskeyMethod) SetTraits ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) SetTraits(v map[string]interface{})
SetTraits sets field value
func (*UpdateRegistrationFlowWithPasskeyMethod) SetTransientPayload ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (UpdateRegistrationFlowWithPasskeyMethod) ToMap ¶ added in v1.11.6
func (o UpdateRegistrationFlowWithPasskeyMethod) ToMap() (map[string]interface{}, error)
func (*UpdateRegistrationFlowWithPasskeyMethod) UnmarshalJSON ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithPasskeyMethod) UnmarshalJSON(data []byte) (err error)
type UpdateRegistrationFlowWithPasswordMethod ¶
type UpdateRegistrationFlowWithPasswordMethod struct {
// The CSRF Token
CsrfToken *string `json:"csrf_token,omitempty"`
// Method to use This field must be set to `password` when using the password method.
Method string `json:"method"`
// Password to sign the user up with
Password string `json:"password"`
// The identity's traits
Traits map[string]interface{} `json:"traits"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateRegistrationFlowWithPasswordMethod Update Registration Flow with Password Method
func NewUpdateRegistrationFlowWithPasswordMethod ¶
func NewUpdateRegistrationFlowWithPasswordMethod(method string, password string, traits map[string]interface{}) *UpdateRegistrationFlowWithPasswordMethod
NewUpdateRegistrationFlowWithPasswordMethod instantiates a new UpdateRegistrationFlowWithPasswordMethod 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 NewUpdateRegistrationFlowWithPasswordMethodWithDefaults ¶
func NewUpdateRegistrationFlowWithPasswordMethodWithDefaults() *UpdateRegistrationFlowWithPasswordMethod
NewUpdateRegistrationFlowWithPasswordMethodWithDefaults instantiates a new UpdateRegistrationFlowWithPasswordMethod 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 (*UpdateRegistrationFlowWithPasswordMethod) GetCsrfToken ¶
func (o *UpdateRegistrationFlowWithPasswordMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithPasswordMethod) GetCsrfTokenOk ¶
func (o *UpdateRegistrationFlowWithPasswordMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithPasswordMethod) GetMethod ¶
func (o *UpdateRegistrationFlowWithPasswordMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateRegistrationFlowWithPasswordMethod) GetMethodOk ¶
func (o *UpdateRegistrationFlowWithPasswordMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithPasswordMethod) GetPassword ¶
func (o *UpdateRegistrationFlowWithPasswordMethod) GetPassword() string
GetPassword returns the Password field value
func (*UpdateRegistrationFlowWithPasswordMethod) GetPasswordOk ¶
func (o *UpdateRegistrationFlowWithPasswordMethod) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithPasswordMethod) GetTraits ¶
func (o *UpdateRegistrationFlowWithPasswordMethod) GetTraits() map[string]interface{}
GetTraits returns the Traits field value
func (*UpdateRegistrationFlowWithPasswordMethod) GetTraitsOk ¶
func (o *UpdateRegistrationFlowWithPasswordMethod) GetTraitsOk() (map[string]interface{}, bool)
GetTraitsOk returns a tuple with the Traits field value and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithPasswordMethod) GetTransientPayload ¶ added in v1.1.18
func (o *UpdateRegistrationFlowWithPasswordMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithPasswordMethod) GetTransientPayloadOk ¶ added in v1.1.18
func (o *UpdateRegistrationFlowWithPasswordMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithPasswordMethod) HasCsrfToken ¶
func (o *UpdateRegistrationFlowWithPasswordMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateRegistrationFlowWithPasswordMethod) HasTransientPayload ¶ added in v1.1.18
func (o *UpdateRegistrationFlowWithPasswordMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (UpdateRegistrationFlowWithPasswordMethod) MarshalJSON ¶
func (o UpdateRegistrationFlowWithPasswordMethod) MarshalJSON() ([]byte, error)
func (*UpdateRegistrationFlowWithPasswordMethod) SetCsrfToken ¶
func (o *UpdateRegistrationFlowWithPasswordMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateRegistrationFlowWithPasswordMethod) SetMethod ¶
func (o *UpdateRegistrationFlowWithPasswordMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateRegistrationFlowWithPasswordMethod) SetPassword ¶
func (o *UpdateRegistrationFlowWithPasswordMethod) SetPassword(v string)
SetPassword sets field value
func (*UpdateRegistrationFlowWithPasswordMethod) SetTraits ¶
func (o *UpdateRegistrationFlowWithPasswordMethod) SetTraits(v map[string]interface{})
SetTraits sets field value
func (*UpdateRegistrationFlowWithPasswordMethod) SetTransientPayload ¶ added in v1.1.18
func (o *UpdateRegistrationFlowWithPasswordMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (UpdateRegistrationFlowWithPasswordMethod) ToMap ¶ added in v1.3.0
func (o UpdateRegistrationFlowWithPasswordMethod) ToMap() (map[string]interface{}, error)
func (*UpdateRegistrationFlowWithPasswordMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateRegistrationFlowWithPasswordMethod) UnmarshalJSON(data []byte) (err error)
type UpdateRegistrationFlowWithProfileMethod ¶ added in v1.11.6
type UpdateRegistrationFlowWithProfileMethod struct {
// The Anti-CSRF Token This token is only required when performing browser flows.
CsrfToken *string `json:"csrf_token,omitempty"`
// Method Should be set to profile when trying to update a profile.
Method string `json:"method"`
// Screen requests navigation to a previous screen. This must be set to credential-selection to go back to the credential selection screen.
Screen *string `json:"screen,omitempty"`
// Traits The identity's traits.
Traits map[string]interface{} `json:"traits"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateRegistrationFlowWithProfileMethod Update Registration Flow with Profile Method
func NewUpdateRegistrationFlowWithProfileMethod ¶ added in v1.11.6
func NewUpdateRegistrationFlowWithProfileMethod(method string, traits map[string]interface{}) *UpdateRegistrationFlowWithProfileMethod
NewUpdateRegistrationFlowWithProfileMethod instantiates a new UpdateRegistrationFlowWithProfileMethod 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 NewUpdateRegistrationFlowWithProfileMethodWithDefaults ¶ added in v1.11.6
func NewUpdateRegistrationFlowWithProfileMethodWithDefaults() *UpdateRegistrationFlowWithProfileMethod
NewUpdateRegistrationFlowWithProfileMethodWithDefaults instantiates a new UpdateRegistrationFlowWithProfileMethod 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 (*UpdateRegistrationFlowWithProfileMethod) GetCsrfToken ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithProfileMethod) GetCsrfTokenOk ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithProfileMethod) GetMethod ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateRegistrationFlowWithProfileMethod) GetMethodOk ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithProfileMethod) GetScreen ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) GetScreen() string
GetScreen returns the Screen field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithProfileMethod) GetScreenOk ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) GetScreenOk() (*string, bool)
GetScreenOk returns a tuple with the Screen field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithProfileMethod) GetTraits ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) GetTraits() map[string]interface{}
GetTraits returns the Traits field value
func (*UpdateRegistrationFlowWithProfileMethod) GetTraitsOk ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) GetTraitsOk() (map[string]interface{}, bool)
GetTraitsOk returns a tuple with the Traits field value and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithProfileMethod) GetTransientPayload ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithProfileMethod) GetTransientPayloadOk ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithProfileMethod) HasCsrfToken ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateRegistrationFlowWithProfileMethod) HasScreen ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) HasScreen() bool
HasScreen returns a boolean if a field has been set.
func (*UpdateRegistrationFlowWithProfileMethod) HasTransientPayload ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (UpdateRegistrationFlowWithProfileMethod) MarshalJSON ¶ added in v1.11.6
func (o UpdateRegistrationFlowWithProfileMethod) MarshalJSON() ([]byte, error)
func (*UpdateRegistrationFlowWithProfileMethod) SetCsrfToken ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateRegistrationFlowWithProfileMethod) SetMethod ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateRegistrationFlowWithProfileMethod) SetScreen ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) SetScreen(v string)
SetScreen gets a reference to the given string and assigns it to the Screen field.
func (*UpdateRegistrationFlowWithProfileMethod) SetTraits ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) SetTraits(v map[string]interface{})
SetTraits sets field value
func (*UpdateRegistrationFlowWithProfileMethod) SetTransientPayload ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (UpdateRegistrationFlowWithProfileMethod) ToMap ¶ added in v1.11.6
func (o UpdateRegistrationFlowWithProfileMethod) ToMap() (map[string]interface{}, error)
func (*UpdateRegistrationFlowWithProfileMethod) UnmarshalJSON ¶ added in v1.11.6
func (o *UpdateRegistrationFlowWithProfileMethod) UnmarshalJSON(data []byte) (err error)
type UpdateRegistrationFlowWithWebAuthnMethod ¶
type UpdateRegistrationFlowWithWebAuthnMethod struct {
// CSRFToken is the anti-CSRF token
CsrfToken *string `json:"csrf_token,omitempty"`
// Method Should be set to \"webauthn\" when trying to add, update, or remove a webAuthn pairing.
Method string `json:"method"`
// The identity's traits
Traits map[string]interface{} `json:"traits"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
// Register a WebAuthn Security Key It is expected that the JSON returned by the WebAuthn registration process is included here.
WebauthnRegister *string `json:"webauthn_register,omitempty"`
// Name of the WebAuthn Security Key to be Added A human-readable name for the security key which will be added.
WebauthnRegisterDisplayname *string `json:"webauthn_register_displayname,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateRegistrationFlowWithWebAuthnMethod Update Registration Flow with WebAuthn Method
func NewUpdateRegistrationFlowWithWebAuthnMethod ¶
func NewUpdateRegistrationFlowWithWebAuthnMethod(method string, traits map[string]interface{}) *UpdateRegistrationFlowWithWebAuthnMethod
NewUpdateRegistrationFlowWithWebAuthnMethod instantiates a new UpdateRegistrationFlowWithWebAuthnMethod 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 NewUpdateRegistrationFlowWithWebAuthnMethodWithDefaults ¶
func NewUpdateRegistrationFlowWithWebAuthnMethodWithDefaults() *UpdateRegistrationFlowWithWebAuthnMethod
NewUpdateRegistrationFlowWithWebAuthnMethodWithDefaults instantiates a new UpdateRegistrationFlowWithWebAuthnMethod 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 (*UpdateRegistrationFlowWithWebAuthnMethod) GetCsrfToken ¶
func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithWebAuthnMethod) GetCsrfTokenOk ¶
func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithWebAuthnMethod) GetMethod ¶
func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateRegistrationFlowWithWebAuthnMethod) GetMethodOk ¶
func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithWebAuthnMethod) GetTraits ¶
func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetTraits() map[string]interface{}
GetTraits returns the Traits field value
func (*UpdateRegistrationFlowWithWebAuthnMethod) GetTraitsOk ¶
func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetTraitsOk() (map[string]interface{}, bool)
GetTraitsOk returns a tuple with the Traits field value and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithWebAuthnMethod) GetTransientPayload ¶ added in v1.1.18
func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithWebAuthnMethod) GetTransientPayloadOk ¶ added in v1.1.18
func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithWebAuthnMethod) GetWebauthnRegister ¶
func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetWebauthnRegister() string
GetWebauthnRegister returns the WebauthnRegister field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithWebAuthnMethod) GetWebauthnRegisterDisplayname ¶
func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetWebauthnRegisterDisplayname() string
GetWebauthnRegisterDisplayname returns the WebauthnRegisterDisplayname field value if set, zero value otherwise.
func (*UpdateRegistrationFlowWithWebAuthnMethod) GetWebauthnRegisterDisplaynameOk ¶
func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetWebauthnRegisterDisplaynameOk() (*string, bool)
GetWebauthnRegisterDisplaynameOk returns a tuple with the WebauthnRegisterDisplayname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithWebAuthnMethod) GetWebauthnRegisterOk ¶
func (o *UpdateRegistrationFlowWithWebAuthnMethod) GetWebauthnRegisterOk() (*string, bool)
GetWebauthnRegisterOk returns a tuple with the WebauthnRegister field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRegistrationFlowWithWebAuthnMethod) HasCsrfToken ¶
func (o *UpdateRegistrationFlowWithWebAuthnMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateRegistrationFlowWithWebAuthnMethod) HasTransientPayload ¶ added in v1.1.18
func (o *UpdateRegistrationFlowWithWebAuthnMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (*UpdateRegistrationFlowWithWebAuthnMethod) HasWebauthnRegister ¶
func (o *UpdateRegistrationFlowWithWebAuthnMethod) HasWebauthnRegister() bool
HasWebauthnRegister returns a boolean if a field has been set.
func (*UpdateRegistrationFlowWithWebAuthnMethod) HasWebauthnRegisterDisplayname ¶
func (o *UpdateRegistrationFlowWithWebAuthnMethod) HasWebauthnRegisterDisplayname() bool
HasWebauthnRegisterDisplayname returns a boolean if a field has been set.
func (UpdateRegistrationFlowWithWebAuthnMethod) MarshalJSON ¶
func (o UpdateRegistrationFlowWithWebAuthnMethod) MarshalJSON() ([]byte, error)
func (*UpdateRegistrationFlowWithWebAuthnMethod) SetCsrfToken ¶
func (o *UpdateRegistrationFlowWithWebAuthnMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateRegistrationFlowWithWebAuthnMethod) SetMethod ¶
func (o *UpdateRegistrationFlowWithWebAuthnMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateRegistrationFlowWithWebAuthnMethod) SetTraits ¶
func (o *UpdateRegistrationFlowWithWebAuthnMethod) SetTraits(v map[string]interface{})
SetTraits sets field value
func (*UpdateRegistrationFlowWithWebAuthnMethod) SetTransientPayload ¶ added in v1.1.18
func (o *UpdateRegistrationFlowWithWebAuthnMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (*UpdateRegistrationFlowWithWebAuthnMethod) SetWebauthnRegister ¶
func (o *UpdateRegistrationFlowWithWebAuthnMethod) SetWebauthnRegister(v string)
SetWebauthnRegister gets a reference to the given string and assigns it to the WebauthnRegister field.
func (*UpdateRegistrationFlowWithWebAuthnMethod) SetWebauthnRegisterDisplayname ¶
func (o *UpdateRegistrationFlowWithWebAuthnMethod) SetWebauthnRegisterDisplayname(v string)
SetWebauthnRegisterDisplayname gets a reference to the given string and assigns it to the WebauthnRegisterDisplayname field.
func (UpdateRegistrationFlowWithWebAuthnMethod) ToMap ¶ added in v1.3.0
func (o UpdateRegistrationFlowWithWebAuthnMethod) ToMap() (map[string]interface{}, error)
func (*UpdateRegistrationFlowWithWebAuthnMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateRegistrationFlowWithWebAuthnMethod) UnmarshalJSON(data []byte) (err error)
type UpdateSettingsFlowBody ¶
type UpdateSettingsFlowBody struct {
UpdateSettingsFlowWithLookupMethod *UpdateSettingsFlowWithLookupMethod
UpdateSettingsFlowWithOidcMethod *UpdateSettingsFlowWithOidcMethod
UpdateSettingsFlowWithPasskeyMethod *UpdateSettingsFlowWithPasskeyMethod
UpdateSettingsFlowWithPasswordMethod *UpdateSettingsFlowWithPasswordMethod
UpdateSettingsFlowWithProfileMethod *UpdateSettingsFlowWithProfileMethod
UpdateSettingsFlowWithTotpMethod *UpdateSettingsFlowWithTotpMethod
UpdateSettingsFlowWithWebAuthnMethod *UpdateSettingsFlowWithWebAuthnMethod
}
UpdateSettingsFlowBody - Update Settings Flow Request Body
func UpdateSettingsFlowWithLookupMethodAsUpdateSettingsFlowBody ¶
func UpdateSettingsFlowWithLookupMethodAsUpdateSettingsFlowBody(v *UpdateSettingsFlowWithLookupMethod) UpdateSettingsFlowBody
UpdateSettingsFlowWithLookupMethodAsUpdateSettingsFlowBody is a convenience function that returns UpdateSettingsFlowWithLookupMethod wrapped in UpdateSettingsFlowBody
func UpdateSettingsFlowWithOidcMethodAsUpdateSettingsFlowBody ¶
func UpdateSettingsFlowWithOidcMethodAsUpdateSettingsFlowBody(v *UpdateSettingsFlowWithOidcMethod) UpdateSettingsFlowBody
UpdateSettingsFlowWithOidcMethodAsUpdateSettingsFlowBody is a convenience function that returns UpdateSettingsFlowWithOidcMethod wrapped in UpdateSettingsFlowBody
func UpdateSettingsFlowWithPasskeyMethodAsUpdateSettingsFlowBody ¶ added in v1.11.6
func UpdateSettingsFlowWithPasskeyMethodAsUpdateSettingsFlowBody(v *UpdateSettingsFlowWithPasskeyMethod) UpdateSettingsFlowBody
UpdateSettingsFlowWithPasskeyMethodAsUpdateSettingsFlowBody is a convenience function that returns UpdateSettingsFlowWithPasskeyMethod wrapped in UpdateSettingsFlowBody
func UpdateSettingsFlowWithPasswordMethodAsUpdateSettingsFlowBody ¶
func UpdateSettingsFlowWithPasswordMethodAsUpdateSettingsFlowBody(v *UpdateSettingsFlowWithPasswordMethod) UpdateSettingsFlowBody
UpdateSettingsFlowWithPasswordMethodAsUpdateSettingsFlowBody is a convenience function that returns UpdateSettingsFlowWithPasswordMethod wrapped in UpdateSettingsFlowBody
func UpdateSettingsFlowWithProfileMethodAsUpdateSettingsFlowBody ¶
func UpdateSettingsFlowWithProfileMethodAsUpdateSettingsFlowBody(v *UpdateSettingsFlowWithProfileMethod) UpdateSettingsFlowBody
UpdateSettingsFlowWithProfileMethodAsUpdateSettingsFlowBody is a convenience function that returns UpdateSettingsFlowWithProfileMethod wrapped in UpdateSettingsFlowBody
func UpdateSettingsFlowWithTotpMethodAsUpdateSettingsFlowBody ¶
func UpdateSettingsFlowWithTotpMethodAsUpdateSettingsFlowBody(v *UpdateSettingsFlowWithTotpMethod) UpdateSettingsFlowBody
UpdateSettingsFlowWithTotpMethodAsUpdateSettingsFlowBody is a convenience function that returns UpdateSettingsFlowWithTotpMethod wrapped in UpdateSettingsFlowBody
func UpdateSettingsFlowWithWebAuthnMethodAsUpdateSettingsFlowBody ¶
func UpdateSettingsFlowWithWebAuthnMethodAsUpdateSettingsFlowBody(v *UpdateSettingsFlowWithWebAuthnMethod) UpdateSettingsFlowBody
UpdateSettingsFlowWithWebAuthnMethodAsUpdateSettingsFlowBody is a convenience function that returns UpdateSettingsFlowWithWebAuthnMethod wrapped in UpdateSettingsFlowBody
func (*UpdateSettingsFlowBody) GetActualInstance ¶
func (obj *UpdateSettingsFlowBody) GetActualInstance() interface{}
Get the actual instance
func (UpdateSettingsFlowBody) MarshalJSON ¶
func (src UpdateSettingsFlowBody) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UpdateSettingsFlowBody) UnmarshalJSON ¶
func (dst *UpdateSettingsFlowBody) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type UpdateSettingsFlowWithLookupMethod ¶
type UpdateSettingsFlowWithLookupMethod struct {
// CSRFToken is the anti-CSRF token
CsrfToken *string `json:"csrf_token,omitempty"`
// If set to true will save the regenerated lookup secrets
LookupSecretConfirm *bool `json:"lookup_secret_confirm,omitempty"`
// Disables this method if true.
LookupSecretDisable *bool `json:"lookup_secret_disable,omitempty"`
// If set to true will regenerate the lookup secrets
LookupSecretRegenerate *bool `json:"lookup_secret_regenerate,omitempty"`
// If set to true will reveal the lookup secrets
LookupSecretReveal *bool `json:"lookup_secret_reveal,omitempty"`
// Method Should be set to \"lookup\" when trying to add, update, or remove a lookup pairing.
Method string `json:"method"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateSettingsFlowWithLookupMethod Update Settings Flow with Lookup Method
func NewUpdateSettingsFlowWithLookupMethod ¶
func NewUpdateSettingsFlowWithLookupMethod(method string) *UpdateSettingsFlowWithLookupMethod
NewUpdateSettingsFlowWithLookupMethod instantiates a new UpdateSettingsFlowWithLookupMethod 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 NewUpdateSettingsFlowWithLookupMethodWithDefaults ¶
func NewUpdateSettingsFlowWithLookupMethodWithDefaults() *UpdateSettingsFlowWithLookupMethod
NewUpdateSettingsFlowWithLookupMethodWithDefaults instantiates a new UpdateSettingsFlowWithLookupMethod 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 (*UpdateSettingsFlowWithLookupMethod) GetCsrfToken ¶
func (o *UpdateSettingsFlowWithLookupMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithLookupMethod) GetCsrfTokenOk ¶
func (o *UpdateSettingsFlowWithLookupMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithLookupMethod) GetLookupSecretConfirm ¶
func (o *UpdateSettingsFlowWithLookupMethod) GetLookupSecretConfirm() bool
GetLookupSecretConfirm returns the LookupSecretConfirm field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithLookupMethod) GetLookupSecretConfirmOk ¶
func (o *UpdateSettingsFlowWithLookupMethod) GetLookupSecretConfirmOk() (*bool, bool)
GetLookupSecretConfirmOk returns a tuple with the LookupSecretConfirm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithLookupMethod) GetLookupSecretDisable ¶
func (o *UpdateSettingsFlowWithLookupMethod) GetLookupSecretDisable() bool
GetLookupSecretDisable returns the LookupSecretDisable field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithLookupMethod) GetLookupSecretDisableOk ¶
func (o *UpdateSettingsFlowWithLookupMethod) GetLookupSecretDisableOk() (*bool, bool)
GetLookupSecretDisableOk returns a tuple with the LookupSecretDisable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithLookupMethod) GetLookupSecretRegenerate ¶
func (o *UpdateSettingsFlowWithLookupMethod) GetLookupSecretRegenerate() bool
GetLookupSecretRegenerate returns the LookupSecretRegenerate field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithLookupMethod) GetLookupSecretRegenerateOk ¶
func (o *UpdateSettingsFlowWithLookupMethod) GetLookupSecretRegenerateOk() (*bool, bool)
GetLookupSecretRegenerateOk returns a tuple with the LookupSecretRegenerate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithLookupMethod) GetLookupSecretReveal ¶
func (o *UpdateSettingsFlowWithLookupMethod) GetLookupSecretReveal() bool
GetLookupSecretReveal returns the LookupSecretReveal field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithLookupMethod) GetLookupSecretRevealOk ¶
func (o *UpdateSettingsFlowWithLookupMethod) GetLookupSecretRevealOk() (*bool, bool)
GetLookupSecretRevealOk returns a tuple with the LookupSecretReveal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithLookupMethod) GetMethod ¶
func (o *UpdateSettingsFlowWithLookupMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateSettingsFlowWithLookupMethod) GetMethodOk ¶
func (o *UpdateSettingsFlowWithLookupMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithLookupMethod) GetTransientPayload ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithLookupMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithLookupMethod) GetTransientPayloadOk ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithLookupMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithLookupMethod) HasCsrfToken ¶
func (o *UpdateSettingsFlowWithLookupMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithLookupMethod) HasLookupSecretConfirm ¶
func (o *UpdateSettingsFlowWithLookupMethod) HasLookupSecretConfirm() bool
HasLookupSecretConfirm returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithLookupMethod) HasLookupSecretDisable ¶
func (o *UpdateSettingsFlowWithLookupMethod) HasLookupSecretDisable() bool
HasLookupSecretDisable returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithLookupMethod) HasLookupSecretRegenerate ¶
func (o *UpdateSettingsFlowWithLookupMethod) HasLookupSecretRegenerate() bool
HasLookupSecretRegenerate returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithLookupMethod) HasLookupSecretReveal ¶
func (o *UpdateSettingsFlowWithLookupMethod) HasLookupSecretReveal() bool
HasLookupSecretReveal returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithLookupMethod) HasTransientPayload ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithLookupMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (UpdateSettingsFlowWithLookupMethod) MarshalJSON ¶
func (o UpdateSettingsFlowWithLookupMethod) MarshalJSON() ([]byte, error)
func (*UpdateSettingsFlowWithLookupMethod) SetCsrfToken ¶
func (o *UpdateSettingsFlowWithLookupMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateSettingsFlowWithLookupMethod) SetLookupSecretConfirm ¶
func (o *UpdateSettingsFlowWithLookupMethod) SetLookupSecretConfirm(v bool)
SetLookupSecretConfirm gets a reference to the given bool and assigns it to the LookupSecretConfirm field.
func (*UpdateSettingsFlowWithLookupMethod) SetLookupSecretDisable ¶
func (o *UpdateSettingsFlowWithLookupMethod) SetLookupSecretDisable(v bool)
SetLookupSecretDisable gets a reference to the given bool and assigns it to the LookupSecretDisable field.
func (*UpdateSettingsFlowWithLookupMethod) SetLookupSecretRegenerate ¶
func (o *UpdateSettingsFlowWithLookupMethod) SetLookupSecretRegenerate(v bool)
SetLookupSecretRegenerate gets a reference to the given bool and assigns it to the LookupSecretRegenerate field.
func (*UpdateSettingsFlowWithLookupMethod) SetLookupSecretReveal ¶
func (o *UpdateSettingsFlowWithLookupMethod) SetLookupSecretReveal(v bool)
SetLookupSecretReveal gets a reference to the given bool and assigns it to the LookupSecretReveal field.
func (*UpdateSettingsFlowWithLookupMethod) SetMethod ¶
func (o *UpdateSettingsFlowWithLookupMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateSettingsFlowWithLookupMethod) SetTransientPayload ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithLookupMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (UpdateSettingsFlowWithLookupMethod) ToMap ¶ added in v1.3.0
func (o UpdateSettingsFlowWithLookupMethod) ToMap() (map[string]interface{}, error)
func (*UpdateSettingsFlowWithLookupMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateSettingsFlowWithLookupMethod) UnmarshalJSON(data []byte) (err error)
type UpdateSettingsFlowWithOidcMethod ¶
type UpdateSettingsFlowWithOidcMethod struct {
// Flow ID is the flow's ID. in: query
Flow *string `json:"flow,omitempty"`
// Link this provider Either this or `unlink` must be set. type: string in: body
Link *string `json:"link,omitempty"`
// Method Should be set to profile when trying to update a profile.
Method string `json:"method"`
// The identity's traits in: body
Traits map[string]interface{} `json:"traits,omitempty"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
// Unlink this provider Either this or `link` must be set. type: string in: body
Unlink *string `json:"unlink,omitempty"`
// UpstreamParameters are the parameters that are passed to the upstream identity provider. These parameters are optional and depend on what the upstream identity provider supports. Supported parameters are: `login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session. `hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`. `prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`.
UpstreamParameters map[string]interface{} `json:"upstream_parameters,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateSettingsFlowWithOidcMethod Update Settings Flow with OpenID Connect Method
func NewUpdateSettingsFlowWithOidcMethod ¶
func NewUpdateSettingsFlowWithOidcMethod(method string) *UpdateSettingsFlowWithOidcMethod
NewUpdateSettingsFlowWithOidcMethod instantiates a new UpdateSettingsFlowWithOidcMethod 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 NewUpdateSettingsFlowWithOidcMethodWithDefaults ¶
func NewUpdateSettingsFlowWithOidcMethodWithDefaults() *UpdateSettingsFlowWithOidcMethod
NewUpdateSettingsFlowWithOidcMethodWithDefaults instantiates a new UpdateSettingsFlowWithOidcMethod 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 (*UpdateSettingsFlowWithOidcMethod) GetFlow ¶
func (o *UpdateSettingsFlowWithOidcMethod) GetFlow() string
GetFlow returns the Flow field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithOidcMethod) GetFlowOk ¶
func (o *UpdateSettingsFlowWithOidcMethod) GetFlowOk() (*string, bool)
GetFlowOk returns a tuple with the Flow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithOidcMethod) GetLink ¶
func (o *UpdateSettingsFlowWithOidcMethod) GetLink() string
GetLink returns the Link field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithOidcMethod) GetLinkOk ¶
func (o *UpdateSettingsFlowWithOidcMethod) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithOidcMethod) GetMethod ¶
func (o *UpdateSettingsFlowWithOidcMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateSettingsFlowWithOidcMethod) GetMethodOk ¶
func (o *UpdateSettingsFlowWithOidcMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithOidcMethod) GetTraits ¶
func (o *UpdateSettingsFlowWithOidcMethod) GetTraits() map[string]interface{}
GetTraits returns the Traits field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithOidcMethod) GetTraitsOk ¶
func (o *UpdateSettingsFlowWithOidcMethod) GetTraitsOk() (map[string]interface{}, bool)
GetTraitsOk returns a tuple with the Traits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithOidcMethod) GetTransientPayload ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithOidcMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithOidcMethod) GetTransientPayloadOk ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithOidcMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithOidcMethod) GetUnlink ¶
func (o *UpdateSettingsFlowWithOidcMethod) GetUnlink() string
GetUnlink returns the Unlink field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithOidcMethod) GetUnlinkOk ¶
func (o *UpdateSettingsFlowWithOidcMethod) GetUnlinkOk() (*string, bool)
GetUnlinkOk returns a tuple with the Unlink field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithOidcMethod) GetUpstreamParameters ¶ added in v1.1.22
func (o *UpdateSettingsFlowWithOidcMethod) GetUpstreamParameters() map[string]interface{}
GetUpstreamParameters returns the UpstreamParameters field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithOidcMethod) GetUpstreamParametersOk ¶ added in v1.1.22
func (o *UpdateSettingsFlowWithOidcMethod) GetUpstreamParametersOk() (map[string]interface{}, bool)
GetUpstreamParametersOk returns a tuple with the UpstreamParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithOidcMethod) HasFlow ¶
func (o *UpdateSettingsFlowWithOidcMethod) HasFlow() bool
HasFlow returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithOidcMethod) HasLink ¶
func (o *UpdateSettingsFlowWithOidcMethod) HasLink() bool
HasLink returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithOidcMethod) HasTraits ¶
func (o *UpdateSettingsFlowWithOidcMethod) HasTraits() bool
HasTraits returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithOidcMethod) HasTransientPayload ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithOidcMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithOidcMethod) HasUnlink ¶
func (o *UpdateSettingsFlowWithOidcMethod) HasUnlink() bool
HasUnlink returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithOidcMethod) HasUpstreamParameters ¶ added in v1.1.22
func (o *UpdateSettingsFlowWithOidcMethod) HasUpstreamParameters() bool
HasUpstreamParameters returns a boolean if a field has been set.
func (UpdateSettingsFlowWithOidcMethod) MarshalJSON ¶
func (o UpdateSettingsFlowWithOidcMethod) MarshalJSON() ([]byte, error)
func (*UpdateSettingsFlowWithOidcMethod) SetFlow ¶
func (o *UpdateSettingsFlowWithOidcMethod) SetFlow(v string)
SetFlow gets a reference to the given string and assigns it to the Flow field.
func (*UpdateSettingsFlowWithOidcMethod) SetLink ¶
func (o *UpdateSettingsFlowWithOidcMethod) SetLink(v string)
SetLink gets a reference to the given string and assigns it to the Link field.
func (*UpdateSettingsFlowWithOidcMethod) SetMethod ¶
func (o *UpdateSettingsFlowWithOidcMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateSettingsFlowWithOidcMethod) SetTraits ¶
func (o *UpdateSettingsFlowWithOidcMethod) SetTraits(v map[string]interface{})
SetTraits gets a reference to the given map[string]interface{} and assigns it to the Traits field.
func (*UpdateSettingsFlowWithOidcMethod) SetTransientPayload ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithOidcMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (*UpdateSettingsFlowWithOidcMethod) SetUnlink ¶
func (o *UpdateSettingsFlowWithOidcMethod) SetUnlink(v string)
SetUnlink gets a reference to the given string and assigns it to the Unlink field.
func (*UpdateSettingsFlowWithOidcMethod) SetUpstreamParameters ¶ added in v1.1.22
func (o *UpdateSettingsFlowWithOidcMethod) SetUpstreamParameters(v map[string]interface{})
SetUpstreamParameters gets a reference to the given map[string]interface{} and assigns it to the UpstreamParameters field.
func (UpdateSettingsFlowWithOidcMethod) ToMap ¶ added in v1.3.0
func (o UpdateSettingsFlowWithOidcMethod) ToMap() (map[string]interface{}, error)
func (*UpdateSettingsFlowWithOidcMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateSettingsFlowWithOidcMethod) UnmarshalJSON(data []byte) (err error)
type UpdateSettingsFlowWithPasskeyMethod ¶ added in v1.11.6
type UpdateSettingsFlowWithPasskeyMethod struct {
// CSRFToken is the anti-CSRF token
CsrfToken *string `json:"csrf_token,omitempty"`
// Method Should be set to \"passkey\" when trying to add, update, or remove a webAuthn pairing.
Method string `json:"method"`
// Remove a WebAuthn Security Key This must contain the ID of the WebAuthN connection.
PasskeyRemove *string `json:"passkey_remove,omitempty"`
// Register a WebAuthn Security Key It is expected that the JSON returned by the WebAuthn registration process is included here.
PasskeySettingsRegister *string `json:"passkey_settings_register,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateSettingsFlowWithPasskeyMethod Update Settings Flow with Passkey Method
func NewUpdateSettingsFlowWithPasskeyMethod ¶ added in v1.11.6
func NewUpdateSettingsFlowWithPasskeyMethod(method string) *UpdateSettingsFlowWithPasskeyMethod
NewUpdateSettingsFlowWithPasskeyMethod instantiates a new UpdateSettingsFlowWithPasskeyMethod 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 NewUpdateSettingsFlowWithPasskeyMethodWithDefaults ¶ added in v1.11.6
func NewUpdateSettingsFlowWithPasskeyMethodWithDefaults() *UpdateSettingsFlowWithPasskeyMethod
NewUpdateSettingsFlowWithPasskeyMethodWithDefaults instantiates a new UpdateSettingsFlowWithPasskeyMethod 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 (*UpdateSettingsFlowWithPasskeyMethod) GetCsrfToken ¶ added in v1.11.6
func (o *UpdateSettingsFlowWithPasskeyMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithPasskeyMethod) GetCsrfTokenOk ¶ added in v1.11.6
func (o *UpdateSettingsFlowWithPasskeyMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithPasskeyMethod) GetMethod ¶ added in v1.11.6
func (o *UpdateSettingsFlowWithPasskeyMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateSettingsFlowWithPasskeyMethod) GetMethodOk ¶ added in v1.11.6
func (o *UpdateSettingsFlowWithPasskeyMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithPasskeyMethod) GetPasskeyRemove ¶ added in v1.11.6
func (o *UpdateSettingsFlowWithPasskeyMethod) GetPasskeyRemove() string
GetPasskeyRemove returns the PasskeyRemove field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithPasskeyMethod) GetPasskeyRemoveOk ¶ added in v1.11.6
func (o *UpdateSettingsFlowWithPasskeyMethod) GetPasskeyRemoveOk() (*string, bool)
GetPasskeyRemoveOk returns a tuple with the PasskeyRemove field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithPasskeyMethod) GetPasskeySettingsRegister ¶ added in v1.11.6
func (o *UpdateSettingsFlowWithPasskeyMethod) GetPasskeySettingsRegister() string
GetPasskeySettingsRegister returns the PasskeySettingsRegister field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithPasskeyMethod) GetPasskeySettingsRegisterOk ¶ added in v1.11.6
func (o *UpdateSettingsFlowWithPasskeyMethod) GetPasskeySettingsRegisterOk() (*string, bool)
GetPasskeySettingsRegisterOk returns a tuple with the PasskeySettingsRegister field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithPasskeyMethod) HasCsrfToken ¶ added in v1.11.6
func (o *UpdateSettingsFlowWithPasskeyMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithPasskeyMethod) HasPasskeyRemove ¶ added in v1.11.6
func (o *UpdateSettingsFlowWithPasskeyMethod) HasPasskeyRemove() bool
HasPasskeyRemove returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithPasskeyMethod) HasPasskeySettingsRegister ¶ added in v1.11.6
func (o *UpdateSettingsFlowWithPasskeyMethod) HasPasskeySettingsRegister() bool
HasPasskeySettingsRegister returns a boolean if a field has been set.
func (UpdateSettingsFlowWithPasskeyMethod) MarshalJSON ¶ added in v1.11.6
func (o UpdateSettingsFlowWithPasskeyMethod) MarshalJSON() ([]byte, error)
func (*UpdateSettingsFlowWithPasskeyMethod) SetCsrfToken ¶ added in v1.11.6
func (o *UpdateSettingsFlowWithPasskeyMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateSettingsFlowWithPasskeyMethod) SetMethod ¶ added in v1.11.6
func (o *UpdateSettingsFlowWithPasskeyMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateSettingsFlowWithPasskeyMethod) SetPasskeyRemove ¶ added in v1.11.6
func (o *UpdateSettingsFlowWithPasskeyMethod) SetPasskeyRemove(v string)
SetPasskeyRemove gets a reference to the given string and assigns it to the PasskeyRemove field.
func (*UpdateSettingsFlowWithPasskeyMethod) SetPasskeySettingsRegister ¶ added in v1.11.6
func (o *UpdateSettingsFlowWithPasskeyMethod) SetPasskeySettingsRegister(v string)
SetPasskeySettingsRegister gets a reference to the given string and assigns it to the PasskeySettingsRegister field.
func (UpdateSettingsFlowWithPasskeyMethod) ToMap ¶ added in v1.11.6
func (o UpdateSettingsFlowWithPasskeyMethod) ToMap() (map[string]interface{}, error)
func (*UpdateSettingsFlowWithPasskeyMethod) UnmarshalJSON ¶ added in v1.11.6
func (o *UpdateSettingsFlowWithPasskeyMethod) UnmarshalJSON(data []byte) (err error)
type UpdateSettingsFlowWithPasswordMethod ¶
type UpdateSettingsFlowWithPasswordMethod struct {
// CSRFToken is the anti-CSRF token
CsrfToken *string `json:"csrf_token,omitempty"`
// Method Should be set to password when trying to update a password.
Method string `json:"method"`
// Password is the updated password
Password string `json:"password"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateSettingsFlowWithPasswordMethod Update Settings Flow with Password Method
func NewUpdateSettingsFlowWithPasswordMethod ¶
func NewUpdateSettingsFlowWithPasswordMethod(method string, password string) *UpdateSettingsFlowWithPasswordMethod
NewUpdateSettingsFlowWithPasswordMethod instantiates a new UpdateSettingsFlowWithPasswordMethod 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 NewUpdateSettingsFlowWithPasswordMethodWithDefaults ¶
func NewUpdateSettingsFlowWithPasswordMethodWithDefaults() *UpdateSettingsFlowWithPasswordMethod
NewUpdateSettingsFlowWithPasswordMethodWithDefaults instantiates a new UpdateSettingsFlowWithPasswordMethod 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 (*UpdateSettingsFlowWithPasswordMethod) GetCsrfToken ¶
func (o *UpdateSettingsFlowWithPasswordMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithPasswordMethod) GetCsrfTokenOk ¶
func (o *UpdateSettingsFlowWithPasswordMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithPasswordMethod) GetMethod ¶
func (o *UpdateSettingsFlowWithPasswordMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateSettingsFlowWithPasswordMethod) GetMethodOk ¶
func (o *UpdateSettingsFlowWithPasswordMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithPasswordMethod) GetPassword ¶
func (o *UpdateSettingsFlowWithPasswordMethod) GetPassword() string
GetPassword returns the Password field value
func (*UpdateSettingsFlowWithPasswordMethod) GetPasswordOk ¶
func (o *UpdateSettingsFlowWithPasswordMethod) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithPasswordMethod) GetTransientPayload ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithPasswordMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithPasswordMethod) GetTransientPayloadOk ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithPasswordMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithPasswordMethod) HasCsrfToken ¶
func (o *UpdateSettingsFlowWithPasswordMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithPasswordMethod) HasTransientPayload ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithPasswordMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (UpdateSettingsFlowWithPasswordMethod) MarshalJSON ¶
func (o UpdateSettingsFlowWithPasswordMethod) MarshalJSON() ([]byte, error)
func (*UpdateSettingsFlowWithPasswordMethod) SetCsrfToken ¶
func (o *UpdateSettingsFlowWithPasswordMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateSettingsFlowWithPasswordMethod) SetMethod ¶
func (o *UpdateSettingsFlowWithPasswordMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateSettingsFlowWithPasswordMethod) SetPassword ¶
func (o *UpdateSettingsFlowWithPasswordMethod) SetPassword(v string)
SetPassword sets field value
func (*UpdateSettingsFlowWithPasswordMethod) SetTransientPayload ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithPasswordMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (UpdateSettingsFlowWithPasswordMethod) ToMap ¶ added in v1.3.0
func (o UpdateSettingsFlowWithPasswordMethod) ToMap() (map[string]interface{}, error)
func (*UpdateSettingsFlowWithPasswordMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateSettingsFlowWithPasswordMethod) UnmarshalJSON(data []byte) (err error)
type UpdateSettingsFlowWithProfileMethod ¶
type UpdateSettingsFlowWithProfileMethod struct {
// The Anti-CSRF Token This token is only required when performing browser flows.
CsrfToken *string `json:"csrf_token,omitempty"`
// Method Should be set to profile when trying to update a profile.
Method string `json:"method"`
// Traits The identity's traits.
Traits map[string]interface{} `json:"traits"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateSettingsFlowWithProfileMethod Update Settings Flow with Profile Method
func NewUpdateSettingsFlowWithProfileMethod ¶
func NewUpdateSettingsFlowWithProfileMethod(method string, traits map[string]interface{}) *UpdateSettingsFlowWithProfileMethod
NewUpdateSettingsFlowWithProfileMethod instantiates a new UpdateSettingsFlowWithProfileMethod 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 NewUpdateSettingsFlowWithProfileMethodWithDefaults ¶
func NewUpdateSettingsFlowWithProfileMethodWithDefaults() *UpdateSettingsFlowWithProfileMethod
NewUpdateSettingsFlowWithProfileMethodWithDefaults instantiates a new UpdateSettingsFlowWithProfileMethod 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 (*UpdateSettingsFlowWithProfileMethod) GetCsrfToken ¶
func (o *UpdateSettingsFlowWithProfileMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithProfileMethod) GetCsrfTokenOk ¶
func (o *UpdateSettingsFlowWithProfileMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithProfileMethod) GetMethod ¶
func (o *UpdateSettingsFlowWithProfileMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateSettingsFlowWithProfileMethod) GetMethodOk ¶
func (o *UpdateSettingsFlowWithProfileMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithProfileMethod) GetTraits ¶
func (o *UpdateSettingsFlowWithProfileMethod) GetTraits() map[string]interface{}
GetTraits returns the Traits field value
func (*UpdateSettingsFlowWithProfileMethod) GetTraitsOk ¶
func (o *UpdateSettingsFlowWithProfileMethod) GetTraitsOk() (map[string]interface{}, bool)
GetTraitsOk returns a tuple with the Traits field value and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithProfileMethod) GetTransientPayload ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithProfileMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithProfileMethod) GetTransientPayloadOk ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithProfileMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithProfileMethod) HasCsrfToken ¶
func (o *UpdateSettingsFlowWithProfileMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithProfileMethod) HasTransientPayload ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithProfileMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (UpdateSettingsFlowWithProfileMethod) MarshalJSON ¶
func (o UpdateSettingsFlowWithProfileMethod) MarshalJSON() ([]byte, error)
func (*UpdateSettingsFlowWithProfileMethod) SetCsrfToken ¶
func (o *UpdateSettingsFlowWithProfileMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateSettingsFlowWithProfileMethod) SetMethod ¶
func (o *UpdateSettingsFlowWithProfileMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateSettingsFlowWithProfileMethod) SetTraits ¶
func (o *UpdateSettingsFlowWithProfileMethod) SetTraits(v map[string]interface{})
SetTraits sets field value
func (*UpdateSettingsFlowWithProfileMethod) SetTransientPayload ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithProfileMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (UpdateSettingsFlowWithProfileMethod) ToMap ¶ added in v1.3.0
func (o UpdateSettingsFlowWithProfileMethod) ToMap() (map[string]interface{}, error)
func (*UpdateSettingsFlowWithProfileMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateSettingsFlowWithProfileMethod) UnmarshalJSON(data []byte) (err error)
type UpdateSettingsFlowWithTotpMethod ¶
type UpdateSettingsFlowWithTotpMethod struct {
// CSRFToken is the anti-CSRF token
CsrfToken *string `json:"csrf_token,omitempty"`
// Method Should be set to \"totp\" when trying to add, update, or remove a totp pairing.
Method string `json:"method"`
// ValidationTOTP must contain a valid TOTP based on the
TotpCode *string `json:"totp_code,omitempty"`
// UnlinkTOTP if true will remove the TOTP pairing, effectively removing the credential. This can be used to set up a new TOTP device.
TotpUnlink *bool `json:"totp_unlink,omitempty"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateSettingsFlowWithTotpMethod Update Settings Flow with TOTP Method
func NewUpdateSettingsFlowWithTotpMethod ¶
func NewUpdateSettingsFlowWithTotpMethod(method string) *UpdateSettingsFlowWithTotpMethod
NewUpdateSettingsFlowWithTotpMethod instantiates a new UpdateSettingsFlowWithTotpMethod 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 NewUpdateSettingsFlowWithTotpMethodWithDefaults ¶
func NewUpdateSettingsFlowWithTotpMethodWithDefaults() *UpdateSettingsFlowWithTotpMethod
NewUpdateSettingsFlowWithTotpMethodWithDefaults instantiates a new UpdateSettingsFlowWithTotpMethod 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 (*UpdateSettingsFlowWithTotpMethod) GetCsrfToken ¶
func (o *UpdateSettingsFlowWithTotpMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithTotpMethod) GetCsrfTokenOk ¶
func (o *UpdateSettingsFlowWithTotpMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithTotpMethod) GetMethod ¶
func (o *UpdateSettingsFlowWithTotpMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateSettingsFlowWithTotpMethod) GetMethodOk ¶
func (o *UpdateSettingsFlowWithTotpMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithTotpMethod) GetTotpCode ¶
func (o *UpdateSettingsFlowWithTotpMethod) GetTotpCode() string
GetTotpCode returns the TotpCode field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithTotpMethod) GetTotpCodeOk ¶
func (o *UpdateSettingsFlowWithTotpMethod) GetTotpCodeOk() (*string, bool)
GetTotpCodeOk returns a tuple with the TotpCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithTotpMethod) GetTotpUnlink ¶
func (o *UpdateSettingsFlowWithTotpMethod) GetTotpUnlink() bool
GetTotpUnlink returns the TotpUnlink field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithTotpMethod) GetTotpUnlinkOk ¶
func (o *UpdateSettingsFlowWithTotpMethod) GetTotpUnlinkOk() (*bool, bool)
GetTotpUnlinkOk returns a tuple with the TotpUnlink field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithTotpMethod) GetTransientPayload ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithTotpMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithTotpMethod) GetTransientPayloadOk ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithTotpMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithTotpMethod) HasCsrfToken ¶
func (o *UpdateSettingsFlowWithTotpMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithTotpMethod) HasTotpCode ¶
func (o *UpdateSettingsFlowWithTotpMethod) HasTotpCode() bool
HasTotpCode returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithTotpMethod) HasTotpUnlink ¶
func (o *UpdateSettingsFlowWithTotpMethod) HasTotpUnlink() bool
HasTotpUnlink returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithTotpMethod) HasTransientPayload ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithTotpMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (UpdateSettingsFlowWithTotpMethod) MarshalJSON ¶
func (o UpdateSettingsFlowWithTotpMethod) MarshalJSON() ([]byte, error)
func (*UpdateSettingsFlowWithTotpMethod) SetCsrfToken ¶
func (o *UpdateSettingsFlowWithTotpMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateSettingsFlowWithTotpMethod) SetMethod ¶
func (o *UpdateSettingsFlowWithTotpMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateSettingsFlowWithTotpMethod) SetTotpCode ¶
func (o *UpdateSettingsFlowWithTotpMethod) SetTotpCode(v string)
SetTotpCode gets a reference to the given string and assigns it to the TotpCode field.
func (*UpdateSettingsFlowWithTotpMethod) SetTotpUnlink ¶
func (o *UpdateSettingsFlowWithTotpMethod) SetTotpUnlink(v bool)
SetTotpUnlink gets a reference to the given bool and assigns it to the TotpUnlink field.
func (*UpdateSettingsFlowWithTotpMethod) SetTransientPayload ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithTotpMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (UpdateSettingsFlowWithTotpMethod) ToMap ¶ added in v1.3.0
func (o UpdateSettingsFlowWithTotpMethod) ToMap() (map[string]interface{}, error)
func (*UpdateSettingsFlowWithTotpMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateSettingsFlowWithTotpMethod) UnmarshalJSON(data []byte) (err error)
type UpdateSettingsFlowWithWebAuthnMethod ¶
type UpdateSettingsFlowWithWebAuthnMethod struct {
// CSRFToken is the anti-CSRF token
CsrfToken *string `json:"csrf_token,omitempty"`
// Method Should be set to \"webauthn\" when trying to add, update, or remove a webAuthn pairing.
Method string `json:"method"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
// Register a WebAuthn Security Key It is expected that the JSON returned by the WebAuthn registration process is included here.
WebauthnRegister *string `json:"webauthn_register,omitempty"`
// Name of the WebAuthn Security Key to be Added A human-readable name for the security key which will be added.
WebauthnRegisterDisplayname *string `json:"webauthn_register_displayname,omitempty"`
// Remove a WebAuthn Security Key This must contain the ID of the WebAuthN connection.
WebauthnRemove *string `json:"webauthn_remove,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateSettingsFlowWithWebAuthnMethod Update Settings Flow with WebAuthn Method
func NewUpdateSettingsFlowWithWebAuthnMethod ¶
func NewUpdateSettingsFlowWithWebAuthnMethod(method string) *UpdateSettingsFlowWithWebAuthnMethod
NewUpdateSettingsFlowWithWebAuthnMethod instantiates a new UpdateSettingsFlowWithWebAuthnMethod 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 NewUpdateSettingsFlowWithWebAuthnMethodWithDefaults ¶
func NewUpdateSettingsFlowWithWebAuthnMethodWithDefaults() *UpdateSettingsFlowWithWebAuthnMethod
NewUpdateSettingsFlowWithWebAuthnMethodWithDefaults instantiates a new UpdateSettingsFlowWithWebAuthnMethod 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 (*UpdateSettingsFlowWithWebAuthnMethod) GetCsrfToken ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithWebAuthnMethod) GetCsrfTokenOk ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithWebAuthnMethod) GetMethod ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateSettingsFlowWithWebAuthnMethod) GetMethodOk ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithWebAuthnMethod) GetTransientPayload ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithWebAuthnMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithWebAuthnMethod) GetTransientPayloadOk ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithWebAuthnMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithWebAuthnMethod) GetWebauthnRegister ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) GetWebauthnRegister() string
GetWebauthnRegister returns the WebauthnRegister field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithWebAuthnMethod) GetWebauthnRegisterDisplayname ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) GetWebauthnRegisterDisplayname() string
GetWebauthnRegisterDisplayname returns the WebauthnRegisterDisplayname field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithWebAuthnMethod) GetWebauthnRegisterDisplaynameOk ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) GetWebauthnRegisterDisplaynameOk() (*string, bool)
GetWebauthnRegisterDisplaynameOk returns a tuple with the WebauthnRegisterDisplayname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithWebAuthnMethod) GetWebauthnRegisterOk ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) GetWebauthnRegisterOk() (*string, bool)
GetWebauthnRegisterOk returns a tuple with the WebauthnRegister field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithWebAuthnMethod) GetWebauthnRemove ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) GetWebauthnRemove() string
GetWebauthnRemove returns the WebauthnRemove field value if set, zero value otherwise.
func (*UpdateSettingsFlowWithWebAuthnMethod) GetWebauthnRemoveOk ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) GetWebauthnRemoveOk() (*string, bool)
GetWebauthnRemoveOk returns a tuple with the WebauthnRemove field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSettingsFlowWithWebAuthnMethod) HasCsrfToken ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithWebAuthnMethod) HasTransientPayload ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithWebAuthnMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithWebAuthnMethod) HasWebauthnRegister ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) HasWebauthnRegister() bool
HasWebauthnRegister returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithWebAuthnMethod) HasWebauthnRegisterDisplayname ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) HasWebauthnRegisterDisplayname() bool
HasWebauthnRegisterDisplayname returns a boolean if a field has been set.
func (*UpdateSettingsFlowWithWebAuthnMethod) HasWebauthnRemove ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) HasWebauthnRemove() bool
HasWebauthnRemove returns a boolean if a field has been set.
func (UpdateSettingsFlowWithWebAuthnMethod) MarshalJSON ¶
func (o UpdateSettingsFlowWithWebAuthnMethod) MarshalJSON() ([]byte, error)
func (*UpdateSettingsFlowWithWebAuthnMethod) SetCsrfToken ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateSettingsFlowWithWebAuthnMethod) SetMethod ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateSettingsFlowWithWebAuthnMethod) SetTransientPayload ¶ added in v1.8.0
func (o *UpdateSettingsFlowWithWebAuthnMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (*UpdateSettingsFlowWithWebAuthnMethod) SetWebauthnRegister ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) SetWebauthnRegister(v string)
SetWebauthnRegister gets a reference to the given string and assigns it to the WebauthnRegister field.
func (*UpdateSettingsFlowWithWebAuthnMethod) SetWebauthnRegisterDisplayname ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) SetWebauthnRegisterDisplayname(v string)
SetWebauthnRegisterDisplayname gets a reference to the given string and assigns it to the WebauthnRegisterDisplayname field.
func (*UpdateSettingsFlowWithWebAuthnMethod) SetWebauthnRemove ¶
func (o *UpdateSettingsFlowWithWebAuthnMethod) SetWebauthnRemove(v string)
SetWebauthnRemove gets a reference to the given string and assigns it to the WebauthnRemove field.
func (UpdateSettingsFlowWithWebAuthnMethod) ToMap ¶ added in v1.3.0
func (o UpdateSettingsFlowWithWebAuthnMethod) ToMap() (map[string]interface{}, error)
func (*UpdateSettingsFlowWithWebAuthnMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateSettingsFlowWithWebAuthnMethod) UnmarshalJSON(data []byte) (err error)
type UpdateSubscriptionBody ¶
type UpdateSubscriptionBody struct {
// monthly Monthly yearly Yearly
Interval string `json:"interval"`
Plan string `json:"plan"`
ReturnTo *string `json:"return_to,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateSubscriptionBody struct for UpdateSubscriptionBody
func NewUpdateSubscriptionBody ¶
func NewUpdateSubscriptionBody(interval string, plan string) *UpdateSubscriptionBody
NewUpdateSubscriptionBody instantiates a new UpdateSubscriptionBody 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 NewUpdateSubscriptionBodyWithDefaults ¶
func NewUpdateSubscriptionBodyWithDefaults() *UpdateSubscriptionBody
NewUpdateSubscriptionBodyWithDefaults instantiates a new UpdateSubscriptionBody 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 (*UpdateSubscriptionBody) GetInterval ¶ added in v1.1.22
func (o *UpdateSubscriptionBody) GetInterval() string
GetInterval returns the Interval field value
func (*UpdateSubscriptionBody) GetIntervalOk ¶ added in v1.1.22
func (o *UpdateSubscriptionBody) GetIntervalOk() (*string, bool)
GetIntervalOk returns a tuple with the Interval field value and a boolean to check if the value has been set.
func (*UpdateSubscriptionBody) GetPlan ¶ added in v1.1.22
func (o *UpdateSubscriptionBody) GetPlan() string
GetPlan returns the Plan field value
func (*UpdateSubscriptionBody) GetPlanOk ¶ added in v1.1.22
func (o *UpdateSubscriptionBody) GetPlanOk() (*string, bool)
GetPlanOk returns a tuple with the Plan field value and a boolean to check if the value has been set.
func (*UpdateSubscriptionBody) GetReturnTo ¶
func (o *UpdateSubscriptionBody) GetReturnTo() string
GetReturnTo returns the ReturnTo field value if set, zero value otherwise.
func (*UpdateSubscriptionBody) GetReturnToOk ¶
func (o *UpdateSubscriptionBody) GetReturnToOk() (*string, bool)
GetReturnToOk returns a tuple with the ReturnTo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSubscriptionBody) HasReturnTo ¶
func (o *UpdateSubscriptionBody) HasReturnTo() bool
HasReturnTo returns a boolean if a field has been set.
func (UpdateSubscriptionBody) MarshalJSON ¶
func (o UpdateSubscriptionBody) MarshalJSON() ([]byte, error)
func (*UpdateSubscriptionBody) SetInterval ¶ added in v1.1.22
func (o *UpdateSubscriptionBody) SetInterval(v string)
SetInterval sets field value
func (*UpdateSubscriptionBody) SetPlan ¶ added in v1.1.22
func (o *UpdateSubscriptionBody) SetPlan(v string)
SetPlan sets field value
func (*UpdateSubscriptionBody) SetReturnTo ¶
func (o *UpdateSubscriptionBody) SetReturnTo(v string)
SetReturnTo gets a reference to the given string and assigns it to the ReturnTo field.
func (UpdateSubscriptionBody) ToMap ¶ added in v1.3.0
func (o UpdateSubscriptionBody) ToMap() (map[string]interface{}, error)
func (*UpdateSubscriptionBody) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateSubscriptionBody) UnmarshalJSON(data []byte) (err error)
type UpdateVerificationFlowBody ¶
type UpdateVerificationFlowBody struct {
UpdateVerificationFlowWithCodeMethod *UpdateVerificationFlowWithCodeMethod
UpdateVerificationFlowWithLinkMethod *UpdateVerificationFlowWithLinkMethod
}
UpdateVerificationFlowBody - Update Verification Flow Request Body
func UpdateVerificationFlowWithCodeMethodAsUpdateVerificationFlowBody ¶ added in v1.1.25
func UpdateVerificationFlowWithCodeMethodAsUpdateVerificationFlowBody(v *UpdateVerificationFlowWithCodeMethod) UpdateVerificationFlowBody
UpdateVerificationFlowWithCodeMethodAsUpdateVerificationFlowBody is a convenience function that returns UpdateVerificationFlowWithCodeMethod wrapped in UpdateVerificationFlowBody
func UpdateVerificationFlowWithLinkMethodAsUpdateVerificationFlowBody ¶
func UpdateVerificationFlowWithLinkMethodAsUpdateVerificationFlowBody(v *UpdateVerificationFlowWithLinkMethod) UpdateVerificationFlowBody
UpdateVerificationFlowWithLinkMethodAsUpdateVerificationFlowBody is a convenience function that returns UpdateVerificationFlowWithLinkMethod wrapped in UpdateVerificationFlowBody
func (*UpdateVerificationFlowBody) GetActualInstance ¶
func (obj *UpdateVerificationFlowBody) GetActualInstance() interface{}
Get the actual instance
func (UpdateVerificationFlowBody) MarshalJSON ¶
func (src UpdateVerificationFlowBody) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UpdateVerificationFlowBody) UnmarshalJSON ¶
func (dst *UpdateVerificationFlowBody) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type UpdateVerificationFlowWithCodeMethod ¶ added in v1.1.25
type UpdateVerificationFlowWithCodeMethod struct {
// Code from the recovery email If you want to submit a code, use this field, but make sure to _not_ include the email field, as well.
Code *string `json:"code,omitempty"`
// Sending the anti-csrf token is only required for browser login flows.
CsrfToken *string `json:"csrf_token,omitempty"`
// The email address to verify If the email belongs to a valid account, a verifiation email will be sent. If you want to notify the email address if the account does not exist, see the [notify_unknown_recipients flag](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation#attempted-verification-notifications) If a code was already sent, including this field in the payload will invalidate the sent code and re-send a new code. format: email
Email *string `json:"email,omitempty"`
// Method is the method that should be used for this verification flow Allowed values are `link` and `code`. link VerificationStrategyLink code VerificationStrategyCode
Method string `json:"method"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateVerificationFlowWithCodeMethod struct for UpdateVerificationFlowWithCodeMethod
func NewUpdateVerificationFlowWithCodeMethod ¶ added in v1.1.25
func NewUpdateVerificationFlowWithCodeMethod(method string) *UpdateVerificationFlowWithCodeMethod
NewUpdateVerificationFlowWithCodeMethod instantiates a new UpdateVerificationFlowWithCodeMethod 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 NewUpdateVerificationFlowWithCodeMethodWithDefaults ¶ added in v1.1.25
func NewUpdateVerificationFlowWithCodeMethodWithDefaults() *UpdateVerificationFlowWithCodeMethod
NewUpdateVerificationFlowWithCodeMethodWithDefaults instantiates a new UpdateVerificationFlowWithCodeMethod 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 (*UpdateVerificationFlowWithCodeMethod) GetCode ¶ added in v1.1.25
func (o *UpdateVerificationFlowWithCodeMethod) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*UpdateVerificationFlowWithCodeMethod) GetCodeOk ¶ added in v1.1.25
func (o *UpdateVerificationFlowWithCodeMethod) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateVerificationFlowWithCodeMethod) GetCsrfToken ¶ added in v1.1.25
func (o *UpdateVerificationFlowWithCodeMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateVerificationFlowWithCodeMethod) GetCsrfTokenOk ¶ added in v1.1.25
func (o *UpdateVerificationFlowWithCodeMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateVerificationFlowWithCodeMethod) GetEmail ¶ added in v1.1.25
func (o *UpdateVerificationFlowWithCodeMethod) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*UpdateVerificationFlowWithCodeMethod) GetEmailOk ¶ added in v1.1.25
func (o *UpdateVerificationFlowWithCodeMethod) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateVerificationFlowWithCodeMethod) GetMethod ¶ added in v1.1.25
func (o *UpdateVerificationFlowWithCodeMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateVerificationFlowWithCodeMethod) GetMethodOk ¶ added in v1.1.25
func (o *UpdateVerificationFlowWithCodeMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateVerificationFlowWithCodeMethod) GetTransientPayload ¶ added in v1.8.0
func (o *UpdateVerificationFlowWithCodeMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateVerificationFlowWithCodeMethod) GetTransientPayloadOk ¶ added in v1.8.0
func (o *UpdateVerificationFlowWithCodeMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateVerificationFlowWithCodeMethod) HasCode ¶ added in v1.1.25
func (o *UpdateVerificationFlowWithCodeMethod) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*UpdateVerificationFlowWithCodeMethod) HasCsrfToken ¶ added in v1.1.25
func (o *UpdateVerificationFlowWithCodeMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateVerificationFlowWithCodeMethod) HasEmail ¶ added in v1.1.25
func (o *UpdateVerificationFlowWithCodeMethod) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*UpdateVerificationFlowWithCodeMethod) HasTransientPayload ¶ added in v1.8.0
func (o *UpdateVerificationFlowWithCodeMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (UpdateVerificationFlowWithCodeMethod) MarshalJSON ¶ added in v1.1.25
func (o UpdateVerificationFlowWithCodeMethod) MarshalJSON() ([]byte, error)
func (*UpdateVerificationFlowWithCodeMethod) SetCode ¶ added in v1.1.25
func (o *UpdateVerificationFlowWithCodeMethod) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*UpdateVerificationFlowWithCodeMethod) SetCsrfToken ¶ added in v1.1.25
func (o *UpdateVerificationFlowWithCodeMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateVerificationFlowWithCodeMethod) SetEmail ¶ added in v1.1.25
func (o *UpdateVerificationFlowWithCodeMethod) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*UpdateVerificationFlowWithCodeMethod) SetMethod ¶ added in v1.1.25
func (o *UpdateVerificationFlowWithCodeMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateVerificationFlowWithCodeMethod) SetTransientPayload ¶ added in v1.8.0
func (o *UpdateVerificationFlowWithCodeMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (UpdateVerificationFlowWithCodeMethod) ToMap ¶ added in v1.3.0
func (o UpdateVerificationFlowWithCodeMethod) ToMap() (map[string]interface{}, error)
func (*UpdateVerificationFlowWithCodeMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateVerificationFlowWithCodeMethod) UnmarshalJSON(data []byte) (err error)
type UpdateVerificationFlowWithLinkMethod ¶
type UpdateVerificationFlowWithLinkMethod struct {
// Sending the anti-csrf token is only required for browser login flows.
CsrfToken *string `json:"csrf_token,omitempty"`
// Email to Verify Needs to be set when initiating the flow. If the email is a registered verification email, a verification link will be sent. If the email is not known, a email with details on what happened will be sent instead. format: email
Email string `json:"email"`
// Method is the method that should be used for this verification flow Allowed values are `link` and `code` link VerificationStrategyLink code VerificationStrategyCode
Method string `json:"method"`
// Transient data to pass along to any webhooks
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateVerificationFlowWithLinkMethod Update Verification Flow with Link Method
func NewUpdateVerificationFlowWithLinkMethod ¶
func NewUpdateVerificationFlowWithLinkMethod(email string, method string) *UpdateVerificationFlowWithLinkMethod
NewUpdateVerificationFlowWithLinkMethod instantiates a new UpdateVerificationFlowWithLinkMethod 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 NewUpdateVerificationFlowWithLinkMethodWithDefaults ¶
func NewUpdateVerificationFlowWithLinkMethodWithDefaults() *UpdateVerificationFlowWithLinkMethod
NewUpdateVerificationFlowWithLinkMethodWithDefaults instantiates a new UpdateVerificationFlowWithLinkMethod 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 (*UpdateVerificationFlowWithLinkMethod) GetCsrfToken ¶
func (o *UpdateVerificationFlowWithLinkMethod) GetCsrfToken() string
GetCsrfToken returns the CsrfToken field value if set, zero value otherwise.
func (*UpdateVerificationFlowWithLinkMethod) GetCsrfTokenOk ¶
func (o *UpdateVerificationFlowWithLinkMethod) GetCsrfTokenOk() (*string, bool)
GetCsrfTokenOk returns a tuple with the CsrfToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateVerificationFlowWithLinkMethod) GetEmail ¶
func (o *UpdateVerificationFlowWithLinkMethod) GetEmail() string
GetEmail returns the Email field value
func (*UpdateVerificationFlowWithLinkMethod) GetEmailOk ¶
func (o *UpdateVerificationFlowWithLinkMethod) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*UpdateVerificationFlowWithLinkMethod) GetMethod ¶
func (o *UpdateVerificationFlowWithLinkMethod) GetMethod() string
GetMethod returns the Method field value
func (*UpdateVerificationFlowWithLinkMethod) GetMethodOk ¶
func (o *UpdateVerificationFlowWithLinkMethod) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*UpdateVerificationFlowWithLinkMethod) GetTransientPayload ¶ added in v1.8.0
func (o *UpdateVerificationFlowWithLinkMethod) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*UpdateVerificationFlowWithLinkMethod) GetTransientPayloadOk ¶ added in v1.8.0
func (o *UpdateVerificationFlowWithLinkMethod) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateVerificationFlowWithLinkMethod) HasCsrfToken ¶
func (o *UpdateVerificationFlowWithLinkMethod) HasCsrfToken() bool
HasCsrfToken returns a boolean if a field has been set.
func (*UpdateVerificationFlowWithLinkMethod) HasTransientPayload ¶ added in v1.8.0
func (o *UpdateVerificationFlowWithLinkMethod) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (UpdateVerificationFlowWithLinkMethod) MarshalJSON ¶
func (o UpdateVerificationFlowWithLinkMethod) MarshalJSON() ([]byte, error)
func (*UpdateVerificationFlowWithLinkMethod) SetCsrfToken ¶
func (o *UpdateVerificationFlowWithLinkMethod) SetCsrfToken(v string)
SetCsrfToken gets a reference to the given string and assigns it to the CsrfToken field.
func (*UpdateVerificationFlowWithLinkMethod) SetEmail ¶
func (o *UpdateVerificationFlowWithLinkMethod) SetEmail(v string)
SetEmail sets field value
func (*UpdateVerificationFlowWithLinkMethod) SetMethod ¶
func (o *UpdateVerificationFlowWithLinkMethod) SetMethod(v string)
SetMethod sets field value
func (*UpdateVerificationFlowWithLinkMethod) SetTransientPayload ¶ added in v1.8.0
func (o *UpdateVerificationFlowWithLinkMethod) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (UpdateVerificationFlowWithLinkMethod) ToMap ¶ added in v1.3.0
func (o UpdateVerificationFlowWithLinkMethod) ToMap() (map[string]interface{}, error)
func (*UpdateVerificationFlowWithLinkMethod) UnmarshalJSON ¶ added in v1.1.36
func (o *UpdateVerificationFlowWithLinkMethod) UnmarshalJSON(data []byte) (err error)
type UpdateWorkspaceBody ¶ added in v1.11.10
type UpdateWorkspaceBody struct {
// The name of the workspace.
Name string `json:"name"`
AdditionalProperties map[string]interface{}
}
UpdateWorkspaceBody struct for UpdateWorkspaceBody
func NewUpdateWorkspaceBody ¶ added in v1.11.10
func NewUpdateWorkspaceBody(name string) *UpdateWorkspaceBody
NewUpdateWorkspaceBody instantiates a new UpdateWorkspaceBody 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 NewUpdateWorkspaceBodyWithDefaults ¶ added in v1.11.10
func NewUpdateWorkspaceBodyWithDefaults() *UpdateWorkspaceBody
NewUpdateWorkspaceBodyWithDefaults instantiates a new UpdateWorkspaceBody 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 (*UpdateWorkspaceBody) GetName ¶ added in v1.11.10
func (o *UpdateWorkspaceBody) GetName() string
GetName returns the Name field value
func (*UpdateWorkspaceBody) GetNameOk ¶ added in v1.11.10
func (o *UpdateWorkspaceBody) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (UpdateWorkspaceBody) MarshalJSON ¶ added in v1.11.10
func (o UpdateWorkspaceBody) MarshalJSON() ([]byte, error)
func (*UpdateWorkspaceBody) SetName ¶ added in v1.11.10
func (o *UpdateWorkspaceBody) SetName(v string)
SetName sets field value
func (UpdateWorkspaceBody) ToMap ¶ added in v1.11.10
func (o UpdateWorkspaceBody) ToMap() (map[string]interface{}, error)
func (*UpdateWorkspaceBody) UnmarshalJSON ¶ added in v1.11.10
func (o *UpdateWorkspaceBody) UnmarshalJSON(data []byte) (err error)
type Usage ¶ added in v1.1.22
type Usage struct {
GenericUsage *GenericUsage `json:"GenericUsage,omitempty"`
AdditionalProperties map[string]interface{}
}
Usage struct for Usage
func NewUsage ¶ added in v1.1.22
func NewUsage() *Usage
NewUsage instantiates a new Usage 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 NewUsageWithDefaults ¶ added in v1.1.22
func NewUsageWithDefaults() *Usage
NewUsageWithDefaults instantiates a new Usage 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 (*Usage) GetGenericUsage ¶ added in v1.1.22
func (o *Usage) GetGenericUsage() GenericUsage
GetGenericUsage returns the GenericUsage field value if set, zero value otherwise.
func (*Usage) GetGenericUsageOk ¶ added in v1.1.22
func (o *Usage) GetGenericUsageOk() (*GenericUsage, bool)
GetGenericUsageOk returns a tuple with the GenericUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Usage) HasGenericUsage ¶ added in v1.1.22
HasGenericUsage returns a boolean if a field has been set.
func (Usage) MarshalJSON ¶ added in v1.1.22
func (*Usage) SetGenericUsage ¶ added in v1.1.22
func (o *Usage) SetGenericUsage(v GenericUsage)
SetGenericUsage gets a reference to the given GenericUsage and assigns it to the GenericUsage field.
func (*Usage) UnmarshalJSON ¶ added in v1.1.36
type VerifiableCredentialPrimingResponse ¶ added in v1.1.44
type VerifiableCredentialPrimingResponse struct {
CNonce *string `json:"c_nonce,omitempty"`
CNonceExpiresIn *int64 `json:"c_nonce_expires_in,omitempty"`
Error *string `json:"error,omitempty"`
ErrorDebug *string `json:"error_debug,omitempty"`
ErrorDescription *string `json:"error_description,omitempty"`
ErrorHint *string `json:"error_hint,omitempty"`
Format *string `json:"format,omitempty"`
StatusCode *int64 `json:"status_code,omitempty"`
AdditionalProperties map[string]interface{}
}
VerifiableCredentialPrimingResponse struct for VerifiableCredentialPrimingResponse
func NewVerifiableCredentialPrimingResponse ¶ added in v1.1.44
func NewVerifiableCredentialPrimingResponse() *VerifiableCredentialPrimingResponse
NewVerifiableCredentialPrimingResponse instantiates a new VerifiableCredentialPrimingResponse 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 NewVerifiableCredentialPrimingResponseWithDefaults ¶ added in v1.1.44
func NewVerifiableCredentialPrimingResponseWithDefaults() *VerifiableCredentialPrimingResponse
NewVerifiableCredentialPrimingResponseWithDefaults instantiates a new VerifiableCredentialPrimingResponse 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 (*VerifiableCredentialPrimingResponse) GetCNonce ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) GetCNonce() string
GetCNonce returns the CNonce field value if set, zero value otherwise.
func (*VerifiableCredentialPrimingResponse) GetCNonceExpiresIn ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) GetCNonceExpiresIn() int64
GetCNonceExpiresIn returns the CNonceExpiresIn field value if set, zero value otherwise.
func (*VerifiableCredentialPrimingResponse) GetCNonceExpiresInOk ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) GetCNonceExpiresInOk() (*int64, bool)
GetCNonceExpiresInOk returns a tuple with the CNonceExpiresIn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifiableCredentialPrimingResponse) GetCNonceOk ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) GetCNonceOk() (*string, bool)
GetCNonceOk returns a tuple with the CNonce field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifiableCredentialPrimingResponse) GetError ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*VerifiableCredentialPrimingResponse) GetErrorDebug ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) GetErrorDebug() string
GetErrorDebug returns the ErrorDebug field value if set, zero value otherwise.
func (*VerifiableCredentialPrimingResponse) GetErrorDebugOk ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) GetErrorDebugOk() (*string, bool)
GetErrorDebugOk returns a tuple with the ErrorDebug field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifiableCredentialPrimingResponse) GetErrorDescription ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.
func (*VerifiableCredentialPrimingResponse) GetErrorDescriptionOk ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifiableCredentialPrimingResponse) GetErrorHint ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) GetErrorHint() string
GetErrorHint returns the ErrorHint field value if set, zero value otherwise.
func (*VerifiableCredentialPrimingResponse) GetErrorHintOk ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) GetErrorHintOk() (*string, bool)
GetErrorHintOk returns a tuple with the ErrorHint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifiableCredentialPrimingResponse) GetErrorOk ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifiableCredentialPrimingResponse) GetFormat ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) GetFormat() string
GetFormat returns the Format field value if set, zero value otherwise.
func (*VerifiableCredentialPrimingResponse) GetFormatOk ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifiableCredentialPrimingResponse) GetStatusCode ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) GetStatusCode() int64
GetStatusCode returns the StatusCode field value if set, zero value otherwise.
func (*VerifiableCredentialPrimingResponse) GetStatusCodeOk ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) GetStatusCodeOk() (*int64, bool)
GetStatusCodeOk returns a tuple with the StatusCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifiableCredentialPrimingResponse) HasCNonce ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) HasCNonce() bool
HasCNonce returns a boolean if a field has been set.
func (*VerifiableCredentialPrimingResponse) HasCNonceExpiresIn ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) HasCNonceExpiresIn() bool
HasCNonceExpiresIn returns a boolean if a field has been set.
func (*VerifiableCredentialPrimingResponse) HasError ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) HasError() bool
HasError returns a boolean if a field has been set.
func (*VerifiableCredentialPrimingResponse) HasErrorDebug ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) HasErrorDebug() bool
HasErrorDebug returns a boolean if a field has been set.
func (*VerifiableCredentialPrimingResponse) HasErrorDescription ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (*VerifiableCredentialPrimingResponse) HasErrorHint ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) HasErrorHint() bool
HasErrorHint returns a boolean if a field has been set.
func (*VerifiableCredentialPrimingResponse) HasFormat ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (*VerifiableCredentialPrimingResponse) HasStatusCode ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) HasStatusCode() bool
HasStatusCode returns a boolean if a field has been set.
func (VerifiableCredentialPrimingResponse) MarshalJSON ¶ added in v1.1.44
func (o VerifiableCredentialPrimingResponse) MarshalJSON() ([]byte, error)
func (*VerifiableCredentialPrimingResponse) SetCNonce ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) SetCNonce(v string)
SetCNonce gets a reference to the given string and assigns it to the CNonce field.
func (*VerifiableCredentialPrimingResponse) SetCNonceExpiresIn ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) SetCNonceExpiresIn(v int64)
SetCNonceExpiresIn gets a reference to the given int64 and assigns it to the CNonceExpiresIn field.
func (*VerifiableCredentialPrimingResponse) SetError ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*VerifiableCredentialPrimingResponse) SetErrorDebug ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) SetErrorDebug(v string)
SetErrorDebug gets a reference to the given string and assigns it to the ErrorDebug field.
func (*VerifiableCredentialPrimingResponse) SetErrorDescription ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) SetErrorDescription(v string)
SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.
func (*VerifiableCredentialPrimingResponse) SetErrorHint ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) SetErrorHint(v string)
SetErrorHint gets a reference to the given string and assigns it to the ErrorHint field.
func (*VerifiableCredentialPrimingResponse) SetFormat ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) SetFormat(v string)
SetFormat gets a reference to the given string and assigns it to the Format field.
func (*VerifiableCredentialPrimingResponse) SetStatusCode ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) SetStatusCode(v int64)
SetStatusCode gets a reference to the given int64 and assigns it to the StatusCode field.
func (VerifiableCredentialPrimingResponse) ToMap ¶ added in v1.3.0
func (o VerifiableCredentialPrimingResponse) ToMap() (map[string]interface{}, error)
func (*VerifiableCredentialPrimingResponse) UnmarshalJSON ¶ added in v1.1.44
func (o *VerifiableCredentialPrimingResponse) UnmarshalJSON(data []byte) (err error)
type VerifiableCredentialProof ¶ added in v1.1.44
type VerifiableCredentialProof struct {
Jwt *string `json:"jwt,omitempty"`
ProofType *string `json:"proof_type,omitempty"`
AdditionalProperties map[string]interface{}
}
VerifiableCredentialProof struct for VerifiableCredentialProof
func NewVerifiableCredentialProof ¶ added in v1.1.44
func NewVerifiableCredentialProof() *VerifiableCredentialProof
NewVerifiableCredentialProof instantiates a new VerifiableCredentialProof 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 NewVerifiableCredentialProofWithDefaults ¶ added in v1.1.44
func NewVerifiableCredentialProofWithDefaults() *VerifiableCredentialProof
NewVerifiableCredentialProofWithDefaults instantiates a new VerifiableCredentialProof 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 (*VerifiableCredentialProof) GetJwt ¶ added in v1.1.44
func (o *VerifiableCredentialProof) GetJwt() string
GetJwt returns the Jwt field value if set, zero value otherwise.
func (*VerifiableCredentialProof) GetJwtOk ¶ added in v1.1.44
func (o *VerifiableCredentialProof) GetJwtOk() (*string, bool)
GetJwtOk returns a tuple with the Jwt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifiableCredentialProof) GetProofType ¶ added in v1.1.44
func (o *VerifiableCredentialProof) GetProofType() string
GetProofType returns the ProofType field value if set, zero value otherwise.
func (*VerifiableCredentialProof) GetProofTypeOk ¶ added in v1.1.44
func (o *VerifiableCredentialProof) GetProofTypeOk() (*string, bool)
GetProofTypeOk returns a tuple with the ProofType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifiableCredentialProof) HasJwt ¶ added in v1.1.44
func (o *VerifiableCredentialProof) HasJwt() bool
HasJwt returns a boolean if a field has been set.
func (*VerifiableCredentialProof) HasProofType ¶ added in v1.1.44
func (o *VerifiableCredentialProof) HasProofType() bool
HasProofType returns a boolean if a field has been set.
func (VerifiableCredentialProof) MarshalJSON ¶ added in v1.1.44
func (o VerifiableCredentialProof) MarshalJSON() ([]byte, error)
func (*VerifiableCredentialProof) SetJwt ¶ added in v1.1.44
func (o *VerifiableCredentialProof) SetJwt(v string)
SetJwt gets a reference to the given string and assigns it to the Jwt field.
func (*VerifiableCredentialProof) SetProofType ¶ added in v1.1.44
func (o *VerifiableCredentialProof) SetProofType(v string)
SetProofType gets a reference to the given string and assigns it to the ProofType field.
func (VerifiableCredentialProof) ToMap ¶ added in v1.3.0
func (o VerifiableCredentialProof) ToMap() (map[string]interface{}, error)
func (*VerifiableCredentialProof) UnmarshalJSON ¶ added in v1.1.44
func (o *VerifiableCredentialProof) UnmarshalJSON(data []byte) (err error)
type VerifiableCredentialResponse ¶ added in v1.1.44
type VerifiableCredentialResponse struct {
CredentialDraft00 *string `json:"credential_draft_00,omitempty"`
Format *string `json:"format,omitempty"`
AdditionalProperties map[string]interface{}
}
VerifiableCredentialResponse struct for VerifiableCredentialResponse
func NewVerifiableCredentialResponse ¶ added in v1.1.44
func NewVerifiableCredentialResponse() *VerifiableCredentialResponse
NewVerifiableCredentialResponse instantiates a new VerifiableCredentialResponse 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 NewVerifiableCredentialResponseWithDefaults ¶ added in v1.1.44
func NewVerifiableCredentialResponseWithDefaults() *VerifiableCredentialResponse
NewVerifiableCredentialResponseWithDefaults instantiates a new VerifiableCredentialResponse 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 (*VerifiableCredentialResponse) GetCredentialDraft00 ¶ added in v1.1.44
func (o *VerifiableCredentialResponse) GetCredentialDraft00() string
GetCredentialDraft00 returns the CredentialDraft00 field value if set, zero value otherwise.
func (*VerifiableCredentialResponse) GetCredentialDraft00Ok ¶ added in v1.1.44
func (o *VerifiableCredentialResponse) GetCredentialDraft00Ok() (*string, bool)
GetCredentialDraft00Ok returns a tuple with the CredentialDraft00 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifiableCredentialResponse) GetFormat ¶ added in v1.1.44
func (o *VerifiableCredentialResponse) GetFormat() string
GetFormat returns the Format field value if set, zero value otherwise.
func (*VerifiableCredentialResponse) GetFormatOk ¶ added in v1.1.44
func (o *VerifiableCredentialResponse) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifiableCredentialResponse) HasCredentialDraft00 ¶ added in v1.1.44
func (o *VerifiableCredentialResponse) HasCredentialDraft00() bool
HasCredentialDraft00 returns a boolean if a field has been set.
func (*VerifiableCredentialResponse) HasFormat ¶ added in v1.1.44
func (o *VerifiableCredentialResponse) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (VerifiableCredentialResponse) MarshalJSON ¶ added in v1.1.44
func (o VerifiableCredentialResponse) MarshalJSON() ([]byte, error)
func (*VerifiableCredentialResponse) SetCredentialDraft00 ¶ added in v1.1.44
func (o *VerifiableCredentialResponse) SetCredentialDraft00(v string)
SetCredentialDraft00 gets a reference to the given string and assigns it to the CredentialDraft00 field.
func (*VerifiableCredentialResponse) SetFormat ¶ added in v1.1.44
func (o *VerifiableCredentialResponse) SetFormat(v string)
SetFormat gets a reference to the given string and assigns it to the Format field.
func (VerifiableCredentialResponse) ToMap ¶ added in v1.3.0
func (o VerifiableCredentialResponse) ToMap() (map[string]interface{}, error)
func (*VerifiableCredentialResponse) UnmarshalJSON ¶ added in v1.1.44
func (o *VerifiableCredentialResponse) UnmarshalJSON(data []byte) (err error)
type VerifiableIdentityAddress ¶
type VerifiableIdentityAddress struct {
// When this entry was created
CreatedAt *time.Time `json:"created_at,omitempty"`
// The ID
Id *string `json:"id,omitempty"`
// VerifiableAddressStatus must not exceed 16 characters as that is the limitation in the SQL Schema
Status string `json:"status"`
// When this entry was last updated
UpdatedAt *time.Time `json:"updated_at,omitempty"`
// The address value example foo@user.com
Value string `json:"value"`
// Indicates if the address has already been verified
Verified bool `json:"verified"`
VerifiedAt *time.Time `json:"verified_at,omitempty"`
// The delivery method
Via string `json:"via"`
AdditionalProperties map[string]interface{}
}
VerifiableIdentityAddress VerifiableAddress is an identity's verifiable address
func NewVerifiableIdentityAddress ¶
func NewVerifiableIdentityAddress(status string, value string, verified bool, via string) *VerifiableIdentityAddress
NewVerifiableIdentityAddress instantiates a new VerifiableIdentityAddress 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 NewVerifiableIdentityAddressWithDefaults ¶
func NewVerifiableIdentityAddressWithDefaults() *VerifiableIdentityAddress
NewVerifiableIdentityAddressWithDefaults instantiates a new VerifiableIdentityAddress 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 (*VerifiableIdentityAddress) GetCreatedAt ¶
func (o *VerifiableIdentityAddress) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*VerifiableIdentityAddress) GetCreatedAtOk ¶
func (o *VerifiableIdentityAddress) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifiableIdentityAddress) GetId ¶
func (o *VerifiableIdentityAddress) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*VerifiableIdentityAddress) GetIdOk ¶
func (o *VerifiableIdentityAddress) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifiableIdentityAddress) GetStatus ¶
func (o *VerifiableIdentityAddress) GetStatus() string
GetStatus returns the Status field value
func (*VerifiableIdentityAddress) GetStatusOk ¶
func (o *VerifiableIdentityAddress) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*VerifiableIdentityAddress) GetUpdatedAt ¶
func (o *VerifiableIdentityAddress) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*VerifiableIdentityAddress) GetUpdatedAtOk ¶
func (o *VerifiableIdentityAddress) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifiableIdentityAddress) GetValue ¶
func (o *VerifiableIdentityAddress) GetValue() string
GetValue returns the Value field value
func (*VerifiableIdentityAddress) GetValueOk ¶
func (o *VerifiableIdentityAddress) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*VerifiableIdentityAddress) GetVerified ¶
func (o *VerifiableIdentityAddress) GetVerified() bool
GetVerified returns the Verified field value
func (*VerifiableIdentityAddress) GetVerifiedAt ¶
func (o *VerifiableIdentityAddress) GetVerifiedAt() time.Time
GetVerifiedAt returns the VerifiedAt field value if set, zero value otherwise.
func (*VerifiableIdentityAddress) GetVerifiedAtOk ¶
func (o *VerifiableIdentityAddress) GetVerifiedAtOk() (*time.Time, bool)
GetVerifiedAtOk returns a tuple with the VerifiedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerifiableIdentityAddress) GetVerifiedOk ¶
func (o *VerifiableIdentityAddress) GetVerifiedOk() (*bool, bool)
GetVerifiedOk returns a tuple with the Verified field value and a boolean to check if the value has been set.
func (*VerifiableIdentityAddress) GetVia ¶
func (o *VerifiableIdentityAddress) GetVia() string
GetVia returns the Via field value
func (*VerifiableIdentityAddress) GetViaOk ¶
func (o *VerifiableIdentityAddress) GetViaOk() (*string, bool)
GetViaOk returns a tuple with the Via field value and a boolean to check if the value has been set.
func (*VerifiableIdentityAddress) HasCreatedAt ¶
func (o *VerifiableIdentityAddress) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*VerifiableIdentityAddress) HasId ¶
func (o *VerifiableIdentityAddress) HasId() bool
HasId returns a boolean if a field has been set.
func (*VerifiableIdentityAddress) HasUpdatedAt ¶
func (o *VerifiableIdentityAddress) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*VerifiableIdentityAddress) HasVerifiedAt ¶
func (o *VerifiableIdentityAddress) HasVerifiedAt() bool
HasVerifiedAt returns a boolean if a field has been set.
func (VerifiableIdentityAddress) MarshalJSON ¶
func (o VerifiableIdentityAddress) MarshalJSON() ([]byte, error)
func (*VerifiableIdentityAddress) SetCreatedAt ¶
func (o *VerifiableIdentityAddress) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*VerifiableIdentityAddress) SetId ¶
func (o *VerifiableIdentityAddress) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*VerifiableIdentityAddress) SetStatus ¶
func (o *VerifiableIdentityAddress) SetStatus(v string)
SetStatus sets field value
func (*VerifiableIdentityAddress) SetUpdatedAt ¶
func (o *VerifiableIdentityAddress) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*VerifiableIdentityAddress) SetValue ¶
func (o *VerifiableIdentityAddress) SetValue(v string)
SetValue sets field value
func (*VerifiableIdentityAddress) SetVerified ¶
func (o *VerifiableIdentityAddress) SetVerified(v bool)
SetVerified sets field value
func (*VerifiableIdentityAddress) SetVerifiedAt ¶
func (o *VerifiableIdentityAddress) SetVerifiedAt(v time.Time)
SetVerifiedAt gets a reference to the given time.Time and assigns it to the VerifiedAt field.
func (*VerifiableIdentityAddress) SetVia ¶
func (o *VerifiableIdentityAddress) SetVia(v string)
SetVia sets field value
func (VerifiableIdentityAddress) ToMap ¶ added in v1.3.0
func (o VerifiableIdentityAddress) ToMap() (map[string]interface{}, error)
func (*VerifiableIdentityAddress) UnmarshalJSON ¶ added in v1.1.36
func (o *VerifiableIdentityAddress) UnmarshalJSON(data []byte) (err error)
type VerificationFlow ¶
type VerificationFlow struct {
// Active, if set, contains the registration method that is being used. It is initially not set.
Active *string `json:"active,omitempty"`
// ExpiresAt is the time (UTC) when the request expires. If the user still wishes to verify the address, a new request has to be initiated.
ExpiresAt *time.Time `json:"expires_at,omitempty"`
// ID represents the request's unique ID. When performing the verification flow, this represents the id in the verify ui's query parameter: http://<selfservice.flows.verification.ui_url>?request=<id> type: string format: uuid
Id string `json:"id"`
// IssuedAt is the time (UTC) when the request occurred.
IssuedAt *time.Time `json:"issued_at,omitempty"`
// RequestURL is the initial URL that was requested from Ory Kratos. It can be used to forward information contained in the URL's path or query for example.
RequestUrl *string `json:"request_url,omitempty"`
// ReturnTo contains the requested return_to URL.
ReturnTo *string `json:"return_to,omitempty"`
// State represents the state of this request: choose_method: ask the user to choose a method (e.g. verify your email) sent_email: the email has been sent to the user passed_challenge: the request was successful and the verification challenge was passed.
State interface{} `json:"state"`
// TransientPayload is used to pass data from the verification flow to hooks and email templates
TransientPayload map[string]interface{} `json:"transient_payload,omitempty"`
// The flow type can either be `api` or `browser`.
Type string `json:"type"`
Ui UiContainer `json:"ui"`
AdditionalProperties map[string]interface{}
}
VerificationFlow Used to verify an out-of-band communication channel such as an email address or a phone number. For more information head over to: https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation
func NewVerificationFlow ¶
func NewVerificationFlow(id string, state interface{}, type_ string, ui UiContainer) *VerificationFlow
NewVerificationFlow instantiates a new VerificationFlow 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 NewVerificationFlowWithDefaults ¶
func NewVerificationFlowWithDefaults() *VerificationFlow
NewVerificationFlowWithDefaults instantiates a new VerificationFlow 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 (*VerificationFlow) GetActive ¶
func (o *VerificationFlow) GetActive() string
GetActive returns the Active field value if set, zero value otherwise.
func (*VerificationFlow) GetActiveOk ¶
func (o *VerificationFlow) GetActiveOk() (*string, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerificationFlow) GetExpiresAt ¶
func (o *VerificationFlow) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise.
func (*VerificationFlow) GetExpiresAtOk ¶
func (o *VerificationFlow) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerificationFlow) GetId ¶
func (o *VerificationFlow) GetId() string
GetId returns the Id field value
func (*VerificationFlow) GetIdOk ¶
func (o *VerificationFlow) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*VerificationFlow) GetIssuedAt ¶
func (o *VerificationFlow) GetIssuedAt() time.Time
GetIssuedAt returns the IssuedAt field value if set, zero value otherwise.
func (*VerificationFlow) GetIssuedAtOk ¶
func (o *VerificationFlow) GetIssuedAtOk() (*time.Time, bool)
GetIssuedAtOk returns a tuple with the IssuedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerificationFlow) GetRequestUrl ¶
func (o *VerificationFlow) GetRequestUrl() string
GetRequestUrl returns the RequestUrl field value if set, zero value otherwise.
func (*VerificationFlow) GetRequestUrlOk ¶
func (o *VerificationFlow) GetRequestUrlOk() (*string, bool)
GetRequestUrlOk returns a tuple with the RequestUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerificationFlow) GetReturnTo ¶
func (o *VerificationFlow) GetReturnTo() string
GetReturnTo returns the ReturnTo field value if set, zero value otherwise.
func (*VerificationFlow) GetReturnToOk ¶
func (o *VerificationFlow) GetReturnToOk() (*string, bool)
GetReturnToOk returns a tuple with the ReturnTo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerificationFlow) GetState ¶
func (o *VerificationFlow) GetState() interface{}
GetState returns the State field value If the value is explicit nil, the zero value for interface{} will be returned
func (*VerificationFlow) GetStateOk ¶
func (o *VerificationFlow) GetStateOk() (*interface{}, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VerificationFlow) GetTransientPayload ¶ added in v1.8.0
func (o *VerificationFlow) GetTransientPayload() map[string]interface{}
GetTransientPayload returns the TransientPayload field value if set, zero value otherwise.
func (*VerificationFlow) GetTransientPayloadOk ¶ added in v1.8.0
func (o *VerificationFlow) GetTransientPayloadOk() (map[string]interface{}, bool)
GetTransientPayloadOk returns a tuple with the TransientPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VerificationFlow) GetType ¶
func (o *VerificationFlow) GetType() string
GetType returns the Type field value
func (*VerificationFlow) GetTypeOk ¶
func (o *VerificationFlow) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*VerificationFlow) GetUi ¶
func (o *VerificationFlow) GetUi() UiContainer
GetUi returns the Ui field value
func (*VerificationFlow) GetUiOk ¶
func (o *VerificationFlow) GetUiOk() (*UiContainer, bool)
GetUiOk returns a tuple with the Ui field value and a boolean to check if the value has been set.
func (*VerificationFlow) HasActive ¶
func (o *VerificationFlow) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*VerificationFlow) HasExpiresAt ¶
func (o *VerificationFlow) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (*VerificationFlow) HasIssuedAt ¶
func (o *VerificationFlow) HasIssuedAt() bool
HasIssuedAt returns a boolean if a field has been set.
func (*VerificationFlow) HasRequestUrl ¶
func (o *VerificationFlow) HasRequestUrl() bool
HasRequestUrl returns a boolean if a field has been set.
func (*VerificationFlow) HasReturnTo ¶
func (o *VerificationFlow) HasReturnTo() bool
HasReturnTo returns a boolean if a field has been set.
func (*VerificationFlow) HasTransientPayload ¶ added in v1.8.0
func (o *VerificationFlow) HasTransientPayload() bool
HasTransientPayload returns a boolean if a field has been set.
func (VerificationFlow) MarshalJSON ¶
func (o VerificationFlow) MarshalJSON() ([]byte, error)
func (*VerificationFlow) SetActive ¶
func (o *VerificationFlow) SetActive(v string)
SetActive gets a reference to the given string and assigns it to the Active field.
func (*VerificationFlow) SetExpiresAt ¶
func (o *VerificationFlow) SetExpiresAt(v time.Time)
SetExpiresAt gets a reference to the given time.Time and assigns it to the ExpiresAt field.
func (*VerificationFlow) SetIssuedAt ¶
func (o *VerificationFlow) SetIssuedAt(v time.Time)
SetIssuedAt gets a reference to the given time.Time and assigns it to the IssuedAt field.
func (*VerificationFlow) SetRequestUrl ¶
func (o *VerificationFlow) SetRequestUrl(v string)
SetRequestUrl gets a reference to the given string and assigns it to the RequestUrl field.
func (*VerificationFlow) SetReturnTo ¶
func (o *VerificationFlow) SetReturnTo(v string)
SetReturnTo gets a reference to the given string and assigns it to the ReturnTo field.
func (*VerificationFlow) SetState ¶
func (o *VerificationFlow) SetState(v interface{})
SetState sets field value
func (*VerificationFlow) SetTransientPayload ¶ added in v1.8.0
func (o *VerificationFlow) SetTransientPayload(v map[string]interface{})
SetTransientPayload gets a reference to the given map[string]interface{} and assigns it to the TransientPayload field.
func (*VerificationFlow) SetType ¶
func (o *VerificationFlow) SetType(v string)
SetType sets field value
func (*VerificationFlow) SetUi ¶
func (o *VerificationFlow) SetUi(v UiContainer)
SetUi sets field value
func (VerificationFlow) ToMap ¶ added in v1.3.0
func (o VerificationFlow) ToMap() (map[string]interface{}, error)
func (*VerificationFlow) UnmarshalJSON ¶ added in v1.1.36
func (o *VerificationFlow) UnmarshalJSON(data []byte) (err error)
type VerificationFlowState ¶
type VerificationFlowState string
VerificationFlowState The state represents the state of the verification flow. choose_method: ask the user to choose a method (e.g. recover account via email) sent_email: the email has been sent to the user passed_challenge: the request was successful and the recovery challenge was passed.
const ( VERIFICATIONFLOWSTATE_CHOOSE_METHOD VerificationFlowState = "choose_method" VERIFICATIONFLOWSTATE_SENT_EMAIL VerificationFlowState = "sent_email" VERIFICATIONFLOWSTATE_PASSED_CHALLENGE VerificationFlowState = "passed_challenge" )
List of verificationFlowState
func NewVerificationFlowStateFromValue ¶
func NewVerificationFlowStateFromValue(v string) (*VerificationFlowState, error)
NewVerificationFlowStateFromValue returns a pointer to a valid VerificationFlowState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (VerificationFlowState) IsValid ¶
func (v VerificationFlowState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (VerificationFlowState) Ptr ¶
func (v VerificationFlowState) Ptr() *VerificationFlowState
Ptr returns reference to verificationFlowState value
func (*VerificationFlowState) UnmarshalJSON ¶
func (v *VerificationFlowState) UnmarshalJSON(src []byte) error
type Version ¶
type Version struct {
// Version is the service's version.
Version *string `json:"version,omitempty"`
AdditionalProperties map[string]interface{}
}
Version struct for Version
func NewVersion ¶
func NewVersion() *Version
NewVersion instantiates a new Version 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 NewVersionWithDefaults ¶
func NewVersionWithDefaults() *Version
NewVersionWithDefaults instantiates a new Version 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 (*Version) GetVersion ¶
GetVersion returns the Version field value if set, zero value otherwise.
func (*Version) GetVersionOk ¶
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Version) HasVersion ¶
HasVersion returns a boolean if a field has been set.
func (Version) MarshalJSON ¶
func (*Version) SetVersion ¶
SetVersion gets a reference to the given string and assigns it to the Version field.
func (*Version) UnmarshalJSON ¶ added in v1.1.36
type Warning ¶
type Warning struct {
Code *int64 `json:"code,omitempty"`
Message *string `json:"message,omitempty"`
AdditionalProperties map[string]interface{}
}
Warning struct for Warning
func NewWarning ¶
func NewWarning() *Warning
NewWarning instantiates a new Warning 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 NewWarningWithDefaults ¶
func NewWarningWithDefaults() *Warning
NewWarningWithDefaults instantiates a new Warning 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 (*Warning) GetCodeOk ¶
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Warning) GetMessage ¶
GetMessage returns the Message field value if set, zero value otherwise.
func (*Warning) GetMessageOk ¶
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Warning) HasMessage ¶
HasMessage returns a boolean if a field has been set.
func (Warning) MarshalJSON ¶
func (*Warning) SetCode ¶
SetCode gets a reference to the given int64 and assigns it to the Code field.
func (*Warning) SetMessage ¶
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*Warning) UnmarshalJSON ¶ added in v1.1.36
type WellknownAPI ¶ added in v1.3.0
type WellknownAPI interface {
/*
DiscoverJsonWebKeys Discover Well-Known JSON Web Keys
This endpoint returns JSON Web Keys required to verifying OpenID Connect ID Tokens and,
if enabled, OAuth 2.0 JWT Access Tokens. This endpoint can be used with client libraries like
[node-jwks-rsa](https://github.com/auth0/node-jwks-rsa) among others.
Adding custom keys requires first creating a keyset via the createJsonWebKeySet operation,
and then configuring the webfinger.jwks.broadcast_keys configuration value to include the keyset name.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return WellknownAPIDiscoverJsonWebKeysRequest
*/
DiscoverJsonWebKeys(ctx context.Context) WellknownAPIDiscoverJsonWebKeysRequest
// DiscoverJsonWebKeysExecute executes the request
// @return JsonWebKeySet
DiscoverJsonWebKeysExecute(r WellknownAPIDiscoverJsonWebKeysRequest) (*JsonWebKeySet, *http.Response, error)
}
type WellknownAPIDiscoverJsonWebKeysRequest ¶ added in v1.3.0
type WellknownAPIDiscoverJsonWebKeysRequest struct {
ApiService WellknownAPI
// contains filtered or unexported fields
}
func (WellknownAPIDiscoverJsonWebKeysRequest) Execute ¶ added in v1.3.0
func (r WellknownAPIDiscoverJsonWebKeysRequest) Execute() (*JsonWebKeySet, *http.Response, error)
type WellknownAPIService ¶ added in v1.3.0
type WellknownAPIService service
WellknownAPIService WellknownAPI service
func (*WellknownAPIService) DiscoverJsonWebKeys ¶ added in v1.3.0
func (a *WellknownAPIService) DiscoverJsonWebKeys(ctx context.Context) WellknownAPIDiscoverJsonWebKeysRequest
DiscoverJsonWebKeys Discover Well-Known JSON Web Keys
This endpoint returns JSON Web Keys required to verifying OpenID Connect ID Tokens and, if enabled, OAuth 2.0 JWT Access Tokens. This endpoint can be used with client libraries like [node-jwks-rsa](https://github.com/auth0/node-jwks-rsa) among others.
Adding custom keys requires first creating a keyset via the createJsonWebKeySet operation, and then configuring the webfinger.jwks.broadcast_keys configuration value to include the keyset name.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return WellknownAPIDiscoverJsonWebKeysRequest
func (*WellknownAPIService) DiscoverJsonWebKeysExecute ¶ added in v1.3.0
func (a *WellknownAPIService) DiscoverJsonWebKeysExecute(r WellknownAPIDiscoverJsonWebKeysRequest) (*JsonWebKeySet, *http.Response, error)
Execute executes the request
@return JsonWebKeySet
type Workspace ¶ added in v1.4.4
type Workspace struct {
CreatedAt time.Time `json:"created_at"`
Id string `json:"id"`
Name string `json:"name"`
SubscriptionId NullableString `json:"subscription_id,omitempty"`
SubscriptionPlan NullableString `json:"subscription_plan,omitempty"`
UpdatedAt time.Time `json:"updated_at"`
AdditionalProperties map[string]interface{}
}
Workspace struct for Workspace
func NewWorkspace ¶ added in v1.4.4
NewWorkspace instantiates a new Workspace 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 NewWorkspaceWithDefaults ¶ added in v1.4.4
func NewWorkspaceWithDefaults() *Workspace
NewWorkspaceWithDefaults instantiates a new Workspace 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 (*Workspace) GetCreatedAt ¶ added in v1.4.4
GetCreatedAt returns the CreatedAt field value
func (*Workspace) GetCreatedAtOk ¶ added in v1.4.4
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Workspace) GetIdOk ¶ added in v1.4.4
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Workspace) GetNameOk ¶ added in v1.4.4
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Workspace) GetSubscriptionId ¶ added in v1.4.4
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Workspace) GetSubscriptionIdOk ¶ added in v1.4.4
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Workspace) GetSubscriptionPlan ¶ added in v1.11.10
GetSubscriptionPlan returns the SubscriptionPlan field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Workspace) GetSubscriptionPlanOk ¶ added in v1.11.10
GetSubscriptionPlanOk returns a tuple with the SubscriptionPlan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Workspace) GetUpdatedAt ¶ added in v1.4.4
GetUpdatedAt returns the UpdatedAt field value
func (*Workspace) GetUpdatedAtOk ¶ added in v1.4.4
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*Workspace) HasSubscriptionId ¶ added in v1.4.4
HasSubscriptionId returns a boolean if a field has been set.
func (*Workspace) HasSubscriptionPlan ¶ added in v1.11.10
HasSubscriptionPlan returns a boolean if a field has been set.
func (Workspace) MarshalJSON ¶ added in v1.4.4
func (*Workspace) SetCreatedAt ¶ added in v1.4.4
SetCreatedAt sets field value
func (*Workspace) SetSubscriptionId ¶ added in v1.4.4
SetSubscriptionId gets a reference to the given NullableString and assigns it to the SubscriptionId field.
func (*Workspace) SetSubscriptionIdNil ¶ added in v1.4.4
func (o *Workspace) SetSubscriptionIdNil()
SetSubscriptionIdNil sets the value for SubscriptionId to be an explicit nil
func (*Workspace) SetSubscriptionPlan ¶ added in v1.11.10
SetSubscriptionPlan gets a reference to the given NullableString and assigns it to the SubscriptionPlan field.
func (*Workspace) SetSubscriptionPlanNil ¶ added in v1.11.10
func (o *Workspace) SetSubscriptionPlanNil()
SetSubscriptionPlanNil sets the value for SubscriptionPlan to be an explicit nil
func (*Workspace) SetUpdatedAt ¶ added in v1.4.4
SetUpdatedAt sets field value
func (*Workspace) UnmarshalJSON ¶ added in v1.4.4
func (*Workspace) UnsetSubscriptionId ¶ added in v1.4.4
func (o *Workspace) UnsetSubscriptionId()
UnsetSubscriptionId ensures that no value is present for SubscriptionId, not even an explicit nil
func (*Workspace) UnsetSubscriptionPlan ¶ added in v1.11.10
func (o *Workspace) UnsetSubscriptionPlan()
UnsetSubscriptionPlan ensures that no value is present for SubscriptionPlan, not even an explicit nil
type WorkspaceAPI ¶ added in v1.11.10
type WorkspaceAPI interface {
/*
CreateWorkspace Create a new workspace
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return WorkspaceAPICreateWorkspaceRequest
*/
CreateWorkspace(ctx context.Context) WorkspaceAPICreateWorkspaceRequest
// CreateWorkspaceExecute executes the request
// @return Workspace
CreateWorkspaceExecute(r WorkspaceAPICreateWorkspaceRequest) (*Workspace, *http.Response, error)
/*
CreateWorkspaceApiKey Create workspace API key
Create an API key for a workspace.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspace The Workspace ID
@return WorkspaceAPICreateWorkspaceApiKeyRequest
*/
CreateWorkspaceApiKey(ctx context.Context, workspace string) WorkspaceAPICreateWorkspaceApiKeyRequest
// CreateWorkspaceApiKeyExecute executes the request
// @return WorkspaceApiKey
CreateWorkspaceApiKeyExecute(r WorkspaceAPICreateWorkspaceApiKeyRequest) (*WorkspaceApiKey, *http.Response, error)
/*
DeleteWorkspaceApiKey Delete workspace API token
Deletes an API token and immediately removes it.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspace The Workspace ID or Workspace slug
@param tokenId The Token ID
@return WorkspaceAPIDeleteWorkspaceApiKeyRequest
*/
DeleteWorkspaceApiKey(ctx context.Context, workspace string, tokenId string) WorkspaceAPIDeleteWorkspaceApiKeyRequest
// DeleteWorkspaceApiKeyExecute executes the request
DeleteWorkspaceApiKeyExecute(r WorkspaceAPIDeleteWorkspaceApiKeyRequest) (*http.Response, error)
/*
GetWorkspace Get a workspace
Any workspace member can access this endpoint.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspace
@return WorkspaceAPIGetWorkspaceRequest
*/
GetWorkspace(ctx context.Context, workspace string) WorkspaceAPIGetWorkspaceRequest
// GetWorkspaceExecute executes the request
// @return Workspace
GetWorkspaceExecute(r WorkspaceAPIGetWorkspaceRequest) (*Workspace, *http.Response, error)
/*
ListWorkspaceApiKeys List a workspace's API Tokens
A list of all the workspace's API tokens.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspace The Workspace ID or Workspace slug
@return WorkspaceAPIListWorkspaceApiKeysRequest
*/
ListWorkspaceApiKeys(ctx context.Context, workspace string) WorkspaceAPIListWorkspaceApiKeysRequest
// ListWorkspaceApiKeysExecute executes the request
// @return []WorkspaceApiKey
ListWorkspaceApiKeysExecute(r WorkspaceAPIListWorkspaceApiKeysRequest) ([]WorkspaceApiKey, *http.Response, error)
/*
ListWorkspaceProjects List all projects of a workspace
Any workspace member can access this endpoint.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspace
@return WorkspaceAPIListWorkspaceProjectsRequest
*/
ListWorkspaceProjects(ctx context.Context, workspace string) WorkspaceAPIListWorkspaceProjectsRequest
// ListWorkspaceProjectsExecute executes the request
// @return ListWorkspaceProjects
ListWorkspaceProjectsExecute(r WorkspaceAPIListWorkspaceProjectsRequest) (*ListWorkspaceProjects, *http.Response, error)
/*
ListWorkspaces List workspaces the user is a member of
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return WorkspaceAPIListWorkspacesRequest
*/
ListWorkspaces(ctx context.Context) WorkspaceAPIListWorkspacesRequest
// ListWorkspacesExecute executes the request
// @return ListWorkspaces
ListWorkspacesExecute(r WorkspaceAPIListWorkspacesRequest) (*ListWorkspaces, *http.Response, error)
/*
UpdateWorkspace Update an workspace
Workspace members with the role `OWNER` can access this endpoint.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspace
@return WorkspaceAPIUpdateWorkspaceRequest
*/
UpdateWorkspace(ctx context.Context, workspace string) WorkspaceAPIUpdateWorkspaceRequest
// UpdateWorkspaceExecute executes the request
// @return Workspace
UpdateWorkspaceExecute(r WorkspaceAPIUpdateWorkspaceRequest) (*Workspace, *http.Response, error)
}
type WorkspaceAPICreateWorkspaceApiKeyRequest ¶ added in v1.14.0
type WorkspaceAPICreateWorkspaceApiKeyRequest struct {
ApiService WorkspaceAPI
// contains filtered or unexported fields
}
func (WorkspaceAPICreateWorkspaceApiKeyRequest) CreateWorkspaceApiKeyBody ¶ added in v1.14.0
func (r WorkspaceAPICreateWorkspaceApiKeyRequest) CreateWorkspaceApiKeyBody(createWorkspaceApiKeyBody CreateWorkspaceApiKeyBody) WorkspaceAPICreateWorkspaceApiKeyRequest
func (WorkspaceAPICreateWorkspaceApiKeyRequest) Execute ¶ added in v1.14.0
func (r WorkspaceAPICreateWorkspaceApiKeyRequest) Execute() (*WorkspaceApiKey, *http.Response, error)
type WorkspaceAPICreateWorkspaceRequest ¶ added in v1.11.10
type WorkspaceAPICreateWorkspaceRequest struct {
ApiService WorkspaceAPI
// contains filtered or unexported fields
}
func (WorkspaceAPICreateWorkspaceRequest) CreateWorkspaceBody ¶ added in v1.11.10
func (r WorkspaceAPICreateWorkspaceRequest) CreateWorkspaceBody(createWorkspaceBody CreateWorkspaceBody) WorkspaceAPICreateWorkspaceRequest
type WorkspaceAPIDeleteWorkspaceApiKeyRequest ¶ added in v1.14.0
type WorkspaceAPIDeleteWorkspaceApiKeyRequest struct {
ApiService WorkspaceAPI
// contains filtered or unexported fields
}
type WorkspaceAPIGetWorkspaceRequest ¶ added in v1.11.10
type WorkspaceAPIGetWorkspaceRequest struct {
ApiService WorkspaceAPI
// contains filtered or unexported fields
}
type WorkspaceAPIListWorkspaceApiKeysRequest ¶ added in v1.14.0
type WorkspaceAPIListWorkspaceApiKeysRequest struct {
ApiService WorkspaceAPI
// contains filtered or unexported fields
}
func (WorkspaceAPIListWorkspaceApiKeysRequest) Execute ¶ added in v1.14.0
func (r WorkspaceAPIListWorkspaceApiKeysRequest) Execute() ([]WorkspaceApiKey, *http.Response, error)
type WorkspaceAPIListWorkspaceProjectsRequest ¶ added in v1.11.10
type WorkspaceAPIListWorkspaceProjectsRequest struct {
ApiService WorkspaceAPI
// contains filtered or unexported fields
}
func (WorkspaceAPIListWorkspaceProjectsRequest) Execute ¶ added in v1.11.10
func (r WorkspaceAPIListWorkspaceProjectsRequest) Execute() (*ListWorkspaceProjects, *http.Response, error)
type WorkspaceAPIListWorkspacesRequest ¶ added in v1.11.10
type WorkspaceAPIListWorkspacesRequest struct {
ApiService WorkspaceAPI
// contains filtered or unexported fields
}
func (WorkspaceAPIListWorkspacesRequest) Execute ¶ added in v1.11.10
func (r WorkspaceAPIListWorkspacesRequest) Execute() (*ListWorkspaces, *http.Response, error)
func (WorkspaceAPIListWorkspacesRequest) PageSize ¶ added in v1.11.10
func (r WorkspaceAPIListWorkspacesRequest) PageSize(pageSize int64) WorkspaceAPIListWorkspacesRequest
Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
func (WorkspaceAPIListWorkspacesRequest) PageToken ¶ added in v1.11.10
func (r WorkspaceAPIListWorkspacesRequest) PageToken(pageToken string) WorkspaceAPIListWorkspacesRequest
Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
type WorkspaceAPIService ¶ added in v1.11.10
type WorkspaceAPIService service
WorkspaceAPIService WorkspaceAPI service
func (*WorkspaceAPIService) CreateWorkspace ¶ added in v1.11.10
func (a *WorkspaceAPIService) CreateWorkspace(ctx context.Context) WorkspaceAPICreateWorkspaceRequest
CreateWorkspace Create a new workspace
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return WorkspaceAPICreateWorkspaceRequest
func (*WorkspaceAPIService) CreateWorkspaceApiKey ¶ added in v1.14.0
func (a *WorkspaceAPIService) CreateWorkspaceApiKey(ctx context.Context, workspace string) WorkspaceAPICreateWorkspaceApiKeyRequest
CreateWorkspaceApiKey Create workspace API key
Create an API key for a workspace.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace The Workspace ID @return WorkspaceAPICreateWorkspaceApiKeyRequest
func (*WorkspaceAPIService) CreateWorkspaceApiKeyExecute ¶ added in v1.14.0
func (a *WorkspaceAPIService) CreateWorkspaceApiKeyExecute(r WorkspaceAPICreateWorkspaceApiKeyRequest) (*WorkspaceApiKey, *http.Response, error)
Execute executes the request
@return WorkspaceApiKey
func (*WorkspaceAPIService) CreateWorkspaceExecute ¶ added in v1.11.10
func (a *WorkspaceAPIService) CreateWorkspaceExecute(r WorkspaceAPICreateWorkspaceRequest) (*Workspace, *http.Response, error)
Execute executes the request
@return Workspace
func (*WorkspaceAPIService) DeleteWorkspaceApiKey ¶ added in v1.14.0
func (a *WorkspaceAPIService) DeleteWorkspaceApiKey(ctx context.Context, workspace string, tokenId string) WorkspaceAPIDeleteWorkspaceApiKeyRequest
DeleteWorkspaceApiKey Delete workspace API token
Deletes an API token and immediately removes it.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace The Workspace ID or Workspace slug @param tokenId The Token ID @return WorkspaceAPIDeleteWorkspaceApiKeyRequest
func (*WorkspaceAPIService) DeleteWorkspaceApiKeyExecute ¶ added in v1.14.0
func (a *WorkspaceAPIService) DeleteWorkspaceApiKeyExecute(r WorkspaceAPIDeleteWorkspaceApiKeyRequest) (*http.Response, error)
Execute executes the request
func (*WorkspaceAPIService) GetWorkspace ¶ added in v1.11.10
func (a *WorkspaceAPIService) GetWorkspace(ctx context.Context, workspace string) WorkspaceAPIGetWorkspaceRequest
GetWorkspace Get a workspace
Any workspace member can access this endpoint.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace @return WorkspaceAPIGetWorkspaceRequest
func (*WorkspaceAPIService) GetWorkspaceExecute ¶ added in v1.11.10
func (a *WorkspaceAPIService) GetWorkspaceExecute(r WorkspaceAPIGetWorkspaceRequest) (*Workspace, *http.Response, error)
Execute executes the request
@return Workspace
func (*WorkspaceAPIService) ListWorkspaceApiKeys ¶ added in v1.14.0
func (a *WorkspaceAPIService) ListWorkspaceApiKeys(ctx context.Context, workspace string) WorkspaceAPIListWorkspaceApiKeysRequest
ListWorkspaceApiKeys List a workspace's API Tokens
A list of all the workspace's API tokens.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace The Workspace ID or Workspace slug @return WorkspaceAPIListWorkspaceApiKeysRequest
func (*WorkspaceAPIService) ListWorkspaceApiKeysExecute ¶ added in v1.14.0
func (a *WorkspaceAPIService) ListWorkspaceApiKeysExecute(r WorkspaceAPIListWorkspaceApiKeysRequest) ([]WorkspaceApiKey, *http.Response, error)
Execute executes the request
@return []WorkspaceApiKey
func (*WorkspaceAPIService) ListWorkspaceProjects ¶ added in v1.11.10
func (a *WorkspaceAPIService) ListWorkspaceProjects(ctx context.Context, workspace string) WorkspaceAPIListWorkspaceProjectsRequest
ListWorkspaceProjects List all projects of a workspace
Any workspace member can access this endpoint.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace @return WorkspaceAPIListWorkspaceProjectsRequest
func (*WorkspaceAPIService) ListWorkspaceProjectsExecute ¶ added in v1.11.10
func (a *WorkspaceAPIService) ListWorkspaceProjectsExecute(r WorkspaceAPIListWorkspaceProjectsRequest) (*ListWorkspaceProjects, *http.Response, error)
Execute executes the request
@return ListWorkspaceProjects
func (*WorkspaceAPIService) ListWorkspaces ¶ added in v1.11.10
func (a *WorkspaceAPIService) ListWorkspaces(ctx context.Context) WorkspaceAPIListWorkspacesRequest
ListWorkspaces List workspaces the user is a member of
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return WorkspaceAPIListWorkspacesRequest
func (*WorkspaceAPIService) ListWorkspacesExecute ¶ added in v1.11.10
func (a *WorkspaceAPIService) ListWorkspacesExecute(r WorkspaceAPIListWorkspacesRequest) (*ListWorkspaces, *http.Response, error)
Execute executes the request
@return ListWorkspaces
func (*WorkspaceAPIService) UpdateWorkspace ¶ added in v1.11.10
func (a *WorkspaceAPIService) UpdateWorkspace(ctx context.Context, workspace string) WorkspaceAPIUpdateWorkspaceRequest
UpdateWorkspace Update an workspace
Workspace members with the role `OWNER` can access this endpoint.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace @return WorkspaceAPIUpdateWorkspaceRequest
func (*WorkspaceAPIService) UpdateWorkspaceExecute ¶ added in v1.11.10
func (a *WorkspaceAPIService) UpdateWorkspaceExecute(r WorkspaceAPIUpdateWorkspaceRequest) (*Workspace, *http.Response, error)
Execute executes the request
@return Workspace
type WorkspaceAPIUpdateWorkspaceRequest ¶ added in v1.11.10
type WorkspaceAPIUpdateWorkspaceRequest struct {
ApiService WorkspaceAPI
// contains filtered or unexported fields
}
func (WorkspaceAPIUpdateWorkspaceRequest) Execute ¶ added in v1.11.10
func (r WorkspaceAPIUpdateWorkspaceRequest) Execute() (*Workspace, *http.Response, error)
func (WorkspaceAPIUpdateWorkspaceRequest) UpdateWorkspaceBody ¶ added in v1.11.10
func (r WorkspaceAPIUpdateWorkspaceRequest) UpdateWorkspaceBody(updateWorkspaceBody UpdateWorkspaceBody) WorkspaceAPIUpdateWorkspaceRequest
type WorkspaceApiKey ¶ added in v1.11.12
type WorkspaceApiKey struct {
// The API key's creation date
CreatedAt *time.Time `json:"created_at,omitempty"`
// The key's ID.
Id string `json:"id"`
// The API key's Name Set this to help you remember, for example, where you use the API key.
Name string `json:"name"`
// The key's owner
OwnerId string `json:"owner_id"`
// The API key's last update date
UpdatedAt *time.Time `json:"updated_at,omitempty"`
// The key's value
Value *string `json:"value,omitempty"`
// The API token's workspace ID
WorkspaceId *string `json:"workspace_id,omitempty"`
AdditionalProperties map[string]interface{}
}
WorkspaceApiKey struct for WorkspaceApiKey
func NewWorkspaceApiKey ¶ added in v1.11.12
func NewWorkspaceApiKey(id string, name string, ownerId string) *WorkspaceApiKey
NewWorkspaceApiKey instantiates a new WorkspaceApiKey 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 NewWorkspaceApiKeyWithDefaults ¶ added in v1.11.12
func NewWorkspaceApiKeyWithDefaults() *WorkspaceApiKey
NewWorkspaceApiKeyWithDefaults instantiates a new WorkspaceApiKey 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 (*WorkspaceApiKey) GetCreatedAt ¶ added in v1.11.12
func (o *WorkspaceApiKey) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*WorkspaceApiKey) GetCreatedAtOk ¶ added in v1.11.12
func (o *WorkspaceApiKey) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceApiKey) GetId ¶ added in v1.11.12
func (o *WorkspaceApiKey) GetId() string
GetId returns the Id field value
func (*WorkspaceApiKey) GetIdOk ¶ added in v1.11.12
func (o *WorkspaceApiKey) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WorkspaceApiKey) GetName ¶ added in v1.11.12
func (o *WorkspaceApiKey) GetName() string
GetName returns the Name field value
func (*WorkspaceApiKey) GetNameOk ¶ added in v1.11.12
func (o *WorkspaceApiKey) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*WorkspaceApiKey) GetOwnerId ¶ added in v1.11.12
func (o *WorkspaceApiKey) GetOwnerId() string
GetOwnerId returns the OwnerId field value
func (*WorkspaceApiKey) GetOwnerIdOk ¶ added in v1.11.12
func (o *WorkspaceApiKey) GetOwnerIdOk() (*string, bool)
GetOwnerIdOk returns a tuple with the OwnerId field value and a boolean to check if the value has been set.
func (*WorkspaceApiKey) GetUpdatedAt ¶ added in v1.11.12
func (o *WorkspaceApiKey) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*WorkspaceApiKey) GetUpdatedAtOk ¶ added in v1.11.12
func (o *WorkspaceApiKey) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceApiKey) GetValue ¶ added in v1.11.12
func (o *WorkspaceApiKey) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*WorkspaceApiKey) GetValueOk ¶ added in v1.11.12
func (o *WorkspaceApiKey) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceApiKey) GetWorkspaceId ¶ added in v1.11.12
func (o *WorkspaceApiKey) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field value if set, zero value otherwise.
func (*WorkspaceApiKey) GetWorkspaceIdOk ¶ added in v1.11.12
func (o *WorkspaceApiKey) GetWorkspaceIdOk() (*string, bool)
GetWorkspaceIdOk returns a tuple with the WorkspaceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WorkspaceApiKey) HasCreatedAt ¶ added in v1.11.12
func (o *WorkspaceApiKey) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*WorkspaceApiKey) HasUpdatedAt ¶ added in v1.11.12
func (o *WorkspaceApiKey) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*WorkspaceApiKey) HasValue ¶ added in v1.11.12
func (o *WorkspaceApiKey) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*WorkspaceApiKey) HasWorkspaceId ¶ added in v1.11.12
func (o *WorkspaceApiKey) HasWorkspaceId() bool
HasWorkspaceId returns a boolean if a field has been set.
func (WorkspaceApiKey) MarshalJSON ¶ added in v1.11.12
func (o WorkspaceApiKey) MarshalJSON() ([]byte, error)
func (*WorkspaceApiKey) SetCreatedAt ¶ added in v1.11.12
func (o *WorkspaceApiKey) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*WorkspaceApiKey) SetId ¶ added in v1.11.12
func (o *WorkspaceApiKey) SetId(v string)
SetId sets field value
func (*WorkspaceApiKey) SetName ¶ added in v1.11.12
func (o *WorkspaceApiKey) SetName(v string)
SetName sets field value
func (*WorkspaceApiKey) SetOwnerId ¶ added in v1.11.12
func (o *WorkspaceApiKey) SetOwnerId(v string)
SetOwnerId sets field value
func (*WorkspaceApiKey) SetUpdatedAt ¶ added in v1.11.12
func (o *WorkspaceApiKey) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*WorkspaceApiKey) SetValue ¶ added in v1.11.12
func (o *WorkspaceApiKey) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (*WorkspaceApiKey) SetWorkspaceId ¶ added in v1.11.12
func (o *WorkspaceApiKey) SetWorkspaceId(v string)
SetWorkspaceId gets a reference to the given string and assigns it to the WorkspaceId field.
func (WorkspaceApiKey) ToMap ¶ added in v1.11.12
func (o WorkspaceApiKey) ToMap() (map[string]interface{}, error)
func (*WorkspaceApiKey) UnmarshalJSON ¶ added in v1.11.12
func (o *WorkspaceApiKey) UnmarshalJSON(data []byte) (err error)
Source Files
¶
- api_courier.go
- api_events.go
- api_frontend.go
- api_identity.go
- api_jwk.go
- api_metadata.go
- api_o_auth2.go
- api_oidc.go
- api_permission.go
- api_project.go
- api_relationship.go
- api_wellknown.go
- api_workspace.go
- client.go
- configuration.go
- model_accept_o_auth2_consent_request.go
- model_accept_o_auth2_consent_request_session.go
- model_accept_o_auth2_login_request.go
- model_account_experience_configuration.go
- model_account_experience_theme_variables.go
- model_active_project_in_console.go
- model_add_project_to_workspace_body.go
- model_attribute.go
- model_attribute_filter.go
- model_attributes_count_datapoint.go
- model_authenticator_assurance_level.go
- model_batch_patch_identities_response.go
- model_billing_period_bucket.go
- model_check_opl_syntax_result.go
- model_check_permission_result.go
- model_cloud_account.go
- model_consistency_request_parameters.go
- model_continue_with.go
- model_continue_with_recovery_ui.go
- model_continue_with_recovery_ui_flow.go
- model_continue_with_redirect_browser_to.go
- model_continue_with_set_ory_session_token.go
- model_continue_with_settings_ui.go
- model_continue_with_settings_ui_flow.go
- model_continue_with_verification_ui.go
- model_continue_with_verification_ui_flow.go
- model_courier_message_status.go
- model_courier_message_type.go
- model_create_custom_domain_body.go
- model_create_event_stream_body.go
- model_create_identity_body.go
- model_create_invite_response.go
- model_create_json_web_key_set.go
- model_create_project_api_key_request.go
- model_create_project_body.go
- model_create_project_branding.go
- model_create_project_member_invite_body.go
- model_create_project_normalized_payload.go
- model_create_recovery_code_for_identity_body.go
- model_create_recovery_link_for_identity_body.go
- model_create_relationship_body.go
- model_create_subscription_body.go
- model_create_subscription_common.go
- model_create_verifiable_credential_request_body.go
- model_create_workspace_api_key_body.go
- model_create_workspace_body.go
- model_create_workspace_member_invite_body.go
- model_create_workspace_subscription_body.go
- model_credential_supported_draft00.go
- model_custom_domain.go
- model_delete_my_sessions_count.go
- model_email_template_data.go
- model_email_template_data_body.go
- model_error_authenticator_assurance_level_not_satisfied.go
- model_error_browser_location_change_required.go
- model_error_flow_replaced.go
- model_error_generic.go
- model_error_o_auth2.go
- model_event_stream.go
- model_expanded_permission_tree.go
- model_flow_error.go
- model_generic_error.go
- model_generic_error_content.go
- model_generic_usage.go
- model_get_attributes_count_response.go
- model_get_managed_identity_schema_location.go
- model_get_metrics_event_attributes_response.go
- model_get_metrics_event_types_response.go
- model_get_organization_response.go
- model_get_project_events_body.go
- model_get_project_events_response.go
- model_get_project_metrics_response.go
- model_get_session_activity_response.go
- model_get_version_200_response.go
- model_health_not_ready_status.go
- model_health_status.go
- model_identity.go
- model_identity_credentials.go
- model_identity_credentials_code.go
- model_identity_credentials_oidc.go
- model_identity_credentials_oidc_provider.go
- model_identity_credentials_password.go
- model_identity_patch.go
- model_identity_patch_response.go
- model_identity_schema_container.go
- model_identity_schema_preset.go
- model_identity_with_credentials.go
- model_identity_with_credentials_oidc.go
- model_identity_with_credentials_oidc_config.go
- model_identity_with_credentials_oidc_config_provider.go
- model_identity_with_credentials_password.go
- model_identity_with_credentials_password_config.go
- model_internal_get_project_branding_body.go
- model_internal_is_ax_welcome_screen_enabled_for_project_body.go
- model_internal_is_owner_for_project_by_slug_body.go
- model_internal_is_owner_for_project_by_slug_response.go
- model_introspected_o_auth2_token.go
- model_invoice.go
- model_invoice_data_v1.go
- model_is_owner_for_project_by_slug.go
- model_json_patch.go
- model_json_web_key.go
- model_json_web_key_set.go
- model_keto_namespace.go
- model_line_item_v1.go
- model_list_event_streams.go
- model_list_invoices_response.go
- model_list_organizations_response.go
- model_list_workspace_projects.go
- model_list_workspaces.go
- model_login_flow.go
- model_login_flow_state.go
- model_logout_flow.go
- model_managed_identity_schema.go
- model_managed_identity_schema_validation_result.go
- model_member_invite.go
- model_message.go
- model_message_dispatch.go
- model_metrics_datapoint.go
- model_money.go
- model_namespace.go
- model_needs_privileged_session_error.go
- model_normalized_project.go
- model_normalized_project_revision.go
- model_normalized_project_revision_courier_channel.go
- model_normalized_project_revision_hook.go
- model_normalized_project_revision_identity_schema.go
- model_normalized_project_revision_third_party_provider.go
- model_normalized_project_revision_tokenizer_template.go
- model_o_auth2_client.go
- model_o_auth2_client_token_lifespans.go
- model_o_auth2_consent_request.go
- model_o_auth2_consent_request_open_id_connect_context.go
- model_o_auth2_consent_session.go
- model_o_auth2_consent_session_expires_at.go
- model_o_auth2_login_request.go
- model_o_auth2_logout_request.go
- model_o_auth2_redirect_to.go
- model_o_auth2_token_exchange.go
- model_oidc_configuration.go
- model_oidc_user_info.go
- model_organization.go
- model_organization_body.go
- model_pagination.go
- model_pagination_headers.go
- model_parse_error.go
- model_patch_identities_body.go
- model_perform_native_logout_body.go
- model_permissions_on_workspace.go
- model_plan.go
- model_plan_details.go
- model_post_check_permission_body.go
- model_post_check_permission_or_error_body.go
- model_project.go
- model_project_api_key.go
- model_project_branding.go
- model_project_branding_colors.go
- model_project_branding_theme.go
- model_project_cors.go
- model_project_events_datapoint.go
- model_project_host.go
- model_project_member.go
- model_project_metadata.go
- model_project_service_identity.go
- model_project_service_o_auth2.go
- model_project_service_permission.go
- model_project_services.go
- model_quota_usage.go
- model_recovery_code_for_identity.go
- model_recovery_flow.go
- model_recovery_flow_state.go
- model_recovery_identity_address.go
- model_recovery_link_for_identity.go
- model_registration_flow.go
- model_registration_flow_state.go
- model_reject_o_auth2_request.go
- model_relation_query.go
- model_relationship.go
- model_relationship_namespaces.go
- model_relationship_patch.go
- model_relationships.go
- model_rfc6749_error_json.go
- model_schema_patch.go
- model_self_service_flow_expired_error.go
- model_session.go
- model_session_activity_datapoint.go
- model_session_authentication_method.go
- model_session_device.go
- model_set_active_project_in_console_body.go
- model_set_custom_domain_body.go
- model_set_event_stream_body.go
- model_set_project.go
- model_set_project_branding_theme_body.go
- model_settings_flow.go
- model_settings_flow_state.go
- model_source_position.go
- model_subject_set.go
- model_subscription.go
- model_successful_code_exchange_response.go
- model_successful_native_login.go
- model_successful_native_registration.go
- model_successful_project_update.go
- model_tax_line_item.go
- model_time_interval.go
- model_token_pagination.go
- model_token_pagination_headers.go
- model_token_pagination_request_parameters.go
- model_token_pagination_response_headers.go
- model_trust_o_auth2_jwt_grant_issuer.go
- model_trusted_o_auth2_jwt_grant_issuer.go
- model_trusted_o_auth2_jwt_grant_json_web_key.go
- model_ui_container.go
- model_ui_node.go
- model_ui_node_anchor_attributes.go
- model_ui_node_attributes.go
- model_ui_node_image_attributes.go
- model_ui_node_input_attributes.go
- model_ui_node_meta.go
- model_ui_node_script_attributes.go
- model_ui_node_text_attributes.go
- model_ui_text.go
- model_update_identity_body.go
- model_update_login_flow_body.go
- model_update_login_flow_with_code_method.go
- model_update_login_flow_with_identifier_first_method.go
- model_update_login_flow_with_lookup_secret_method.go
- model_update_login_flow_with_oidc_method.go
- model_update_login_flow_with_passkey_method.go
- model_update_login_flow_with_password_method.go
- model_update_login_flow_with_totp_method.go
- model_update_login_flow_with_web_authn_method.go
- model_update_recovery_flow_body.go
- model_update_recovery_flow_with_code_method.go
- model_update_recovery_flow_with_link_method.go
- model_update_registration_flow_body.go
- model_update_registration_flow_with_code_method.go
- model_update_registration_flow_with_oidc_method.go
- model_update_registration_flow_with_passkey_method.go
- model_update_registration_flow_with_password_method.go
- model_update_registration_flow_with_profile_method.go
- model_update_registration_flow_with_web_authn_method.go
- model_update_settings_flow_body.go
- model_update_settings_flow_with_lookup_method.go
- model_update_settings_flow_with_oidc_method.go
- model_update_settings_flow_with_passkey_method.go
- model_update_settings_flow_with_password_method.go
- model_update_settings_flow_with_profile_method.go
- model_update_settings_flow_with_totp_method.go
- model_update_settings_flow_with_web_authn_method.go
- model_update_subscription_body.go
- model_update_verification_flow_body.go
- model_update_verification_flow_with_code_method.go
- model_update_verification_flow_with_link_method.go
- model_update_workspace_body.go
- model_usage.go
- model_verifiable_credential_priming_response.go
- model_verifiable_credential_proof.go
- model_verifiable_credential_response.go
- model_verifiable_identity_address.go
- model_verification_flow.go
- model_verification_flow_state.go
- model_version.go
- model_warning.go
- model_workspace.go
- model_workspace_api_key.go
- response.go
- utils.go