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 AccessApiAPI
- type AccessApiAPIService
- func (a *AccessApiAPIService) AcceptInvitation(ctx context.Context, id int64) ApiAcceptInvitationRequest
- func (a *AccessApiAPIService) AcceptInvitationExecute(r ApiAcceptInvitationRequest) (*http.Response, error)
- func (a *AccessApiAPIService) DeclineInvitation(ctx context.Context, id int64) ApiDeclineInvitationRequest
- func (a *AccessApiAPIService) DeclineInvitationExecute(r ApiDeclineInvitationRequest) (*http.Response, error)
- func (a *AccessApiAPIService) GetInvitation(ctx context.Context, id int64) ApiGetInvitationRequest
- func (a *AccessApiAPIService) GetInvitationExecute(r ApiGetInvitationRequest) (*InvitationResponse, *http.Response, error)
- func (a *AccessApiAPIService) GetReceivedInvitations(ctx context.Context) ApiGetReceivedInvitationsRequest
- func (a *AccessApiAPIService) GetReceivedInvitationsExecute(r ApiGetReceivedInvitationsRequest) ([]InvitationResponse, *http.Response, error)
- func (a *AccessApiAPIService) GetSentInvitations(ctx context.Context) ApiGetSentInvitationsRequest
- func (a *AccessApiAPIService) GetSentInvitationsExecute(r ApiGetSentInvitationsRequest) ([]InvitationResponse, *http.Response, error)
- func (a *AccessApiAPIService) InviteByEmail(ctx context.Context) ApiInviteByEmailRequest
- func (a *AccessApiAPIService) InviteByEmailExecute(r ApiInviteByEmailRequest) (*InvitationResponse, *http.Response, error)
- func (a *AccessApiAPIService) RemoveApiServerPrivileges(ctx context.Context) ApiRemoveApiServerPrivilegesRequest
- func (a *AccessApiAPIService) RemoveApiServerPrivilegesExecute(r ApiRemoveApiServerPrivilegesRequest) (*http.Response, error)
- func (a *AccessApiAPIService) RemoveClientPrivileges(ctx context.Context) ApiRemoveClientPrivilegesRequest
- func (a *AccessApiAPIService) RemoveClientPrivilegesExecute(r ApiRemoveClientPrivilegesRequest) (*http.Response, error)
- func (a *AccessApiAPIService) RemoveOrganizationPrivileges(ctx context.Context) ApiRemoveOrganizationPrivilegesRequest
- func (a *AccessApiAPIService) RemoveOrganizationPrivilegesExecute(r ApiRemoveOrganizationPrivilegesRequest) (*http.Response, error)
- func (a *AccessApiAPIService) RemoveServicePrivileges(ctx context.Context) ApiRemoveServicePrivilegesRequest
- func (a *AccessApiAPIService) RemoveServicePrivilegesExecute(r ApiRemoveServicePrivilegesRequest) (*http.Response, error)
- func (a *AccessApiAPIService) UpdateApiServerPrivileges(ctx context.Context) ApiUpdateApiServerPrivilegesRequest
- func (a *AccessApiAPIService) UpdateApiServerPrivilegesExecute(r ApiUpdateApiServerPrivilegesRequest) (*ApiServerAccessResponse, *http.Response, error)
- func (a *AccessApiAPIService) UpdateClientPrivileges(ctx context.Context) ApiUpdateClientPrivilegesRequest
- func (a *AccessApiAPIService) UpdateClientPrivilegesExecute(r ApiUpdateClientPrivilegesRequest) (*ClientAccessResponse, *http.Response, error)
- func (a *AccessApiAPIService) UpdateOrganizationPrivileges(ctx context.Context) ApiUpdateOrganizationPrivilegesRequest
- func (a *AccessApiAPIService) UpdateOrganizationPrivilegesExecute(r ApiUpdateOrganizationPrivilegesRequest) (*OrganizationAccessResponse, *http.Response, error)
- func (a *AccessApiAPIService) UpdateServicePrivileges(ctx context.Context) ApiUpdateServicePrivilegesRequest
- func (a *AccessApiAPIService) UpdateServicePrivilegesExecute(r ApiUpdateServicePrivilegesRequest) (*ServiceAccessResponse, *http.Response, error)
- type AccessMapApiAPI
- type AccessMapApiAPIService
- type AdoptServiceRequest
- func (o *AdoptServiceRequest) GetApiServerId() int64
- func (o *AdoptServiceRequest) GetApiServerIdOk() (*int64, bool)
- func (o *AdoptServiceRequest) GetOrganizationId() int64
- func (o *AdoptServiceRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *AdoptServiceRequest) GetServiceId() int64
- func (o *AdoptServiceRequest) GetServiceIdOk() (*int64, bool)
- func (o AdoptServiceRequest) MarshalJSON() ([]byte, error)
- func (o *AdoptServiceRequest) SetApiServerId(v int64)
- func (o *AdoptServiceRequest) SetOrganizationId(v int64)
- func (o *AdoptServiceRequest) SetServiceId(v int64)
- func (o AdoptServiceRequest) ToMap() (map[string]interface{}, error)
- func (o *AdoptServiceRequest) UnmarshalJSON(data []byte) (err error)
- type ApiAcceptInvitationRequest
- type ApiAccountCheckRequest
- type ApiAdoptServiceRequest
- func (r ApiAdoptServiceRequest) AdoptServiceRequest(adoptServiceRequest AdoptServiceRequest) ApiAdoptServiceRequest
- func (r ApiAdoptServiceRequest) Authorization(authorization string) ApiAdoptServiceRequest
- func (r ApiAdoptServiceRequest) DPoP(dPoP string) ApiAdoptServiceRequest
- func (r ApiAdoptServiceRequest) Execute() (*ServiceInstanceManagementResponse, *http.Response, error)
- type ApiBindTotpCredentialsRequest
- type ApiBindWebAuthnChallengeRequest
- type ApiCreateApiServerRequest
- func (r ApiCreateApiServerRequest) Authorization(authorization string) ApiCreateApiServerRequest
- func (r ApiCreateApiServerRequest) CreateApiServerRequest(createApiServerRequest CreateApiServerRequest) ApiCreateApiServerRequest
- func (r ApiCreateApiServerRequest) DPoP(dPoP string) ApiCreateApiServerRequest
- func (r ApiCreateApiServerRequest) Execute() (*AuthleteApiServerUpdateResponse, *http.Response, error)
- type ApiCreateOrganizationRequest
- func (r ApiCreateOrganizationRequest) Authorization(authorization string) ApiCreateOrganizationRequest
- func (r ApiCreateOrganizationRequest) DPoP(dPoP string) ApiCreateOrganizationRequest
- func (r ApiCreateOrganizationRequest) Execute() (*OrganizationResponse, *http.Response, error)
- func (r ApiCreateOrganizationRequest) UpdateOrganizationRequest(updateOrganizationRequest UpdateOrganizationRequest) ApiCreateOrganizationRequest
- type ApiCreateServiceRequest
- func (r ApiCreateServiceRequest) Authorization(authorization string) ApiCreateServiceRequest
- func (r ApiCreateServiceRequest) CreateServiceRequest(createServiceRequest CreateServiceRequest) ApiCreateServiceRequest
- func (r ApiCreateServiceRequest) DPoP(dPoP string) ApiCreateServiceRequest
- func (r ApiCreateServiceRequest) Execute() (*Service, *http.Response, error)
- type ApiCreateTokenForOrganizationRequest
- func (r ApiCreateTokenForOrganizationRequest) Authorization(authorization string) ApiCreateTokenForOrganizationRequest
- func (r ApiCreateTokenForOrganizationRequest) CreateOrganizationTokenRequest(createOrganizationTokenRequest CreateOrganizationTokenRequest) ApiCreateTokenForOrganizationRequest
- func (r ApiCreateTokenForOrganizationRequest) DPoP(dPoP string) ApiCreateTokenForOrganizationRequest
- func (r ApiCreateTokenForOrganizationRequest) Execute() (*OrganizationTokenResponse, *http.Response, error)
- type ApiCreateTokenForServiceRequest
- func (r ApiCreateTokenForServiceRequest) Authorization(authorization string) ApiCreateTokenForServiceRequest
- func (r ApiCreateTokenForServiceRequest) CreateServiceTokenRequest(createServiceTokenRequest CreateServiceTokenRequest) ApiCreateTokenForServiceRequest
- func (r ApiCreateTokenForServiceRequest) DPoP(dPoP string) ApiCreateTokenForServiceRequest
- func (r ApiCreateTokenForServiceRequest) Execute() (*ServiceTokenResponse, *http.Response, error)
- type ApiCreateTotpCredentialsRequest
- type ApiCreateUserRequest
- type ApiCreateWebAuthnChallengeRequest
- type ApiDeclineInvitationRequest
- type ApiDeleteApiServerRequest
- type ApiDeleteOrganizationRequest
- type ApiDeleteOrganizationTokenRequest
- func (r ApiDeleteOrganizationTokenRequest) Authorization(authorization string) ApiDeleteOrganizationTokenRequest
- func (r ApiDeleteOrganizationTokenRequest) DPoP(dPoP string) ApiDeleteOrganizationTokenRequest
- func (r ApiDeleteOrganizationTokenRequest) DeleteOrganizationTokenRequest(deleteOrganizationTokenRequest DeleteOrganizationTokenRequest) ApiDeleteOrganizationTokenRequest
- func (r ApiDeleteOrganizationTokenRequest) Execute() (*http.Response, error)
- type ApiDeleteServiceRequest
- func (r ApiDeleteServiceRequest) Authorization(authorization string) ApiDeleteServiceRequest
- func (r ApiDeleteServiceRequest) DPoP(dPoP string) ApiDeleteServiceRequest
- func (r ApiDeleteServiceRequest) DeleteServiceRequest(deleteServiceRequest DeleteServiceRequest) ApiDeleteServiceRequest
- func (r ApiDeleteServiceRequest) Execute() (*http.Response, error)
- type ApiDeleteUserRequest
- type ApiFindServiceRequest
- type ApiGetAccessMapRequest
- type ApiGetAll1Request
- type ApiGetAllRequest
- type ApiGetApiServerRequest
- type ApiGetConfigurationRequest
- type ApiGetCurrentAuthorizationResponseRequest
- type ApiGetCurrentUserRequest
- type ApiGetInvitationRequest
- type ApiGetJsonWebKeySetRequest
- type ApiGetOrganizationRequest
- type ApiGetOrphansRequest
- type ApiGetReceivedInvitationsRequest
- func (r ApiGetReceivedInvitationsRequest) Authorization(authorization string) ApiGetReceivedInvitationsRequest
- func (r ApiGetReceivedInvitationsRequest) DPoP(dPoP string) ApiGetReceivedInvitationsRequest
- func (r ApiGetReceivedInvitationsRequest) Execute() ([]InvitationResponse, *http.Response, error)
- type ApiGetRequest
- type ApiGetSentInvitationsRequest
- type ApiGetTokensForService1Request
- func (r ApiGetTokensForService1Request) Authorization(authorization string) ApiGetTokensForService1Request
- func (r ApiGetTokensForService1Request) DPoP(dPoP string) ApiGetTokensForService1Request
- func (r ApiGetTokensForService1Request) Execute() ([]OrganizationTokenResponse, *http.Response, error)
- func (r ApiGetTokensForService1Request) GetOrganizationTokensRequest(getOrganizationTokensRequest GetOrganizationTokensRequest) ApiGetTokensForService1Request
- type ApiGetTokensForServiceRequest
- func (r ApiGetTokensForServiceRequest) Authorization(authorization string) ApiGetTokensForServiceRequest
- func (r ApiGetTokensForServiceRequest) DPoP(dPoP string) ApiGetTokensForServiceRequest
- func (r ApiGetTokensForServiceRequest) Execute() ([]ServiceTokenResponse, *http.Response, error)
- func (r ApiGetTokensForServiceRequest) GetServiceTokensRequest(getServiceTokensRequest GetServiceTokensRequest) ApiGetTokensForServiceRequest
- type ApiIntrospectRequest
- type ApiInviteByEmailRequest
- func (r ApiInviteByEmailRequest) Authorization(authorization string) ApiInviteByEmailRequest
- func (r ApiInviteByEmailRequest) DPoP(dPoP string) ApiInviteByEmailRequest
- func (r ApiInviteByEmailRequest) Execute() (*InvitationResponse, *http.Response, error)
- func (r ApiInviteByEmailRequest) InviteRequest(inviteRequest InviteRequest) ApiInviteByEmailRequest
- type ApiLogInRequest
- type ApiLogOutRequest
- type ApiMoveServiceRequest
- func (r ApiMoveServiceRequest) Authorization(authorization string) ApiMoveServiceRequest
- func (r ApiMoveServiceRequest) DPoP(dPoP string) ApiMoveServiceRequest
- func (r ApiMoveServiceRequest) Execute() (*ServiceInstanceManagementResponse, *http.Response, error)
- func (r ApiMoveServiceRequest) MoveServiceRequest(moveServiceRequest MoveServiceRequest) ApiMoveServiceRequest
- type ApiRemoveApiServerPrivilegesRequest
- func (r ApiRemoveApiServerPrivilegesRequest) Authorization(authorization string) ApiRemoveApiServerPrivilegesRequest
- func (r ApiRemoveApiServerPrivilegesRequest) DPoP(dPoP string) ApiRemoveApiServerPrivilegesRequest
- func (r ApiRemoveApiServerPrivilegesRequest) Execute() (*http.Response, error)
- func (r ApiRemoveApiServerPrivilegesRequest) RemoveApiServerPrivilegesRequest(removeApiServerPrivilegesRequest RemoveApiServerPrivilegesRequest) ApiRemoveApiServerPrivilegesRequest
- type ApiRemoveClientPrivilegesRequest
- func (r ApiRemoveClientPrivilegesRequest) Authorization(authorization string) ApiRemoveClientPrivilegesRequest
- func (r ApiRemoveClientPrivilegesRequest) DPoP(dPoP string) ApiRemoveClientPrivilegesRequest
- func (r ApiRemoveClientPrivilegesRequest) Execute() (*http.Response, error)
- func (r ApiRemoveClientPrivilegesRequest) RemoveClientPrivilegesRequest(removeClientPrivilegesRequest RemoveClientPrivilegesRequest) ApiRemoveClientPrivilegesRequest
- type ApiRemoveOrganizationPrivilegesRequest
- func (r ApiRemoveOrganizationPrivilegesRequest) Authorization(authorization string) ApiRemoveOrganizationPrivilegesRequest
- func (r ApiRemoveOrganizationPrivilegesRequest) DPoP(dPoP string) ApiRemoveOrganizationPrivilegesRequest
- func (r ApiRemoveOrganizationPrivilegesRequest) Execute() (*http.Response, error)
- func (r ApiRemoveOrganizationPrivilegesRequest) RemoveOrganizationPrivilegesRequest(removeOrganizationPrivilegesRequest RemoveOrganizationPrivilegesRequest) ApiRemoveOrganizationPrivilegesRequest
- type ApiRemoveOrphanServiceRequest
- func (r ApiRemoveOrphanServiceRequest) Authorization(authorization string) ApiRemoveOrphanServiceRequest
- func (r ApiRemoveOrphanServiceRequest) DPoP(dPoP string) ApiRemoveOrphanServiceRequest
- func (r ApiRemoveOrphanServiceRequest) Execute() (*http.Response, error)
- func (r ApiRemoveOrphanServiceRequest) RemoveOrphanRequest(removeOrphanRequest RemoveOrphanRequest) ApiRemoveOrphanServiceRequest
- type ApiRemoveServicePrivilegesRequest
- func (r ApiRemoveServicePrivilegesRequest) Authorization(authorization string) ApiRemoveServicePrivilegesRequest
- func (r ApiRemoveServicePrivilegesRequest) DPoP(dPoP string) ApiRemoveServicePrivilegesRequest
- func (r ApiRemoveServicePrivilegesRequest) Execute() (*http.Response, error)
- func (r ApiRemoveServicePrivilegesRequest) RemoveServicePrivilegesRequest(removeServicePrivilegesRequest RemoveServicePrivilegesRequest) ApiRemoveServicePrivilegesRequest
- type ApiRenameServiceTokenRequest
- func (r ApiRenameServiceTokenRequest) Authorization(authorization string) ApiRenameServiceTokenRequest
- func (r ApiRenameServiceTokenRequest) DPoP(dPoP string) ApiRenameServiceTokenRequest
- func (r ApiRenameServiceTokenRequest) Execute() (*ServiceTokenResponse, *http.Response, error)
- func (r ApiRenameServiceTokenRequest) RenameServiceTokenRequest(renameServiceTokenRequest RenameServiceTokenRequest) ApiRenameServiceTokenRequest
- type ApiRenameTokenForServiceRequest
- func (r ApiRenameTokenForServiceRequest) Authorization(authorization string) ApiRenameTokenForServiceRequest
- func (r ApiRenameTokenForServiceRequest) DPoP(dPoP string) ApiRenameTokenForServiceRequest
- func (r ApiRenameTokenForServiceRequest) Execute() (*OrganizationTokenResponse, *http.Response, error)
- func (r ApiRenameTokenForServiceRequest) RenameOrganizationTokenRequest(renameOrganizationTokenRequest RenameOrganizationTokenRequest) ApiRenameTokenForServiceRequest
- type ApiRevokeServiceTokenRequest
- func (r ApiRevokeServiceTokenRequest) Authorization(authorization string) ApiRevokeServiceTokenRequest
- func (r ApiRevokeServiceTokenRequest) DPoP(dPoP string) ApiRevokeServiceTokenRequest
- func (r ApiRevokeServiceTokenRequest) DeleteServiceTokenRequest(deleteServiceTokenRequest DeleteServiceTokenRequest) ApiRevokeServiceTokenRequest
- func (r ApiRevokeServiceTokenRequest) Execute() (*http.Response, error)
- type ApiRotateServiceTokenRequest
- func (r ApiRotateServiceTokenRequest) Authorization(authorization string) ApiRotateServiceTokenRequest
- func (r ApiRotateServiceTokenRequest) DPoP(dPoP string) ApiRotateServiceTokenRequest
- func (r ApiRotateServiceTokenRequest) Execute() (*ServiceTokenResponse, *http.Response, error)
- func (r ApiRotateServiceTokenRequest) RotateServiceTokenRequest(rotateServiceTokenRequest RotateServiceTokenRequest) ApiRotateServiceTokenRequest
- type ApiRotateTokenForOrganizationRequest
- func (r ApiRotateTokenForOrganizationRequest) Authorization(authorization string) ApiRotateTokenForOrganizationRequest
- func (r ApiRotateTokenForOrganizationRequest) DPoP(dPoP string) ApiRotateTokenForOrganizationRequest
- func (r ApiRotateTokenForOrganizationRequest) Execute() (*OrganizationTokenResponse, *http.Response, error)
- func (r ApiRotateTokenForOrganizationRequest) RotateOrganizationTokenRequest(rotateOrganizationTokenRequest RotateOrganizationTokenRequest) ApiRotateTokenForOrganizationRequest
- type ApiServerAccess
- func (o *ApiServerAccess) GetAllClientPrivileges() []string
- func (o *ApiServerAccess) GetAllClientPrivilegesOk() ([]string, bool)
- func (o *ApiServerAccess) GetAllServicePrivileges() []string
- func (o *ApiServerAccess) GetAllServicePrivilegesOk() ([]string, bool)
- func (o *ApiServerAccess) GetApiServerId() int64
- func (o *ApiServerAccess) GetApiServerIdOk() (*int64, bool)
- func (o *ApiServerAccess) GetId() int64
- func (o *ApiServerAccess) GetIdOk() (*int64, bool)
- func (o *ApiServerAccess) GetOrganizationAccessId() int64
- func (o *ApiServerAccess) GetOrganizationAccessIdOk() (*int64, bool)
- func (o *ApiServerAccess) GetPrivileges() []string
- func (o *ApiServerAccess) GetPrivilegesOk() ([]string, bool)
- func (o *ApiServerAccess) GetServiceAccess() []ServiceAccess
- func (o *ApiServerAccess) GetServiceAccessOk() ([]ServiceAccess, bool)
- func (o *ApiServerAccess) HasAllClientPrivileges() bool
- func (o *ApiServerAccess) HasAllServicePrivileges() bool
- func (o *ApiServerAccess) HasApiServerId() bool
- func (o *ApiServerAccess) HasId() bool
- func (o *ApiServerAccess) HasOrganizationAccessId() bool
- func (o *ApiServerAccess) HasPrivileges() bool
- func (o *ApiServerAccess) HasServiceAccess() bool
- func (o ApiServerAccess) MarshalJSON() ([]byte, error)
- func (o *ApiServerAccess) SetAllClientPrivileges(v []string)
- func (o *ApiServerAccess) SetAllServicePrivileges(v []string)
- func (o *ApiServerAccess) SetApiServerId(v int64)
- func (o *ApiServerAccess) SetId(v int64)
- func (o *ApiServerAccess) SetOrganizationAccessId(v int64)
- func (o *ApiServerAccess) SetPrivileges(v []string)
- func (o *ApiServerAccess) SetServiceAccess(v []ServiceAccess)
- func (o ApiServerAccess) ToMap() (map[string]interface{}, error)
- type ApiServerAccessResponse
- func (o *ApiServerAccessResponse) GetAllClientPrivileges() []string
- func (o *ApiServerAccessResponse) GetAllClientPrivilegesOk() ([]string, bool)
- func (o *ApiServerAccessResponse) GetAllServicePrivileges() []string
- func (o *ApiServerAccessResponse) GetAllServicePrivilegesOk() ([]string, bool)
- func (o *ApiServerAccessResponse) GetApiServer() AuthleteApiServerResponse
- func (o *ApiServerAccessResponse) GetApiServerId() int64
- func (o *ApiServerAccessResponse) GetApiServerIdOk() (*int64, bool)
- func (o *ApiServerAccessResponse) GetApiServerOk() (*AuthleteApiServerResponse, bool)
- func (o *ApiServerAccessResponse) GetOrganizationId() int64
- func (o *ApiServerAccessResponse) GetOrganizationIdOk() (*int64, bool)
- func (o *ApiServerAccessResponse) GetPrivileges() []string
- func (o *ApiServerAccessResponse) GetPrivilegesOk() ([]string, bool)
- func (o *ApiServerAccessResponse) GetServiceAccess() []ServiceAccessResponse
- func (o *ApiServerAccessResponse) GetServiceAccessOk() ([]ServiceAccessResponse, bool)
- func (o *ApiServerAccessResponse) GetUserId() int64
- func (o *ApiServerAccessResponse) GetUserIdOk() (*int64, bool)
- func (o *ApiServerAccessResponse) HasAllClientPrivileges() bool
- func (o *ApiServerAccessResponse) HasAllServicePrivileges() bool
- func (o *ApiServerAccessResponse) HasApiServer() bool
- func (o *ApiServerAccessResponse) HasApiServerId() bool
- func (o *ApiServerAccessResponse) HasOrganizationId() bool
- func (o *ApiServerAccessResponse) HasPrivileges() bool
- func (o *ApiServerAccessResponse) HasServiceAccess() bool
- func (o *ApiServerAccessResponse) HasUserId() bool
- func (o ApiServerAccessResponse) MarshalJSON() ([]byte, error)
- func (o *ApiServerAccessResponse) SetAllClientPrivileges(v []string)
- func (o *ApiServerAccessResponse) SetAllServicePrivileges(v []string)
- func (o *ApiServerAccessResponse) SetApiServer(v AuthleteApiServerResponse)
- func (o *ApiServerAccessResponse) SetApiServerId(v int64)
- func (o *ApiServerAccessResponse) SetOrganizationId(v int64)
- func (o *ApiServerAccessResponse) SetPrivileges(v []string)
- func (o *ApiServerAccessResponse) SetServiceAccess(v []ServiceAccessResponse)
- func (o *ApiServerAccessResponse) SetUserId(v int64)
- func (o ApiServerAccessResponse) ToMap() (map[string]interface{}, error)
- type ApiServerApiAPI
- type ApiServerApiAPIService
- func (a *ApiServerApiAPIService) CreateApiServer(ctx context.Context) ApiCreateApiServerRequest
- func (a *ApiServerApiAPIService) CreateApiServerExecute(r ApiCreateApiServerRequest) (*AuthleteApiServerUpdateResponse, *http.Response, error)
- func (a *ApiServerApiAPIService) DeleteApiServer(ctx context.Context, id int64) ApiDeleteApiServerRequest
- func (a *ApiServerApiAPIService) DeleteApiServerExecute(r ApiDeleteApiServerRequest) (*http.Response, error)
- func (a *ApiServerApiAPIService) GetAll1(ctx context.Context) ApiGetAll1Request
- func (a *ApiServerApiAPIService) GetAll1Execute(r ApiGetAll1Request) ([]AuthleteApiServerUpdateResponse, *http.Response, error)
- func (a *ApiServerApiAPIService) GetApiServer(ctx context.Context, id int64) ApiGetApiServerRequest
- func (a *ApiServerApiAPIService) GetApiServerExecute(r ApiGetApiServerRequest) (*AuthleteApiServerUpdateResponse, *http.Response, error)
- func (a *ApiServerApiAPIService) UpdateApiServer(ctx context.Context, id int64) ApiUpdateApiServerRequest
- func (a *ApiServerApiAPIService) UpdateApiServerExecute(r ApiUpdateApiServerRequest) (*AuthleteApiServerUpdateResponse, *http.Response, error)
- type ApiServerMembershipResponse
- func (o *ApiServerMembershipResponse) GetApiServerId() int64
- func (o *ApiServerMembershipResponse) GetApiServerIdOk() (*int64, bool)
- func (o *ApiServerMembershipResponse) GetDescription() string
- func (o *ApiServerMembershipResponse) GetDescriptionOk() (*string, bool)
- func (o *ApiServerMembershipResponse) GetPrivileges() []string
- func (o *ApiServerMembershipResponse) GetPrivilegesOk() ([]string, bool)
- func (o *ApiServerMembershipResponse) GetServices() []ServiceInstanceMembershipResponse
- func (o *ApiServerMembershipResponse) GetServicesOk() ([]ServiceInstanceMembershipResponse, bool)
- func (o *ApiServerMembershipResponse) GetUrl() string
- func (o *ApiServerMembershipResponse) GetUrlOk() (*string, bool)
- func (o *ApiServerMembershipResponse) HasApiServerId() bool
- func (o *ApiServerMembershipResponse) HasDescription() bool
- func (o *ApiServerMembershipResponse) HasPrivileges() bool
- func (o *ApiServerMembershipResponse) HasServices() bool
- func (o *ApiServerMembershipResponse) HasUrl() bool
- func (o ApiServerMembershipResponse) MarshalJSON() ([]byte, error)
- func (o *ApiServerMembershipResponse) SetApiServerId(v int64)
- func (o *ApiServerMembershipResponse) SetDescription(v string)
- func (o *ApiServerMembershipResponse) SetPrivileges(v []string)
- func (o *ApiServerMembershipResponse) SetServices(v []ServiceInstanceMembershipResponse)
- func (o *ApiServerMembershipResponse) SetUrl(v string)
- func (o ApiServerMembershipResponse) ToMap() (map[string]interface{}, error)
- type ApiSetAdminRequest
- type ApiSubmitUserDecisionRequest
- type ApiTokenEndpointRequest
- func (r ApiTokenEndpointRequest) All(all map[string]string) ApiTokenEndpointRequest
- func (r ApiTokenEndpointRequest) Authorization(authorization string) ApiTokenEndpointRequest
- func (r ApiTokenEndpointRequest) DPoP(dPoP string) ApiTokenEndpointRequest
- func (r ApiTokenEndpointRequest) Empty(empty bool) ApiTokenEndpointRequest
- func (r ApiTokenEndpointRequest) Execute() (string, *http.Response, error)
- type ApiUnsetAdminRequest
- type ApiUpdateApiServerPrivilegesRequest
- func (r ApiUpdateApiServerPrivilegesRequest) Authorization(authorization string) ApiUpdateApiServerPrivilegesRequest
- func (r ApiUpdateApiServerPrivilegesRequest) DPoP(dPoP string) ApiUpdateApiServerPrivilegesRequest
- func (r ApiUpdateApiServerPrivilegesRequest) Execute() (*ApiServerAccessResponse, *http.Response, error)
- func (r ApiUpdateApiServerPrivilegesRequest) UpdateApiServerPrivilegesRequest(updateApiServerPrivilegesRequest UpdateApiServerPrivilegesRequest) ApiUpdateApiServerPrivilegesRequest
- type ApiUpdateApiServerRequest
- func (r ApiUpdateApiServerRequest) Authorization(authorization string) ApiUpdateApiServerRequest
- func (r ApiUpdateApiServerRequest) DPoP(dPoP string) ApiUpdateApiServerRequest
- func (r ApiUpdateApiServerRequest) Execute() (*AuthleteApiServerUpdateResponse, *http.Response, error)
- func (r ApiUpdateApiServerRequest) UpdateApiServerRequest(updateApiServerRequest UpdateApiServerRequest) ApiUpdateApiServerRequest
- type ApiUpdateClientPrivilegesRequest
- func (r ApiUpdateClientPrivilegesRequest) Authorization(authorization string) ApiUpdateClientPrivilegesRequest
- func (r ApiUpdateClientPrivilegesRequest) DPoP(dPoP string) ApiUpdateClientPrivilegesRequest
- func (r ApiUpdateClientPrivilegesRequest) Execute() (*ClientAccessResponse, *http.Response, error)
- func (r ApiUpdateClientPrivilegesRequest) UpdateClientPrivilegesRequest(updateClientPrivilegesRequest UpdateClientPrivilegesRequest) ApiUpdateClientPrivilegesRequest
- type ApiUpdateOrganizationPrivilegesRequest
- func (r ApiUpdateOrganizationPrivilegesRequest) Authorization(authorization string) ApiUpdateOrganizationPrivilegesRequest
- func (r ApiUpdateOrganizationPrivilegesRequest) DPoP(dPoP string) ApiUpdateOrganizationPrivilegesRequest
- func (r ApiUpdateOrganizationPrivilegesRequest) Execute() (*OrganizationAccessResponse, *http.Response, error)
- func (r ApiUpdateOrganizationPrivilegesRequest) UpdateOrganizationPrivilegesRequest(updateOrganizationPrivilegesRequest UpdateOrganizationPrivilegesRequest) ApiUpdateOrganizationPrivilegesRequest
- type ApiUpdateOrganizationRequest
- func (r ApiUpdateOrganizationRequest) Authorization(authorization string) ApiUpdateOrganizationRequest
- func (r ApiUpdateOrganizationRequest) DPoP(dPoP string) ApiUpdateOrganizationRequest
- func (r ApiUpdateOrganizationRequest) Execute() (*OrganizationResponse, *http.Response, error)
- func (r ApiUpdateOrganizationRequest) UpdateOrganizationRequest(updateOrganizationRequest UpdateOrganizationRequest) ApiUpdateOrganizationRequest
- type ApiUpdateServicePrivilegesRequest
- func (r ApiUpdateServicePrivilegesRequest) Authorization(authorization string) ApiUpdateServicePrivilegesRequest
- func (r ApiUpdateServicePrivilegesRequest) DPoP(dPoP string) ApiUpdateServicePrivilegesRequest
- func (r ApiUpdateServicePrivilegesRequest) Execute() (*ServiceAccessResponse, *http.Response, error)
- func (r ApiUpdateServicePrivilegesRequest) UpdateServicePrivilegesRequest(updateServicePrivilegesRequest UpdateServicePrivilegesRequest) ApiUpdateServicePrivilegesRequest
- type ApiUpdateUserRequest
- type ApiUserInfoRequest
- type Approval
- func (o *Approval) GetApproved() bool
- func (o *Approval) GetApprovedOk() (*bool, bool)
- func (o *Approval) GetScopes() []string
- func (o *Approval) GetScopesOk() ([]string, bool)
- func (o *Approval) GetTicket() string
- func (o *Approval) GetTicketOk() (*string, bool)
- func (o *Approval) HasScopes() bool
- func (o Approval) MarshalJSON() ([]byte, error)
- func (o *Approval) SetApproved(v bool)
- func (o *Approval) SetScopes(v []string)
- func (o *Approval) SetTicket(v string)
- func (o Approval) ToMap() (map[string]interface{}, error)
- func (o *Approval) UnmarshalJSON(data []byte) (err error)
- type AuthleteApiServerResponse
- func (o *AuthleteApiServerResponse) GetApiServerUrl() string
- func (o *AuthleteApiServerResponse) GetApiServerUrlOk() (*string, bool)
- func (o *AuthleteApiServerResponse) GetDescription() string
- func (o *AuthleteApiServerResponse) GetDescriptionOk() (*string, bool)
- func (o *AuthleteApiServerResponse) GetId() int64
- func (o *AuthleteApiServerResponse) GetIdOk() (*int64, bool)
- func (o *AuthleteApiServerResponse) GetOwnedBy() int64
- func (o *AuthleteApiServerResponse) GetOwnedByOk() (*int64, bool)
- func (o *AuthleteApiServerResponse) HasApiServerUrl() bool
- func (o *AuthleteApiServerResponse) HasDescription() bool
- func (o *AuthleteApiServerResponse) HasId() bool
- func (o *AuthleteApiServerResponse) HasOwnedBy() bool
- func (o AuthleteApiServerResponse) MarshalJSON() ([]byte, error)
- func (o *AuthleteApiServerResponse) SetApiServerUrl(v string)
- func (o *AuthleteApiServerResponse) SetDescription(v string)
- func (o *AuthleteApiServerResponse) SetId(v int64)
- func (o *AuthleteApiServerResponse) SetOwnedBy(v int64)
- func (o AuthleteApiServerResponse) ToMap() (map[string]interface{}, error)
- type AuthleteApiServerUpdateResponse
- func (o *AuthleteApiServerUpdateResponse) GetApiServerUrl() string
- func (o *AuthleteApiServerUpdateResponse) GetApiServerUrlOk() (*string, bool)
- func (o *AuthleteApiServerUpdateResponse) GetDescription() string
- func (o *AuthleteApiServerUpdateResponse) GetDescriptionOk() (*string, bool)
- func (o *AuthleteApiServerUpdateResponse) GetId() int64
- func (o *AuthleteApiServerUpdateResponse) GetIdOk() (*int64, bool)
- func (o *AuthleteApiServerUpdateResponse) HasApiServerUrl() bool
- func (o *AuthleteApiServerUpdateResponse) HasDescription() bool
- func (o *AuthleteApiServerUpdateResponse) HasId() bool
- func (o AuthleteApiServerUpdateResponse) MarshalJSON() ([]byte, error)
- func (o *AuthleteApiServerUpdateResponse) SetApiServerUrl(v string)
- func (o *AuthleteApiServerUpdateResponse) SetDescription(v string)
- func (o *AuthleteApiServerUpdateResponse) SetId(v int64)
- func (o AuthleteApiServerUpdateResponse) ToMap() (map[string]interface{}, error)
- type AuthleteUser
- func (o *AuthleteUser) GetAdmin() bool
- func (o *AuthleteUser) GetAdminOk() (*bool, bool)
- func (o *AuthleteUser) GetEmail() string
- func (o *AuthleteUser) GetEmailOk() (*string, bool)
- func (o *AuthleteUser) GetFamilyName() string
- func (o *AuthleteUser) GetFamilyNameOk() (*string, bool)
- func (o *AuthleteUser) GetGivenName() string
- func (o *AuthleteUser) GetGivenNameOk() (*string, bool)
- func (o *AuthleteUser) GetId() int64
- func (o *AuthleteUser) GetIdOk() (*int64, bool)
- func (o *AuthleteUser) GetLastAuthTime() time.Time
- func (o *AuthleteUser) GetLastAuthTimeAsLong() int64
- func (o *AuthleteUser) GetLastAuthTimeAsLongOk() (*int64, bool)
- func (o *AuthleteUser) GetLastAuthTimeOk() (*time.Time, bool)
- func (o *AuthleteUser) GetTotpEnabled() bool
- func (o *AuthleteUser) GetTotpEnabledOk() (*bool, bool)
- func (o *AuthleteUser) GetWebAuthenticatorIDs() []string
- func (o *AuthleteUser) GetWebAuthenticatorIDsOk() ([]string, bool)
- func (o *AuthleteUser) GetWebAuthenticators() map[string]string
- func (o *AuthleteUser) GetWebAuthenticatorsOk() (*map[string]string, bool)
- func (o *AuthleteUser) GetWebAuthnEnabled() bool
- func (o *AuthleteUser) GetWebAuthnEnabledOk() (*bool, bool)
- func (o *AuthleteUser) GetXid() int64
- func (o *AuthleteUser) GetXidOk() (*int64, bool)
- func (o *AuthleteUser) HasAdmin() bool
- func (o *AuthleteUser) HasEmail() bool
- func (o *AuthleteUser) HasFamilyName() bool
- func (o *AuthleteUser) HasGivenName() bool
- func (o *AuthleteUser) HasId() bool
- func (o *AuthleteUser) HasLastAuthTime() bool
- func (o *AuthleteUser) HasLastAuthTimeAsLong() bool
- func (o *AuthleteUser) HasTotpEnabled() bool
- func (o *AuthleteUser) HasWebAuthenticatorIDs() bool
- func (o *AuthleteUser) HasWebAuthenticators() bool
- func (o *AuthleteUser) HasWebAuthnEnabled() bool
- func (o *AuthleteUser) HasXid() bool
- func (o AuthleteUser) MarshalJSON() ([]byte, error)
- func (o *AuthleteUser) SetAdmin(v bool)
- func (o *AuthleteUser) SetEmail(v string)
- func (o *AuthleteUser) SetFamilyName(v string)
- func (o *AuthleteUser) SetGivenName(v string)
- func (o *AuthleteUser) SetId(v int64)
- func (o *AuthleteUser) SetLastAuthTime(v time.Time)
- func (o *AuthleteUser) SetLastAuthTimeAsLong(v int64)
- func (o *AuthleteUser) SetTotpEnabled(v bool)
- func (o *AuthleteUser) SetWebAuthenticatorIDs(v []string)
- func (o *AuthleteUser) SetWebAuthenticators(v map[string]string)
- func (o *AuthleteUser) SetWebAuthnEnabled(v bool)
- func (o *AuthleteUser) SetXid(v int64)
- func (o AuthleteUser) ToMap() (map[string]interface{}, error)
- type AuthorizationEndpointAPI
- type AuthorizationEndpointAPIService
- type AuthorizationResponse
- func (o *AuthorizationResponse) GetAcrEssential() bool
- func (o *AuthorizationResponse) GetAcrEssentialOk() (*bool, bool)
- func (o *AuthorizationResponse) GetAcrs() []string
- func (o *AuthorizationResponse) GetAcrsOk() ([]string, bool)
- func (o *AuthorizationResponse) GetAction() string
- func (o *AuthorizationResponse) GetActionOk() (*string, bool)
- func (o *AuthorizationResponse) GetAuthorizationDetails() AuthzDetails
- func (o *AuthorizationResponse) GetAuthorizationDetailsOk() (*AuthzDetails, bool)
- func (o *AuthorizationResponse) GetClaims() []string
- func (o *AuthorizationResponse) GetClaimsAtUserInfo() []string
- func (o *AuthorizationResponse) GetClaimsAtUserInfoOk() ([]string, bool)
- func (o *AuthorizationResponse) GetClaimsLocales() []string
- func (o *AuthorizationResponse) GetClaimsLocalesOk() ([]string, bool)
- func (o *AuthorizationResponse) GetClaimsOk() ([]string, bool)
- func (o *AuthorizationResponse) GetClient() Client
- func (o *AuthorizationResponse) GetClientEntityIdUsed() bool
- func (o *AuthorizationResponse) GetClientEntityIdUsedOk() (*bool, bool)
- func (o *AuthorizationResponse) GetClientIdAliasUsed() bool
- func (o *AuthorizationResponse) GetClientIdAliasUsedOk() (*bool, bool)
- func (o *AuthorizationResponse) GetClientOk() (*Client, bool)
- func (o *AuthorizationResponse) GetDisplay() string
- func (o *AuthorizationResponse) GetDisplayOk() (*string, bool)
- func (o *AuthorizationResponse) GetDynamicScopes() []DynamicScope
- func (o *AuthorizationResponse) GetDynamicScopesOk() ([]DynamicScope, bool)
- func (o *AuthorizationResponse) GetGmAction() string
- func (o *AuthorizationResponse) GetGmActionOk() (*string, bool)
- func (o *AuthorizationResponse) GetGrant() Grant
- func (o *AuthorizationResponse) GetGrantId() string
- func (o *AuthorizationResponse) GetGrantIdOk() (*string, bool)
- func (o *AuthorizationResponse) GetGrantOk() (*Grant, bool)
- func (o *AuthorizationResponse) GetGrantSubject() string
- func (o *AuthorizationResponse) GetGrantSubjectOk() (*string, bool)
- func (o *AuthorizationResponse) GetIdTokenClaims() string
- func (o *AuthorizationResponse) GetIdTokenClaimsOk() (*string, bool)
- func (o *AuthorizationResponse) GetLoginHint() string
- func (o *AuthorizationResponse) GetLoginHintOk() (*string, bool)
- func (o *AuthorizationResponse) GetLowestPrompt() string
- func (o *AuthorizationResponse) GetLowestPromptOk() (*string, bool)
- func (o *AuthorizationResponse) GetMaxAge() int32
- func (o *AuthorizationResponse) GetMaxAgeOk() (*int32, bool)
- func (o *AuthorizationResponse) GetPrompts() []string
- func (o *AuthorizationResponse) GetPromptsOk() ([]string, bool)
- func (o *AuthorizationResponse) GetPurpose() string
- func (o *AuthorizationResponse) GetPurposeOk() (*string, bool)
- func (o *AuthorizationResponse) GetRequestObjectPayload() string
- func (o *AuthorizationResponse) GetRequestObjectPayloadOk() (*string, bool)
- func (o *AuthorizationResponse) GetRequestedClaimsForTx() []string
- func (o *AuthorizationResponse) GetRequestedClaimsForTxOk() ([]string, bool)
- func (o *AuthorizationResponse) GetRequestedVerifiedClaimsForTx() []StringArray
- func (o *AuthorizationResponse) GetRequestedVerifiedClaimsForTxOk() ([]StringArray, bool)
- func (o *AuthorizationResponse) GetResources() []string
- func (o *AuthorizationResponse) GetResourcesOk() ([]string, bool)
- func (o *AuthorizationResponse) GetResponseContent() string
- func (o *AuthorizationResponse) GetResponseContentOk() (*string, bool)
- func (o *AuthorizationResponse) GetResultCode() string
- func (o *AuthorizationResponse) GetResultCodeOk() (*string, bool)
- func (o *AuthorizationResponse) GetResultMessage() string
- func (o *AuthorizationResponse) GetResultMessageOk() (*string, bool)
- func (o *AuthorizationResponse) GetScopes() []Scope
- func (o *AuthorizationResponse) GetScopesOk() ([]Scope, bool)
- func (o *AuthorizationResponse) GetService() Service
- func (o *AuthorizationResponse) GetServiceOk() (*Service, bool)
- func (o *AuthorizationResponse) GetSubject() string
- func (o *AuthorizationResponse) GetSubjectOk() (*string, bool)
- func (o *AuthorizationResponse) GetTicket() string
- func (o *AuthorizationResponse) GetTicketOk() (*string, bool)
- func (o *AuthorizationResponse) GetTransformedClaims() string
- func (o *AuthorizationResponse) GetTransformedClaimsOk() (*string, bool)
- func (o *AuthorizationResponse) GetUiLocales() []string
- func (o *AuthorizationResponse) GetUiLocalesOk() ([]string, bool)
- func (o *AuthorizationResponse) GetUserInfoClaims() string
- func (o *AuthorizationResponse) GetUserInfoClaimsOk() (*string, bool)
- func (o *AuthorizationResponse) HasAcrEssential() bool
- func (o *AuthorizationResponse) HasAcrs() bool
- func (o *AuthorizationResponse) HasAction() bool
- func (o *AuthorizationResponse) HasAuthorizationDetails() bool
- func (o *AuthorizationResponse) HasClaims() bool
- func (o *AuthorizationResponse) HasClaimsAtUserInfo() bool
- func (o *AuthorizationResponse) HasClaimsLocales() bool
- func (o *AuthorizationResponse) HasClient() bool
- func (o *AuthorizationResponse) HasClientEntityIdUsed() bool
- func (o *AuthorizationResponse) HasClientIdAliasUsed() bool
- func (o *AuthorizationResponse) HasDisplay() bool
- func (o *AuthorizationResponse) HasDynamicScopes() bool
- func (o *AuthorizationResponse) HasGmAction() bool
- func (o *AuthorizationResponse) HasGrant() bool
- func (o *AuthorizationResponse) HasGrantId() bool
- func (o *AuthorizationResponse) HasGrantSubject() bool
- func (o *AuthorizationResponse) HasIdTokenClaims() bool
- func (o *AuthorizationResponse) HasLoginHint() bool
- func (o *AuthorizationResponse) HasLowestPrompt() bool
- func (o *AuthorizationResponse) HasMaxAge() bool
- func (o *AuthorizationResponse) HasPrompts() bool
- func (o *AuthorizationResponse) HasPurpose() bool
- func (o *AuthorizationResponse) HasRequestObjectPayload() bool
- func (o *AuthorizationResponse) HasRequestedClaimsForTx() bool
- func (o *AuthorizationResponse) HasRequestedVerifiedClaimsForTx() bool
- func (o *AuthorizationResponse) HasResources() bool
- func (o *AuthorizationResponse) HasResponseContent() bool
- func (o *AuthorizationResponse) HasResultCode() bool
- func (o *AuthorizationResponse) HasResultMessage() bool
- func (o *AuthorizationResponse) HasScopes() bool
- func (o *AuthorizationResponse) HasService() bool
- func (o *AuthorizationResponse) HasSubject() bool
- func (o *AuthorizationResponse) HasTicket() bool
- func (o *AuthorizationResponse) HasTransformedClaims() bool
- func (o *AuthorizationResponse) HasUiLocales() bool
- func (o *AuthorizationResponse) HasUserInfoClaims() bool
- func (o AuthorizationResponse) MarshalJSON() ([]byte, error)
- func (o *AuthorizationResponse) SetAcrEssential(v bool)
- func (o *AuthorizationResponse) SetAcrs(v []string)
- func (o *AuthorizationResponse) SetAction(v string)
- func (o *AuthorizationResponse) SetAuthorizationDetails(v AuthzDetails)
- func (o *AuthorizationResponse) SetClaims(v []string)
- func (o *AuthorizationResponse) SetClaimsAtUserInfo(v []string)
- func (o *AuthorizationResponse) SetClaimsLocales(v []string)
- func (o *AuthorizationResponse) SetClient(v Client)
- func (o *AuthorizationResponse) SetClientEntityIdUsed(v bool)
- func (o *AuthorizationResponse) SetClientIdAliasUsed(v bool)
- func (o *AuthorizationResponse) SetDisplay(v string)
- func (o *AuthorizationResponse) SetDynamicScopes(v []DynamicScope)
- func (o *AuthorizationResponse) SetGmAction(v string)
- func (o *AuthorizationResponse) SetGrant(v Grant)
- func (o *AuthorizationResponse) SetGrantId(v string)
- func (o *AuthorizationResponse) SetGrantSubject(v string)
- func (o *AuthorizationResponse) SetIdTokenClaims(v string)
- func (o *AuthorizationResponse) SetLoginHint(v string)
- func (o *AuthorizationResponse) SetLowestPrompt(v string)
- func (o *AuthorizationResponse) SetMaxAge(v int32)
- func (o *AuthorizationResponse) SetPrompts(v []string)
- func (o *AuthorizationResponse) SetPurpose(v string)
- func (o *AuthorizationResponse) SetRequestObjectPayload(v string)
- func (o *AuthorizationResponse) SetRequestedClaimsForTx(v []string)
- func (o *AuthorizationResponse) SetRequestedVerifiedClaimsForTx(v []StringArray)
- func (o *AuthorizationResponse) SetResources(v []string)
- func (o *AuthorizationResponse) SetResponseContent(v string)
- func (o *AuthorizationResponse) SetResultCode(v string)
- func (o *AuthorizationResponse) SetResultMessage(v string)
- func (o *AuthorizationResponse) SetScopes(v []Scope)
- func (o *AuthorizationResponse) SetService(v Service)
- func (o *AuthorizationResponse) SetSubject(v string)
- func (o *AuthorizationResponse) SetTicket(v string)
- func (o *AuthorizationResponse) SetTransformedClaims(v string)
- func (o *AuthorizationResponse) SetUiLocales(v []string)
- func (o *AuthorizationResponse) SetUserInfoClaims(v string)
- func (o AuthorizationResponse) ToMap() (map[string]interface{}, error)
- type AuthorizeApiAPI
- type AuthorizeApiAPIService
- func (a *AuthorizeApiAPIService) GetCurrentAuthorizationResponse(ctx context.Context) ApiGetCurrentAuthorizationResponseRequest
- func (a *AuthorizeApiAPIService) GetCurrentAuthorizationResponseExecute(r ApiGetCurrentAuthorizationResponseRequest) (*PendingAuthorization, *http.Response, error)
- func (a *AuthorizeApiAPIService) SubmitUserDecision(ctx context.Context) ApiSubmitUserDecisionRequest
- func (a *AuthorizeApiAPIService) SubmitUserDecisionExecute(r ApiSubmitUserDecisionRequest) (map[string]interface{}, *http.Response, error)
- type AuthzDetails
- func (o *AuthzDetails) GetElements() []AuthzDetailsElement
- func (o *AuthzDetails) GetElementsOk() ([]AuthzDetailsElement, bool)
- func (o *AuthzDetails) HasElements() bool
- func (o AuthzDetails) MarshalJSON() ([]byte, error)
- func (o *AuthzDetails) SetElements(v []AuthzDetailsElement)
- func (o AuthzDetails) ToMap() (map[string]interface{}, error)
- type AuthzDetailsElement
- func (o *AuthzDetailsElement) GetActions() []string
- func (o *AuthzDetailsElement) GetActionsOk() ([]string, bool)
- func (o *AuthzDetailsElement) GetDataTypes() []string
- func (o *AuthzDetailsElement) GetDataTypesOk() ([]string, bool)
- func (o *AuthzDetailsElement) GetIdentifier() string
- func (o *AuthzDetailsElement) GetIdentifierOk() (*string, bool)
- func (o *AuthzDetailsElement) GetLocations() []string
- func (o *AuthzDetailsElement) GetLocationsOk() ([]string, bool)
- func (o *AuthzDetailsElement) GetOtherFields() string
- func (o *AuthzDetailsElement) GetOtherFieldsAsMap() map[string]map[string]interface{}
- func (o *AuthzDetailsElement) GetOtherFieldsAsMapOk() (map[string]map[string]interface{}, bool)
- func (o *AuthzDetailsElement) GetOtherFieldsFromMap() AuthzDetailsElement
- func (o *AuthzDetailsElement) GetOtherFieldsFromMapOk() (*AuthzDetailsElement, bool)
- func (o *AuthzDetailsElement) GetOtherFieldsOk() (*string, bool)
- func (o *AuthzDetailsElement) GetPrivileges() []string
- func (o *AuthzDetailsElement) GetPrivilegesOk() ([]string, bool)
- func (o *AuthzDetailsElement) GetType() string
- func (o *AuthzDetailsElement) GetTypeOk() (*string, bool)
- func (o *AuthzDetailsElement) HasActions() bool
- func (o *AuthzDetailsElement) HasDataTypes() bool
- func (o *AuthzDetailsElement) HasIdentifier() bool
- func (o *AuthzDetailsElement) HasLocations() bool
- func (o *AuthzDetailsElement) HasOtherFields() bool
- func (o *AuthzDetailsElement) HasOtherFieldsAsMap() bool
- func (o *AuthzDetailsElement) HasOtherFieldsFromMap() bool
- func (o *AuthzDetailsElement) HasPrivileges() bool
- func (o *AuthzDetailsElement) HasType() bool
- func (o AuthzDetailsElement) MarshalJSON() ([]byte, error)
- func (o *AuthzDetailsElement) SetActions(v []string)
- func (o *AuthzDetailsElement) SetDataTypes(v []string)
- func (o *AuthzDetailsElement) SetIdentifier(v string)
- func (o *AuthzDetailsElement) SetLocations(v []string)
- func (o *AuthzDetailsElement) SetOtherFields(v string)
- func (o *AuthzDetailsElement) SetOtherFieldsAsMap(v map[string]map[string]interface{})
- func (o *AuthzDetailsElement) SetOtherFieldsFromMap(v AuthzDetailsElement)
- func (o *AuthzDetailsElement) SetPrivileges(v []string)
- func (o *AuthzDetailsElement) SetType(v string)
- func (o AuthzDetailsElement) ToMap() (map[string]interface{}, error)
- type BasicAuth
- type BindTotpCredentialsRequest
- func (o *BindTotpCredentialsRequest) GetTotp() int32
- func (o *BindTotpCredentialsRequest) GetTotpOk() (*int32, bool)
- func (o BindTotpCredentialsRequest) MarshalJSON() ([]byte, error)
- func (o *BindTotpCredentialsRequest) SetTotp(v int32)
- func (o BindTotpCredentialsRequest) ToMap() (map[string]interface{}, error)
- func (o *BindTotpCredentialsRequest) UnmarshalJSON(data []byte) (err error)
- type Challenge
- type Client
- func (o *Client) GetApplicationType() string
- func (o *Client) GetApplicationTypeOk() (*string, bool)
- func (o *Client) GetAttributes() []Pair
- func (o *Client) GetAttributesOk() ([]Pair, bool)
- func (o *Client) GetAuthTimeRequired() bool
- func (o *Client) GetAuthTimeRequiredOk() (*bool, bool)
- func (o *Client) GetAuthorizationDetailsTypes() []string
- func (o *Client) GetAuthorizationDetailsTypesOk() ([]string, bool)
- func (o *Client) GetAuthorizationEncryptionAlg() string
- func (o *Client) GetAuthorizationEncryptionAlgOk() (*string, bool)
- func (o *Client) GetAuthorizationEncryptionEnc() string
- func (o *Client) GetAuthorizationEncryptionEncOk() (*string, bool)
- func (o *Client) GetAuthorizationSignAlg() string
- func (o *Client) GetAuthorizationSignAlgOk() (*string, bool)
- func (o *Client) GetAutomaticallyRegistered() bool
- func (o *Client) GetAutomaticallyRegisteredOk() (*bool, bool)
- func (o *Client) GetBcDeliveryMode() string
- func (o *Client) GetBcDeliveryModeOk() (*string, bool)
- func (o *Client) GetBcNotificationEndpoint() string
- func (o *Client) GetBcNotificationEndpointOk() (*string, bool)
- func (o *Client) GetBcRequestSignAlg() string
- func (o *Client) GetBcRequestSignAlgOk() (*string, bool)
- func (o *Client) GetBcUserCodeRequired() bool
- func (o *Client) GetBcUserCodeRequiredOk() (*bool, bool)
- func (o *Client) GetClientId() int64
- func (o *Client) GetClientIdAlias() string
- func (o *Client) GetClientIdAliasEnabled() bool
- func (o *Client) GetClientIdAliasEnabledOk() (*bool, bool)
- func (o *Client) GetClientIdAliasOk() (*string, bool)
- func (o *Client) GetClientIdOk() (*int64, bool)
- func (o *Client) GetClientName() string
- func (o *Client) GetClientNameOk() (*string, bool)
- func (o *Client) GetClientNames() []TaggedValue
- func (o *Client) GetClientNamesOk() ([]TaggedValue, bool)
- func (o *Client) GetClientRegistrationTypes() []string
- func (o *Client) GetClientRegistrationTypesOk() ([]string, bool)
- func (o *Client) GetClientSecret() string
- func (o *Client) GetClientSecretOk() (*string, bool)
- func (o *Client) GetClientType() string
- func (o *Client) GetClientTypeOk() (*string, bool)
- func (o *Client) GetClientUri() string
- func (o *Client) GetClientUriOk() (*string, bool)
- func (o *Client) GetClientUris() []TaggedValue
- func (o *Client) GetClientUrisOk() ([]TaggedValue, bool)
- func (o *Client) GetContacts() []string
- func (o *Client) GetContactsOk() ([]string, bool)
- func (o *Client) GetCreatedAt() int64
- func (o *Client) GetCreatedAtOk() (*int64, bool)
- func (o *Client) GetCredentialOfferEndpoint() string
- func (o *Client) GetCredentialOfferEndpointOk() (*string, bool)
- func (o *Client) GetCustomMetadata() string
- func (o *Client) GetCustomMetadataOk() (*string, bool)
- func (o *Client) GetDefaultAcrs() []string
- func (o *Client) GetDefaultAcrsOk() ([]string, bool)
- func (o *Client) GetDefaultMaxAge() int32
- func (o *Client) GetDefaultMaxAgeOk() (*int32, bool)
- func (o *Client) GetDerivedSectorIdentifier() string
- func (o *Client) GetDerivedSectorIdentifierOk() (*string, bool)
- func (o *Client) GetDescription() string
- func (o *Client) GetDescriptionOk() (*string, bool)
- func (o *Client) GetDescriptions() []TaggedValue
- func (o *Client) GetDescriptionsOk() ([]TaggedValue, bool)
- func (o *Client) GetDeveloper() string
- func (o *Client) GetDeveloperOk() (*string, bool)
- func (o *Client) GetDigestAlgorithm() string
- func (o *Client) GetDigestAlgorithmOk() (*string, bool)
- func (o *Client) GetDpopRequired() bool
- func (o *Client) GetDpopRequiredOk() (*bool, bool)
- func (o *Client) GetDynamicallyRegistered() bool
- func (o *Client) GetDynamicallyRegisteredOk() (*bool, bool)
- func (o *Client) GetEntityId() string
- func (o *Client) GetEntityIdOk() (*string, bool)
- func (o *Client) GetExplicitlyRegistered() bool
- func (o *Client) GetExplicitlyRegisteredOk() (*bool, bool)
- func (o *Client) GetExtension() ClientExtension
- func (o *Client) GetExtensionOk() (*ClientExtension, bool)
- func (o *Client) GetFrontChannelRequestObjectEncryptionRequired() bool
- func (o *Client) GetFrontChannelRequestObjectEncryptionRequiredOk() (*bool, bool)
- func (o *Client) GetGrantTypes() []string
- func (o *Client) GetGrantTypesOk() ([]string, bool)
- func (o *Client) GetIdTokenEncryptionAlg() string
- func (o *Client) GetIdTokenEncryptionAlgOk() (*string, bool)
- func (o *Client) GetIdTokenEncryptionEnc() string
- func (o *Client) GetIdTokenEncryptionEncOk() (*string, bool)
- func (o *Client) GetIdTokenSignAlg() string
- func (o *Client) GetIdTokenSignAlgOk() (*string, bool)
- func (o *Client) GetJwks() string
- func (o *Client) GetJwksOk() (*string, bool)
- func (o *Client) GetJwksUri() string
- func (o *Client) GetJwksUriOk() (*string, bool)
- func (o *Client) GetLoginUri() string
- func (o *Client) GetLoginUriOk() (*string, bool)
- func (o *Client) GetLogoUri() string
- func (o *Client) GetLogoUriOk() (*string, bool)
- func (o *Client) GetLogoUris() []TaggedValue
- func (o *Client) GetLogoUrisOk() ([]TaggedValue, bool)
- func (o *Client) GetModifiedAt() int64
- func (o *Client) GetModifiedAtOk() (*int64, bool)
- func (o *Client) GetNumber() int32
- func (o *Client) GetNumberOk() (*int32, bool)
- func (o *Client) GetOrganizationName() string
- func (o *Client) GetOrganizationNameOk() (*string, bool)
- func (o *Client) GetParRequired() bool
- func (o *Client) GetParRequiredOk() (*bool, bool)
- func (o *Client) GetPkceRequired() bool
- func (o *Client) GetPkceRequiredOk() (*bool, bool)
- func (o *Client) GetPkceS256Required() bool
- func (o *Client) GetPkceS256RequiredOk() (*bool, bool)
- func (o *Client) GetPolicyUri() string
- func (o *Client) GetPolicyUriOk() (*string, bool)
- func (o *Client) GetPolicyUris() []TaggedValue
- func (o *Client) GetPolicyUrisOk() ([]TaggedValue, bool)
- func (o *Client) GetRedirectUris() []string
- func (o *Client) GetRedirectUrisOk() ([]string, bool)
- func (o *Client) GetRegistrationAccessTokenHash() string
- func (o *Client) GetRegistrationAccessTokenHashOk() (*string, bool)
- func (o *Client) GetRequestEncryptionAlg() string
- func (o *Client) GetRequestEncryptionAlgOk() (*string, bool)
- func (o *Client) GetRequestEncryptionEnc() string
- func (o *Client) GetRequestEncryptionEncOk() (*string, bool)
- func (o *Client) GetRequestObjectEncryptionAlgMatchRequired() bool
- func (o *Client) GetRequestObjectEncryptionAlgMatchRequiredOk() (*bool, bool)
- func (o *Client) GetRequestObjectEncryptionEncMatchRequired() bool
- func (o *Client) GetRequestObjectEncryptionEncMatchRequiredOk() (*bool, bool)
- func (o *Client) GetRequestObjectRequired() bool
- func (o *Client) GetRequestObjectRequiredOk() (*bool, bool)
- func (o *Client) GetRequestSignAlg() string
- func (o *Client) GetRequestSignAlgOk() (*string, bool)
- func (o *Client) GetRequestUris() []string
- func (o *Client) GetRequestUrisOk() ([]string, bool)
- func (o *Client) GetResponseTypes() []string
- func (o *Client) GetResponseTypesOk() ([]string, bool)
- func (o *Client) GetRsRequestSigned() bool
- func (o *Client) GetRsRequestSignedOk() (*bool, bool)
- func (o *Client) GetRsSignedRequestKeyId() string
- func (o *Client) GetRsSignedRequestKeyIdOk() (*string, bool)
- func (o *Client) GetSectorIdentifier() string
- func (o *Client) GetSectorIdentifierOk() (*string, bool)
- func (o *Client) GetSectorIdentifierUri() string
- func (o *Client) GetSectorIdentifierUriOk() (*string, bool)
- func (o *Client) GetSelfSignedCertificateKeyId() string
- func (o *Client) GetSelfSignedCertificateKeyIdOk() (*string, bool)
- func (o *Client) GetServiceNumber() int32
- func (o *Client) GetServiceNumberOk() (*int32, bool)
- func (o *Client) GetSignedJwksUri() string
- func (o *Client) GetSignedJwksUriOk() (*string, bool)
- func (o *Client) GetSingleAccessTokenPerSubject() bool
- func (o *Client) GetSingleAccessTokenPerSubjectOk() (*bool, bool)
- func (o *Client) GetSoftwareId() string
- func (o *Client) GetSoftwareIdOk() (*string, bool)
- func (o *Client) GetSoftwareVersion() string
- func (o *Client) GetSoftwareVersionOk() (*string, bool)
- func (o *Client) GetSubjectType() string
- func (o *Client) GetSubjectTypeOk() (*string, bool)
- func (o *Client) GetTlsClientAuthSanDns() string
- func (o *Client) GetTlsClientAuthSanDnsOk() (*string, bool)
- func (o *Client) GetTlsClientAuthSanEmail() string
- func (o *Client) GetTlsClientAuthSanEmailOk() (*string, bool)
- func (o *Client) GetTlsClientAuthSanIp() string
- func (o *Client) GetTlsClientAuthSanIpOk() (*string, bool)
- func (o *Client) GetTlsClientAuthSanUri() string
- func (o *Client) GetTlsClientAuthSanUriOk() (*string, bool)
- func (o *Client) GetTlsClientAuthSubjectDn() string
- func (o *Client) GetTlsClientAuthSubjectDnOk() (*string, bool)
- func (o *Client) GetTlsClientCertificateBoundAccessTokens() bool
- func (o *Client) GetTlsClientCertificateBoundAccessTokensOk() (*bool, bool)
- func (o *Client) GetTokenAuthMethod() string
- func (o *Client) GetTokenAuthMethodOk() (*string, bool)
- func (o *Client) GetTokenAuthSignAlg() string
- func (o *Client) GetTokenAuthSignAlgOk() (*string, bool)
- func (o *Client) GetTosUri() string
- func (o *Client) GetTosUriOk() (*string, bool)
- func (o *Client) GetTosUris() []TaggedValue
- func (o *Client) GetTosUrisOk() ([]TaggedValue, bool)
- func (o *Client) GetTrustAnchorId() string
- func (o *Client) GetTrustAnchorIdOk() (*string, bool)
- func (o *Client) GetTrustChain() []string
- func (o *Client) GetTrustChainExpiresAt() int64
- func (o *Client) GetTrustChainExpiresAtOk() (*int64, bool)
- func (o *Client) GetTrustChainOk() ([]string, bool)
- func (o *Client) GetTrustChainUpdatedAt() int64
- func (o *Client) GetTrustChainUpdatedAtOk() (*int64, bool)
- func (o *Client) GetUserInfoEncryptionAlg() string
- func (o *Client) GetUserInfoEncryptionAlgOk() (*string, bool)
- func (o *Client) GetUserInfoEncryptionEnc() string
- func (o *Client) GetUserInfoEncryptionEncOk() (*string, bool)
- func (o *Client) GetUserInfoSignAlg() string
- func (o *Client) GetUserInfoSignAlgOk() (*string, bool)
- func (o *Client) HasApplicationType() bool
- func (o *Client) HasAttributes() bool
- func (o *Client) HasAuthTimeRequired() bool
- func (o *Client) HasAuthorizationDetailsTypes() bool
- func (o *Client) HasAuthorizationEncryptionAlg() bool
- func (o *Client) HasAuthorizationEncryptionEnc() bool
- func (o *Client) HasAuthorizationSignAlg() bool
- func (o *Client) HasAutomaticallyRegistered() bool
- func (o *Client) HasBcDeliveryMode() bool
- func (o *Client) HasBcNotificationEndpoint() bool
- func (o *Client) HasBcRequestSignAlg() bool
- func (o *Client) HasBcUserCodeRequired() bool
- func (o *Client) HasClientId() bool
- func (o *Client) HasClientIdAlias() bool
- func (o *Client) HasClientIdAliasEnabled() bool
- func (o *Client) HasClientName() bool
- func (o *Client) HasClientNames() bool
- func (o *Client) HasClientRegistrationTypes() bool
- func (o *Client) HasClientSecret() bool
- func (o *Client) HasClientType() bool
- func (o *Client) HasClientUri() bool
- func (o *Client) HasClientUris() bool
- func (o *Client) HasContacts() bool
- func (o *Client) HasCreatedAt() bool
- func (o *Client) HasCredentialOfferEndpoint() bool
- func (o *Client) HasCustomMetadata() bool
- func (o *Client) HasDefaultAcrs() bool
- func (o *Client) HasDefaultMaxAge() bool
- func (o *Client) HasDerivedSectorIdentifier() bool
- func (o *Client) HasDescription() bool
- func (o *Client) HasDescriptions() bool
- func (o *Client) HasDeveloper() bool
- func (o *Client) HasDigestAlgorithm() bool
- func (o *Client) HasDpopRequired() bool
- func (o *Client) HasDynamicallyRegistered() bool
- func (o *Client) HasEntityId() bool
- func (o *Client) HasExplicitlyRegistered() bool
- func (o *Client) HasExtension() bool
- func (o *Client) HasFrontChannelRequestObjectEncryptionRequired() bool
- func (o *Client) HasGrantTypes() bool
- func (o *Client) HasIdTokenEncryptionAlg() bool
- func (o *Client) HasIdTokenEncryptionEnc() bool
- func (o *Client) HasIdTokenSignAlg() bool
- func (o *Client) HasJwks() bool
- func (o *Client) HasJwksUri() bool
- func (o *Client) HasLoginUri() bool
- func (o *Client) HasLogoUri() bool
- func (o *Client) HasLogoUris() bool
- func (o *Client) HasModifiedAt() bool
- func (o *Client) HasNumber() bool
- func (o *Client) HasOrganizationName() bool
- func (o *Client) HasParRequired() bool
- func (o *Client) HasPkceRequired() bool
- func (o *Client) HasPkceS256Required() bool
- func (o *Client) HasPolicyUri() bool
- func (o *Client) HasPolicyUris() bool
- func (o *Client) HasRedirectUris() bool
- func (o *Client) HasRegistrationAccessTokenHash() bool
- func (o *Client) HasRequestEncryptionAlg() bool
- func (o *Client) HasRequestEncryptionEnc() bool
- func (o *Client) HasRequestObjectEncryptionAlgMatchRequired() bool
- func (o *Client) HasRequestObjectEncryptionEncMatchRequired() bool
- func (o *Client) HasRequestObjectRequired() bool
- func (o *Client) HasRequestSignAlg() bool
- func (o *Client) HasRequestUris() bool
- func (o *Client) HasResponseTypes() bool
- func (o *Client) HasRsRequestSigned() bool
- func (o *Client) HasRsSignedRequestKeyId() bool
- func (o *Client) HasSectorIdentifier() bool
- func (o *Client) HasSectorIdentifierUri() bool
- func (o *Client) HasSelfSignedCertificateKeyId() bool
- func (o *Client) HasServiceNumber() bool
- func (o *Client) HasSignedJwksUri() bool
- func (o *Client) HasSingleAccessTokenPerSubject() bool
- func (o *Client) HasSoftwareId() bool
- func (o *Client) HasSoftwareVersion() bool
- func (o *Client) HasSubjectType() bool
- func (o *Client) HasTlsClientAuthSanDns() bool
- func (o *Client) HasTlsClientAuthSanEmail() bool
- func (o *Client) HasTlsClientAuthSanIp() bool
- func (o *Client) HasTlsClientAuthSanUri() bool
- func (o *Client) HasTlsClientAuthSubjectDn() bool
- func (o *Client) HasTlsClientCertificateBoundAccessTokens() bool
- func (o *Client) HasTokenAuthMethod() bool
- func (o *Client) HasTokenAuthSignAlg() bool
- func (o *Client) HasTosUri() bool
- func (o *Client) HasTosUris() bool
- func (o *Client) HasTrustAnchorId() bool
- func (o *Client) HasTrustChain() bool
- func (o *Client) HasTrustChainExpiresAt() bool
- func (o *Client) HasTrustChainUpdatedAt() bool
- func (o *Client) HasUserInfoEncryptionAlg() bool
- func (o *Client) HasUserInfoEncryptionEnc() bool
- func (o *Client) HasUserInfoSignAlg() bool
- func (o Client) MarshalJSON() ([]byte, error)
- func (o *Client) SetApplicationType(v string)
- func (o *Client) SetAttributes(v []Pair)
- func (o *Client) SetAuthTimeRequired(v bool)
- func (o *Client) SetAuthorizationDetailsTypes(v []string)
- func (o *Client) SetAuthorizationEncryptionAlg(v string)
- func (o *Client) SetAuthorizationEncryptionEnc(v string)
- func (o *Client) SetAuthorizationSignAlg(v string)
- func (o *Client) SetAutomaticallyRegistered(v bool)
- func (o *Client) SetBcDeliveryMode(v string)
- func (o *Client) SetBcNotificationEndpoint(v string)
- func (o *Client) SetBcRequestSignAlg(v string)
- func (o *Client) SetBcUserCodeRequired(v bool)
- func (o *Client) SetClientId(v int64)
- func (o *Client) SetClientIdAlias(v string)
- func (o *Client) SetClientIdAliasEnabled(v bool)
- func (o *Client) SetClientName(v string)
- func (o *Client) SetClientNames(v []TaggedValue)
- func (o *Client) SetClientRegistrationTypes(v []string)
- func (o *Client) SetClientSecret(v string)
- func (o *Client) SetClientType(v string)
- func (o *Client) SetClientUri(v string)
- func (o *Client) SetClientUris(v []TaggedValue)
- func (o *Client) SetContacts(v []string)
- func (o *Client) SetCreatedAt(v int64)
- func (o *Client) SetCredentialOfferEndpoint(v string)
- func (o *Client) SetCustomMetadata(v string)
- func (o *Client) SetDefaultAcrs(v []string)
- func (o *Client) SetDefaultMaxAge(v int32)
- func (o *Client) SetDerivedSectorIdentifier(v string)
- func (o *Client) SetDescription(v string)
- func (o *Client) SetDescriptions(v []TaggedValue)
- func (o *Client) SetDeveloper(v string)
- func (o *Client) SetDigestAlgorithm(v string)
- func (o *Client) SetDpopRequired(v bool)
- func (o *Client) SetDynamicallyRegistered(v bool)
- func (o *Client) SetEntityId(v string)
- func (o *Client) SetExplicitlyRegistered(v bool)
- func (o *Client) SetExtension(v ClientExtension)
- func (o *Client) SetFrontChannelRequestObjectEncryptionRequired(v bool)
- func (o *Client) SetGrantTypes(v []string)
- func (o *Client) SetIdTokenEncryptionAlg(v string)
- func (o *Client) SetIdTokenEncryptionEnc(v string)
- func (o *Client) SetIdTokenSignAlg(v string)
- func (o *Client) SetJwks(v string)
- func (o *Client) SetJwksUri(v string)
- func (o *Client) SetLoginUri(v string)
- func (o *Client) SetLogoUri(v string)
- func (o *Client) SetLogoUris(v []TaggedValue)
- func (o *Client) SetModifiedAt(v int64)
- func (o *Client) SetNumber(v int32)
- func (o *Client) SetOrganizationName(v string)
- func (o *Client) SetParRequired(v bool)
- func (o *Client) SetPkceRequired(v bool)
- func (o *Client) SetPkceS256Required(v bool)
- func (o *Client) SetPolicyUri(v string)
- func (o *Client) SetPolicyUris(v []TaggedValue)
- func (o *Client) SetRedirectUris(v []string)
- func (o *Client) SetRegistrationAccessTokenHash(v string)
- func (o *Client) SetRequestEncryptionAlg(v string)
- func (o *Client) SetRequestEncryptionEnc(v string)
- func (o *Client) SetRequestObjectEncryptionAlgMatchRequired(v bool)
- func (o *Client) SetRequestObjectEncryptionEncMatchRequired(v bool)
- func (o *Client) SetRequestObjectRequired(v bool)
- func (o *Client) SetRequestSignAlg(v string)
- func (o *Client) SetRequestUris(v []string)
- func (o *Client) SetResponseTypes(v []string)
- func (o *Client) SetRsRequestSigned(v bool)
- func (o *Client) SetRsSignedRequestKeyId(v string)
- func (o *Client) SetSectorIdentifier(v string)
- func (o *Client) SetSectorIdentifierUri(v string)
- func (o *Client) SetSelfSignedCertificateKeyId(v string)
- func (o *Client) SetServiceNumber(v int32)
- func (o *Client) SetSignedJwksUri(v string)
- func (o *Client) SetSingleAccessTokenPerSubject(v bool)
- func (o *Client) SetSoftwareId(v string)
- func (o *Client) SetSoftwareVersion(v string)
- func (o *Client) SetSubjectType(v string)
- func (o *Client) SetTlsClientAuthSanDns(v string)
- func (o *Client) SetTlsClientAuthSanEmail(v string)
- func (o *Client) SetTlsClientAuthSanIp(v string)
- func (o *Client) SetTlsClientAuthSanUri(v string)
- func (o *Client) SetTlsClientAuthSubjectDn(v string)
- func (o *Client) SetTlsClientCertificateBoundAccessTokens(v bool)
- func (o *Client) SetTokenAuthMethod(v string)
- func (o *Client) SetTokenAuthSignAlg(v string)
- func (o *Client) SetTosUri(v string)
- func (o *Client) SetTosUris(v []TaggedValue)
- func (o *Client) SetTrustAnchorId(v string)
- func (o *Client) SetTrustChain(v []string)
- func (o *Client) SetTrustChainExpiresAt(v int64)
- func (o *Client) SetTrustChainUpdatedAt(v int64)
- func (o *Client) SetUserInfoEncryptionAlg(v string)
- func (o *Client) SetUserInfoEncryptionEnc(v string)
- func (o *Client) SetUserInfoSignAlg(v string)
- func (o Client) ToMap() (map[string]interface{}, error)
- type ClientAccess
- func (o *ClientAccess) GetClientId() int64
- func (o *ClientAccess) GetClientIdOk() (*int64, bool)
- func (o *ClientAccess) GetId() int64
- func (o *ClientAccess) GetIdOk() (*int64, bool)
- func (o *ClientAccess) GetPrivileges() []string
- func (o *ClientAccess) GetPrivilegesOk() ([]string, bool)
- func (o *ClientAccess) GetServiceAccessId() int64
- func (o *ClientAccess) GetServiceAccessIdOk() (*int64, bool)
- func (o *ClientAccess) HasClientId() bool
- func (o *ClientAccess) HasId() bool
- func (o *ClientAccess) HasPrivileges() bool
- func (o *ClientAccess) HasServiceAccessId() bool
- func (o ClientAccess) MarshalJSON() ([]byte, error)
- func (o *ClientAccess) SetClientId(v int64)
- func (o *ClientAccess) SetId(v int64)
- func (o *ClientAccess) SetPrivileges(v []string)
- func (o *ClientAccess) SetServiceAccessId(v int64)
- func (o ClientAccess) ToMap() (map[string]interface{}, error)
- type ClientAccessResponse
- func (o *ClientAccessResponse) GetApiServerId() int64
- func (o *ClientAccessResponse) GetApiServerIdOk() (*int64, bool)
- func (o *ClientAccessResponse) GetClientId() int64
- func (o *ClientAccessResponse) GetClientIdOk() (*int64, bool)
- func (o *ClientAccessResponse) GetOrganizationId() int64
- func (o *ClientAccessResponse) GetOrganizationIdOk() (*int64, bool)
- func (o *ClientAccessResponse) GetPrivileges() []string
- func (o *ClientAccessResponse) GetPrivilegesOk() ([]string, bool)
- func (o *ClientAccessResponse) GetServiceId() int64
- func (o *ClientAccessResponse) GetServiceIdOk() (*int64, bool)
- func (o *ClientAccessResponse) GetUserId() int64
- func (o *ClientAccessResponse) GetUserIdOk() (*int64, bool)
- func (o *ClientAccessResponse) HasApiServerId() bool
- func (o *ClientAccessResponse) HasClientId() bool
- func (o *ClientAccessResponse) HasOrganizationId() bool
- func (o *ClientAccessResponse) HasPrivileges() bool
- func (o *ClientAccessResponse) HasServiceId() bool
- func (o *ClientAccessResponse) HasUserId() bool
- func (o ClientAccessResponse) MarshalJSON() ([]byte, error)
- func (o *ClientAccessResponse) SetApiServerId(v int64)
- func (o *ClientAccessResponse) SetClientId(v int64)
- func (o *ClientAccessResponse) SetOrganizationId(v int64)
- func (o *ClientAccessResponse) SetPrivileges(v []string)
- func (o *ClientAccessResponse) SetServiceId(v int64)
- func (o *ClientAccessResponse) SetUserId(v int64)
- func (o ClientAccessResponse) ToMap() (map[string]interface{}, error)
- type ClientExtension
- func (o *ClientExtension) GetAccessTokenDuration() int64
- func (o *ClientExtension) GetAccessTokenDurationOk() (*int64, bool)
- func (o *ClientExtension) GetRefreshTokenDuration() int64
- func (o *ClientExtension) GetRefreshTokenDurationOk() (*int64, bool)
- func (o *ClientExtension) GetRequestableScopes() []string
- func (o *ClientExtension) GetRequestableScopesEnabled() bool
- func (o *ClientExtension) GetRequestableScopesEnabledOk() (*bool, bool)
- func (o *ClientExtension) GetRequestableScopesOk() ([]string, bool)
- func (o *ClientExtension) GetTokenExchangePermitted() bool
- func (o *ClientExtension) GetTokenExchangePermittedOk() (*bool, bool)
- func (o *ClientExtension) HasAccessTokenDuration() bool
- func (o *ClientExtension) HasRefreshTokenDuration() bool
- func (o *ClientExtension) HasRequestableScopes() bool
- func (o *ClientExtension) HasRequestableScopesEnabled() bool
- func (o *ClientExtension) HasTokenExchangePermitted() bool
- func (o ClientExtension) MarshalJSON() ([]byte, error)
- func (o *ClientExtension) SetAccessTokenDuration(v int64)
- func (o *ClientExtension) SetRefreshTokenDuration(v int64)
- func (o *ClientExtension) SetRequestableScopes(v []string)
- func (o *ClientExtension) SetRequestableScopesEnabled(v bool)
- func (o *ClientExtension) SetTokenExchangePermitted(v bool)
- func (o ClientExtension) ToMap() (map[string]interface{}, error)
- type Configuration
- type CreateApiServerRequest
- func (o *CreateApiServerRequest) GetApiServerUrl() string
- func (o *CreateApiServerRequest) GetApiServerUrlOk() (*string, bool)
- func (o *CreateApiServerRequest) GetDescription() string
- func (o *CreateApiServerRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateApiServerRequest) GetOwnedBy() int64
- func (o *CreateApiServerRequest) GetOwnedByOk() (*int64, bool)
- func (o *CreateApiServerRequest) HasOwnedBy() bool
- func (o CreateApiServerRequest) MarshalJSON() ([]byte, error)
- func (o *CreateApiServerRequest) SetApiServerUrl(v string)
- func (o *CreateApiServerRequest) SetDescription(v string)
- func (o *CreateApiServerRequest) SetOwnedBy(v int64)
- func (o CreateApiServerRequest) ToMap() (map[string]interface{}, error)
- func (o *CreateApiServerRequest) UnmarshalJSON(data []byte) (err error)
- type CreateOrganizationTokenRequest
- func (o *CreateOrganizationTokenRequest) GetDescription() string
- func (o *CreateOrganizationTokenRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateOrganizationTokenRequest) GetOrganizationId() int64
- func (o *CreateOrganizationTokenRequest) GetOrganizationIdOk() (*int64, bool)
- func (o CreateOrganizationTokenRequest) MarshalJSON() ([]byte, error)
- func (o *CreateOrganizationTokenRequest) SetDescription(v string)
- func (o *CreateOrganizationTokenRequest) SetOrganizationId(v int64)
- func (o CreateOrganizationTokenRequest) ToMap() (map[string]interface{}, error)
- func (o *CreateOrganizationTokenRequest) UnmarshalJSON(data []byte) (err error)
- type CreateServiceRequest
- func (o *CreateServiceRequest) GetApiServerId() int64
- func (o *CreateServiceRequest) GetApiServerIdOk() (*int64, bool)
- func (o *CreateServiceRequest) GetOrganizationId() int64
- func (o *CreateServiceRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *CreateServiceRequest) GetService() Service
- func (o *CreateServiceRequest) GetServiceOk() (*Service, bool)
- func (o *CreateServiceRequest) HasService() bool
- func (o CreateServiceRequest) MarshalJSON() ([]byte, error)
- func (o *CreateServiceRequest) SetApiServerId(v int64)
- func (o *CreateServiceRequest) SetOrganizationId(v int64)
- func (o *CreateServiceRequest) SetService(v Service)
- func (o CreateServiceRequest) ToMap() (map[string]interface{}, error)
- func (o *CreateServiceRequest) UnmarshalJSON(data []byte) (err error)
- type CreateServiceTokenRequest
- func (o *CreateServiceTokenRequest) GetApiServerId() int64
- func (o *CreateServiceTokenRequest) GetApiServerIdOk() (*int64, bool)
- func (o *CreateServiceTokenRequest) GetDescription() string
- func (o *CreateServiceTokenRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateServiceTokenRequest) GetOrganizationId() int64
- func (o *CreateServiceTokenRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *CreateServiceTokenRequest) GetServiceId() int64
- func (o *CreateServiceTokenRequest) GetServiceIdOk() (*int64, bool)
- func (o CreateServiceTokenRequest) MarshalJSON() ([]byte, error)
- func (o *CreateServiceTokenRequest) SetApiServerId(v int64)
- func (o *CreateServiceTokenRequest) SetDescription(v string)
- func (o *CreateServiceTokenRequest) SetOrganizationId(v int64)
- func (o *CreateServiceTokenRequest) SetServiceId(v int64)
- func (o CreateServiceTokenRequest) ToMap() (map[string]interface{}, error)
- func (o *CreateServiceTokenRequest) UnmarshalJSON(data []byte) (err error)
- type CreateUserRequest
- func (o *CreateUserRequest) GetEmail() string
- func (o *CreateUserRequest) GetEmailOk() (*string, bool)
- func (o *CreateUserRequest) GetFamilyName() string
- func (o *CreateUserRequest) GetFamilyNameOk() (*string, bool)
- func (o *CreateUserRequest) GetGivenName() string
- func (o *CreateUserRequest) GetGivenNameOk() (*string, bool)
- func (o *CreateUserRequest) GetPassword() string
- func (o *CreateUserRequest) GetPasswordOk() (*string, bool)
- func (o *CreateUserRequest) HasFamilyName() bool
- func (o *CreateUserRequest) HasGivenName() bool
- func (o CreateUserRequest) MarshalJSON() ([]byte, error)
- func (o *CreateUserRequest) SetEmail(v string)
- func (o *CreateUserRequest) SetFamilyName(v string)
- func (o *CreateUserRequest) SetGivenName(v string)
- func (o *CreateUserRequest) SetPassword(v string)
- func (o CreateUserRequest) ToMap() (map[string]interface{}, error)
- func (o *CreateUserRequest) UnmarshalJSON(data []byte) (err error)
- type CreateUserResponse
- func (o *CreateUserResponse) GetUser() AuthleteUser
- func (o *CreateUserResponse) GetUserOk() (*AuthleteUser, bool)
- func (o *CreateUserResponse) HasUser() bool
- func (o CreateUserResponse) MarshalJSON() ([]byte, error)
- func (o *CreateUserResponse) SetUser(v AuthleteUser)
- func (o CreateUserResponse) ToMap() (map[string]interface{}, error)
- type CredentialIssuerMetadata
- func (o *CredentialIssuerMetadata) GetAuthorizationServer() string
- func (o *CredentialIssuerMetadata) GetAuthorizationServerOk() (*string, bool)
- func (o *CredentialIssuerMetadata) GetBatchCredentialEndpoint() string
- func (o *CredentialIssuerMetadata) GetBatchCredentialEndpointOk() (*string, bool)
- func (o *CredentialIssuerMetadata) GetCredentialEndpoint() string
- func (o *CredentialIssuerMetadata) GetCredentialEndpointOk() (*string, bool)
- func (o *CredentialIssuerMetadata) GetCredentialIssuer() string
- func (o *CredentialIssuerMetadata) GetCredentialIssuerOk() (*string, bool)
- func (o *CredentialIssuerMetadata) GetCredentialsSupported() string
- func (o *CredentialIssuerMetadata) GetCredentialsSupportedOk() (*string, bool)
- func (o *CredentialIssuerMetadata) GetDeferredCredentialEndpoint() string
- func (o *CredentialIssuerMetadata) GetDeferredCredentialEndpointOk() (*string, bool)
- func (o *CredentialIssuerMetadata) GetEmpty() bool
- func (o *CredentialIssuerMetadata) GetEmptyOk() (*bool, bool)
- func (o *CredentialIssuerMetadata) HasAuthorizationServer() bool
- func (o *CredentialIssuerMetadata) HasBatchCredentialEndpoint() bool
- func (o *CredentialIssuerMetadata) HasCredentialEndpoint() bool
- func (o *CredentialIssuerMetadata) HasCredentialIssuer() bool
- func (o *CredentialIssuerMetadata) HasCredentialsSupported() bool
- func (o *CredentialIssuerMetadata) HasDeferredCredentialEndpoint() bool
- func (o *CredentialIssuerMetadata) HasEmpty() bool
- func (o CredentialIssuerMetadata) MarshalJSON() ([]byte, error)
- func (o *CredentialIssuerMetadata) SetAuthorizationServer(v string)
- func (o *CredentialIssuerMetadata) SetBatchCredentialEndpoint(v string)
- func (o *CredentialIssuerMetadata) SetCredentialEndpoint(v string)
- func (o *CredentialIssuerMetadata) SetCredentialIssuer(v string)
- func (o *CredentialIssuerMetadata) SetCredentialsSupported(v string)
- func (o *CredentialIssuerMetadata) SetDeferredCredentialEndpoint(v string)
- func (o *CredentialIssuerMetadata) SetEmpty(v bool)
- func (o CredentialIssuerMetadata) ToMap() (map[string]interface{}, error)
- type DeleteOrganizationTokenRequest
- func (o *DeleteOrganizationTokenRequest) GetDescription() string
- func (o *DeleteOrganizationTokenRequest) GetDescriptionOk() (*string, bool)
- func (o *DeleteOrganizationTokenRequest) GetOrganizationId() int64
- func (o *DeleteOrganizationTokenRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *DeleteOrganizationTokenRequest) GetTokenId() string
- func (o *DeleteOrganizationTokenRequest) GetTokenIdOk() (*string, bool)
- func (o *DeleteOrganizationTokenRequest) HasDescription() bool
- func (o *DeleteOrganizationTokenRequest) HasOrganizationId() bool
- func (o *DeleteOrganizationTokenRequest) HasTokenId() bool
- func (o DeleteOrganizationTokenRequest) MarshalJSON() ([]byte, error)
- func (o *DeleteOrganizationTokenRequest) SetDescription(v string)
- func (o *DeleteOrganizationTokenRequest) SetOrganizationId(v int64)
- func (o *DeleteOrganizationTokenRequest) SetTokenId(v string)
- func (o DeleteOrganizationTokenRequest) ToMap() (map[string]interface{}, error)
- type DeleteServiceRequest
- func (o *DeleteServiceRequest) GetApiServerId() int64
- func (o *DeleteServiceRequest) GetApiServerIdOk() (*int64, bool)
- func (o *DeleteServiceRequest) GetOrganizationId() int64
- func (o *DeleteServiceRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *DeleteServiceRequest) GetServiceId() int64
- func (o *DeleteServiceRequest) GetServiceIdOk() (*int64, bool)
- func (o DeleteServiceRequest) MarshalJSON() ([]byte, error)
- func (o *DeleteServiceRequest) SetApiServerId(v int64)
- func (o *DeleteServiceRequest) SetOrganizationId(v int64)
- func (o *DeleteServiceRequest) SetServiceId(v int64)
- func (o DeleteServiceRequest) ToMap() (map[string]interface{}, error)
- func (o *DeleteServiceRequest) UnmarshalJSON(data []byte) (err error)
- type DeleteServiceTokenRequest
- func (o *DeleteServiceTokenRequest) GetApiServerId() int64
- func (o *DeleteServiceTokenRequest) GetApiServerIdOk() (*int64, bool)
- func (o *DeleteServiceTokenRequest) GetDescription() string
- func (o *DeleteServiceTokenRequest) GetDescriptionOk() (*string, bool)
- func (o *DeleteServiceTokenRequest) GetOrganizationId() int64
- func (o *DeleteServiceTokenRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *DeleteServiceTokenRequest) GetServiceId() int64
- func (o *DeleteServiceTokenRequest) GetServiceIdOk() (*int64, bool)
- func (o *DeleteServiceTokenRequest) GetTokenId() string
- func (o *DeleteServiceTokenRequest) GetTokenIdOk() (*string, bool)
- func (o *DeleteServiceTokenRequest) HasApiServerId() bool
- func (o *DeleteServiceTokenRequest) HasDescription() bool
- func (o *DeleteServiceTokenRequest) HasOrganizationId() bool
- func (o *DeleteServiceTokenRequest) HasServiceId() bool
- func (o *DeleteServiceTokenRequest) HasTokenId() bool
- func (o DeleteServiceTokenRequest) MarshalJSON() ([]byte, error)
- func (o *DeleteServiceTokenRequest) SetApiServerId(v int64)
- func (o *DeleteServiceTokenRequest) SetDescription(v string)
- func (o *DeleteServiceTokenRequest) SetOrganizationId(v int64)
- func (o *DeleteServiceTokenRequest) SetServiceId(v int64)
- func (o *DeleteServiceTokenRequest) SetTokenId(v string)
- func (o DeleteServiceTokenRequest) ToMap() (map[string]interface{}, error)
- type DiscoveryEndpointAPI
- type DiscoveryEndpointAPIService
- type DynamicScope
- func (o *DynamicScope) GetName() string
- func (o *DynamicScope) GetNameOk() (*string, bool)
- func (o *DynamicScope) GetValue() string
- func (o *DynamicScope) GetValueOk() (*string, bool)
- func (o *DynamicScope) HasName() bool
- func (o *DynamicScope) HasValue() bool
- func (o DynamicScope) MarshalJSON() ([]byte, error)
- func (o *DynamicScope) SetName(v string)
- func (o *DynamicScope) SetValue(v string)
- func (o DynamicScope) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type GetOrganizationTokensRequest
- func (o *GetOrganizationTokensRequest) GetOrganizationId() int64
- func (o *GetOrganizationTokensRequest) GetOrganizationIdOk() (*int64, bool)
- func (o GetOrganizationTokensRequest) MarshalJSON() ([]byte, error)
- func (o *GetOrganizationTokensRequest) SetOrganizationId(v int64)
- func (o GetOrganizationTokensRequest) ToMap() (map[string]interface{}, error)
- func (o *GetOrganizationTokensRequest) UnmarshalJSON(data []byte) (err error)
- type GetServiceTokensRequest
- func (o *GetServiceTokensRequest) GetApiServerId() int64
- func (o *GetServiceTokensRequest) GetApiServerIdOk() (*int64, bool)
- func (o *GetServiceTokensRequest) GetOrganizationId() int64
- func (o *GetServiceTokensRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *GetServiceTokensRequest) GetServiceId() int64
- func (o *GetServiceTokensRequest) GetServiceIdOk() (*int64, bool)
- func (o GetServiceTokensRequest) MarshalJSON() ([]byte, error)
- func (o *GetServiceTokensRequest) SetApiServerId(v int64)
- func (o *GetServiceTokensRequest) SetOrganizationId(v int64)
- func (o *GetServiceTokensRequest) SetServiceId(v int64)
- func (o GetServiceTokensRequest) ToMap() (map[string]interface{}, error)
- func (o *GetServiceTokensRequest) UnmarshalJSON(data []byte) (err error)
- type GoogleAuthenticatorConfig
- func (o *GoogleAuthenticatorConfig) GetCodeDigits() int32
- func (o *GoogleAuthenticatorConfig) GetCodeDigitsOk() (*int32, bool)
- func (o *GoogleAuthenticatorConfig) GetHmacHashFunction() string
- func (o *GoogleAuthenticatorConfig) GetHmacHashFunctionOk() (*string, bool)
- func (o *GoogleAuthenticatorConfig) GetKeyModulus() int32
- func (o *GoogleAuthenticatorConfig) GetKeyModulusOk() (*int32, bool)
- func (o *GoogleAuthenticatorConfig) GetKeyRepresentation() string
- func (o *GoogleAuthenticatorConfig) GetKeyRepresentationOk() (*string, bool)
- func (o *GoogleAuthenticatorConfig) GetNumberOfScratchCodes() int32
- func (o *GoogleAuthenticatorConfig) GetNumberOfScratchCodesOk() (*int32, bool)
- func (o *GoogleAuthenticatorConfig) GetSecretBits() int32
- func (o *GoogleAuthenticatorConfig) GetSecretBitsOk() (*int32, bool)
- func (o *GoogleAuthenticatorConfig) GetTimeStepSizeInMillis() int64
- func (o *GoogleAuthenticatorConfig) GetTimeStepSizeInMillisOk() (*int64, bool)
- func (o *GoogleAuthenticatorConfig) GetWindowSize() int32
- func (o *GoogleAuthenticatorConfig) GetWindowSizeOk() (*int32, bool)
- func (o *GoogleAuthenticatorConfig) HasCodeDigits() bool
- func (o *GoogleAuthenticatorConfig) HasHmacHashFunction() bool
- func (o *GoogleAuthenticatorConfig) HasKeyModulus() bool
- func (o *GoogleAuthenticatorConfig) HasKeyRepresentation() bool
- func (o *GoogleAuthenticatorConfig) HasNumberOfScratchCodes() bool
- func (o *GoogleAuthenticatorConfig) HasSecretBits() bool
- func (o *GoogleAuthenticatorConfig) HasTimeStepSizeInMillis() bool
- func (o *GoogleAuthenticatorConfig) HasWindowSize() bool
- func (o GoogleAuthenticatorConfig) MarshalJSON() ([]byte, error)
- func (o *GoogleAuthenticatorConfig) SetCodeDigits(v int32)
- func (o *GoogleAuthenticatorConfig) SetHmacHashFunction(v string)
- func (o *GoogleAuthenticatorConfig) SetKeyModulus(v int32)
- func (o *GoogleAuthenticatorConfig) SetKeyRepresentation(v string)
- func (o *GoogleAuthenticatorConfig) SetNumberOfScratchCodes(v int32)
- func (o *GoogleAuthenticatorConfig) SetSecretBits(v int32)
- func (o *GoogleAuthenticatorConfig) SetTimeStepSizeInMillis(v int64)
- func (o *GoogleAuthenticatorConfig) SetWindowSize(v int32)
- func (o GoogleAuthenticatorConfig) ToMap() (map[string]interface{}, error)
- type GoogleAuthenticatorKey
- func (o *GoogleAuthenticatorKey) GetConfig() GoogleAuthenticatorConfig
- func (o *GoogleAuthenticatorKey) GetConfigOk() (*GoogleAuthenticatorConfig, bool)
- func (o *GoogleAuthenticatorKey) GetKey() string
- func (o *GoogleAuthenticatorKey) GetKeyOk() (*string, bool)
- func (o *GoogleAuthenticatorKey) GetScratchCodes() []int32
- func (o *GoogleAuthenticatorKey) GetScratchCodesOk() ([]int32, bool)
- func (o *GoogleAuthenticatorKey) GetVerificationCode() int32
- func (o *GoogleAuthenticatorKey) GetVerificationCodeOk() (*int32, bool)
- func (o *GoogleAuthenticatorKey) HasConfig() bool
- func (o *GoogleAuthenticatorKey) HasKey() bool
- func (o *GoogleAuthenticatorKey) HasScratchCodes() bool
- func (o *GoogleAuthenticatorKey) HasVerificationCode() bool
- func (o GoogleAuthenticatorKey) MarshalJSON() ([]byte, error)
- func (o *GoogleAuthenticatorKey) SetConfig(v GoogleAuthenticatorConfig)
- func (o *GoogleAuthenticatorKey) SetKey(v string)
- func (o *GoogleAuthenticatorKey) SetScratchCodes(v []int32)
- func (o *GoogleAuthenticatorKey) SetVerificationCode(v int32)
- func (o GoogleAuthenticatorKey) ToMap() (map[string]interface{}, error)
- type Grant
- func (o *Grant) GetAuthorizationDetails() AuthzDetails
- func (o *Grant) GetAuthorizationDetailsOk() (*AuthzDetails, bool)
- func (o *Grant) GetClaims() []string
- func (o *Grant) GetClaimsOk() ([]string, bool)
- func (o *Grant) GetScopes() []GrantScope
- func (o *Grant) GetScopesOk() ([]GrantScope, bool)
- func (o *Grant) HasAuthorizationDetails() bool
- func (o *Grant) HasClaims() bool
- func (o *Grant) HasScopes() bool
- func (o Grant) MarshalJSON() ([]byte, error)
- func (o *Grant) SetAuthorizationDetails(v AuthzDetails)
- func (o *Grant) SetClaims(v []string)
- func (o *Grant) SetScopes(v []GrantScope)
- func (o Grant) ToMap() (map[string]interface{}, error)
- type GrantScope
- func (o *GrantScope) GetResource() []string
- func (o *GrantScope) GetResourceOk() ([]string, bool)
- func (o *GrantScope) GetScope() string
- func (o *GrantScope) GetScopeOk() (*string, bool)
- func (o *GrantScope) HasResource() bool
- func (o *GrantScope) HasScope() bool
- func (o GrantScope) MarshalJSON() ([]byte, error)
- func (o *GrantScope) SetResource(v []string)
- func (o *GrantScope) SetScope(v string)
- func (o GrantScope) ToMap() (map[string]interface{}, error)
- type Hsk
- func (o *Hsk) GetAlg() string
- func (o *Hsk) GetAlgOk() (*string, bool)
- func (o *Hsk) GetHandle() string
- func (o *Hsk) GetHandleOk() (*string, bool)
- func (o *Hsk) GetHsmName() string
- func (o *Hsk) GetHsmNameOk() (*string, bool)
- func (o *Hsk) GetKid() string
- func (o *Hsk) GetKidOk() (*string, bool)
- func (o *Hsk) GetKty() string
- func (o *Hsk) GetKtyOk() (*string, bool)
- func (o *Hsk) GetPublicKey() string
- func (o *Hsk) GetPublicKeyOk() (*string, bool)
- func (o *Hsk) GetUse() string
- func (o *Hsk) GetUseOk() (*string, bool)
- func (o *Hsk) HasAlg() bool
- func (o *Hsk) HasHandle() bool
- func (o *Hsk) HasHsmName() bool
- func (o *Hsk) HasKid() bool
- func (o *Hsk) HasKty() bool
- func (o *Hsk) HasPublicKey() bool
- func (o *Hsk) HasUse() bool
- func (o Hsk) MarshalJSON() ([]byte, error)
- func (o *Hsk) SetAlg(v string)
- func (o *Hsk) SetHandle(v string)
- func (o *Hsk) SetHsmName(v string)
- func (o *Hsk) SetKid(v string)
- func (o *Hsk) SetKty(v string)
- func (o *Hsk) SetPublicKey(v string)
- func (o *Hsk) SetUse(v string)
- func (o Hsk) ToMap() (map[string]interface{}, error)
- type IntrospectionEndpointAPI
- type IntrospectionEndpointAPIService
- type InvitationResponse
- func (o *InvitationResponse) GetApiServerPrivileges() []string
- func (o *InvitationResponse) GetApiServerPrivilegesOk() ([]string, bool)
- func (o *InvitationResponse) GetClientPrivileges() []string
- func (o *InvitationResponse) GetClientPrivilegesOk() ([]string, bool)
- func (o *InvitationResponse) GetEmail() string
- func (o *InvitationResponse) GetEmailOk() (*string, bool)
- func (o *InvitationResponse) GetId() int64
- func (o *InvitationResponse) GetIdOk() (*int64, bool)
- func (o *InvitationResponse) GetInviter() LogInResponse
- func (o *InvitationResponse) GetInviterOk() (*LogInResponse, bool)
- func (o *InvitationResponse) GetOrganization() Organization
- func (o *InvitationResponse) GetOrganizationOk() (*Organization, bool)
- func (o *InvitationResponse) GetOrganizationPrivileges() []string
- func (o *InvitationResponse) GetOrganizationPrivilegesOk() ([]string, bool)
- func (o *InvitationResponse) GetServicePrivileges() []string
- func (o *InvitationResponse) GetServicePrivilegesOk() ([]string, bool)
- func (o *InvitationResponse) HasApiServerPrivileges() bool
- func (o *InvitationResponse) HasClientPrivileges() bool
- func (o *InvitationResponse) HasEmail() bool
- func (o *InvitationResponse) HasId() bool
- func (o *InvitationResponse) HasInviter() bool
- func (o *InvitationResponse) HasOrganization() bool
- func (o *InvitationResponse) HasOrganizationPrivileges() bool
- func (o *InvitationResponse) HasServicePrivileges() bool
- func (o InvitationResponse) MarshalJSON() ([]byte, error)
- func (o *InvitationResponse) SetApiServerPrivileges(v []string)
- func (o *InvitationResponse) SetClientPrivileges(v []string)
- func (o *InvitationResponse) SetEmail(v string)
- func (o *InvitationResponse) SetId(v int64)
- func (o *InvitationResponse) SetInviter(v LogInResponse)
- func (o *InvitationResponse) SetOrganization(v Organization)
- func (o *InvitationResponse) SetOrganizationPrivileges(v []string)
- func (o *InvitationResponse) SetServicePrivileges(v []string)
- func (o InvitationResponse) ToMap() (map[string]interface{}, error)
- type InviteRequest
- func (o *InviteRequest) GetApiServerPrivileges() []string
- func (o *InviteRequest) GetApiServerPrivilegesOk() ([]string, bool)
- func (o *InviteRequest) GetClientPrivileges() []string
- func (o *InviteRequest) GetClientPrivilegesOk() ([]string, bool)
- func (o *InviteRequest) GetEmail() string
- func (o *InviteRequest) GetEmailOk() (*string, bool)
- func (o *InviteRequest) GetOrganizationId() int64
- func (o *InviteRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *InviteRequest) GetOrganizationPrivileges() []string
- func (o *InviteRequest) GetOrganizationPrivilegesOk() ([]string, bool)
- func (o *InviteRequest) GetServicePrivileges() []string
- func (o *InviteRequest) GetServicePrivilegesOk() ([]string, bool)
- func (o *InviteRequest) HasApiServerPrivileges() bool
- func (o *InviteRequest) HasClientPrivileges() bool
- func (o *InviteRequest) HasOrganizationPrivileges() bool
- func (o *InviteRequest) HasServicePrivileges() bool
- func (o InviteRequest) MarshalJSON() ([]byte, error)
- func (o *InviteRequest) SetApiServerPrivileges(v []string)
- func (o *InviteRequest) SetClientPrivileges(v []string)
- func (o *InviteRequest) SetEmail(v string)
- func (o *InviteRequest) SetOrganizationId(v int64)
- func (o *InviteRequest) SetOrganizationPrivileges(v []string)
- func (o *InviteRequest) SetServicePrivileges(v []string)
- func (o InviteRequest) ToMap() (map[string]interface{}, error)
- func (o *InviteRequest) UnmarshalJSON(data []byte) (err error)
- type JsonWebKeySetEndpointAPI
- type JsonWebKeySetEndpointAPIService
- type LogInRequest
- func (o *LogInRequest) GetPassword() string
- func (o *LogInRequest) GetPasswordOk() (*string, bool)
- func (o *LogInRequest) GetTotp() int32
- func (o *LogInRequest) GetTotpOk() (*int32, bool)
- func (o *LogInRequest) GetUsername() string
- func (o *LogInRequest) GetUsernameOk() (*string, bool)
- func (o *LogInRequest) GetWebauthn() WebAuthnChallengeRequest
- func (o *LogInRequest) GetWebauthnOk() (*WebAuthnChallengeRequest, bool)
- func (o *LogInRequest) HasTotp() bool
- func (o *LogInRequest) HasWebauthn() bool
- func (o LogInRequest) MarshalJSON() ([]byte, error)
- func (o *LogInRequest) SetPassword(v string)
- func (o *LogInRequest) SetTotp(v int32)
- func (o *LogInRequest) SetUsername(v string)
- func (o *LogInRequest) SetWebauthn(v WebAuthnChallengeRequest)
- func (o LogInRequest) ToMap() (map[string]interface{}, error)
- func (o *LogInRequest) UnmarshalJSON(data []byte) (err error)
- type LogInResponse
- func (o *LogInResponse) GetAuthnMethods() []string
- func (o *LogInResponse) GetAuthnMethodsOk() ([]string, bool)
- func (o *LogInResponse) GetDisplayName() string
- func (o *LogInResponse) GetDisplayNameOk() (*string, bool)
- func (o *LogInResponse) GetEmail() string
- func (o *LogInResponse) GetEmailOk() (*string, bool)
- func (o *LogInResponse) GetFamilyName() string
- func (o *LogInResponse) GetFamilyNameOk() (*string, bool)
- func (o *LogInResponse) GetGivenName() string
- func (o *LogInResponse) GetGivenNameOk() (*string, bool)
- func (o *LogInResponse) GetId() int64
- func (o *LogInResponse) GetIdOk() (*int64, bool)
- func (o *LogInResponse) GetLastAuthTime() time.Time
- func (o *LogInResponse) GetLastAuthTimeOk() (*time.Time, bool)
- func (o *LogInResponse) GetWebauthn() WebAuthnChallengeResponse
- func (o *LogInResponse) GetWebauthnOk() (*WebAuthnChallengeResponse, bool)
- func (o *LogInResponse) HasAuthnMethods() bool
- func (o *LogInResponse) HasDisplayName() bool
- func (o *LogInResponse) HasEmail() bool
- func (o *LogInResponse) HasFamilyName() bool
- func (o *LogInResponse) HasGivenName() bool
- func (o *LogInResponse) HasId() bool
- func (o *LogInResponse) HasLastAuthTime() bool
- func (o *LogInResponse) HasWebauthn() bool
- func (o LogInResponse) MarshalJSON() ([]byte, error)
- func (o *LogInResponse) SetAuthnMethods(v []string)
- func (o *LogInResponse) SetDisplayName(v string)
- func (o *LogInResponse) SetEmail(v string)
- func (o *LogInResponse) SetFamilyName(v string)
- func (o *LogInResponse) SetGivenName(v string)
- func (o *LogInResponse) SetId(v int64)
- func (o *LogInResponse) SetLastAuthTime(v time.Time)
- func (o *LogInResponse) SetWebauthn(v WebAuthnChallengeResponse)
- func (o LogInResponse) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type MoveServiceRequest
- func (o *MoveServiceRequest) GetApiServerId() int64
- func (o *MoveServiceRequest) GetApiServerIdOk() (*int64, bool)
- func (o *MoveServiceRequest) GetNewOrganizationId() int64
- func (o *MoveServiceRequest) GetNewOrganizationIdOk() (*int64, bool)
- func (o *MoveServiceRequest) GetOrganizationId() int64
- func (o *MoveServiceRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *MoveServiceRequest) GetServiceId() int64
- func (o *MoveServiceRequest) GetServiceIdOk() (*int64, bool)
- func (o MoveServiceRequest) MarshalJSON() ([]byte, error)
- func (o *MoveServiceRequest) SetApiServerId(v int64)
- func (o *MoveServiceRequest) SetNewOrganizationId(v int64)
- func (o *MoveServiceRequest) SetOrganizationId(v int64)
- func (o *MoveServiceRequest) SetServiceId(v int64)
- func (o MoveServiceRequest) ToMap() (map[string]interface{}, error)
- func (o *MoveServiceRequest) UnmarshalJSON(data []byte) (err error)
- type NamedUri
- func (o *NamedUri) GetName() string
- func (o *NamedUri) GetNameOk() (*string, bool)
- func (o *NamedUri) GetUri() string
- func (o *NamedUri) GetUriOk() (*string, bool)
- func (o *NamedUri) HasName() bool
- func (o *NamedUri) HasUri() bool
- func (o NamedUri) MarshalJSON() ([]byte, error)
- func (o *NamedUri) SetName(v string)
- func (o *NamedUri) SetUri(v string)
- func (o NamedUri) ToMap() (map[string]interface{}, error)
- type NullableAdoptServiceRequest
- func (v NullableAdoptServiceRequest) Get() *AdoptServiceRequest
- func (v NullableAdoptServiceRequest) IsSet() bool
- func (v NullableAdoptServiceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAdoptServiceRequest) Set(val *AdoptServiceRequest)
- func (v *NullableAdoptServiceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAdoptServiceRequest) Unset()
- type NullableApiServerAccess
- func (v NullableApiServerAccess) Get() *ApiServerAccess
- func (v NullableApiServerAccess) IsSet() bool
- func (v NullableApiServerAccess) MarshalJSON() ([]byte, error)
- func (v *NullableApiServerAccess) Set(val *ApiServerAccess)
- func (v *NullableApiServerAccess) UnmarshalJSON(src []byte) error
- func (v *NullableApiServerAccess) Unset()
- type NullableApiServerAccessResponse
- func (v NullableApiServerAccessResponse) Get() *ApiServerAccessResponse
- func (v NullableApiServerAccessResponse) IsSet() bool
- func (v NullableApiServerAccessResponse) MarshalJSON() ([]byte, error)
- func (v *NullableApiServerAccessResponse) Set(val *ApiServerAccessResponse)
- func (v *NullableApiServerAccessResponse) UnmarshalJSON(src []byte) error
- func (v *NullableApiServerAccessResponse) Unset()
- type NullableApiServerMembershipResponse
- func (v NullableApiServerMembershipResponse) Get() *ApiServerMembershipResponse
- func (v NullableApiServerMembershipResponse) IsSet() bool
- func (v NullableApiServerMembershipResponse) MarshalJSON() ([]byte, error)
- func (v *NullableApiServerMembershipResponse) Set(val *ApiServerMembershipResponse)
- func (v *NullableApiServerMembershipResponse) UnmarshalJSON(src []byte) error
- func (v *NullableApiServerMembershipResponse) Unset()
- type NullableApproval
- type NullableAuthleteApiServerResponse
- func (v NullableAuthleteApiServerResponse) Get() *AuthleteApiServerResponse
- func (v NullableAuthleteApiServerResponse) IsSet() bool
- func (v NullableAuthleteApiServerResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAuthleteApiServerResponse) Set(val *AuthleteApiServerResponse)
- func (v *NullableAuthleteApiServerResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAuthleteApiServerResponse) Unset()
- type NullableAuthleteApiServerUpdateResponse
- func (v NullableAuthleteApiServerUpdateResponse) Get() *AuthleteApiServerUpdateResponse
- func (v NullableAuthleteApiServerUpdateResponse) IsSet() bool
- func (v NullableAuthleteApiServerUpdateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAuthleteApiServerUpdateResponse) Set(val *AuthleteApiServerUpdateResponse)
- func (v *NullableAuthleteApiServerUpdateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAuthleteApiServerUpdateResponse) Unset()
- type NullableAuthleteUser
- func (v NullableAuthleteUser) Get() *AuthleteUser
- func (v NullableAuthleteUser) IsSet() bool
- func (v NullableAuthleteUser) MarshalJSON() ([]byte, error)
- func (v *NullableAuthleteUser) Set(val *AuthleteUser)
- func (v *NullableAuthleteUser) UnmarshalJSON(src []byte) error
- func (v *NullableAuthleteUser) Unset()
- type NullableAuthorizationResponse
- func (v NullableAuthorizationResponse) Get() *AuthorizationResponse
- func (v NullableAuthorizationResponse) IsSet() bool
- func (v NullableAuthorizationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAuthorizationResponse) Set(val *AuthorizationResponse)
- func (v *NullableAuthorizationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAuthorizationResponse) Unset()
- type NullableAuthzDetails
- func (v NullableAuthzDetails) Get() *AuthzDetails
- func (v NullableAuthzDetails) IsSet() bool
- func (v NullableAuthzDetails) MarshalJSON() ([]byte, error)
- func (v *NullableAuthzDetails) Set(val *AuthzDetails)
- func (v *NullableAuthzDetails) UnmarshalJSON(src []byte) error
- func (v *NullableAuthzDetails) Unset()
- type NullableAuthzDetailsElement
- func (v NullableAuthzDetailsElement) Get() *AuthzDetailsElement
- func (v NullableAuthzDetailsElement) IsSet() bool
- func (v NullableAuthzDetailsElement) MarshalJSON() ([]byte, error)
- func (v *NullableAuthzDetailsElement) Set(val *AuthzDetailsElement)
- func (v *NullableAuthzDetailsElement) UnmarshalJSON(src []byte) error
- func (v *NullableAuthzDetailsElement) Unset()
- type NullableBindTotpCredentialsRequest
- func (v NullableBindTotpCredentialsRequest) Get() *BindTotpCredentialsRequest
- func (v NullableBindTotpCredentialsRequest) IsSet() bool
- func (v NullableBindTotpCredentialsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableBindTotpCredentialsRequest) Set(val *BindTotpCredentialsRequest)
- func (v *NullableBindTotpCredentialsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableBindTotpCredentialsRequest) Unset()
- type NullableBool
- type NullableChallenge
- type NullableClient
- type NullableClientAccess
- func (v NullableClientAccess) Get() *ClientAccess
- func (v NullableClientAccess) IsSet() bool
- func (v NullableClientAccess) MarshalJSON() ([]byte, error)
- func (v *NullableClientAccess) Set(val *ClientAccess)
- func (v *NullableClientAccess) UnmarshalJSON(src []byte) error
- func (v *NullableClientAccess) Unset()
- type NullableClientAccessResponse
- func (v NullableClientAccessResponse) Get() *ClientAccessResponse
- func (v NullableClientAccessResponse) IsSet() bool
- func (v NullableClientAccessResponse) MarshalJSON() ([]byte, error)
- func (v *NullableClientAccessResponse) Set(val *ClientAccessResponse)
- func (v *NullableClientAccessResponse) UnmarshalJSON(src []byte) error
- func (v *NullableClientAccessResponse) Unset()
- type NullableClientExtension
- func (v NullableClientExtension) Get() *ClientExtension
- func (v NullableClientExtension) IsSet() bool
- func (v NullableClientExtension) MarshalJSON() ([]byte, error)
- func (v *NullableClientExtension) Set(val *ClientExtension)
- func (v *NullableClientExtension) UnmarshalJSON(src []byte) error
- func (v *NullableClientExtension) Unset()
- type NullableCreateApiServerRequest
- func (v NullableCreateApiServerRequest) Get() *CreateApiServerRequest
- func (v NullableCreateApiServerRequest) IsSet() bool
- func (v NullableCreateApiServerRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateApiServerRequest) Set(val *CreateApiServerRequest)
- func (v *NullableCreateApiServerRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateApiServerRequest) Unset()
- type NullableCreateOrganizationTokenRequest
- func (v NullableCreateOrganizationTokenRequest) Get() *CreateOrganizationTokenRequest
- func (v NullableCreateOrganizationTokenRequest) IsSet() bool
- func (v NullableCreateOrganizationTokenRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateOrganizationTokenRequest) Set(val *CreateOrganizationTokenRequest)
- func (v *NullableCreateOrganizationTokenRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateOrganizationTokenRequest) Unset()
- type NullableCreateServiceRequest
- func (v NullableCreateServiceRequest) Get() *CreateServiceRequest
- func (v NullableCreateServiceRequest) IsSet() bool
- func (v NullableCreateServiceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateServiceRequest) Set(val *CreateServiceRequest)
- func (v *NullableCreateServiceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateServiceRequest) Unset()
- type NullableCreateServiceTokenRequest
- func (v NullableCreateServiceTokenRequest) Get() *CreateServiceTokenRequest
- func (v NullableCreateServiceTokenRequest) IsSet() bool
- func (v NullableCreateServiceTokenRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateServiceTokenRequest) Set(val *CreateServiceTokenRequest)
- func (v *NullableCreateServiceTokenRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateServiceTokenRequest) Unset()
- type NullableCreateUserRequest
- func (v NullableCreateUserRequest) Get() *CreateUserRequest
- func (v NullableCreateUserRequest) IsSet() bool
- func (v NullableCreateUserRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateUserRequest) Set(val *CreateUserRequest)
- func (v *NullableCreateUserRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateUserRequest) Unset()
- type NullableCreateUserResponse
- func (v NullableCreateUserResponse) Get() *CreateUserResponse
- func (v NullableCreateUserResponse) IsSet() bool
- func (v NullableCreateUserResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateUserResponse) Set(val *CreateUserResponse)
- func (v *NullableCreateUserResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateUserResponse) Unset()
- type NullableCredentialIssuerMetadata
- func (v NullableCredentialIssuerMetadata) Get() *CredentialIssuerMetadata
- func (v NullableCredentialIssuerMetadata) IsSet() bool
- func (v NullableCredentialIssuerMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableCredentialIssuerMetadata) Set(val *CredentialIssuerMetadata)
- func (v *NullableCredentialIssuerMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableCredentialIssuerMetadata) Unset()
- type NullableDeleteOrganizationTokenRequest
- func (v NullableDeleteOrganizationTokenRequest) Get() *DeleteOrganizationTokenRequest
- func (v NullableDeleteOrganizationTokenRequest) IsSet() bool
- func (v NullableDeleteOrganizationTokenRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteOrganizationTokenRequest) Set(val *DeleteOrganizationTokenRequest)
- func (v *NullableDeleteOrganizationTokenRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteOrganizationTokenRequest) Unset()
- type NullableDeleteServiceRequest
- func (v NullableDeleteServiceRequest) Get() *DeleteServiceRequest
- func (v NullableDeleteServiceRequest) IsSet() bool
- func (v NullableDeleteServiceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteServiceRequest) Set(val *DeleteServiceRequest)
- func (v *NullableDeleteServiceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteServiceRequest) Unset()
- type NullableDeleteServiceTokenRequest
- func (v NullableDeleteServiceTokenRequest) Get() *DeleteServiceTokenRequest
- func (v NullableDeleteServiceTokenRequest) IsSet() bool
- func (v NullableDeleteServiceTokenRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteServiceTokenRequest) Set(val *DeleteServiceTokenRequest)
- func (v *NullableDeleteServiceTokenRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteServiceTokenRequest) Unset()
- type NullableDynamicScope
- func (v NullableDynamicScope) Get() *DynamicScope
- func (v NullableDynamicScope) IsSet() bool
- func (v NullableDynamicScope) MarshalJSON() ([]byte, error)
- func (v *NullableDynamicScope) Set(val *DynamicScope)
- func (v *NullableDynamicScope) UnmarshalJSON(src []byte) error
- func (v *NullableDynamicScope) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGetOrganizationTokensRequest
- func (v NullableGetOrganizationTokensRequest) Get() *GetOrganizationTokensRequest
- func (v NullableGetOrganizationTokensRequest) IsSet() bool
- func (v NullableGetOrganizationTokensRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGetOrganizationTokensRequest) Set(val *GetOrganizationTokensRequest)
- func (v *NullableGetOrganizationTokensRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGetOrganizationTokensRequest) Unset()
- type NullableGetServiceTokensRequest
- func (v NullableGetServiceTokensRequest) Get() *GetServiceTokensRequest
- func (v NullableGetServiceTokensRequest) IsSet() bool
- func (v NullableGetServiceTokensRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGetServiceTokensRequest) Set(val *GetServiceTokensRequest)
- func (v *NullableGetServiceTokensRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGetServiceTokensRequest) Unset()
- type NullableGoogleAuthenticatorConfig
- func (v NullableGoogleAuthenticatorConfig) Get() *GoogleAuthenticatorConfig
- func (v NullableGoogleAuthenticatorConfig) IsSet() bool
- func (v NullableGoogleAuthenticatorConfig) MarshalJSON() ([]byte, error)
- func (v *NullableGoogleAuthenticatorConfig) Set(val *GoogleAuthenticatorConfig)
- func (v *NullableGoogleAuthenticatorConfig) UnmarshalJSON(src []byte) error
- func (v *NullableGoogleAuthenticatorConfig) Unset()
- type NullableGoogleAuthenticatorKey
- func (v NullableGoogleAuthenticatorKey) Get() *GoogleAuthenticatorKey
- func (v NullableGoogleAuthenticatorKey) IsSet() bool
- func (v NullableGoogleAuthenticatorKey) MarshalJSON() ([]byte, error)
- func (v *NullableGoogleAuthenticatorKey) Set(val *GoogleAuthenticatorKey)
- func (v *NullableGoogleAuthenticatorKey) UnmarshalJSON(src []byte) error
- func (v *NullableGoogleAuthenticatorKey) Unset()
- type NullableGrant
- type NullableGrantScope
- type NullableHsk
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInvitationResponse
- func (v NullableInvitationResponse) Get() *InvitationResponse
- func (v NullableInvitationResponse) IsSet() bool
- func (v NullableInvitationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableInvitationResponse) Set(val *InvitationResponse)
- func (v *NullableInvitationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableInvitationResponse) Unset()
- type NullableInviteRequest
- func (v NullableInviteRequest) Get() *InviteRequest
- func (v NullableInviteRequest) IsSet() bool
- func (v NullableInviteRequest) MarshalJSON() ([]byte, error)
- func (v *NullableInviteRequest) Set(val *InviteRequest)
- func (v *NullableInviteRequest) UnmarshalJSON(src []byte) error
- func (v *NullableInviteRequest) Unset()
- type NullableLogInRequest
- func (v NullableLogInRequest) Get() *LogInRequest
- func (v NullableLogInRequest) IsSet() bool
- func (v NullableLogInRequest) MarshalJSON() ([]byte, error)
- func (v *NullableLogInRequest) Set(val *LogInRequest)
- func (v *NullableLogInRequest) UnmarshalJSON(src []byte) error
- func (v *NullableLogInRequest) Unset()
- type NullableLogInResponse
- func (v NullableLogInResponse) Get() *LogInResponse
- func (v NullableLogInResponse) IsSet() bool
- func (v NullableLogInResponse) MarshalJSON() ([]byte, error)
- func (v *NullableLogInResponse) Set(val *LogInResponse)
- func (v *NullableLogInResponse) UnmarshalJSON(src []byte) error
- func (v *NullableLogInResponse) Unset()
- type NullableMoveServiceRequest
- func (v NullableMoveServiceRequest) Get() *MoveServiceRequest
- func (v NullableMoveServiceRequest) IsSet() bool
- func (v NullableMoveServiceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableMoveServiceRequest) Set(val *MoveServiceRequest)
- func (v *NullableMoveServiceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableMoveServiceRequest) Unset()
- type NullableNamedUri
- 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 NullableOrganizationAccess
- func (v NullableOrganizationAccess) Get() *OrganizationAccess
- func (v NullableOrganizationAccess) IsSet() bool
- func (v NullableOrganizationAccess) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationAccess) Set(val *OrganizationAccess)
- func (v *NullableOrganizationAccess) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationAccess) Unset()
- type NullableOrganizationAccessResponse
- func (v NullableOrganizationAccessResponse) Get() *OrganizationAccessResponse
- func (v NullableOrganizationAccessResponse) IsSet() bool
- func (v NullableOrganizationAccessResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationAccessResponse) Set(val *OrganizationAccessResponse)
- func (v *NullableOrganizationAccessResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationAccessResponse) Unset()
- type NullableOrganizationMembershipResponse
- func (v NullableOrganizationMembershipResponse) Get() *OrganizationMembershipResponse
- func (v NullableOrganizationMembershipResponse) IsSet() bool
- func (v NullableOrganizationMembershipResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationMembershipResponse) Set(val *OrganizationMembershipResponse)
- func (v *NullableOrganizationMembershipResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationMembershipResponse) Unset()
- type NullableOrganizationResponse
- func (v NullableOrganizationResponse) Get() *OrganizationResponse
- func (v NullableOrganizationResponse) IsSet() bool
- func (v NullableOrganizationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationResponse) Set(val *OrganizationResponse)
- func (v *NullableOrganizationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationResponse) Unset()
- type NullableOrganizationTokenResponse
- func (v NullableOrganizationTokenResponse) Get() *OrganizationTokenResponse
- func (v NullableOrganizationTokenResponse) IsSet() bool
- func (v NullableOrganizationTokenResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationTokenResponse) Set(val *OrganizationTokenResponse)
- func (v *NullableOrganizationTokenResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationTokenResponse) Unset()
- type NullableOrphanService
- func (v NullableOrphanService) Get() *OrphanService
- func (v NullableOrphanService) IsSet() bool
- func (v NullableOrphanService) MarshalJSON() ([]byte, error)
- func (v *NullableOrphanService) Set(val *OrphanService)
- func (v *NullableOrphanService) UnmarshalJSON(src []byte) error
- func (v *NullableOrphanService) Unset()
- type NullableOrphanServiceResponse
- func (v NullableOrphanServiceResponse) Get() *OrphanServiceResponse
- func (v NullableOrphanServiceResponse) IsSet() bool
- func (v NullableOrphanServiceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrphanServiceResponse) Set(val *OrphanServiceResponse)
- func (v *NullableOrphanServiceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrphanServiceResponse) Unset()
- type NullablePair
- type NullablePendingAuthorization
- func (v NullablePendingAuthorization) Get() *PendingAuthorization
- func (v NullablePendingAuthorization) IsSet() bool
- func (v NullablePendingAuthorization) MarshalJSON() ([]byte, error)
- func (v *NullablePendingAuthorization) Set(val *PendingAuthorization)
- func (v *NullablePendingAuthorization) UnmarshalJSON(src []byte) error
- func (v *NullablePendingAuthorization) Unset()
- type NullableRemoveApiServerPrivilegesRequest
- func (v NullableRemoveApiServerPrivilegesRequest) Get() *RemoveApiServerPrivilegesRequest
- func (v NullableRemoveApiServerPrivilegesRequest) IsSet() bool
- func (v NullableRemoveApiServerPrivilegesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRemoveApiServerPrivilegesRequest) Set(val *RemoveApiServerPrivilegesRequest)
- func (v *NullableRemoveApiServerPrivilegesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRemoveApiServerPrivilegesRequest) Unset()
- type NullableRemoveClientPrivilegesRequest
- func (v NullableRemoveClientPrivilegesRequest) Get() *RemoveClientPrivilegesRequest
- func (v NullableRemoveClientPrivilegesRequest) IsSet() bool
- func (v NullableRemoveClientPrivilegesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRemoveClientPrivilegesRequest) Set(val *RemoveClientPrivilegesRequest)
- func (v *NullableRemoveClientPrivilegesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRemoveClientPrivilegesRequest) Unset()
- type NullableRemoveOrganizationPrivilegesRequest
- func (v NullableRemoveOrganizationPrivilegesRequest) Get() *RemoveOrganizationPrivilegesRequest
- func (v NullableRemoveOrganizationPrivilegesRequest) IsSet() bool
- func (v NullableRemoveOrganizationPrivilegesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRemoveOrganizationPrivilegesRequest) Set(val *RemoveOrganizationPrivilegesRequest)
- func (v *NullableRemoveOrganizationPrivilegesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRemoveOrganizationPrivilegesRequest) Unset()
- type NullableRemoveOrphanRequest
- func (v NullableRemoveOrphanRequest) Get() *RemoveOrphanRequest
- func (v NullableRemoveOrphanRequest) IsSet() bool
- func (v NullableRemoveOrphanRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRemoveOrphanRequest) Set(val *RemoveOrphanRequest)
- func (v *NullableRemoveOrphanRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRemoveOrphanRequest) Unset()
- type NullableRemoveServicePrivilegesRequest
- func (v NullableRemoveServicePrivilegesRequest) Get() *RemoveServicePrivilegesRequest
- func (v NullableRemoveServicePrivilegesRequest) IsSet() bool
- func (v NullableRemoveServicePrivilegesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRemoveServicePrivilegesRequest) Set(val *RemoveServicePrivilegesRequest)
- func (v *NullableRemoveServicePrivilegesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRemoveServicePrivilegesRequest) Unset()
- type NullableRenameOrganizationTokenRequest
- func (v NullableRenameOrganizationTokenRequest) Get() *RenameOrganizationTokenRequest
- func (v NullableRenameOrganizationTokenRequest) IsSet() bool
- func (v NullableRenameOrganizationTokenRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRenameOrganizationTokenRequest) Set(val *RenameOrganizationTokenRequest)
- func (v *NullableRenameOrganizationTokenRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRenameOrganizationTokenRequest) Unset()
- type NullableRenameServiceTokenRequest
- func (v NullableRenameServiceTokenRequest) Get() *RenameServiceTokenRequest
- func (v NullableRenameServiceTokenRequest) IsSet() bool
- func (v NullableRenameServiceTokenRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRenameServiceTokenRequest) Set(val *RenameServiceTokenRequest)
- func (v *NullableRenameServiceTokenRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRenameServiceTokenRequest) Unset()
- type NullableRotateOrganizationTokenRequest
- func (v NullableRotateOrganizationTokenRequest) Get() *RotateOrganizationTokenRequest
- func (v NullableRotateOrganizationTokenRequest) IsSet() bool
- func (v NullableRotateOrganizationTokenRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRotateOrganizationTokenRequest) Set(val *RotateOrganizationTokenRequest)
- func (v *NullableRotateOrganizationTokenRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRotateOrganizationTokenRequest) Unset()
- type NullableRotateServiceTokenRequest
- func (v NullableRotateServiceTokenRequest) Get() *RotateServiceTokenRequest
- func (v NullableRotateServiceTokenRequest) IsSet() bool
- func (v NullableRotateServiceTokenRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRotateServiceTokenRequest) Set(val *RotateServiceTokenRequest)
- func (v *NullableRotateServiceTokenRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRotateServiceTokenRequest) Unset()
- type NullableScope
- type NullableService
- type NullableServiceAccess
- func (v NullableServiceAccess) Get() *ServiceAccess
- func (v NullableServiceAccess) IsSet() bool
- func (v NullableServiceAccess) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccess) Set(val *ServiceAccess)
- func (v *NullableServiceAccess) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccess) Unset()
- type NullableServiceAccessResponse
- func (v NullableServiceAccessResponse) Get() *ServiceAccessResponse
- func (v NullableServiceAccessResponse) IsSet() bool
- func (v NullableServiceAccessResponse) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccessResponse) Set(val *ServiceAccessResponse)
- func (v *NullableServiceAccessResponse) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccessResponse) Unset()
- type NullableServiceInstance
- func (v NullableServiceInstance) Get() *ServiceInstance
- func (v NullableServiceInstance) IsSet() bool
- func (v NullableServiceInstance) MarshalJSON() ([]byte, error)
- func (v *NullableServiceInstance) Set(val *ServiceInstance)
- func (v *NullableServiceInstance) UnmarshalJSON(src []byte) error
- func (v *NullableServiceInstance) Unset()
- type NullableServiceInstanceManagementResponse
- func (v NullableServiceInstanceManagementResponse) Get() *ServiceInstanceManagementResponse
- func (v NullableServiceInstanceManagementResponse) IsSet() bool
- func (v NullableServiceInstanceManagementResponse) MarshalJSON() ([]byte, error)
- func (v *NullableServiceInstanceManagementResponse) Set(val *ServiceInstanceManagementResponse)
- func (v *NullableServiceInstanceManagementResponse) UnmarshalJSON(src []byte) error
- func (v *NullableServiceInstanceManagementResponse) Unset()
- type NullableServiceInstanceMembershipResponse
- func (v NullableServiceInstanceMembershipResponse) Get() *ServiceInstanceMembershipResponse
- func (v NullableServiceInstanceMembershipResponse) IsSet() bool
- func (v NullableServiceInstanceMembershipResponse) MarshalJSON() ([]byte, error)
- func (v *NullableServiceInstanceMembershipResponse) Set(val *ServiceInstanceMembershipResponse)
- func (v *NullableServiceInstanceMembershipResponse) UnmarshalJSON(src []byte) error
- func (v *NullableServiceInstanceMembershipResponse) Unset()
- type NullableServiceTokenResponse
- func (v NullableServiceTokenResponse) Get() *ServiceTokenResponse
- func (v NullableServiceTokenResponse) IsSet() bool
- func (v NullableServiceTokenResponse) MarshalJSON() ([]byte, error)
- func (v *NullableServiceTokenResponse) Set(val *ServiceTokenResponse)
- func (v *NullableServiceTokenResponse) UnmarshalJSON(src []byte) error
- func (v *NullableServiceTokenResponse) Unset()
- type NullableSnsCredentials
- func (v NullableSnsCredentials) Get() *SnsCredentials
- func (v NullableSnsCredentials) IsSet() bool
- func (v NullableSnsCredentials) MarshalJSON() ([]byte, error)
- func (v *NullableSnsCredentials) Set(val *SnsCredentials)
- func (v *NullableSnsCredentials) UnmarshalJSON(src []byte) error
- func (v *NullableSnsCredentials) Unset()
- type NullableString
- type NullableStringArray
- func (v NullableStringArray) Get() *StringArray
- func (v NullableStringArray) IsSet() bool
- func (v NullableStringArray) MarshalJSON() ([]byte, error)
- func (v *NullableStringArray) Set(val *StringArray)
- func (v *NullableStringArray) UnmarshalJSON(src []byte) error
- func (v *NullableStringArray) Unset()
- type NullableTaggedValue
- func (v NullableTaggedValue) Get() *TaggedValue
- func (v NullableTaggedValue) IsSet() bool
- func (v NullableTaggedValue) MarshalJSON() ([]byte, error)
- func (v *NullableTaggedValue) Set(val *TaggedValue)
- func (v *NullableTaggedValue) UnmarshalJSON(src []byte) error
- func (v *NullableTaggedValue) Unset()
- type NullableTime
- type NullableTrustAnchor
- func (v NullableTrustAnchor) Get() *TrustAnchor
- func (v NullableTrustAnchor) IsSet() bool
- func (v NullableTrustAnchor) MarshalJSON() ([]byte, error)
- func (v *NullableTrustAnchor) Set(val *TrustAnchor)
- func (v *NullableTrustAnchor) UnmarshalJSON(src []byte) error
- func (v *NullableTrustAnchor) Unset()
- type NullableUpdateApiServerPrivilegesRequest
- func (v NullableUpdateApiServerPrivilegesRequest) Get() *UpdateApiServerPrivilegesRequest
- func (v NullableUpdateApiServerPrivilegesRequest) IsSet() bool
- func (v NullableUpdateApiServerPrivilegesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateApiServerPrivilegesRequest) Set(val *UpdateApiServerPrivilegesRequest)
- func (v *NullableUpdateApiServerPrivilegesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateApiServerPrivilegesRequest) Unset()
- type NullableUpdateApiServerRequest
- func (v NullableUpdateApiServerRequest) Get() *UpdateApiServerRequest
- func (v NullableUpdateApiServerRequest) IsSet() bool
- func (v NullableUpdateApiServerRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateApiServerRequest) Set(val *UpdateApiServerRequest)
- func (v *NullableUpdateApiServerRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateApiServerRequest) Unset()
- type NullableUpdateClientPrivilegesRequest
- func (v NullableUpdateClientPrivilegesRequest) Get() *UpdateClientPrivilegesRequest
- func (v NullableUpdateClientPrivilegesRequest) IsSet() bool
- func (v NullableUpdateClientPrivilegesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateClientPrivilegesRequest) Set(val *UpdateClientPrivilegesRequest)
- func (v *NullableUpdateClientPrivilegesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateClientPrivilegesRequest) Unset()
- type NullableUpdateOrganizationPrivilegesRequest
- func (v NullableUpdateOrganizationPrivilegesRequest) Get() *UpdateOrganizationPrivilegesRequest
- func (v NullableUpdateOrganizationPrivilegesRequest) IsSet() bool
- func (v NullableUpdateOrganizationPrivilegesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateOrganizationPrivilegesRequest) Set(val *UpdateOrganizationPrivilegesRequest)
- func (v *NullableUpdateOrganizationPrivilegesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateOrganizationPrivilegesRequest) Unset()
- type NullableUpdateOrganizationRequest
- func (v NullableUpdateOrganizationRequest) Get() *UpdateOrganizationRequest
- func (v NullableUpdateOrganizationRequest) IsSet() bool
- func (v NullableUpdateOrganizationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateOrganizationRequest) Set(val *UpdateOrganizationRequest)
- func (v *NullableUpdateOrganizationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateOrganizationRequest) Unset()
- type NullableUpdateServicePrivilegesRequest
- func (v NullableUpdateServicePrivilegesRequest) Get() *UpdateServicePrivilegesRequest
- func (v NullableUpdateServicePrivilegesRequest) IsSet() bool
- func (v NullableUpdateServicePrivilegesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateServicePrivilegesRequest) Set(val *UpdateServicePrivilegesRequest)
- func (v *NullableUpdateServicePrivilegesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateServicePrivilegesRequest) Unset()
- type NullableUpdateUserRequest
- func (v NullableUpdateUserRequest) Get() *UpdateUserRequest
- func (v NullableUpdateUserRequest) IsSet() bool
- func (v NullableUpdateUserRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateUserRequest) Set(val *UpdateUserRequest)
- func (v *NullableUpdateUserRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateUserRequest) Unset()
- type NullableUserServiceMembershipResponse
- func (v NullableUserServiceMembershipResponse) Get() *UserServiceMembershipResponse
- func (v NullableUserServiceMembershipResponse) IsSet() bool
- func (v NullableUserServiceMembershipResponse) MarshalJSON() ([]byte, error)
- func (v *NullableUserServiceMembershipResponse) Set(val *UserServiceMembershipResponse)
- func (v *NullableUserServiceMembershipResponse) UnmarshalJSON(src []byte) error
- func (v *NullableUserServiceMembershipResponse) Unset()
- type NullableWebAuthnChallengeRequest
- func (v NullableWebAuthnChallengeRequest) Get() *WebAuthnChallengeRequest
- func (v NullableWebAuthnChallengeRequest) IsSet() bool
- func (v NullableWebAuthnChallengeRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWebAuthnChallengeRequest) Set(val *WebAuthnChallengeRequest)
- func (v *NullableWebAuthnChallengeRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWebAuthnChallengeRequest) Unset()
- type NullableWebAuthnChallengeResponse
- func (v NullableWebAuthnChallengeResponse) Get() *WebAuthnChallengeResponse
- func (v NullableWebAuthnChallengeResponse) IsSet() bool
- func (v NullableWebAuthnChallengeResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWebAuthnChallengeResponse) Set(val *WebAuthnChallengeResponse)
- func (v *NullableWebAuthnChallengeResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWebAuthnChallengeResponse) Unset()
- type Organization
- func (o *Organization) GetId() int64
- func (o *Organization) GetIdOk() (*int64, bool)
- func (o *Organization) GetMembers() []OrganizationAccess
- func (o *Organization) GetMembersOk() ([]OrganizationAccess, bool)
- func (o *Organization) GetName() string
- func (o *Organization) GetNameOk() (*string, bool)
- func (o *Organization) GetPlan() string
- func (o *Organization) GetPlanOk() (*string, bool)
- func (o *Organization) GetServiceListing() []ServiceInstance
- func (o *Organization) GetServiceListingOk() ([]ServiceInstance, bool)
- func (o *Organization) GetXid() int64
- func (o *Organization) GetXidOk() (*int64, bool)
- func (o *Organization) HasId() bool
- func (o *Organization) HasMembers() bool
- func (o *Organization) HasName() bool
- func (o *Organization) HasPlan() bool
- func (o *Organization) HasServiceListing() bool
- func (o *Organization) HasXid() bool
- func (o Organization) MarshalJSON() ([]byte, error)
- func (o *Organization) SetId(v int64)
- func (o *Organization) SetMembers(v []OrganizationAccess)
- func (o *Organization) SetName(v string)
- func (o *Organization) SetPlan(v string)
- func (o *Organization) SetServiceListing(v []ServiceInstance)
- func (o *Organization) SetXid(v int64)
- func (o Organization) ToMap() (map[string]interface{}, error)
- type OrganizationAccess
- func (o *OrganizationAccess) GetAllApiServerPrivileges() []string
- func (o *OrganizationAccess) GetAllApiServerPrivilegesOk() ([]string, bool)
- func (o *OrganizationAccess) GetAllClientPrivileges() []string
- func (o *OrganizationAccess) GetAllClientPrivilegesOk() ([]string, bool)
- func (o *OrganizationAccess) GetAllServicePrivileges() []string
- func (o *OrganizationAccess) GetAllServicePrivilegesOk() ([]string, bool)
- func (o *OrganizationAccess) GetApiServerAccess() []ApiServerAccess
- func (o *OrganizationAccess) GetApiServerAccessOk() ([]ApiServerAccess, bool)
- func (o *OrganizationAccess) GetId() int64
- func (o *OrganizationAccess) GetIdOk() (*int64, bool)
- func (o *OrganizationAccess) GetOrganizationId() int64
- func (o *OrganizationAccess) GetOrganizationIdOk() (*int64, bool)
- func (o *OrganizationAccess) GetPrivileges() []string
- func (o *OrganizationAccess) GetPrivilegesOk() ([]string, bool)
- func (o *OrganizationAccess) GetUserId() int64
- func (o *OrganizationAccess) GetUserIdOk() (*int64, bool)
- func (o *OrganizationAccess) HasAllApiServerPrivileges() bool
- func (o *OrganizationAccess) HasAllClientPrivileges() bool
- func (o *OrganizationAccess) HasAllServicePrivileges() bool
- func (o *OrganizationAccess) HasApiServerAccess() bool
- func (o *OrganizationAccess) HasId() bool
- func (o *OrganizationAccess) HasOrganizationId() bool
- func (o *OrganizationAccess) HasPrivileges() bool
- func (o *OrganizationAccess) HasUserId() bool
- func (o OrganizationAccess) MarshalJSON() ([]byte, error)
- func (o *OrganizationAccess) SetAllApiServerPrivileges(v []string)
- func (o *OrganizationAccess) SetAllClientPrivileges(v []string)
- func (o *OrganizationAccess) SetAllServicePrivileges(v []string)
- func (o *OrganizationAccess) SetApiServerAccess(v []ApiServerAccess)
- func (o *OrganizationAccess) SetId(v int64)
- func (o *OrganizationAccess) SetOrganizationId(v int64)
- func (o *OrganizationAccess) SetPrivileges(v []string)
- func (o *OrganizationAccess) SetUserId(v int64)
- func (o OrganizationAccess) ToMap() (map[string]interface{}, error)
- type OrganizationAccessResponse
- func (o *OrganizationAccessResponse) GetAllApiServerPrivileges() []string
- func (o *OrganizationAccessResponse) GetAllApiServerPrivilegesOk() ([]string, bool)
- func (o *OrganizationAccessResponse) GetAllClientPrivileges() []string
- func (o *OrganizationAccessResponse) GetAllClientPrivilegesOk() ([]string, bool)
- func (o *OrganizationAccessResponse) GetAllServicePrivileges() []string
- func (o *OrganizationAccessResponse) GetAllServicePrivilegesOk() ([]string, bool)
- func (o *OrganizationAccessResponse) GetApiServerAccess() []ApiServerAccessResponse
- func (o *OrganizationAccessResponse) GetApiServerAccessOk() ([]ApiServerAccessResponse, bool)
- func (o *OrganizationAccessResponse) GetOrganizationId() int64
- func (o *OrganizationAccessResponse) GetOrganizationIdOk() (*int64, bool)
- func (o *OrganizationAccessResponse) GetPrivileges() []string
- func (o *OrganizationAccessResponse) GetPrivilegesOk() ([]string, bool)
- func (o *OrganizationAccessResponse) GetUser() LogInResponse
- func (o *OrganizationAccessResponse) GetUserId() int64
- func (o *OrganizationAccessResponse) GetUserIdOk() (*int64, bool)
- func (o *OrganizationAccessResponse) GetUserOk() (*LogInResponse, bool)
- func (o *OrganizationAccessResponse) HasAllApiServerPrivileges() bool
- func (o *OrganizationAccessResponse) HasAllClientPrivileges() bool
- func (o *OrganizationAccessResponse) HasAllServicePrivileges() bool
- func (o *OrganizationAccessResponse) HasApiServerAccess() bool
- func (o *OrganizationAccessResponse) HasOrganizationId() bool
- func (o *OrganizationAccessResponse) HasPrivileges() bool
- func (o *OrganizationAccessResponse) HasUser() bool
- func (o *OrganizationAccessResponse) HasUserId() bool
- func (o OrganizationAccessResponse) MarshalJSON() ([]byte, error)
- func (o *OrganizationAccessResponse) SetAllApiServerPrivileges(v []string)
- func (o *OrganizationAccessResponse) SetAllClientPrivileges(v []string)
- func (o *OrganizationAccessResponse) SetAllServicePrivileges(v []string)
- func (o *OrganizationAccessResponse) SetApiServerAccess(v []ApiServerAccessResponse)
- func (o *OrganizationAccessResponse) SetOrganizationId(v int64)
- func (o *OrganizationAccessResponse) SetPrivileges(v []string)
- func (o *OrganizationAccessResponse) SetUser(v LogInResponse)
- func (o *OrganizationAccessResponse) SetUserId(v int64)
- func (o OrganizationAccessResponse) ToMap() (map[string]interface{}, error)
- type OrganizationApiAPI
- type OrganizationApiAPIService
- func (a *OrganizationApiAPIService) CreateOrganization(ctx context.Context) ApiCreateOrganizationRequest
- func (a *OrganizationApiAPIService) CreateOrganizationExecute(r ApiCreateOrganizationRequest) (*OrganizationResponse, *http.Response, error)
- func (a *OrganizationApiAPIService) DeleteOrganization(ctx context.Context, id int64) ApiDeleteOrganizationRequest
- func (a *OrganizationApiAPIService) DeleteOrganizationExecute(r ApiDeleteOrganizationRequest) (*http.Response, error)
- func (a *OrganizationApiAPIService) GetAll(ctx context.Context) ApiGetAllRequest
- func (a *OrganizationApiAPIService) GetAllExecute(r ApiGetAllRequest) ([]OrganizationResponse, *http.Response, error)
- func (a *OrganizationApiAPIService) GetOrganization(ctx context.Context, id int64) ApiGetOrganizationRequest
- func (a *OrganizationApiAPIService) GetOrganizationExecute(r ApiGetOrganizationRequest) (*OrganizationResponse, *http.Response, error)
- func (a *OrganizationApiAPIService) UpdateOrganization(ctx context.Context, id int64) ApiUpdateOrganizationRequest
- func (a *OrganizationApiAPIService) UpdateOrganizationExecute(r ApiUpdateOrganizationRequest) (*OrganizationResponse, *http.Response, error)
- type OrganizationMembershipResponse
- func (o *OrganizationMembershipResponse) GetApiServers() []ApiServerMembershipResponse
- func (o *OrganizationMembershipResponse) GetApiServersOk() ([]ApiServerMembershipResponse, bool)
- func (o *OrganizationMembershipResponse) GetName() string
- func (o *OrganizationMembershipResponse) GetNameOk() (*string, bool)
- func (o *OrganizationMembershipResponse) GetOrganizationId() int64
- func (o *OrganizationMembershipResponse) GetOrganizationIdOk() (*int64, bool)
- func (o *OrganizationMembershipResponse) GetPlan() string
- func (o *OrganizationMembershipResponse) GetPlanOk() (*string, bool)
- func (o *OrganizationMembershipResponse) GetPrivileges() []string
- func (o *OrganizationMembershipResponse) GetPrivilegesOk() ([]string, bool)
- func (o *OrganizationMembershipResponse) HasApiServers() bool
- func (o *OrganizationMembershipResponse) HasName() bool
- func (o *OrganizationMembershipResponse) HasOrganizationId() bool
- func (o *OrganizationMembershipResponse) HasPlan() bool
- func (o *OrganizationMembershipResponse) HasPrivileges() bool
- func (o OrganizationMembershipResponse) MarshalJSON() ([]byte, error)
- func (o *OrganizationMembershipResponse) SetApiServers(v []ApiServerMembershipResponse)
- func (o *OrganizationMembershipResponse) SetName(v string)
- func (o *OrganizationMembershipResponse) SetOrganizationId(v int64)
- func (o *OrganizationMembershipResponse) SetPlan(v string)
- func (o *OrganizationMembershipResponse) SetPrivileges(v []string)
- func (o OrganizationMembershipResponse) ToMap() (map[string]interface{}, error)
- type OrganizationResponse
- func (o *OrganizationResponse) GetId() int64
- func (o *OrganizationResponse) GetIdOk() (*int64, bool)
- func (o *OrganizationResponse) GetMembers() []OrganizationAccessResponse
- func (o *OrganizationResponse) GetMembersOk() ([]OrganizationAccessResponse, bool)
- func (o *OrganizationResponse) GetName() string
- func (o *OrganizationResponse) GetNameOk() (*string, bool)
- func (o *OrganizationResponse) GetPlan() string
- func (o *OrganizationResponse) GetPlanOk() (*string, bool)
- func (o *OrganizationResponse) HasId() bool
- func (o *OrganizationResponse) HasMembers() bool
- func (o *OrganizationResponse) HasName() bool
- func (o *OrganizationResponse) HasPlan() bool
- func (o OrganizationResponse) MarshalJSON() ([]byte, error)
- func (o *OrganizationResponse) SetId(v int64)
- func (o *OrganizationResponse) SetMembers(v []OrganizationAccessResponse)
- func (o *OrganizationResponse) SetName(v string)
- func (o *OrganizationResponse) SetPlan(v string)
- func (o OrganizationResponse) ToMap() (map[string]interface{}, error)
- type OrganizationTokenApiAPI
- type OrganizationTokenApiAPIService
- func (a *OrganizationTokenApiAPIService) CreateTokenForOrganization(ctx context.Context) ApiCreateTokenForOrganizationRequest
- func (a *OrganizationTokenApiAPIService) CreateTokenForOrganizationExecute(r ApiCreateTokenForOrganizationRequest) (*OrganizationTokenResponse, *http.Response, error)
- func (a *OrganizationTokenApiAPIService) DeleteOrganizationToken(ctx context.Context) ApiDeleteOrganizationTokenRequest
- func (a *OrganizationTokenApiAPIService) DeleteOrganizationTokenExecute(r ApiDeleteOrganizationTokenRequest) (*http.Response, error)
- func (a *OrganizationTokenApiAPIService) GetTokensForService1(ctx context.Context) ApiGetTokensForService1Request
- func (a *OrganizationTokenApiAPIService) GetTokensForService1Execute(r ApiGetTokensForService1Request) ([]OrganizationTokenResponse, *http.Response, error)
- func (a *OrganizationTokenApiAPIService) RenameTokenForService(ctx context.Context) ApiRenameTokenForServiceRequest
- func (a *OrganizationTokenApiAPIService) RenameTokenForServiceExecute(r ApiRenameTokenForServiceRequest) (*OrganizationTokenResponse, *http.Response, error)
- func (a *OrganizationTokenApiAPIService) RotateTokenForOrganization(ctx context.Context) ApiRotateTokenForOrganizationRequest
- func (a *OrganizationTokenApiAPIService) RotateTokenForOrganizationExecute(r ApiRotateTokenForOrganizationRequest) (*OrganizationTokenResponse, *http.Response, error)
- type OrganizationTokenResponse
- func (o *OrganizationTokenResponse) GetAccessToken() string
- func (o *OrganizationTokenResponse) GetAccessTokenOk() (*string, bool)
- func (o *OrganizationTokenResponse) GetDescription() string
- func (o *OrganizationTokenResponse) GetDescriptionOk() (*string, bool)
- func (o *OrganizationTokenResponse) GetOrganizationId() int64
- func (o *OrganizationTokenResponse) GetOrganizationIdOk() (*int64, bool)
- func (o *OrganizationTokenResponse) GetTokenId() string
- func (o *OrganizationTokenResponse) GetTokenIdOk() (*string, bool)
- func (o *OrganizationTokenResponse) HasAccessToken() bool
- func (o *OrganizationTokenResponse) HasDescription() bool
- func (o *OrganizationTokenResponse) HasOrganizationId() bool
- func (o *OrganizationTokenResponse) HasTokenId() bool
- func (o OrganizationTokenResponse) MarshalJSON() ([]byte, error)
- func (o *OrganizationTokenResponse) SetAccessToken(v string)
- func (o *OrganizationTokenResponse) SetDescription(v string)
- func (o *OrganizationTokenResponse) SetOrganizationId(v int64)
- func (o *OrganizationTokenResponse) SetTokenId(v string)
- func (o OrganizationTokenResponse) ToMap() (map[string]interface{}, error)
- type OrphanService
- func (o *OrphanService) GetApiServerId() int64
- func (o *OrphanService) GetApiServerIdOk() (*int64, bool)
- func (o *OrphanService) GetServiceId() int64
- func (o *OrphanService) GetServiceIdOk() (*int64, bool)
- func (o *OrphanService) HasApiServerId() bool
- func (o *OrphanService) HasServiceId() bool
- func (o OrphanService) MarshalJSON() ([]byte, error)
- func (o *OrphanService) SetApiServerId(v int64)
- func (o *OrphanService) SetServiceId(v int64)
- func (o OrphanService) ToMap() (map[string]interface{}, error)
- type OrphanServiceResponse
- func (o *OrphanServiceResponse) GetOnApiButNotOnIdp() []OrphanService
- func (o *OrphanServiceResponse) GetOnApiButNotOnIdpOk() ([]OrphanService, bool)
- func (o *OrphanServiceResponse) GetOnIdPButNotOnApi() []OrphanService
- func (o *OrphanServiceResponse) GetOnIdPButNotOnApiOk() ([]OrphanService, bool)
- func (o *OrphanServiceResponse) HasOnApiButNotOnIdp() bool
- func (o *OrphanServiceResponse) HasOnIdPButNotOnApi() bool
- func (o OrphanServiceResponse) MarshalJSON() ([]byte, error)
- func (o *OrphanServiceResponse) SetOnApiButNotOnIdp(v []OrphanService)
- func (o *OrphanServiceResponse) SetOnIdPButNotOnApi(v []OrphanService)
- func (o OrphanServiceResponse) ToMap() (map[string]interface{}, error)
- type Pair
- func (o *Pair) GetKey() string
- func (o *Pair) GetKeyOk() (*string, bool)
- func (o *Pair) GetValue() string
- func (o *Pair) GetValueOk() (*string, bool)
- func (o *Pair) HasKey() bool
- func (o *Pair) HasValue() bool
- func (o Pair) MarshalJSON() ([]byte, error)
- func (o *Pair) SetKey(v string)
- func (o *Pair) SetValue(v string)
- func (o Pair) ToMap() (map[string]interface{}, error)
- type PendingAuthorization
- func (o *PendingAuthorization) GetAudience() string
- func (o *PendingAuthorization) GetAudienceOk() (*string, bool)
- func (o *PendingAuthorization) GetAuthorizationResponse() AuthorizationResponse
- func (o *PendingAuthorization) GetAuthorizationResponseOk() (*AuthorizationResponse, bool)
- func (o *PendingAuthorization) GetResource() string
- func (o *PendingAuthorization) GetResourceOk() (*string, bool)
- func (o *PendingAuthorization) HasAudience() bool
- func (o *PendingAuthorization) HasAuthorizationResponse() bool
- func (o *PendingAuthorization) HasResource() bool
- func (o PendingAuthorization) MarshalJSON() ([]byte, error)
- func (o *PendingAuthorization) SetAudience(v string)
- func (o *PendingAuthorization) SetAuthorizationResponse(v AuthorizationResponse)
- func (o *PendingAuthorization) SetResource(v string)
- func (o PendingAuthorization) ToMap() (map[string]interface{}, error)
- type RemoveApiServerPrivilegesRequest
- func (o *RemoveApiServerPrivilegesRequest) GetApiServerId() int64
- func (o *RemoveApiServerPrivilegesRequest) GetApiServerIdOk() (*int64, bool)
- func (o *RemoveApiServerPrivilegesRequest) GetOrganizationId() int64
- func (o *RemoveApiServerPrivilegesRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *RemoveApiServerPrivilegesRequest) GetUserId() int64
- func (o *RemoveApiServerPrivilegesRequest) GetUserIdOk() (*int64, bool)
- func (o *RemoveApiServerPrivilegesRequest) HasApiServerId() bool
- func (o *RemoveApiServerPrivilegesRequest) HasOrganizationId() bool
- func (o *RemoveApiServerPrivilegesRequest) HasUserId() bool
- func (o RemoveApiServerPrivilegesRequest) MarshalJSON() ([]byte, error)
- func (o *RemoveApiServerPrivilegesRequest) SetApiServerId(v int64)
- func (o *RemoveApiServerPrivilegesRequest) SetOrganizationId(v int64)
- func (o *RemoveApiServerPrivilegesRequest) SetUserId(v int64)
- func (o RemoveApiServerPrivilegesRequest) ToMap() (map[string]interface{}, error)
- type RemoveClientPrivilegesRequest
- func (o *RemoveClientPrivilegesRequest) GetApiServerId() int64
- func (o *RemoveClientPrivilegesRequest) GetApiServerIdOk() (*int64, bool)
- func (o *RemoveClientPrivilegesRequest) GetClientId() int64
- func (o *RemoveClientPrivilegesRequest) GetClientIdOk() (*int64, bool)
- func (o *RemoveClientPrivilegesRequest) GetOrganizationId() int64
- func (o *RemoveClientPrivilegesRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *RemoveClientPrivilegesRequest) GetServiceId() int64
- func (o *RemoveClientPrivilegesRequest) GetServiceIdOk() (*int64, bool)
- func (o *RemoveClientPrivilegesRequest) GetUserId() int64
- func (o *RemoveClientPrivilegesRequest) GetUserIdOk() (*int64, bool)
- func (o RemoveClientPrivilegesRequest) MarshalJSON() ([]byte, error)
- func (o *RemoveClientPrivilegesRequest) SetApiServerId(v int64)
- func (o *RemoveClientPrivilegesRequest) SetClientId(v int64)
- func (o *RemoveClientPrivilegesRequest) SetOrganizationId(v int64)
- func (o *RemoveClientPrivilegesRequest) SetServiceId(v int64)
- func (o *RemoveClientPrivilegesRequest) SetUserId(v int64)
- func (o RemoveClientPrivilegesRequest) ToMap() (map[string]interface{}, error)
- func (o *RemoveClientPrivilegesRequest) UnmarshalJSON(data []byte) (err error)
- type RemoveOrganizationPrivilegesRequest
- func (o *RemoveOrganizationPrivilegesRequest) GetOrganizationId() int64
- func (o *RemoveOrganizationPrivilegesRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *RemoveOrganizationPrivilegesRequest) GetUserId() int64
- func (o *RemoveOrganizationPrivilegesRequest) GetUserIdOk() (*int64, bool)
- func (o RemoveOrganizationPrivilegesRequest) MarshalJSON() ([]byte, error)
- func (o *RemoveOrganizationPrivilegesRequest) SetOrganizationId(v int64)
- func (o *RemoveOrganizationPrivilegesRequest) SetUserId(v int64)
- func (o RemoveOrganizationPrivilegesRequest) ToMap() (map[string]interface{}, error)
- func (o *RemoveOrganizationPrivilegesRequest) UnmarshalJSON(data []byte) (err error)
- type RemoveOrphanRequest
- func (o *RemoveOrphanRequest) GetApiServerId() int64
- func (o *RemoveOrphanRequest) GetApiServerIdOk() (*int64, bool)
- func (o *RemoveOrphanRequest) GetServiceId() int64
- func (o *RemoveOrphanRequest) GetServiceIdOk() (*int64, bool)
- func (o RemoveOrphanRequest) MarshalJSON() ([]byte, error)
- func (o *RemoveOrphanRequest) SetApiServerId(v int64)
- func (o *RemoveOrphanRequest) SetServiceId(v int64)
- func (o RemoveOrphanRequest) ToMap() (map[string]interface{}, error)
- func (o *RemoveOrphanRequest) UnmarshalJSON(data []byte) (err error)
- type RemoveServicePrivilegesRequest
- func (o *RemoveServicePrivilegesRequest) GetApiServerId() int64
- func (o *RemoveServicePrivilegesRequest) GetApiServerIdOk() (*int64, bool)
- func (o *RemoveServicePrivilegesRequest) GetOrganizationId() int64
- func (o *RemoveServicePrivilegesRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *RemoveServicePrivilegesRequest) GetServiceId() int64
- func (o *RemoveServicePrivilegesRequest) GetServiceIdOk() (*int64, bool)
- func (o *RemoveServicePrivilegesRequest) GetUserId() int64
- func (o *RemoveServicePrivilegesRequest) GetUserIdOk() (*int64, bool)
- func (o RemoveServicePrivilegesRequest) MarshalJSON() ([]byte, error)
- func (o *RemoveServicePrivilegesRequest) SetApiServerId(v int64)
- func (o *RemoveServicePrivilegesRequest) SetOrganizationId(v int64)
- func (o *RemoveServicePrivilegesRequest) SetServiceId(v int64)
- func (o *RemoveServicePrivilegesRequest) SetUserId(v int64)
- func (o RemoveServicePrivilegesRequest) ToMap() (map[string]interface{}, error)
- func (o *RemoveServicePrivilegesRequest) UnmarshalJSON(data []byte) (err error)
- type RenameOrganizationTokenRequest
- func (o *RenameOrganizationTokenRequest) GetDescription() string
- func (o *RenameOrganizationTokenRequest) GetDescriptionOk() (*string, bool)
- func (o *RenameOrganizationTokenRequest) GetOrganizationId() int64
- func (o *RenameOrganizationTokenRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *RenameOrganizationTokenRequest) GetTokenId() string
- func (o *RenameOrganizationTokenRequest) GetTokenIdOk() (*string, bool)
- func (o RenameOrganizationTokenRequest) MarshalJSON() ([]byte, error)
- func (o *RenameOrganizationTokenRequest) SetDescription(v string)
- func (o *RenameOrganizationTokenRequest) SetOrganizationId(v int64)
- func (o *RenameOrganizationTokenRequest) SetTokenId(v string)
- func (o RenameOrganizationTokenRequest) ToMap() (map[string]interface{}, error)
- func (o *RenameOrganizationTokenRequest) UnmarshalJSON(data []byte) (err error)
- type RenameServiceTokenRequest
- func (o *RenameServiceTokenRequest) GetApiServerId() int64
- func (o *RenameServiceTokenRequest) GetApiServerIdOk() (*int64, bool)
- func (o *RenameServiceTokenRequest) GetDescription() string
- func (o *RenameServiceTokenRequest) GetDescriptionOk() (*string, bool)
- func (o *RenameServiceTokenRequest) GetOrganizationId() int64
- func (o *RenameServiceTokenRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *RenameServiceTokenRequest) GetServiceId() int64
- func (o *RenameServiceTokenRequest) GetServiceIdOk() (*int64, bool)
- func (o *RenameServiceTokenRequest) GetTokenId() string
- func (o *RenameServiceTokenRequest) GetTokenIdOk() (*string, bool)
- func (o RenameServiceTokenRequest) MarshalJSON() ([]byte, error)
- func (o *RenameServiceTokenRequest) SetApiServerId(v int64)
- func (o *RenameServiceTokenRequest) SetDescription(v string)
- func (o *RenameServiceTokenRequest) SetOrganizationId(v int64)
- func (o *RenameServiceTokenRequest) SetServiceId(v int64)
- func (o *RenameServiceTokenRequest) SetTokenId(v string)
- func (o RenameServiceTokenRequest) ToMap() (map[string]interface{}, error)
- func (o *RenameServiceTokenRequest) UnmarshalJSON(data []byte) (err error)
- type RotateOrganizationTokenRequest
- func (o *RotateOrganizationTokenRequest) GetOrganizationId() int64
- func (o *RotateOrganizationTokenRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *RotateOrganizationTokenRequest) GetTokenId() string
- func (o *RotateOrganizationTokenRequest) GetTokenIdOk() (*string, bool)
- func (o RotateOrganizationTokenRequest) MarshalJSON() ([]byte, error)
- func (o *RotateOrganizationTokenRequest) SetOrganizationId(v int64)
- func (o *RotateOrganizationTokenRequest) SetTokenId(v string)
- func (o RotateOrganizationTokenRequest) ToMap() (map[string]interface{}, error)
- func (o *RotateOrganizationTokenRequest) UnmarshalJSON(data []byte) (err error)
- type RotateServiceTokenRequest
- func (o *RotateServiceTokenRequest) GetApiServerId() int64
- func (o *RotateServiceTokenRequest) GetApiServerIdOk() (*int64, bool)
- func (o *RotateServiceTokenRequest) GetOrganizationId() int64
- func (o *RotateServiceTokenRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *RotateServiceTokenRequest) GetServiceId() int64
- func (o *RotateServiceTokenRequest) GetServiceIdOk() (*int64, bool)
- func (o *RotateServiceTokenRequest) GetTokenId() string
- func (o *RotateServiceTokenRequest) GetTokenIdOk() (*string, bool)
- func (o RotateServiceTokenRequest) MarshalJSON() ([]byte, error)
- func (o *RotateServiceTokenRequest) SetApiServerId(v int64)
- func (o *RotateServiceTokenRequest) SetOrganizationId(v int64)
- func (o *RotateServiceTokenRequest) SetServiceId(v int64)
- func (o *RotateServiceTokenRequest) SetTokenId(v string)
- func (o RotateServiceTokenRequest) ToMap() (map[string]interface{}, error)
- func (o *RotateServiceTokenRequest) UnmarshalJSON(data []byte) (err error)
- type Scope
- func (o *Scope) GetAttributes() []Pair
- func (o *Scope) GetAttributesOk() ([]Pair, bool)
- func (o *Scope) GetDefaultEntry() bool
- func (o *Scope) GetDefaultEntryOk() (*bool, bool)
- func (o *Scope) GetDescription() string
- func (o *Scope) GetDescriptionOk() (*string, bool)
- func (o *Scope) GetDescriptions() []TaggedValue
- func (o *Scope) GetDescriptionsOk() ([]TaggedValue, bool)
- func (o *Scope) GetName() string
- func (o *Scope) GetNameOk() (*string, bool)
- func (o *Scope) HasAttributes() bool
- func (o *Scope) HasDefaultEntry() bool
- func (o *Scope) HasDescription() bool
- func (o *Scope) HasDescriptions() bool
- func (o *Scope) HasName() bool
- func (o Scope) MarshalJSON() ([]byte, error)
- func (o *Scope) SetAttributes(v []Pair)
- func (o *Scope) SetDefaultEntry(v bool)
- func (o *Scope) SetDescription(v string)
- func (o *Scope) SetDescriptions(v []TaggedValue)
- func (o *Scope) SetName(v string)
- func (o Scope) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type Service
- func (o *Service) GetAccessTokenDuration() int64
- func (o *Service) GetAccessTokenDurationOk() (*int64, bool)
- func (o *Service) GetAccessTokenForExternalAttachmentEmbedded() bool
- func (o *Service) GetAccessTokenForExternalAttachmentEmbeddedOk() (*bool, bool)
- func (o *Service) GetAccessTokenSignAlg() string
- func (o *Service) GetAccessTokenSignAlgOk() (*string, bool)
- func (o *Service) GetAccessTokenSignatureKeyId() string
- func (o *Service) GetAccessTokenSignatureKeyIdOk() (*string, bool)
- func (o *Service) GetAccessTokenType() string
- func (o *Service) GetAccessTokenTypeOk() (*string, bool)
- func (o *Service) GetAllowableClockSkew() int32
- func (o *Service) GetAllowableClockSkewOk() (*int32, bool)
- func (o *Service) GetApiKey() int64
- func (o *Service) GetApiKeyOk() (*int64, bool)
- func (o *Service) GetApiSecret() string
- func (o *Service) GetApiSecretOk() (*string, bool)
- func (o *Service) GetAttributes() []Pair
- func (o *Service) GetAttributesOk() ([]Pair, bool)
- func (o *Service) GetAuthenticationCallbackApiKey() string
- func (o *Service) GetAuthenticationCallbackApiKeyOk() (*string, bool)
- func (o *Service) GetAuthenticationCallbackApiSecret() string
- func (o *Service) GetAuthenticationCallbackApiSecretOk() (*string, bool)
- func (o *Service) GetAuthenticationCallbackEndpoint() string
- func (o *Service) GetAuthenticationCallbackEndpointOk() (*string, bool)
- func (o *Service) GetAuthorityHints() []string
- func (o *Service) GetAuthorityHintsOk() ([]string, bool)
- func (o *Service) GetAuthorizationEndpoint() string
- func (o *Service) GetAuthorizationEndpointOk() (*string, bool)
- func (o *Service) GetAuthorizationResponseDuration() int64
- func (o *Service) GetAuthorizationResponseDurationOk() (*int64, bool)
- func (o *Service) GetAuthorizationSignatureKeyId() string
- func (o *Service) GetAuthorizationSignatureKeyIdOk() (*string, bool)
- func (o *Service) GetBackchannelAuthReqIdDuration() int32
- func (o *Service) GetBackchannelAuthReqIdDurationOk() (*int32, bool)
- func (o *Service) GetBackchannelAuthenticationEndpoint() string
- func (o *Service) GetBackchannelAuthenticationEndpointOk() (*string, bool)
- func (o *Service) GetBackchannelBindingMessageRequiredInFapi() bool
- func (o *Service) GetBackchannelBindingMessageRequiredInFapiOk() (*bool, bool)
- func (o *Service) GetBackchannelPollingInterval() int32
- func (o *Service) GetBackchannelPollingIntervalOk() (*int32, bool)
- func (o *Service) GetBackchannelUserCodeParameterSupported() bool
- func (o *Service) GetBackchannelUserCodeParameterSupportedOk() (*bool, bool)
- func (o *Service) GetClaimShortcutRestrictive() bool
- func (o *Service) GetClaimShortcutRestrictiveOk() (*bool, bool)
- func (o *Service) GetClientIdAliasEnabled() bool
- func (o *Service) GetClientIdAliasEnabledOk() (*bool, bool)
- func (o *Service) GetClientsPerDeveloper() int32
- func (o *Service) GetClientsPerDeveloperOk() (*int32, bool)
- func (o *Service) GetCnonceDuration() int64
- func (o *Service) GetCnonceDurationOk() (*int64, bool)
- func (o *Service) GetCreatedAt() int64
- func (o *Service) GetCreatedAtOk() (*int64, bool)
- func (o *Service) GetCredentialDuration() int64
- func (o *Service) GetCredentialDurationOk() (*int64, bool)
- func (o *Service) GetCredentialIssuerMetadata() CredentialIssuerMetadata
- func (o *Service) GetCredentialIssuerMetadataOk() (*CredentialIssuerMetadata, bool)
- func (o *Service) GetCredentialJwks() string
- func (o *Service) GetCredentialJwksOk() (*string, bool)
- func (o *Service) GetCredentialOfferDuration() int64
- func (o *Service) GetCredentialOfferDurationOk() (*int64, bool)
- func (o *Service) GetCredentialTransactionDuration() int64
- func (o *Service) GetCredentialTransactionDurationOk() (*int64, bool)
- func (o *Service) GetDcrDuplicateSoftwareIdBlocked() bool
- func (o *Service) GetDcrDuplicateSoftwareIdBlockedOk() (*bool, bool)
- func (o *Service) GetDcrScopeUsedAsRequestable() bool
- func (o *Service) GetDcrScopeUsedAsRequestableOk() (*bool, bool)
- func (o *Service) GetDescription() string
- func (o *Service) GetDescriptionOk() (*string, bool)
- func (o *Service) GetDeveloperAuthenticationCallbackApiKey() string
- func (o *Service) GetDeveloperAuthenticationCallbackApiKeyOk() (*string, bool)
- func (o *Service) GetDeveloperAuthenticationCallbackApiSecret() string
- func (o *Service) GetDeveloperAuthenticationCallbackApiSecretOk() (*string, bool)
- func (o *Service) GetDeveloperAuthenticationCallbackEndpoint() string
- func (o *Service) GetDeveloperAuthenticationCallbackEndpointOk() (*string, bool)
- func (o *Service) GetDeveloperSnsCredentials() []SnsCredentials
- func (o *Service) GetDeveloperSnsCredentialsOk() ([]SnsCredentials, bool)
- func (o *Service) GetDeviceAuthorizationEndpoint() string
- func (o *Service) GetDeviceAuthorizationEndpointOk() (*string, bool)
- func (o *Service) GetDeviceFlowCodeDuration() int32
- func (o *Service) GetDeviceFlowCodeDurationOk() (*int32, bool)
- func (o *Service) GetDeviceFlowPollingInterval() int32
- func (o *Service) GetDeviceFlowPollingIntervalOk() (*int32, bool)
- func (o *Service) GetDeviceVerificationUri() string
- func (o *Service) GetDeviceVerificationUriComplete() string
- func (o *Service) GetDeviceVerificationUriCompleteOk() (*string, bool)
- func (o *Service) GetDeviceVerificationUriOk() (*string, bool)
- func (o *Service) GetDirectAuthorizationEndpointEnabled() bool
- func (o *Service) GetDirectAuthorizationEndpointEnabledOk() (*bool, bool)
- func (o *Service) GetDirectIntrospectionEndpointEnabled() bool
- func (o *Service) GetDirectIntrospectionEndpointEnabledOk() (*bool, bool)
- func (o *Service) GetDirectJwksEndpointEnabled() bool
- func (o *Service) GetDirectJwksEndpointEnabledOk() (*bool, bool)
- func (o *Service) GetDirectRevocationEndpointEnabled() bool
- func (o *Service) GetDirectRevocationEndpointEnabledOk() (*bool, bool)
- func (o *Service) GetDirectTokenEndpointEnabled() bool
- func (o *Service) GetDirectTokenEndpointEnabledOk() (*bool, bool)
- func (o *Service) GetDirectUserInfoEndpointEnabled() bool
- func (o *Service) GetDirectUserInfoEndpointEnabledOk() (*bool, bool)
- func (o *Service) GetDynamicRegistrationSupported() bool
- func (o *Service) GetDynamicRegistrationSupportedOk() (*bool, bool)
- func (o *Service) GetEndSessionEndpoint() string
- func (o *Service) GetEndSessionEndpointOk() (*string, bool)
- func (o *Service) GetErrorDescriptionOmitted() bool
- func (o *Service) GetErrorDescriptionOmittedOk() (*bool, bool)
- func (o *Service) GetErrorUriOmitted() bool
- func (o *Service) GetErrorUriOmittedOk() (*bool, bool)
- func (o *Service) GetFederationConfigurationDuration() int32
- func (o *Service) GetFederationConfigurationDurationOk() (*int32, bool)
- func (o *Service) GetFederationEnabled() bool
- func (o *Service) GetFederationEnabledOk() (*bool, bool)
- func (o *Service) GetFederationJwks() string
- func (o *Service) GetFederationJwksOk() (*string, bool)
- func (o *Service) GetFederationRegistrationEndpoint() string
- func (o *Service) GetFederationRegistrationEndpointOk() (*string, bool)
- func (o *Service) GetFederationSignatureKeyId() string
- func (o *Service) GetFederationSignatureKeyIdOk() (*string, bool)
- func (o *Service) GetFrontChannelRequestObjectEncryptionRequired() bool
- func (o *Service) GetFrontChannelRequestObjectEncryptionRequiredOk() (*bool, bool)
- func (o *Service) GetGrantManagementActionRequired() bool
- func (o *Service) GetGrantManagementActionRequiredOk() (*bool, bool)
- func (o *Service) GetGrantManagementEndpoint() string
- func (o *Service) GetGrantManagementEndpointOk() (*string, bool)
- func (o *Service) GetHsks() []Hsk
- func (o *Service) GetHsksOk() ([]Hsk, bool)
- func (o *Service) GetHsmEnabled() bool
- func (o *Service) GetHsmEnabledOk() (*bool, bool)
- func (o *Service) GetIdTokenAudType() string
- func (o *Service) GetIdTokenAudTypeOk() (*string, bool)
- func (o *Service) GetIdTokenDuration() int64
- func (o *Service) GetIdTokenDurationOk() (*int64, bool)
- func (o *Service) GetIdTokenReissuable() bool
- func (o *Service) GetIdTokenReissuableOk() (*bool, bool)
- func (o *Service) GetIdTokenSignatureKeyId() string
- func (o *Service) GetIdTokenSignatureKeyIdOk() (*string, bool)
- func (o *Service) GetIntrospectionEndpoint() string
- func (o *Service) GetIntrospectionEndpointOk() (*string, bool)
- func (o *Service) GetIssSuppressed() bool
- func (o *Service) GetIssSuppressedOk() (*bool, bool)
- func (o *Service) GetIssuer() string
- func (o *Service) GetIssuerOk() (*string, bool)
- func (o *Service) GetJwks() string
- func (o *Service) GetJwksOk() (*string, bool)
- func (o *Service) GetJwksUri() string
- func (o *Service) GetJwksUriOk() (*string, bool)
- func (o *Service) GetJwtGrantByIdentifiableClientsOnly() bool
- func (o *Service) GetJwtGrantByIdentifiableClientsOnlyOk() (*bool, bool)
- func (o *Service) GetJwtGrantEncryptedJwtRejected() bool
- func (o *Service) GetJwtGrantEncryptedJwtRejectedOk() (*bool, bool)
- func (o *Service) GetJwtGrantUnsignedJwtRejected() bool
- func (o *Service) GetJwtGrantUnsignedJwtRejectedOk() (*bool, bool)
- func (o *Service) GetLoopbackRedirectionUriVariable() bool
- func (o *Service) GetLoopbackRedirectionUriVariableOk() (*bool, bool)
- func (o *Service) GetMetadata() []Pair
- func (o *Service) GetMetadataOk() ([]Pair, bool)
- func (o *Service) GetMissingClientIdAllowed() bool
- func (o *Service) GetMissingClientIdAllowedOk() (*bool, bool)
- func (o *Service) GetModifiedAt() int64
- func (o *Service) GetModifiedAtOk() (*int64, bool)
- func (o *Service) GetMtlsEndpointAliases() []NamedUri
- func (o *Service) GetMtlsEndpointAliasesOk() ([]NamedUri, bool)
- func (o *Service) GetMutualTlsValidatePkiCertChain() bool
- func (o *Service) GetMutualTlsValidatePkiCertChainOk() (*bool, bool)
- func (o *Service) GetNbfOptional() bool
- func (o *Service) GetNbfOptionalOk() (*bool, bool)
- func (o *Service) GetNumber() int32
- func (o *Service) GetNumberOk() (*int32, bool)
- func (o *Service) GetOpenidDroppedOnRefreshWithoutOfflineAccess() bool
- func (o *Service) GetOpenidDroppedOnRefreshWithoutOfflineAccessOk() (*bool, bool)
- func (o *Service) GetOrganizationName() string
- func (o *Service) GetOrganizationNameOk() (*string, bool)
- func (o *Service) GetParRequired() bool
- func (o *Service) GetParRequiredOk() (*bool, bool)
- func (o *Service) GetPkceRequired() bool
- func (o *Service) GetPkceRequiredOk() (*bool, bool)
- func (o *Service) GetPkceS256Required() bool
- func (o *Service) GetPkceS256RequiredOk() (*bool, bool)
- func (o *Service) GetPolicyUri() string
- func (o *Service) GetPolicyUriOk() (*string, bool)
- func (o *Service) GetPreAuthorizedGrantAnonymousAccessSupported() bool
- func (o *Service) GetPreAuthorizedGrantAnonymousAccessSupportedOk() (*bool, bool)
- func (o *Service) GetPredefinedTransformedClaims() string
- func (o *Service) GetPredefinedTransformedClaimsOk() (*string, bool)
- func (o *Service) GetPushedAuthReqDuration() int64
- func (o *Service) GetPushedAuthReqDurationOk() (*int64, bool)
- func (o *Service) GetPushedAuthReqEndpoint() string
- func (o *Service) GetPushedAuthReqEndpointOk() (*string, bool)
- func (o *Service) GetRefreshTokenDuration() int64
- func (o *Service) GetRefreshTokenDurationKept() bool
- func (o *Service) GetRefreshTokenDurationKeptOk() (*bool, bool)
- func (o *Service) GetRefreshTokenDurationOk() (*int64, bool)
- func (o *Service) GetRefreshTokenDurationReset() bool
- func (o *Service) GetRefreshTokenDurationResetOk() (*bool, bool)
- func (o *Service) GetRefreshTokenIdempotent() bool
- func (o *Service) GetRefreshTokenIdempotentOk() (*bool, bool)
- func (o *Service) GetRefreshTokenKept() bool
- func (o *Service) GetRefreshTokenKeptOk() (*bool, bool)
- func (o *Service) GetRegistrationEndpoint() string
- func (o *Service) GetRegistrationEndpointOk() (*string, bool)
- func (o *Service) GetRegistrationManagementEndpoint() string
- func (o *Service) GetRegistrationManagementEndpointOk() (*string, bool)
- func (o *Service) GetRequestObjectAudienceChecked() bool
- func (o *Service) GetRequestObjectAudienceCheckedOk() (*bool, bool)
- func (o *Service) GetRequestObjectEncryptionAlgMatchRequired() bool
- func (o *Service) GetRequestObjectEncryptionAlgMatchRequiredOk() (*bool, bool)
- func (o *Service) GetRequestObjectEncryptionEncMatchRequired() bool
- func (o *Service) GetRequestObjectEncryptionEncMatchRequiredOk() (*bool, bool)
- func (o *Service) GetRequestObjectRequired() bool
- func (o *Service) GetRequestObjectRequiredOk() (*bool, bool)
- func (o *Service) GetResourceSignatureKeyId() string
- func (o *Service) GetResourceSignatureKeyIdOk() (*string, bool)
- func (o *Service) GetRevocationEndpoint() string
- func (o *Service) GetRevocationEndpointOk() (*string, bool)
- func (o *Service) GetRsResponseSigned() bool
- func (o *Service) GetRsResponseSignedOk() (*bool, bool)
- func (o *Service) GetScopeRequired() bool
- func (o *Service) GetScopeRequiredOk() (*bool, bool)
- func (o *Service) GetServiceDocumentation() string
- func (o *Service) GetServiceDocumentationOk() (*string, bool)
- func (o *Service) GetServiceName() string
- func (o *Service) GetServiceNameOk() (*string, bool)
- func (o *Service) GetServiceOwnerNumber() int32
- func (o *Service) GetServiceOwnerNumberOk() (*int32, bool)
- func (o *Service) GetSignedJwksUri() string
- func (o *Service) GetSignedJwksUriOk() (*string, bool)
- func (o *Service) GetSingleAccessTokenPerSubject() bool
- func (o *Service) GetSingleAccessTokenPerSubjectOk() (*bool, bool)
- func (o *Service) GetSnsCredentials() []SnsCredentials
- func (o *Service) GetSnsCredentialsOk() ([]SnsCredentials, bool)
- func (o *Service) GetSupportedAcrs() []string
- func (o *Service) GetSupportedAcrsOk() ([]string, bool)
- func (o *Service) GetSupportedAttachments() []string
- func (o *Service) GetSupportedAttachmentsOk() ([]string, bool)
- func (o *Service) GetSupportedAuthorizationDetailsTypes() []string
- func (o *Service) GetSupportedAuthorizationDetailsTypesOk() ([]string, bool)
- func (o *Service) GetSupportedBackchannelTokenDeliveryModes() []string
- func (o *Service) GetSupportedBackchannelTokenDeliveryModesOk() ([]string, bool)
- func (o *Service) GetSupportedClaimLocales() []string
- func (o *Service) GetSupportedClaimLocalesOk() ([]string, bool)
- func (o *Service) GetSupportedClaimTypes() []string
- func (o *Service) GetSupportedClaimTypesOk() ([]string, bool)
- func (o *Service) GetSupportedClaims() []string
- func (o *Service) GetSupportedClaimsOk() ([]string, bool)
- func (o *Service) GetSupportedClientRegistrationTypes() []string
- func (o *Service) GetSupportedClientRegistrationTypesOk() ([]string, bool)
- func (o *Service) GetSupportedCustomClientMetadata() []string
- func (o *Service) GetSupportedCustomClientMetadataOk() ([]string, bool)
- func (o *Service) GetSupportedDeveloperSnses() []string
- func (o *Service) GetSupportedDeveloperSnsesOk() ([]string, bool)
- func (o *Service) GetSupportedDigestAlgorithms() []string
- func (o *Service) GetSupportedDigestAlgorithmsOk() ([]string, bool)
- func (o *Service) GetSupportedDisplays() []string
- func (o *Service) GetSupportedDisplaysOk() ([]string, bool)
- func (o *Service) GetSupportedDocuments() []string
- func (o *Service) GetSupportedDocumentsCheckMethods() []string
- func (o *Service) GetSupportedDocumentsCheckMethodsOk() ([]string, bool)
- func (o *Service) GetSupportedDocumentsMethods() []string
- func (o *Service) GetSupportedDocumentsMethodsOk() ([]string, bool)
- func (o *Service) GetSupportedDocumentsOk() ([]string, bool)
- func (o *Service) GetSupportedDocumentsValidationMethods() []string
- func (o *Service) GetSupportedDocumentsValidationMethodsOk() ([]string, bool)
- func (o *Service) GetSupportedDocumentsVerificationMethods() []string
- func (o *Service) GetSupportedDocumentsVerificationMethodsOk() ([]string, bool)
- func (o *Service) GetSupportedElectronicRecords() []string
- func (o *Service) GetSupportedElectronicRecordsOk() ([]string, bool)
- func (o *Service) GetSupportedEvidence() []string
- func (o *Service) GetSupportedEvidenceOk() ([]string, bool)
- func (o *Service) GetSupportedGrantTypes() []string
- func (o *Service) GetSupportedGrantTypesOk() ([]string, bool)
- func (o *Service) GetSupportedIdentityDocuments() []string
- func (o *Service) GetSupportedIdentityDocumentsOk() ([]string, bool)
- func (o *Service) GetSupportedIntrospectionAuthMethods() []string
- func (o *Service) GetSupportedIntrospectionAuthMethodsOk() ([]string, bool)
- func (o *Service) GetSupportedPromptValues() []string
- func (o *Service) GetSupportedPromptValuesOk() ([]string, bool)
- func (o *Service) GetSupportedResponseTypes() []string
- func (o *Service) GetSupportedResponseTypesOk() ([]string, bool)
- func (o *Service) GetSupportedRevocationAuthMethods() []string
- func (o *Service) GetSupportedRevocationAuthMethodsOk() ([]string, bool)
- func (o *Service) GetSupportedScopes() []Scope
- func (o *Service) GetSupportedScopesOk() ([]Scope, bool)
- func (o *Service) GetSupportedServiceProfiles() []string
- func (o *Service) GetSupportedServiceProfilesOk() ([]string, bool)
- func (o *Service) GetSupportedSnses() []string
- func (o *Service) GetSupportedSnsesOk() ([]string, bool)
- func (o *Service) GetSupportedTokenAuthMethods() []string
- func (o *Service) GetSupportedTokenAuthMethodsOk() ([]string, bool)
- func (o *Service) GetSupportedTrustFrameworks() []string
- func (o *Service) GetSupportedTrustFrameworksOk() ([]string, bool)
- func (o *Service) GetSupportedUiLocales() []string
- func (o *Service) GetSupportedUiLocalesOk() ([]string, bool)
- func (o *Service) GetSupportedVerificationMethods() []string
- func (o *Service) GetSupportedVerificationMethodsOk() ([]string, bool)
- func (o *Service) GetSupportedVerifiedClaims() []string
- func (o *Service) GetSupportedVerifiedClaimsOk() ([]string, bool)
- func (o *Service) GetTlsClientCertificateBoundAccessTokens() bool
- func (o *Service) GetTlsClientCertificateBoundAccessTokensOk() (*bool, bool)
- func (o *Service) GetTokenEndpoint() string
- func (o *Service) GetTokenEndpointOk() (*string, bool)
- func (o *Service) GetTokenExchangeByConfidentialClientsOnly() bool
- func (o *Service) GetTokenExchangeByConfidentialClientsOnlyOk() (*bool, bool)
- func (o *Service) GetTokenExchangeByIdentifiableClientsOnly() bool
- func (o *Service) GetTokenExchangeByIdentifiableClientsOnlyOk() (*bool, bool)
- func (o *Service) GetTokenExchangeByPermittedClientsOnly() bool
- func (o *Service) GetTokenExchangeByPermittedClientsOnlyOk() (*bool, bool)
- func (o *Service) GetTokenExchangeEncryptedJwtRejected() bool
- func (o *Service) GetTokenExchangeEncryptedJwtRejectedOk() (*bool, bool)
- func (o *Service) GetTokenExchangeUnsignedJwtRejected() bool
- func (o *Service) GetTokenExchangeUnsignedJwtRejectedOk() (*bool, bool)
- func (o *Service) GetTokenExpirationLinked() bool
- func (o *Service) GetTokenExpirationLinkedOk() (*bool, bool)
- func (o *Service) GetTosUri() string
- func (o *Service) GetTosUriOk() (*string, bool)
- func (o *Service) GetTraditionalRequestObjectProcessingApplied() bool
- func (o *Service) GetTraditionalRequestObjectProcessingAppliedOk() (*bool, bool)
- func (o *Service) GetTrustAnchors() []TrustAnchor
- func (o *Service) GetTrustAnchorsOk() ([]TrustAnchor, bool)
- func (o *Service) GetTrustedRootCertificates() []string
- func (o *Service) GetTrustedRootCertificatesOk() ([]string, bool)
- func (o *Service) GetUnauthorizedOnClientConfigSupported() bool
- func (o *Service) GetUnauthorizedOnClientConfigSupportedOk() (*bool, bool)
- func (o *Service) GetUserCodeCharset() string
- func (o *Service) GetUserCodeCharsetOk() (*string, bool)
- func (o *Service) GetUserCodeLength() int32
- func (o *Service) GetUserCodeLengthOk() (*int32, bool)
- func (o *Service) GetUserInfoEndpoint() string
- func (o *Service) GetUserInfoEndpointOk() (*string, bool)
- func (o *Service) GetUserInfoSignatureKeyId() string
- func (o *Service) GetUserInfoSignatureKeyIdOk() (*string, bool)
- func (o *Service) GetUserPinLength() int32
- func (o *Service) GetUserPinLengthOk() (*int32, bool)
- func (o *Service) GetVerifiableCredentialsEnabled() bool
- func (o *Service) GetVerifiableCredentialsEnabledOk() (*bool, bool)
- func (o *Service) GetVerifiedClaimsValidationSchemaSet() string
- func (o *Service) GetVerifiedClaimsValidationSchemaSetOk() (*string, bool)
- func (o *Service) HasAccessTokenDuration() bool
- func (o *Service) HasAccessTokenForExternalAttachmentEmbedded() bool
- func (o *Service) HasAccessTokenSignAlg() bool
- func (o *Service) HasAccessTokenSignatureKeyId() bool
- func (o *Service) HasAccessTokenType() bool
- func (o *Service) HasAllowableClockSkew() bool
- func (o *Service) HasApiKey() bool
- func (o *Service) HasApiSecret() bool
- func (o *Service) HasAttributes() bool
- func (o *Service) HasAuthenticationCallbackApiKey() bool
- func (o *Service) HasAuthenticationCallbackApiSecret() bool
- func (o *Service) HasAuthenticationCallbackEndpoint() bool
- func (o *Service) HasAuthorityHints() bool
- func (o *Service) HasAuthorizationEndpoint() bool
- func (o *Service) HasAuthorizationResponseDuration() bool
- func (o *Service) HasAuthorizationSignatureKeyId() bool
- func (o *Service) HasBackchannelAuthReqIdDuration() bool
- func (o *Service) HasBackchannelAuthenticationEndpoint() bool
- func (o *Service) HasBackchannelBindingMessageRequiredInFapi() bool
- func (o *Service) HasBackchannelPollingInterval() bool
- func (o *Service) HasBackchannelUserCodeParameterSupported() bool
- func (o *Service) HasClaimShortcutRestrictive() bool
- func (o *Service) HasClientIdAliasEnabled() bool
- func (o *Service) HasClientsPerDeveloper() bool
- func (o *Service) HasCnonceDuration() bool
- func (o *Service) HasCreatedAt() bool
- func (o *Service) HasCredentialDuration() bool
- func (o *Service) HasCredentialIssuerMetadata() bool
- func (o *Service) HasCredentialJwks() bool
- func (o *Service) HasCredentialOfferDuration() bool
- func (o *Service) HasCredentialTransactionDuration() bool
- func (o *Service) HasDcrDuplicateSoftwareIdBlocked() bool
- func (o *Service) HasDcrScopeUsedAsRequestable() bool
- func (o *Service) HasDescription() bool
- func (o *Service) HasDeveloperAuthenticationCallbackApiKey() bool
- func (o *Service) HasDeveloperAuthenticationCallbackApiSecret() bool
- func (o *Service) HasDeveloperAuthenticationCallbackEndpoint() bool
- func (o *Service) HasDeveloperSnsCredentials() bool
- func (o *Service) HasDeviceAuthorizationEndpoint() bool
- func (o *Service) HasDeviceFlowCodeDuration() bool
- func (o *Service) HasDeviceFlowPollingInterval() bool
- func (o *Service) HasDeviceVerificationUri() bool
- func (o *Service) HasDeviceVerificationUriComplete() bool
- func (o *Service) HasDirectAuthorizationEndpointEnabled() bool
- func (o *Service) HasDirectIntrospectionEndpointEnabled() bool
- func (o *Service) HasDirectJwksEndpointEnabled() bool
- func (o *Service) HasDirectRevocationEndpointEnabled() bool
- func (o *Service) HasDirectTokenEndpointEnabled() bool
- func (o *Service) HasDirectUserInfoEndpointEnabled() bool
- func (o *Service) HasDynamicRegistrationSupported() bool
- func (o *Service) HasEndSessionEndpoint() bool
- func (o *Service) HasErrorDescriptionOmitted() bool
- func (o *Service) HasErrorUriOmitted() bool
- func (o *Service) HasFederationConfigurationDuration() bool
- func (o *Service) HasFederationEnabled() bool
- func (o *Service) HasFederationJwks() bool
- func (o *Service) HasFederationRegistrationEndpoint() bool
- func (o *Service) HasFederationSignatureKeyId() bool
- func (o *Service) HasFrontChannelRequestObjectEncryptionRequired() bool
- func (o *Service) HasGrantManagementActionRequired() bool
- func (o *Service) HasGrantManagementEndpoint() bool
- func (o *Service) HasHsks() bool
- func (o *Service) HasHsmEnabled() bool
- func (o *Service) HasIdTokenAudType() bool
- func (o *Service) HasIdTokenDuration() bool
- func (o *Service) HasIdTokenReissuable() bool
- func (o *Service) HasIdTokenSignatureKeyId() bool
- func (o *Service) HasIntrospectionEndpoint() bool
- func (o *Service) HasIssSuppressed() bool
- func (o *Service) HasIssuer() bool
- func (o *Service) HasJwks() bool
- func (o *Service) HasJwksUri() bool
- func (o *Service) HasJwtGrantByIdentifiableClientsOnly() bool
- func (o *Service) HasJwtGrantEncryptedJwtRejected() bool
- func (o *Service) HasJwtGrantUnsignedJwtRejected() bool
- func (o *Service) HasLoopbackRedirectionUriVariable() bool
- func (o *Service) HasMetadata() bool
- func (o *Service) HasMissingClientIdAllowed() bool
- func (o *Service) HasModifiedAt() bool
- func (o *Service) HasMtlsEndpointAliases() bool
- func (o *Service) HasMutualTlsValidatePkiCertChain() bool
- func (o *Service) HasNbfOptional() bool
- func (o *Service) HasNumber() bool
- func (o *Service) HasOpenidDroppedOnRefreshWithoutOfflineAccess() bool
- func (o *Service) HasOrganizationName() bool
- func (o *Service) HasParRequired() bool
- func (o *Service) HasPkceRequired() bool
- func (o *Service) HasPkceS256Required() bool
- func (o *Service) HasPolicyUri() bool
- func (o *Service) HasPreAuthorizedGrantAnonymousAccessSupported() bool
- func (o *Service) HasPredefinedTransformedClaims() bool
- func (o *Service) HasPushedAuthReqDuration() bool
- func (o *Service) HasPushedAuthReqEndpoint() bool
- func (o *Service) HasRefreshTokenDuration() bool
- func (o *Service) HasRefreshTokenDurationKept() bool
- func (o *Service) HasRefreshTokenDurationReset() bool
- func (o *Service) HasRefreshTokenIdempotent() bool
- func (o *Service) HasRefreshTokenKept() bool
- func (o *Service) HasRegistrationEndpoint() bool
- func (o *Service) HasRegistrationManagementEndpoint() bool
- func (o *Service) HasRequestObjectAudienceChecked() bool
- func (o *Service) HasRequestObjectEncryptionAlgMatchRequired() bool
- func (o *Service) HasRequestObjectEncryptionEncMatchRequired() bool
- func (o *Service) HasRequestObjectRequired() bool
- func (o *Service) HasResourceSignatureKeyId() bool
- func (o *Service) HasRevocationEndpoint() bool
- func (o *Service) HasRsResponseSigned() bool
- func (o *Service) HasScopeRequired() bool
- func (o *Service) HasServiceDocumentation() bool
- func (o *Service) HasServiceName() bool
- func (o *Service) HasServiceOwnerNumber() bool
- func (o *Service) HasSignedJwksUri() bool
- func (o *Service) HasSingleAccessTokenPerSubject() bool
- func (o *Service) HasSnsCredentials() bool
- func (o *Service) HasSupportedAcrs() bool
- func (o *Service) HasSupportedAttachments() bool
- func (o *Service) HasSupportedAuthorizationDetailsTypes() bool
- func (o *Service) HasSupportedBackchannelTokenDeliveryModes() bool
- func (o *Service) HasSupportedClaimLocales() bool
- func (o *Service) HasSupportedClaimTypes() bool
- func (o *Service) HasSupportedClaims() bool
- func (o *Service) HasSupportedClientRegistrationTypes() bool
- func (o *Service) HasSupportedCustomClientMetadata() bool
- func (o *Service) HasSupportedDeveloperSnses() bool
- func (o *Service) HasSupportedDigestAlgorithms() bool
- func (o *Service) HasSupportedDisplays() bool
- func (o *Service) HasSupportedDocuments() bool
- func (o *Service) HasSupportedDocumentsCheckMethods() bool
- func (o *Service) HasSupportedDocumentsMethods() bool
- func (o *Service) HasSupportedDocumentsValidationMethods() bool
- func (o *Service) HasSupportedDocumentsVerificationMethods() bool
- func (o *Service) HasSupportedElectronicRecords() bool
- func (o *Service) HasSupportedEvidence() bool
- func (o *Service) HasSupportedGrantTypes() bool
- func (o *Service) HasSupportedIdentityDocuments() bool
- func (o *Service) HasSupportedIntrospectionAuthMethods() bool
- func (o *Service) HasSupportedPromptValues() bool
- func (o *Service) HasSupportedResponseTypes() bool
- func (o *Service) HasSupportedRevocationAuthMethods() bool
- func (o *Service) HasSupportedScopes() bool
- func (o *Service) HasSupportedServiceProfiles() bool
- func (o *Service) HasSupportedSnses() bool
- func (o *Service) HasSupportedTokenAuthMethods() bool
- func (o *Service) HasSupportedTrustFrameworks() bool
- func (o *Service) HasSupportedUiLocales() bool
- func (o *Service) HasSupportedVerificationMethods() bool
- func (o *Service) HasSupportedVerifiedClaims() bool
- func (o *Service) HasTlsClientCertificateBoundAccessTokens() bool
- func (o *Service) HasTokenEndpoint() bool
- func (o *Service) HasTokenExchangeByConfidentialClientsOnly() bool
- func (o *Service) HasTokenExchangeByIdentifiableClientsOnly() bool
- func (o *Service) HasTokenExchangeByPermittedClientsOnly() bool
- func (o *Service) HasTokenExchangeEncryptedJwtRejected() bool
- func (o *Service) HasTokenExchangeUnsignedJwtRejected() bool
- func (o *Service) HasTokenExpirationLinked() bool
- func (o *Service) HasTosUri() bool
- func (o *Service) HasTraditionalRequestObjectProcessingApplied() bool
- func (o *Service) HasTrustAnchors() bool
- func (o *Service) HasTrustedRootCertificates() bool
- func (o *Service) HasUnauthorizedOnClientConfigSupported() bool
- func (o *Service) HasUserCodeCharset() bool
- func (o *Service) HasUserCodeLength() bool
- func (o *Service) HasUserInfoEndpoint() bool
- func (o *Service) HasUserInfoSignatureKeyId() bool
- func (o *Service) HasUserPinLength() bool
- func (o *Service) HasVerifiableCredentialsEnabled() bool
- func (o *Service) HasVerifiedClaimsValidationSchemaSet() bool
- func (o Service) MarshalJSON() ([]byte, error)
- func (o *Service) SetAccessTokenDuration(v int64)
- func (o *Service) SetAccessTokenForExternalAttachmentEmbedded(v bool)
- func (o *Service) SetAccessTokenSignAlg(v string)
- func (o *Service) SetAccessTokenSignatureKeyId(v string)
- func (o *Service) SetAccessTokenType(v string)
- func (o *Service) SetAllowableClockSkew(v int32)
- func (o *Service) SetApiKey(v int64)
- func (o *Service) SetApiSecret(v string)
- func (o *Service) SetAttributes(v []Pair)
- func (o *Service) SetAuthenticationCallbackApiKey(v string)
- func (o *Service) SetAuthenticationCallbackApiSecret(v string)
- func (o *Service) SetAuthenticationCallbackEndpoint(v string)
- func (o *Service) SetAuthorityHints(v []string)
- func (o *Service) SetAuthorizationEndpoint(v string)
- func (o *Service) SetAuthorizationResponseDuration(v int64)
- func (o *Service) SetAuthorizationSignatureKeyId(v string)
- func (o *Service) SetBackchannelAuthReqIdDuration(v int32)
- func (o *Service) SetBackchannelAuthenticationEndpoint(v string)
- func (o *Service) SetBackchannelBindingMessageRequiredInFapi(v bool)
- func (o *Service) SetBackchannelPollingInterval(v int32)
- func (o *Service) SetBackchannelUserCodeParameterSupported(v bool)
- func (o *Service) SetClaimShortcutRestrictive(v bool)
- func (o *Service) SetClientIdAliasEnabled(v bool)
- func (o *Service) SetClientsPerDeveloper(v int32)
- func (o *Service) SetCnonceDuration(v int64)
- func (o *Service) SetCreatedAt(v int64)
- func (o *Service) SetCredentialDuration(v int64)
- func (o *Service) SetCredentialIssuerMetadata(v CredentialIssuerMetadata)
- func (o *Service) SetCredentialJwks(v string)
- func (o *Service) SetCredentialOfferDuration(v int64)
- func (o *Service) SetCredentialTransactionDuration(v int64)
- func (o *Service) SetDcrDuplicateSoftwareIdBlocked(v bool)
- func (o *Service) SetDcrScopeUsedAsRequestable(v bool)
- func (o *Service) SetDescription(v string)
- func (o *Service) SetDeveloperAuthenticationCallbackApiKey(v string)
- func (o *Service) SetDeveloperAuthenticationCallbackApiSecret(v string)
- func (o *Service) SetDeveloperAuthenticationCallbackEndpoint(v string)
- func (o *Service) SetDeveloperSnsCredentials(v []SnsCredentials)
- func (o *Service) SetDeviceAuthorizationEndpoint(v string)
- func (o *Service) SetDeviceFlowCodeDuration(v int32)
- func (o *Service) SetDeviceFlowPollingInterval(v int32)
- func (o *Service) SetDeviceVerificationUri(v string)
- func (o *Service) SetDeviceVerificationUriComplete(v string)
- func (o *Service) SetDirectAuthorizationEndpointEnabled(v bool)
- func (o *Service) SetDirectIntrospectionEndpointEnabled(v bool)
- func (o *Service) SetDirectJwksEndpointEnabled(v bool)
- func (o *Service) SetDirectRevocationEndpointEnabled(v bool)
- func (o *Service) SetDirectTokenEndpointEnabled(v bool)
- func (o *Service) SetDirectUserInfoEndpointEnabled(v bool)
- func (o *Service) SetDynamicRegistrationSupported(v bool)
- func (o *Service) SetEndSessionEndpoint(v string)
- func (o *Service) SetErrorDescriptionOmitted(v bool)
- func (o *Service) SetErrorUriOmitted(v bool)
- func (o *Service) SetFederationConfigurationDuration(v int32)
- func (o *Service) SetFederationEnabled(v bool)
- func (o *Service) SetFederationJwks(v string)
- func (o *Service) SetFederationRegistrationEndpoint(v string)
- func (o *Service) SetFederationSignatureKeyId(v string)
- func (o *Service) SetFrontChannelRequestObjectEncryptionRequired(v bool)
- func (o *Service) SetGrantManagementActionRequired(v bool)
- func (o *Service) SetGrantManagementEndpoint(v string)
- func (o *Service) SetHsks(v []Hsk)
- func (o *Service) SetHsmEnabled(v bool)
- func (o *Service) SetIdTokenAudType(v string)
- func (o *Service) SetIdTokenDuration(v int64)
- func (o *Service) SetIdTokenReissuable(v bool)
- func (o *Service) SetIdTokenSignatureKeyId(v string)
- func (o *Service) SetIntrospectionEndpoint(v string)
- func (o *Service) SetIssSuppressed(v bool)
- func (o *Service) SetIssuer(v string)
- func (o *Service) SetJwks(v string)
- func (o *Service) SetJwksUri(v string)
- func (o *Service) SetJwtGrantByIdentifiableClientsOnly(v bool)
- func (o *Service) SetJwtGrantEncryptedJwtRejected(v bool)
- func (o *Service) SetJwtGrantUnsignedJwtRejected(v bool)
- func (o *Service) SetLoopbackRedirectionUriVariable(v bool)
- func (o *Service) SetMetadata(v []Pair)
- func (o *Service) SetMissingClientIdAllowed(v bool)
- func (o *Service) SetModifiedAt(v int64)
- func (o *Service) SetMtlsEndpointAliases(v []NamedUri)
- func (o *Service) SetMutualTlsValidatePkiCertChain(v bool)
- func (o *Service) SetNbfOptional(v bool)
- func (o *Service) SetNumber(v int32)
- func (o *Service) SetOpenidDroppedOnRefreshWithoutOfflineAccess(v bool)
- func (o *Service) SetOrganizationName(v string)
- func (o *Service) SetParRequired(v bool)
- func (o *Service) SetPkceRequired(v bool)
- func (o *Service) SetPkceS256Required(v bool)
- func (o *Service) SetPolicyUri(v string)
- func (o *Service) SetPreAuthorizedGrantAnonymousAccessSupported(v bool)
- func (o *Service) SetPredefinedTransformedClaims(v string)
- func (o *Service) SetPushedAuthReqDuration(v int64)
- func (o *Service) SetPushedAuthReqEndpoint(v string)
- func (o *Service) SetRefreshTokenDuration(v int64)
- func (o *Service) SetRefreshTokenDurationKept(v bool)
- func (o *Service) SetRefreshTokenDurationReset(v bool)
- func (o *Service) SetRefreshTokenIdempotent(v bool)
- func (o *Service) SetRefreshTokenKept(v bool)
- func (o *Service) SetRegistrationEndpoint(v string)
- func (o *Service) SetRegistrationManagementEndpoint(v string)
- func (o *Service) SetRequestObjectAudienceChecked(v bool)
- func (o *Service) SetRequestObjectEncryptionAlgMatchRequired(v bool)
- func (o *Service) SetRequestObjectEncryptionEncMatchRequired(v bool)
- func (o *Service) SetRequestObjectRequired(v bool)
- func (o *Service) SetResourceSignatureKeyId(v string)
- func (o *Service) SetRevocationEndpoint(v string)
- func (o *Service) SetRsResponseSigned(v bool)
- func (o *Service) SetScopeRequired(v bool)
- func (o *Service) SetServiceDocumentation(v string)
- func (o *Service) SetServiceName(v string)
- func (o *Service) SetServiceOwnerNumber(v int32)
- func (o *Service) SetSignedJwksUri(v string)
- func (o *Service) SetSingleAccessTokenPerSubject(v bool)
- func (o *Service) SetSnsCredentials(v []SnsCredentials)
- func (o *Service) SetSupportedAcrs(v []string)
- func (o *Service) SetSupportedAttachments(v []string)
- func (o *Service) SetSupportedAuthorizationDetailsTypes(v []string)
- func (o *Service) SetSupportedBackchannelTokenDeliveryModes(v []string)
- func (o *Service) SetSupportedClaimLocales(v []string)
- func (o *Service) SetSupportedClaimTypes(v []string)
- func (o *Service) SetSupportedClaims(v []string)
- func (o *Service) SetSupportedClientRegistrationTypes(v []string)
- func (o *Service) SetSupportedCustomClientMetadata(v []string)
- func (o *Service) SetSupportedDeveloperSnses(v []string)
- func (o *Service) SetSupportedDigestAlgorithms(v []string)
- func (o *Service) SetSupportedDisplays(v []string)
- func (o *Service) SetSupportedDocuments(v []string)
- func (o *Service) SetSupportedDocumentsCheckMethods(v []string)
- func (o *Service) SetSupportedDocumentsMethods(v []string)
- func (o *Service) SetSupportedDocumentsValidationMethods(v []string)
- func (o *Service) SetSupportedDocumentsVerificationMethods(v []string)
- func (o *Service) SetSupportedElectronicRecords(v []string)
- func (o *Service) SetSupportedEvidence(v []string)
- func (o *Service) SetSupportedGrantTypes(v []string)
- func (o *Service) SetSupportedIdentityDocuments(v []string)
- func (o *Service) SetSupportedIntrospectionAuthMethods(v []string)
- func (o *Service) SetSupportedPromptValues(v []string)
- func (o *Service) SetSupportedResponseTypes(v []string)
- func (o *Service) SetSupportedRevocationAuthMethods(v []string)
- func (o *Service) SetSupportedScopes(v []Scope)
- func (o *Service) SetSupportedServiceProfiles(v []string)
- func (o *Service) SetSupportedSnses(v []string)
- func (o *Service) SetSupportedTokenAuthMethods(v []string)
- func (o *Service) SetSupportedTrustFrameworks(v []string)
- func (o *Service) SetSupportedUiLocales(v []string)
- func (o *Service) SetSupportedVerificationMethods(v []string)
- func (o *Service) SetSupportedVerifiedClaims(v []string)
- func (o *Service) SetTlsClientCertificateBoundAccessTokens(v bool)
- func (o *Service) SetTokenEndpoint(v string)
- func (o *Service) SetTokenExchangeByConfidentialClientsOnly(v bool)
- func (o *Service) SetTokenExchangeByIdentifiableClientsOnly(v bool)
- func (o *Service) SetTokenExchangeByPermittedClientsOnly(v bool)
- func (o *Service) SetTokenExchangeEncryptedJwtRejected(v bool)
- func (o *Service) SetTokenExchangeUnsignedJwtRejected(v bool)
- func (o *Service) SetTokenExpirationLinked(v bool)
- func (o *Service) SetTosUri(v string)
- func (o *Service) SetTraditionalRequestObjectProcessingApplied(v bool)
- func (o *Service) SetTrustAnchors(v []TrustAnchor)
- func (o *Service) SetTrustedRootCertificates(v []string)
- func (o *Service) SetUnauthorizedOnClientConfigSupported(v bool)
- func (o *Service) SetUserCodeCharset(v string)
- func (o *Service) SetUserCodeLength(v int32)
- func (o *Service) SetUserInfoEndpoint(v string)
- func (o *Service) SetUserInfoSignatureKeyId(v string)
- func (o *Service) SetUserPinLength(v int32)
- func (o *Service) SetVerifiableCredentialsEnabled(v bool)
- func (o *Service) SetVerifiedClaimsValidationSchemaSet(v string)
- func (o Service) ToMap() (map[string]interface{}, error)
- type ServiceAccess
- func (o *ServiceAccess) GetAllClientPrivileges() []string
- func (o *ServiceAccess) GetAllClientPrivilegesOk() ([]string, bool)
- func (o *ServiceAccess) GetApiServerAccessId() int64
- func (o *ServiceAccess) GetApiServerAccessIdOk() (*int64, bool)
- func (o *ServiceAccess) GetClientAccess() []ClientAccess
- func (o *ServiceAccess) GetClientAccessOk() ([]ClientAccess, bool)
- func (o *ServiceAccess) GetId() int64
- func (o *ServiceAccess) GetIdOk() (*int64, bool)
- func (o *ServiceAccess) GetPrivileges() []string
- func (o *ServiceAccess) GetPrivilegesOk() ([]string, bool)
- func (o *ServiceAccess) GetServiceId() ServiceInstance
- func (o *ServiceAccess) GetServiceIdOk() (*ServiceInstance, bool)
- func (o *ServiceAccess) HasAllClientPrivileges() bool
- func (o *ServiceAccess) HasApiServerAccessId() bool
- func (o *ServiceAccess) HasClientAccess() bool
- func (o *ServiceAccess) HasId() bool
- func (o *ServiceAccess) HasPrivileges() bool
- func (o *ServiceAccess) HasServiceId() bool
- func (o ServiceAccess) MarshalJSON() ([]byte, error)
- func (o *ServiceAccess) SetAllClientPrivileges(v []string)
- func (o *ServiceAccess) SetApiServerAccessId(v int64)
- func (o *ServiceAccess) SetClientAccess(v []ClientAccess)
- func (o *ServiceAccess) SetId(v int64)
- func (o *ServiceAccess) SetPrivileges(v []string)
- func (o *ServiceAccess) SetServiceId(v ServiceInstance)
- func (o ServiceAccess) ToMap() (map[string]interface{}, error)
- type ServiceAccessResponse
- func (o *ServiceAccessResponse) GetAllClientPrivileges() []string
- func (o *ServiceAccessResponse) GetAllClientPrivilegesOk() ([]string, bool)
- func (o *ServiceAccessResponse) GetApiServerId() int64
- func (o *ServiceAccessResponse) GetApiServerIdOk() (*int64, bool)
- func (o *ServiceAccessResponse) GetClientAccess() []ClientAccessResponse
- func (o *ServiceAccessResponse) GetClientAccessOk() ([]ClientAccessResponse, bool)
- func (o *ServiceAccessResponse) GetOrganizationId() int64
- func (o *ServiceAccessResponse) GetOrganizationIdOk() (*int64, bool)
- func (o *ServiceAccessResponse) GetPrivileges() []string
- func (o *ServiceAccessResponse) GetPrivilegesOk() ([]string, bool)
- func (o *ServiceAccessResponse) GetServiceId() int64
- func (o *ServiceAccessResponse) GetServiceIdOk() (*int64, bool)
- func (o *ServiceAccessResponse) GetUserId() int64
- func (o *ServiceAccessResponse) GetUserIdOk() (*int64, bool)
- func (o *ServiceAccessResponse) HasAllClientPrivileges() bool
- func (o *ServiceAccessResponse) HasApiServerId() bool
- func (o *ServiceAccessResponse) HasClientAccess() bool
- func (o *ServiceAccessResponse) HasOrganizationId() bool
- func (o *ServiceAccessResponse) HasPrivileges() bool
- func (o *ServiceAccessResponse) HasServiceId() bool
- func (o *ServiceAccessResponse) HasUserId() bool
- func (o ServiceAccessResponse) MarshalJSON() ([]byte, error)
- func (o *ServiceAccessResponse) SetAllClientPrivileges(v []string)
- func (o *ServiceAccessResponse) SetApiServerId(v int64)
- func (o *ServiceAccessResponse) SetClientAccess(v []ClientAccessResponse)
- func (o *ServiceAccessResponse) SetOrganizationId(v int64)
- func (o *ServiceAccessResponse) SetPrivileges(v []string)
- func (o *ServiceAccessResponse) SetServiceId(v int64)
- func (o *ServiceAccessResponse) SetUserId(v int64)
- func (o ServiceAccessResponse) ToMap() (map[string]interface{}, error)
- type ServiceApiAPI
- type ServiceApiAPIService
- func (a *ServiceApiAPIService) AdoptService(ctx context.Context) ApiAdoptServiceRequest
- func (a *ServiceApiAPIService) AdoptServiceExecute(r ApiAdoptServiceRequest) (*ServiceInstanceManagementResponse, *http.Response, error)
- func (a *ServiceApiAPIService) CreateService(ctx context.Context) ApiCreateServiceRequest
- func (a *ServiceApiAPIService) CreateServiceExecute(r ApiCreateServiceRequest) (*Service, *http.Response, error)
- func (a *ServiceApiAPIService) DeleteService(ctx context.Context) ApiDeleteServiceRequest
- func (a *ServiceApiAPIService) DeleteServiceExecute(r ApiDeleteServiceRequest) (*http.Response, error)
- func (a *ServiceApiAPIService) FindService(ctx context.Context, id int64) ApiFindServiceRequest
- func (a *ServiceApiAPIService) FindServiceExecute(r ApiFindServiceRequest) ([]ServiceInstanceManagementResponse, *http.Response, error)
- func (a *ServiceApiAPIService) GetOrphans(ctx context.Context) ApiGetOrphansRequest
- func (a *ServiceApiAPIService) GetOrphansExecute(r ApiGetOrphansRequest) (*OrphanServiceResponse, *http.Response, error)
- func (a *ServiceApiAPIService) MoveService(ctx context.Context) ApiMoveServiceRequest
- func (a *ServiceApiAPIService) MoveServiceExecute(r ApiMoveServiceRequest) (*ServiceInstanceManagementResponse, *http.Response, error)
- func (a *ServiceApiAPIService) RemoveOrphanService(ctx context.Context) ApiRemoveOrphanServiceRequest
- func (a *ServiceApiAPIService) RemoveOrphanServiceExecute(r ApiRemoveOrphanServiceRequest) (*http.Response, error)
- type ServiceInstance
- func (o *ServiceInstance) GetApiServerId() int64
- func (o *ServiceInstance) GetApiServerIdOk() (*int64, bool)
- func (o *ServiceInstance) GetId() int64
- func (o *ServiceInstance) GetIdOk() (*int64, bool)
- func (o *ServiceInstance) GetOrganizationId() int64
- func (o *ServiceInstance) GetOrganizationIdOk() (*int64, bool)
- func (o *ServiceInstance) GetServiceId() int64
- func (o *ServiceInstance) GetServiceIdOk() (*int64, bool)
- func (o *ServiceInstance) HasApiServerId() bool
- func (o *ServiceInstance) HasId() bool
- func (o *ServiceInstance) HasOrganizationId() bool
- func (o *ServiceInstance) HasServiceId() bool
- func (o ServiceInstance) MarshalJSON() ([]byte, error)
- func (o *ServiceInstance) SetApiServerId(v int64)
- func (o *ServiceInstance) SetId(v int64)
- func (o *ServiceInstance) SetOrganizationId(v int64)
- func (o *ServiceInstance) SetServiceId(v int64)
- func (o ServiceInstance) ToMap() (map[string]interface{}, error)
- type ServiceInstanceManagementResponse
- func (o *ServiceInstanceManagementResponse) GetApiServerId() int64
- func (o *ServiceInstanceManagementResponse) GetApiServerIdOk() (*int64, bool)
- func (o *ServiceInstanceManagementResponse) GetOrganizationId() int64
- func (o *ServiceInstanceManagementResponse) GetOrganizationIdOk() (*int64, bool)
- func (o *ServiceInstanceManagementResponse) GetServiceId() int64
- func (o *ServiceInstanceManagementResponse) GetServiceIdOk() (*int64, bool)
- func (o *ServiceInstanceManagementResponse) HasApiServerId() bool
- func (o *ServiceInstanceManagementResponse) HasOrganizationId() bool
- func (o *ServiceInstanceManagementResponse) HasServiceId() bool
- func (o ServiceInstanceManagementResponse) MarshalJSON() ([]byte, error)
- func (o *ServiceInstanceManagementResponse) SetApiServerId(v int64)
- func (o *ServiceInstanceManagementResponse) SetOrganizationId(v int64)
- func (o *ServiceInstanceManagementResponse) SetServiceId(v int64)
- func (o ServiceInstanceManagementResponse) ToMap() (map[string]interface{}, error)
- type ServiceInstanceMembershipResponse
- func (o *ServiceInstanceMembershipResponse) GetClientPrivileges() []string
- func (o *ServiceInstanceMembershipResponse) GetClientPrivilegesOk() ([]string, bool)
- func (o *ServiceInstanceMembershipResponse) GetClients() []ClientAccessResponse
- func (o *ServiceInstanceMembershipResponse) GetClientsOk() ([]ClientAccessResponse, bool)
- func (o *ServiceInstanceMembershipResponse) GetPrivileges() []string
- func (o *ServiceInstanceMembershipResponse) GetPrivilegesOk() ([]string, bool)
- func (o *ServiceInstanceMembershipResponse) GetServiceId() int64
- func (o *ServiceInstanceMembershipResponse) GetServiceIdOk() (*int64, bool)
- func (o *ServiceInstanceMembershipResponse) HasClientPrivileges() bool
- func (o *ServiceInstanceMembershipResponse) HasClients() bool
- func (o *ServiceInstanceMembershipResponse) HasPrivileges() bool
- func (o *ServiceInstanceMembershipResponse) HasServiceId() bool
- func (o ServiceInstanceMembershipResponse) MarshalJSON() ([]byte, error)
- func (o *ServiceInstanceMembershipResponse) SetClientPrivileges(v []string)
- func (o *ServiceInstanceMembershipResponse) SetClients(v []ClientAccessResponse)
- func (o *ServiceInstanceMembershipResponse) SetPrivileges(v []string)
- func (o *ServiceInstanceMembershipResponse) SetServiceId(v int64)
- func (o ServiceInstanceMembershipResponse) ToMap() (map[string]interface{}, error)
- type ServiceTokenApiAPI
- type ServiceTokenApiAPIService
- func (a *ServiceTokenApiAPIService) CreateTokenForService(ctx context.Context) ApiCreateTokenForServiceRequest
- func (a *ServiceTokenApiAPIService) CreateTokenForServiceExecute(r ApiCreateTokenForServiceRequest) (*ServiceTokenResponse, *http.Response, error)
- func (a *ServiceTokenApiAPIService) GetTokensForService(ctx context.Context) ApiGetTokensForServiceRequest
- func (a *ServiceTokenApiAPIService) GetTokensForServiceExecute(r ApiGetTokensForServiceRequest) ([]ServiceTokenResponse, *http.Response, error)
- func (a *ServiceTokenApiAPIService) RenameServiceToken(ctx context.Context) ApiRenameServiceTokenRequest
- func (a *ServiceTokenApiAPIService) RenameServiceTokenExecute(r ApiRenameServiceTokenRequest) (*ServiceTokenResponse, *http.Response, error)
- func (a *ServiceTokenApiAPIService) RevokeServiceToken(ctx context.Context) ApiRevokeServiceTokenRequest
- func (a *ServiceTokenApiAPIService) RevokeServiceTokenExecute(r ApiRevokeServiceTokenRequest) (*http.Response, error)
- func (a *ServiceTokenApiAPIService) RotateServiceToken(ctx context.Context) ApiRotateServiceTokenRequest
- func (a *ServiceTokenApiAPIService) RotateServiceTokenExecute(r ApiRotateServiceTokenRequest) (*ServiceTokenResponse, *http.Response, error)
- type ServiceTokenResponse
- func (o *ServiceTokenResponse) GetAccessToken() string
- func (o *ServiceTokenResponse) GetAccessTokenOk() (*string, bool)
- func (o *ServiceTokenResponse) GetApiServerId() int64
- func (o *ServiceTokenResponse) GetApiServerIdOk() (*int64, bool)
- func (o *ServiceTokenResponse) GetDescription() string
- func (o *ServiceTokenResponse) GetDescriptionOk() (*string, bool)
- func (o *ServiceTokenResponse) GetOrganizationId() int64
- func (o *ServiceTokenResponse) GetOrganizationIdOk() (*int64, bool)
- func (o *ServiceTokenResponse) GetServiceId() int64
- func (o *ServiceTokenResponse) GetServiceIdOk() (*int64, bool)
- func (o *ServiceTokenResponse) GetTokenId() string
- func (o *ServiceTokenResponse) GetTokenIdOk() (*string, bool)
- func (o *ServiceTokenResponse) HasAccessToken() bool
- func (o *ServiceTokenResponse) HasApiServerId() bool
- func (o *ServiceTokenResponse) HasDescription() bool
- func (o *ServiceTokenResponse) HasOrganizationId() bool
- func (o *ServiceTokenResponse) HasServiceId() bool
- func (o *ServiceTokenResponse) HasTokenId() bool
- func (o ServiceTokenResponse) MarshalJSON() ([]byte, error)
- func (o *ServiceTokenResponse) SetAccessToken(v string)
- func (o *ServiceTokenResponse) SetApiServerId(v int64)
- func (o *ServiceTokenResponse) SetDescription(v string)
- func (o *ServiceTokenResponse) SetOrganizationId(v int64)
- func (o *ServiceTokenResponse) SetServiceId(v int64)
- func (o *ServiceTokenResponse) SetTokenId(v string)
- func (o ServiceTokenResponse) ToMap() (map[string]interface{}, error)
- type SessionApiAPI
- type SessionApiAPIService
- func (a *SessionApiAPIService) AccountCheck(ctx context.Context, email string) ApiAccountCheckRequest
- func (a *SessionApiAPIService) AccountCheckExecute(r ApiAccountCheckRequest) (*LogInResponse, *http.Response, error)
- func (a *SessionApiAPIService) GetCurrentUser(ctx context.Context) ApiGetCurrentUserRequest
- func (a *SessionApiAPIService) GetCurrentUserExecute(r ApiGetCurrentUserRequest) (*LogInResponse, *http.Response, error)
- func (a *SessionApiAPIService) LogIn(ctx context.Context) ApiLogInRequest
- func (a *SessionApiAPIService) LogInExecute(r ApiLogInRequest) (*LogInResponse, *http.Response, error)
- func (a *SessionApiAPIService) LogOut(ctx context.Context) ApiLogOutRequest
- func (a *SessionApiAPIService) LogOutExecute(r ApiLogOutRequest) (*http.Response, error)
- type SnsCredentials
- func (o *SnsCredentials) GetApiKey() string
- func (o *SnsCredentials) GetApiKeyOk() (*string, bool)
- func (o *SnsCredentials) GetApiSecret() string
- func (o *SnsCredentials) GetApiSecretOk() (*string, bool)
- func (o *SnsCredentials) GetSns() string
- func (o *SnsCredentials) GetSnsOk() (*string, bool)
- func (o *SnsCredentials) HasApiKey() bool
- func (o *SnsCredentials) HasApiSecret() bool
- func (o *SnsCredentials) HasSns() bool
- func (o SnsCredentials) MarshalJSON() ([]byte, error)
- func (o *SnsCredentials) SetApiKey(v string)
- func (o *SnsCredentials) SetApiSecret(v string)
- func (o *SnsCredentials) SetSns(v string)
- func (o SnsCredentials) ToMap() (map[string]interface{}, error)
- type StringArray
- type TaggedValue
- func (o *TaggedValue) GetTag() string
- func (o *TaggedValue) GetTagOk() (*string, bool)
- func (o *TaggedValue) GetValue() string
- func (o *TaggedValue) GetValueOk() (*string, bool)
- func (o *TaggedValue) HasTag() bool
- func (o *TaggedValue) HasValue() bool
- func (o TaggedValue) MarshalJSON() ([]byte, error)
- func (o *TaggedValue) SetTag(v string)
- func (o *TaggedValue) SetValue(v string)
- func (o TaggedValue) ToMap() (map[string]interface{}, error)
- type TokenEndpointAPI
- type TokenEndpointAPIService
- type TrustAnchor
- func (o *TrustAnchor) GetEntityId() string
- func (o *TrustAnchor) GetEntityIdOk() (*string, bool)
- func (o *TrustAnchor) GetJwks() string
- func (o *TrustAnchor) GetJwksOk() (*string, bool)
- func (o *TrustAnchor) HasEntityId() bool
- func (o *TrustAnchor) HasJwks() bool
- func (o TrustAnchor) MarshalJSON() ([]byte, error)
- func (o *TrustAnchor) SetEntityId(v string)
- func (o *TrustAnchor) SetJwks(v string)
- func (o TrustAnchor) ToMap() (map[string]interface{}, error)
- type UpdateApiServerPrivilegesRequest
- func (o *UpdateApiServerPrivilegesRequest) GetAllClientPrivileges() []string
- func (o *UpdateApiServerPrivilegesRequest) GetAllClientPrivilegesOk() ([]string, bool)
- func (o *UpdateApiServerPrivilegesRequest) GetAllServicePrivileges() []string
- func (o *UpdateApiServerPrivilegesRequest) GetAllServicePrivilegesOk() ([]string, bool)
- func (o *UpdateApiServerPrivilegesRequest) GetApiServerId() int64
- func (o *UpdateApiServerPrivilegesRequest) GetApiServerIdOk() (*int64, bool)
- func (o *UpdateApiServerPrivilegesRequest) GetOrganizationId() int64
- func (o *UpdateApiServerPrivilegesRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *UpdateApiServerPrivilegesRequest) GetPrivileges() []string
- func (o *UpdateApiServerPrivilegesRequest) GetPrivilegesOk() ([]string, bool)
- func (o *UpdateApiServerPrivilegesRequest) GetUserId() int64
- func (o *UpdateApiServerPrivilegesRequest) GetUserIdOk() (*int64, bool)
- func (o *UpdateApiServerPrivilegesRequest) HasAllClientPrivileges() bool
- func (o *UpdateApiServerPrivilegesRequest) HasAllServicePrivileges() bool
- func (o *UpdateApiServerPrivilegesRequest) HasPrivileges() bool
- func (o UpdateApiServerPrivilegesRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateApiServerPrivilegesRequest) SetAllClientPrivileges(v []string)
- func (o *UpdateApiServerPrivilegesRequest) SetAllServicePrivileges(v []string)
- func (o *UpdateApiServerPrivilegesRequest) SetApiServerId(v int64)
- func (o *UpdateApiServerPrivilegesRequest) SetOrganizationId(v int64)
- func (o *UpdateApiServerPrivilegesRequest) SetPrivileges(v []string)
- func (o *UpdateApiServerPrivilegesRequest) SetUserId(v int64)
- func (o UpdateApiServerPrivilegesRequest) ToMap() (map[string]interface{}, error)
- func (o *UpdateApiServerPrivilegesRequest) UnmarshalJSON(data []byte) (err error)
- type UpdateApiServerRequest
- func (o *UpdateApiServerRequest) GetApiServerUrl() string
- func (o *UpdateApiServerRequest) GetApiServerUrlOk() (*string, bool)
- func (o *UpdateApiServerRequest) GetDescription() string
- func (o *UpdateApiServerRequest) GetDescriptionOk() (*string, bool)
- func (o *UpdateApiServerRequest) GetOwnedBy() int64
- func (o *UpdateApiServerRequest) GetOwnedByOk() (*int64, bool)
- func (o *UpdateApiServerRequest) HasOwnedBy() bool
- func (o UpdateApiServerRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateApiServerRequest) SetApiServerUrl(v string)
- func (o *UpdateApiServerRequest) SetDescription(v string)
- func (o *UpdateApiServerRequest) SetOwnedBy(v int64)
- func (o UpdateApiServerRequest) ToMap() (map[string]interface{}, error)
- func (o *UpdateApiServerRequest) UnmarshalJSON(data []byte) (err error)
- type UpdateClientPrivilegesRequest
- func (o *UpdateClientPrivilegesRequest) GetApiServerId() int64
- func (o *UpdateClientPrivilegesRequest) GetApiServerIdOk() (*int64, bool)
- func (o *UpdateClientPrivilegesRequest) GetClientId() int64
- func (o *UpdateClientPrivilegesRequest) GetClientIdOk() (*int64, bool)
- func (o *UpdateClientPrivilegesRequest) GetOrganizationId() int64
- func (o *UpdateClientPrivilegesRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *UpdateClientPrivilegesRequest) GetPrivileges() []string
- func (o *UpdateClientPrivilegesRequest) GetPrivilegesOk() ([]string, bool)
- func (o *UpdateClientPrivilegesRequest) GetServiceId() int64
- func (o *UpdateClientPrivilegesRequest) GetServiceIdOk() (*int64, bool)
- func (o *UpdateClientPrivilegesRequest) GetUserId() int64
- func (o *UpdateClientPrivilegesRequest) GetUserIdOk() (*int64, bool)
- func (o *UpdateClientPrivilegesRequest) HasPrivileges() bool
- func (o UpdateClientPrivilegesRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateClientPrivilegesRequest) SetApiServerId(v int64)
- func (o *UpdateClientPrivilegesRequest) SetClientId(v int64)
- func (o *UpdateClientPrivilegesRequest) SetOrganizationId(v int64)
- func (o *UpdateClientPrivilegesRequest) SetPrivileges(v []string)
- func (o *UpdateClientPrivilegesRequest) SetServiceId(v int64)
- func (o *UpdateClientPrivilegesRequest) SetUserId(v int64)
- func (o UpdateClientPrivilegesRequest) ToMap() (map[string]interface{}, error)
- func (o *UpdateClientPrivilegesRequest) UnmarshalJSON(data []byte) (err error)
- type UpdateOrganizationPrivilegesRequest
- func (o *UpdateOrganizationPrivilegesRequest) GetAllApiServerPrivileges() []string
- func (o *UpdateOrganizationPrivilegesRequest) GetAllApiServerPrivilegesOk() ([]string, bool)
- func (o *UpdateOrganizationPrivilegesRequest) GetAllClientPrivileges() []string
- func (o *UpdateOrganizationPrivilegesRequest) GetAllClientPrivilegesOk() ([]string, bool)
- func (o *UpdateOrganizationPrivilegesRequest) GetAllServicePrivileges() []string
- func (o *UpdateOrganizationPrivilegesRequest) GetAllServicePrivilegesOk() ([]string, bool)
- func (o *UpdateOrganizationPrivilegesRequest) GetOrganizationId() int64
- func (o *UpdateOrganizationPrivilegesRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *UpdateOrganizationPrivilegesRequest) GetPrivileges() []string
- func (o *UpdateOrganizationPrivilegesRequest) GetPrivilegesOk() ([]string, bool)
- func (o *UpdateOrganizationPrivilegesRequest) GetUserId() int64
- func (o *UpdateOrganizationPrivilegesRequest) GetUserIdOk() (*int64, bool)
- func (o *UpdateOrganizationPrivilegesRequest) HasAllApiServerPrivileges() bool
- func (o *UpdateOrganizationPrivilegesRequest) HasAllClientPrivileges() bool
- func (o *UpdateOrganizationPrivilegesRequest) HasAllServicePrivileges() bool
- func (o *UpdateOrganizationPrivilegesRequest) HasPrivileges() bool
- func (o UpdateOrganizationPrivilegesRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateOrganizationPrivilegesRequest) SetAllApiServerPrivileges(v []string)
- func (o *UpdateOrganizationPrivilegesRequest) SetAllClientPrivileges(v []string)
- func (o *UpdateOrganizationPrivilegesRequest) SetAllServicePrivileges(v []string)
- func (o *UpdateOrganizationPrivilegesRequest) SetOrganizationId(v int64)
- func (o *UpdateOrganizationPrivilegesRequest) SetPrivileges(v []string)
- func (o *UpdateOrganizationPrivilegesRequest) SetUserId(v int64)
- func (o UpdateOrganizationPrivilegesRequest) ToMap() (map[string]interface{}, error)
- func (o *UpdateOrganizationPrivilegesRequest) UnmarshalJSON(data []byte) (err error)
- type UpdateOrganizationRequest
- func (o *UpdateOrganizationRequest) GetName() string
- func (o *UpdateOrganizationRequest) GetNameOk() (*string, bool)
- func (o *UpdateOrganizationRequest) GetPlan() string
- func (o *UpdateOrganizationRequest) GetPlanOk() (*string, bool)
- func (o *UpdateOrganizationRequest) HasPlan() bool
- func (o UpdateOrganizationRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateOrganizationRequest) SetName(v string)
- func (o *UpdateOrganizationRequest) SetPlan(v string)
- func (o UpdateOrganizationRequest) ToMap() (map[string]interface{}, error)
- func (o *UpdateOrganizationRequest) UnmarshalJSON(data []byte) (err error)
- type UpdateServicePrivilegesRequest
- func (o *UpdateServicePrivilegesRequest) GetAllClientPrivileges() []string
- func (o *UpdateServicePrivilegesRequest) GetAllClientPrivilegesOk() ([]string, bool)
- func (o *UpdateServicePrivilegesRequest) GetApiServerId() int64
- func (o *UpdateServicePrivilegesRequest) GetApiServerIdOk() (*int64, bool)
- func (o *UpdateServicePrivilegesRequest) GetOrganizationId() int64
- func (o *UpdateServicePrivilegesRequest) GetOrganizationIdOk() (*int64, bool)
- func (o *UpdateServicePrivilegesRequest) GetPrivileges() []string
- func (o *UpdateServicePrivilegesRequest) GetPrivilegesOk() ([]string, bool)
- func (o *UpdateServicePrivilegesRequest) GetServiceId() int64
- func (o *UpdateServicePrivilegesRequest) GetServiceIdOk() (*int64, bool)
- func (o *UpdateServicePrivilegesRequest) GetUserId() int64
- func (o *UpdateServicePrivilegesRequest) GetUserIdOk() (*int64, bool)
- func (o *UpdateServicePrivilegesRequest) HasAllClientPrivileges() bool
- func (o *UpdateServicePrivilegesRequest) HasPrivileges() bool
- func (o UpdateServicePrivilegesRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateServicePrivilegesRequest) SetAllClientPrivileges(v []string)
- func (o *UpdateServicePrivilegesRequest) SetApiServerId(v int64)
- func (o *UpdateServicePrivilegesRequest) SetOrganizationId(v int64)
- func (o *UpdateServicePrivilegesRequest) SetPrivileges(v []string)
- func (o *UpdateServicePrivilegesRequest) SetServiceId(v int64)
- func (o *UpdateServicePrivilegesRequest) SetUserId(v int64)
- func (o UpdateServicePrivilegesRequest) ToMap() (map[string]interface{}, error)
- func (o *UpdateServicePrivilegesRequest) UnmarshalJSON(data []byte) (err error)
- type UpdateUserRequest
- func (o *UpdateUserRequest) GetEmail() string
- func (o *UpdateUserRequest) GetEmailOk() (*string, bool)
- func (o *UpdateUserRequest) GetFamilyName() string
- func (o *UpdateUserRequest) GetFamilyNameOk() (*string, bool)
- func (o *UpdateUserRequest) GetGivenName() string
- func (o *UpdateUserRequest) GetGivenNameOk() (*string, bool)
- func (o *UpdateUserRequest) HasFamilyName() bool
- func (o *UpdateUserRequest) HasGivenName() bool
- func (o UpdateUserRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateUserRequest) SetEmail(v string)
- func (o *UpdateUserRequest) SetFamilyName(v string)
- func (o *UpdateUserRequest) SetGivenName(v string)
- func (o UpdateUserRequest) ToMap() (map[string]interface{}, error)
- func (o *UpdateUserRequest) UnmarshalJSON(data []byte) (err error)
- type UserApiAPI
- type UserApiAPIService
- func (a *UserApiAPIService) BindTotpCredentials(ctx context.Context, id int64) ApiBindTotpCredentialsRequest
- func (a *UserApiAPIService) BindTotpCredentialsExecute(r ApiBindTotpCredentialsRequest) (*http.Response, error)
- func (a *UserApiAPIService) BindWebAuthnChallenge(ctx context.Context, id int64) ApiBindWebAuthnChallengeRequest
- func (a *UserApiAPIService) BindWebAuthnChallengeExecute(r ApiBindWebAuthnChallengeRequest) (string, *http.Response, error)
- func (a *UserApiAPIService) CreateTotpCredentials(ctx context.Context, id int64) ApiCreateTotpCredentialsRequest
- func (a *UserApiAPIService) CreateTotpCredentialsExecute(r ApiCreateTotpCredentialsRequest) (*GoogleAuthenticatorKey, *http.Response, error)
- func (a *UserApiAPIService) CreateUser(ctx context.Context) ApiCreateUserRequest
- func (a *UserApiAPIService) CreateUserExecute(r ApiCreateUserRequest) (*CreateUserResponse, *http.Response, error)
- func (a *UserApiAPIService) CreateWebAuthnChallenge(ctx context.Context, id int64) ApiCreateWebAuthnChallengeRequest
- func (a *UserApiAPIService) CreateWebAuthnChallengeExecute(r ApiCreateWebAuthnChallengeRequest) (*Challenge, *http.Response, error)
- func (a *UserApiAPIService) DeleteUser(ctx context.Context, id int64) ApiDeleteUserRequest
- func (a *UserApiAPIService) DeleteUserExecute(r ApiDeleteUserRequest) (*http.Response, error)
- func (a *UserApiAPIService) SetAdmin(ctx context.Context, id int64) ApiSetAdminRequest
- func (a *UserApiAPIService) SetAdminExecute(r ApiSetAdminRequest) (*AuthleteUser, *http.Response, error)
- func (a *UserApiAPIService) UnsetAdmin(ctx context.Context, id int64) ApiUnsetAdminRequest
- func (a *UserApiAPIService) UnsetAdminExecute(r ApiUnsetAdminRequest) (*AuthleteUser, *http.Response, error)
- func (a *UserApiAPIService) UpdateUser(ctx context.Context, id int64) ApiUpdateUserRequest
- func (a *UserApiAPIService) UpdateUserExecute(r ApiUpdateUserRequest) (*AuthleteUser, *http.Response, error)
- type UserInfoEndpointAPI
- type UserInfoEndpointAPIService
- type UserServiceMembershipResponse
- func (o *UserServiceMembershipResponse) GetAdmin() bool
- func (o *UserServiceMembershipResponse) GetAdminOk() (*bool, bool)
- func (o *UserServiceMembershipResponse) GetOrganizations() []OrganizationMembershipResponse
- func (o *UserServiceMembershipResponse) GetOrganizationsOk() ([]OrganizationMembershipResponse, bool)
- func (o *UserServiceMembershipResponse) GetUserId() int64
- func (o *UserServiceMembershipResponse) GetUserIdOk() (*int64, bool)
- func (o *UserServiceMembershipResponse) HasAdmin() bool
- func (o *UserServiceMembershipResponse) HasOrganizations() bool
- func (o *UserServiceMembershipResponse) HasUserId() bool
- func (o UserServiceMembershipResponse) MarshalJSON() ([]byte, error)
- func (o *UserServiceMembershipResponse) SetAdmin(v bool)
- func (o *UserServiceMembershipResponse) SetOrganizations(v []OrganizationMembershipResponse)
- func (o *UserServiceMembershipResponse) SetUserId(v int64)
- func (o UserServiceMembershipResponse) ToMap() (map[string]interface{}, error)
- type WebAuthnChallengeRequest
- func (o *WebAuthnChallengeRequest) GetAttestationObject() string
- func (o *WebAuthnChallengeRequest) GetAttestationObjectOk() (*string, bool)
- func (o *WebAuthnChallengeRequest) GetAuthenticatorData() string
- func (o *WebAuthnChallengeRequest) GetAuthenticatorDataOk() (*string, bool)
- func (o *WebAuthnChallengeRequest) GetClientData() string
- func (o *WebAuthnChallengeRequest) GetClientDataOk() (*string, bool)
- func (o *WebAuthnChallengeRequest) GetId() string
- func (o *WebAuthnChallengeRequest) GetIdOk() (*string, bool)
- func (o *WebAuthnChallengeRequest) GetSignature() string
- func (o *WebAuthnChallengeRequest) GetSignatureOk() (*string, bool)
- func (o *WebAuthnChallengeRequest) GetType() string
- func (o *WebAuthnChallengeRequest) GetTypeOk() (*string, bool)
- func (o *WebAuthnChallengeRequest) HasAttestationObject() bool
- func (o *WebAuthnChallengeRequest) HasAuthenticatorData() bool
- func (o *WebAuthnChallengeRequest) HasClientData() bool
- func (o *WebAuthnChallengeRequest) HasId() bool
- func (o *WebAuthnChallengeRequest) HasSignature() bool
- func (o *WebAuthnChallengeRequest) HasType() bool
- func (o WebAuthnChallengeRequest) MarshalJSON() ([]byte, error)
- func (o *WebAuthnChallengeRequest) SetAttestationObject(v string)
- func (o *WebAuthnChallengeRequest) SetAuthenticatorData(v string)
- func (o *WebAuthnChallengeRequest) SetClientData(v string)
- func (o *WebAuthnChallengeRequest) SetId(v string)
- func (o *WebAuthnChallengeRequest) SetSignature(v string)
- func (o *WebAuthnChallengeRequest) SetType(v string)
- func (o WebAuthnChallengeRequest) ToMap() (map[string]interface{}, error)
- type WebAuthnChallengeResponse
- func (o *WebAuthnChallengeResponse) GetAuthenticators() []string
- func (o *WebAuthnChallengeResponse) GetAuthenticatorsOk() ([]string, bool)
- func (o *WebAuthnChallengeResponse) GetChallenge() Challenge
- func (o *WebAuthnChallengeResponse) GetChallengeOk() (*Challenge, bool)
- func (o *WebAuthnChallengeResponse) HasAuthenticators() bool
- func (o *WebAuthnChallengeResponse) HasChallenge() bool
- func (o WebAuthnChallengeResponse) MarshalJSON() ([]byte, error)
- func (o *WebAuthnChallengeResponse) SetAuthenticators(v []string)
- func (o *WebAuthnChallengeResponse) SetChallenge(v Challenge)
- func (o WebAuthnChallengeResponse) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // 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") )
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 { AccessApiAPI AccessApiAPI AccessMapApiAPI AccessMapApiAPI ApiServerApiAPI ApiServerApiAPI AuthorizationEndpointAPI AuthorizationEndpointAPI AuthorizeApiAPI AuthorizeApiAPI DiscoveryEndpointAPI DiscoveryEndpointAPI IntrospectionEndpointAPI IntrospectionEndpointAPI JsonWebKeySetEndpointAPI JsonWebKeySetEndpointAPI OrganizationApiAPI OrganizationApiAPI OrganizationTokenApiAPI OrganizationTokenApiAPI ServiceApiAPI ServiceApiAPI ServiceTokenApiAPI ServiceTokenApiAPI SessionApiAPI SessionApiAPI TokenEndpointAPI TokenEndpointAPI UserApiAPI UserApiAPI UserInfoEndpointAPI UserInfoEndpointAPI // contains filtered or unexported fields }
APIClient manages communication with the OpenAPI definition API vv0 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 AccessApiAPI ¶ added in v0.3.0
type AccessApiAPI interface { /* AcceptInvitation Method for AcceptInvitation @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiAcceptInvitationRequest */ AcceptInvitation(ctx context.Context, id int64) ApiAcceptInvitationRequest // AcceptInvitationExecute executes the request AcceptInvitationExecute(r ApiAcceptInvitationRequest) (*http.Response, error) /* DeclineInvitation Method for DeclineInvitation @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiDeclineInvitationRequest */ DeclineInvitation(ctx context.Context, id int64) ApiDeclineInvitationRequest // DeclineInvitationExecute executes the request DeclineInvitationExecute(r ApiDeclineInvitationRequest) (*http.Response, error) /* GetInvitation Method for GetInvitation @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetInvitationRequest */ GetInvitation(ctx context.Context, id int64) ApiGetInvitationRequest // GetInvitationExecute executes the request // @return InvitationResponse GetInvitationExecute(r ApiGetInvitationRequest) (*InvitationResponse, *http.Response, error) /* GetReceivedInvitations Method for GetReceivedInvitations @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetReceivedInvitationsRequest */ GetReceivedInvitations(ctx context.Context) ApiGetReceivedInvitationsRequest // GetReceivedInvitationsExecute executes the request // @return []InvitationResponse GetReceivedInvitationsExecute(r ApiGetReceivedInvitationsRequest) ([]InvitationResponse, *http.Response, error) /* GetSentInvitations Method for GetSentInvitations @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetSentInvitationsRequest */ GetSentInvitations(ctx context.Context) ApiGetSentInvitationsRequest // GetSentInvitationsExecute executes the request // @return []InvitationResponse GetSentInvitationsExecute(r ApiGetSentInvitationsRequest) ([]InvitationResponse, *http.Response, error) /* InviteByEmail Method for InviteByEmail @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiInviteByEmailRequest */ InviteByEmail(ctx context.Context) ApiInviteByEmailRequest // InviteByEmailExecute executes the request // @return InvitationResponse InviteByEmailExecute(r ApiInviteByEmailRequest) (*InvitationResponse, *http.Response, error) /* RemoveApiServerPrivileges Method for RemoveApiServerPrivileges @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRemoveApiServerPrivilegesRequest */ RemoveApiServerPrivileges(ctx context.Context) ApiRemoveApiServerPrivilegesRequest // RemoveApiServerPrivilegesExecute executes the request RemoveApiServerPrivilegesExecute(r ApiRemoveApiServerPrivilegesRequest) (*http.Response, error) /* RemoveClientPrivileges Method for RemoveClientPrivileges @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRemoveClientPrivilegesRequest */ RemoveClientPrivileges(ctx context.Context) ApiRemoveClientPrivilegesRequest // RemoveClientPrivilegesExecute executes the request RemoveClientPrivilegesExecute(r ApiRemoveClientPrivilegesRequest) (*http.Response, error) /* RemoveOrganizationPrivileges Method for RemoveOrganizationPrivileges @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRemoveOrganizationPrivilegesRequest */ RemoveOrganizationPrivileges(ctx context.Context) ApiRemoveOrganizationPrivilegesRequest // RemoveOrganizationPrivilegesExecute executes the request RemoveOrganizationPrivilegesExecute(r ApiRemoveOrganizationPrivilegesRequest) (*http.Response, error) /* RemoveServicePrivileges Method for RemoveServicePrivileges @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRemoveServicePrivilegesRequest */ RemoveServicePrivileges(ctx context.Context) ApiRemoveServicePrivilegesRequest // RemoveServicePrivilegesExecute executes the request RemoveServicePrivilegesExecute(r ApiRemoveServicePrivilegesRequest) (*http.Response, error) /* UpdateApiServerPrivileges Method for UpdateApiServerPrivileges @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUpdateApiServerPrivilegesRequest */ UpdateApiServerPrivileges(ctx context.Context) ApiUpdateApiServerPrivilegesRequest // UpdateApiServerPrivilegesExecute executes the request // @return ApiServerAccessResponse UpdateApiServerPrivilegesExecute(r ApiUpdateApiServerPrivilegesRequest) (*ApiServerAccessResponse, *http.Response, error) /* UpdateClientPrivileges Method for UpdateClientPrivileges @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUpdateClientPrivilegesRequest */ UpdateClientPrivileges(ctx context.Context) ApiUpdateClientPrivilegesRequest // UpdateClientPrivilegesExecute executes the request // @return ClientAccessResponse UpdateClientPrivilegesExecute(r ApiUpdateClientPrivilegesRequest) (*ClientAccessResponse, *http.Response, error) /* UpdateOrganizationPrivileges Method for UpdateOrganizationPrivileges @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUpdateOrganizationPrivilegesRequest */ UpdateOrganizationPrivileges(ctx context.Context) ApiUpdateOrganizationPrivilegesRequest // UpdateOrganizationPrivilegesExecute executes the request // @return OrganizationAccessResponse UpdateOrganizationPrivilegesExecute(r ApiUpdateOrganizationPrivilegesRequest) (*OrganizationAccessResponse, *http.Response, error) /* UpdateServicePrivileges Method for UpdateServicePrivileges @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUpdateServicePrivilegesRequest */ UpdateServicePrivileges(ctx context.Context) ApiUpdateServicePrivilegesRequest // UpdateServicePrivilegesExecute executes the request // @return ServiceAccessResponse UpdateServicePrivilegesExecute(r ApiUpdateServicePrivilegesRequest) (*ServiceAccessResponse, *http.Response, error) }
type AccessApiAPIService ¶ added in v0.3.0
type AccessApiAPIService service
AccessApiAPIService AccessApiAPI service
func (*AccessApiAPIService) AcceptInvitation ¶ added in v0.3.0
func (a *AccessApiAPIService) AcceptInvitation(ctx context.Context, id int64) ApiAcceptInvitationRequest
AcceptInvitation Method for AcceptInvitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiAcceptInvitationRequest
func (*AccessApiAPIService) AcceptInvitationExecute ¶ added in v0.3.0
func (a *AccessApiAPIService) AcceptInvitationExecute(r ApiAcceptInvitationRequest) (*http.Response, error)
Execute executes the request
func (*AccessApiAPIService) DeclineInvitation ¶ added in v0.3.0
func (a *AccessApiAPIService) DeclineInvitation(ctx context.Context, id int64) ApiDeclineInvitationRequest
DeclineInvitation Method for DeclineInvitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiDeclineInvitationRequest
func (*AccessApiAPIService) DeclineInvitationExecute ¶ added in v0.3.0
func (a *AccessApiAPIService) DeclineInvitationExecute(r ApiDeclineInvitationRequest) (*http.Response, error)
Execute executes the request
func (*AccessApiAPIService) GetInvitation ¶ added in v0.3.0
func (a *AccessApiAPIService) GetInvitation(ctx context.Context, id int64) ApiGetInvitationRequest
GetInvitation Method for GetInvitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetInvitationRequest
func (*AccessApiAPIService) GetInvitationExecute ¶ added in v0.3.0
func (a *AccessApiAPIService) GetInvitationExecute(r ApiGetInvitationRequest) (*InvitationResponse, *http.Response, error)
Execute executes the request
@return InvitationResponse
func (*AccessApiAPIService) GetReceivedInvitations ¶ added in v0.3.0
func (a *AccessApiAPIService) GetReceivedInvitations(ctx context.Context) ApiGetReceivedInvitationsRequest
GetReceivedInvitations Method for GetReceivedInvitations
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetReceivedInvitationsRequest
func (*AccessApiAPIService) GetReceivedInvitationsExecute ¶ added in v0.3.0
func (a *AccessApiAPIService) GetReceivedInvitationsExecute(r ApiGetReceivedInvitationsRequest) ([]InvitationResponse, *http.Response, error)
Execute executes the request
@return []InvitationResponse
func (*AccessApiAPIService) GetSentInvitations ¶ added in v0.3.0
func (a *AccessApiAPIService) GetSentInvitations(ctx context.Context) ApiGetSentInvitationsRequest
GetSentInvitations Method for GetSentInvitations
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetSentInvitationsRequest
func (*AccessApiAPIService) GetSentInvitationsExecute ¶ added in v0.3.0
func (a *AccessApiAPIService) GetSentInvitationsExecute(r ApiGetSentInvitationsRequest) ([]InvitationResponse, *http.Response, error)
Execute executes the request
@return []InvitationResponse
func (*AccessApiAPIService) InviteByEmail ¶ added in v0.3.0
func (a *AccessApiAPIService) InviteByEmail(ctx context.Context) ApiInviteByEmailRequest
InviteByEmail Method for InviteByEmail
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiInviteByEmailRequest
func (*AccessApiAPIService) InviteByEmailExecute ¶ added in v0.3.0
func (a *AccessApiAPIService) InviteByEmailExecute(r ApiInviteByEmailRequest) (*InvitationResponse, *http.Response, error)
Execute executes the request
@return InvitationResponse
func (*AccessApiAPIService) RemoveApiServerPrivileges ¶ added in v0.3.0
func (a *AccessApiAPIService) RemoveApiServerPrivileges(ctx context.Context) ApiRemoveApiServerPrivilegesRequest
RemoveApiServerPrivileges Method for RemoveApiServerPrivileges
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRemoveApiServerPrivilegesRequest
func (*AccessApiAPIService) RemoveApiServerPrivilegesExecute ¶ added in v0.3.0
func (a *AccessApiAPIService) RemoveApiServerPrivilegesExecute(r ApiRemoveApiServerPrivilegesRequest) (*http.Response, error)
Execute executes the request
func (*AccessApiAPIService) RemoveClientPrivileges ¶ added in v0.3.0
func (a *AccessApiAPIService) RemoveClientPrivileges(ctx context.Context) ApiRemoveClientPrivilegesRequest
RemoveClientPrivileges Method for RemoveClientPrivileges
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRemoveClientPrivilegesRequest
func (*AccessApiAPIService) RemoveClientPrivilegesExecute ¶ added in v0.3.0
func (a *AccessApiAPIService) RemoveClientPrivilegesExecute(r ApiRemoveClientPrivilegesRequest) (*http.Response, error)
Execute executes the request
func (*AccessApiAPIService) RemoveOrganizationPrivileges ¶ added in v0.3.0
func (a *AccessApiAPIService) RemoveOrganizationPrivileges(ctx context.Context) ApiRemoveOrganizationPrivilegesRequest
RemoveOrganizationPrivileges Method for RemoveOrganizationPrivileges
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRemoveOrganizationPrivilegesRequest
func (*AccessApiAPIService) RemoveOrganizationPrivilegesExecute ¶ added in v0.3.0
func (a *AccessApiAPIService) RemoveOrganizationPrivilegesExecute(r ApiRemoveOrganizationPrivilegesRequest) (*http.Response, error)
Execute executes the request
func (*AccessApiAPIService) RemoveServicePrivileges ¶ added in v0.3.0
func (a *AccessApiAPIService) RemoveServicePrivileges(ctx context.Context) ApiRemoveServicePrivilegesRequest
RemoveServicePrivileges Method for RemoveServicePrivileges
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRemoveServicePrivilegesRequest
func (*AccessApiAPIService) RemoveServicePrivilegesExecute ¶ added in v0.3.0
func (a *AccessApiAPIService) RemoveServicePrivilegesExecute(r ApiRemoveServicePrivilegesRequest) (*http.Response, error)
Execute executes the request
func (*AccessApiAPIService) UpdateApiServerPrivileges ¶ added in v0.3.0
func (a *AccessApiAPIService) UpdateApiServerPrivileges(ctx context.Context) ApiUpdateApiServerPrivilegesRequest
UpdateApiServerPrivileges Method for UpdateApiServerPrivileges
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUpdateApiServerPrivilegesRequest
func (*AccessApiAPIService) UpdateApiServerPrivilegesExecute ¶ added in v0.3.0
func (a *AccessApiAPIService) UpdateApiServerPrivilegesExecute(r ApiUpdateApiServerPrivilegesRequest) (*ApiServerAccessResponse, *http.Response, error)
Execute executes the request
@return ApiServerAccessResponse
func (*AccessApiAPIService) UpdateClientPrivileges ¶ added in v0.3.0
func (a *AccessApiAPIService) UpdateClientPrivileges(ctx context.Context) ApiUpdateClientPrivilegesRequest
UpdateClientPrivileges Method for UpdateClientPrivileges
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUpdateClientPrivilegesRequest
func (*AccessApiAPIService) UpdateClientPrivilegesExecute ¶ added in v0.3.0
func (a *AccessApiAPIService) UpdateClientPrivilegesExecute(r ApiUpdateClientPrivilegesRequest) (*ClientAccessResponse, *http.Response, error)
Execute executes the request
@return ClientAccessResponse
func (*AccessApiAPIService) UpdateOrganizationPrivileges ¶ added in v0.3.0
func (a *AccessApiAPIService) UpdateOrganizationPrivileges(ctx context.Context) ApiUpdateOrganizationPrivilegesRequest
UpdateOrganizationPrivileges Method for UpdateOrganizationPrivileges
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUpdateOrganizationPrivilegesRequest
func (*AccessApiAPIService) UpdateOrganizationPrivilegesExecute ¶ added in v0.3.0
func (a *AccessApiAPIService) UpdateOrganizationPrivilegesExecute(r ApiUpdateOrganizationPrivilegesRequest) (*OrganizationAccessResponse, *http.Response, error)
Execute executes the request
@return OrganizationAccessResponse
func (*AccessApiAPIService) UpdateServicePrivileges ¶ added in v0.3.0
func (a *AccessApiAPIService) UpdateServicePrivileges(ctx context.Context) ApiUpdateServicePrivilegesRequest
UpdateServicePrivileges Method for UpdateServicePrivileges
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUpdateServicePrivilegesRequest
func (*AccessApiAPIService) UpdateServicePrivilegesExecute ¶ added in v0.3.0
func (a *AccessApiAPIService) UpdateServicePrivilegesExecute(r ApiUpdateServicePrivilegesRequest) (*ServiceAccessResponse, *http.Response, error)
Execute executes the request
@return ServiceAccessResponse
type AccessMapApiAPI ¶ added in v0.3.0
type AccessMapApiAPI interface { /* GetAccessMap Method for GetAccessMap @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetAccessMapRequest */ GetAccessMap(ctx context.Context) ApiGetAccessMapRequest // GetAccessMapExecute executes the request // @return UserServiceMembershipResponse GetAccessMapExecute(r ApiGetAccessMapRequest) (*UserServiceMembershipResponse, *http.Response, error) }
type AccessMapApiAPIService ¶ added in v0.3.0
type AccessMapApiAPIService service
AccessMapApiAPIService AccessMapApiAPI service
func (*AccessMapApiAPIService) GetAccessMap ¶ added in v0.3.0
func (a *AccessMapApiAPIService) GetAccessMap(ctx context.Context) ApiGetAccessMapRequest
GetAccessMap Method for GetAccessMap
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetAccessMapRequest
func (*AccessMapApiAPIService) GetAccessMapExecute ¶ added in v0.3.0
func (a *AccessMapApiAPIService) GetAccessMapExecute(r ApiGetAccessMapRequest) (*UserServiceMembershipResponse, *http.Response, error)
Execute executes the request
@return UserServiceMembershipResponse
type AdoptServiceRequest ¶
type AdoptServiceRequest struct { OrganizationId int64 `json:"organizationId"` ApiServerId int64 `json:"apiServerId"` ServiceId int64 `json:"serviceId"` }
AdoptServiceRequest struct for AdoptServiceRequest
func NewAdoptServiceRequest ¶
func NewAdoptServiceRequest(organizationId int64, apiServerId int64, serviceId int64) *AdoptServiceRequest
NewAdoptServiceRequest instantiates a new AdoptServiceRequest 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 NewAdoptServiceRequestWithDefaults ¶
func NewAdoptServiceRequestWithDefaults() *AdoptServiceRequest
NewAdoptServiceRequestWithDefaults instantiates a new AdoptServiceRequest 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 (*AdoptServiceRequest) GetApiServerId ¶
func (o *AdoptServiceRequest) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value
func (*AdoptServiceRequest) GetApiServerIdOk ¶
func (o *AdoptServiceRequest) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value and a boolean to check if the value has been set.
func (*AdoptServiceRequest) GetOrganizationId ¶
func (o *AdoptServiceRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*AdoptServiceRequest) GetOrganizationIdOk ¶
func (o *AdoptServiceRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*AdoptServiceRequest) GetServiceId ¶
func (o *AdoptServiceRequest) GetServiceId() int64
GetServiceId returns the ServiceId field value
func (*AdoptServiceRequest) GetServiceIdOk ¶
func (o *AdoptServiceRequest) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.
func (AdoptServiceRequest) MarshalJSON ¶
func (o AdoptServiceRequest) MarshalJSON() ([]byte, error)
func (*AdoptServiceRequest) SetApiServerId ¶
func (o *AdoptServiceRequest) SetApiServerId(v int64)
SetApiServerId sets field value
func (*AdoptServiceRequest) SetOrganizationId ¶
func (o *AdoptServiceRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (*AdoptServiceRequest) SetServiceId ¶
func (o *AdoptServiceRequest) SetServiceId(v int64)
SetServiceId sets field value
func (AdoptServiceRequest) ToMap ¶ added in v0.3.0
func (o AdoptServiceRequest) ToMap() (map[string]interface{}, error)
func (*AdoptServiceRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *AdoptServiceRequest) UnmarshalJSON(data []byte) (err error)
type ApiAcceptInvitationRequest ¶
type ApiAcceptInvitationRequest struct { ApiService AccessApiAPI // contains filtered or unexported fields }
func (ApiAcceptInvitationRequest) Authorization ¶
func (r ApiAcceptInvitationRequest) Authorization(authorization string) ApiAcceptInvitationRequest
func (ApiAcceptInvitationRequest) DPoP ¶
func (r ApiAcceptInvitationRequest) DPoP(dPoP string) ApiAcceptInvitationRequest
type ApiAccountCheckRequest ¶
type ApiAccountCheckRequest struct { ApiService SessionApiAPI // contains filtered or unexported fields }
func (ApiAccountCheckRequest) Execute ¶
func (r ApiAccountCheckRequest) Execute() (*LogInResponse, *http.Response, error)
type ApiAdoptServiceRequest ¶
type ApiAdoptServiceRequest struct { ApiService ServiceApiAPI // contains filtered or unexported fields }
func (ApiAdoptServiceRequest) AdoptServiceRequest ¶
func (r ApiAdoptServiceRequest) AdoptServiceRequest(adoptServiceRequest AdoptServiceRequest) ApiAdoptServiceRequest
func (ApiAdoptServiceRequest) Authorization ¶
func (r ApiAdoptServiceRequest) Authorization(authorization string) ApiAdoptServiceRequest
func (ApiAdoptServiceRequest) DPoP ¶
func (r ApiAdoptServiceRequest) DPoP(dPoP string) ApiAdoptServiceRequest
func (ApiAdoptServiceRequest) Execute ¶
func (r ApiAdoptServiceRequest) Execute() (*ServiceInstanceManagementResponse, *http.Response, error)
type ApiBindTotpCredentialsRequest ¶
type ApiBindTotpCredentialsRequest struct { ApiService UserApiAPI // contains filtered or unexported fields }
func (ApiBindTotpCredentialsRequest) BindTotpCredentialsRequest ¶
func (r ApiBindTotpCredentialsRequest) BindTotpCredentialsRequest(bindTotpCredentialsRequest BindTotpCredentialsRequest) ApiBindTotpCredentialsRequest
type ApiBindWebAuthnChallengeRequest ¶
type ApiBindWebAuthnChallengeRequest struct { ApiService UserApiAPI // contains filtered or unexported fields }
func (ApiBindWebAuthnChallengeRequest) Execute ¶
func (r ApiBindWebAuthnChallengeRequest) Execute() (string, *http.Response, error)
func (ApiBindWebAuthnChallengeRequest) WebAuthnChallengeRequest ¶
func (r ApiBindWebAuthnChallengeRequest) WebAuthnChallengeRequest(webAuthnChallengeRequest WebAuthnChallengeRequest) ApiBindWebAuthnChallengeRequest
type ApiCreateApiServerRequest ¶
type ApiCreateApiServerRequest struct { ApiService ApiServerApiAPI // contains filtered or unexported fields }
func (ApiCreateApiServerRequest) Authorization ¶
func (r ApiCreateApiServerRequest) Authorization(authorization string) ApiCreateApiServerRequest
func (ApiCreateApiServerRequest) CreateApiServerRequest ¶
func (r ApiCreateApiServerRequest) CreateApiServerRequest(createApiServerRequest CreateApiServerRequest) ApiCreateApiServerRequest
func (ApiCreateApiServerRequest) DPoP ¶
func (r ApiCreateApiServerRequest) DPoP(dPoP string) ApiCreateApiServerRequest
func (ApiCreateApiServerRequest) Execute ¶
func (r ApiCreateApiServerRequest) Execute() (*AuthleteApiServerUpdateResponse, *http.Response, error)
type ApiCreateOrganizationRequest ¶
type ApiCreateOrganizationRequest struct { ApiService OrganizationApiAPI // contains filtered or unexported fields }
func (ApiCreateOrganizationRequest) Authorization ¶
func (r ApiCreateOrganizationRequest) Authorization(authorization string) ApiCreateOrganizationRequest
func (ApiCreateOrganizationRequest) DPoP ¶
func (r ApiCreateOrganizationRequest) DPoP(dPoP string) ApiCreateOrganizationRequest
func (ApiCreateOrganizationRequest) Execute ¶
func (r ApiCreateOrganizationRequest) Execute() (*OrganizationResponse, *http.Response, error)
func (ApiCreateOrganizationRequest) UpdateOrganizationRequest ¶
func (r ApiCreateOrganizationRequest) UpdateOrganizationRequest(updateOrganizationRequest UpdateOrganizationRequest) ApiCreateOrganizationRequest
type ApiCreateServiceRequest ¶
type ApiCreateServiceRequest struct { ApiService ServiceApiAPI // contains filtered or unexported fields }
func (ApiCreateServiceRequest) Authorization ¶
func (r ApiCreateServiceRequest) Authorization(authorization string) ApiCreateServiceRequest
func (ApiCreateServiceRequest) CreateServiceRequest ¶
func (r ApiCreateServiceRequest) CreateServiceRequest(createServiceRequest CreateServiceRequest) ApiCreateServiceRequest
func (ApiCreateServiceRequest) DPoP ¶
func (r ApiCreateServiceRequest) DPoP(dPoP string) ApiCreateServiceRequest
type ApiCreateTokenForOrganizationRequest ¶
type ApiCreateTokenForOrganizationRequest struct { ApiService OrganizationTokenApiAPI // contains filtered or unexported fields }
func (ApiCreateTokenForOrganizationRequest) Authorization ¶
func (r ApiCreateTokenForOrganizationRequest) Authorization(authorization string) ApiCreateTokenForOrganizationRequest
func (ApiCreateTokenForOrganizationRequest) CreateOrganizationTokenRequest ¶
func (r ApiCreateTokenForOrganizationRequest) CreateOrganizationTokenRequest(createOrganizationTokenRequest CreateOrganizationTokenRequest) ApiCreateTokenForOrganizationRequest
func (ApiCreateTokenForOrganizationRequest) DPoP ¶
func (r ApiCreateTokenForOrganizationRequest) DPoP(dPoP string) ApiCreateTokenForOrganizationRequest
func (ApiCreateTokenForOrganizationRequest) Execute ¶
func (r ApiCreateTokenForOrganizationRequest) Execute() (*OrganizationTokenResponse, *http.Response, error)
type ApiCreateTokenForServiceRequest ¶
type ApiCreateTokenForServiceRequest struct { ApiService ServiceTokenApiAPI // contains filtered or unexported fields }
func (ApiCreateTokenForServiceRequest) Authorization ¶
func (r ApiCreateTokenForServiceRequest) Authorization(authorization string) ApiCreateTokenForServiceRequest
func (ApiCreateTokenForServiceRequest) CreateServiceTokenRequest ¶
func (r ApiCreateTokenForServiceRequest) CreateServiceTokenRequest(createServiceTokenRequest CreateServiceTokenRequest) ApiCreateTokenForServiceRequest
func (ApiCreateTokenForServiceRequest) DPoP ¶
func (r ApiCreateTokenForServiceRequest) DPoP(dPoP string) ApiCreateTokenForServiceRequest
func (ApiCreateTokenForServiceRequest) Execute ¶
func (r ApiCreateTokenForServiceRequest) Execute() (*ServiceTokenResponse, *http.Response, error)
type ApiCreateTotpCredentialsRequest ¶
type ApiCreateTotpCredentialsRequest struct { ApiService UserApiAPI // contains filtered or unexported fields }
func (ApiCreateTotpCredentialsRequest) Execute ¶
func (r ApiCreateTotpCredentialsRequest) Execute() (*GoogleAuthenticatorKey, *http.Response, error)
type ApiCreateUserRequest ¶
type ApiCreateUserRequest struct { ApiService UserApiAPI // contains filtered or unexported fields }
func (ApiCreateUserRequest) CreateUserRequest ¶
func (r ApiCreateUserRequest) CreateUserRequest(createUserRequest CreateUserRequest) ApiCreateUserRequest
func (ApiCreateUserRequest) Execute ¶
func (r ApiCreateUserRequest) Execute() (*CreateUserResponse, *http.Response, error)
type ApiCreateWebAuthnChallengeRequest ¶
type ApiCreateWebAuthnChallengeRequest struct { ApiService UserApiAPI // contains filtered or unexported fields }
type ApiDeclineInvitationRequest ¶
type ApiDeclineInvitationRequest struct { ApiService AccessApiAPI // contains filtered or unexported fields }
func (ApiDeclineInvitationRequest) Authorization ¶
func (r ApiDeclineInvitationRequest) Authorization(authorization string) ApiDeclineInvitationRequest
func (ApiDeclineInvitationRequest) DPoP ¶
func (r ApiDeclineInvitationRequest) DPoP(dPoP string) ApiDeclineInvitationRequest
type ApiDeleteApiServerRequest ¶
type ApiDeleteApiServerRequest struct { ApiService ApiServerApiAPI // contains filtered or unexported fields }
func (ApiDeleteApiServerRequest) Authorization ¶
func (r ApiDeleteApiServerRequest) Authorization(authorization string) ApiDeleteApiServerRequest
func (ApiDeleteApiServerRequest) DPoP ¶
func (r ApiDeleteApiServerRequest) DPoP(dPoP string) ApiDeleteApiServerRequest
type ApiDeleteOrganizationRequest ¶
type ApiDeleteOrganizationRequest struct { ApiService OrganizationApiAPI // contains filtered or unexported fields }
func (ApiDeleteOrganizationRequest) Authorization ¶
func (r ApiDeleteOrganizationRequest) Authorization(authorization string) ApiDeleteOrganizationRequest
func (ApiDeleteOrganizationRequest) DPoP ¶
func (r ApiDeleteOrganizationRequest) DPoP(dPoP string) ApiDeleteOrganizationRequest
type ApiDeleteOrganizationTokenRequest ¶
type ApiDeleteOrganizationTokenRequest struct { ApiService OrganizationTokenApiAPI // contains filtered or unexported fields }
func (ApiDeleteOrganizationTokenRequest) Authorization ¶
func (r ApiDeleteOrganizationTokenRequest) Authorization(authorization string) ApiDeleteOrganizationTokenRequest
func (ApiDeleteOrganizationTokenRequest) DPoP ¶
func (r ApiDeleteOrganizationTokenRequest) DPoP(dPoP string) ApiDeleteOrganizationTokenRequest
func (ApiDeleteOrganizationTokenRequest) DeleteOrganizationTokenRequest ¶
func (r ApiDeleteOrganizationTokenRequest) DeleteOrganizationTokenRequest(deleteOrganizationTokenRequest DeleteOrganizationTokenRequest) ApiDeleteOrganizationTokenRequest
type ApiDeleteServiceRequest ¶
type ApiDeleteServiceRequest struct { ApiService ServiceApiAPI // contains filtered or unexported fields }
func (ApiDeleteServiceRequest) Authorization ¶
func (r ApiDeleteServiceRequest) Authorization(authorization string) ApiDeleteServiceRequest
func (ApiDeleteServiceRequest) DPoP ¶
func (r ApiDeleteServiceRequest) DPoP(dPoP string) ApiDeleteServiceRequest
func (ApiDeleteServiceRequest) DeleteServiceRequest ¶
func (r ApiDeleteServiceRequest) DeleteServiceRequest(deleteServiceRequest DeleteServiceRequest) ApiDeleteServiceRequest
type ApiDeleteUserRequest ¶
type ApiDeleteUserRequest struct { ApiService UserApiAPI // contains filtered or unexported fields }
type ApiFindServiceRequest ¶
type ApiFindServiceRequest struct { ApiService ServiceApiAPI // contains filtered or unexported fields }
func (ApiFindServiceRequest) Authorization ¶
func (r ApiFindServiceRequest) Authorization(authorization string) ApiFindServiceRequest
func (ApiFindServiceRequest) DPoP ¶
func (r ApiFindServiceRequest) DPoP(dPoP string) ApiFindServiceRequest
func (ApiFindServiceRequest) Execute ¶
func (r ApiFindServiceRequest) Execute() ([]ServiceInstanceManagementResponse, *http.Response, error)
type ApiGetAccessMapRequest ¶
type ApiGetAccessMapRequest struct { ApiService AccessMapApiAPI // contains filtered or unexported fields }
func (ApiGetAccessMapRequest) Authorization ¶
func (r ApiGetAccessMapRequest) Authorization(authorization string) ApiGetAccessMapRequest
func (ApiGetAccessMapRequest) DPoP ¶
func (r ApiGetAccessMapRequest) DPoP(dPoP string) ApiGetAccessMapRequest
func (ApiGetAccessMapRequest) Execute ¶
func (r ApiGetAccessMapRequest) Execute() (*UserServiceMembershipResponse, *http.Response, error)
type ApiGetAll1Request ¶
type ApiGetAll1Request struct { ApiService ApiServerApiAPI // contains filtered or unexported fields }
func (ApiGetAll1Request) Authorization ¶
func (r ApiGetAll1Request) Authorization(authorization string) ApiGetAll1Request
func (ApiGetAll1Request) DPoP ¶
func (r ApiGetAll1Request) DPoP(dPoP string) ApiGetAll1Request
func (ApiGetAll1Request) Execute ¶
func (r ApiGetAll1Request) Execute() ([]AuthleteApiServerUpdateResponse, *http.Response, error)
type ApiGetAllRequest ¶
type ApiGetAllRequest struct { ApiService OrganizationApiAPI // contains filtered or unexported fields }
func (ApiGetAllRequest) Authorization ¶
func (r ApiGetAllRequest) Authorization(authorization string) ApiGetAllRequest
func (ApiGetAllRequest) DPoP ¶
func (r ApiGetAllRequest) DPoP(dPoP string) ApiGetAllRequest
func (ApiGetAllRequest) Execute ¶
func (r ApiGetAllRequest) Execute() ([]OrganizationResponse, *http.Response, error)
type ApiGetApiServerRequest ¶
type ApiGetApiServerRequest struct { ApiService ApiServerApiAPI // contains filtered or unexported fields }
func (ApiGetApiServerRequest) Authorization ¶
func (r ApiGetApiServerRequest) Authorization(authorization string) ApiGetApiServerRequest
func (ApiGetApiServerRequest) DPoP ¶
func (r ApiGetApiServerRequest) DPoP(dPoP string) ApiGetApiServerRequest
func (ApiGetApiServerRequest) Execute ¶
func (r ApiGetApiServerRequest) Execute() (*AuthleteApiServerUpdateResponse, *http.Response, error)
type ApiGetConfigurationRequest ¶
type ApiGetConfigurationRequest struct { ApiService DiscoveryEndpointAPI // contains filtered or unexported fields }
type ApiGetCurrentAuthorizationResponseRequest ¶
type ApiGetCurrentAuthorizationResponseRequest struct { ApiService AuthorizeApiAPI // contains filtered or unexported fields }
func (ApiGetCurrentAuthorizationResponseRequest) Execute ¶
func (r ApiGetCurrentAuthorizationResponseRequest) Execute() (*PendingAuthorization, *http.Response, error)
type ApiGetCurrentUserRequest ¶
type ApiGetCurrentUserRequest struct { ApiService SessionApiAPI // contains filtered or unexported fields }
func (ApiGetCurrentUserRequest) Execute ¶
func (r ApiGetCurrentUserRequest) Execute() (*LogInResponse, *http.Response, error)
type ApiGetInvitationRequest ¶
type ApiGetInvitationRequest struct { ApiService AccessApiAPI // contains filtered or unexported fields }
func (ApiGetInvitationRequest) Authorization ¶
func (r ApiGetInvitationRequest) Authorization(authorization string) ApiGetInvitationRequest
func (ApiGetInvitationRequest) DPoP ¶
func (r ApiGetInvitationRequest) DPoP(dPoP string) ApiGetInvitationRequest
func (ApiGetInvitationRequest) Execute ¶
func (r ApiGetInvitationRequest) Execute() (*InvitationResponse, *http.Response, error)
type ApiGetJsonWebKeySetRequest ¶
type ApiGetJsonWebKeySetRequest struct { ApiService JsonWebKeySetEndpointAPI // contains filtered or unexported fields }
type ApiGetOrganizationRequest ¶
type ApiGetOrganizationRequest struct { ApiService OrganizationApiAPI // contains filtered or unexported fields }
func (ApiGetOrganizationRequest) Authorization ¶
func (r ApiGetOrganizationRequest) Authorization(authorization string) ApiGetOrganizationRequest
func (ApiGetOrganizationRequest) DPoP ¶
func (r ApiGetOrganizationRequest) DPoP(dPoP string) ApiGetOrganizationRequest
func (ApiGetOrganizationRequest) Execute ¶
func (r ApiGetOrganizationRequest) Execute() (*OrganizationResponse, *http.Response, error)
type ApiGetOrphansRequest ¶
type ApiGetOrphansRequest struct { ApiService ServiceApiAPI // contains filtered or unexported fields }
func (ApiGetOrphansRequest) Authorization ¶
func (r ApiGetOrphansRequest) Authorization(authorization string) ApiGetOrphansRequest
func (ApiGetOrphansRequest) DPoP ¶
func (r ApiGetOrphansRequest) DPoP(dPoP string) ApiGetOrphansRequest
func (ApiGetOrphansRequest) Execute ¶
func (r ApiGetOrphansRequest) Execute() (*OrphanServiceResponse, *http.Response, error)
type ApiGetReceivedInvitationsRequest ¶
type ApiGetReceivedInvitationsRequest struct { ApiService AccessApiAPI // contains filtered or unexported fields }
func (ApiGetReceivedInvitationsRequest) Authorization ¶
func (r ApiGetReceivedInvitationsRequest) Authorization(authorization string) ApiGetReceivedInvitationsRequest
func (ApiGetReceivedInvitationsRequest) DPoP ¶
func (r ApiGetReceivedInvitationsRequest) DPoP(dPoP string) ApiGetReceivedInvitationsRequest
func (ApiGetReceivedInvitationsRequest) Execute ¶
func (r ApiGetReceivedInvitationsRequest) Execute() ([]InvitationResponse, *http.Response, error)
type ApiGetRequest ¶
type ApiGetRequest struct { ApiService AuthorizationEndpointAPI // contains filtered or unexported fields }
type ApiGetSentInvitationsRequest ¶
type ApiGetSentInvitationsRequest struct { ApiService AccessApiAPI // contains filtered or unexported fields }
func (ApiGetSentInvitationsRequest) Authorization ¶
func (r ApiGetSentInvitationsRequest) Authorization(authorization string) ApiGetSentInvitationsRequest
func (ApiGetSentInvitationsRequest) DPoP ¶
func (r ApiGetSentInvitationsRequest) DPoP(dPoP string) ApiGetSentInvitationsRequest
func (ApiGetSentInvitationsRequest) Execute ¶
func (r ApiGetSentInvitationsRequest) Execute() ([]InvitationResponse, *http.Response, error)
type ApiGetTokensForService1Request ¶
type ApiGetTokensForService1Request struct { ApiService OrganizationTokenApiAPI // contains filtered or unexported fields }
func (ApiGetTokensForService1Request) Authorization ¶
func (r ApiGetTokensForService1Request) Authorization(authorization string) ApiGetTokensForService1Request
func (ApiGetTokensForService1Request) DPoP ¶
func (r ApiGetTokensForService1Request) DPoP(dPoP string) ApiGetTokensForService1Request
func (ApiGetTokensForService1Request) Execute ¶
func (r ApiGetTokensForService1Request) Execute() ([]OrganizationTokenResponse, *http.Response, error)
func (ApiGetTokensForService1Request) GetOrganizationTokensRequest ¶
func (r ApiGetTokensForService1Request) GetOrganizationTokensRequest(getOrganizationTokensRequest GetOrganizationTokensRequest) ApiGetTokensForService1Request
type ApiGetTokensForServiceRequest ¶
type ApiGetTokensForServiceRequest struct { ApiService ServiceTokenApiAPI // contains filtered or unexported fields }
func (ApiGetTokensForServiceRequest) Authorization ¶
func (r ApiGetTokensForServiceRequest) Authorization(authorization string) ApiGetTokensForServiceRequest
func (ApiGetTokensForServiceRequest) DPoP ¶
func (r ApiGetTokensForServiceRequest) DPoP(dPoP string) ApiGetTokensForServiceRequest
func (ApiGetTokensForServiceRequest) Execute ¶
func (r ApiGetTokensForServiceRequest) Execute() ([]ServiceTokenResponse, *http.Response, error)
func (ApiGetTokensForServiceRequest) GetServiceTokensRequest ¶
func (r ApiGetTokensForServiceRequest) GetServiceTokensRequest(getServiceTokensRequest GetServiceTokensRequest) ApiGetTokensForServiceRequest
type ApiIntrospectRequest ¶
type ApiIntrospectRequest struct { ApiService IntrospectionEndpointAPI // contains filtered or unexported fields }
func (ApiIntrospectRequest) All ¶ added in v0.3.0
func (r ApiIntrospectRequest) All(all map[string]string) ApiIntrospectRequest
func (ApiIntrospectRequest) Empty ¶
func (r ApiIntrospectRequest) Empty(empty bool) ApiIntrospectRequest
type ApiInviteByEmailRequest ¶
type ApiInviteByEmailRequest struct { ApiService AccessApiAPI // contains filtered or unexported fields }
func (ApiInviteByEmailRequest) Authorization ¶
func (r ApiInviteByEmailRequest) Authorization(authorization string) ApiInviteByEmailRequest
func (ApiInviteByEmailRequest) DPoP ¶
func (r ApiInviteByEmailRequest) DPoP(dPoP string) ApiInviteByEmailRequest
func (ApiInviteByEmailRequest) Execute ¶
func (r ApiInviteByEmailRequest) Execute() (*InvitationResponse, *http.Response, error)
func (ApiInviteByEmailRequest) InviteRequest ¶
func (r ApiInviteByEmailRequest) InviteRequest(inviteRequest InviteRequest) ApiInviteByEmailRequest
type ApiLogInRequest ¶
type ApiLogInRequest struct { ApiService SessionApiAPI // contains filtered or unexported fields }
func (ApiLogInRequest) Execute ¶
func (r ApiLogInRequest) Execute() (*LogInResponse, *http.Response, error)
func (ApiLogInRequest) LogInRequest ¶
func (r ApiLogInRequest) LogInRequest(logInRequest LogInRequest) ApiLogInRequest
type ApiLogOutRequest ¶
type ApiLogOutRequest struct { ApiService SessionApiAPI // contains filtered or unexported fields }
type ApiMoveServiceRequest ¶
type ApiMoveServiceRequest struct { ApiService ServiceApiAPI // contains filtered or unexported fields }
func (ApiMoveServiceRequest) Authorization ¶
func (r ApiMoveServiceRequest) Authorization(authorization string) ApiMoveServiceRequest
func (ApiMoveServiceRequest) DPoP ¶
func (r ApiMoveServiceRequest) DPoP(dPoP string) ApiMoveServiceRequest
func (ApiMoveServiceRequest) Execute ¶
func (r ApiMoveServiceRequest) Execute() (*ServiceInstanceManagementResponse, *http.Response, error)
func (ApiMoveServiceRequest) MoveServiceRequest ¶
func (r ApiMoveServiceRequest) MoveServiceRequest(moveServiceRequest MoveServiceRequest) ApiMoveServiceRequest
type ApiRemoveApiServerPrivilegesRequest ¶
type ApiRemoveApiServerPrivilegesRequest struct { ApiService AccessApiAPI // contains filtered or unexported fields }
func (ApiRemoveApiServerPrivilegesRequest) Authorization ¶
func (r ApiRemoveApiServerPrivilegesRequest) Authorization(authorization string) ApiRemoveApiServerPrivilegesRequest
func (ApiRemoveApiServerPrivilegesRequest) DPoP ¶
func (r ApiRemoveApiServerPrivilegesRequest) DPoP(dPoP string) ApiRemoveApiServerPrivilegesRequest
func (ApiRemoveApiServerPrivilegesRequest) Execute ¶
func (r ApiRemoveApiServerPrivilegesRequest) Execute() (*http.Response, error)
func (ApiRemoveApiServerPrivilegesRequest) RemoveApiServerPrivilegesRequest ¶
func (r ApiRemoveApiServerPrivilegesRequest) RemoveApiServerPrivilegesRequest(removeApiServerPrivilegesRequest RemoveApiServerPrivilegesRequest) ApiRemoveApiServerPrivilegesRequest
type ApiRemoveClientPrivilegesRequest ¶
type ApiRemoveClientPrivilegesRequest struct { ApiService AccessApiAPI // contains filtered or unexported fields }
func (ApiRemoveClientPrivilegesRequest) Authorization ¶
func (r ApiRemoveClientPrivilegesRequest) Authorization(authorization string) ApiRemoveClientPrivilegesRequest
func (ApiRemoveClientPrivilegesRequest) DPoP ¶
func (r ApiRemoveClientPrivilegesRequest) DPoP(dPoP string) ApiRemoveClientPrivilegesRequest
func (ApiRemoveClientPrivilegesRequest) Execute ¶
func (r ApiRemoveClientPrivilegesRequest) Execute() (*http.Response, error)
func (ApiRemoveClientPrivilegesRequest) RemoveClientPrivilegesRequest ¶
func (r ApiRemoveClientPrivilegesRequest) RemoveClientPrivilegesRequest(removeClientPrivilegesRequest RemoveClientPrivilegesRequest) ApiRemoveClientPrivilegesRequest
type ApiRemoveOrganizationPrivilegesRequest ¶
type ApiRemoveOrganizationPrivilegesRequest struct { ApiService AccessApiAPI // contains filtered or unexported fields }
func (ApiRemoveOrganizationPrivilegesRequest) Authorization ¶
func (r ApiRemoveOrganizationPrivilegesRequest) Authorization(authorization string) ApiRemoveOrganizationPrivilegesRequest
func (ApiRemoveOrganizationPrivilegesRequest) DPoP ¶
func (r ApiRemoveOrganizationPrivilegesRequest) DPoP(dPoP string) ApiRemoveOrganizationPrivilegesRequest
func (ApiRemoveOrganizationPrivilegesRequest) Execute ¶
func (r ApiRemoveOrganizationPrivilegesRequest) Execute() (*http.Response, error)
func (ApiRemoveOrganizationPrivilegesRequest) RemoveOrganizationPrivilegesRequest ¶
func (r ApiRemoveOrganizationPrivilegesRequest) RemoveOrganizationPrivilegesRequest(removeOrganizationPrivilegesRequest RemoveOrganizationPrivilegesRequest) ApiRemoveOrganizationPrivilegesRequest
type ApiRemoveOrphanServiceRequest ¶
type ApiRemoveOrphanServiceRequest struct { ApiService ServiceApiAPI // contains filtered or unexported fields }
func (ApiRemoveOrphanServiceRequest) Authorization ¶
func (r ApiRemoveOrphanServiceRequest) Authorization(authorization string) ApiRemoveOrphanServiceRequest
func (ApiRemoveOrphanServiceRequest) DPoP ¶
func (r ApiRemoveOrphanServiceRequest) DPoP(dPoP string) ApiRemoveOrphanServiceRequest
func (ApiRemoveOrphanServiceRequest) Execute ¶
func (r ApiRemoveOrphanServiceRequest) Execute() (*http.Response, error)
func (ApiRemoveOrphanServiceRequest) RemoveOrphanRequest ¶
func (r ApiRemoveOrphanServiceRequest) RemoveOrphanRequest(removeOrphanRequest RemoveOrphanRequest) ApiRemoveOrphanServiceRequest
type ApiRemoveServicePrivilegesRequest ¶
type ApiRemoveServicePrivilegesRequest struct { ApiService AccessApiAPI // contains filtered or unexported fields }
func (ApiRemoveServicePrivilegesRequest) Authorization ¶
func (r ApiRemoveServicePrivilegesRequest) Authorization(authorization string) ApiRemoveServicePrivilegesRequest
func (ApiRemoveServicePrivilegesRequest) DPoP ¶
func (r ApiRemoveServicePrivilegesRequest) DPoP(dPoP string) ApiRemoveServicePrivilegesRequest
func (ApiRemoveServicePrivilegesRequest) Execute ¶
func (r ApiRemoveServicePrivilegesRequest) Execute() (*http.Response, error)
func (ApiRemoveServicePrivilegesRequest) RemoveServicePrivilegesRequest ¶
func (r ApiRemoveServicePrivilegesRequest) RemoveServicePrivilegesRequest(removeServicePrivilegesRequest RemoveServicePrivilegesRequest) ApiRemoveServicePrivilegesRequest
type ApiRenameServiceTokenRequest ¶
type ApiRenameServiceTokenRequest struct { ApiService ServiceTokenApiAPI // contains filtered or unexported fields }
func (ApiRenameServiceTokenRequest) Authorization ¶
func (r ApiRenameServiceTokenRequest) Authorization(authorization string) ApiRenameServiceTokenRequest
func (ApiRenameServiceTokenRequest) DPoP ¶
func (r ApiRenameServiceTokenRequest) DPoP(dPoP string) ApiRenameServiceTokenRequest
func (ApiRenameServiceTokenRequest) Execute ¶
func (r ApiRenameServiceTokenRequest) Execute() (*ServiceTokenResponse, *http.Response, error)
func (ApiRenameServiceTokenRequest) RenameServiceTokenRequest ¶
func (r ApiRenameServiceTokenRequest) RenameServiceTokenRequest(renameServiceTokenRequest RenameServiceTokenRequest) ApiRenameServiceTokenRequest
type ApiRenameTokenForServiceRequest ¶
type ApiRenameTokenForServiceRequest struct { ApiService OrganizationTokenApiAPI // contains filtered or unexported fields }
func (ApiRenameTokenForServiceRequest) Authorization ¶
func (r ApiRenameTokenForServiceRequest) Authorization(authorization string) ApiRenameTokenForServiceRequest
func (ApiRenameTokenForServiceRequest) DPoP ¶
func (r ApiRenameTokenForServiceRequest) DPoP(dPoP string) ApiRenameTokenForServiceRequest
func (ApiRenameTokenForServiceRequest) Execute ¶
func (r ApiRenameTokenForServiceRequest) Execute() (*OrganizationTokenResponse, *http.Response, error)
func (ApiRenameTokenForServiceRequest) RenameOrganizationTokenRequest ¶
func (r ApiRenameTokenForServiceRequest) RenameOrganizationTokenRequest(renameOrganizationTokenRequest RenameOrganizationTokenRequest) ApiRenameTokenForServiceRequest
type ApiRevokeServiceTokenRequest ¶
type ApiRevokeServiceTokenRequest struct { ApiService ServiceTokenApiAPI // contains filtered or unexported fields }
func (ApiRevokeServiceTokenRequest) Authorization ¶
func (r ApiRevokeServiceTokenRequest) Authorization(authorization string) ApiRevokeServiceTokenRequest
func (ApiRevokeServiceTokenRequest) DPoP ¶
func (r ApiRevokeServiceTokenRequest) DPoP(dPoP string) ApiRevokeServiceTokenRequest
func (ApiRevokeServiceTokenRequest) DeleteServiceTokenRequest ¶
func (r ApiRevokeServiceTokenRequest) DeleteServiceTokenRequest(deleteServiceTokenRequest DeleteServiceTokenRequest) ApiRevokeServiceTokenRequest
type ApiRotateServiceTokenRequest ¶
type ApiRotateServiceTokenRequest struct { ApiService ServiceTokenApiAPI // contains filtered or unexported fields }
func (ApiRotateServiceTokenRequest) Authorization ¶
func (r ApiRotateServiceTokenRequest) Authorization(authorization string) ApiRotateServiceTokenRequest
func (ApiRotateServiceTokenRequest) DPoP ¶
func (r ApiRotateServiceTokenRequest) DPoP(dPoP string) ApiRotateServiceTokenRequest
func (ApiRotateServiceTokenRequest) Execute ¶
func (r ApiRotateServiceTokenRequest) Execute() (*ServiceTokenResponse, *http.Response, error)
func (ApiRotateServiceTokenRequest) RotateServiceTokenRequest ¶
func (r ApiRotateServiceTokenRequest) RotateServiceTokenRequest(rotateServiceTokenRequest RotateServiceTokenRequest) ApiRotateServiceTokenRequest
type ApiRotateTokenForOrganizationRequest ¶
type ApiRotateTokenForOrganizationRequest struct { ApiService OrganizationTokenApiAPI // contains filtered or unexported fields }
func (ApiRotateTokenForOrganizationRequest) Authorization ¶
func (r ApiRotateTokenForOrganizationRequest) Authorization(authorization string) ApiRotateTokenForOrganizationRequest
func (ApiRotateTokenForOrganizationRequest) DPoP ¶
func (r ApiRotateTokenForOrganizationRequest) DPoP(dPoP string) ApiRotateTokenForOrganizationRequest
func (ApiRotateTokenForOrganizationRequest) Execute ¶
func (r ApiRotateTokenForOrganizationRequest) Execute() (*OrganizationTokenResponse, *http.Response, error)
func (ApiRotateTokenForOrganizationRequest) RotateOrganizationTokenRequest ¶
func (r ApiRotateTokenForOrganizationRequest) RotateOrganizationTokenRequest(rotateOrganizationTokenRequest RotateOrganizationTokenRequest) ApiRotateTokenForOrganizationRequest
type ApiServerAccess ¶
type ApiServerAccess struct { Id *int64 `json:"id,omitempty"` Privileges []string `json:"privileges,omitempty"` AllServicePrivileges []string `json:"allServicePrivileges,omitempty"` AllClientPrivileges []string `json:"allClientPrivileges,omitempty"` ServiceAccess []ServiceAccess `json:"serviceAccess,omitempty"` OrganizationAccessId *int64 `json:"organization_access_id,omitempty"` ApiServerId *int64 `json:"api_server_id,omitempty"` }
ApiServerAccess struct for ApiServerAccess
func NewApiServerAccess ¶
func NewApiServerAccess() *ApiServerAccess
NewApiServerAccess instantiates a new ApiServerAccess 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 NewApiServerAccessWithDefaults ¶
func NewApiServerAccessWithDefaults() *ApiServerAccess
NewApiServerAccessWithDefaults instantiates a new ApiServerAccess 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 (*ApiServerAccess) GetAllClientPrivileges ¶
func (o *ApiServerAccess) GetAllClientPrivileges() []string
GetAllClientPrivileges returns the AllClientPrivileges field value if set, zero value otherwise.
func (*ApiServerAccess) GetAllClientPrivilegesOk ¶
func (o *ApiServerAccess) GetAllClientPrivilegesOk() ([]string, bool)
GetAllClientPrivilegesOk returns a tuple with the AllClientPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiServerAccess) GetAllServicePrivileges ¶
func (o *ApiServerAccess) GetAllServicePrivileges() []string
GetAllServicePrivileges returns the AllServicePrivileges field value if set, zero value otherwise.
func (*ApiServerAccess) GetAllServicePrivilegesOk ¶
func (o *ApiServerAccess) GetAllServicePrivilegesOk() ([]string, bool)
GetAllServicePrivilegesOk returns a tuple with the AllServicePrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiServerAccess) GetApiServerId ¶
func (o *ApiServerAccess) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value if set, zero value otherwise.
func (*ApiServerAccess) GetApiServerIdOk ¶
func (o *ApiServerAccess) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiServerAccess) GetId ¶
func (o *ApiServerAccess) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*ApiServerAccess) GetIdOk ¶
func (o *ApiServerAccess) 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 (*ApiServerAccess) GetOrganizationAccessId ¶
func (o *ApiServerAccess) GetOrganizationAccessId() int64
GetOrganizationAccessId returns the OrganizationAccessId field value if set, zero value otherwise.
func (*ApiServerAccess) GetOrganizationAccessIdOk ¶
func (o *ApiServerAccess) GetOrganizationAccessIdOk() (*int64, bool)
GetOrganizationAccessIdOk returns a tuple with the OrganizationAccessId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiServerAccess) GetPrivileges ¶
func (o *ApiServerAccess) GetPrivileges() []string
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*ApiServerAccess) GetPrivilegesOk ¶
func (o *ApiServerAccess) GetPrivilegesOk() ([]string, bool)
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiServerAccess) GetServiceAccess ¶
func (o *ApiServerAccess) GetServiceAccess() []ServiceAccess
GetServiceAccess returns the ServiceAccess field value if set, zero value otherwise.
func (*ApiServerAccess) GetServiceAccessOk ¶
func (o *ApiServerAccess) GetServiceAccessOk() ([]ServiceAccess, bool)
GetServiceAccessOk returns a tuple with the ServiceAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiServerAccess) HasAllClientPrivileges ¶
func (o *ApiServerAccess) HasAllClientPrivileges() bool
HasAllClientPrivileges returns a boolean if a field has been set.
func (*ApiServerAccess) HasAllServicePrivileges ¶
func (o *ApiServerAccess) HasAllServicePrivileges() bool
HasAllServicePrivileges returns a boolean if a field has been set.
func (*ApiServerAccess) HasApiServerId ¶
func (o *ApiServerAccess) HasApiServerId() bool
HasApiServerId returns a boolean if a field has been set.
func (*ApiServerAccess) HasId ¶
func (o *ApiServerAccess) HasId() bool
HasId returns a boolean if a field has been set.
func (*ApiServerAccess) HasOrganizationAccessId ¶
func (o *ApiServerAccess) HasOrganizationAccessId() bool
HasOrganizationAccessId returns a boolean if a field has been set.
func (*ApiServerAccess) HasPrivileges ¶
func (o *ApiServerAccess) HasPrivileges() bool
HasPrivileges returns a boolean if a field has been set.
func (*ApiServerAccess) HasServiceAccess ¶
func (o *ApiServerAccess) HasServiceAccess() bool
HasServiceAccess returns a boolean if a field has been set.
func (ApiServerAccess) MarshalJSON ¶
func (o ApiServerAccess) MarshalJSON() ([]byte, error)
func (*ApiServerAccess) SetAllClientPrivileges ¶
func (o *ApiServerAccess) SetAllClientPrivileges(v []string)
SetAllClientPrivileges gets a reference to the given []string and assigns it to the AllClientPrivileges field.
func (*ApiServerAccess) SetAllServicePrivileges ¶
func (o *ApiServerAccess) SetAllServicePrivileges(v []string)
SetAllServicePrivileges gets a reference to the given []string and assigns it to the AllServicePrivileges field.
func (*ApiServerAccess) SetApiServerId ¶
func (o *ApiServerAccess) SetApiServerId(v int64)
SetApiServerId gets a reference to the given int64 and assigns it to the ApiServerId field.
func (*ApiServerAccess) SetId ¶
func (o *ApiServerAccess) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*ApiServerAccess) SetOrganizationAccessId ¶
func (o *ApiServerAccess) SetOrganizationAccessId(v int64)
SetOrganizationAccessId gets a reference to the given int64 and assigns it to the OrganizationAccessId field.
func (*ApiServerAccess) SetPrivileges ¶
func (o *ApiServerAccess) SetPrivileges(v []string)
SetPrivileges gets a reference to the given []string and assigns it to the Privileges field.
func (*ApiServerAccess) SetServiceAccess ¶
func (o *ApiServerAccess) SetServiceAccess(v []ServiceAccess)
SetServiceAccess gets a reference to the given []ServiceAccess and assigns it to the ServiceAccess field.
func (ApiServerAccess) ToMap ¶ added in v0.3.0
func (o ApiServerAccess) ToMap() (map[string]interface{}, error)
type ApiServerAccessResponse ¶
type ApiServerAccessResponse struct { UserId *int64 `json:"userId,omitempty"` OrganizationId *int64 `json:"organizationId,omitempty"` ApiServerId *int64 `json:"apiServerId,omitempty"` Privileges []string `json:"privileges,omitempty"` AllServicePrivileges []string `json:"allServicePrivileges,omitempty"` AllClientPrivileges []string `json:"allClientPrivileges,omitempty"` ApiServer *AuthleteApiServerResponse `json:"apiServer,omitempty"` ServiceAccess []ServiceAccessResponse `json:"serviceAccess,omitempty"` }
ApiServerAccessResponse struct for ApiServerAccessResponse
func NewApiServerAccessResponse ¶
func NewApiServerAccessResponse() *ApiServerAccessResponse
NewApiServerAccessResponse instantiates a new ApiServerAccessResponse 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 NewApiServerAccessResponseWithDefaults ¶
func NewApiServerAccessResponseWithDefaults() *ApiServerAccessResponse
NewApiServerAccessResponseWithDefaults instantiates a new ApiServerAccessResponse 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 (*ApiServerAccessResponse) GetAllClientPrivileges ¶
func (o *ApiServerAccessResponse) GetAllClientPrivileges() []string
GetAllClientPrivileges returns the AllClientPrivileges field value if set, zero value otherwise.
func (*ApiServerAccessResponse) GetAllClientPrivilegesOk ¶
func (o *ApiServerAccessResponse) GetAllClientPrivilegesOk() ([]string, bool)
GetAllClientPrivilegesOk returns a tuple with the AllClientPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiServerAccessResponse) GetAllServicePrivileges ¶
func (o *ApiServerAccessResponse) GetAllServicePrivileges() []string
GetAllServicePrivileges returns the AllServicePrivileges field value if set, zero value otherwise.
func (*ApiServerAccessResponse) GetAllServicePrivilegesOk ¶
func (o *ApiServerAccessResponse) GetAllServicePrivilegesOk() ([]string, bool)
GetAllServicePrivilegesOk returns a tuple with the AllServicePrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiServerAccessResponse) GetApiServer ¶
func (o *ApiServerAccessResponse) GetApiServer() AuthleteApiServerResponse
GetApiServer returns the ApiServer field value if set, zero value otherwise.
func (*ApiServerAccessResponse) GetApiServerId ¶
func (o *ApiServerAccessResponse) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value if set, zero value otherwise.
func (*ApiServerAccessResponse) GetApiServerIdOk ¶
func (o *ApiServerAccessResponse) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiServerAccessResponse) GetApiServerOk ¶
func (o *ApiServerAccessResponse) GetApiServerOk() (*AuthleteApiServerResponse, bool)
GetApiServerOk returns a tuple with the ApiServer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiServerAccessResponse) GetOrganizationId ¶
func (o *ApiServerAccessResponse) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*ApiServerAccessResponse) GetOrganizationIdOk ¶
func (o *ApiServerAccessResponse) GetOrganizationIdOk() (*int64, 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.
func (*ApiServerAccessResponse) GetPrivileges ¶
func (o *ApiServerAccessResponse) GetPrivileges() []string
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*ApiServerAccessResponse) GetPrivilegesOk ¶
func (o *ApiServerAccessResponse) GetPrivilegesOk() ([]string, bool)
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiServerAccessResponse) GetServiceAccess ¶
func (o *ApiServerAccessResponse) GetServiceAccess() []ServiceAccessResponse
GetServiceAccess returns the ServiceAccess field value if set, zero value otherwise.
func (*ApiServerAccessResponse) GetServiceAccessOk ¶
func (o *ApiServerAccessResponse) GetServiceAccessOk() ([]ServiceAccessResponse, bool)
GetServiceAccessOk returns a tuple with the ServiceAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiServerAccessResponse) GetUserId ¶
func (o *ApiServerAccessResponse) GetUserId() int64
GetUserId returns the UserId field value if set, zero value otherwise.
func (*ApiServerAccessResponse) GetUserIdOk ¶
func (o *ApiServerAccessResponse) GetUserIdOk() (*int64, bool)
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiServerAccessResponse) HasAllClientPrivileges ¶
func (o *ApiServerAccessResponse) HasAllClientPrivileges() bool
HasAllClientPrivileges returns a boolean if a field has been set.
func (*ApiServerAccessResponse) HasAllServicePrivileges ¶
func (o *ApiServerAccessResponse) HasAllServicePrivileges() bool
HasAllServicePrivileges returns a boolean if a field has been set.
func (*ApiServerAccessResponse) HasApiServer ¶
func (o *ApiServerAccessResponse) HasApiServer() bool
HasApiServer returns a boolean if a field has been set.
func (*ApiServerAccessResponse) HasApiServerId ¶
func (o *ApiServerAccessResponse) HasApiServerId() bool
HasApiServerId returns a boolean if a field has been set.
func (*ApiServerAccessResponse) HasOrganizationId ¶
func (o *ApiServerAccessResponse) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*ApiServerAccessResponse) HasPrivileges ¶
func (o *ApiServerAccessResponse) HasPrivileges() bool
HasPrivileges returns a boolean if a field has been set.
func (*ApiServerAccessResponse) HasServiceAccess ¶
func (o *ApiServerAccessResponse) HasServiceAccess() bool
HasServiceAccess returns a boolean if a field has been set.
func (*ApiServerAccessResponse) HasUserId ¶
func (o *ApiServerAccessResponse) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (ApiServerAccessResponse) MarshalJSON ¶
func (o ApiServerAccessResponse) MarshalJSON() ([]byte, error)
func (*ApiServerAccessResponse) SetAllClientPrivileges ¶
func (o *ApiServerAccessResponse) SetAllClientPrivileges(v []string)
SetAllClientPrivileges gets a reference to the given []string and assigns it to the AllClientPrivileges field.
func (*ApiServerAccessResponse) SetAllServicePrivileges ¶
func (o *ApiServerAccessResponse) SetAllServicePrivileges(v []string)
SetAllServicePrivileges gets a reference to the given []string and assigns it to the AllServicePrivileges field.
func (*ApiServerAccessResponse) SetApiServer ¶
func (o *ApiServerAccessResponse) SetApiServer(v AuthleteApiServerResponse)
SetApiServer gets a reference to the given AuthleteApiServerResponse and assigns it to the ApiServer field.
func (*ApiServerAccessResponse) SetApiServerId ¶
func (o *ApiServerAccessResponse) SetApiServerId(v int64)
SetApiServerId gets a reference to the given int64 and assigns it to the ApiServerId field.
func (*ApiServerAccessResponse) SetOrganizationId ¶
func (o *ApiServerAccessResponse) SetOrganizationId(v int64)
SetOrganizationId gets a reference to the given int64 and assigns it to the OrganizationId field.
func (*ApiServerAccessResponse) SetPrivileges ¶
func (o *ApiServerAccessResponse) SetPrivileges(v []string)
SetPrivileges gets a reference to the given []string and assigns it to the Privileges field.
func (*ApiServerAccessResponse) SetServiceAccess ¶
func (o *ApiServerAccessResponse) SetServiceAccess(v []ServiceAccessResponse)
SetServiceAccess gets a reference to the given []ServiceAccessResponse and assigns it to the ServiceAccess field.
func (*ApiServerAccessResponse) SetUserId ¶
func (o *ApiServerAccessResponse) SetUserId(v int64)
SetUserId gets a reference to the given int64 and assigns it to the UserId field.
func (ApiServerAccessResponse) ToMap ¶ added in v0.3.0
func (o ApiServerAccessResponse) ToMap() (map[string]interface{}, error)
type ApiServerApiAPI ¶ added in v0.3.0
type ApiServerApiAPI interface { /* CreateApiServer Method for CreateApiServer @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateApiServerRequest */ CreateApiServer(ctx context.Context) ApiCreateApiServerRequest // CreateApiServerExecute executes the request // @return AuthleteApiServerUpdateResponse CreateApiServerExecute(r ApiCreateApiServerRequest) (*AuthleteApiServerUpdateResponse, *http.Response, error) /* DeleteApiServer Method for DeleteApiServer @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiDeleteApiServerRequest */ DeleteApiServer(ctx context.Context, id int64) ApiDeleteApiServerRequest // DeleteApiServerExecute executes the request DeleteApiServerExecute(r ApiDeleteApiServerRequest) (*http.Response, error) /* GetAll1 Method for GetAll1 @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetAll1Request */ GetAll1(ctx context.Context) ApiGetAll1Request // GetAll1Execute executes the request // @return []AuthleteApiServerUpdateResponse GetAll1Execute(r ApiGetAll1Request) ([]AuthleteApiServerUpdateResponse, *http.Response, error) /* GetApiServer Method for GetApiServer @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetApiServerRequest */ GetApiServer(ctx context.Context, id int64) ApiGetApiServerRequest // GetApiServerExecute executes the request // @return AuthleteApiServerUpdateResponse GetApiServerExecute(r ApiGetApiServerRequest) (*AuthleteApiServerUpdateResponse, *http.Response, error) /* UpdateApiServer Method for UpdateApiServer @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiUpdateApiServerRequest */ UpdateApiServer(ctx context.Context, id int64) ApiUpdateApiServerRequest // UpdateApiServerExecute executes the request // @return AuthleteApiServerUpdateResponse UpdateApiServerExecute(r ApiUpdateApiServerRequest) (*AuthleteApiServerUpdateResponse, *http.Response, error) }
type ApiServerApiAPIService ¶ added in v0.3.0
type ApiServerApiAPIService service
ApiServerApiAPIService ApiServerApiAPI service
func (*ApiServerApiAPIService) CreateApiServer ¶ added in v0.3.0
func (a *ApiServerApiAPIService) CreateApiServer(ctx context.Context) ApiCreateApiServerRequest
CreateApiServer Method for CreateApiServer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateApiServerRequest
func (*ApiServerApiAPIService) CreateApiServerExecute ¶ added in v0.3.0
func (a *ApiServerApiAPIService) CreateApiServerExecute(r ApiCreateApiServerRequest) (*AuthleteApiServerUpdateResponse, *http.Response, error)
Execute executes the request
@return AuthleteApiServerUpdateResponse
func (*ApiServerApiAPIService) DeleteApiServer ¶ added in v0.3.0
func (a *ApiServerApiAPIService) DeleteApiServer(ctx context.Context, id int64) ApiDeleteApiServerRequest
DeleteApiServer Method for DeleteApiServer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiDeleteApiServerRequest
func (*ApiServerApiAPIService) DeleteApiServerExecute ¶ added in v0.3.0
func (a *ApiServerApiAPIService) DeleteApiServerExecute(r ApiDeleteApiServerRequest) (*http.Response, error)
Execute executes the request
func (*ApiServerApiAPIService) GetAll1 ¶ added in v0.3.0
func (a *ApiServerApiAPIService) GetAll1(ctx context.Context) ApiGetAll1Request
GetAll1 Method for GetAll1
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetAll1Request
func (*ApiServerApiAPIService) GetAll1Execute ¶ added in v0.3.0
func (a *ApiServerApiAPIService) GetAll1Execute(r ApiGetAll1Request) ([]AuthleteApiServerUpdateResponse, *http.Response, error)
Execute executes the request
@return []AuthleteApiServerUpdateResponse
func (*ApiServerApiAPIService) GetApiServer ¶ added in v0.3.0
func (a *ApiServerApiAPIService) GetApiServer(ctx context.Context, id int64) ApiGetApiServerRequest
GetApiServer Method for GetApiServer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetApiServerRequest
func (*ApiServerApiAPIService) GetApiServerExecute ¶ added in v0.3.0
func (a *ApiServerApiAPIService) GetApiServerExecute(r ApiGetApiServerRequest) (*AuthleteApiServerUpdateResponse, *http.Response, error)
Execute executes the request
@return AuthleteApiServerUpdateResponse
func (*ApiServerApiAPIService) UpdateApiServer ¶ added in v0.3.0
func (a *ApiServerApiAPIService) UpdateApiServer(ctx context.Context, id int64) ApiUpdateApiServerRequest
UpdateApiServer Method for UpdateApiServer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiUpdateApiServerRequest
func (*ApiServerApiAPIService) UpdateApiServerExecute ¶ added in v0.3.0
func (a *ApiServerApiAPIService) UpdateApiServerExecute(r ApiUpdateApiServerRequest) (*AuthleteApiServerUpdateResponse, *http.Response, error)
Execute executes the request
@return AuthleteApiServerUpdateResponse
type ApiServerMembershipResponse ¶
type ApiServerMembershipResponse struct { ApiServerId *int64 `json:"apiServerId,omitempty"` Url *string `json:"url,omitempty"` Description *string `json:"description,omitempty"` Privileges []string `json:"privileges,omitempty"` Services []ServiceInstanceMembershipResponse `json:"services,omitempty"` }
ApiServerMembershipResponse struct for ApiServerMembershipResponse
func NewApiServerMembershipResponse ¶
func NewApiServerMembershipResponse() *ApiServerMembershipResponse
NewApiServerMembershipResponse instantiates a new ApiServerMembershipResponse 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 NewApiServerMembershipResponseWithDefaults ¶
func NewApiServerMembershipResponseWithDefaults() *ApiServerMembershipResponse
NewApiServerMembershipResponseWithDefaults instantiates a new ApiServerMembershipResponse 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 (*ApiServerMembershipResponse) GetApiServerId ¶
func (o *ApiServerMembershipResponse) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value if set, zero value otherwise.
func (*ApiServerMembershipResponse) GetApiServerIdOk ¶
func (o *ApiServerMembershipResponse) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiServerMembershipResponse) GetDescription ¶
func (o *ApiServerMembershipResponse) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ApiServerMembershipResponse) GetDescriptionOk ¶
func (o *ApiServerMembershipResponse) 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 (*ApiServerMembershipResponse) GetPrivileges ¶
func (o *ApiServerMembershipResponse) GetPrivileges() []string
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*ApiServerMembershipResponse) GetPrivilegesOk ¶
func (o *ApiServerMembershipResponse) GetPrivilegesOk() ([]string, bool)
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiServerMembershipResponse) GetServices ¶
func (o *ApiServerMembershipResponse) GetServices() []ServiceInstanceMembershipResponse
GetServices returns the Services field value if set, zero value otherwise.
func (*ApiServerMembershipResponse) GetServicesOk ¶
func (o *ApiServerMembershipResponse) GetServicesOk() ([]ServiceInstanceMembershipResponse, bool)
GetServicesOk returns a tuple with the Services field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiServerMembershipResponse) GetUrl ¶
func (o *ApiServerMembershipResponse) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*ApiServerMembershipResponse) GetUrlOk ¶
func (o *ApiServerMembershipResponse) 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 (*ApiServerMembershipResponse) HasApiServerId ¶
func (o *ApiServerMembershipResponse) HasApiServerId() bool
HasApiServerId returns a boolean if a field has been set.
func (*ApiServerMembershipResponse) HasDescription ¶
func (o *ApiServerMembershipResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ApiServerMembershipResponse) HasPrivileges ¶
func (o *ApiServerMembershipResponse) HasPrivileges() bool
HasPrivileges returns a boolean if a field has been set.
func (*ApiServerMembershipResponse) HasServices ¶
func (o *ApiServerMembershipResponse) HasServices() bool
HasServices returns a boolean if a field has been set.
func (*ApiServerMembershipResponse) HasUrl ¶
func (o *ApiServerMembershipResponse) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (ApiServerMembershipResponse) MarshalJSON ¶
func (o ApiServerMembershipResponse) MarshalJSON() ([]byte, error)
func (*ApiServerMembershipResponse) SetApiServerId ¶
func (o *ApiServerMembershipResponse) SetApiServerId(v int64)
SetApiServerId gets a reference to the given int64 and assigns it to the ApiServerId field.
func (*ApiServerMembershipResponse) SetDescription ¶
func (o *ApiServerMembershipResponse) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ApiServerMembershipResponse) SetPrivileges ¶
func (o *ApiServerMembershipResponse) SetPrivileges(v []string)
SetPrivileges gets a reference to the given []string and assigns it to the Privileges field.
func (*ApiServerMembershipResponse) SetServices ¶
func (o *ApiServerMembershipResponse) SetServices(v []ServiceInstanceMembershipResponse)
SetServices gets a reference to the given []ServiceInstanceMembershipResponse and assigns it to the Services field.
func (*ApiServerMembershipResponse) SetUrl ¶
func (o *ApiServerMembershipResponse) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (ApiServerMembershipResponse) ToMap ¶ added in v0.3.0
func (o ApiServerMembershipResponse) ToMap() (map[string]interface{}, error)
type ApiSetAdminRequest ¶
type ApiSetAdminRequest struct { ApiService UserApiAPI // contains filtered or unexported fields }
func (ApiSetAdminRequest) Authorization ¶
func (r ApiSetAdminRequest) Authorization(authorization string) ApiSetAdminRequest
func (ApiSetAdminRequest) DPoP ¶
func (r ApiSetAdminRequest) DPoP(dPoP string) ApiSetAdminRequest
func (ApiSetAdminRequest) Execute ¶
func (r ApiSetAdminRequest) Execute() (*AuthleteUser, *http.Response, error)
type ApiSubmitUserDecisionRequest ¶
type ApiSubmitUserDecisionRequest struct { ApiService AuthorizeApiAPI // contains filtered or unexported fields }
func (ApiSubmitUserDecisionRequest) Approval ¶
func (r ApiSubmitUserDecisionRequest) Approval(approval Approval) ApiSubmitUserDecisionRequest
type ApiTokenEndpointRequest ¶
type ApiTokenEndpointRequest struct { ApiService TokenEndpointAPI // contains filtered or unexported fields }
func (ApiTokenEndpointRequest) All ¶ added in v0.3.0
func (r ApiTokenEndpointRequest) All(all map[string]string) ApiTokenEndpointRequest
func (ApiTokenEndpointRequest) Authorization ¶
func (r ApiTokenEndpointRequest) Authorization(authorization string) ApiTokenEndpointRequest
func (ApiTokenEndpointRequest) DPoP ¶
func (r ApiTokenEndpointRequest) DPoP(dPoP string) ApiTokenEndpointRequest
func (ApiTokenEndpointRequest) Empty ¶
func (r ApiTokenEndpointRequest) Empty(empty bool) ApiTokenEndpointRequest
type ApiUnsetAdminRequest ¶
type ApiUnsetAdminRequest struct { ApiService UserApiAPI // contains filtered or unexported fields }
func (ApiUnsetAdminRequest) Authorization ¶
func (r ApiUnsetAdminRequest) Authorization(authorization string) ApiUnsetAdminRequest
func (ApiUnsetAdminRequest) DPoP ¶
func (r ApiUnsetAdminRequest) DPoP(dPoP string) ApiUnsetAdminRequest
func (ApiUnsetAdminRequest) Execute ¶
func (r ApiUnsetAdminRequest) Execute() (*AuthleteUser, *http.Response, error)
type ApiUpdateApiServerPrivilegesRequest ¶
type ApiUpdateApiServerPrivilegesRequest struct { ApiService AccessApiAPI // contains filtered or unexported fields }
func (ApiUpdateApiServerPrivilegesRequest) Authorization ¶
func (r ApiUpdateApiServerPrivilegesRequest) Authorization(authorization string) ApiUpdateApiServerPrivilegesRequest
func (ApiUpdateApiServerPrivilegesRequest) DPoP ¶
func (r ApiUpdateApiServerPrivilegesRequest) DPoP(dPoP string) ApiUpdateApiServerPrivilegesRequest
func (ApiUpdateApiServerPrivilegesRequest) Execute ¶
func (r ApiUpdateApiServerPrivilegesRequest) Execute() (*ApiServerAccessResponse, *http.Response, error)
func (ApiUpdateApiServerPrivilegesRequest) UpdateApiServerPrivilegesRequest ¶
func (r ApiUpdateApiServerPrivilegesRequest) UpdateApiServerPrivilegesRequest(updateApiServerPrivilegesRequest UpdateApiServerPrivilegesRequest) ApiUpdateApiServerPrivilegesRequest
type ApiUpdateApiServerRequest ¶
type ApiUpdateApiServerRequest struct { ApiService ApiServerApiAPI // contains filtered or unexported fields }
func (ApiUpdateApiServerRequest) Authorization ¶
func (r ApiUpdateApiServerRequest) Authorization(authorization string) ApiUpdateApiServerRequest
func (ApiUpdateApiServerRequest) DPoP ¶
func (r ApiUpdateApiServerRequest) DPoP(dPoP string) ApiUpdateApiServerRequest
func (ApiUpdateApiServerRequest) Execute ¶
func (r ApiUpdateApiServerRequest) Execute() (*AuthleteApiServerUpdateResponse, *http.Response, error)
func (ApiUpdateApiServerRequest) UpdateApiServerRequest ¶
func (r ApiUpdateApiServerRequest) UpdateApiServerRequest(updateApiServerRequest UpdateApiServerRequest) ApiUpdateApiServerRequest
type ApiUpdateClientPrivilegesRequest ¶
type ApiUpdateClientPrivilegesRequest struct { ApiService AccessApiAPI // contains filtered or unexported fields }
func (ApiUpdateClientPrivilegesRequest) Authorization ¶
func (r ApiUpdateClientPrivilegesRequest) Authorization(authorization string) ApiUpdateClientPrivilegesRequest
func (ApiUpdateClientPrivilegesRequest) DPoP ¶
func (r ApiUpdateClientPrivilegesRequest) DPoP(dPoP string) ApiUpdateClientPrivilegesRequest
func (ApiUpdateClientPrivilegesRequest) Execute ¶
func (r ApiUpdateClientPrivilegesRequest) Execute() (*ClientAccessResponse, *http.Response, error)
func (ApiUpdateClientPrivilegesRequest) UpdateClientPrivilegesRequest ¶
func (r ApiUpdateClientPrivilegesRequest) UpdateClientPrivilegesRequest(updateClientPrivilegesRequest UpdateClientPrivilegesRequest) ApiUpdateClientPrivilegesRequest
type ApiUpdateOrganizationPrivilegesRequest ¶
type ApiUpdateOrganizationPrivilegesRequest struct { ApiService AccessApiAPI // contains filtered or unexported fields }
func (ApiUpdateOrganizationPrivilegesRequest) Authorization ¶
func (r ApiUpdateOrganizationPrivilegesRequest) Authorization(authorization string) ApiUpdateOrganizationPrivilegesRequest
func (ApiUpdateOrganizationPrivilegesRequest) DPoP ¶
func (r ApiUpdateOrganizationPrivilegesRequest) DPoP(dPoP string) ApiUpdateOrganizationPrivilegesRequest
func (ApiUpdateOrganizationPrivilegesRequest) Execute ¶
func (r ApiUpdateOrganizationPrivilegesRequest) Execute() (*OrganizationAccessResponse, *http.Response, error)
func (ApiUpdateOrganizationPrivilegesRequest) UpdateOrganizationPrivilegesRequest ¶
func (r ApiUpdateOrganizationPrivilegesRequest) UpdateOrganizationPrivilegesRequest(updateOrganizationPrivilegesRequest UpdateOrganizationPrivilegesRequest) ApiUpdateOrganizationPrivilegesRequest
type ApiUpdateOrganizationRequest ¶
type ApiUpdateOrganizationRequest struct { ApiService OrganizationApiAPI // contains filtered or unexported fields }
func (ApiUpdateOrganizationRequest) Authorization ¶
func (r ApiUpdateOrganizationRequest) Authorization(authorization string) ApiUpdateOrganizationRequest
func (ApiUpdateOrganizationRequest) DPoP ¶
func (r ApiUpdateOrganizationRequest) DPoP(dPoP string) ApiUpdateOrganizationRequest
func (ApiUpdateOrganizationRequest) Execute ¶
func (r ApiUpdateOrganizationRequest) Execute() (*OrganizationResponse, *http.Response, error)
func (ApiUpdateOrganizationRequest) UpdateOrganizationRequest ¶
func (r ApiUpdateOrganizationRequest) UpdateOrganizationRequest(updateOrganizationRequest UpdateOrganizationRequest) ApiUpdateOrganizationRequest
type ApiUpdateServicePrivilegesRequest ¶
type ApiUpdateServicePrivilegesRequest struct { ApiService AccessApiAPI // contains filtered or unexported fields }
func (ApiUpdateServicePrivilegesRequest) Authorization ¶
func (r ApiUpdateServicePrivilegesRequest) Authorization(authorization string) ApiUpdateServicePrivilegesRequest
func (ApiUpdateServicePrivilegesRequest) DPoP ¶
func (r ApiUpdateServicePrivilegesRequest) DPoP(dPoP string) ApiUpdateServicePrivilegesRequest
func (ApiUpdateServicePrivilegesRequest) Execute ¶
func (r ApiUpdateServicePrivilegesRequest) Execute() (*ServiceAccessResponse, *http.Response, error)
func (ApiUpdateServicePrivilegesRequest) UpdateServicePrivilegesRequest ¶
func (r ApiUpdateServicePrivilegesRequest) UpdateServicePrivilegesRequest(updateServicePrivilegesRequest UpdateServicePrivilegesRequest) ApiUpdateServicePrivilegesRequest
type ApiUpdateUserRequest ¶
type ApiUpdateUserRequest struct { ApiService UserApiAPI // contains filtered or unexported fields }
func (ApiUpdateUserRequest) Execute ¶
func (r ApiUpdateUserRequest) Execute() (*AuthleteUser, *http.Response, error)
func (ApiUpdateUserRequest) UpdateUserRequest ¶
func (r ApiUpdateUserRequest) UpdateUserRequest(updateUserRequest UpdateUserRequest) ApiUpdateUserRequest
type ApiUserInfoRequest ¶
type ApiUserInfoRequest struct { ApiService UserInfoEndpointAPI // contains filtered or unexported fields }
func (ApiUserInfoRequest) Authorization ¶
func (r ApiUserInfoRequest) Authorization(authorization string) ApiUserInfoRequest
func (ApiUserInfoRequest) DPoP ¶
func (r ApiUserInfoRequest) DPoP(dPoP string) ApiUserInfoRequest
type Approval ¶
type Approval struct { Approved bool `json:"approved"` Ticket string `json:"ticket"` Scopes []string `json:"scopes,omitempty"` }
Approval struct for Approval
func NewApproval ¶
NewApproval instantiates a new Approval 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 NewApprovalWithDefaults ¶
func NewApprovalWithDefaults() *Approval
NewApprovalWithDefaults instantiates a new Approval 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 (*Approval) GetApproved ¶
GetApproved returns the Approved field value
func (*Approval) GetApprovedOk ¶
GetApprovedOk returns a tuple with the Approved field value and a boolean to check if the value has been set.
func (*Approval) GetScopesOk ¶
GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Approval) GetTicketOk ¶
GetTicketOk returns a tuple with the Ticket field value and a boolean to check if the value has been set.
func (Approval) MarshalJSON ¶
func (*Approval) SetScopes ¶
SetScopes gets a reference to the given []string and assigns it to the Scopes field.
func (*Approval) UnmarshalJSON ¶ added in v0.3.0
type AuthleteApiServerResponse ¶
type AuthleteApiServerResponse struct { Id *int64 `json:"id,omitempty"` ApiServerUrl *string `json:"apiServerUrl,omitempty"` Description *string `json:"description,omitempty"` OwnedBy *int64 `json:"ownedBy,omitempty"` }
AuthleteApiServerResponse struct for AuthleteApiServerResponse
func NewAuthleteApiServerResponse ¶
func NewAuthleteApiServerResponse() *AuthleteApiServerResponse
NewAuthleteApiServerResponse instantiates a new AuthleteApiServerResponse 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 NewAuthleteApiServerResponseWithDefaults ¶
func NewAuthleteApiServerResponseWithDefaults() *AuthleteApiServerResponse
NewAuthleteApiServerResponseWithDefaults instantiates a new AuthleteApiServerResponse 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 (*AuthleteApiServerResponse) GetApiServerUrl ¶
func (o *AuthleteApiServerResponse) GetApiServerUrl() string
GetApiServerUrl returns the ApiServerUrl field value if set, zero value otherwise.
func (*AuthleteApiServerResponse) GetApiServerUrlOk ¶
func (o *AuthleteApiServerResponse) GetApiServerUrlOk() (*string, bool)
GetApiServerUrlOk returns a tuple with the ApiServerUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthleteApiServerResponse) GetDescription ¶
func (o *AuthleteApiServerResponse) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*AuthleteApiServerResponse) GetDescriptionOk ¶
func (o *AuthleteApiServerResponse) 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 (*AuthleteApiServerResponse) GetId ¶
func (o *AuthleteApiServerResponse) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*AuthleteApiServerResponse) GetIdOk ¶
func (o *AuthleteApiServerResponse) 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 (*AuthleteApiServerResponse) GetOwnedBy ¶
func (o *AuthleteApiServerResponse) GetOwnedBy() int64
GetOwnedBy returns the OwnedBy field value if set, zero value otherwise.
func (*AuthleteApiServerResponse) GetOwnedByOk ¶
func (o *AuthleteApiServerResponse) GetOwnedByOk() (*int64, bool)
GetOwnedByOk returns a tuple with the OwnedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthleteApiServerResponse) HasApiServerUrl ¶
func (o *AuthleteApiServerResponse) HasApiServerUrl() bool
HasApiServerUrl returns a boolean if a field has been set.
func (*AuthleteApiServerResponse) HasDescription ¶
func (o *AuthleteApiServerResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*AuthleteApiServerResponse) HasId ¶
func (o *AuthleteApiServerResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (*AuthleteApiServerResponse) HasOwnedBy ¶
func (o *AuthleteApiServerResponse) HasOwnedBy() bool
HasOwnedBy returns a boolean if a field has been set.
func (AuthleteApiServerResponse) MarshalJSON ¶
func (o AuthleteApiServerResponse) MarshalJSON() ([]byte, error)
func (*AuthleteApiServerResponse) SetApiServerUrl ¶
func (o *AuthleteApiServerResponse) SetApiServerUrl(v string)
SetApiServerUrl gets a reference to the given string and assigns it to the ApiServerUrl field.
func (*AuthleteApiServerResponse) SetDescription ¶
func (o *AuthleteApiServerResponse) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*AuthleteApiServerResponse) SetId ¶
func (o *AuthleteApiServerResponse) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*AuthleteApiServerResponse) SetOwnedBy ¶
func (o *AuthleteApiServerResponse) SetOwnedBy(v int64)
SetOwnedBy gets a reference to the given int64 and assigns it to the OwnedBy field.
func (AuthleteApiServerResponse) ToMap ¶ added in v0.3.0
func (o AuthleteApiServerResponse) ToMap() (map[string]interface{}, error)
type AuthleteApiServerUpdateResponse ¶
type AuthleteApiServerUpdateResponse struct { ApiServerUrl *string `json:"apiServerUrl,omitempty"` Description *string `json:"description,omitempty"` Id *int64 `json:"id,omitempty"` }
AuthleteApiServerUpdateResponse struct for AuthleteApiServerUpdateResponse
func NewAuthleteApiServerUpdateResponse ¶
func NewAuthleteApiServerUpdateResponse() *AuthleteApiServerUpdateResponse
NewAuthleteApiServerUpdateResponse instantiates a new AuthleteApiServerUpdateResponse 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 NewAuthleteApiServerUpdateResponseWithDefaults ¶
func NewAuthleteApiServerUpdateResponseWithDefaults() *AuthleteApiServerUpdateResponse
NewAuthleteApiServerUpdateResponseWithDefaults instantiates a new AuthleteApiServerUpdateResponse 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 (*AuthleteApiServerUpdateResponse) GetApiServerUrl ¶
func (o *AuthleteApiServerUpdateResponse) GetApiServerUrl() string
GetApiServerUrl returns the ApiServerUrl field value if set, zero value otherwise.
func (*AuthleteApiServerUpdateResponse) GetApiServerUrlOk ¶
func (o *AuthleteApiServerUpdateResponse) GetApiServerUrlOk() (*string, bool)
GetApiServerUrlOk returns a tuple with the ApiServerUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthleteApiServerUpdateResponse) GetDescription ¶
func (o *AuthleteApiServerUpdateResponse) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*AuthleteApiServerUpdateResponse) GetDescriptionOk ¶
func (o *AuthleteApiServerUpdateResponse) 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 (*AuthleteApiServerUpdateResponse) GetId ¶
func (o *AuthleteApiServerUpdateResponse) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*AuthleteApiServerUpdateResponse) GetIdOk ¶
func (o *AuthleteApiServerUpdateResponse) 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 (*AuthleteApiServerUpdateResponse) HasApiServerUrl ¶
func (o *AuthleteApiServerUpdateResponse) HasApiServerUrl() bool
HasApiServerUrl returns a boolean if a field has been set.
func (*AuthleteApiServerUpdateResponse) HasDescription ¶
func (o *AuthleteApiServerUpdateResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*AuthleteApiServerUpdateResponse) HasId ¶
func (o *AuthleteApiServerUpdateResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (AuthleteApiServerUpdateResponse) MarshalJSON ¶
func (o AuthleteApiServerUpdateResponse) MarshalJSON() ([]byte, error)
func (*AuthleteApiServerUpdateResponse) SetApiServerUrl ¶
func (o *AuthleteApiServerUpdateResponse) SetApiServerUrl(v string)
SetApiServerUrl gets a reference to the given string and assigns it to the ApiServerUrl field.
func (*AuthleteApiServerUpdateResponse) SetDescription ¶
func (o *AuthleteApiServerUpdateResponse) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*AuthleteApiServerUpdateResponse) SetId ¶
func (o *AuthleteApiServerUpdateResponse) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (AuthleteApiServerUpdateResponse) ToMap ¶ added in v0.3.0
func (o AuthleteApiServerUpdateResponse) ToMap() (map[string]interface{}, error)
type AuthleteUser ¶
type AuthleteUser struct { Id *int64 `json:"id,omitempty"` Xid *int64 `json:"xid,omitempty"` GivenName *string `json:"givenName,omitempty"` FamilyName *string `json:"familyName,omitempty"` Email *string `json:"email,omitempty"` LastAuthTime *time.Time `json:"lastAuthTime,omitempty"` Admin *bool `json:"admin,omitempty"` WebAuthenticators *map[string]string `json:"webAuthenticators,omitempty"` LastAuthTimeAsLong *int64 `json:"lastAuthTimeAsLong,omitempty"` WebAuthenticatorIDs []string `json:"webAuthenticatorIDs,omitempty"` TotpEnabled *bool `json:"totpEnabled,omitempty"` WebAuthnEnabled *bool `json:"webAuthnEnabled,omitempty"` }
AuthleteUser struct for AuthleteUser
func NewAuthleteUser ¶
func NewAuthleteUser() *AuthleteUser
NewAuthleteUser instantiates a new AuthleteUser 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 NewAuthleteUserWithDefaults ¶
func NewAuthleteUserWithDefaults() *AuthleteUser
NewAuthleteUserWithDefaults instantiates a new AuthleteUser 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 (*AuthleteUser) GetAdmin ¶
func (o *AuthleteUser) GetAdmin() bool
GetAdmin returns the Admin field value if set, zero value otherwise.
func (*AuthleteUser) GetAdminOk ¶
func (o *AuthleteUser) GetAdminOk() (*bool, bool)
GetAdminOk returns a tuple with the Admin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthleteUser) GetEmail ¶
func (o *AuthleteUser) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*AuthleteUser) GetEmailOk ¶
func (o *AuthleteUser) 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 (*AuthleteUser) GetFamilyName ¶
func (o *AuthleteUser) GetFamilyName() string
GetFamilyName returns the FamilyName field value if set, zero value otherwise.
func (*AuthleteUser) GetFamilyNameOk ¶
func (o *AuthleteUser) 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 (*AuthleteUser) GetGivenName ¶
func (o *AuthleteUser) GetGivenName() string
GetGivenName returns the GivenName field value if set, zero value otherwise.
func (*AuthleteUser) GetGivenNameOk ¶
func (o *AuthleteUser) 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 (*AuthleteUser) GetId ¶
func (o *AuthleteUser) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*AuthleteUser) GetIdOk ¶
func (o *AuthleteUser) 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 (*AuthleteUser) GetLastAuthTime ¶
func (o *AuthleteUser) GetLastAuthTime() time.Time
GetLastAuthTime returns the LastAuthTime field value if set, zero value otherwise.
func (*AuthleteUser) GetLastAuthTimeAsLong ¶
func (o *AuthleteUser) GetLastAuthTimeAsLong() int64
GetLastAuthTimeAsLong returns the LastAuthTimeAsLong field value if set, zero value otherwise.
func (*AuthleteUser) GetLastAuthTimeAsLongOk ¶
func (o *AuthleteUser) GetLastAuthTimeAsLongOk() (*int64, bool)
GetLastAuthTimeAsLongOk returns a tuple with the LastAuthTimeAsLong field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthleteUser) GetLastAuthTimeOk ¶
func (o *AuthleteUser) GetLastAuthTimeOk() (*time.Time, bool)
GetLastAuthTimeOk returns a tuple with the LastAuthTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthleteUser) GetTotpEnabled ¶
func (o *AuthleteUser) GetTotpEnabled() bool
GetTotpEnabled returns the TotpEnabled field value if set, zero value otherwise.
func (*AuthleteUser) GetTotpEnabledOk ¶
func (o *AuthleteUser) GetTotpEnabledOk() (*bool, bool)
GetTotpEnabledOk returns a tuple with the TotpEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthleteUser) GetWebAuthenticatorIDs ¶
func (o *AuthleteUser) GetWebAuthenticatorIDs() []string
GetWebAuthenticatorIDs returns the WebAuthenticatorIDs field value if set, zero value otherwise.
func (*AuthleteUser) GetWebAuthenticatorIDsOk ¶
func (o *AuthleteUser) GetWebAuthenticatorIDsOk() ([]string, bool)
GetWebAuthenticatorIDsOk returns a tuple with the WebAuthenticatorIDs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthleteUser) GetWebAuthenticators ¶
func (o *AuthleteUser) GetWebAuthenticators() map[string]string
GetWebAuthenticators returns the WebAuthenticators field value if set, zero value otherwise.
func (*AuthleteUser) GetWebAuthenticatorsOk ¶
func (o *AuthleteUser) GetWebAuthenticatorsOk() (*map[string]string, bool)
GetWebAuthenticatorsOk returns a tuple with the WebAuthenticators field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthleteUser) GetWebAuthnEnabled ¶
func (o *AuthleteUser) GetWebAuthnEnabled() bool
GetWebAuthnEnabled returns the WebAuthnEnabled field value if set, zero value otherwise.
func (*AuthleteUser) GetWebAuthnEnabledOk ¶
func (o *AuthleteUser) GetWebAuthnEnabledOk() (*bool, bool)
GetWebAuthnEnabledOk returns a tuple with the WebAuthnEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthleteUser) GetXid ¶
func (o *AuthleteUser) GetXid() int64
GetXid returns the Xid field value if set, zero value otherwise.
func (*AuthleteUser) GetXidOk ¶
func (o *AuthleteUser) GetXidOk() (*int64, bool)
GetXidOk returns a tuple with the Xid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthleteUser) HasAdmin ¶
func (o *AuthleteUser) HasAdmin() bool
HasAdmin returns a boolean if a field has been set.
func (*AuthleteUser) HasEmail ¶
func (o *AuthleteUser) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*AuthleteUser) HasFamilyName ¶
func (o *AuthleteUser) HasFamilyName() bool
HasFamilyName returns a boolean if a field has been set.
func (*AuthleteUser) HasGivenName ¶
func (o *AuthleteUser) HasGivenName() bool
HasGivenName returns a boolean if a field has been set.
func (*AuthleteUser) HasId ¶
func (o *AuthleteUser) HasId() bool
HasId returns a boolean if a field has been set.
func (*AuthleteUser) HasLastAuthTime ¶
func (o *AuthleteUser) HasLastAuthTime() bool
HasLastAuthTime returns a boolean if a field has been set.
func (*AuthleteUser) HasLastAuthTimeAsLong ¶
func (o *AuthleteUser) HasLastAuthTimeAsLong() bool
HasLastAuthTimeAsLong returns a boolean if a field has been set.
func (*AuthleteUser) HasTotpEnabled ¶
func (o *AuthleteUser) HasTotpEnabled() bool
HasTotpEnabled returns a boolean if a field has been set.
func (*AuthleteUser) HasWebAuthenticatorIDs ¶
func (o *AuthleteUser) HasWebAuthenticatorIDs() bool
HasWebAuthenticatorIDs returns a boolean if a field has been set.
func (*AuthleteUser) HasWebAuthenticators ¶
func (o *AuthleteUser) HasWebAuthenticators() bool
HasWebAuthenticators returns a boolean if a field has been set.
func (*AuthleteUser) HasWebAuthnEnabled ¶
func (o *AuthleteUser) HasWebAuthnEnabled() bool
HasWebAuthnEnabled returns a boolean if a field has been set.
func (*AuthleteUser) HasXid ¶
func (o *AuthleteUser) HasXid() bool
HasXid returns a boolean if a field has been set.
func (AuthleteUser) MarshalJSON ¶
func (o AuthleteUser) MarshalJSON() ([]byte, error)
func (*AuthleteUser) SetAdmin ¶
func (o *AuthleteUser) SetAdmin(v bool)
SetAdmin gets a reference to the given bool and assigns it to the Admin field.
func (*AuthleteUser) SetEmail ¶
func (o *AuthleteUser) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*AuthleteUser) SetFamilyName ¶
func (o *AuthleteUser) SetFamilyName(v string)
SetFamilyName gets a reference to the given string and assigns it to the FamilyName field.
func (*AuthleteUser) SetGivenName ¶
func (o *AuthleteUser) SetGivenName(v string)
SetGivenName gets a reference to the given string and assigns it to the GivenName field.
func (*AuthleteUser) SetId ¶
func (o *AuthleteUser) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*AuthleteUser) SetLastAuthTime ¶
func (o *AuthleteUser) SetLastAuthTime(v time.Time)
SetLastAuthTime gets a reference to the given time.Time and assigns it to the LastAuthTime field.
func (*AuthleteUser) SetLastAuthTimeAsLong ¶
func (o *AuthleteUser) SetLastAuthTimeAsLong(v int64)
SetLastAuthTimeAsLong gets a reference to the given int64 and assigns it to the LastAuthTimeAsLong field.
func (*AuthleteUser) SetTotpEnabled ¶
func (o *AuthleteUser) SetTotpEnabled(v bool)
SetTotpEnabled gets a reference to the given bool and assigns it to the TotpEnabled field.
func (*AuthleteUser) SetWebAuthenticatorIDs ¶
func (o *AuthleteUser) SetWebAuthenticatorIDs(v []string)
SetWebAuthenticatorIDs gets a reference to the given []string and assigns it to the WebAuthenticatorIDs field.
func (*AuthleteUser) SetWebAuthenticators ¶
func (o *AuthleteUser) SetWebAuthenticators(v map[string]string)
SetWebAuthenticators gets a reference to the given map[string]string and assigns it to the WebAuthenticators field.
func (*AuthleteUser) SetWebAuthnEnabled ¶
func (o *AuthleteUser) SetWebAuthnEnabled(v bool)
SetWebAuthnEnabled gets a reference to the given bool and assigns it to the WebAuthnEnabled field.
func (*AuthleteUser) SetXid ¶
func (o *AuthleteUser) SetXid(v int64)
SetXid gets a reference to the given int64 and assigns it to the Xid field.
func (AuthleteUser) ToMap ¶ added in v0.3.0
func (o AuthleteUser) ToMap() (map[string]interface{}, error)
type AuthorizationEndpointAPI ¶ added in v0.3.0
type AuthorizationEndpointAPI interface { /* Get Method for Get @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetRequest */ Get(ctx context.Context) ApiGetRequest // GetExecute executes the request // @return map[string]interface{} GetExecute(r ApiGetRequest) (map[string]interface{}, *http.Response, error) }
type AuthorizationEndpointAPIService ¶ added in v0.3.0
type AuthorizationEndpointAPIService service
AuthorizationEndpointAPIService AuthorizationEndpointAPI service
func (*AuthorizationEndpointAPIService) Get ¶ added in v0.3.0
func (a *AuthorizationEndpointAPIService) Get(ctx context.Context) ApiGetRequest
Get Method for Get
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetRequest
func (*AuthorizationEndpointAPIService) GetExecute ¶ added in v0.3.0
func (a *AuthorizationEndpointAPIService) GetExecute(r ApiGetRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
type AuthorizationResponse ¶
type AuthorizationResponse struct { ResultCode *string `json:"resultCode,omitempty"` ResultMessage *string `json:"resultMessage,omitempty"` Action *string `json:"action,omitempty"` Service *Service `json:"service,omitempty"` Client *Client `json:"client,omitempty"` Display *string `json:"display,omitempty"` MaxAge *int32 `json:"maxAge,omitempty"` Scopes []Scope `json:"scopes,omitempty"` DynamicScopes []DynamicScope `json:"dynamicScopes,omitempty"` UiLocales []string `json:"uiLocales,omitempty"` ClaimsLocales []string `json:"claimsLocales,omitempty"` Claims []string `json:"claims,omitempty"` ClaimsAtUserInfo []string `json:"claimsAtUserInfo,omitempty"` AcrEssential *bool `json:"acrEssential,omitempty"` ClientIdAliasUsed *bool `json:"clientIdAliasUsed,omitempty"` ClientEntityIdUsed *bool `json:"clientEntityIdUsed,omitempty"` Acrs []string `json:"acrs,omitempty"` Subject *string `json:"subject,omitempty"` LoginHint *string `json:"loginHint,omitempty"` // Deprecated LowestPrompt *string `json:"lowestPrompt,omitempty"` Prompts []string `json:"prompts,omitempty"` RequestObjectPayload *string `json:"requestObjectPayload,omitempty"` IdTokenClaims *string `json:"idTokenClaims,omitempty"` UserInfoClaims *string `json:"userInfoClaims,omitempty"` TransformedClaims *string `json:"transformedClaims,omitempty"` Resources []string `json:"resources,omitempty"` AuthorizationDetails *AuthzDetails `json:"authorizationDetails,omitempty"` Purpose *string `json:"purpose,omitempty"` GmAction *string `json:"gmAction,omitempty"` GrantId *string `json:"grantId,omitempty"` GrantSubject *string `json:"grantSubject,omitempty"` Grant *Grant `json:"grant,omitempty"` RequestedClaimsForTx []string `json:"requestedClaimsForTx,omitempty"` RequestedVerifiedClaimsForTx []StringArray `json:"requestedVerifiedClaimsForTx,omitempty"` ResponseContent *string `json:"responseContent,omitempty"` Ticket *string `json:"ticket,omitempty"` }
AuthorizationResponse struct for AuthorizationResponse
func NewAuthorizationResponse ¶
func NewAuthorizationResponse() *AuthorizationResponse
NewAuthorizationResponse instantiates a new AuthorizationResponse 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 NewAuthorizationResponseWithDefaults ¶
func NewAuthorizationResponseWithDefaults() *AuthorizationResponse
NewAuthorizationResponseWithDefaults instantiates a new AuthorizationResponse 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 (*AuthorizationResponse) GetAcrEssential ¶
func (o *AuthorizationResponse) GetAcrEssential() bool
GetAcrEssential returns the AcrEssential field value if set, zero value otherwise.
func (*AuthorizationResponse) GetAcrEssentialOk ¶
func (o *AuthorizationResponse) GetAcrEssentialOk() (*bool, bool)
GetAcrEssentialOk returns a tuple with the AcrEssential field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetAcrs ¶
func (o *AuthorizationResponse) GetAcrs() []string
GetAcrs returns the Acrs field value if set, zero value otherwise.
func (*AuthorizationResponse) GetAcrsOk ¶
func (o *AuthorizationResponse) GetAcrsOk() ([]string, bool)
GetAcrsOk returns a tuple with the Acrs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetAction ¶
func (o *AuthorizationResponse) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*AuthorizationResponse) GetActionOk ¶
func (o *AuthorizationResponse) 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 (*AuthorizationResponse) GetAuthorizationDetails ¶
func (o *AuthorizationResponse) GetAuthorizationDetails() AuthzDetails
GetAuthorizationDetails returns the AuthorizationDetails field value if set, zero value otherwise.
func (*AuthorizationResponse) GetAuthorizationDetailsOk ¶
func (o *AuthorizationResponse) GetAuthorizationDetailsOk() (*AuthzDetails, bool)
GetAuthorizationDetailsOk returns a tuple with the AuthorizationDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetClaims ¶
func (o *AuthorizationResponse) GetClaims() []string
GetClaims returns the Claims field value if set, zero value otherwise.
func (*AuthorizationResponse) GetClaimsAtUserInfo ¶
func (o *AuthorizationResponse) GetClaimsAtUserInfo() []string
GetClaimsAtUserInfo returns the ClaimsAtUserInfo field value if set, zero value otherwise.
func (*AuthorizationResponse) GetClaimsAtUserInfoOk ¶
func (o *AuthorizationResponse) GetClaimsAtUserInfoOk() ([]string, bool)
GetClaimsAtUserInfoOk returns a tuple with the ClaimsAtUserInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetClaimsLocales ¶
func (o *AuthorizationResponse) GetClaimsLocales() []string
GetClaimsLocales returns the ClaimsLocales field value if set, zero value otherwise.
func (*AuthorizationResponse) GetClaimsLocalesOk ¶
func (o *AuthorizationResponse) GetClaimsLocalesOk() ([]string, bool)
GetClaimsLocalesOk returns a tuple with the ClaimsLocales field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetClaimsOk ¶
func (o *AuthorizationResponse) GetClaimsOk() ([]string, bool)
GetClaimsOk returns a tuple with the Claims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetClient ¶
func (o *AuthorizationResponse) GetClient() Client
GetClient returns the Client field value if set, zero value otherwise.
func (*AuthorizationResponse) GetClientEntityIdUsed ¶
func (o *AuthorizationResponse) GetClientEntityIdUsed() bool
GetClientEntityIdUsed returns the ClientEntityIdUsed field value if set, zero value otherwise.
func (*AuthorizationResponse) GetClientEntityIdUsedOk ¶
func (o *AuthorizationResponse) GetClientEntityIdUsedOk() (*bool, bool)
GetClientEntityIdUsedOk returns a tuple with the ClientEntityIdUsed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetClientIdAliasUsed ¶
func (o *AuthorizationResponse) GetClientIdAliasUsed() bool
GetClientIdAliasUsed returns the ClientIdAliasUsed field value if set, zero value otherwise.
func (*AuthorizationResponse) GetClientIdAliasUsedOk ¶
func (o *AuthorizationResponse) GetClientIdAliasUsedOk() (*bool, bool)
GetClientIdAliasUsedOk returns a tuple with the ClientIdAliasUsed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetClientOk ¶
func (o *AuthorizationResponse) GetClientOk() (*Client, 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 (*AuthorizationResponse) GetDisplay ¶
func (o *AuthorizationResponse) GetDisplay() string
GetDisplay returns the Display field value if set, zero value otherwise.
func (*AuthorizationResponse) GetDisplayOk ¶
func (o *AuthorizationResponse) 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 (*AuthorizationResponse) GetDynamicScopes ¶
func (o *AuthorizationResponse) GetDynamicScopes() []DynamicScope
GetDynamicScopes returns the DynamicScopes field value if set, zero value otherwise.
func (*AuthorizationResponse) GetDynamicScopesOk ¶
func (o *AuthorizationResponse) GetDynamicScopesOk() ([]DynamicScope, bool)
GetDynamicScopesOk returns a tuple with the DynamicScopes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetGmAction ¶
func (o *AuthorizationResponse) GetGmAction() string
GetGmAction returns the GmAction field value if set, zero value otherwise.
func (*AuthorizationResponse) GetGmActionOk ¶
func (o *AuthorizationResponse) GetGmActionOk() (*string, bool)
GetGmActionOk returns a tuple with the GmAction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetGrant ¶
func (o *AuthorizationResponse) GetGrant() Grant
GetGrant returns the Grant field value if set, zero value otherwise.
func (*AuthorizationResponse) GetGrantId ¶
func (o *AuthorizationResponse) GetGrantId() string
GetGrantId returns the GrantId field value if set, zero value otherwise.
func (*AuthorizationResponse) GetGrantIdOk ¶
func (o *AuthorizationResponse) GetGrantIdOk() (*string, bool)
GetGrantIdOk returns a tuple with the GrantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetGrantOk ¶
func (o *AuthorizationResponse) GetGrantOk() (*Grant, bool)
GetGrantOk returns a tuple with the Grant field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetGrantSubject ¶
func (o *AuthorizationResponse) GetGrantSubject() string
GetGrantSubject returns the GrantSubject field value if set, zero value otherwise.
func (*AuthorizationResponse) GetGrantSubjectOk ¶
func (o *AuthorizationResponse) GetGrantSubjectOk() (*string, bool)
GetGrantSubjectOk returns a tuple with the GrantSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetIdTokenClaims ¶
func (o *AuthorizationResponse) GetIdTokenClaims() string
GetIdTokenClaims returns the IdTokenClaims field value if set, zero value otherwise.
func (*AuthorizationResponse) GetIdTokenClaimsOk ¶
func (o *AuthorizationResponse) GetIdTokenClaimsOk() (*string, bool)
GetIdTokenClaimsOk returns a tuple with the IdTokenClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetLoginHint ¶
func (o *AuthorizationResponse) GetLoginHint() string
GetLoginHint returns the LoginHint field value if set, zero value otherwise.
func (*AuthorizationResponse) GetLoginHintOk ¶
func (o *AuthorizationResponse) 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 (*AuthorizationResponse) GetLowestPrompt ¶
func (o *AuthorizationResponse) GetLowestPrompt() string
GetLowestPrompt returns the LowestPrompt field value if set, zero value otherwise. Deprecated
func (*AuthorizationResponse) GetLowestPromptOk ¶
func (o *AuthorizationResponse) GetLowestPromptOk() (*string, bool)
GetLowestPromptOk returns a tuple with the LowestPrompt field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*AuthorizationResponse) GetMaxAge ¶
func (o *AuthorizationResponse) GetMaxAge() int32
GetMaxAge returns the MaxAge field value if set, zero value otherwise.
func (*AuthorizationResponse) GetMaxAgeOk ¶
func (o *AuthorizationResponse) GetMaxAgeOk() (*int32, bool)
GetMaxAgeOk returns a tuple with the MaxAge field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetPrompts ¶
func (o *AuthorizationResponse) GetPrompts() []string
GetPrompts returns the Prompts field value if set, zero value otherwise.
func (*AuthorizationResponse) GetPromptsOk ¶
func (o *AuthorizationResponse) GetPromptsOk() ([]string, bool)
GetPromptsOk returns a tuple with the Prompts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetPurpose ¶
func (o *AuthorizationResponse) GetPurpose() string
GetPurpose returns the Purpose field value if set, zero value otherwise.
func (*AuthorizationResponse) GetPurposeOk ¶
func (o *AuthorizationResponse) GetPurposeOk() (*string, bool)
GetPurposeOk returns a tuple with the Purpose field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetRequestObjectPayload ¶
func (o *AuthorizationResponse) GetRequestObjectPayload() string
GetRequestObjectPayload returns the RequestObjectPayload field value if set, zero value otherwise.
func (*AuthorizationResponse) GetRequestObjectPayloadOk ¶
func (o *AuthorizationResponse) GetRequestObjectPayloadOk() (*string, bool)
GetRequestObjectPayloadOk returns a tuple with the RequestObjectPayload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetRequestedClaimsForTx ¶
func (o *AuthorizationResponse) GetRequestedClaimsForTx() []string
GetRequestedClaimsForTx returns the RequestedClaimsForTx field value if set, zero value otherwise.
func (*AuthorizationResponse) GetRequestedClaimsForTxOk ¶
func (o *AuthorizationResponse) GetRequestedClaimsForTxOk() ([]string, bool)
GetRequestedClaimsForTxOk returns a tuple with the RequestedClaimsForTx field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetRequestedVerifiedClaimsForTx ¶
func (o *AuthorizationResponse) GetRequestedVerifiedClaimsForTx() []StringArray
GetRequestedVerifiedClaimsForTx returns the RequestedVerifiedClaimsForTx field value if set, zero value otherwise.
func (*AuthorizationResponse) GetRequestedVerifiedClaimsForTxOk ¶
func (o *AuthorizationResponse) GetRequestedVerifiedClaimsForTxOk() ([]StringArray, bool)
GetRequestedVerifiedClaimsForTxOk returns a tuple with the RequestedVerifiedClaimsForTx field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetResources ¶
func (o *AuthorizationResponse) GetResources() []string
GetResources returns the Resources field value if set, zero value otherwise.
func (*AuthorizationResponse) GetResourcesOk ¶
func (o *AuthorizationResponse) GetResourcesOk() ([]string, bool)
GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetResponseContent ¶
func (o *AuthorizationResponse) GetResponseContent() string
GetResponseContent returns the ResponseContent field value if set, zero value otherwise.
func (*AuthorizationResponse) GetResponseContentOk ¶
func (o *AuthorizationResponse) GetResponseContentOk() (*string, bool)
GetResponseContentOk returns a tuple with the ResponseContent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetResultCode ¶
func (o *AuthorizationResponse) GetResultCode() string
GetResultCode returns the ResultCode field value if set, zero value otherwise.
func (*AuthorizationResponse) GetResultCodeOk ¶
func (o *AuthorizationResponse) GetResultCodeOk() (*string, bool)
GetResultCodeOk returns a tuple with the ResultCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetResultMessage ¶
func (o *AuthorizationResponse) GetResultMessage() string
GetResultMessage returns the ResultMessage field value if set, zero value otherwise.
func (*AuthorizationResponse) GetResultMessageOk ¶
func (o *AuthorizationResponse) GetResultMessageOk() (*string, bool)
GetResultMessageOk returns a tuple with the ResultMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetScopes ¶
func (o *AuthorizationResponse) GetScopes() []Scope
GetScopes returns the Scopes field value if set, zero value otherwise.
func (*AuthorizationResponse) GetScopesOk ¶
func (o *AuthorizationResponse) GetScopesOk() ([]Scope, bool)
GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetService ¶
func (o *AuthorizationResponse) GetService() Service
GetService returns the Service field value if set, zero value otherwise.
func (*AuthorizationResponse) GetServiceOk ¶
func (o *AuthorizationResponse) GetServiceOk() (*Service, bool)
GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetSubject ¶
func (o *AuthorizationResponse) GetSubject() string
GetSubject returns the Subject field value if set, zero value otherwise.
func (*AuthorizationResponse) GetSubjectOk ¶
func (o *AuthorizationResponse) 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 (*AuthorizationResponse) GetTicket ¶
func (o *AuthorizationResponse) GetTicket() string
GetTicket returns the Ticket field value if set, zero value otherwise.
func (*AuthorizationResponse) GetTicketOk ¶
func (o *AuthorizationResponse) GetTicketOk() (*string, bool)
GetTicketOk returns a tuple with the Ticket field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetTransformedClaims ¶
func (o *AuthorizationResponse) GetTransformedClaims() string
GetTransformedClaims returns the TransformedClaims field value if set, zero value otherwise.
func (*AuthorizationResponse) GetTransformedClaimsOk ¶
func (o *AuthorizationResponse) GetTransformedClaimsOk() (*string, bool)
GetTransformedClaimsOk returns a tuple with the TransformedClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) GetUiLocales ¶
func (o *AuthorizationResponse) GetUiLocales() []string
GetUiLocales returns the UiLocales field value if set, zero value otherwise.
func (*AuthorizationResponse) GetUiLocalesOk ¶
func (o *AuthorizationResponse) 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 (*AuthorizationResponse) GetUserInfoClaims ¶
func (o *AuthorizationResponse) GetUserInfoClaims() string
GetUserInfoClaims returns the UserInfoClaims field value if set, zero value otherwise.
func (*AuthorizationResponse) GetUserInfoClaimsOk ¶
func (o *AuthorizationResponse) GetUserInfoClaimsOk() (*string, bool)
GetUserInfoClaimsOk returns a tuple with the UserInfoClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthorizationResponse) HasAcrEssential ¶
func (o *AuthorizationResponse) HasAcrEssential() bool
HasAcrEssential returns a boolean if a field has been set.
func (*AuthorizationResponse) HasAcrs ¶
func (o *AuthorizationResponse) HasAcrs() bool
HasAcrs returns a boolean if a field has been set.
func (*AuthorizationResponse) HasAction ¶
func (o *AuthorizationResponse) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*AuthorizationResponse) HasAuthorizationDetails ¶
func (o *AuthorizationResponse) HasAuthorizationDetails() bool
HasAuthorizationDetails returns a boolean if a field has been set.
func (*AuthorizationResponse) HasClaims ¶
func (o *AuthorizationResponse) HasClaims() bool
HasClaims returns a boolean if a field has been set.
func (*AuthorizationResponse) HasClaimsAtUserInfo ¶
func (o *AuthorizationResponse) HasClaimsAtUserInfo() bool
HasClaimsAtUserInfo returns a boolean if a field has been set.
func (*AuthorizationResponse) HasClaimsLocales ¶
func (o *AuthorizationResponse) HasClaimsLocales() bool
HasClaimsLocales returns a boolean if a field has been set.
func (*AuthorizationResponse) HasClient ¶
func (o *AuthorizationResponse) HasClient() bool
HasClient returns a boolean if a field has been set.
func (*AuthorizationResponse) HasClientEntityIdUsed ¶
func (o *AuthorizationResponse) HasClientEntityIdUsed() bool
HasClientEntityIdUsed returns a boolean if a field has been set.
func (*AuthorizationResponse) HasClientIdAliasUsed ¶
func (o *AuthorizationResponse) HasClientIdAliasUsed() bool
HasClientIdAliasUsed returns a boolean if a field has been set.
func (*AuthorizationResponse) HasDisplay ¶
func (o *AuthorizationResponse) HasDisplay() bool
HasDisplay returns a boolean if a field has been set.
func (*AuthorizationResponse) HasDynamicScopes ¶
func (o *AuthorizationResponse) HasDynamicScopes() bool
HasDynamicScopes returns a boolean if a field has been set.
func (*AuthorizationResponse) HasGmAction ¶
func (o *AuthorizationResponse) HasGmAction() bool
HasGmAction returns a boolean if a field has been set.
func (*AuthorizationResponse) HasGrant ¶
func (o *AuthorizationResponse) HasGrant() bool
HasGrant returns a boolean if a field has been set.
func (*AuthorizationResponse) HasGrantId ¶
func (o *AuthorizationResponse) HasGrantId() bool
HasGrantId returns a boolean if a field has been set.
func (*AuthorizationResponse) HasGrantSubject ¶
func (o *AuthorizationResponse) HasGrantSubject() bool
HasGrantSubject returns a boolean if a field has been set.
func (*AuthorizationResponse) HasIdTokenClaims ¶
func (o *AuthorizationResponse) HasIdTokenClaims() bool
HasIdTokenClaims returns a boolean if a field has been set.
func (*AuthorizationResponse) HasLoginHint ¶
func (o *AuthorizationResponse) HasLoginHint() bool
HasLoginHint returns a boolean if a field has been set.
func (*AuthorizationResponse) HasLowestPrompt ¶
func (o *AuthorizationResponse) HasLowestPrompt() bool
HasLowestPrompt returns a boolean if a field has been set.
func (*AuthorizationResponse) HasMaxAge ¶
func (o *AuthorizationResponse) HasMaxAge() bool
HasMaxAge returns a boolean if a field has been set.
func (*AuthorizationResponse) HasPrompts ¶
func (o *AuthorizationResponse) HasPrompts() bool
HasPrompts returns a boolean if a field has been set.
func (*AuthorizationResponse) HasPurpose ¶
func (o *AuthorizationResponse) HasPurpose() bool
HasPurpose returns a boolean if a field has been set.
func (*AuthorizationResponse) HasRequestObjectPayload ¶
func (o *AuthorizationResponse) HasRequestObjectPayload() bool
HasRequestObjectPayload returns a boolean if a field has been set.
func (*AuthorizationResponse) HasRequestedClaimsForTx ¶
func (o *AuthorizationResponse) HasRequestedClaimsForTx() bool
HasRequestedClaimsForTx returns a boolean if a field has been set.
func (*AuthorizationResponse) HasRequestedVerifiedClaimsForTx ¶
func (o *AuthorizationResponse) HasRequestedVerifiedClaimsForTx() bool
HasRequestedVerifiedClaimsForTx returns a boolean if a field has been set.
func (*AuthorizationResponse) HasResources ¶
func (o *AuthorizationResponse) HasResources() bool
HasResources returns a boolean if a field has been set.
func (*AuthorizationResponse) HasResponseContent ¶
func (o *AuthorizationResponse) HasResponseContent() bool
HasResponseContent returns a boolean if a field has been set.
func (*AuthorizationResponse) HasResultCode ¶
func (o *AuthorizationResponse) HasResultCode() bool
HasResultCode returns a boolean if a field has been set.
func (*AuthorizationResponse) HasResultMessage ¶
func (o *AuthorizationResponse) HasResultMessage() bool
HasResultMessage returns a boolean if a field has been set.
func (*AuthorizationResponse) HasScopes ¶
func (o *AuthorizationResponse) HasScopes() bool
HasScopes returns a boolean if a field has been set.
func (*AuthorizationResponse) HasService ¶
func (o *AuthorizationResponse) HasService() bool
HasService returns a boolean if a field has been set.
func (*AuthorizationResponse) HasSubject ¶
func (o *AuthorizationResponse) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (*AuthorizationResponse) HasTicket ¶
func (o *AuthorizationResponse) HasTicket() bool
HasTicket returns a boolean if a field has been set.
func (*AuthorizationResponse) HasTransformedClaims ¶
func (o *AuthorizationResponse) HasTransformedClaims() bool
HasTransformedClaims returns a boolean if a field has been set.
func (*AuthorizationResponse) HasUiLocales ¶
func (o *AuthorizationResponse) HasUiLocales() bool
HasUiLocales returns a boolean if a field has been set.
func (*AuthorizationResponse) HasUserInfoClaims ¶
func (o *AuthorizationResponse) HasUserInfoClaims() bool
HasUserInfoClaims returns a boolean if a field has been set.
func (AuthorizationResponse) MarshalJSON ¶
func (o AuthorizationResponse) MarshalJSON() ([]byte, error)
func (*AuthorizationResponse) SetAcrEssential ¶
func (o *AuthorizationResponse) SetAcrEssential(v bool)
SetAcrEssential gets a reference to the given bool and assigns it to the AcrEssential field.
func (*AuthorizationResponse) SetAcrs ¶
func (o *AuthorizationResponse) SetAcrs(v []string)
SetAcrs gets a reference to the given []string and assigns it to the Acrs field.
func (*AuthorizationResponse) SetAction ¶
func (o *AuthorizationResponse) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*AuthorizationResponse) SetAuthorizationDetails ¶
func (o *AuthorizationResponse) SetAuthorizationDetails(v AuthzDetails)
SetAuthorizationDetails gets a reference to the given AuthzDetails and assigns it to the AuthorizationDetails field.
func (*AuthorizationResponse) SetClaims ¶
func (o *AuthorizationResponse) SetClaims(v []string)
SetClaims gets a reference to the given []string and assigns it to the Claims field.
func (*AuthorizationResponse) SetClaimsAtUserInfo ¶
func (o *AuthorizationResponse) SetClaimsAtUserInfo(v []string)
SetClaimsAtUserInfo gets a reference to the given []string and assigns it to the ClaimsAtUserInfo field.
func (*AuthorizationResponse) SetClaimsLocales ¶
func (o *AuthorizationResponse) SetClaimsLocales(v []string)
SetClaimsLocales gets a reference to the given []string and assigns it to the ClaimsLocales field.
func (*AuthorizationResponse) SetClient ¶
func (o *AuthorizationResponse) SetClient(v Client)
SetClient gets a reference to the given Client and assigns it to the Client field.
func (*AuthorizationResponse) SetClientEntityIdUsed ¶
func (o *AuthorizationResponse) SetClientEntityIdUsed(v bool)
SetClientEntityIdUsed gets a reference to the given bool and assigns it to the ClientEntityIdUsed field.
func (*AuthorizationResponse) SetClientIdAliasUsed ¶
func (o *AuthorizationResponse) SetClientIdAliasUsed(v bool)
SetClientIdAliasUsed gets a reference to the given bool and assigns it to the ClientIdAliasUsed field.
func (*AuthorizationResponse) SetDisplay ¶
func (o *AuthorizationResponse) SetDisplay(v string)
SetDisplay gets a reference to the given string and assigns it to the Display field.
func (*AuthorizationResponse) SetDynamicScopes ¶
func (o *AuthorizationResponse) SetDynamicScopes(v []DynamicScope)
SetDynamicScopes gets a reference to the given []DynamicScope and assigns it to the DynamicScopes field.
func (*AuthorizationResponse) SetGmAction ¶
func (o *AuthorizationResponse) SetGmAction(v string)
SetGmAction gets a reference to the given string and assigns it to the GmAction field.
func (*AuthorizationResponse) SetGrant ¶
func (o *AuthorizationResponse) SetGrant(v Grant)
SetGrant gets a reference to the given Grant and assigns it to the Grant field.
func (*AuthorizationResponse) SetGrantId ¶
func (o *AuthorizationResponse) SetGrantId(v string)
SetGrantId gets a reference to the given string and assigns it to the GrantId field.
func (*AuthorizationResponse) SetGrantSubject ¶
func (o *AuthorizationResponse) SetGrantSubject(v string)
SetGrantSubject gets a reference to the given string and assigns it to the GrantSubject field.
func (*AuthorizationResponse) SetIdTokenClaims ¶
func (o *AuthorizationResponse) SetIdTokenClaims(v string)
SetIdTokenClaims gets a reference to the given string and assigns it to the IdTokenClaims field.
func (*AuthorizationResponse) SetLoginHint ¶
func (o *AuthorizationResponse) SetLoginHint(v string)
SetLoginHint gets a reference to the given string and assigns it to the LoginHint field.
func (*AuthorizationResponse) SetLowestPrompt ¶
func (o *AuthorizationResponse) SetLowestPrompt(v string)
SetLowestPrompt gets a reference to the given string and assigns it to the LowestPrompt field. Deprecated
func (*AuthorizationResponse) SetMaxAge ¶
func (o *AuthorizationResponse) SetMaxAge(v int32)
SetMaxAge gets a reference to the given int32 and assigns it to the MaxAge field.
func (*AuthorizationResponse) SetPrompts ¶
func (o *AuthorizationResponse) SetPrompts(v []string)
SetPrompts gets a reference to the given []string and assigns it to the Prompts field.
func (*AuthorizationResponse) SetPurpose ¶
func (o *AuthorizationResponse) SetPurpose(v string)
SetPurpose gets a reference to the given string and assigns it to the Purpose field.
func (*AuthorizationResponse) SetRequestObjectPayload ¶
func (o *AuthorizationResponse) SetRequestObjectPayload(v string)
SetRequestObjectPayload gets a reference to the given string and assigns it to the RequestObjectPayload field.
func (*AuthorizationResponse) SetRequestedClaimsForTx ¶
func (o *AuthorizationResponse) SetRequestedClaimsForTx(v []string)
SetRequestedClaimsForTx gets a reference to the given []string and assigns it to the RequestedClaimsForTx field.
func (*AuthorizationResponse) SetRequestedVerifiedClaimsForTx ¶
func (o *AuthorizationResponse) SetRequestedVerifiedClaimsForTx(v []StringArray)
SetRequestedVerifiedClaimsForTx gets a reference to the given []StringArray and assigns it to the RequestedVerifiedClaimsForTx field.
func (*AuthorizationResponse) SetResources ¶
func (o *AuthorizationResponse) SetResources(v []string)
SetResources gets a reference to the given []string and assigns it to the Resources field.
func (*AuthorizationResponse) SetResponseContent ¶
func (o *AuthorizationResponse) SetResponseContent(v string)
SetResponseContent gets a reference to the given string and assigns it to the ResponseContent field.
func (*AuthorizationResponse) SetResultCode ¶
func (o *AuthorizationResponse) SetResultCode(v string)
SetResultCode gets a reference to the given string and assigns it to the ResultCode field.
func (*AuthorizationResponse) SetResultMessage ¶
func (o *AuthorizationResponse) SetResultMessage(v string)
SetResultMessage gets a reference to the given string and assigns it to the ResultMessage field.
func (*AuthorizationResponse) SetScopes ¶
func (o *AuthorizationResponse) SetScopes(v []Scope)
SetScopes gets a reference to the given []Scope and assigns it to the Scopes field.
func (*AuthorizationResponse) SetService ¶
func (o *AuthorizationResponse) SetService(v Service)
SetService gets a reference to the given Service and assigns it to the Service field.
func (*AuthorizationResponse) SetSubject ¶
func (o *AuthorizationResponse) SetSubject(v string)
SetSubject gets a reference to the given string and assigns it to the Subject field.
func (*AuthorizationResponse) SetTicket ¶
func (o *AuthorizationResponse) SetTicket(v string)
SetTicket gets a reference to the given string and assigns it to the Ticket field.
func (*AuthorizationResponse) SetTransformedClaims ¶
func (o *AuthorizationResponse) SetTransformedClaims(v string)
SetTransformedClaims gets a reference to the given string and assigns it to the TransformedClaims field.
func (*AuthorizationResponse) SetUiLocales ¶
func (o *AuthorizationResponse) SetUiLocales(v []string)
SetUiLocales gets a reference to the given []string and assigns it to the UiLocales field.
func (*AuthorizationResponse) SetUserInfoClaims ¶
func (o *AuthorizationResponse) SetUserInfoClaims(v string)
SetUserInfoClaims gets a reference to the given string and assigns it to the UserInfoClaims field.
func (AuthorizationResponse) ToMap ¶ added in v0.3.0
func (o AuthorizationResponse) ToMap() (map[string]interface{}, error)
type AuthorizeApiAPI ¶ added in v0.3.0
type AuthorizeApiAPI interface { /* GetCurrentAuthorizationResponse Method for GetCurrentAuthorizationResponse @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetCurrentAuthorizationResponseRequest */ GetCurrentAuthorizationResponse(ctx context.Context) ApiGetCurrentAuthorizationResponseRequest // GetCurrentAuthorizationResponseExecute executes the request // @return PendingAuthorization GetCurrentAuthorizationResponseExecute(r ApiGetCurrentAuthorizationResponseRequest) (*PendingAuthorization, *http.Response, error) /* SubmitUserDecision Method for SubmitUserDecision @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSubmitUserDecisionRequest */ SubmitUserDecision(ctx context.Context) ApiSubmitUserDecisionRequest // SubmitUserDecisionExecute executes the request // @return map[string]interface{} SubmitUserDecisionExecute(r ApiSubmitUserDecisionRequest) (map[string]interface{}, *http.Response, error) }
type AuthorizeApiAPIService ¶ added in v0.3.0
type AuthorizeApiAPIService service
AuthorizeApiAPIService AuthorizeApiAPI service
func (*AuthorizeApiAPIService) GetCurrentAuthorizationResponse ¶ added in v0.3.0
func (a *AuthorizeApiAPIService) GetCurrentAuthorizationResponse(ctx context.Context) ApiGetCurrentAuthorizationResponseRequest
GetCurrentAuthorizationResponse Method for GetCurrentAuthorizationResponse
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetCurrentAuthorizationResponseRequest
func (*AuthorizeApiAPIService) GetCurrentAuthorizationResponseExecute ¶ added in v0.3.0
func (a *AuthorizeApiAPIService) GetCurrentAuthorizationResponseExecute(r ApiGetCurrentAuthorizationResponseRequest) (*PendingAuthorization, *http.Response, error)
Execute executes the request
@return PendingAuthorization
func (*AuthorizeApiAPIService) SubmitUserDecision ¶ added in v0.3.0
func (a *AuthorizeApiAPIService) SubmitUserDecision(ctx context.Context) ApiSubmitUserDecisionRequest
SubmitUserDecision Method for SubmitUserDecision
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSubmitUserDecisionRequest
func (*AuthorizeApiAPIService) SubmitUserDecisionExecute ¶ added in v0.3.0
func (a *AuthorizeApiAPIService) SubmitUserDecisionExecute(r ApiSubmitUserDecisionRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
type AuthzDetails ¶
type AuthzDetails struct {
Elements []AuthzDetailsElement `json:"elements,omitempty"`
}
AuthzDetails struct for AuthzDetails
func NewAuthzDetails ¶
func NewAuthzDetails() *AuthzDetails
NewAuthzDetails instantiates a new AuthzDetails 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 NewAuthzDetailsWithDefaults ¶
func NewAuthzDetailsWithDefaults() *AuthzDetails
NewAuthzDetailsWithDefaults instantiates a new AuthzDetails 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 (*AuthzDetails) GetElements ¶
func (o *AuthzDetails) GetElements() []AuthzDetailsElement
GetElements returns the Elements field value if set, zero value otherwise.
func (*AuthzDetails) GetElementsOk ¶
func (o *AuthzDetails) GetElementsOk() ([]AuthzDetailsElement, bool)
GetElementsOk returns a tuple with the Elements field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthzDetails) HasElements ¶
func (o *AuthzDetails) HasElements() bool
HasElements returns a boolean if a field has been set.
func (AuthzDetails) MarshalJSON ¶
func (o AuthzDetails) MarshalJSON() ([]byte, error)
func (*AuthzDetails) SetElements ¶
func (o *AuthzDetails) SetElements(v []AuthzDetailsElement)
SetElements gets a reference to the given []AuthzDetailsElement and assigns it to the Elements field.
func (AuthzDetails) ToMap ¶ added in v0.3.0
func (o AuthzDetails) ToMap() (map[string]interface{}, error)
type AuthzDetailsElement ¶
type AuthzDetailsElement struct { Type *string `json:"type,omitempty"` Locations []string `json:"locations,omitempty"` Actions []string `json:"actions,omitempty"` DataTypes []string `json:"dataTypes,omitempty"` Identifier *string `json:"identifier,omitempty"` Privileges []string `json:"privileges,omitempty"` OtherFields *string `json:"otherFields,omitempty"` OtherFieldsFromMap *AuthzDetailsElement `json:"otherFieldsFromMap,omitempty"` OtherFieldsAsMap map[string]map[string]interface{} `json:"otherFieldsAsMap,omitempty"` }
AuthzDetailsElement struct for AuthzDetailsElement
func NewAuthzDetailsElement ¶
func NewAuthzDetailsElement() *AuthzDetailsElement
NewAuthzDetailsElement instantiates a new AuthzDetailsElement 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 NewAuthzDetailsElementWithDefaults ¶
func NewAuthzDetailsElementWithDefaults() *AuthzDetailsElement
NewAuthzDetailsElementWithDefaults instantiates a new AuthzDetailsElement 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 (*AuthzDetailsElement) GetActions ¶
func (o *AuthzDetailsElement) GetActions() []string
GetActions returns the Actions field value if set, zero value otherwise.
func (*AuthzDetailsElement) GetActionsOk ¶
func (o *AuthzDetailsElement) GetActionsOk() ([]string, bool)
GetActionsOk returns a tuple with the Actions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthzDetailsElement) GetDataTypes ¶
func (o *AuthzDetailsElement) GetDataTypes() []string
GetDataTypes returns the DataTypes field value if set, zero value otherwise.
func (*AuthzDetailsElement) GetDataTypesOk ¶
func (o *AuthzDetailsElement) GetDataTypesOk() ([]string, bool)
GetDataTypesOk returns a tuple with the DataTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthzDetailsElement) GetIdentifier ¶
func (o *AuthzDetailsElement) GetIdentifier() string
GetIdentifier returns the Identifier field value if set, zero value otherwise.
func (*AuthzDetailsElement) GetIdentifierOk ¶
func (o *AuthzDetailsElement) 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 (*AuthzDetailsElement) GetLocations ¶
func (o *AuthzDetailsElement) GetLocations() []string
GetLocations returns the Locations field value if set, zero value otherwise.
func (*AuthzDetailsElement) GetLocationsOk ¶
func (o *AuthzDetailsElement) GetLocationsOk() ([]string, bool)
GetLocationsOk returns a tuple with the Locations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthzDetailsElement) GetOtherFields ¶
func (o *AuthzDetailsElement) GetOtherFields() string
GetOtherFields returns the OtherFields field value if set, zero value otherwise.
func (*AuthzDetailsElement) GetOtherFieldsAsMap ¶
func (o *AuthzDetailsElement) GetOtherFieldsAsMap() map[string]map[string]interface{}
GetOtherFieldsAsMap returns the OtherFieldsAsMap field value if set, zero value otherwise.
func (*AuthzDetailsElement) GetOtherFieldsAsMapOk ¶
func (o *AuthzDetailsElement) GetOtherFieldsAsMapOk() (map[string]map[string]interface{}, bool)
GetOtherFieldsAsMapOk returns a tuple with the OtherFieldsAsMap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthzDetailsElement) GetOtherFieldsFromMap ¶
func (o *AuthzDetailsElement) GetOtherFieldsFromMap() AuthzDetailsElement
GetOtherFieldsFromMap returns the OtherFieldsFromMap field value if set, zero value otherwise.
func (*AuthzDetailsElement) GetOtherFieldsFromMapOk ¶
func (o *AuthzDetailsElement) GetOtherFieldsFromMapOk() (*AuthzDetailsElement, bool)
GetOtherFieldsFromMapOk returns a tuple with the OtherFieldsFromMap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthzDetailsElement) GetOtherFieldsOk ¶
func (o *AuthzDetailsElement) GetOtherFieldsOk() (*string, bool)
GetOtherFieldsOk returns a tuple with the OtherFields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthzDetailsElement) GetPrivileges ¶
func (o *AuthzDetailsElement) GetPrivileges() []string
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*AuthzDetailsElement) GetPrivilegesOk ¶
func (o *AuthzDetailsElement) GetPrivilegesOk() ([]string, bool)
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthzDetailsElement) GetType ¶
func (o *AuthzDetailsElement) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*AuthzDetailsElement) GetTypeOk ¶
func (o *AuthzDetailsElement) 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 (*AuthzDetailsElement) HasActions ¶
func (o *AuthzDetailsElement) HasActions() bool
HasActions returns a boolean if a field has been set.
func (*AuthzDetailsElement) HasDataTypes ¶
func (o *AuthzDetailsElement) HasDataTypes() bool
HasDataTypes returns a boolean if a field has been set.
func (*AuthzDetailsElement) HasIdentifier ¶
func (o *AuthzDetailsElement) HasIdentifier() bool
HasIdentifier returns a boolean if a field has been set.
func (*AuthzDetailsElement) HasLocations ¶
func (o *AuthzDetailsElement) HasLocations() bool
HasLocations returns a boolean if a field has been set.
func (*AuthzDetailsElement) HasOtherFields ¶
func (o *AuthzDetailsElement) HasOtherFields() bool
HasOtherFields returns a boolean if a field has been set.
func (*AuthzDetailsElement) HasOtherFieldsAsMap ¶
func (o *AuthzDetailsElement) HasOtherFieldsAsMap() bool
HasOtherFieldsAsMap returns a boolean if a field has been set.
func (*AuthzDetailsElement) HasOtherFieldsFromMap ¶
func (o *AuthzDetailsElement) HasOtherFieldsFromMap() bool
HasOtherFieldsFromMap returns a boolean if a field has been set.
func (*AuthzDetailsElement) HasPrivileges ¶
func (o *AuthzDetailsElement) HasPrivileges() bool
HasPrivileges returns a boolean if a field has been set.
func (*AuthzDetailsElement) HasType ¶
func (o *AuthzDetailsElement) HasType() bool
HasType returns a boolean if a field has been set.
func (AuthzDetailsElement) MarshalJSON ¶
func (o AuthzDetailsElement) MarshalJSON() ([]byte, error)
func (*AuthzDetailsElement) SetActions ¶
func (o *AuthzDetailsElement) SetActions(v []string)
SetActions gets a reference to the given []string and assigns it to the Actions field.
func (*AuthzDetailsElement) SetDataTypes ¶
func (o *AuthzDetailsElement) SetDataTypes(v []string)
SetDataTypes gets a reference to the given []string and assigns it to the DataTypes field.
func (*AuthzDetailsElement) SetIdentifier ¶
func (o *AuthzDetailsElement) SetIdentifier(v string)
SetIdentifier gets a reference to the given string and assigns it to the Identifier field.
func (*AuthzDetailsElement) SetLocations ¶
func (o *AuthzDetailsElement) SetLocations(v []string)
SetLocations gets a reference to the given []string and assigns it to the Locations field.
func (*AuthzDetailsElement) SetOtherFields ¶
func (o *AuthzDetailsElement) SetOtherFields(v string)
SetOtherFields gets a reference to the given string and assigns it to the OtherFields field.
func (*AuthzDetailsElement) SetOtherFieldsAsMap ¶
func (o *AuthzDetailsElement) SetOtherFieldsAsMap(v map[string]map[string]interface{})
SetOtherFieldsAsMap gets a reference to the given map[string]map[string]interface{} and assigns it to the OtherFieldsAsMap field.
func (*AuthzDetailsElement) SetOtherFieldsFromMap ¶
func (o *AuthzDetailsElement) SetOtherFieldsFromMap(v AuthzDetailsElement)
SetOtherFieldsFromMap gets a reference to the given AuthzDetailsElement and assigns it to the OtherFieldsFromMap field.
func (*AuthzDetailsElement) SetPrivileges ¶
func (o *AuthzDetailsElement) SetPrivileges(v []string)
SetPrivileges gets a reference to the given []string and assigns it to the Privileges field.
func (*AuthzDetailsElement) SetType ¶
func (o *AuthzDetailsElement) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (AuthzDetailsElement) ToMap ¶ added in v0.3.0
func (o AuthzDetailsElement) ToMap() (map[string]interface{}, 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 BindTotpCredentialsRequest ¶
type BindTotpCredentialsRequest struct {
Totp int32 `json:"totp"`
}
BindTotpCredentialsRequest struct for BindTotpCredentialsRequest
func NewBindTotpCredentialsRequest ¶
func NewBindTotpCredentialsRequest(totp int32) *BindTotpCredentialsRequest
NewBindTotpCredentialsRequest instantiates a new BindTotpCredentialsRequest 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 NewBindTotpCredentialsRequestWithDefaults ¶
func NewBindTotpCredentialsRequestWithDefaults() *BindTotpCredentialsRequest
NewBindTotpCredentialsRequestWithDefaults instantiates a new BindTotpCredentialsRequest 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 (*BindTotpCredentialsRequest) GetTotp ¶
func (o *BindTotpCredentialsRequest) GetTotp() int32
GetTotp returns the Totp field value
func (*BindTotpCredentialsRequest) GetTotpOk ¶
func (o *BindTotpCredentialsRequest) GetTotpOk() (*int32, bool)
GetTotpOk returns a tuple with the Totp field value and a boolean to check if the value has been set.
func (BindTotpCredentialsRequest) MarshalJSON ¶
func (o BindTotpCredentialsRequest) MarshalJSON() ([]byte, error)
func (*BindTotpCredentialsRequest) SetTotp ¶
func (o *BindTotpCredentialsRequest) SetTotp(v int32)
SetTotp sets field value
func (BindTotpCredentialsRequest) ToMap ¶ added in v0.3.0
func (o BindTotpCredentialsRequest) ToMap() (map[string]interface{}, error)
func (*BindTotpCredentialsRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *BindTotpCredentialsRequest) UnmarshalJSON(data []byte) (err error)
type Challenge ¶
type Challenge struct {
Value []string `json:"value,omitempty"`
}
Challenge struct for Challenge
func NewChallenge ¶
func NewChallenge() *Challenge
NewChallenge instantiates a new Challenge 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 NewChallengeWithDefaults ¶
func NewChallengeWithDefaults() *Challenge
NewChallengeWithDefaults instantiates a new Challenge 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 (*Challenge) 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.
func (Challenge) MarshalJSON ¶
type Client ¶
type Client struct { Number *int32 `json:"number,omitempty"` ServiceNumber *int32 `json:"serviceNumber,omitempty"` Developer *string `json:"developer,omitempty"` ClientId *int64 `json:"clientId,omitempty"` ClientIdAlias *string `json:"clientIdAlias,omitempty"` ClientIdAliasEnabled *bool `json:"clientIdAliasEnabled,omitempty"` ClientSecret *string `json:"clientSecret,omitempty"` ClientType *string `json:"clientType,omitempty"` RedirectUris []string `json:"redirectUris,omitempty"` ResponseTypes []string `json:"responseTypes,omitempty"` GrantTypes []string `json:"grantTypes,omitempty"` ApplicationType *string `json:"applicationType,omitempty"` Contacts []string `json:"contacts,omitempty"` ClientName *string `json:"clientName,omitempty"` ClientNames []TaggedValue `json:"clientNames,omitempty"` LogoUri *string `json:"logoUri,omitempty"` LogoUris []TaggedValue `json:"logoUris,omitempty"` ClientUri *string `json:"clientUri,omitempty"` ClientUris []TaggedValue `json:"clientUris,omitempty"` PolicyUri *string `json:"policyUri,omitempty"` PolicyUris []TaggedValue `json:"policyUris,omitempty"` TosUri *string `json:"tosUri,omitempty"` TosUris []TaggedValue `json:"tosUris,omitempty"` JwksUri *string `json:"jwksUri,omitempty"` Jwks *string `json:"jwks,omitempty"` DerivedSectorIdentifier *string `json:"derivedSectorIdentifier,omitempty"` SectorIdentifierUri *string `json:"sectorIdentifierUri,omitempty"` SubjectType *string `json:"subjectType,omitempty"` IdTokenSignAlg *string `json:"idTokenSignAlg,omitempty"` IdTokenEncryptionAlg *string `json:"idTokenEncryptionAlg,omitempty"` IdTokenEncryptionEnc *string `json:"idTokenEncryptionEnc,omitempty"` UserInfoSignAlg *string `json:"userInfoSignAlg,omitempty"` UserInfoEncryptionAlg *string `json:"userInfoEncryptionAlg,omitempty"` UserInfoEncryptionEnc *string `json:"userInfoEncryptionEnc,omitempty"` RequestSignAlg *string `json:"requestSignAlg,omitempty"` RequestEncryptionAlg *string `json:"requestEncryptionAlg,omitempty"` RequestEncryptionEnc *string `json:"requestEncryptionEnc,omitempty"` TokenAuthMethod *string `json:"tokenAuthMethod,omitempty"` TokenAuthSignAlg *string `json:"tokenAuthSignAlg,omitempty"` DefaultMaxAge *int32 `json:"defaultMaxAge,omitempty"` DefaultAcrs []string `json:"defaultAcrs,omitempty"` AuthTimeRequired *bool `json:"authTimeRequired,omitempty"` LoginUri *string `json:"loginUri,omitempty"` RequestUris []string `json:"requestUris,omitempty"` Description *string `json:"description,omitempty"` Descriptions []TaggedValue `json:"descriptions,omitempty"` CreatedAt *int64 `json:"createdAt,omitempty"` ModifiedAt *int64 `json:"modifiedAt,omitempty"` Extension *ClientExtension `json:"extension,omitempty"` TlsClientAuthSubjectDn *string `json:"tlsClientAuthSubjectDn,omitempty"` TlsClientAuthSanDns *string `json:"tlsClientAuthSanDns,omitempty"` TlsClientAuthSanUri *string `json:"tlsClientAuthSanUri,omitempty"` TlsClientAuthSanIp *string `json:"tlsClientAuthSanIp,omitempty"` TlsClientAuthSanEmail *string `json:"tlsClientAuthSanEmail,omitempty"` TlsClientCertificateBoundAccessTokens *bool `json:"tlsClientCertificateBoundAccessTokens,omitempty"` SelfSignedCertificateKeyId *string `json:"selfSignedCertificateKeyId,omitempty"` SoftwareId *string `json:"softwareId,omitempty"` SoftwareVersion *string `json:"softwareVersion,omitempty"` AuthorizationSignAlg *string `json:"authorizationSignAlg,omitempty"` AuthorizationEncryptionAlg *string `json:"authorizationEncryptionAlg,omitempty"` AuthorizationEncryptionEnc *string `json:"authorizationEncryptionEnc,omitempty"` BcDeliveryMode *string `json:"bcDeliveryMode,omitempty"` BcNotificationEndpoint *string `json:"bcNotificationEndpoint,omitempty"` BcRequestSignAlg *string `json:"bcRequestSignAlg,omitempty"` BcUserCodeRequired *bool `json:"bcUserCodeRequired,omitempty"` DynamicallyRegistered *bool `json:"dynamicallyRegistered,omitempty"` RegistrationAccessTokenHash *string `json:"registrationAccessTokenHash,omitempty"` AuthorizationDetailsTypes []string `json:"authorizationDetailsTypes,omitempty"` ParRequired *bool `json:"parRequired,omitempty"` RequestObjectRequired *bool `json:"requestObjectRequired,omitempty"` Attributes []Pair `json:"attributes,omitempty"` CustomMetadata *string `json:"customMetadata,omitempty"` FrontChannelRequestObjectEncryptionRequired *bool `json:"frontChannelRequestObjectEncryptionRequired,omitempty"` RequestObjectEncryptionAlgMatchRequired *bool `json:"requestObjectEncryptionAlgMatchRequired,omitempty"` RequestObjectEncryptionEncMatchRequired *bool `json:"requestObjectEncryptionEncMatchRequired,omitempty"` DigestAlgorithm *string `json:"digestAlgorithm,omitempty"` SingleAccessTokenPerSubject *bool `json:"singleAccessTokenPerSubject,omitempty"` PkceRequired *bool `json:"pkceRequired,omitempty"` PkceS256Required *bool `json:"pkceS256Required,omitempty"` RsSignedRequestKeyId *string `json:"rsSignedRequestKeyId,omitempty"` RsRequestSigned *bool `json:"rsRequestSigned,omitempty"` DpopRequired *bool `json:"dpopRequired,omitempty"` EntityId *string `json:"entityId,omitempty"` TrustAnchorId *string `json:"trustAnchorId,omitempty"` TrustChain []string `json:"trustChain,omitempty"` TrustChainExpiresAt *int64 `json:"trustChainExpiresAt,omitempty"` TrustChainUpdatedAt *int64 `json:"trustChainUpdatedAt,omitempty"` OrganizationName *string `json:"organizationName,omitempty"` SignedJwksUri *string `json:"signedJwksUri,omitempty"` ClientRegistrationTypes []string `json:"clientRegistrationTypes,omitempty"` AutomaticallyRegistered *bool `json:"automaticallyRegistered,omitempty"` ExplicitlyRegistered *bool `json:"explicitlyRegistered,omitempty"` CredentialOfferEndpoint *string `json:"credentialOfferEndpoint,omitempty"` // Deprecated SectorIdentifier *string `json:"sectorIdentifier,omitempty"` }
Client struct for Client
func NewClient ¶
func NewClient() *Client
NewClient instantiates a new Client 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 NewClientWithDefaults ¶
func NewClientWithDefaults() *Client
NewClientWithDefaults instantiates a new Client 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 (*Client) GetApplicationType ¶
GetApplicationType returns the ApplicationType field value if set, zero value otherwise.
func (*Client) GetApplicationTypeOk ¶
GetApplicationTypeOk returns a tuple with the ApplicationType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetAttributes ¶
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*Client) GetAttributesOk ¶
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetAuthTimeRequired ¶
GetAuthTimeRequired returns the AuthTimeRequired field value if set, zero value otherwise.
func (*Client) GetAuthTimeRequiredOk ¶
GetAuthTimeRequiredOk returns a tuple with the AuthTimeRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetAuthorizationDetailsTypes ¶
GetAuthorizationDetailsTypes returns the AuthorizationDetailsTypes field value if set, zero value otherwise.
func (*Client) GetAuthorizationDetailsTypesOk ¶
GetAuthorizationDetailsTypesOk returns a tuple with the AuthorizationDetailsTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetAuthorizationEncryptionAlg ¶
GetAuthorizationEncryptionAlg returns the AuthorizationEncryptionAlg field value if set, zero value otherwise.
func (*Client) GetAuthorizationEncryptionAlgOk ¶
GetAuthorizationEncryptionAlgOk returns a tuple with the AuthorizationEncryptionAlg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetAuthorizationEncryptionEnc ¶
GetAuthorizationEncryptionEnc returns the AuthorizationEncryptionEnc field value if set, zero value otherwise.
func (*Client) GetAuthorizationEncryptionEncOk ¶
GetAuthorizationEncryptionEncOk returns a tuple with the AuthorizationEncryptionEnc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetAuthorizationSignAlg ¶
GetAuthorizationSignAlg returns the AuthorizationSignAlg field value if set, zero value otherwise.
func (*Client) GetAuthorizationSignAlgOk ¶
GetAuthorizationSignAlgOk returns a tuple with the AuthorizationSignAlg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetAutomaticallyRegistered ¶
GetAutomaticallyRegistered returns the AutomaticallyRegistered field value if set, zero value otherwise.
func (*Client) GetAutomaticallyRegisteredOk ¶
GetAutomaticallyRegisteredOk returns a tuple with the AutomaticallyRegistered field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetBcDeliveryMode ¶
GetBcDeliveryMode returns the BcDeliveryMode field value if set, zero value otherwise.
func (*Client) GetBcDeliveryModeOk ¶
GetBcDeliveryModeOk returns a tuple with the BcDeliveryMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetBcNotificationEndpoint ¶
GetBcNotificationEndpoint returns the BcNotificationEndpoint field value if set, zero value otherwise.
func (*Client) GetBcNotificationEndpointOk ¶
GetBcNotificationEndpointOk returns a tuple with the BcNotificationEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetBcRequestSignAlg ¶
GetBcRequestSignAlg returns the BcRequestSignAlg field value if set, zero value otherwise.
func (*Client) GetBcRequestSignAlgOk ¶
GetBcRequestSignAlgOk returns a tuple with the BcRequestSignAlg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetBcUserCodeRequired ¶
GetBcUserCodeRequired returns the BcUserCodeRequired field value if set, zero value otherwise.
func (*Client) GetBcUserCodeRequiredOk ¶
GetBcUserCodeRequiredOk returns a tuple with the BcUserCodeRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetClientId ¶
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*Client) GetClientIdAlias ¶
GetClientIdAlias returns the ClientIdAlias field value if set, zero value otherwise.
func (*Client) GetClientIdAliasEnabled ¶
GetClientIdAliasEnabled returns the ClientIdAliasEnabled field value if set, zero value otherwise.
func (*Client) GetClientIdAliasEnabledOk ¶
GetClientIdAliasEnabledOk returns a tuple with the ClientIdAliasEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetClientIdAliasOk ¶
GetClientIdAliasOk returns a tuple with the ClientIdAlias field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetClientIdOk ¶
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 (*Client) GetClientName ¶
GetClientName returns the ClientName field value if set, zero value otherwise.
func (*Client) GetClientNameOk ¶
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 (*Client) GetClientNames ¶
func (o *Client) GetClientNames() []TaggedValue
GetClientNames returns the ClientNames field value if set, zero value otherwise.
func (*Client) GetClientNamesOk ¶
func (o *Client) GetClientNamesOk() ([]TaggedValue, bool)
GetClientNamesOk returns a tuple with the ClientNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetClientRegistrationTypes ¶
GetClientRegistrationTypes returns the ClientRegistrationTypes field value if set, zero value otherwise.
func (*Client) GetClientRegistrationTypesOk ¶
GetClientRegistrationTypesOk returns a tuple with the ClientRegistrationTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetClientSecret ¶
GetClientSecret returns the ClientSecret field value if set, zero value otherwise.
func (*Client) GetClientSecretOk ¶
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 (*Client) GetClientType ¶
GetClientType returns the ClientType field value if set, zero value otherwise.
func (*Client) GetClientTypeOk ¶
GetClientTypeOk returns a tuple with the ClientType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetClientUri ¶
GetClientUri returns the ClientUri field value if set, zero value otherwise.
func (*Client) GetClientUriOk ¶
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 (*Client) GetClientUris ¶
func (o *Client) GetClientUris() []TaggedValue
GetClientUris returns the ClientUris field value if set, zero value otherwise.
func (*Client) GetClientUrisOk ¶
func (o *Client) GetClientUrisOk() ([]TaggedValue, bool)
GetClientUrisOk returns a tuple with the ClientUris field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetContacts ¶
GetContacts returns the Contacts field value if set, zero value otherwise.
func (*Client) GetContactsOk ¶
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 (*Client) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Client) 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 (*Client) GetCredentialOfferEndpoint ¶
GetCredentialOfferEndpoint returns the CredentialOfferEndpoint field value if set, zero value otherwise.
func (*Client) GetCredentialOfferEndpointOk ¶
GetCredentialOfferEndpointOk returns a tuple with the CredentialOfferEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetCustomMetadata ¶
GetCustomMetadata returns the CustomMetadata field value if set, zero value otherwise.
func (*Client) GetCustomMetadataOk ¶
GetCustomMetadataOk returns a tuple with the CustomMetadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetDefaultAcrs ¶
GetDefaultAcrs returns the DefaultAcrs field value if set, zero value otherwise.
func (*Client) GetDefaultAcrsOk ¶
GetDefaultAcrsOk returns a tuple with the DefaultAcrs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetDefaultMaxAge ¶
GetDefaultMaxAge returns the DefaultMaxAge field value if set, zero value otherwise.
func (*Client) GetDefaultMaxAgeOk ¶
GetDefaultMaxAgeOk returns a tuple with the DefaultMaxAge field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetDerivedSectorIdentifier ¶
GetDerivedSectorIdentifier returns the DerivedSectorIdentifier field value if set, zero value otherwise.
func (*Client) GetDerivedSectorIdentifierOk ¶
GetDerivedSectorIdentifierOk returns a tuple with the DerivedSectorIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Client) GetDescriptionOk ¶
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 (*Client) GetDescriptions ¶
func (o *Client) GetDescriptions() []TaggedValue
GetDescriptions returns the Descriptions field value if set, zero value otherwise.
func (*Client) GetDescriptionsOk ¶
func (o *Client) GetDescriptionsOk() ([]TaggedValue, bool)
GetDescriptionsOk returns a tuple with the Descriptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetDeveloper ¶
GetDeveloper returns the Developer field value if set, zero value otherwise.
func (*Client) GetDeveloperOk ¶
GetDeveloperOk returns a tuple with the Developer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetDigestAlgorithm ¶
GetDigestAlgorithm returns the DigestAlgorithm field value if set, zero value otherwise.
func (*Client) GetDigestAlgorithmOk ¶
GetDigestAlgorithmOk returns a tuple with the DigestAlgorithm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetDpopRequired ¶
GetDpopRequired returns the DpopRequired field value if set, zero value otherwise.
func (*Client) GetDpopRequiredOk ¶
GetDpopRequiredOk returns a tuple with the DpopRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetDynamicallyRegistered ¶
GetDynamicallyRegistered returns the DynamicallyRegistered field value if set, zero value otherwise.
func (*Client) GetDynamicallyRegisteredOk ¶
GetDynamicallyRegisteredOk returns a tuple with the DynamicallyRegistered field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetEntityId ¶
GetEntityId returns the EntityId field value if set, zero value otherwise.
func (*Client) GetEntityIdOk ¶
GetEntityIdOk returns a tuple with the EntityId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetExplicitlyRegistered ¶
GetExplicitlyRegistered returns the ExplicitlyRegistered field value if set, zero value otherwise.
func (*Client) GetExplicitlyRegisteredOk ¶
GetExplicitlyRegisteredOk returns a tuple with the ExplicitlyRegistered field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetExtension ¶
func (o *Client) GetExtension() ClientExtension
GetExtension returns the Extension field value if set, zero value otherwise.
func (*Client) GetExtensionOk ¶
func (o *Client) GetExtensionOk() (*ClientExtension, bool)
GetExtensionOk returns a tuple with the Extension field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetFrontChannelRequestObjectEncryptionRequired ¶
GetFrontChannelRequestObjectEncryptionRequired returns the FrontChannelRequestObjectEncryptionRequired field value if set, zero value otherwise.
func (*Client) GetFrontChannelRequestObjectEncryptionRequiredOk ¶
GetFrontChannelRequestObjectEncryptionRequiredOk returns a tuple with the FrontChannelRequestObjectEncryptionRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetGrantTypes ¶
GetGrantTypes returns the GrantTypes field value if set, zero value otherwise.
func (*Client) GetGrantTypesOk ¶
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 (*Client) GetIdTokenEncryptionAlg ¶
GetIdTokenEncryptionAlg returns the IdTokenEncryptionAlg field value if set, zero value otherwise.
func (*Client) GetIdTokenEncryptionAlgOk ¶
GetIdTokenEncryptionAlgOk returns a tuple with the IdTokenEncryptionAlg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetIdTokenEncryptionEnc ¶
GetIdTokenEncryptionEnc returns the IdTokenEncryptionEnc field value if set, zero value otherwise.
func (*Client) GetIdTokenEncryptionEncOk ¶
GetIdTokenEncryptionEncOk returns a tuple with the IdTokenEncryptionEnc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetIdTokenSignAlg ¶
GetIdTokenSignAlg returns the IdTokenSignAlg field value if set, zero value otherwise.
func (*Client) GetIdTokenSignAlgOk ¶
GetIdTokenSignAlgOk returns a tuple with the IdTokenSignAlg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetJwksOk ¶
GetJwksOk returns a tuple with the Jwks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetJwksUri ¶
GetJwksUri returns the JwksUri field value if set, zero value otherwise.
func (*Client) GetJwksUriOk ¶
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 (*Client) GetLoginUri ¶
GetLoginUri returns the LoginUri field value if set, zero value otherwise.
func (*Client) GetLoginUriOk ¶
GetLoginUriOk returns a tuple with the LoginUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetLogoUri ¶
GetLogoUri returns the LogoUri field value if set, zero value otherwise.
func (*Client) GetLogoUriOk ¶
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 (*Client) GetLogoUris ¶
func (o *Client) GetLogoUris() []TaggedValue
GetLogoUris returns the LogoUris field value if set, zero value otherwise.
func (*Client) GetLogoUrisOk ¶
func (o *Client) GetLogoUrisOk() ([]TaggedValue, bool)
GetLogoUrisOk returns a tuple with the LogoUris field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetModifiedAt ¶
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise.
func (*Client) GetModifiedAtOk ¶
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetNumberOk ¶
GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetOrganizationName ¶
GetOrganizationName returns the OrganizationName field value if set, zero value otherwise.
func (*Client) GetOrganizationNameOk ¶
GetOrganizationNameOk returns a tuple with the OrganizationName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetParRequired ¶
GetParRequired returns the ParRequired field value if set, zero value otherwise.
func (*Client) GetParRequiredOk ¶
GetParRequiredOk returns a tuple with the ParRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetPkceRequired ¶
GetPkceRequired returns the PkceRequired field value if set, zero value otherwise.
func (*Client) GetPkceRequiredOk ¶
GetPkceRequiredOk returns a tuple with the PkceRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetPkceS256Required ¶
GetPkceS256Required returns the PkceS256Required field value if set, zero value otherwise.
func (*Client) GetPkceS256RequiredOk ¶
GetPkceS256RequiredOk returns a tuple with the PkceS256Required field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetPolicyUri ¶
GetPolicyUri returns the PolicyUri field value if set, zero value otherwise.
func (*Client) GetPolicyUriOk ¶
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 (*Client) GetPolicyUris ¶
func (o *Client) GetPolicyUris() []TaggedValue
GetPolicyUris returns the PolicyUris field value if set, zero value otherwise.
func (*Client) GetPolicyUrisOk ¶
func (o *Client) GetPolicyUrisOk() ([]TaggedValue, bool)
GetPolicyUrisOk returns a tuple with the PolicyUris field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetRedirectUris ¶
GetRedirectUris returns the RedirectUris field value if set, zero value otherwise.
func (*Client) GetRedirectUrisOk ¶
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 (*Client) GetRegistrationAccessTokenHash ¶
GetRegistrationAccessTokenHash returns the RegistrationAccessTokenHash field value if set, zero value otherwise.
func (*Client) GetRegistrationAccessTokenHashOk ¶
GetRegistrationAccessTokenHashOk returns a tuple with the RegistrationAccessTokenHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetRequestEncryptionAlg ¶
GetRequestEncryptionAlg returns the RequestEncryptionAlg field value if set, zero value otherwise.
func (*Client) GetRequestEncryptionAlgOk ¶
GetRequestEncryptionAlgOk returns a tuple with the RequestEncryptionAlg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetRequestEncryptionEnc ¶
GetRequestEncryptionEnc returns the RequestEncryptionEnc field value if set, zero value otherwise.
func (*Client) GetRequestEncryptionEncOk ¶
GetRequestEncryptionEncOk returns a tuple with the RequestEncryptionEnc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetRequestObjectEncryptionAlgMatchRequired ¶
GetRequestObjectEncryptionAlgMatchRequired returns the RequestObjectEncryptionAlgMatchRequired field value if set, zero value otherwise.
func (*Client) GetRequestObjectEncryptionAlgMatchRequiredOk ¶
GetRequestObjectEncryptionAlgMatchRequiredOk returns a tuple with the RequestObjectEncryptionAlgMatchRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetRequestObjectEncryptionEncMatchRequired ¶
GetRequestObjectEncryptionEncMatchRequired returns the RequestObjectEncryptionEncMatchRequired field value if set, zero value otherwise.
func (*Client) GetRequestObjectEncryptionEncMatchRequiredOk ¶
GetRequestObjectEncryptionEncMatchRequiredOk returns a tuple with the RequestObjectEncryptionEncMatchRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetRequestObjectRequired ¶
GetRequestObjectRequired returns the RequestObjectRequired field value if set, zero value otherwise.
func (*Client) GetRequestObjectRequiredOk ¶
GetRequestObjectRequiredOk returns a tuple with the RequestObjectRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetRequestSignAlg ¶
GetRequestSignAlg returns the RequestSignAlg field value if set, zero value otherwise.
func (*Client) GetRequestSignAlgOk ¶
GetRequestSignAlgOk returns a tuple with the RequestSignAlg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetRequestUris ¶
GetRequestUris returns the RequestUris field value if set, zero value otherwise.
func (*Client) GetRequestUrisOk ¶
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 (*Client) GetResponseTypes ¶
GetResponseTypes returns the ResponseTypes field value if set, zero value otherwise.
func (*Client) GetResponseTypesOk ¶
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 (*Client) GetRsRequestSigned ¶
GetRsRequestSigned returns the RsRequestSigned field value if set, zero value otherwise.
func (*Client) GetRsRequestSignedOk ¶
GetRsRequestSignedOk returns a tuple with the RsRequestSigned field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetRsSignedRequestKeyId ¶
GetRsSignedRequestKeyId returns the RsSignedRequestKeyId field value if set, zero value otherwise.
func (*Client) GetRsSignedRequestKeyIdOk ¶
GetRsSignedRequestKeyIdOk returns a tuple with the RsSignedRequestKeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetSectorIdentifier ¶
GetSectorIdentifier returns the SectorIdentifier field value if set, zero value otherwise. Deprecated
func (*Client) GetSectorIdentifierOk ¶
GetSectorIdentifierOk returns a tuple with the SectorIdentifier field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*Client) GetSectorIdentifierUri ¶
GetSectorIdentifierUri returns the SectorIdentifierUri field value if set, zero value otherwise.
func (*Client) GetSectorIdentifierUriOk ¶
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 (*Client) GetSelfSignedCertificateKeyId ¶
GetSelfSignedCertificateKeyId returns the SelfSignedCertificateKeyId field value if set, zero value otherwise.
func (*Client) GetSelfSignedCertificateKeyIdOk ¶
GetSelfSignedCertificateKeyIdOk returns a tuple with the SelfSignedCertificateKeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetServiceNumber ¶
GetServiceNumber returns the ServiceNumber field value if set, zero value otherwise.
func (*Client) GetServiceNumberOk ¶
GetServiceNumberOk returns a tuple with the ServiceNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetSignedJwksUri ¶
GetSignedJwksUri returns the SignedJwksUri field value if set, zero value otherwise.
func (*Client) GetSignedJwksUriOk ¶
GetSignedJwksUriOk returns a tuple with the SignedJwksUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetSingleAccessTokenPerSubject ¶
GetSingleAccessTokenPerSubject returns the SingleAccessTokenPerSubject field value if set, zero value otherwise.
func (*Client) GetSingleAccessTokenPerSubjectOk ¶
GetSingleAccessTokenPerSubjectOk returns a tuple with the SingleAccessTokenPerSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetSoftwareId ¶
GetSoftwareId returns the SoftwareId field value if set, zero value otherwise.
func (*Client) GetSoftwareIdOk ¶
GetSoftwareIdOk returns a tuple with the SoftwareId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetSoftwareVersion ¶
GetSoftwareVersion returns the SoftwareVersion field value if set, zero value otherwise.
func (*Client) GetSoftwareVersionOk ¶
GetSoftwareVersionOk returns a tuple with the SoftwareVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetSubjectType ¶
GetSubjectType returns the SubjectType field value if set, zero value otherwise.
func (*Client) GetSubjectTypeOk ¶
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 (*Client) GetTlsClientAuthSanDns ¶
GetTlsClientAuthSanDns returns the TlsClientAuthSanDns field value if set, zero value otherwise.
func (*Client) GetTlsClientAuthSanDnsOk ¶
GetTlsClientAuthSanDnsOk returns a tuple with the TlsClientAuthSanDns field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetTlsClientAuthSanEmail ¶
GetTlsClientAuthSanEmail returns the TlsClientAuthSanEmail field value if set, zero value otherwise.
func (*Client) GetTlsClientAuthSanEmailOk ¶
GetTlsClientAuthSanEmailOk returns a tuple with the TlsClientAuthSanEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetTlsClientAuthSanIp ¶
GetTlsClientAuthSanIp returns the TlsClientAuthSanIp field value if set, zero value otherwise.
func (*Client) GetTlsClientAuthSanIpOk ¶
GetTlsClientAuthSanIpOk returns a tuple with the TlsClientAuthSanIp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetTlsClientAuthSanUri ¶
GetTlsClientAuthSanUri returns the TlsClientAuthSanUri field value if set, zero value otherwise.
func (*Client) GetTlsClientAuthSanUriOk ¶
GetTlsClientAuthSanUriOk returns a tuple with the TlsClientAuthSanUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetTlsClientAuthSubjectDn ¶
GetTlsClientAuthSubjectDn returns the TlsClientAuthSubjectDn field value if set, zero value otherwise.
func (*Client) GetTlsClientAuthSubjectDnOk ¶
GetTlsClientAuthSubjectDnOk returns a tuple with the TlsClientAuthSubjectDn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetTlsClientCertificateBoundAccessTokens ¶
GetTlsClientCertificateBoundAccessTokens returns the TlsClientCertificateBoundAccessTokens field value if set, zero value otherwise.
func (*Client) GetTlsClientCertificateBoundAccessTokensOk ¶
GetTlsClientCertificateBoundAccessTokensOk returns a tuple with the TlsClientCertificateBoundAccessTokens field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetTokenAuthMethod ¶
GetTokenAuthMethod returns the TokenAuthMethod field value if set, zero value otherwise.
func (*Client) GetTokenAuthMethodOk ¶
GetTokenAuthMethodOk returns a tuple with the TokenAuthMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetTokenAuthSignAlg ¶
GetTokenAuthSignAlg returns the TokenAuthSignAlg field value if set, zero value otherwise.
func (*Client) GetTokenAuthSignAlgOk ¶
GetTokenAuthSignAlgOk returns a tuple with the TokenAuthSignAlg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetTosUriOk ¶
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 (*Client) GetTosUris ¶
func (o *Client) GetTosUris() []TaggedValue
GetTosUris returns the TosUris field value if set, zero value otherwise.
func (*Client) GetTosUrisOk ¶
func (o *Client) GetTosUrisOk() ([]TaggedValue, bool)
GetTosUrisOk returns a tuple with the TosUris field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetTrustAnchorId ¶
GetTrustAnchorId returns the TrustAnchorId field value if set, zero value otherwise.
func (*Client) GetTrustAnchorIdOk ¶
GetTrustAnchorIdOk returns a tuple with the TrustAnchorId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetTrustChain ¶
GetTrustChain returns the TrustChain field value if set, zero value otherwise.
func (*Client) GetTrustChainExpiresAt ¶
GetTrustChainExpiresAt returns the TrustChainExpiresAt field value if set, zero value otherwise.
func (*Client) GetTrustChainExpiresAtOk ¶
GetTrustChainExpiresAtOk returns a tuple with the TrustChainExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetTrustChainOk ¶
GetTrustChainOk returns a tuple with the TrustChain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetTrustChainUpdatedAt ¶
GetTrustChainUpdatedAt returns the TrustChainUpdatedAt field value if set, zero value otherwise.
func (*Client) GetTrustChainUpdatedAtOk ¶
GetTrustChainUpdatedAtOk returns a tuple with the TrustChainUpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetUserInfoEncryptionAlg ¶
GetUserInfoEncryptionAlg returns the UserInfoEncryptionAlg field value if set, zero value otherwise.
func (*Client) GetUserInfoEncryptionAlgOk ¶
GetUserInfoEncryptionAlgOk returns a tuple with the UserInfoEncryptionAlg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetUserInfoEncryptionEnc ¶
GetUserInfoEncryptionEnc returns the UserInfoEncryptionEnc field value if set, zero value otherwise.
func (*Client) GetUserInfoEncryptionEncOk ¶
GetUserInfoEncryptionEncOk returns a tuple with the UserInfoEncryptionEnc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) GetUserInfoSignAlg ¶
GetUserInfoSignAlg returns the UserInfoSignAlg field value if set, zero value otherwise.
func (*Client) GetUserInfoSignAlgOk ¶
GetUserInfoSignAlgOk returns a tuple with the UserInfoSignAlg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Client) HasApplicationType ¶
HasApplicationType returns a boolean if a field has been set.
func (*Client) HasAttributes ¶
HasAttributes returns a boolean if a field has been set.
func (*Client) HasAuthTimeRequired ¶
HasAuthTimeRequired returns a boolean if a field has been set.
func (*Client) HasAuthorizationDetailsTypes ¶
HasAuthorizationDetailsTypes returns a boolean if a field has been set.
func (*Client) HasAuthorizationEncryptionAlg ¶
HasAuthorizationEncryptionAlg returns a boolean if a field has been set.
func (*Client) HasAuthorizationEncryptionEnc ¶
HasAuthorizationEncryptionEnc returns a boolean if a field has been set.
func (*Client) HasAuthorizationSignAlg ¶
HasAuthorizationSignAlg returns a boolean if a field has been set.
func (*Client) HasAutomaticallyRegistered ¶
HasAutomaticallyRegistered returns a boolean if a field has been set.
func (*Client) HasBcDeliveryMode ¶
HasBcDeliveryMode returns a boolean if a field has been set.
func (*Client) HasBcNotificationEndpoint ¶
HasBcNotificationEndpoint returns a boolean if a field has been set.
func (*Client) HasBcRequestSignAlg ¶
HasBcRequestSignAlg returns a boolean if a field has been set.
func (*Client) HasBcUserCodeRequired ¶
HasBcUserCodeRequired returns a boolean if a field has been set.
func (*Client) HasClientId ¶
HasClientId returns a boolean if a field has been set.
func (*Client) HasClientIdAlias ¶
HasClientIdAlias returns a boolean if a field has been set.
func (*Client) HasClientIdAliasEnabled ¶
HasClientIdAliasEnabled returns a boolean if a field has been set.
func (*Client) HasClientName ¶
HasClientName returns a boolean if a field has been set.
func (*Client) HasClientNames ¶
HasClientNames returns a boolean if a field has been set.
func (*Client) HasClientRegistrationTypes ¶
HasClientRegistrationTypes returns a boolean if a field has been set.
func (*Client) HasClientSecret ¶
HasClientSecret returns a boolean if a field has been set.
func (*Client) HasClientType ¶
HasClientType returns a boolean if a field has been set.
func (*Client) HasClientUri ¶
HasClientUri returns a boolean if a field has been set.
func (*Client) HasClientUris ¶
HasClientUris returns a boolean if a field has been set.
func (*Client) HasContacts ¶
HasContacts returns a boolean if a field has been set.
func (*Client) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Client) HasCredentialOfferEndpoint ¶
HasCredentialOfferEndpoint returns a boolean if a field has been set.
func (*Client) HasCustomMetadata ¶
HasCustomMetadata returns a boolean if a field has been set.
func (*Client) HasDefaultAcrs ¶
HasDefaultAcrs returns a boolean if a field has been set.
func (*Client) HasDefaultMaxAge ¶
HasDefaultMaxAge returns a boolean if a field has been set.
func (*Client) HasDerivedSectorIdentifier ¶
HasDerivedSectorIdentifier returns a boolean if a field has been set.
func (*Client) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Client) HasDescriptions ¶
HasDescriptions returns a boolean if a field has been set.
func (*Client) HasDeveloper ¶
HasDeveloper returns a boolean if a field has been set.
func (*Client) HasDigestAlgorithm ¶
HasDigestAlgorithm returns a boolean if a field has been set.
func (*Client) HasDpopRequired ¶
HasDpopRequired returns a boolean if a field has been set.
func (*Client) HasDynamicallyRegistered ¶
HasDynamicallyRegistered returns a boolean if a field has been set.
func (*Client) HasEntityId ¶
HasEntityId returns a boolean if a field has been set.
func (*Client) HasExplicitlyRegistered ¶
HasExplicitlyRegistered returns a boolean if a field has been set.
func (*Client) HasExtension ¶
HasExtension returns a boolean if a field has been set.
func (*Client) HasFrontChannelRequestObjectEncryptionRequired ¶
HasFrontChannelRequestObjectEncryptionRequired returns a boolean if a field has been set.
func (*Client) HasGrantTypes ¶
HasGrantTypes returns a boolean if a field has been set.
func (*Client) HasIdTokenEncryptionAlg ¶
HasIdTokenEncryptionAlg returns a boolean if a field has been set.
func (*Client) HasIdTokenEncryptionEnc ¶
HasIdTokenEncryptionEnc returns a boolean if a field has been set.
func (*Client) HasIdTokenSignAlg ¶
HasIdTokenSignAlg returns a boolean if a field has been set.
func (*Client) HasJwksUri ¶
HasJwksUri returns a boolean if a field has been set.
func (*Client) HasLoginUri ¶
HasLoginUri returns a boolean if a field has been set.
func (*Client) HasLogoUri ¶
HasLogoUri returns a boolean if a field has been set.
func (*Client) HasLogoUris ¶
HasLogoUris returns a boolean if a field has been set.
func (*Client) HasModifiedAt ¶
HasModifiedAt returns a boolean if a field has been set.
func (*Client) HasOrganizationName ¶
HasOrganizationName returns a boolean if a field has been set.
func (*Client) HasParRequired ¶
HasParRequired returns a boolean if a field has been set.
func (*Client) HasPkceRequired ¶
HasPkceRequired returns a boolean if a field has been set.
func (*Client) HasPkceS256Required ¶
HasPkceS256Required returns a boolean if a field has been set.
func (*Client) HasPolicyUri ¶
HasPolicyUri returns a boolean if a field has been set.
func (*Client) HasPolicyUris ¶
HasPolicyUris returns a boolean if a field has been set.
func (*Client) HasRedirectUris ¶
HasRedirectUris returns a boolean if a field has been set.
func (*Client) HasRegistrationAccessTokenHash ¶
HasRegistrationAccessTokenHash returns a boolean if a field has been set.
func (*Client) HasRequestEncryptionAlg ¶
HasRequestEncryptionAlg returns a boolean if a field has been set.
func (*Client) HasRequestEncryptionEnc ¶
HasRequestEncryptionEnc returns a boolean if a field has been set.
func (*Client) HasRequestObjectEncryptionAlgMatchRequired ¶
HasRequestObjectEncryptionAlgMatchRequired returns a boolean if a field has been set.
func (*Client) HasRequestObjectEncryptionEncMatchRequired ¶
HasRequestObjectEncryptionEncMatchRequired returns a boolean if a field has been set.
func (*Client) HasRequestObjectRequired ¶
HasRequestObjectRequired returns a boolean if a field has been set.
func (*Client) HasRequestSignAlg ¶
HasRequestSignAlg returns a boolean if a field has been set.
func (*Client) HasRequestUris ¶
HasRequestUris returns a boolean if a field has been set.
func (*Client) HasResponseTypes ¶
HasResponseTypes returns a boolean if a field has been set.
func (*Client) HasRsRequestSigned ¶
HasRsRequestSigned returns a boolean if a field has been set.
func (*Client) HasRsSignedRequestKeyId ¶
HasRsSignedRequestKeyId returns a boolean if a field has been set.
func (*Client) HasSectorIdentifier ¶
HasSectorIdentifier returns a boolean if a field has been set.
func (*Client) HasSectorIdentifierUri ¶
HasSectorIdentifierUri returns a boolean if a field has been set.
func (*Client) HasSelfSignedCertificateKeyId ¶
HasSelfSignedCertificateKeyId returns a boolean if a field has been set.
func (*Client) HasServiceNumber ¶
HasServiceNumber returns a boolean if a field has been set.
func (*Client) HasSignedJwksUri ¶
HasSignedJwksUri returns a boolean if a field has been set.
func (*Client) HasSingleAccessTokenPerSubject ¶
HasSingleAccessTokenPerSubject returns a boolean if a field has been set.
func (*Client) HasSoftwareId ¶
HasSoftwareId returns a boolean if a field has been set.
func (*Client) HasSoftwareVersion ¶
HasSoftwareVersion returns a boolean if a field has been set.
func (*Client) HasSubjectType ¶
HasSubjectType returns a boolean if a field has been set.
func (*Client) HasTlsClientAuthSanDns ¶
HasTlsClientAuthSanDns returns a boolean if a field has been set.
func (*Client) HasTlsClientAuthSanEmail ¶
HasTlsClientAuthSanEmail returns a boolean if a field has been set.
func (*Client) HasTlsClientAuthSanIp ¶
HasTlsClientAuthSanIp returns a boolean if a field has been set.
func (*Client) HasTlsClientAuthSanUri ¶
HasTlsClientAuthSanUri returns a boolean if a field has been set.
func (*Client) HasTlsClientAuthSubjectDn ¶
HasTlsClientAuthSubjectDn returns a boolean if a field has been set.
func (*Client) HasTlsClientCertificateBoundAccessTokens ¶
HasTlsClientCertificateBoundAccessTokens returns a boolean if a field has been set.
func (*Client) HasTokenAuthMethod ¶
HasTokenAuthMethod returns a boolean if a field has been set.
func (*Client) HasTokenAuthSignAlg ¶
HasTokenAuthSignAlg returns a boolean if a field has been set.
func (*Client) HasTosUris ¶
HasTosUris returns a boolean if a field has been set.
func (*Client) HasTrustAnchorId ¶
HasTrustAnchorId returns a boolean if a field has been set.
func (*Client) HasTrustChain ¶
HasTrustChain returns a boolean if a field has been set.
func (*Client) HasTrustChainExpiresAt ¶
HasTrustChainExpiresAt returns a boolean if a field has been set.
func (*Client) HasTrustChainUpdatedAt ¶
HasTrustChainUpdatedAt returns a boolean if a field has been set.
func (*Client) HasUserInfoEncryptionAlg ¶
HasUserInfoEncryptionAlg returns a boolean if a field has been set.
func (*Client) HasUserInfoEncryptionEnc ¶
HasUserInfoEncryptionEnc returns a boolean if a field has been set.
func (*Client) HasUserInfoSignAlg ¶
HasUserInfoSignAlg returns a boolean if a field has been set.
func (Client) MarshalJSON ¶
func (*Client) SetApplicationType ¶
SetApplicationType gets a reference to the given string and assigns it to the ApplicationType field.
func (*Client) SetAttributes ¶
SetAttributes gets a reference to the given []Pair and assigns it to the Attributes field.
func (*Client) SetAuthTimeRequired ¶
SetAuthTimeRequired gets a reference to the given bool and assigns it to the AuthTimeRequired field.
func (*Client) SetAuthorizationDetailsTypes ¶
SetAuthorizationDetailsTypes gets a reference to the given []string and assigns it to the AuthorizationDetailsTypes field.
func (*Client) SetAuthorizationEncryptionAlg ¶
SetAuthorizationEncryptionAlg gets a reference to the given string and assigns it to the AuthorizationEncryptionAlg field.
func (*Client) SetAuthorizationEncryptionEnc ¶
SetAuthorizationEncryptionEnc gets a reference to the given string and assigns it to the AuthorizationEncryptionEnc field.
func (*Client) SetAuthorizationSignAlg ¶
SetAuthorizationSignAlg gets a reference to the given string and assigns it to the AuthorizationSignAlg field.
func (*Client) SetAutomaticallyRegistered ¶
SetAutomaticallyRegistered gets a reference to the given bool and assigns it to the AutomaticallyRegistered field.
func (*Client) SetBcDeliveryMode ¶
SetBcDeliveryMode gets a reference to the given string and assigns it to the BcDeliveryMode field.
func (*Client) SetBcNotificationEndpoint ¶
SetBcNotificationEndpoint gets a reference to the given string and assigns it to the BcNotificationEndpoint field.
func (*Client) SetBcRequestSignAlg ¶
SetBcRequestSignAlg gets a reference to the given string and assigns it to the BcRequestSignAlg field.
func (*Client) SetBcUserCodeRequired ¶
SetBcUserCodeRequired gets a reference to the given bool and assigns it to the BcUserCodeRequired field.
func (*Client) SetClientId ¶
SetClientId gets a reference to the given int64 and assigns it to the ClientId field.
func (*Client) SetClientIdAlias ¶
SetClientIdAlias gets a reference to the given string and assigns it to the ClientIdAlias field.
func (*Client) SetClientIdAliasEnabled ¶
SetClientIdAliasEnabled gets a reference to the given bool and assigns it to the ClientIdAliasEnabled field.
func (*Client) SetClientName ¶
SetClientName gets a reference to the given string and assigns it to the ClientName field.
func (*Client) SetClientNames ¶
func (o *Client) SetClientNames(v []TaggedValue)
SetClientNames gets a reference to the given []TaggedValue and assigns it to the ClientNames field.
func (*Client) SetClientRegistrationTypes ¶
SetClientRegistrationTypes gets a reference to the given []string and assigns it to the ClientRegistrationTypes field.
func (*Client) SetClientSecret ¶
SetClientSecret gets a reference to the given string and assigns it to the ClientSecret field.
func (*Client) SetClientType ¶
SetClientType gets a reference to the given string and assigns it to the ClientType field.
func (*Client) SetClientUri ¶
SetClientUri gets a reference to the given string and assigns it to the ClientUri field.
func (*Client) SetClientUris ¶
func (o *Client) SetClientUris(v []TaggedValue)
SetClientUris gets a reference to the given []TaggedValue and assigns it to the ClientUris field.
func (*Client) SetContacts ¶
SetContacts gets a reference to the given []string and assigns it to the Contacts field.
func (*Client) SetCreatedAt ¶
SetCreatedAt gets a reference to the given int64 and assigns it to the CreatedAt field.
func (*Client) SetCredentialOfferEndpoint ¶
SetCredentialOfferEndpoint gets a reference to the given string and assigns it to the CredentialOfferEndpoint field.
func (*Client) SetCustomMetadata ¶
SetCustomMetadata gets a reference to the given string and assigns it to the CustomMetadata field.
func (*Client) SetDefaultAcrs ¶
SetDefaultAcrs gets a reference to the given []string and assigns it to the DefaultAcrs field.
func (*Client) SetDefaultMaxAge ¶
SetDefaultMaxAge gets a reference to the given int32 and assigns it to the DefaultMaxAge field.
func (*Client) SetDerivedSectorIdentifier ¶
SetDerivedSectorIdentifier gets a reference to the given string and assigns it to the DerivedSectorIdentifier field.
func (*Client) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Client) SetDescriptions ¶
func (o *Client) SetDescriptions(v []TaggedValue)
SetDescriptions gets a reference to the given []TaggedValue and assigns it to the Descriptions field.
func (*Client) SetDeveloper ¶
SetDeveloper gets a reference to the given string and assigns it to the Developer field.
func (*Client) SetDigestAlgorithm ¶
SetDigestAlgorithm gets a reference to the given string and assigns it to the DigestAlgorithm field.
func (*Client) SetDpopRequired ¶
SetDpopRequired gets a reference to the given bool and assigns it to the DpopRequired field.
func (*Client) SetDynamicallyRegistered ¶
SetDynamicallyRegistered gets a reference to the given bool and assigns it to the DynamicallyRegistered field.
func (*Client) SetEntityId ¶
SetEntityId gets a reference to the given string and assigns it to the EntityId field.
func (*Client) SetExplicitlyRegistered ¶
SetExplicitlyRegistered gets a reference to the given bool and assigns it to the ExplicitlyRegistered field.
func (*Client) SetExtension ¶
func (o *Client) SetExtension(v ClientExtension)
SetExtension gets a reference to the given ClientExtension and assigns it to the Extension field.
func (*Client) SetFrontChannelRequestObjectEncryptionRequired ¶
SetFrontChannelRequestObjectEncryptionRequired gets a reference to the given bool and assigns it to the FrontChannelRequestObjectEncryptionRequired field.
func (*Client) SetGrantTypes ¶
SetGrantTypes gets a reference to the given []string and assigns it to the GrantTypes field.
func (*Client) SetIdTokenEncryptionAlg ¶
SetIdTokenEncryptionAlg gets a reference to the given string and assigns it to the IdTokenEncryptionAlg field.
func (*Client) SetIdTokenEncryptionEnc ¶
SetIdTokenEncryptionEnc gets a reference to the given string and assigns it to the IdTokenEncryptionEnc field.
func (*Client) SetIdTokenSignAlg ¶
SetIdTokenSignAlg gets a reference to the given string and assigns it to the IdTokenSignAlg field.
func (*Client) SetJwks ¶
SetJwks gets a reference to the given string and assigns it to the Jwks field.
func (*Client) SetJwksUri ¶
SetJwksUri gets a reference to the given string and assigns it to the JwksUri field.
func (*Client) SetLoginUri ¶
SetLoginUri gets a reference to the given string and assigns it to the LoginUri field.
func (*Client) SetLogoUri ¶
SetLogoUri gets a reference to the given string and assigns it to the LogoUri field.
func (*Client) SetLogoUris ¶
func (o *Client) SetLogoUris(v []TaggedValue)
SetLogoUris gets a reference to the given []TaggedValue and assigns it to the LogoUris field.
func (*Client) SetModifiedAt ¶
SetModifiedAt gets a reference to the given int64 and assigns it to the ModifiedAt field.
func (*Client) SetNumber ¶
SetNumber gets a reference to the given int32 and assigns it to the Number field.
func (*Client) SetOrganizationName ¶
SetOrganizationName gets a reference to the given string and assigns it to the OrganizationName field.
func (*Client) SetParRequired ¶
SetParRequired gets a reference to the given bool and assigns it to the ParRequired field.
func (*Client) SetPkceRequired ¶
SetPkceRequired gets a reference to the given bool and assigns it to the PkceRequired field.
func (*Client) SetPkceS256Required ¶
SetPkceS256Required gets a reference to the given bool and assigns it to the PkceS256Required field.
func (*Client) SetPolicyUri ¶
SetPolicyUri gets a reference to the given string and assigns it to the PolicyUri field.
func (*Client) SetPolicyUris ¶
func (o *Client) SetPolicyUris(v []TaggedValue)
SetPolicyUris gets a reference to the given []TaggedValue and assigns it to the PolicyUris field.
func (*Client) SetRedirectUris ¶
SetRedirectUris gets a reference to the given []string and assigns it to the RedirectUris field.
func (*Client) SetRegistrationAccessTokenHash ¶
SetRegistrationAccessTokenHash gets a reference to the given string and assigns it to the RegistrationAccessTokenHash field.
func (*Client) SetRequestEncryptionAlg ¶
SetRequestEncryptionAlg gets a reference to the given string and assigns it to the RequestEncryptionAlg field.
func (*Client) SetRequestEncryptionEnc ¶
SetRequestEncryptionEnc gets a reference to the given string and assigns it to the RequestEncryptionEnc field.
func (*Client) SetRequestObjectEncryptionAlgMatchRequired ¶
SetRequestObjectEncryptionAlgMatchRequired gets a reference to the given bool and assigns it to the RequestObjectEncryptionAlgMatchRequired field.
func (*Client) SetRequestObjectEncryptionEncMatchRequired ¶
SetRequestObjectEncryptionEncMatchRequired gets a reference to the given bool and assigns it to the RequestObjectEncryptionEncMatchRequired field.
func (*Client) SetRequestObjectRequired ¶
SetRequestObjectRequired gets a reference to the given bool and assigns it to the RequestObjectRequired field.
func (*Client) SetRequestSignAlg ¶
SetRequestSignAlg gets a reference to the given string and assigns it to the RequestSignAlg field.
func (*Client) SetRequestUris ¶
SetRequestUris gets a reference to the given []string and assigns it to the RequestUris field.
func (*Client) SetResponseTypes ¶
SetResponseTypes gets a reference to the given []string and assigns it to the ResponseTypes field.
func (*Client) SetRsRequestSigned ¶
SetRsRequestSigned gets a reference to the given bool and assigns it to the RsRequestSigned field.
func (*Client) SetRsSignedRequestKeyId ¶
SetRsSignedRequestKeyId gets a reference to the given string and assigns it to the RsSignedRequestKeyId field.
func (*Client) SetSectorIdentifier ¶
SetSectorIdentifier gets a reference to the given string and assigns it to the SectorIdentifier field. Deprecated
func (*Client) SetSectorIdentifierUri ¶
SetSectorIdentifierUri gets a reference to the given string and assigns it to the SectorIdentifierUri field.
func (*Client) SetSelfSignedCertificateKeyId ¶
SetSelfSignedCertificateKeyId gets a reference to the given string and assigns it to the SelfSignedCertificateKeyId field.
func (*Client) SetServiceNumber ¶
SetServiceNumber gets a reference to the given int32 and assigns it to the ServiceNumber field.
func (*Client) SetSignedJwksUri ¶
SetSignedJwksUri gets a reference to the given string and assigns it to the SignedJwksUri field.
func (*Client) SetSingleAccessTokenPerSubject ¶
SetSingleAccessTokenPerSubject gets a reference to the given bool and assigns it to the SingleAccessTokenPerSubject field.
func (*Client) SetSoftwareId ¶
SetSoftwareId gets a reference to the given string and assigns it to the SoftwareId field.
func (*Client) SetSoftwareVersion ¶
SetSoftwareVersion gets a reference to the given string and assigns it to the SoftwareVersion field.
func (*Client) SetSubjectType ¶
SetSubjectType gets a reference to the given string and assigns it to the SubjectType field.
func (*Client) SetTlsClientAuthSanDns ¶
SetTlsClientAuthSanDns gets a reference to the given string and assigns it to the TlsClientAuthSanDns field.
func (*Client) SetTlsClientAuthSanEmail ¶
SetTlsClientAuthSanEmail gets a reference to the given string and assigns it to the TlsClientAuthSanEmail field.
func (*Client) SetTlsClientAuthSanIp ¶
SetTlsClientAuthSanIp gets a reference to the given string and assigns it to the TlsClientAuthSanIp field.
func (*Client) SetTlsClientAuthSanUri ¶
SetTlsClientAuthSanUri gets a reference to the given string and assigns it to the TlsClientAuthSanUri field.
func (*Client) SetTlsClientAuthSubjectDn ¶
SetTlsClientAuthSubjectDn gets a reference to the given string and assigns it to the TlsClientAuthSubjectDn field.
func (*Client) SetTlsClientCertificateBoundAccessTokens ¶
SetTlsClientCertificateBoundAccessTokens gets a reference to the given bool and assigns it to the TlsClientCertificateBoundAccessTokens field.
func (*Client) SetTokenAuthMethod ¶
SetTokenAuthMethod gets a reference to the given string and assigns it to the TokenAuthMethod field.
func (*Client) SetTokenAuthSignAlg ¶
SetTokenAuthSignAlg gets a reference to the given string and assigns it to the TokenAuthSignAlg field.
func (*Client) SetTosUri ¶
SetTosUri gets a reference to the given string and assigns it to the TosUri field.
func (*Client) SetTosUris ¶
func (o *Client) SetTosUris(v []TaggedValue)
SetTosUris gets a reference to the given []TaggedValue and assigns it to the TosUris field.
func (*Client) SetTrustAnchorId ¶
SetTrustAnchorId gets a reference to the given string and assigns it to the TrustAnchorId field.
func (*Client) SetTrustChain ¶
SetTrustChain gets a reference to the given []string and assigns it to the TrustChain field.
func (*Client) SetTrustChainExpiresAt ¶
SetTrustChainExpiresAt gets a reference to the given int64 and assigns it to the TrustChainExpiresAt field.
func (*Client) SetTrustChainUpdatedAt ¶
SetTrustChainUpdatedAt gets a reference to the given int64 and assigns it to the TrustChainUpdatedAt field.
func (*Client) SetUserInfoEncryptionAlg ¶
SetUserInfoEncryptionAlg gets a reference to the given string and assigns it to the UserInfoEncryptionAlg field.
func (*Client) SetUserInfoEncryptionEnc ¶
SetUserInfoEncryptionEnc gets a reference to the given string and assigns it to the UserInfoEncryptionEnc field.
func (*Client) SetUserInfoSignAlg ¶
SetUserInfoSignAlg gets a reference to the given string and assigns it to the UserInfoSignAlg field.
type ClientAccess ¶
type ClientAccess struct { Id *int64 `json:"id,omitempty"` ClientId *int64 `json:"clientId,omitempty"` Privileges []string `json:"privileges,omitempty"` ServiceAccessId *int64 `json:"service_access_id,omitempty"` }
ClientAccess struct for ClientAccess
func NewClientAccess ¶
func NewClientAccess() *ClientAccess
NewClientAccess instantiates a new ClientAccess 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 NewClientAccessWithDefaults ¶
func NewClientAccessWithDefaults() *ClientAccess
NewClientAccessWithDefaults instantiates a new ClientAccess 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 (*ClientAccess) GetClientId ¶
func (o *ClientAccess) GetClientId() int64
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*ClientAccess) GetClientIdOk ¶
func (o *ClientAccess) GetClientIdOk() (*int64, 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 (*ClientAccess) GetId ¶
func (o *ClientAccess) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*ClientAccess) GetIdOk ¶
func (o *ClientAccess) 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 (*ClientAccess) GetPrivileges ¶
func (o *ClientAccess) GetPrivileges() []string
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*ClientAccess) GetPrivilegesOk ¶
func (o *ClientAccess) GetPrivilegesOk() ([]string, bool)
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClientAccess) GetServiceAccessId ¶
func (o *ClientAccess) GetServiceAccessId() int64
GetServiceAccessId returns the ServiceAccessId field value if set, zero value otherwise.
func (*ClientAccess) GetServiceAccessIdOk ¶
func (o *ClientAccess) GetServiceAccessIdOk() (*int64, bool)
GetServiceAccessIdOk returns a tuple with the ServiceAccessId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClientAccess) HasClientId ¶
func (o *ClientAccess) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (*ClientAccess) HasId ¶
func (o *ClientAccess) HasId() bool
HasId returns a boolean if a field has been set.
func (*ClientAccess) HasPrivileges ¶
func (o *ClientAccess) HasPrivileges() bool
HasPrivileges returns a boolean if a field has been set.
func (*ClientAccess) HasServiceAccessId ¶
func (o *ClientAccess) HasServiceAccessId() bool
HasServiceAccessId returns a boolean if a field has been set.
func (ClientAccess) MarshalJSON ¶
func (o ClientAccess) MarshalJSON() ([]byte, error)
func (*ClientAccess) SetClientId ¶
func (o *ClientAccess) SetClientId(v int64)
SetClientId gets a reference to the given int64 and assigns it to the ClientId field.
func (*ClientAccess) SetId ¶
func (o *ClientAccess) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*ClientAccess) SetPrivileges ¶
func (o *ClientAccess) SetPrivileges(v []string)
SetPrivileges gets a reference to the given []string and assigns it to the Privileges field.
func (*ClientAccess) SetServiceAccessId ¶
func (o *ClientAccess) SetServiceAccessId(v int64)
SetServiceAccessId gets a reference to the given int64 and assigns it to the ServiceAccessId field.
func (ClientAccess) ToMap ¶ added in v0.3.0
func (o ClientAccess) ToMap() (map[string]interface{}, error)
type ClientAccessResponse ¶
type ClientAccessResponse struct { ApiServerId *int64 `json:"apiServerId,omitempty"` OrganizationId *int64 `json:"organizationId,omitempty"` UserId *int64 `json:"userId,omitempty"` ServiceId *int64 `json:"serviceId,omitempty"` ClientId *int64 `json:"clientId,omitempty"` Privileges []string `json:"privileges,omitempty"` }
ClientAccessResponse struct for ClientAccessResponse
func NewClientAccessResponse ¶
func NewClientAccessResponse() *ClientAccessResponse
NewClientAccessResponse instantiates a new ClientAccessResponse 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 NewClientAccessResponseWithDefaults ¶
func NewClientAccessResponseWithDefaults() *ClientAccessResponse
NewClientAccessResponseWithDefaults instantiates a new ClientAccessResponse 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 (*ClientAccessResponse) GetApiServerId ¶
func (o *ClientAccessResponse) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value if set, zero value otherwise.
func (*ClientAccessResponse) GetApiServerIdOk ¶
func (o *ClientAccessResponse) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClientAccessResponse) GetClientId ¶
func (o *ClientAccessResponse) GetClientId() int64
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*ClientAccessResponse) GetClientIdOk ¶
func (o *ClientAccessResponse) GetClientIdOk() (*int64, 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 (*ClientAccessResponse) GetOrganizationId ¶
func (o *ClientAccessResponse) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*ClientAccessResponse) GetOrganizationIdOk ¶
func (o *ClientAccessResponse) GetOrganizationIdOk() (*int64, 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.
func (*ClientAccessResponse) GetPrivileges ¶
func (o *ClientAccessResponse) GetPrivileges() []string
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*ClientAccessResponse) GetPrivilegesOk ¶
func (o *ClientAccessResponse) GetPrivilegesOk() ([]string, bool)
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClientAccessResponse) GetServiceId ¶
func (o *ClientAccessResponse) GetServiceId() int64
GetServiceId returns the ServiceId field value if set, zero value otherwise.
func (*ClientAccessResponse) GetServiceIdOk ¶
func (o *ClientAccessResponse) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClientAccessResponse) GetUserId ¶
func (o *ClientAccessResponse) GetUserId() int64
GetUserId returns the UserId field value if set, zero value otherwise.
func (*ClientAccessResponse) GetUserIdOk ¶
func (o *ClientAccessResponse) GetUserIdOk() (*int64, bool)
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClientAccessResponse) HasApiServerId ¶
func (o *ClientAccessResponse) HasApiServerId() bool
HasApiServerId returns a boolean if a field has been set.
func (*ClientAccessResponse) HasClientId ¶
func (o *ClientAccessResponse) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (*ClientAccessResponse) HasOrganizationId ¶
func (o *ClientAccessResponse) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*ClientAccessResponse) HasPrivileges ¶
func (o *ClientAccessResponse) HasPrivileges() bool
HasPrivileges returns a boolean if a field has been set.
func (*ClientAccessResponse) HasServiceId ¶
func (o *ClientAccessResponse) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (*ClientAccessResponse) HasUserId ¶
func (o *ClientAccessResponse) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (ClientAccessResponse) MarshalJSON ¶
func (o ClientAccessResponse) MarshalJSON() ([]byte, error)
func (*ClientAccessResponse) SetApiServerId ¶
func (o *ClientAccessResponse) SetApiServerId(v int64)
SetApiServerId gets a reference to the given int64 and assigns it to the ApiServerId field.
func (*ClientAccessResponse) SetClientId ¶
func (o *ClientAccessResponse) SetClientId(v int64)
SetClientId gets a reference to the given int64 and assigns it to the ClientId field.
func (*ClientAccessResponse) SetOrganizationId ¶
func (o *ClientAccessResponse) SetOrganizationId(v int64)
SetOrganizationId gets a reference to the given int64 and assigns it to the OrganizationId field.
func (*ClientAccessResponse) SetPrivileges ¶
func (o *ClientAccessResponse) SetPrivileges(v []string)
SetPrivileges gets a reference to the given []string and assigns it to the Privileges field.
func (*ClientAccessResponse) SetServiceId ¶
func (o *ClientAccessResponse) SetServiceId(v int64)
SetServiceId gets a reference to the given int64 and assigns it to the ServiceId field.
func (*ClientAccessResponse) SetUserId ¶
func (o *ClientAccessResponse) SetUserId(v int64)
SetUserId gets a reference to the given int64 and assigns it to the UserId field.
func (ClientAccessResponse) ToMap ¶ added in v0.3.0
func (o ClientAccessResponse) ToMap() (map[string]interface{}, error)
type ClientExtension ¶
type ClientExtension struct { RequestableScopesEnabled *bool `json:"requestableScopesEnabled,omitempty"` RequestableScopes []string `json:"requestableScopes,omitempty"` AccessTokenDuration *int64 `json:"accessTokenDuration,omitempty"` RefreshTokenDuration *int64 `json:"refreshTokenDuration,omitempty"` TokenExchangePermitted *bool `json:"tokenExchangePermitted,omitempty"` }
ClientExtension struct for ClientExtension
func NewClientExtension ¶
func NewClientExtension() *ClientExtension
NewClientExtension instantiates a new ClientExtension 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 NewClientExtensionWithDefaults ¶
func NewClientExtensionWithDefaults() *ClientExtension
NewClientExtensionWithDefaults instantiates a new ClientExtension 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 (*ClientExtension) GetAccessTokenDuration ¶
func (o *ClientExtension) GetAccessTokenDuration() int64
GetAccessTokenDuration returns the AccessTokenDuration field value if set, zero value otherwise.
func (*ClientExtension) GetAccessTokenDurationOk ¶
func (o *ClientExtension) GetAccessTokenDurationOk() (*int64, bool)
GetAccessTokenDurationOk returns a tuple with the AccessTokenDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClientExtension) GetRefreshTokenDuration ¶
func (o *ClientExtension) GetRefreshTokenDuration() int64
GetRefreshTokenDuration returns the RefreshTokenDuration field value if set, zero value otherwise.
func (*ClientExtension) GetRefreshTokenDurationOk ¶
func (o *ClientExtension) GetRefreshTokenDurationOk() (*int64, bool)
GetRefreshTokenDurationOk returns a tuple with the RefreshTokenDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClientExtension) GetRequestableScopes ¶
func (o *ClientExtension) GetRequestableScopes() []string
GetRequestableScopes returns the RequestableScopes field value if set, zero value otherwise.
func (*ClientExtension) GetRequestableScopesEnabled ¶
func (o *ClientExtension) GetRequestableScopesEnabled() bool
GetRequestableScopesEnabled returns the RequestableScopesEnabled field value if set, zero value otherwise.
func (*ClientExtension) GetRequestableScopesEnabledOk ¶
func (o *ClientExtension) GetRequestableScopesEnabledOk() (*bool, bool)
GetRequestableScopesEnabledOk returns a tuple with the RequestableScopesEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClientExtension) GetRequestableScopesOk ¶
func (o *ClientExtension) GetRequestableScopesOk() ([]string, bool)
GetRequestableScopesOk returns a tuple with the RequestableScopes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClientExtension) GetTokenExchangePermitted ¶
func (o *ClientExtension) GetTokenExchangePermitted() bool
GetTokenExchangePermitted returns the TokenExchangePermitted field value if set, zero value otherwise.
func (*ClientExtension) GetTokenExchangePermittedOk ¶
func (o *ClientExtension) GetTokenExchangePermittedOk() (*bool, bool)
GetTokenExchangePermittedOk returns a tuple with the TokenExchangePermitted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ClientExtension) HasAccessTokenDuration ¶
func (o *ClientExtension) HasAccessTokenDuration() bool
HasAccessTokenDuration returns a boolean if a field has been set.
func (*ClientExtension) HasRefreshTokenDuration ¶
func (o *ClientExtension) HasRefreshTokenDuration() bool
HasRefreshTokenDuration returns a boolean if a field has been set.
func (*ClientExtension) HasRequestableScopes ¶
func (o *ClientExtension) HasRequestableScopes() bool
HasRequestableScopes returns a boolean if a field has been set.
func (*ClientExtension) HasRequestableScopesEnabled ¶
func (o *ClientExtension) HasRequestableScopesEnabled() bool
HasRequestableScopesEnabled returns a boolean if a field has been set.
func (*ClientExtension) HasTokenExchangePermitted ¶
func (o *ClientExtension) HasTokenExchangePermitted() bool
HasTokenExchangePermitted returns a boolean if a field has been set.
func (ClientExtension) MarshalJSON ¶
func (o ClientExtension) MarshalJSON() ([]byte, error)
func (*ClientExtension) SetAccessTokenDuration ¶
func (o *ClientExtension) SetAccessTokenDuration(v int64)
SetAccessTokenDuration gets a reference to the given int64 and assigns it to the AccessTokenDuration field.
func (*ClientExtension) SetRefreshTokenDuration ¶
func (o *ClientExtension) SetRefreshTokenDuration(v int64)
SetRefreshTokenDuration gets a reference to the given int64 and assigns it to the RefreshTokenDuration field.
func (*ClientExtension) SetRequestableScopes ¶
func (o *ClientExtension) SetRequestableScopes(v []string)
SetRequestableScopes gets a reference to the given []string and assigns it to the RequestableScopes field.
func (*ClientExtension) SetRequestableScopesEnabled ¶
func (o *ClientExtension) SetRequestableScopesEnabled(v bool)
SetRequestableScopesEnabled gets a reference to the given bool and assigns it to the RequestableScopesEnabled field.
func (*ClientExtension) SetTokenExchangePermitted ¶
func (o *ClientExtension) SetTokenExchangePermitted(v bool)
SetTokenExchangePermitted gets a reference to the given bool and assigns it to the TokenExchangePermitted field.
func (ClientExtension) ToMap ¶ added in v0.3.0
func (o ClientExtension) ToMap() (map[string]interface{}, 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 CreateApiServerRequest ¶
type CreateApiServerRequest struct { ApiServerUrl string `json:"apiServerUrl"` Description string `json:"description"` OwnedBy *int64 `json:"ownedBy,omitempty"` }
CreateApiServerRequest struct for CreateApiServerRequest
func NewCreateApiServerRequest ¶
func NewCreateApiServerRequest(apiServerUrl string, description string) *CreateApiServerRequest
NewCreateApiServerRequest instantiates a new CreateApiServerRequest 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 NewCreateApiServerRequestWithDefaults ¶
func NewCreateApiServerRequestWithDefaults() *CreateApiServerRequest
NewCreateApiServerRequestWithDefaults instantiates a new CreateApiServerRequest 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 (*CreateApiServerRequest) GetApiServerUrl ¶
func (o *CreateApiServerRequest) GetApiServerUrl() string
GetApiServerUrl returns the ApiServerUrl field value
func (*CreateApiServerRequest) GetApiServerUrlOk ¶
func (o *CreateApiServerRequest) GetApiServerUrlOk() (*string, bool)
GetApiServerUrlOk returns a tuple with the ApiServerUrl field value and a boolean to check if the value has been set.
func (*CreateApiServerRequest) GetDescription ¶
func (o *CreateApiServerRequest) GetDescription() string
GetDescription returns the Description field value
func (*CreateApiServerRequest) GetDescriptionOk ¶
func (o *CreateApiServerRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*CreateApiServerRequest) GetOwnedBy ¶
func (o *CreateApiServerRequest) GetOwnedBy() int64
GetOwnedBy returns the OwnedBy field value if set, zero value otherwise.
func (*CreateApiServerRequest) GetOwnedByOk ¶
func (o *CreateApiServerRequest) GetOwnedByOk() (*int64, bool)
GetOwnedByOk returns a tuple with the OwnedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiServerRequest) HasOwnedBy ¶
func (o *CreateApiServerRequest) HasOwnedBy() bool
HasOwnedBy returns a boolean if a field has been set.
func (CreateApiServerRequest) MarshalJSON ¶
func (o CreateApiServerRequest) MarshalJSON() ([]byte, error)
func (*CreateApiServerRequest) SetApiServerUrl ¶
func (o *CreateApiServerRequest) SetApiServerUrl(v string)
SetApiServerUrl sets field value
func (*CreateApiServerRequest) SetDescription ¶
func (o *CreateApiServerRequest) SetDescription(v string)
SetDescription sets field value
func (*CreateApiServerRequest) SetOwnedBy ¶
func (o *CreateApiServerRequest) SetOwnedBy(v int64)
SetOwnedBy gets a reference to the given int64 and assigns it to the OwnedBy field.
func (CreateApiServerRequest) ToMap ¶ added in v0.3.0
func (o CreateApiServerRequest) ToMap() (map[string]interface{}, error)
func (*CreateApiServerRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *CreateApiServerRequest) UnmarshalJSON(data []byte) (err error)
type CreateOrganizationTokenRequest ¶
type CreateOrganizationTokenRequest struct { OrganizationId int64 `json:"organizationId"` Description string `json:"description"` }
CreateOrganizationTokenRequest struct for CreateOrganizationTokenRequest
func NewCreateOrganizationTokenRequest ¶
func NewCreateOrganizationTokenRequest(organizationId int64, description string) *CreateOrganizationTokenRequest
NewCreateOrganizationTokenRequest instantiates a new CreateOrganizationTokenRequest 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 NewCreateOrganizationTokenRequestWithDefaults ¶
func NewCreateOrganizationTokenRequestWithDefaults() *CreateOrganizationTokenRequest
NewCreateOrganizationTokenRequestWithDefaults instantiates a new CreateOrganizationTokenRequest 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 (*CreateOrganizationTokenRequest) GetDescription ¶
func (o *CreateOrganizationTokenRequest) GetDescription() string
GetDescription returns the Description field value
func (*CreateOrganizationTokenRequest) GetDescriptionOk ¶
func (o *CreateOrganizationTokenRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*CreateOrganizationTokenRequest) GetOrganizationId ¶
func (o *CreateOrganizationTokenRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*CreateOrganizationTokenRequest) GetOrganizationIdOk ¶
func (o *CreateOrganizationTokenRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (CreateOrganizationTokenRequest) MarshalJSON ¶
func (o CreateOrganizationTokenRequest) MarshalJSON() ([]byte, error)
func (*CreateOrganizationTokenRequest) SetDescription ¶
func (o *CreateOrganizationTokenRequest) SetDescription(v string)
SetDescription sets field value
func (*CreateOrganizationTokenRequest) SetOrganizationId ¶
func (o *CreateOrganizationTokenRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (CreateOrganizationTokenRequest) ToMap ¶ added in v0.3.0
func (o CreateOrganizationTokenRequest) ToMap() (map[string]interface{}, error)
func (*CreateOrganizationTokenRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *CreateOrganizationTokenRequest) UnmarshalJSON(data []byte) (err error)
type CreateServiceRequest ¶
type CreateServiceRequest struct { ApiServerId int64 `json:"apiServerId"` OrganizationId int64 `json:"organizationId"` Service *Service `json:"service,omitempty"` }
CreateServiceRequest struct for CreateServiceRequest
func NewCreateServiceRequest ¶
func NewCreateServiceRequest(apiServerId int64, organizationId int64) *CreateServiceRequest
NewCreateServiceRequest instantiates a new CreateServiceRequest 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 NewCreateServiceRequestWithDefaults ¶
func NewCreateServiceRequestWithDefaults() *CreateServiceRequest
NewCreateServiceRequestWithDefaults instantiates a new CreateServiceRequest 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 (*CreateServiceRequest) GetApiServerId ¶
func (o *CreateServiceRequest) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value
func (*CreateServiceRequest) GetApiServerIdOk ¶
func (o *CreateServiceRequest) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value and a boolean to check if the value has been set.
func (*CreateServiceRequest) GetOrganizationId ¶
func (o *CreateServiceRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*CreateServiceRequest) GetOrganizationIdOk ¶
func (o *CreateServiceRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*CreateServiceRequest) GetService ¶
func (o *CreateServiceRequest) GetService() Service
GetService returns the Service field value if set, zero value otherwise.
func (*CreateServiceRequest) GetServiceOk ¶
func (o *CreateServiceRequest) GetServiceOk() (*Service, bool)
GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateServiceRequest) HasService ¶
func (o *CreateServiceRequest) HasService() bool
HasService returns a boolean if a field has been set.
func (CreateServiceRequest) MarshalJSON ¶
func (o CreateServiceRequest) MarshalJSON() ([]byte, error)
func (*CreateServiceRequest) SetApiServerId ¶
func (o *CreateServiceRequest) SetApiServerId(v int64)
SetApiServerId sets field value
func (*CreateServiceRequest) SetOrganizationId ¶
func (o *CreateServiceRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (*CreateServiceRequest) SetService ¶
func (o *CreateServiceRequest) SetService(v Service)
SetService gets a reference to the given Service and assigns it to the Service field.
func (CreateServiceRequest) ToMap ¶ added in v0.3.0
func (o CreateServiceRequest) ToMap() (map[string]interface{}, error)
func (*CreateServiceRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *CreateServiceRequest) UnmarshalJSON(data []byte) (err error)
type CreateServiceTokenRequest ¶
type CreateServiceTokenRequest struct { ServiceId int64 `json:"serviceId"` OrganizationId int64 `json:"organizationId"` ApiServerId int64 `json:"apiServerId"` Description string `json:"description"` }
CreateServiceTokenRequest struct for CreateServiceTokenRequest
func NewCreateServiceTokenRequest ¶
func NewCreateServiceTokenRequest(serviceId int64, organizationId int64, apiServerId int64, description string) *CreateServiceTokenRequest
NewCreateServiceTokenRequest instantiates a new CreateServiceTokenRequest 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 NewCreateServiceTokenRequestWithDefaults ¶
func NewCreateServiceTokenRequestWithDefaults() *CreateServiceTokenRequest
NewCreateServiceTokenRequestWithDefaults instantiates a new CreateServiceTokenRequest 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 (*CreateServiceTokenRequest) GetApiServerId ¶
func (o *CreateServiceTokenRequest) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value
func (*CreateServiceTokenRequest) GetApiServerIdOk ¶
func (o *CreateServiceTokenRequest) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value and a boolean to check if the value has been set.
func (*CreateServiceTokenRequest) GetDescription ¶
func (o *CreateServiceTokenRequest) GetDescription() string
GetDescription returns the Description field value
func (*CreateServiceTokenRequest) GetDescriptionOk ¶
func (o *CreateServiceTokenRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*CreateServiceTokenRequest) GetOrganizationId ¶
func (o *CreateServiceTokenRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*CreateServiceTokenRequest) GetOrganizationIdOk ¶
func (o *CreateServiceTokenRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*CreateServiceTokenRequest) GetServiceId ¶
func (o *CreateServiceTokenRequest) GetServiceId() int64
GetServiceId returns the ServiceId field value
func (*CreateServiceTokenRequest) GetServiceIdOk ¶
func (o *CreateServiceTokenRequest) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.
func (CreateServiceTokenRequest) MarshalJSON ¶
func (o CreateServiceTokenRequest) MarshalJSON() ([]byte, error)
func (*CreateServiceTokenRequest) SetApiServerId ¶
func (o *CreateServiceTokenRequest) SetApiServerId(v int64)
SetApiServerId sets field value
func (*CreateServiceTokenRequest) SetDescription ¶
func (o *CreateServiceTokenRequest) SetDescription(v string)
SetDescription sets field value
func (*CreateServiceTokenRequest) SetOrganizationId ¶
func (o *CreateServiceTokenRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (*CreateServiceTokenRequest) SetServiceId ¶
func (o *CreateServiceTokenRequest) SetServiceId(v int64)
SetServiceId sets field value
func (CreateServiceTokenRequest) ToMap ¶ added in v0.3.0
func (o CreateServiceTokenRequest) ToMap() (map[string]interface{}, error)
func (*CreateServiceTokenRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *CreateServiceTokenRequest) UnmarshalJSON(data []byte) (err error)
type CreateUserRequest ¶
type CreateUserRequest struct { Email string `json:"email"` Password string `json:"password"` GivenName *string `json:"givenName,omitempty"` FamilyName *string `json:"familyName,omitempty"` }
CreateUserRequest struct for CreateUserRequest
func NewCreateUserRequest ¶
func NewCreateUserRequest(email string, password string) *CreateUserRequest
NewCreateUserRequest instantiates a new CreateUserRequest 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 NewCreateUserRequestWithDefaults ¶
func NewCreateUserRequestWithDefaults() *CreateUserRequest
NewCreateUserRequestWithDefaults instantiates a new CreateUserRequest 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 (*CreateUserRequest) GetEmail ¶
func (o *CreateUserRequest) GetEmail() string
GetEmail returns the Email field value
func (*CreateUserRequest) GetEmailOk ¶
func (o *CreateUserRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*CreateUserRequest) GetFamilyName ¶
func (o *CreateUserRequest) GetFamilyName() string
GetFamilyName returns the FamilyName field value if set, zero value otherwise.
func (*CreateUserRequest) GetFamilyNameOk ¶
func (o *CreateUserRequest) 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 (*CreateUserRequest) GetGivenName ¶
func (o *CreateUserRequest) GetGivenName() string
GetGivenName returns the GivenName field value if set, zero value otherwise.
func (*CreateUserRequest) GetGivenNameOk ¶
func (o *CreateUserRequest) 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 (*CreateUserRequest) GetPassword ¶
func (o *CreateUserRequest) GetPassword() string
GetPassword returns the Password field value
func (*CreateUserRequest) GetPasswordOk ¶
func (o *CreateUserRequest) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*CreateUserRequest) HasFamilyName ¶
func (o *CreateUserRequest) HasFamilyName() bool
HasFamilyName returns a boolean if a field has been set.
func (*CreateUserRequest) HasGivenName ¶
func (o *CreateUserRequest) HasGivenName() bool
HasGivenName returns a boolean if a field has been set.
func (CreateUserRequest) MarshalJSON ¶
func (o CreateUserRequest) MarshalJSON() ([]byte, error)
func (*CreateUserRequest) SetEmail ¶
func (o *CreateUserRequest) SetEmail(v string)
SetEmail sets field value
func (*CreateUserRequest) SetFamilyName ¶
func (o *CreateUserRequest) SetFamilyName(v string)
SetFamilyName gets a reference to the given string and assigns it to the FamilyName field.
func (*CreateUserRequest) SetGivenName ¶
func (o *CreateUserRequest) SetGivenName(v string)
SetGivenName gets a reference to the given string and assigns it to the GivenName field.
func (*CreateUserRequest) SetPassword ¶
func (o *CreateUserRequest) SetPassword(v string)
SetPassword sets field value
func (CreateUserRequest) ToMap ¶ added in v0.3.0
func (o CreateUserRequest) ToMap() (map[string]interface{}, error)
func (*CreateUserRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *CreateUserRequest) UnmarshalJSON(data []byte) (err error)
type CreateUserResponse ¶
type CreateUserResponse struct {
User *AuthleteUser `json:"user,omitempty"`
}
CreateUserResponse struct for CreateUserResponse
func NewCreateUserResponse ¶
func NewCreateUserResponse() *CreateUserResponse
NewCreateUserResponse instantiates a new CreateUserResponse 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 NewCreateUserResponseWithDefaults ¶
func NewCreateUserResponseWithDefaults() *CreateUserResponse
NewCreateUserResponseWithDefaults instantiates a new CreateUserResponse 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 (*CreateUserResponse) GetUser ¶
func (o *CreateUserResponse) GetUser() AuthleteUser
GetUser returns the User field value if set, zero value otherwise.
func (*CreateUserResponse) GetUserOk ¶
func (o *CreateUserResponse) GetUserOk() (*AuthleteUser, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUserResponse) HasUser ¶
func (o *CreateUserResponse) HasUser() bool
HasUser returns a boolean if a field has been set.
func (CreateUserResponse) MarshalJSON ¶
func (o CreateUserResponse) MarshalJSON() ([]byte, error)
func (*CreateUserResponse) SetUser ¶
func (o *CreateUserResponse) SetUser(v AuthleteUser)
SetUser gets a reference to the given AuthleteUser and assigns it to the User field.
func (CreateUserResponse) ToMap ¶ added in v0.3.0
func (o CreateUserResponse) ToMap() (map[string]interface{}, error)
type CredentialIssuerMetadata ¶
type CredentialIssuerMetadata struct { CredentialIssuer *string `json:"credentialIssuer,omitempty"` AuthorizationServer *string `json:"authorizationServer,omitempty"` CredentialEndpoint *string `json:"credentialEndpoint,omitempty"` BatchCredentialEndpoint *string `json:"batchCredentialEndpoint,omitempty"` DeferredCredentialEndpoint *string `json:"deferredCredentialEndpoint,omitempty"` CredentialsSupported *string `json:"credentialsSupported,omitempty"` Empty *bool `json:"empty,omitempty"` }
CredentialIssuerMetadata struct for CredentialIssuerMetadata
func NewCredentialIssuerMetadata ¶
func NewCredentialIssuerMetadata() *CredentialIssuerMetadata
NewCredentialIssuerMetadata instantiates a new CredentialIssuerMetadata 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 NewCredentialIssuerMetadataWithDefaults ¶
func NewCredentialIssuerMetadataWithDefaults() *CredentialIssuerMetadata
NewCredentialIssuerMetadataWithDefaults instantiates a new CredentialIssuerMetadata 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 (*CredentialIssuerMetadata) GetAuthorizationServer ¶
func (o *CredentialIssuerMetadata) GetAuthorizationServer() string
GetAuthorizationServer returns the AuthorizationServer field value if set, zero value otherwise.
func (*CredentialIssuerMetadata) GetAuthorizationServerOk ¶
func (o *CredentialIssuerMetadata) GetAuthorizationServerOk() (*string, bool)
GetAuthorizationServerOk returns a tuple with the AuthorizationServer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CredentialIssuerMetadata) GetBatchCredentialEndpoint ¶
func (o *CredentialIssuerMetadata) GetBatchCredentialEndpoint() string
GetBatchCredentialEndpoint returns the BatchCredentialEndpoint field value if set, zero value otherwise.
func (*CredentialIssuerMetadata) GetBatchCredentialEndpointOk ¶
func (o *CredentialIssuerMetadata) GetBatchCredentialEndpointOk() (*string, bool)
GetBatchCredentialEndpointOk returns a tuple with the BatchCredentialEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CredentialIssuerMetadata) GetCredentialEndpoint ¶
func (o *CredentialIssuerMetadata) GetCredentialEndpoint() string
GetCredentialEndpoint returns the CredentialEndpoint field value if set, zero value otherwise.
func (*CredentialIssuerMetadata) GetCredentialEndpointOk ¶
func (o *CredentialIssuerMetadata) GetCredentialEndpointOk() (*string, bool)
GetCredentialEndpointOk returns a tuple with the CredentialEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CredentialIssuerMetadata) GetCredentialIssuer ¶
func (o *CredentialIssuerMetadata) GetCredentialIssuer() string
GetCredentialIssuer returns the CredentialIssuer field value if set, zero value otherwise.
func (*CredentialIssuerMetadata) GetCredentialIssuerOk ¶
func (o *CredentialIssuerMetadata) GetCredentialIssuerOk() (*string, bool)
GetCredentialIssuerOk returns a tuple with the CredentialIssuer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CredentialIssuerMetadata) GetCredentialsSupported ¶
func (o *CredentialIssuerMetadata) GetCredentialsSupported() string
GetCredentialsSupported returns the CredentialsSupported field value if set, zero value otherwise.
func (*CredentialIssuerMetadata) GetCredentialsSupportedOk ¶
func (o *CredentialIssuerMetadata) GetCredentialsSupportedOk() (*string, bool)
GetCredentialsSupportedOk returns a tuple with the CredentialsSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CredentialIssuerMetadata) GetDeferredCredentialEndpoint ¶
func (o *CredentialIssuerMetadata) GetDeferredCredentialEndpoint() string
GetDeferredCredentialEndpoint returns the DeferredCredentialEndpoint field value if set, zero value otherwise.
func (*CredentialIssuerMetadata) GetDeferredCredentialEndpointOk ¶
func (o *CredentialIssuerMetadata) GetDeferredCredentialEndpointOk() (*string, bool)
GetDeferredCredentialEndpointOk returns a tuple with the DeferredCredentialEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CredentialIssuerMetadata) GetEmpty ¶
func (o *CredentialIssuerMetadata) GetEmpty() bool
GetEmpty returns the Empty field value if set, zero value otherwise.
func (*CredentialIssuerMetadata) GetEmptyOk ¶
func (o *CredentialIssuerMetadata) GetEmptyOk() (*bool, bool)
GetEmptyOk returns a tuple with the Empty field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CredentialIssuerMetadata) HasAuthorizationServer ¶
func (o *CredentialIssuerMetadata) HasAuthorizationServer() bool
HasAuthorizationServer returns a boolean if a field has been set.
func (*CredentialIssuerMetadata) HasBatchCredentialEndpoint ¶
func (o *CredentialIssuerMetadata) HasBatchCredentialEndpoint() bool
HasBatchCredentialEndpoint returns a boolean if a field has been set.
func (*CredentialIssuerMetadata) HasCredentialEndpoint ¶
func (o *CredentialIssuerMetadata) HasCredentialEndpoint() bool
HasCredentialEndpoint returns a boolean if a field has been set.
func (*CredentialIssuerMetadata) HasCredentialIssuer ¶
func (o *CredentialIssuerMetadata) HasCredentialIssuer() bool
HasCredentialIssuer returns a boolean if a field has been set.
func (*CredentialIssuerMetadata) HasCredentialsSupported ¶
func (o *CredentialIssuerMetadata) HasCredentialsSupported() bool
HasCredentialsSupported returns a boolean if a field has been set.
func (*CredentialIssuerMetadata) HasDeferredCredentialEndpoint ¶
func (o *CredentialIssuerMetadata) HasDeferredCredentialEndpoint() bool
HasDeferredCredentialEndpoint returns a boolean if a field has been set.
func (*CredentialIssuerMetadata) HasEmpty ¶
func (o *CredentialIssuerMetadata) HasEmpty() bool
HasEmpty returns a boolean if a field has been set.
func (CredentialIssuerMetadata) MarshalJSON ¶
func (o CredentialIssuerMetadata) MarshalJSON() ([]byte, error)
func (*CredentialIssuerMetadata) SetAuthorizationServer ¶
func (o *CredentialIssuerMetadata) SetAuthorizationServer(v string)
SetAuthorizationServer gets a reference to the given string and assigns it to the AuthorizationServer field.
func (*CredentialIssuerMetadata) SetBatchCredentialEndpoint ¶
func (o *CredentialIssuerMetadata) SetBatchCredentialEndpoint(v string)
SetBatchCredentialEndpoint gets a reference to the given string and assigns it to the BatchCredentialEndpoint field.
func (*CredentialIssuerMetadata) SetCredentialEndpoint ¶
func (o *CredentialIssuerMetadata) SetCredentialEndpoint(v string)
SetCredentialEndpoint gets a reference to the given string and assigns it to the CredentialEndpoint field.
func (*CredentialIssuerMetadata) SetCredentialIssuer ¶
func (o *CredentialIssuerMetadata) SetCredentialIssuer(v string)
SetCredentialIssuer gets a reference to the given string and assigns it to the CredentialIssuer field.
func (*CredentialIssuerMetadata) SetCredentialsSupported ¶
func (o *CredentialIssuerMetadata) SetCredentialsSupported(v string)
SetCredentialsSupported gets a reference to the given string and assigns it to the CredentialsSupported field.
func (*CredentialIssuerMetadata) SetDeferredCredentialEndpoint ¶
func (o *CredentialIssuerMetadata) SetDeferredCredentialEndpoint(v string)
SetDeferredCredentialEndpoint gets a reference to the given string and assigns it to the DeferredCredentialEndpoint field.
func (*CredentialIssuerMetadata) SetEmpty ¶
func (o *CredentialIssuerMetadata) SetEmpty(v bool)
SetEmpty gets a reference to the given bool and assigns it to the Empty field.
func (CredentialIssuerMetadata) ToMap ¶ added in v0.3.0
func (o CredentialIssuerMetadata) ToMap() (map[string]interface{}, error)
type DeleteOrganizationTokenRequest ¶
type DeleteOrganizationTokenRequest struct { OrganizationId *int64 `json:"organizationId,omitempty"` TokenId *string `json:"tokenId,omitempty"` Description *string `json:"description,omitempty"` }
DeleteOrganizationTokenRequest struct for DeleteOrganizationTokenRequest
func NewDeleteOrganizationTokenRequest ¶
func NewDeleteOrganizationTokenRequest() *DeleteOrganizationTokenRequest
NewDeleteOrganizationTokenRequest instantiates a new DeleteOrganizationTokenRequest 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 NewDeleteOrganizationTokenRequestWithDefaults ¶
func NewDeleteOrganizationTokenRequestWithDefaults() *DeleteOrganizationTokenRequest
NewDeleteOrganizationTokenRequestWithDefaults instantiates a new DeleteOrganizationTokenRequest 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 (*DeleteOrganizationTokenRequest) GetDescription ¶
func (o *DeleteOrganizationTokenRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*DeleteOrganizationTokenRequest) GetDescriptionOk ¶
func (o *DeleteOrganizationTokenRequest) 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 (*DeleteOrganizationTokenRequest) GetOrganizationId ¶
func (o *DeleteOrganizationTokenRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*DeleteOrganizationTokenRequest) GetOrganizationIdOk ¶
func (o *DeleteOrganizationTokenRequest) GetOrganizationIdOk() (*int64, 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.
func (*DeleteOrganizationTokenRequest) GetTokenId ¶
func (o *DeleteOrganizationTokenRequest) GetTokenId() string
GetTokenId returns the TokenId field value if set, zero value otherwise.
func (*DeleteOrganizationTokenRequest) GetTokenIdOk ¶
func (o *DeleteOrganizationTokenRequest) GetTokenIdOk() (*string, bool)
GetTokenIdOk returns a tuple with the TokenId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeleteOrganizationTokenRequest) HasDescription ¶
func (o *DeleteOrganizationTokenRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*DeleteOrganizationTokenRequest) HasOrganizationId ¶
func (o *DeleteOrganizationTokenRequest) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*DeleteOrganizationTokenRequest) HasTokenId ¶
func (o *DeleteOrganizationTokenRequest) HasTokenId() bool
HasTokenId returns a boolean if a field has been set.
func (DeleteOrganizationTokenRequest) MarshalJSON ¶
func (o DeleteOrganizationTokenRequest) MarshalJSON() ([]byte, error)
func (*DeleteOrganizationTokenRequest) SetDescription ¶
func (o *DeleteOrganizationTokenRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*DeleteOrganizationTokenRequest) SetOrganizationId ¶
func (o *DeleteOrganizationTokenRequest) SetOrganizationId(v int64)
SetOrganizationId gets a reference to the given int64 and assigns it to the OrganizationId field.
func (*DeleteOrganizationTokenRequest) SetTokenId ¶
func (o *DeleteOrganizationTokenRequest) SetTokenId(v string)
SetTokenId gets a reference to the given string and assigns it to the TokenId field.
func (DeleteOrganizationTokenRequest) ToMap ¶ added in v0.3.0
func (o DeleteOrganizationTokenRequest) ToMap() (map[string]interface{}, error)
type DeleteServiceRequest ¶
type DeleteServiceRequest struct { ApiServerId int64 `json:"apiServerId"` OrganizationId int64 `json:"organizationId"` ServiceId int64 `json:"serviceId"` }
DeleteServiceRequest struct for DeleteServiceRequest
func NewDeleteServiceRequest ¶
func NewDeleteServiceRequest(apiServerId int64, organizationId int64, serviceId int64) *DeleteServiceRequest
NewDeleteServiceRequest instantiates a new DeleteServiceRequest 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 NewDeleteServiceRequestWithDefaults ¶
func NewDeleteServiceRequestWithDefaults() *DeleteServiceRequest
NewDeleteServiceRequestWithDefaults instantiates a new DeleteServiceRequest 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 (*DeleteServiceRequest) GetApiServerId ¶
func (o *DeleteServiceRequest) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value
func (*DeleteServiceRequest) GetApiServerIdOk ¶
func (o *DeleteServiceRequest) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value and a boolean to check if the value has been set.
func (*DeleteServiceRequest) GetOrganizationId ¶
func (o *DeleteServiceRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*DeleteServiceRequest) GetOrganizationIdOk ¶
func (o *DeleteServiceRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*DeleteServiceRequest) GetServiceId ¶
func (o *DeleteServiceRequest) GetServiceId() int64
GetServiceId returns the ServiceId field value
func (*DeleteServiceRequest) GetServiceIdOk ¶
func (o *DeleteServiceRequest) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.
func (DeleteServiceRequest) MarshalJSON ¶
func (o DeleteServiceRequest) MarshalJSON() ([]byte, error)
func (*DeleteServiceRequest) SetApiServerId ¶
func (o *DeleteServiceRequest) SetApiServerId(v int64)
SetApiServerId sets field value
func (*DeleteServiceRequest) SetOrganizationId ¶
func (o *DeleteServiceRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (*DeleteServiceRequest) SetServiceId ¶
func (o *DeleteServiceRequest) SetServiceId(v int64)
SetServiceId sets field value
func (DeleteServiceRequest) ToMap ¶ added in v0.3.0
func (o DeleteServiceRequest) ToMap() (map[string]interface{}, error)
func (*DeleteServiceRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *DeleteServiceRequest) UnmarshalJSON(data []byte) (err error)
type DeleteServiceTokenRequest ¶
type DeleteServiceTokenRequest struct { ServiceId *int64 `json:"serviceId,omitempty"` OrganizationId *int64 `json:"organizationId,omitempty"` ApiServerId *int64 `json:"apiServerId,omitempty"` TokenId *string `json:"tokenId,omitempty"` Description *string `json:"description,omitempty"` }
DeleteServiceTokenRequest struct for DeleteServiceTokenRequest
func NewDeleteServiceTokenRequest ¶
func NewDeleteServiceTokenRequest() *DeleteServiceTokenRequest
NewDeleteServiceTokenRequest instantiates a new DeleteServiceTokenRequest 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 NewDeleteServiceTokenRequestWithDefaults ¶
func NewDeleteServiceTokenRequestWithDefaults() *DeleteServiceTokenRequest
NewDeleteServiceTokenRequestWithDefaults instantiates a new DeleteServiceTokenRequest 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 (*DeleteServiceTokenRequest) GetApiServerId ¶
func (o *DeleteServiceTokenRequest) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value if set, zero value otherwise.
func (*DeleteServiceTokenRequest) GetApiServerIdOk ¶
func (o *DeleteServiceTokenRequest) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeleteServiceTokenRequest) GetDescription ¶
func (o *DeleteServiceTokenRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*DeleteServiceTokenRequest) GetDescriptionOk ¶
func (o *DeleteServiceTokenRequest) 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 (*DeleteServiceTokenRequest) GetOrganizationId ¶
func (o *DeleteServiceTokenRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*DeleteServiceTokenRequest) GetOrganizationIdOk ¶
func (o *DeleteServiceTokenRequest) GetOrganizationIdOk() (*int64, 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.
func (*DeleteServiceTokenRequest) GetServiceId ¶
func (o *DeleteServiceTokenRequest) GetServiceId() int64
GetServiceId returns the ServiceId field value if set, zero value otherwise.
func (*DeleteServiceTokenRequest) GetServiceIdOk ¶
func (o *DeleteServiceTokenRequest) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeleteServiceTokenRequest) GetTokenId ¶
func (o *DeleteServiceTokenRequest) GetTokenId() string
GetTokenId returns the TokenId field value if set, zero value otherwise.
func (*DeleteServiceTokenRequest) GetTokenIdOk ¶
func (o *DeleteServiceTokenRequest) GetTokenIdOk() (*string, bool)
GetTokenIdOk returns a tuple with the TokenId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeleteServiceTokenRequest) HasApiServerId ¶
func (o *DeleteServiceTokenRequest) HasApiServerId() bool
HasApiServerId returns a boolean if a field has been set.
func (*DeleteServiceTokenRequest) HasDescription ¶
func (o *DeleteServiceTokenRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*DeleteServiceTokenRequest) HasOrganizationId ¶
func (o *DeleteServiceTokenRequest) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*DeleteServiceTokenRequest) HasServiceId ¶
func (o *DeleteServiceTokenRequest) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (*DeleteServiceTokenRequest) HasTokenId ¶
func (o *DeleteServiceTokenRequest) HasTokenId() bool
HasTokenId returns a boolean if a field has been set.
func (DeleteServiceTokenRequest) MarshalJSON ¶
func (o DeleteServiceTokenRequest) MarshalJSON() ([]byte, error)
func (*DeleteServiceTokenRequest) SetApiServerId ¶
func (o *DeleteServiceTokenRequest) SetApiServerId(v int64)
SetApiServerId gets a reference to the given int64 and assigns it to the ApiServerId field.
func (*DeleteServiceTokenRequest) SetDescription ¶
func (o *DeleteServiceTokenRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*DeleteServiceTokenRequest) SetOrganizationId ¶
func (o *DeleteServiceTokenRequest) SetOrganizationId(v int64)
SetOrganizationId gets a reference to the given int64 and assigns it to the OrganizationId field.
func (*DeleteServiceTokenRequest) SetServiceId ¶
func (o *DeleteServiceTokenRequest) SetServiceId(v int64)
SetServiceId gets a reference to the given int64 and assigns it to the ServiceId field.
func (*DeleteServiceTokenRequest) SetTokenId ¶
func (o *DeleteServiceTokenRequest) SetTokenId(v string)
SetTokenId gets a reference to the given string and assigns it to the TokenId field.
func (DeleteServiceTokenRequest) ToMap ¶ added in v0.3.0
func (o DeleteServiceTokenRequest) ToMap() (map[string]interface{}, error)
type DiscoveryEndpointAPI ¶ added in v0.3.0
type DiscoveryEndpointAPI interface { /* GetConfiguration Method for GetConfiguration @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetConfigurationRequest */ GetConfiguration(ctx context.Context) ApiGetConfigurationRequest // GetConfigurationExecute executes the request // @return string GetConfigurationExecute(r ApiGetConfigurationRequest) (string, *http.Response, error) }
type DiscoveryEndpointAPIService ¶ added in v0.3.0
type DiscoveryEndpointAPIService service
DiscoveryEndpointAPIService DiscoveryEndpointAPI service
func (*DiscoveryEndpointAPIService) GetConfiguration ¶ added in v0.3.0
func (a *DiscoveryEndpointAPIService) GetConfiguration(ctx context.Context) ApiGetConfigurationRequest
GetConfiguration Method for GetConfiguration
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetConfigurationRequest
func (*DiscoveryEndpointAPIService) GetConfigurationExecute ¶ added in v0.3.0
func (a *DiscoveryEndpointAPIService) GetConfigurationExecute(r ApiGetConfigurationRequest) (string, *http.Response, error)
Execute executes the request
@return string
type DynamicScope ¶
type DynamicScope struct { Name *string `json:"name,omitempty"` Value *string `json:"value,omitempty"` }
DynamicScope struct for DynamicScope
func NewDynamicScope ¶
func NewDynamicScope() *DynamicScope
NewDynamicScope instantiates a new DynamicScope 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 NewDynamicScopeWithDefaults ¶
func NewDynamicScopeWithDefaults() *DynamicScope
NewDynamicScopeWithDefaults instantiates a new DynamicScope 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 (*DynamicScope) GetName ¶
func (o *DynamicScope) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*DynamicScope) GetNameOk ¶
func (o *DynamicScope) 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 (*DynamicScope) GetValue ¶
func (o *DynamicScope) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*DynamicScope) GetValueOk ¶
func (o *DynamicScope) 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 (*DynamicScope) HasName ¶
func (o *DynamicScope) HasName() bool
HasName returns a boolean if a field has been set.
func (*DynamicScope) HasValue ¶
func (o *DynamicScope) HasValue() bool
HasValue returns a boolean if a field has been set.
func (DynamicScope) MarshalJSON ¶
func (o DynamicScope) MarshalJSON() ([]byte, error)
func (*DynamicScope) SetName ¶
func (o *DynamicScope) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*DynamicScope) SetValue ¶
func (o *DynamicScope) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (DynamicScope) ToMap ¶ added in v0.3.0
func (o DynamicScope) ToMap() (map[string]interface{}, 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 GetOrganizationTokensRequest ¶
type GetOrganizationTokensRequest struct {
OrganizationId int64 `json:"organizationId"`
}
GetOrganizationTokensRequest struct for GetOrganizationTokensRequest
func NewGetOrganizationTokensRequest ¶
func NewGetOrganizationTokensRequest(organizationId int64) *GetOrganizationTokensRequest
NewGetOrganizationTokensRequest instantiates a new GetOrganizationTokensRequest 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 NewGetOrganizationTokensRequestWithDefaults ¶
func NewGetOrganizationTokensRequestWithDefaults() *GetOrganizationTokensRequest
NewGetOrganizationTokensRequestWithDefaults instantiates a new GetOrganizationTokensRequest 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 (*GetOrganizationTokensRequest) GetOrganizationId ¶
func (o *GetOrganizationTokensRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*GetOrganizationTokensRequest) GetOrganizationIdOk ¶
func (o *GetOrganizationTokensRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (GetOrganizationTokensRequest) MarshalJSON ¶
func (o GetOrganizationTokensRequest) MarshalJSON() ([]byte, error)
func (*GetOrganizationTokensRequest) SetOrganizationId ¶
func (o *GetOrganizationTokensRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (GetOrganizationTokensRequest) ToMap ¶ added in v0.3.0
func (o GetOrganizationTokensRequest) ToMap() (map[string]interface{}, error)
func (*GetOrganizationTokensRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *GetOrganizationTokensRequest) UnmarshalJSON(data []byte) (err error)
type GetServiceTokensRequest ¶
type GetServiceTokensRequest struct { ServiceId int64 `json:"serviceId"` OrganizationId int64 `json:"organizationId"` ApiServerId int64 `json:"apiServerId"` }
GetServiceTokensRequest struct for GetServiceTokensRequest
func NewGetServiceTokensRequest ¶
func NewGetServiceTokensRequest(serviceId int64, organizationId int64, apiServerId int64) *GetServiceTokensRequest
NewGetServiceTokensRequest instantiates a new GetServiceTokensRequest 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 NewGetServiceTokensRequestWithDefaults ¶
func NewGetServiceTokensRequestWithDefaults() *GetServiceTokensRequest
NewGetServiceTokensRequestWithDefaults instantiates a new GetServiceTokensRequest 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 (*GetServiceTokensRequest) GetApiServerId ¶
func (o *GetServiceTokensRequest) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value
func (*GetServiceTokensRequest) GetApiServerIdOk ¶
func (o *GetServiceTokensRequest) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value and a boolean to check if the value has been set.
func (*GetServiceTokensRequest) GetOrganizationId ¶
func (o *GetServiceTokensRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*GetServiceTokensRequest) GetOrganizationIdOk ¶
func (o *GetServiceTokensRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*GetServiceTokensRequest) GetServiceId ¶
func (o *GetServiceTokensRequest) GetServiceId() int64
GetServiceId returns the ServiceId field value
func (*GetServiceTokensRequest) GetServiceIdOk ¶
func (o *GetServiceTokensRequest) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.
func (GetServiceTokensRequest) MarshalJSON ¶
func (o GetServiceTokensRequest) MarshalJSON() ([]byte, error)
func (*GetServiceTokensRequest) SetApiServerId ¶
func (o *GetServiceTokensRequest) SetApiServerId(v int64)
SetApiServerId sets field value
func (*GetServiceTokensRequest) SetOrganizationId ¶
func (o *GetServiceTokensRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (*GetServiceTokensRequest) SetServiceId ¶
func (o *GetServiceTokensRequest) SetServiceId(v int64)
SetServiceId sets field value
func (GetServiceTokensRequest) ToMap ¶ added in v0.3.0
func (o GetServiceTokensRequest) ToMap() (map[string]interface{}, error)
func (*GetServiceTokensRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *GetServiceTokensRequest) UnmarshalJSON(data []byte) (err error)
type GoogleAuthenticatorConfig ¶
type GoogleAuthenticatorConfig struct { TimeStepSizeInMillis *int64 `json:"timeStepSizeInMillis,omitempty"` WindowSize *int32 `json:"windowSize,omitempty"` CodeDigits *int32 `json:"codeDigits,omitempty"` NumberOfScratchCodes *int32 `json:"numberOfScratchCodes,omitempty"` KeyModulus *int32 `json:"keyModulus,omitempty"` SecretBits *int32 `json:"secretBits,omitempty"` KeyRepresentation *string `json:"keyRepresentation,omitempty"` HmacHashFunction *string `json:"hmacHashFunction,omitempty"` }
GoogleAuthenticatorConfig struct for GoogleAuthenticatorConfig
func NewGoogleAuthenticatorConfig ¶
func NewGoogleAuthenticatorConfig() *GoogleAuthenticatorConfig
NewGoogleAuthenticatorConfig instantiates a new GoogleAuthenticatorConfig 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 NewGoogleAuthenticatorConfigWithDefaults ¶
func NewGoogleAuthenticatorConfigWithDefaults() *GoogleAuthenticatorConfig
NewGoogleAuthenticatorConfigWithDefaults instantiates a new GoogleAuthenticatorConfig 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 (*GoogleAuthenticatorConfig) GetCodeDigits ¶
func (o *GoogleAuthenticatorConfig) GetCodeDigits() int32
GetCodeDigits returns the CodeDigits field value if set, zero value otherwise.
func (*GoogleAuthenticatorConfig) GetCodeDigitsOk ¶
func (o *GoogleAuthenticatorConfig) GetCodeDigitsOk() (*int32, bool)
GetCodeDigitsOk returns a tuple with the CodeDigits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleAuthenticatorConfig) GetHmacHashFunction ¶
func (o *GoogleAuthenticatorConfig) GetHmacHashFunction() string
GetHmacHashFunction returns the HmacHashFunction field value if set, zero value otherwise.
func (*GoogleAuthenticatorConfig) GetHmacHashFunctionOk ¶
func (o *GoogleAuthenticatorConfig) GetHmacHashFunctionOk() (*string, bool)
GetHmacHashFunctionOk returns a tuple with the HmacHashFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleAuthenticatorConfig) GetKeyModulus ¶
func (o *GoogleAuthenticatorConfig) GetKeyModulus() int32
GetKeyModulus returns the KeyModulus field value if set, zero value otherwise.
func (*GoogleAuthenticatorConfig) GetKeyModulusOk ¶
func (o *GoogleAuthenticatorConfig) GetKeyModulusOk() (*int32, bool)
GetKeyModulusOk returns a tuple with the KeyModulus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleAuthenticatorConfig) GetKeyRepresentation ¶
func (o *GoogleAuthenticatorConfig) GetKeyRepresentation() string
GetKeyRepresentation returns the KeyRepresentation field value if set, zero value otherwise.
func (*GoogleAuthenticatorConfig) GetKeyRepresentationOk ¶
func (o *GoogleAuthenticatorConfig) GetKeyRepresentationOk() (*string, bool)
GetKeyRepresentationOk returns a tuple with the KeyRepresentation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleAuthenticatorConfig) GetNumberOfScratchCodes ¶
func (o *GoogleAuthenticatorConfig) GetNumberOfScratchCodes() int32
GetNumberOfScratchCodes returns the NumberOfScratchCodes field value if set, zero value otherwise.
func (*GoogleAuthenticatorConfig) GetNumberOfScratchCodesOk ¶
func (o *GoogleAuthenticatorConfig) GetNumberOfScratchCodesOk() (*int32, bool)
GetNumberOfScratchCodesOk returns a tuple with the NumberOfScratchCodes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleAuthenticatorConfig) GetSecretBits ¶
func (o *GoogleAuthenticatorConfig) GetSecretBits() int32
GetSecretBits returns the SecretBits field value if set, zero value otherwise.
func (*GoogleAuthenticatorConfig) GetSecretBitsOk ¶
func (o *GoogleAuthenticatorConfig) GetSecretBitsOk() (*int32, bool)
GetSecretBitsOk returns a tuple with the SecretBits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleAuthenticatorConfig) GetTimeStepSizeInMillis ¶
func (o *GoogleAuthenticatorConfig) GetTimeStepSizeInMillis() int64
GetTimeStepSizeInMillis returns the TimeStepSizeInMillis field value if set, zero value otherwise.
func (*GoogleAuthenticatorConfig) GetTimeStepSizeInMillisOk ¶
func (o *GoogleAuthenticatorConfig) GetTimeStepSizeInMillisOk() (*int64, bool)
GetTimeStepSizeInMillisOk returns a tuple with the TimeStepSizeInMillis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleAuthenticatorConfig) GetWindowSize ¶
func (o *GoogleAuthenticatorConfig) GetWindowSize() int32
GetWindowSize returns the WindowSize field value if set, zero value otherwise.
func (*GoogleAuthenticatorConfig) GetWindowSizeOk ¶
func (o *GoogleAuthenticatorConfig) GetWindowSizeOk() (*int32, bool)
GetWindowSizeOk returns a tuple with the WindowSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleAuthenticatorConfig) HasCodeDigits ¶
func (o *GoogleAuthenticatorConfig) HasCodeDigits() bool
HasCodeDigits returns a boolean if a field has been set.
func (*GoogleAuthenticatorConfig) HasHmacHashFunction ¶
func (o *GoogleAuthenticatorConfig) HasHmacHashFunction() bool
HasHmacHashFunction returns a boolean if a field has been set.
func (*GoogleAuthenticatorConfig) HasKeyModulus ¶
func (o *GoogleAuthenticatorConfig) HasKeyModulus() bool
HasKeyModulus returns a boolean if a field has been set.
func (*GoogleAuthenticatorConfig) HasKeyRepresentation ¶
func (o *GoogleAuthenticatorConfig) HasKeyRepresentation() bool
HasKeyRepresentation returns a boolean if a field has been set.
func (*GoogleAuthenticatorConfig) HasNumberOfScratchCodes ¶
func (o *GoogleAuthenticatorConfig) HasNumberOfScratchCodes() bool
HasNumberOfScratchCodes returns a boolean if a field has been set.
func (*GoogleAuthenticatorConfig) HasSecretBits ¶
func (o *GoogleAuthenticatorConfig) HasSecretBits() bool
HasSecretBits returns a boolean if a field has been set.
func (*GoogleAuthenticatorConfig) HasTimeStepSizeInMillis ¶
func (o *GoogleAuthenticatorConfig) HasTimeStepSizeInMillis() bool
HasTimeStepSizeInMillis returns a boolean if a field has been set.
func (*GoogleAuthenticatorConfig) HasWindowSize ¶
func (o *GoogleAuthenticatorConfig) HasWindowSize() bool
HasWindowSize returns a boolean if a field has been set.
func (GoogleAuthenticatorConfig) MarshalJSON ¶
func (o GoogleAuthenticatorConfig) MarshalJSON() ([]byte, error)
func (*GoogleAuthenticatorConfig) SetCodeDigits ¶
func (o *GoogleAuthenticatorConfig) SetCodeDigits(v int32)
SetCodeDigits gets a reference to the given int32 and assigns it to the CodeDigits field.
func (*GoogleAuthenticatorConfig) SetHmacHashFunction ¶
func (o *GoogleAuthenticatorConfig) SetHmacHashFunction(v string)
SetHmacHashFunction gets a reference to the given string and assigns it to the HmacHashFunction field.
func (*GoogleAuthenticatorConfig) SetKeyModulus ¶
func (o *GoogleAuthenticatorConfig) SetKeyModulus(v int32)
SetKeyModulus gets a reference to the given int32 and assigns it to the KeyModulus field.
func (*GoogleAuthenticatorConfig) SetKeyRepresentation ¶
func (o *GoogleAuthenticatorConfig) SetKeyRepresentation(v string)
SetKeyRepresentation gets a reference to the given string and assigns it to the KeyRepresentation field.
func (*GoogleAuthenticatorConfig) SetNumberOfScratchCodes ¶
func (o *GoogleAuthenticatorConfig) SetNumberOfScratchCodes(v int32)
SetNumberOfScratchCodes gets a reference to the given int32 and assigns it to the NumberOfScratchCodes field.
func (*GoogleAuthenticatorConfig) SetSecretBits ¶
func (o *GoogleAuthenticatorConfig) SetSecretBits(v int32)
SetSecretBits gets a reference to the given int32 and assigns it to the SecretBits field.
func (*GoogleAuthenticatorConfig) SetTimeStepSizeInMillis ¶
func (o *GoogleAuthenticatorConfig) SetTimeStepSizeInMillis(v int64)
SetTimeStepSizeInMillis gets a reference to the given int64 and assigns it to the TimeStepSizeInMillis field.
func (*GoogleAuthenticatorConfig) SetWindowSize ¶
func (o *GoogleAuthenticatorConfig) SetWindowSize(v int32)
SetWindowSize gets a reference to the given int32 and assigns it to the WindowSize field.
func (GoogleAuthenticatorConfig) ToMap ¶ added in v0.3.0
func (o GoogleAuthenticatorConfig) ToMap() (map[string]interface{}, error)
type GoogleAuthenticatorKey ¶
type GoogleAuthenticatorKey struct { Config *GoogleAuthenticatorConfig `json:"config,omitempty"` Key *string `json:"key,omitempty"` VerificationCode *int32 `json:"verificationCode,omitempty"` ScratchCodes []int32 `json:"scratchCodes,omitempty"` }
GoogleAuthenticatorKey struct for GoogleAuthenticatorKey
func NewGoogleAuthenticatorKey ¶
func NewGoogleAuthenticatorKey() *GoogleAuthenticatorKey
NewGoogleAuthenticatorKey instantiates a new GoogleAuthenticatorKey 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 NewGoogleAuthenticatorKeyWithDefaults ¶
func NewGoogleAuthenticatorKeyWithDefaults() *GoogleAuthenticatorKey
NewGoogleAuthenticatorKeyWithDefaults instantiates a new GoogleAuthenticatorKey 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 (*GoogleAuthenticatorKey) GetConfig ¶
func (o *GoogleAuthenticatorKey) GetConfig() GoogleAuthenticatorConfig
GetConfig returns the Config field value if set, zero value otherwise.
func (*GoogleAuthenticatorKey) GetConfigOk ¶
func (o *GoogleAuthenticatorKey) GetConfigOk() (*GoogleAuthenticatorConfig, 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 (*GoogleAuthenticatorKey) GetKey ¶
func (o *GoogleAuthenticatorKey) GetKey() string
GetKey returns the Key field value if set, zero value otherwise.
func (*GoogleAuthenticatorKey) GetKeyOk ¶
func (o *GoogleAuthenticatorKey) 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 (*GoogleAuthenticatorKey) GetScratchCodes ¶
func (o *GoogleAuthenticatorKey) GetScratchCodes() []int32
GetScratchCodes returns the ScratchCodes field value if set, zero value otherwise.
func (*GoogleAuthenticatorKey) GetScratchCodesOk ¶
func (o *GoogleAuthenticatorKey) GetScratchCodesOk() ([]int32, bool)
GetScratchCodesOk returns a tuple with the ScratchCodes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleAuthenticatorKey) GetVerificationCode ¶
func (o *GoogleAuthenticatorKey) GetVerificationCode() int32
GetVerificationCode returns the VerificationCode field value if set, zero value otherwise.
func (*GoogleAuthenticatorKey) GetVerificationCodeOk ¶
func (o *GoogleAuthenticatorKey) GetVerificationCodeOk() (*int32, bool)
GetVerificationCodeOk returns a tuple with the VerificationCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GoogleAuthenticatorKey) HasConfig ¶
func (o *GoogleAuthenticatorKey) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (*GoogleAuthenticatorKey) HasKey ¶
func (o *GoogleAuthenticatorKey) HasKey() bool
HasKey returns a boolean if a field has been set.
func (*GoogleAuthenticatorKey) HasScratchCodes ¶
func (o *GoogleAuthenticatorKey) HasScratchCodes() bool
HasScratchCodes returns a boolean if a field has been set.
func (*GoogleAuthenticatorKey) HasVerificationCode ¶
func (o *GoogleAuthenticatorKey) HasVerificationCode() bool
HasVerificationCode returns a boolean if a field has been set.
func (GoogleAuthenticatorKey) MarshalJSON ¶
func (o GoogleAuthenticatorKey) MarshalJSON() ([]byte, error)
func (*GoogleAuthenticatorKey) SetConfig ¶
func (o *GoogleAuthenticatorKey) SetConfig(v GoogleAuthenticatorConfig)
SetConfig gets a reference to the given GoogleAuthenticatorConfig and assigns it to the Config field.
func (*GoogleAuthenticatorKey) SetKey ¶
func (o *GoogleAuthenticatorKey) SetKey(v string)
SetKey gets a reference to the given string and assigns it to the Key field.
func (*GoogleAuthenticatorKey) SetScratchCodes ¶
func (o *GoogleAuthenticatorKey) SetScratchCodes(v []int32)
SetScratchCodes gets a reference to the given []int32 and assigns it to the ScratchCodes field.
func (*GoogleAuthenticatorKey) SetVerificationCode ¶
func (o *GoogleAuthenticatorKey) SetVerificationCode(v int32)
SetVerificationCode gets a reference to the given int32 and assigns it to the VerificationCode field.
func (GoogleAuthenticatorKey) ToMap ¶ added in v0.3.0
func (o GoogleAuthenticatorKey) ToMap() (map[string]interface{}, error)
type Grant ¶
type Grant struct { Scopes []GrantScope `json:"scopes,omitempty"` Claims []string `json:"claims,omitempty"` AuthorizationDetails *AuthzDetails `json:"authorizationDetails,omitempty"` }
Grant struct for Grant
func NewGrant ¶
func NewGrant() *Grant
NewGrant instantiates a new Grant 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 NewGrantWithDefaults ¶
func NewGrantWithDefaults() *Grant
NewGrantWithDefaults instantiates a new Grant 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 (*Grant) GetAuthorizationDetails ¶
func (o *Grant) GetAuthorizationDetails() AuthzDetails
GetAuthorizationDetails returns the AuthorizationDetails field value if set, zero value otherwise.
func (*Grant) GetAuthorizationDetailsOk ¶
func (o *Grant) GetAuthorizationDetailsOk() (*AuthzDetails, bool)
GetAuthorizationDetailsOk returns a tuple with the AuthorizationDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Grant) GetClaimsOk ¶
GetClaimsOk returns a tuple with the Claims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Grant) GetScopes ¶
func (o *Grant) GetScopes() []GrantScope
GetScopes returns the Scopes field value if set, zero value otherwise.
func (*Grant) GetScopesOk ¶
func (o *Grant) GetScopesOk() ([]GrantScope, bool)
GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Grant) HasAuthorizationDetails ¶
HasAuthorizationDetails returns a boolean if a field has been set.
func (Grant) MarshalJSON ¶
func (*Grant) SetAuthorizationDetails ¶
func (o *Grant) SetAuthorizationDetails(v AuthzDetails)
SetAuthorizationDetails gets a reference to the given AuthzDetails and assigns it to the AuthorizationDetails field.
func (*Grant) SetClaims ¶
SetClaims gets a reference to the given []string and assigns it to the Claims field.
func (*Grant) SetScopes ¶
func (o *Grant) SetScopes(v []GrantScope)
SetScopes gets a reference to the given []GrantScope and assigns it to the Scopes field.
type GrantScope ¶
type GrantScope struct { Scope *string `json:"scope,omitempty"` Resource []string `json:"resource,omitempty"` }
GrantScope struct for GrantScope
func NewGrantScope ¶
func NewGrantScope() *GrantScope
NewGrantScope instantiates a new GrantScope 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 NewGrantScopeWithDefaults ¶
func NewGrantScopeWithDefaults() *GrantScope
NewGrantScopeWithDefaults instantiates a new GrantScope 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 (*GrantScope) GetResource ¶
func (o *GrantScope) GetResource() []string
GetResource returns the Resource field value if set, zero value otherwise.
func (*GrantScope) GetResourceOk ¶
func (o *GrantScope) GetResourceOk() ([]string, bool)
GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GrantScope) GetScope ¶
func (o *GrantScope) GetScope() string
GetScope returns the Scope field value if set, zero value otherwise.
func (*GrantScope) GetScopeOk ¶
func (o *GrantScope) 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 (*GrantScope) HasResource ¶
func (o *GrantScope) HasResource() bool
HasResource returns a boolean if a field has been set.
func (*GrantScope) HasScope ¶
func (o *GrantScope) HasScope() bool
HasScope returns a boolean if a field has been set.
func (GrantScope) MarshalJSON ¶
func (o GrantScope) MarshalJSON() ([]byte, error)
func (*GrantScope) SetResource ¶
func (o *GrantScope) SetResource(v []string)
SetResource gets a reference to the given []string and assigns it to the Resource field.
func (*GrantScope) SetScope ¶
func (o *GrantScope) SetScope(v string)
SetScope gets a reference to the given string and assigns it to the Scope field.
func (GrantScope) ToMap ¶ added in v0.3.0
func (o GrantScope) ToMap() (map[string]interface{}, error)
type Hsk ¶
type Hsk struct { Kty *string `json:"kty,omitempty"` Use *string `json:"use,omitempty"` Alg *string `json:"alg,omitempty"` Kid *string `json:"kid,omitempty"` HsmName *string `json:"hsmName,omitempty"` Handle *string `json:"handle,omitempty"` PublicKey *string `json:"publicKey,omitempty"` }
Hsk struct for Hsk
func NewHsk ¶
func NewHsk() *Hsk
NewHsk instantiates a new Hsk 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 NewHskWithDefaults ¶
func NewHskWithDefaults() *Hsk
NewHskWithDefaults instantiates a new Hsk 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 (*Hsk) GetAlgOk ¶
GetAlgOk returns a tuple with the Alg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Hsk) GetHandleOk ¶
GetHandleOk returns a tuple with the Handle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Hsk) GetHsmName ¶
GetHsmName returns the HsmName field value if set, zero value otherwise.
func (*Hsk) GetHsmNameOk ¶
GetHsmNameOk returns a tuple with the HsmName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Hsk) GetKidOk ¶
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 (*Hsk) GetKtyOk ¶
GetKtyOk returns a tuple with the Kty field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Hsk) GetPublicKey ¶
GetPublicKey returns the PublicKey field value if set, zero value otherwise.
func (*Hsk) GetPublicKeyOk ¶
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 (*Hsk) GetUseOk ¶
GetUseOk returns a tuple with the Use field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Hsk) HasHsmName ¶
HasHsmName returns a boolean if a field has been set.
func (*Hsk) HasPublicKey ¶
HasPublicKey returns a boolean if a field has been set.
func (Hsk) MarshalJSON ¶
func (*Hsk) SetHandle ¶
SetHandle gets a reference to the given string and assigns it to the Handle field.
func (*Hsk) SetHsmName ¶
SetHsmName gets a reference to the given string and assigns it to the HsmName field.
func (*Hsk) SetPublicKey ¶
SetPublicKey gets a reference to the given string and assigns it to the PublicKey field.
type IntrospectionEndpointAPI ¶ added in v0.3.0
type IntrospectionEndpointAPI interface { /* Introspect Method for Introspect @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiIntrospectRequest */ Introspect(ctx context.Context) ApiIntrospectRequest // IntrospectExecute executes the request // @return string IntrospectExecute(r ApiIntrospectRequest) (string, *http.Response, error) }
type IntrospectionEndpointAPIService ¶ added in v0.3.0
type IntrospectionEndpointAPIService service
IntrospectionEndpointAPIService IntrospectionEndpointAPI service
func (*IntrospectionEndpointAPIService) Introspect ¶ added in v0.3.0
func (a *IntrospectionEndpointAPIService) Introspect(ctx context.Context) ApiIntrospectRequest
Introspect Method for Introspect
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiIntrospectRequest
func (*IntrospectionEndpointAPIService) IntrospectExecute ¶ added in v0.3.0
func (a *IntrospectionEndpointAPIService) IntrospectExecute(r ApiIntrospectRequest) (string, *http.Response, error)
Execute executes the request
@return string
type InvitationResponse ¶
type InvitationResponse struct { Id *int64 `json:"id,omitempty"` Organization *Organization `json:"organization,omitempty"` Email *string `json:"email,omitempty"` Inviter *LogInResponse `json:"inviter,omitempty"` OrganizationPrivileges []string `json:"organizationPrivileges,omitempty"` ApiServerPrivileges []string `json:"apiServerPrivileges,omitempty"` ServicePrivileges []string `json:"servicePrivileges,omitempty"` ClientPrivileges []string `json:"clientPrivileges,omitempty"` }
InvitationResponse struct for InvitationResponse
func NewInvitationResponse ¶
func NewInvitationResponse() *InvitationResponse
NewInvitationResponse instantiates a new InvitationResponse 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 NewInvitationResponseWithDefaults ¶
func NewInvitationResponseWithDefaults() *InvitationResponse
NewInvitationResponseWithDefaults instantiates a new InvitationResponse 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 (*InvitationResponse) GetApiServerPrivileges ¶
func (o *InvitationResponse) GetApiServerPrivileges() []string
GetApiServerPrivileges returns the ApiServerPrivileges field value if set, zero value otherwise.
func (*InvitationResponse) GetApiServerPrivilegesOk ¶
func (o *InvitationResponse) GetApiServerPrivilegesOk() ([]string, bool)
GetApiServerPrivilegesOk returns a tuple with the ApiServerPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvitationResponse) GetClientPrivileges ¶
func (o *InvitationResponse) GetClientPrivileges() []string
GetClientPrivileges returns the ClientPrivileges field value if set, zero value otherwise.
func (*InvitationResponse) GetClientPrivilegesOk ¶
func (o *InvitationResponse) GetClientPrivilegesOk() ([]string, bool)
GetClientPrivilegesOk returns a tuple with the ClientPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvitationResponse) GetEmail ¶
func (o *InvitationResponse) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*InvitationResponse) GetEmailOk ¶
func (o *InvitationResponse) 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 (*InvitationResponse) GetId ¶
func (o *InvitationResponse) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*InvitationResponse) GetIdOk ¶
func (o *InvitationResponse) 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 (*InvitationResponse) GetInviter ¶
func (o *InvitationResponse) GetInviter() LogInResponse
GetInviter returns the Inviter field value if set, zero value otherwise.
func (*InvitationResponse) GetInviterOk ¶
func (o *InvitationResponse) GetInviterOk() (*LogInResponse, bool)
GetInviterOk returns a tuple with the Inviter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvitationResponse) GetOrganization ¶
func (o *InvitationResponse) GetOrganization() Organization
GetOrganization returns the Organization field value if set, zero value otherwise.
func (*InvitationResponse) GetOrganizationOk ¶
func (o *InvitationResponse) GetOrganizationOk() (*Organization, 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 (*InvitationResponse) GetOrganizationPrivileges ¶
func (o *InvitationResponse) GetOrganizationPrivileges() []string
GetOrganizationPrivileges returns the OrganizationPrivileges field value if set, zero value otherwise.
func (*InvitationResponse) GetOrganizationPrivilegesOk ¶
func (o *InvitationResponse) GetOrganizationPrivilegesOk() ([]string, bool)
GetOrganizationPrivilegesOk returns a tuple with the OrganizationPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvitationResponse) GetServicePrivileges ¶
func (o *InvitationResponse) GetServicePrivileges() []string
GetServicePrivileges returns the ServicePrivileges field value if set, zero value otherwise.
func (*InvitationResponse) GetServicePrivilegesOk ¶
func (o *InvitationResponse) GetServicePrivilegesOk() ([]string, bool)
GetServicePrivilegesOk returns a tuple with the ServicePrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvitationResponse) HasApiServerPrivileges ¶
func (o *InvitationResponse) HasApiServerPrivileges() bool
HasApiServerPrivileges returns a boolean if a field has been set.
func (*InvitationResponse) HasClientPrivileges ¶
func (o *InvitationResponse) HasClientPrivileges() bool
HasClientPrivileges returns a boolean if a field has been set.
func (*InvitationResponse) HasEmail ¶
func (o *InvitationResponse) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*InvitationResponse) HasId ¶
func (o *InvitationResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (*InvitationResponse) HasInviter ¶
func (o *InvitationResponse) HasInviter() bool
HasInviter returns a boolean if a field has been set.
func (*InvitationResponse) HasOrganization ¶
func (o *InvitationResponse) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (*InvitationResponse) HasOrganizationPrivileges ¶
func (o *InvitationResponse) HasOrganizationPrivileges() bool
HasOrganizationPrivileges returns a boolean if a field has been set.
func (*InvitationResponse) HasServicePrivileges ¶
func (o *InvitationResponse) HasServicePrivileges() bool
HasServicePrivileges returns a boolean if a field has been set.
func (InvitationResponse) MarshalJSON ¶
func (o InvitationResponse) MarshalJSON() ([]byte, error)
func (*InvitationResponse) SetApiServerPrivileges ¶
func (o *InvitationResponse) SetApiServerPrivileges(v []string)
SetApiServerPrivileges gets a reference to the given []string and assigns it to the ApiServerPrivileges field.
func (*InvitationResponse) SetClientPrivileges ¶
func (o *InvitationResponse) SetClientPrivileges(v []string)
SetClientPrivileges gets a reference to the given []string and assigns it to the ClientPrivileges field.
func (*InvitationResponse) SetEmail ¶
func (o *InvitationResponse) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*InvitationResponse) SetId ¶
func (o *InvitationResponse) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*InvitationResponse) SetInviter ¶
func (o *InvitationResponse) SetInviter(v LogInResponse)
SetInviter gets a reference to the given LogInResponse and assigns it to the Inviter field.
func (*InvitationResponse) SetOrganization ¶
func (o *InvitationResponse) SetOrganization(v Organization)
SetOrganization gets a reference to the given Organization and assigns it to the Organization field.
func (*InvitationResponse) SetOrganizationPrivileges ¶
func (o *InvitationResponse) SetOrganizationPrivileges(v []string)
SetOrganizationPrivileges gets a reference to the given []string and assigns it to the OrganizationPrivileges field.
func (*InvitationResponse) SetServicePrivileges ¶
func (o *InvitationResponse) SetServicePrivileges(v []string)
SetServicePrivileges gets a reference to the given []string and assigns it to the ServicePrivileges field.
func (InvitationResponse) ToMap ¶ added in v0.3.0
func (o InvitationResponse) ToMap() (map[string]interface{}, error)
type InviteRequest ¶
type InviteRequest struct { OrganizationId int64 `json:"organizationId"` Email string `json:"email"` OrganizationPrivileges []string `json:"organizationPrivileges,omitempty"` ApiServerPrivileges []string `json:"apiServerPrivileges,omitempty"` ServicePrivileges []string `json:"servicePrivileges,omitempty"` ClientPrivileges []string `json:"clientPrivileges,omitempty"` }
InviteRequest struct for InviteRequest
func NewInviteRequest ¶
func NewInviteRequest(organizationId int64, email string) *InviteRequest
NewInviteRequest instantiates a new InviteRequest 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 NewInviteRequestWithDefaults ¶
func NewInviteRequestWithDefaults() *InviteRequest
NewInviteRequestWithDefaults instantiates a new InviteRequest 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 (*InviteRequest) GetApiServerPrivileges ¶
func (o *InviteRequest) GetApiServerPrivileges() []string
GetApiServerPrivileges returns the ApiServerPrivileges field value if set, zero value otherwise.
func (*InviteRequest) GetApiServerPrivilegesOk ¶
func (o *InviteRequest) GetApiServerPrivilegesOk() ([]string, bool)
GetApiServerPrivilegesOk returns a tuple with the ApiServerPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InviteRequest) GetClientPrivileges ¶
func (o *InviteRequest) GetClientPrivileges() []string
GetClientPrivileges returns the ClientPrivileges field value if set, zero value otherwise.
func (*InviteRequest) GetClientPrivilegesOk ¶
func (o *InviteRequest) GetClientPrivilegesOk() ([]string, bool)
GetClientPrivilegesOk returns a tuple with the ClientPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InviteRequest) GetEmail ¶
func (o *InviteRequest) GetEmail() string
GetEmail returns the Email field value
func (*InviteRequest) GetEmailOk ¶
func (o *InviteRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*InviteRequest) GetOrganizationId ¶
func (o *InviteRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*InviteRequest) GetOrganizationIdOk ¶
func (o *InviteRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*InviteRequest) GetOrganizationPrivileges ¶
func (o *InviteRequest) GetOrganizationPrivileges() []string
GetOrganizationPrivileges returns the OrganizationPrivileges field value if set, zero value otherwise.
func (*InviteRequest) GetOrganizationPrivilegesOk ¶
func (o *InviteRequest) GetOrganizationPrivilegesOk() ([]string, bool)
GetOrganizationPrivilegesOk returns a tuple with the OrganizationPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InviteRequest) GetServicePrivileges ¶
func (o *InviteRequest) GetServicePrivileges() []string
GetServicePrivileges returns the ServicePrivileges field value if set, zero value otherwise.
func (*InviteRequest) GetServicePrivilegesOk ¶
func (o *InviteRequest) GetServicePrivilegesOk() ([]string, bool)
GetServicePrivilegesOk returns a tuple with the ServicePrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InviteRequest) HasApiServerPrivileges ¶
func (o *InviteRequest) HasApiServerPrivileges() bool
HasApiServerPrivileges returns a boolean if a field has been set.
func (*InviteRequest) HasClientPrivileges ¶
func (o *InviteRequest) HasClientPrivileges() bool
HasClientPrivileges returns a boolean if a field has been set.
func (*InviteRequest) HasOrganizationPrivileges ¶
func (o *InviteRequest) HasOrganizationPrivileges() bool
HasOrganizationPrivileges returns a boolean if a field has been set.
func (*InviteRequest) HasServicePrivileges ¶
func (o *InviteRequest) HasServicePrivileges() bool
HasServicePrivileges returns a boolean if a field has been set.
func (InviteRequest) MarshalJSON ¶
func (o InviteRequest) MarshalJSON() ([]byte, error)
func (*InviteRequest) SetApiServerPrivileges ¶
func (o *InviteRequest) SetApiServerPrivileges(v []string)
SetApiServerPrivileges gets a reference to the given []string and assigns it to the ApiServerPrivileges field.
func (*InviteRequest) SetClientPrivileges ¶
func (o *InviteRequest) SetClientPrivileges(v []string)
SetClientPrivileges gets a reference to the given []string and assigns it to the ClientPrivileges field.
func (*InviteRequest) SetEmail ¶
func (o *InviteRequest) SetEmail(v string)
SetEmail sets field value
func (*InviteRequest) SetOrganizationId ¶
func (o *InviteRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (*InviteRequest) SetOrganizationPrivileges ¶
func (o *InviteRequest) SetOrganizationPrivileges(v []string)
SetOrganizationPrivileges gets a reference to the given []string and assigns it to the OrganizationPrivileges field.
func (*InviteRequest) SetServicePrivileges ¶
func (o *InviteRequest) SetServicePrivileges(v []string)
SetServicePrivileges gets a reference to the given []string and assigns it to the ServicePrivileges field.
func (InviteRequest) ToMap ¶ added in v0.3.0
func (o InviteRequest) ToMap() (map[string]interface{}, error)
func (*InviteRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *InviteRequest) UnmarshalJSON(data []byte) (err error)
type JsonWebKeySetEndpointAPI ¶ added in v0.3.0
type JsonWebKeySetEndpointAPI interface { /* GetJsonWebKeySet Method for GetJsonWebKeySet @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetJsonWebKeySetRequest */ GetJsonWebKeySet(ctx context.Context) ApiGetJsonWebKeySetRequest // GetJsonWebKeySetExecute executes the request // @return string GetJsonWebKeySetExecute(r ApiGetJsonWebKeySetRequest) (string, *http.Response, error) }
type JsonWebKeySetEndpointAPIService ¶ added in v0.3.0
type JsonWebKeySetEndpointAPIService service
JsonWebKeySetEndpointAPIService JsonWebKeySetEndpointAPI service
func (*JsonWebKeySetEndpointAPIService) GetJsonWebKeySet ¶ added in v0.3.0
func (a *JsonWebKeySetEndpointAPIService) GetJsonWebKeySet(ctx context.Context) ApiGetJsonWebKeySetRequest
GetJsonWebKeySet Method for GetJsonWebKeySet
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetJsonWebKeySetRequest
func (*JsonWebKeySetEndpointAPIService) GetJsonWebKeySetExecute ¶ added in v0.3.0
func (a *JsonWebKeySetEndpointAPIService) GetJsonWebKeySetExecute(r ApiGetJsonWebKeySetRequest) (string, *http.Response, error)
Execute executes the request
@return string
type LogInRequest ¶
type LogInRequest struct { Username string `json:"username"` Password string `json:"password"` Totp *int32 `json:"totp,omitempty"` Webauthn *WebAuthnChallengeRequest `json:"webauthn,omitempty"` }
LogInRequest struct for LogInRequest
func NewLogInRequest ¶
func NewLogInRequest(username string, password string) *LogInRequest
NewLogInRequest instantiates a new LogInRequest 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 NewLogInRequestWithDefaults ¶
func NewLogInRequestWithDefaults() *LogInRequest
NewLogInRequestWithDefaults instantiates a new LogInRequest 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 (*LogInRequest) GetPassword ¶
func (o *LogInRequest) GetPassword() string
GetPassword returns the Password field value
func (*LogInRequest) GetPasswordOk ¶
func (o *LogInRequest) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*LogInRequest) GetTotp ¶
func (o *LogInRequest) GetTotp() int32
GetTotp returns the Totp field value if set, zero value otherwise.
func (*LogInRequest) GetTotpOk ¶
func (o *LogInRequest) GetTotpOk() (*int32, bool)
GetTotpOk returns a tuple with the Totp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LogInRequest) GetUsername ¶
func (o *LogInRequest) GetUsername() string
GetUsername returns the Username field value
func (*LogInRequest) GetUsernameOk ¶
func (o *LogInRequest) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*LogInRequest) GetWebauthn ¶
func (o *LogInRequest) GetWebauthn() WebAuthnChallengeRequest
GetWebauthn returns the Webauthn field value if set, zero value otherwise.
func (*LogInRequest) GetWebauthnOk ¶
func (o *LogInRequest) GetWebauthnOk() (*WebAuthnChallengeRequest, bool)
GetWebauthnOk returns a tuple with the Webauthn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LogInRequest) HasTotp ¶
func (o *LogInRequest) HasTotp() bool
HasTotp returns a boolean if a field has been set.
func (*LogInRequest) HasWebauthn ¶
func (o *LogInRequest) HasWebauthn() bool
HasWebauthn returns a boolean if a field has been set.
func (LogInRequest) MarshalJSON ¶
func (o LogInRequest) MarshalJSON() ([]byte, error)
func (*LogInRequest) SetPassword ¶
func (o *LogInRequest) SetPassword(v string)
SetPassword sets field value
func (*LogInRequest) SetTotp ¶
func (o *LogInRequest) SetTotp(v int32)
SetTotp gets a reference to the given int32 and assigns it to the Totp field.
func (*LogInRequest) SetUsername ¶
func (o *LogInRequest) SetUsername(v string)
SetUsername sets field value
func (*LogInRequest) SetWebauthn ¶
func (o *LogInRequest) SetWebauthn(v WebAuthnChallengeRequest)
SetWebauthn gets a reference to the given WebAuthnChallengeRequest and assigns it to the Webauthn field.
func (LogInRequest) ToMap ¶ added in v0.3.0
func (o LogInRequest) ToMap() (map[string]interface{}, error)
func (*LogInRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *LogInRequest) UnmarshalJSON(data []byte) (err error)
type LogInResponse ¶
type LogInResponse struct { Id *int64 `json:"id,omitempty"` GivenName *string `json:"givenName,omitempty"` FamilyName *string `json:"familyName,omitempty"` DisplayName *string `json:"displayName,omitempty"` Email *string `json:"email,omitempty"` LastAuthTime *time.Time `json:"lastAuthTime,omitempty"` AuthnMethods []string `json:"authnMethods,omitempty"` Webauthn *WebAuthnChallengeResponse `json:"webauthn,omitempty"` }
LogInResponse struct for LogInResponse
func NewLogInResponse ¶
func NewLogInResponse() *LogInResponse
NewLogInResponse instantiates a new LogInResponse 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 NewLogInResponseWithDefaults ¶
func NewLogInResponseWithDefaults() *LogInResponse
NewLogInResponseWithDefaults instantiates a new LogInResponse 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 (*LogInResponse) GetAuthnMethods ¶
func (o *LogInResponse) GetAuthnMethods() []string
GetAuthnMethods returns the AuthnMethods field value if set, zero value otherwise.
func (*LogInResponse) GetAuthnMethodsOk ¶
func (o *LogInResponse) GetAuthnMethodsOk() ([]string, bool)
GetAuthnMethodsOk returns a tuple with the AuthnMethods field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LogInResponse) GetDisplayName ¶
func (o *LogInResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*LogInResponse) GetDisplayNameOk ¶
func (o *LogInResponse) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LogInResponse) GetEmail ¶
func (o *LogInResponse) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*LogInResponse) GetEmailOk ¶
func (o *LogInResponse) 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 (*LogInResponse) GetFamilyName ¶
func (o *LogInResponse) GetFamilyName() string
GetFamilyName returns the FamilyName field value if set, zero value otherwise.
func (*LogInResponse) GetFamilyNameOk ¶
func (o *LogInResponse) 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 (*LogInResponse) GetGivenName ¶
func (o *LogInResponse) GetGivenName() string
GetGivenName returns the GivenName field value if set, zero value otherwise.
func (*LogInResponse) GetGivenNameOk ¶
func (o *LogInResponse) 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 (*LogInResponse) GetId ¶
func (o *LogInResponse) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*LogInResponse) GetIdOk ¶
func (o *LogInResponse) 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 (*LogInResponse) GetLastAuthTime ¶
func (o *LogInResponse) GetLastAuthTime() time.Time
GetLastAuthTime returns the LastAuthTime field value if set, zero value otherwise.
func (*LogInResponse) GetLastAuthTimeOk ¶
func (o *LogInResponse) GetLastAuthTimeOk() (*time.Time, bool)
GetLastAuthTimeOk returns a tuple with the LastAuthTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LogInResponse) GetWebauthn ¶
func (o *LogInResponse) GetWebauthn() WebAuthnChallengeResponse
GetWebauthn returns the Webauthn field value if set, zero value otherwise.
func (*LogInResponse) GetWebauthnOk ¶
func (o *LogInResponse) GetWebauthnOk() (*WebAuthnChallengeResponse, bool)
GetWebauthnOk returns a tuple with the Webauthn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LogInResponse) HasAuthnMethods ¶
func (o *LogInResponse) HasAuthnMethods() bool
HasAuthnMethods returns a boolean if a field has been set.
func (*LogInResponse) HasDisplayName ¶
func (o *LogInResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*LogInResponse) HasEmail ¶
func (o *LogInResponse) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*LogInResponse) HasFamilyName ¶
func (o *LogInResponse) HasFamilyName() bool
HasFamilyName returns a boolean if a field has been set.
func (*LogInResponse) HasGivenName ¶
func (o *LogInResponse) HasGivenName() bool
HasGivenName returns a boolean if a field has been set.
func (*LogInResponse) HasId ¶
func (o *LogInResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (*LogInResponse) HasLastAuthTime ¶
func (o *LogInResponse) HasLastAuthTime() bool
HasLastAuthTime returns a boolean if a field has been set.
func (*LogInResponse) HasWebauthn ¶
func (o *LogInResponse) HasWebauthn() bool
HasWebauthn returns a boolean if a field has been set.
func (LogInResponse) MarshalJSON ¶
func (o LogInResponse) MarshalJSON() ([]byte, error)
func (*LogInResponse) SetAuthnMethods ¶
func (o *LogInResponse) SetAuthnMethods(v []string)
SetAuthnMethods gets a reference to the given []string and assigns it to the AuthnMethods field.
func (*LogInResponse) SetDisplayName ¶
func (o *LogInResponse) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*LogInResponse) SetEmail ¶
func (o *LogInResponse) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*LogInResponse) SetFamilyName ¶
func (o *LogInResponse) SetFamilyName(v string)
SetFamilyName gets a reference to the given string and assigns it to the FamilyName field.
func (*LogInResponse) SetGivenName ¶
func (o *LogInResponse) SetGivenName(v string)
SetGivenName gets a reference to the given string and assigns it to the GivenName field.
func (*LogInResponse) SetId ¶
func (o *LogInResponse) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*LogInResponse) SetLastAuthTime ¶
func (o *LogInResponse) SetLastAuthTime(v time.Time)
SetLastAuthTime gets a reference to the given time.Time and assigns it to the LastAuthTime field.
func (*LogInResponse) SetWebauthn ¶
func (o *LogInResponse) SetWebauthn(v WebAuthnChallengeResponse)
SetWebauthn gets a reference to the given WebAuthnChallengeResponse and assigns it to the Webauthn field.
func (LogInResponse) ToMap ¶ added in v0.3.0
func (o LogInResponse) ToMap() (map[string]interface{}, error)
type MappedNullable ¶ added in v0.3.0
type MoveServiceRequest ¶
type MoveServiceRequest struct { OrganizationId int64 `json:"organizationId"` ApiServerId int64 `json:"apiServerId"` ServiceId int64 `json:"serviceId"` NewOrganizationId int64 `json:"newOrganizationId"` }
MoveServiceRequest struct for MoveServiceRequest
func NewMoveServiceRequest ¶
func NewMoveServiceRequest(organizationId int64, apiServerId int64, serviceId int64, newOrganizationId int64) *MoveServiceRequest
NewMoveServiceRequest instantiates a new MoveServiceRequest 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 NewMoveServiceRequestWithDefaults ¶
func NewMoveServiceRequestWithDefaults() *MoveServiceRequest
NewMoveServiceRequestWithDefaults instantiates a new MoveServiceRequest 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 (*MoveServiceRequest) GetApiServerId ¶
func (o *MoveServiceRequest) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value
func (*MoveServiceRequest) GetApiServerIdOk ¶
func (o *MoveServiceRequest) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value and a boolean to check if the value has been set.
func (*MoveServiceRequest) GetNewOrganizationId ¶
func (o *MoveServiceRequest) GetNewOrganizationId() int64
GetNewOrganizationId returns the NewOrganizationId field value
func (*MoveServiceRequest) GetNewOrganizationIdOk ¶
func (o *MoveServiceRequest) GetNewOrganizationIdOk() (*int64, bool)
GetNewOrganizationIdOk returns a tuple with the NewOrganizationId field value and a boolean to check if the value has been set.
func (*MoveServiceRequest) GetOrganizationId ¶
func (o *MoveServiceRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*MoveServiceRequest) GetOrganizationIdOk ¶
func (o *MoveServiceRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*MoveServiceRequest) GetServiceId ¶
func (o *MoveServiceRequest) GetServiceId() int64
GetServiceId returns the ServiceId field value
func (*MoveServiceRequest) GetServiceIdOk ¶
func (o *MoveServiceRequest) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.
func (MoveServiceRequest) MarshalJSON ¶
func (o MoveServiceRequest) MarshalJSON() ([]byte, error)
func (*MoveServiceRequest) SetApiServerId ¶
func (o *MoveServiceRequest) SetApiServerId(v int64)
SetApiServerId sets field value
func (*MoveServiceRequest) SetNewOrganizationId ¶
func (o *MoveServiceRequest) SetNewOrganizationId(v int64)
SetNewOrganizationId sets field value
func (*MoveServiceRequest) SetOrganizationId ¶
func (o *MoveServiceRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (*MoveServiceRequest) SetServiceId ¶
func (o *MoveServiceRequest) SetServiceId(v int64)
SetServiceId sets field value
func (MoveServiceRequest) ToMap ¶ added in v0.3.0
func (o MoveServiceRequest) ToMap() (map[string]interface{}, error)
func (*MoveServiceRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *MoveServiceRequest) UnmarshalJSON(data []byte) (err error)
type NamedUri ¶
NamedUri struct for NamedUri
func NewNamedUri ¶
func NewNamedUri() *NamedUri
NewNamedUri instantiates a new NamedUri 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 NewNamedUriWithDefaults ¶
func NewNamedUriWithDefaults() *NamedUri
NewNamedUriWithDefaults instantiates a new NamedUri 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 (*NamedUri) 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 (*NamedUri) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (NamedUri) MarshalJSON ¶
func (*NamedUri) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
type NullableAdoptServiceRequest ¶
type NullableAdoptServiceRequest struct {
// contains filtered or unexported fields
}
func NewNullableAdoptServiceRequest ¶
func NewNullableAdoptServiceRequest(val *AdoptServiceRequest) *NullableAdoptServiceRequest
func (NullableAdoptServiceRequest) Get ¶
func (v NullableAdoptServiceRequest) Get() *AdoptServiceRequest
func (NullableAdoptServiceRequest) IsSet ¶
func (v NullableAdoptServiceRequest) IsSet() bool
func (NullableAdoptServiceRequest) MarshalJSON ¶
func (v NullableAdoptServiceRequest) MarshalJSON() ([]byte, error)
func (*NullableAdoptServiceRequest) Set ¶
func (v *NullableAdoptServiceRequest) Set(val *AdoptServiceRequest)
func (*NullableAdoptServiceRequest) UnmarshalJSON ¶
func (v *NullableAdoptServiceRequest) UnmarshalJSON(src []byte) error
func (*NullableAdoptServiceRequest) Unset ¶
func (v *NullableAdoptServiceRequest) Unset()
type NullableApiServerAccess ¶
type NullableApiServerAccess struct {
// contains filtered or unexported fields
}
func NewNullableApiServerAccess ¶
func NewNullableApiServerAccess(val *ApiServerAccess) *NullableApiServerAccess
func (NullableApiServerAccess) Get ¶
func (v NullableApiServerAccess) Get() *ApiServerAccess
func (NullableApiServerAccess) IsSet ¶
func (v NullableApiServerAccess) IsSet() bool
func (NullableApiServerAccess) MarshalJSON ¶
func (v NullableApiServerAccess) MarshalJSON() ([]byte, error)
func (*NullableApiServerAccess) Set ¶
func (v *NullableApiServerAccess) Set(val *ApiServerAccess)
func (*NullableApiServerAccess) UnmarshalJSON ¶
func (v *NullableApiServerAccess) UnmarshalJSON(src []byte) error
func (*NullableApiServerAccess) Unset ¶
func (v *NullableApiServerAccess) Unset()
type NullableApiServerAccessResponse ¶
type NullableApiServerAccessResponse struct {
// contains filtered or unexported fields
}
func NewNullableApiServerAccessResponse ¶
func NewNullableApiServerAccessResponse(val *ApiServerAccessResponse) *NullableApiServerAccessResponse
func (NullableApiServerAccessResponse) Get ¶
func (v NullableApiServerAccessResponse) Get() *ApiServerAccessResponse
func (NullableApiServerAccessResponse) IsSet ¶
func (v NullableApiServerAccessResponse) IsSet() bool
func (NullableApiServerAccessResponse) MarshalJSON ¶
func (v NullableApiServerAccessResponse) MarshalJSON() ([]byte, error)
func (*NullableApiServerAccessResponse) Set ¶
func (v *NullableApiServerAccessResponse) Set(val *ApiServerAccessResponse)
func (*NullableApiServerAccessResponse) UnmarshalJSON ¶
func (v *NullableApiServerAccessResponse) UnmarshalJSON(src []byte) error
func (*NullableApiServerAccessResponse) Unset ¶
func (v *NullableApiServerAccessResponse) Unset()
type NullableApiServerMembershipResponse ¶
type NullableApiServerMembershipResponse struct {
// contains filtered or unexported fields
}
func NewNullableApiServerMembershipResponse ¶
func NewNullableApiServerMembershipResponse(val *ApiServerMembershipResponse) *NullableApiServerMembershipResponse
func (NullableApiServerMembershipResponse) Get ¶
func (v NullableApiServerMembershipResponse) Get() *ApiServerMembershipResponse
func (NullableApiServerMembershipResponse) IsSet ¶
func (v NullableApiServerMembershipResponse) IsSet() bool
func (NullableApiServerMembershipResponse) MarshalJSON ¶
func (v NullableApiServerMembershipResponse) MarshalJSON() ([]byte, error)
func (*NullableApiServerMembershipResponse) Set ¶
func (v *NullableApiServerMembershipResponse) Set(val *ApiServerMembershipResponse)
func (*NullableApiServerMembershipResponse) UnmarshalJSON ¶
func (v *NullableApiServerMembershipResponse) UnmarshalJSON(src []byte) error
func (*NullableApiServerMembershipResponse) Unset ¶
func (v *NullableApiServerMembershipResponse) Unset()
type NullableApproval ¶
type NullableApproval struct {
// contains filtered or unexported fields
}
func NewNullableApproval ¶
func NewNullableApproval(val *Approval) *NullableApproval
func (NullableApproval) Get ¶
func (v NullableApproval) Get() *Approval
func (NullableApproval) IsSet ¶
func (v NullableApproval) IsSet() bool
func (NullableApproval) MarshalJSON ¶
func (v NullableApproval) MarshalJSON() ([]byte, error)
func (*NullableApproval) Set ¶
func (v *NullableApproval) Set(val *Approval)
func (*NullableApproval) UnmarshalJSON ¶
func (v *NullableApproval) UnmarshalJSON(src []byte) error
func (*NullableApproval) Unset ¶
func (v *NullableApproval) Unset()
type NullableAuthleteApiServerResponse ¶
type NullableAuthleteApiServerResponse struct {
// contains filtered or unexported fields
}
func NewNullableAuthleteApiServerResponse ¶
func NewNullableAuthleteApiServerResponse(val *AuthleteApiServerResponse) *NullableAuthleteApiServerResponse
func (NullableAuthleteApiServerResponse) Get ¶
func (v NullableAuthleteApiServerResponse) Get() *AuthleteApiServerResponse
func (NullableAuthleteApiServerResponse) IsSet ¶
func (v NullableAuthleteApiServerResponse) IsSet() bool
func (NullableAuthleteApiServerResponse) MarshalJSON ¶
func (v NullableAuthleteApiServerResponse) MarshalJSON() ([]byte, error)
func (*NullableAuthleteApiServerResponse) Set ¶
func (v *NullableAuthleteApiServerResponse) Set(val *AuthleteApiServerResponse)
func (*NullableAuthleteApiServerResponse) UnmarshalJSON ¶
func (v *NullableAuthleteApiServerResponse) UnmarshalJSON(src []byte) error
func (*NullableAuthleteApiServerResponse) Unset ¶
func (v *NullableAuthleteApiServerResponse) Unset()
type NullableAuthleteApiServerUpdateResponse ¶
type NullableAuthleteApiServerUpdateResponse struct {
// contains filtered or unexported fields
}
func NewNullableAuthleteApiServerUpdateResponse ¶
func NewNullableAuthleteApiServerUpdateResponse(val *AuthleteApiServerUpdateResponse) *NullableAuthleteApiServerUpdateResponse
func (NullableAuthleteApiServerUpdateResponse) IsSet ¶
func (v NullableAuthleteApiServerUpdateResponse) IsSet() bool
func (NullableAuthleteApiServerUpdateResponse) MarshalJSON ¶
func (v NullableAuthleteApiServerUpdateResponse) MarshalJSON() ([]byte, error)
func (*NullableAuthleteApiServerUpdateResponse) Set ¶
func (v *NullableAuthleteApiServerUpdateResponse) Set(val *AuthleteApiServerUpdateResponse)
func (*NullableAuthleteApiServerUpdateResponse) UnmarshalJSON ¶
func (v *NullableAuthleteApiServerUpdateResponse) UnmarshalJSON(src []byte) error
func (*NullableAuthleteApiServerUpdateResponse) Unset ¶
func (v *NullableAuthleteApiServerUpdateResponse) Unset()
type NullableAuthleteUser ¶
type NullableAuthleteUser struct {
// contains filtered or unexported fields
}
func NewNullableAuthleteUser ¶
func NewNullableAuthleteUser(val *AuthleteUser) *NullableAuthleteUser
func (NullableAuthleteUser) Get ¶
func (v NullableAuthleteUser) Get() *AuthleteUser
func (NullableAuthleteUser) IsSet ¶
func (v NullableAuthleteUser) IsSet() bool
func (NullableAuthleteUser) MarshalJSON ¶
func (v NullableAuthleteUser) MarshalJSON() ([]byte, error)
func (*NullableAuthleteUser) Set ¶
func (v *NullableAuthleteUser) Set(val *AuthleteUser)
func (*NullableAuthleteUser) UnmarshalJSON ¶
func (v *NullableAuthleteUser) UnmarshalJSON(src []byte) error
func (*NullableAuthleteUser) Unset ¶
func (v *NullableAuthleteUser) Unset()
type NullableAuthorizationResponse ¶
type NullableAuthorizationResponse struct {
// contains filtered or unexported fields
}
func NewNullableAuthorizationResponse ¶
func NewNullableAuthorizationResponse(val *AuthorizationResponse) *NullableAuthorizationResponse
func (NullableAuthorizationResponse) Get ¶
func (v NullableAuthorizationResponse) Get() *AuthorizationResponse
func (NullableAuthorizationResponse) IsSet ¶
func (v NullableAuthorizationResponse) IsSet() bool
func (NullableAuthorizationResponse) MarshalJSON ¶
func (v NullableAuthorizationResponse) MarshalJSON() ([]byte, error)
func (*NullableAuthorizationResponse) Set ¶
func (v *NullableAuthorizationResponse) Set(val *AuthorizationResponse)
func (*NullableAuthorizationResponse) UnmarshalJSON ¶
func (v *NullableAuthorizationResponse) UnmarshalJSON(src []byte) error
func (*NullableAuthorizationResponse) Unset ¶
func (v *NullableAuthorizationResponse) Unset()
type NullableAuthzDetails ¶
type NullableAuthzDetails struct {
// contains filtered or unexported fields
}
func NewNullableAuthzDetails ¶
func NewNullableAuthzDetails(val *AuthzDetails) *NullableAuthzDetails
func (NullableAuthzDetails) Get ¶
func (v NullableAuthzDetails) Get() *AuthzDetails
func (NullableAuthzDetails) IsSet ¶
func (v NullableAuthzDetails) IsSet() bool
func (NullableAuthzDetails) MarshalJSON ¶
func (v NullableAuthzDetails) MarshalJSON() ([]byte, error)
func (*NullableAuthzDetails) Set ¶
func (v *NullableAuthzDetails) Set(val *AuthzDetails)
func (*NullableAuthzDetails) UnmarshalJSON ¶
func (v *NullableAuthzDetails) UnmarshalJSON(src []byte) error
func (*NullableAuthzDetails) Unset ¶
func (v *NullableAuthzDetails) Unset()
type NullableAuthzDetailsElement ¶
type NullableAuthzDetailsElement struct {
// contains filtered or unexported fields
}
func NewNullableAuthzDetailsElement ¶
func NewNullableAuthzDetailsElement(val *AuthzDetailsElement) *NullableAuthzDetailsElement
func (NullableAuthzDetailsElement) Get ¶
func (v NullableAuthzDetailsElement) Get() *AuthzDetailsElement
func (NullableAuthzDetailsElement) IsSet ¶
func (v NullableAuthzDetailsElement) IsSet() bool
func (NullableAuthzDetailsElement) MarshalJSON ¶
func (v NullableAuthzDetailsElement) MarshalJSON() ([]byte, error)
func (*NullableAuthzDetailsElement) Set ¶
func (v *NullableAuthzDetailsElement) Set(val *AuthzDetailsElement)
func (*NullableAuthzDetailsElement) UnmarshalJSON ¶
func (v *NullableAuthzDetailsElement) UnmarshalJSON(src []byte) error
func (*NullableAuthzDetailsElement) Unset ¶
func (v *NullableAuthzDetailsElement) Unset()
type NullableBindTotpCredentialsRequest ¶
type NullableBindTotpCredentialsRequest struct {
// contains filtered or unexported fields
}
func NewNullableBindTotpCredentialsRequest ¶
func NewNullableBindTotpCredentialsRequest(val *BindTotpCredentialsRequest) *NullableBindTotpCredentialsRequest
func (NullableBindTotpCredentialsRequest) Get ¶
func (v NullableBindTotpCredentialsRequest) Get() *BindTotpCredentialsRequest
func (NullableBindTotpCredentialsRequest) IsSet ¶
func (v NullableBindTotpCredentialsRequest) IsSet() bool
func (NullableBindTotpCredentialsRequest) MarshalJSON ¶
func (v NullableBindTotpCredentialsRequest) MarshalJSON() ([]byte, error)
func (*NullableBindTotpCredentialsRequest) Set ¶
func (v *NullableBindTotpCredentialsRequest) Set(val *BindTotpCredentialsRequest)
func (*NullableBindTotpCredentialsRequest) UnmarshalJSON ¶
func (v *NullableBindTotpCredentialsRequest) UnmarshalJSON(src []byte) error
func (*NullableBindTotpCredentialsRequest) Unset ¶
func (v *NullableBindTotpCredentialsRequest) 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 NullableChallenge ¶
type NullableChallenge struct {
// contains filtered or unexported fields
}
func NewNullableChallenge ¶
func NewNullableChallenge(val *Challenge) *NullableChallenge
func (NullableChallenge) Get ¶
func (v NullableChallenge) Get() *Challenge
func (NullableChallenge) IsSet ¶
func (v NullableChallenge) IsSet() bool
func (NullableChallenge) MarshalJSON ¶
func (v NullableChallenge) MarshalJSON() ([]byte, error)
func (*NullableChallenge) Set ¶
func (v *NullableChallenge) Set(val *Challenge)
func (*NullableChallenge) UnmarshalJSON ¶
func (v *NullableChallenge) UnmarshalJSON(src []byte) error
func (*NullableChallenge) Unset ¶
func (v *NullableChallenge) Unset()
type NullableClient ¶
type NullableClient struct {
// contains filtered or unexported fields
}
func NewNullableClient ¶
func NewNullableClient(val *Client) *NullableClient
func (NullableClient) Get ¶
func (v NullableClient) Get() *Client
func (NullableClient) IsSet ¶
func (v NullableClient) IsSet() bool
func (NullableClient) MarshalJSON ¶
func (v NullableClient) MarshalJSON() ([]byte, error)
func (*NullableClient) Set ¶
func (v *NullableClient) Set(val *Client)
func (*NullableClient) UnmarshalJSON ¶
func (v *NullableClient) UnmarshalJSON(src []byte) error
func (*NullableClient) Unset ¶
func (v *NullableClient) Unset()
type NullableClientAccess ¶
type NullableClientAccess struct {
// contains filtered or unexported fields
}
func NewNullableClientAccess ¶
func NewNullableClientAccess(val *ClientAccess) *NullableClientAccess
func (NullableClientAccess) Get ¶
func (v NullableClientAccess) Get() *ClientAccess
func (NullableClientAccess) IsSet ¶
func (v NullableClientAccess) IsSet() bool
func (NullableClientAccess) MarshalJSON ¶
func (v NullableClientAccess) MarshalJSON() ([]byte, error)
func (*NullableClientAccess) Set ¶
func (v *NullableClientAccess) Set(val *ClientAccess)
func (*NullableClientAccess) UnmarshalJSON ¶
func (v *NullableClientAccess) UnmarshalJSON(src []byte) error
func (*NullableClientAccess) Unset ¶
func (v *NullableClientAccess) Unset()
type NullableClientAccessResponse ¶
type NullableClientAccessResponse struct {
// contains filtered or unexported fields
}
func NewNullableClientAccessResponse ¶
func NewNullableClientAccessResponse(val *ClientAccessResponse) *NullableClientAccessResponse
func (NullableClientAccessResponse) Get ¶
func (v NullableClientAccessResponse) Get() *ClientAccessResponse
func (NullableClientAccessResponse) IsSet ¶
func (v NullableClientAccessResponse) IsSet() bool
func (NullableClientAccessResponse) MarshalJSON ¶
func (v NullableClientAccessResponse) MarshalJSON() ([]byte, error)
func (*NullableClientAccessResponse) Set ¶
func (v *NullableClientAccessResponse) Set(val *ClientAccessResponse)
func (*NullableClientAccessResponse) UnmarshalJSON ¶
func (v *NullableClientAccessResponse) UnmarshalJSON(src []byte) error
func (*NullableClientAccessResponse) Unset ¶
func (v *NullableClientAccessResponse) Unset()
type NullableClientExtension ¶
type NullableClientExtension struct {
// contains filtered or unexported fields
}
func NewNullableClientExtension ¶
func NewNullableClientExtension(val *ClientExtension) *NullableClientExtension
func (NullableClientExtension) Get ¶
func (v NullableClientExtension) Get() *ClientExtension
func (NullableClientExtension) IsSet ¶
func (v NullableClientExtension) IsSet() bool
func (NullableClientExtension) MarshalJSON ¶
func (v NullableClientExtension) MarshalJSON() ([]byte, error)
func (*NullableClientExtension) Set ¶
func (v *NullableClientExtension) Set(val *ClientExtension)
func (*NullableClientExtension) UnmarshalJSON ¶
func (v *NullableClientExtension) UnmarshalJSON(src []byte) error
func (*NullableClientExtension) Unset ¶
func (v *NullableClientExtension) Unset()
type NullableCreateApiServerRequest ¶
type NullableCreateApiServerRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateApiServerRequest ¶
func NewNullableCreateApiServerRequest(val *CreateApiServerRequest) *NullableCreateApiServerRequest
func (NullableCreateApiServerRequest) Get ¶
func (v NullableCreateApiServerRequest) Get() *CreateApiServerRequest
func (NullableCreateApiServerRequest) IsSet ¶
func (v NullableCreateApiServerRequest) IsSet() bool
func (NullableCreateApiServerRequest) MarshalJSON ¶
func (v NullableCreateApiServerRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateApiServerRequest) Set ¶
func (v *NullableCreateApiServerRequest) Set(val *CreateApiServerRequest)
func (*NullableCreateApiServerRequest) UnmarshalJSON ¶
func (v *NullableCreateApiServerRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateApiServerRequest) Unset ¶
func (v *NullableCreateApiServerRequest) Unset()
type NullableCreateOrganizationTokenRequest ¶
type NullableCreateOrganizationTokenRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateOrganizationTokenRequest ¶
func NewNullableCreateOrganizationTokenRequest(val *CreateOrganizationTokenRequest) *NullableCreateOrganizationTokenRequest
func (NullableCreateOrganizationTokenRequest) Get ¶
func (v NullableCreateOrganizationTokenRequest) Get() *CreateOrganizationTokenRequest
func (NullableCreateOrganizationTokenRequest) IsSet ¶
func (v NullableCreateOrganizationTokenRequest) IsSet() bool
func (NullableCreateOrganizationTokenRequest) MarshalJSON ¶
func (v NullableCreateOrganizationTokenRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateOrganizationTokenRequest) Set ¶
func (v *NullableCreateOrganizationTokenRequest) Set(val *CreateOrganizationTokenRequest)
func (*NullableCreateOrganizationTokenRequest) UnmarshalJSON ¶
func (v *NullableCreateOrganizationTokenRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateOrganizationTokenRequest) Unset ¶
func (v *NullableCreateOrganizationTokenRequest) Unset()
type NullableCreateServiceRequest ¶
type NullableCreateServiceRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateServiceRequest ¶
func NewNullableCreateServiceRequest(val *CreateServiceRequest) *NullableCreateServiceRequest
func (NullableCreateServiceRequest) Get ¶
func (v NullableCreateServiceRequest) Get() *CreateServiceRequest
func (NullableCreateServiceRequest) IsSet ¶
func (v NullableCreateServiceRequest) IsSet() bool
func (NullableCreateServiceRequest) MarshalJSON ¶
func (v NullableCreateServiceRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateServiceRequest) Set ¶
func (v *NullableCreateServiceRequest) Set(val *CreateServiceRequest)
func (*NullableCreateServiceRequest) UnmarshalJSON ¶
func (v *NullableCreateServiceRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateServiceRequest) Unset ¶
func (v *NullableCreateServiceRequest) Unset()
type NullableCreateServiceTokenRequest ¶
type NullableCreateServiceTokenRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateServiceTokenRequest ¶
func NewNullableCreateServiceTokenRequest(val *CreateServiceTokenRequest) *NullableCreateServiceTokenRequest
func (NullableCreateServiceTokenRequest) Get ¶
func (v NullableCreateServiceTokenRequest) Get() *CreateServiceTokenRequest
func (NullableCreateServiceTokenRequest) IsSet ¶
func (v NullableCreateServiceTokenRequest) IsSet() bool
func (NullableCreateServiceTokenRequest) MarshalJSON ¶
func (v NullableCreateServiceTokenRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateServiceTokenRequest) Set ¶
func (v *NullableCreateServiceTokenRequest) Set(val *CreateServiceTokenRequest)
func (*NullableCreateServiceTokenRequest) UnmarshalJSON ¶
func (v *NullableCreateServiceTokenRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateServiceTokenRequest) Unset ¶
func (v *NullableCreateServiceTokenRequest) Unset()
type NullableCreateUserRequest ¶
type NullableCreateUserRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateUserRequest ¶
func NewNullableCreateUserRequest(val *CreateUserRequest) *NullableCreateUserRequest
func (NullableCreateUserRequest) Get ¶
func (v NullableCreateUserRequest) Get() *CreateUserRequest
func (NullableCreateUserRequest) IsSet ¶
func (v NullableCreateUserRequest) IsSet() bool
func (NullableCreateUserRequest) MarshalJSON ¶
func (v NullableCreateUserRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateUserRequest) Set ¶
func (v *NullableCreateUserRequest) Set(val *CreateUserRequest)
func (*NullableCreateUserRequest) UnmarshalJSON ¶
func (v *NullableCreateUserRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateUserRequest) Unset ¶
func (v *NullableCreateUserRequest) Unset()
type NullableCreateUserResponse ¶
type NullableCreateUserResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateUserResponse ¶
func NewNullableCreateUserResponse(val *CreateUserResponse) *NullableCreateUserResponse
func (NullableCreateUserResponse) Get ¶
func (v NullableCreateUserResponse) Get() *CreateUserResponse
func (NullableCreateUserResponse) IsSet ¶
func (v NullableCreateUserResponse) IsSet() bool
func (NullableCreateUserResponse) MarshalJSON ¶
func (v NullableCreateUserResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateUserResponse) Set ¶
func (v *NullableCreateUserResponse) Set(val *CreateUserResponse)
func (*NullableCreateUserResponse) UnmarshalJSON ¶
func (v *NullableCreateUserResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateUserResponse) Unset ¶
func (v *NullableCreateUserResponse) Unset()
type NullableCredentialIssuerMetadata ¶
type NullableCredentialIssuerMetadata struct {
// contains filtered or unexported fields
}
func NewNullableCredentialIssuerMetadata ¶
func NewNullableCredentialIssuerMetadata(val *CredentialIssuerMetadata) *NullableCredentialIssuerMetadata
func (NullableCredentialIssuerMetadata) Get ¶
func (v NullableCredentialIssuerMetadata) Get() *CredentialIssuerMetadata
func (NullableCredentialIssuerMetadata) IsSet ¶
func (v NullableCredentialIssuerMetadata) IsSet() bool
func (NullableCredentialIssuerMetadata) MarshalJSON ¶
func (v NullableCredentialIssuerMetadata) MarshalJSON() ([]byte, error)
func (*NullableCredentialIssuerMetadata) Set ¶
func (v *NullableCredentialIssuerMetadata) Set(val *CredentialIssuerMetadata)
func (*NullableCredentialIssuerMetadata) UnmarshalJSON ¶
func (v *NullableCredentialIssuerMetadata) UnmarshalJSON(src []byte) error
func (*NullableCredentialIssuerMetadata) Unset ¶
func (v *NullableCredentialIssuerMetadata) Unset()
type NullableDeleteOrganizationTokenRequest ¶
type NullableDeleteOrganizationTokenRequest struct {
// contains filtered or unexported fields
}
func NewNullableDeleteOrganizationTokenRequest ¶
func NewNullableDeleteOrganizationTokenRequest(val *DeleteOrganizationTokenRequest) *NullableDeleteOrganizationTokenRequest
func (NullableDeleteOrganizationTokenRequest) Get ¶
func (v NullableDeleteOrganizationTokenRequest) Get() *DeleteOrganizationTokenRequest
func (NullableDeleteOrganizationTokenRequest) IsSet ¶
func (v NullableDeleteOrganizationTokenRequest) IsSet() bool
func (NullableDeleteOrganizationTokenRequest) MarshalJSON ¶
func (v NullableDeleteOrganizationTokenRequest) MarshalJSON() ([]byte, error)
func (*NullableDeleteOrganizationTokenRequest) Set ¶
func (v *NullableDeleteOrganizationTokenRequest) Set(val *DeleteOrganizationTokenRequest)
func (*NullableDeleteOrganizationTokenRequest) UnmarshalJSON ¶
func (v *NullableDeleteOrganizationTokenRequest) UnmarshalJSON(src []byte) error
func (*NullableDeleteOrganizationTokenRequest) Unset ¶
func (v *NullableDeleteOrganizationTokenRequest) Unset()
type NullableDeleteServiceRequest ¶
type NullableDeleteServiceRequest struct {
// contains filtered or unexported fields
}
func NewNullableDeleteServiceRequest ¶
func NewNullableDeleteServiceRequest(val *DeleteServiceRequest) *NullableDeleteServiceRequest
func (NullableDeleteServiceRequest) Get ¶
func (v NullableDeleteServiceRequest) Get() *DeleteServiceRequest
func (NullableDeleteServiceRequest) IsSet ¶
func (v NullableDeleteServiceRequest) IsSet() bool
func (NullableDeleteServiceRequest) MarshalJSON ¶
func (v NullableDeleteServiceRequest) MarshalJSON() ([]byte, error)
func (*NullableDeleteServiceRequest) Set ¶
func (v *NullableDeleteServiceRequest) Set(val *DeleteServiceRequest)
func (*NullableDeleteServiceRequest) UnmarshalJSON ¶
func (v *NullableDeleteServiceRequest) UnmarshalJSON(src []byte) error
func (*NullableDeleteServiceRequest) Unset ¶
func (v *NullableDeleteServiceRequest) Unset()
type NullableDeleteServiceTokenRequest ¶
type NullableDeleteServiceTokenRequest struct {
// contains filtered or unexported fields
}
func NewNullableDeleteServiceTokenRequest ¶
func NewNullableDeleteServiceTokenRequest(val *DeleteServiceTokenRequest) *NullableDeleteServiceTokenRequest
func (NullableDeleteServiceTokenRequest) Get ¶
func (v NullableDeleteServiceTokenRequest) Get() *DeleteServiceTokenRequest
func (NullableDeleteServiceTokenRequest) IsSet ¶
func (v NullableDeleteServiceTokenRequest) IsSet() bool
func (NullableDeleteServiceTokenRequest) MarshalJSON ¶
func (v NullableDeleteServiceTokenRequest) MarshalJSON() ([]byte, error)
func (*NullableDeleteServiceTokenRequest) Set ¶
func (v *NullableDeleteServiceTokenRequest) Set(val *DeleteServiceTokenRequest)
func (*NullableDeleteServiceTokenRequest) UnmarshalJSON ¶
func (v *NullableDeleteServiceTokenRequest) UnmarshalJSON(src []byte) error
func (*NullableDeleteServiceTokenRequest) Unset ¶
func (v *NullableDeleteServiceTokenRequest) Unset()
type NullableDynamicScope ¶
type NullableDynamicScope struct {
// contains filtered or unexported fields
}
func NewNullableDynamicScope ¶
func NewNullableDynamicScope(val *DynamicScope) *NullableDynamicScope
func (NullableDynamicScope) Get ¶
func (v NullableDynamicScope) Get() *DynamicScope
func (NullableDynamicScope) IsSet ¶
func (v NullableDynamicScope) IsSet() bool
func (NullableDynamicScope) MarshalJSON ¶
func (v NullableDynamicScope) MarshalJSON() ([]byte, error)
func (*NullableDynamicScope) Set ¶
func (v *NullableDynamicScope) Set(val *DynamicScope)
func (*NullableDynamicScope) UnmarshalJSON ¶
func (v *NullableDynamicScope) UnmarshalJSON(src []byte) error
func (*NullableDynamicScope) Unset ¶
func (v *NullableDynamicScope) 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 NullableGetOrganizationTokensRequest ¶
type NullableGetOrganizationTokensRequest struct {
// contains filtered or unexported fields
}
func NewNullableGetOrganizationTokensRequest ¶
func NewNullableGetOrganizationTokensRequest(val *GetOrganizationTokensRequest) *NullableGetOrganizationTokensRequest
func (NullableGetOrganizationTokensRequest) Get ¶
func (v NullableGetOrganizationTokensRequest) Get() *GetOrganizationTokensRequest
func (NullableGetOrganizationTokensRequest) IsSet ¶
func (v NullableGetOrganizationTokensRequest) IsSet() bool
func (NullableGetOrganizationTokensRequest) MarshalJSON ¶
func (v NullableGetOrganizationTokensRequest) MarshalJSON() ([]byte, error)
func (*NullableGetOrganizationTokensRequest) Set ¶
func (v *NullableGetOrganizationTokensRequest) Set(val *GetOrganizationTokensRequest)
func (*NullableGetOrganizationTokensRequest) UnmarshalJSON ¶
func (v *NullableGetOrganizationTokensRequest) UnmarshalJSON(src []byte) error
func (*NullableGetOrganizationTokensRequest) Unset ¶
func (v *NullableGetOrganizationTokensRequest) Unset()
type NullableGetServiceTokensRequest ¶
type NullableGetServiceTokensRequest struct {
// contains filtered or unexported fields
}
func NewNullableGetServiceTokensRequest ¶
func NewNullableGetServiceTokensRequest(val *GetServiceTokensRequest) *NullableGetServiceTokensRequest
func (NullableGetServiceTokensRequest) Get ¶
func (v NullableGetServiceTokensRequest) Get() *GetServiceTokensRequest
func (NullableGetServiceTokensRequest) IsSet ¶
func (v NullableGetServiceTokensRequest) IsSet() bool
func (NullableGetServiceTokensRequest) MarshalJSON ¶
func (v NullableGetServiceTokensRequest) MarshalJSON() ([]byte, error)
func (*NullableGetServiceTokensRequest) Set ¶
func (v *NullableGetServiceTokensRequest) Set(val *GetServiceTokensRequest)
func (*NullableGetServiceTokensRequest) UnmarshalJSON ¶
func (v *NullableGetServiceTokensRequest) UnmarshalJSON(src []byte) error
func (*NullableGetServiceTokensRequest) Unset ¶
func (v *NullableGetServiceTokensRequest) Unset()
type NullableGoogleAuthenticatorConfig ¶
type NullableGoogleAuthenticatorConfig struct {
// contains filtered or unexported fields
}
func NewNullableGoogleAuthenticatorConfig ¶
func NewNullableGoogleAuthenticatorConfig(val *GoogleAuthenticatorConfig) *NullableGoogleAuthenticatorConfig
func (NullableGoogleAuthenticatorConfig) Get ¶
func (v NullableGoogleAuthenticatorConfig) Get() *GoogleAuthenticatorConfig
func (NullableGoogleAuthenticatorConfig) IsSet ¶
func (v NullableGoogleAuthenticatorConfig) IsSet() bool
func (NullableGoogleAuthenticatorConfig) MarshalJSON ¶
func (v NullableGoogleAuthenticatorConfig) MarshalJSON() ([]byte, error)
func (*NullableGoogleAuthenticatorConfig) Set ¶
func (v *NullableGoogleAuthenticatorConfig) Set(val *GoogleAuthenticatorConfig)
func (*NullableGoogleAuthenticatorConfig) UnmarshalJSON ¶
func (v *NullableGoogleAuthenticatorConfig) UnmarshalJSON(src []byte) error
func (*NullableGoogleAuthenticatorConfig) Unset ¶
func (v *NullableGoogleAuthenticatorConfig) Unset()
type NullableGoogleAuthenticatorKey ¶
type NullableGoogleAuthenticatorKey struct {
// contains filtered or unexported fields
}
func NewNullableGoogleAuthenticatorKey ¶
func NewNullableGoogleAuthenticatorKey(val *GoogleAuthenticatorKey) *NullableGoogleAuthenticatorKey
func (NullableGoogleAuthenticatorKey) Get ¶
func (v NullableGoogleAuthenticatorKey) Get() *GoogleAuthenticatorKey
func (NullableGoogleAuthenticatorKey) IsSet ¶
func (v NullableGoogleAuthenticatorKey) IsSet() bool
func (NullableGoogleAuthenticatorKey) MarshalJSON ¶
func (v NullableGoogleAuthenticatorKey) MarshalJSON() ([]byte, error)
func (*NullableGoogleAuthenticatorKey) Set ¶
func (v *NullableGoogleAuthenticatorKey) Set(val *GoogleAuthenticatorKey)
func (*NullableGoogleAuthenticatorKey) UnmarshalJSON ¶
func (v *NullableGoogleAuthenticatorKey) UnmarshalJSON(src []byte) error
func (*NullableGoogleAuthenticatorKey) Unset ¶
func (v *NullableGoogleAuthenticatorKey) Unset()
type NullableGrant ¶
type NullableGrant struct {
// contains filtered or unexported fields
}
func NewNullableGrant ¶
func NewNullableGrant(val *Grant) *NullableGrant
func (NullableGrant) Get ¶
func (v NullableGrant) Get() *Grant
func (NullableGrant) IsSet ¶
func (v NullableGrant) IsSet() bool
func (NullableGrant) MarshalJSON ¶
func (v NullableGrant) MarshalJSON() ([]byte, error)
func (*NullableGrant) Set ¶
func (v *NullableGrant) Set(val *Grant)
func (*NullableGrant) UnmarshalJSON ¶
func (v *NullableGrant) UnmarshalJSON(src []byte) error
func (*NullableGrant) Unset ¶
func (v *NullableGrant) Unset()
type NullableGrantScope ¶
type NullableGrantScope struct {
// contains filtered or unexported fields
}
func NewNullableGrantScope ¶
func NewNullableGrantScope(val *GrantScope) *NullableGrantScope
func (NullableGrantScope) Get ¶
func (v NullableGrantScope) Get() *GrantScope
func (NullableGrantScope) IsSet ¶
func (v NullableGrantScope) IsSet() bool
func (NullableGrantScope) MarshalJSON ¶
func (v NullableGrantScope) MarshalJSON() ([]byte, error)
func (*NullableGrantScope) Set ¶
func (v *NullableGrantScope) Set(val *GrantScope)
func (*NullableGrantScope) UnmarshalJSON ¶
func (v *NullableGrantScope) UnmarshalJSON(src []byte) error
func (*NullableGrantScope) Unset ¶
func (v *NullableGrantScope) Unset()
type NullableHsk ¶
type NullableHsk struct {
// contains filtered or unexported fields
}
func NewNullableHsk ¶
func NewNullableHsk(val *Hsk) *NullableHsk
func (NullableHsk) Get ¶
func (v NullableHsk) Get() *Hsk
func (NullableHsk) IsSet ¶
func (v NullableHsk) IsSet() bool
func (NullableHsk) MarshalJSON ¶
func (v NullableHsk) MarshalJSON() ([]byte, error)
func (*NullableHsk) Set ¶
func (v *NullableHsk) Set(val *Hsk)
func (*NullableHsk) UnmarshalJSON ¶
func (v *NullableHsk) UnmarshalJSON(src []byte) error
func (*NullableHsk) Unset ¶
func (v *NullableHsk) 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 NullableInvitationResponse ¶
type NullableInvitationResponse struct {
// contains filtered or unexported fields
}
func NewNullableInvitationResponse ¶
func NewNullableInvitationResponse(val *InvitationResponse) *NullableInvitationResponse
func (NullableInvitationResponse) Get ¶
func (v NullableInvitationResponse) Get() *InvitationResponse
func (NullableInvitationResponse) IsSet ¶
func (v NullableInvitationResponse) IsSet() bool
func (NullableInvitationResponse) MarshalJSON ¶
func (v NullableInvitationResponse) MarshalJSON() ([]byte, error)
func (*NullableInvitationResponse) Set ¶
func (v *NullableInvitationResponse) Set(val *InvitationResponse)
func (*NullableInvitationResponse) UnmarshalJSON ¶
func (v *NullableInvitationResponse) UnmarshalJSON(src []byte) error
func (*NullableInvitationResponse) Unset ¶
func (v *NullableInvitationResponse) Unset()
type NullableInviteRequest ¶
type NullableInviteRequest struct {
// contains filtered or unexported fields
}
func NewNullableInviteRequest ¶
func NewNullableInviteRequest(val *InviteRequest) *NullableInviteRequest
func (NullableInviteRequest) Get ¶
func (v NullableInviteRequest) Get() *InviteRequest
func (NullableInviteRequest) IsSet ¶
func (v NullableInviteRequest) IsSet() bool
func (NullableInviteRequest) MarshalJSON ¶
func (v NullableInviteRequest) MarshalJSON() ([]byte, error)
func (*NullableInviteRequest) Set ¶
func (v *NullableInviteRequest) Set(val *InviteRequest)
func (*NullableInviteRequest) UnmarshalJSON ¶
func (v *NullableInviteRequest) UnmarshalJSON(src []byte) error
func (*NullableInviteRequest) Unset ¶
func (v *NullableInviteRequest) Unset()
type NullableLogInRequest ¶
type NullableLogInRequest struct {
// contains filtered or unexported fields
}
func NewNullableLogInRequest ¶
func NewNullableLogInRequest(val *LogInRequest) *NullableLogInRequest
func (NullableLogInRequest) Get ¶
func (v NullableLogInRequest) Get() *LogInRequest
func (NullableLogInRequest) IsSet ¶
func (v NullableLogInRequest) IsSet() bool
func (NullableLogInRequest) MarshalJSON ¶
func (v NullableLogInRequest) MarshalJSON() ([]byte, error)
func (*NullableLogInRequest) Set ¶
func (v *NullableLogInRequest) Set(val *LogInRequest)
func (*NullableLogInRequest) UnmarshalJSON ¶
func (v *NullableLogInRequest) UnmarshalJSON(src []byte) error
func (*NullableLogInRequest) Unset ¶
func (v *NullableLogInRequest) Unset()
type NullableLogInResponse ¶
type NullableLogInResponse struct {
// contains filtered or unexported fields
}
func NewNullableLogInResponse ¶
func NewNullableLogInResponse(val *LogInResponse) *NullableLogInResponse
func (NullableLogInResponse) Get ¶
func (v NullableLogInResponse) Get() *LogInResponse
func (NullableLogInResponse) IsSet ¶
func (v NullableLogInResponse) IsSet() bool
func (NullableLogInResponse) MarshalJSON ¶
func (v NullableLogInResponse) MarshalJSON() ([]byte, error)
func (*NullableLogInResponse) Set ¶
func (v *NullableLogInResponse) Set(val *LogInResponse)
func (*NullableLogInResponse) UnmarshalJSON ¶
func (v *NullableLogInResponse) UnmarshalJSON(src []byte) error
func (*NullableLogInResponse) Unset ¶
func (v *NullableLogInResponse) Unset()
type NullableMoveServiceRequest ¶
type NullableMoveServiceRequest struct {
// contains filtered or unexported fields
}
func NewNullableMoveServiceRequest ¶
func NewNullableMoveServiceRequest(val *MoveServiceRequest) *NullableMoveServiceRequest
func (NullableMoveServiceRequest) Get ¶
func (v NullableMoveServiceRequest) Get() *MoveServiceRequest
func (NullableMoveServiceRequest) IsSet ¶
func (v NullableMoveServiceRequest) IsSet() bool
func (NullableMoveServiceRequest) MarshalJSON ¶
func (v NullableMoveServiceRequest) MarshalJSON() ([]byte, error)
func (*NullableMoveServiceRequest) Set ¶
func (v *NullableMoveServiceRequest) Set(val *MoveServiceRequest)
func (*NullableMoveServiceRequest) UnmarshalJSON ¶
func (v *NullableMoveServiceRequest) UnmarshalJSON(src []byte) error
func (*NullableMoveServiceRequest) Unset ¶
func (v *NullableMoveServiceRequest) Unset()
type NullableNamedUri ¶
type NullableNamedUri struct {
// contains filtered or unexported fields
}
func NewNullableNamedUri ¶
func NewNullableNamedUri(val *NamedUri) *NullableNamedUri
func (NullableNamedUri) Get ¶
func (v NullableNamedUri) Get() *NamedUri
func (NullableNamedUri) IsSet ¶
func (v NullableNamedUri) IsSet() bool
func (NullableNamedUri) MarshalJSON ¶
func (v NullableNamedUri) MarshalJSON() ([]byte, error)
func (*NullableNamedUri) Set ¶
func (v *NullableNamedUri) Set(val *NamedUri)
func (*NullableNamedUri) UnmarshalJSON ¶
func (v *NullableNamedUri) UnmarshalJSON(src []byte) error
func (*NullableNamedUri) Unset ¶
func (v *NullableNamedUri) Unset()
type NullableOrganization ¶
type NullableOrganization struct {
// contains filtered or unexported fields
}
func NewNullableOrganization ¶
func NewNullableOrganization(val *Organization) *NullableOrganization
func (NullableOrganization) Get ¶
func (v NullableOrganization) Get() *Organization
func (NullableOrganization) IsSet ¶
func (v NullableOrganization) IsSet() bool
func (NullableOrganization) MarshalJSON ¶
func (v NullableOrganization) MarshalJSON() ([]byte, error)
func (*NullableOrganization) Set ¶
func (v *NullableOrganization) Set(val *Organization)
func (*NullableOrganization) UnmarshalJSON ¶
func (v *NullableOrganization) UnmarshalJSON(src []byte) error
func (*NullableOrganization) Unset ¶
func (v *NullableOrganization) Unset()
type NullableOrganizationAccess ¶
type NullableOrganizationAccess struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationAccess ¶
func NewNullableOrganizationAccess(val *OrganizationAccess) *NullableOrganizationAccess
func (NullableOrganizationAccess) Get ¶
func (v NullableOrganizationAccess) Get() *OrganizationAccess
func (NullableOrganizationAccess) IsSet ¶
func (v NullableOrganizationAccess) IsSet() bool
func (NullableOrganizationAccess) MarshalJSON ¶
func (v NullableOrganizationAccess) MarshalJSON() ([]byte, error)
func (*NullableOrganizationAccess) Set ¶
func (v *NullableOrganizationAccess) Set(val *OrganizationAccess)
func (*NullableOrganizationAccess) UnmarshalJSON ¶
func (v *NullableOrganizationAccess) UnmarshalJSON(src []byte) error
func (*NullableOrganizationAccess) Unset ¶
func (v *NullableOrganizationAccess) Unset()
type NullableOrganizationAccessResponse ¶
type NullableOrganizationAccessResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationAccessResponse ¶
func NewNullableOrganizationAccessResponse(val *OrganizationAccessResponse) *NullableOrganizationAccessResponse
func (NullableOrganizationAccessResponse) Get ¶
func (v NullableOrganizationAccessResponse) Get() *OrganizationAccessResponse
func (NullableOrganizationAccessResponse) IsSet ¶
func (v NullableOrganizationAccessResponse) IsSet() bool
func (NullableOrganizationAccessResponse) MarshalJSON ¶
func (v NullableOrganizationAccessResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationAccessResponse) Set ¶
func (v *NullableOrganizationAccessResponse) Set(val *OrganizationAccessResponse)
func (*NullableOrganizationAccessResponse) UnmarshalJSON ¶
func (v *NullableOrganizationAccessResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationAccessResponse) Unset ¶
func (v *NullableOrganizationAccessResponse) Unset()
type NullableOrganizationMembershipResponse ¶
type NullableOrganizationMembershipResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationMembershipResponse ¶
func NewNullableOrganizationMembershipResponse(val *OrganizationMembershipResponse) *NullableOrganizationMembershipResponse
func (NullableOrganizationMembershipResponse) Get ¶
func (v NullableOrganizationMembershipResponse) Get() *OrganizationMembershipResponse
func (NullableOrganizationMembershipResponse) IsSet ¶
func (v NullableOrganizationMembershipResponse) IsSet() bool
func (NullableOrganizationMembershipResponse) MarshalJSON ¶
func (v NullableOrganizationMembershipResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationMembershipResponse) Set ¶
func (v *NullableOrganizationMembershipResponse) Set(val *OrganizationMembershipResponse)
func (*NullableOrganizationMembershipResponse) UnmarshalJSON ¶
func (v *NullableOrganizationMembershipResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationMembershipResponse) Unset ¶
func (v *NullableOrganizationMembershipResponse) Unset()
type NullableOrganizationResponse ¶
type NullableOrganizationResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationResponse ¶
func NewNullableOrganizationResponse(val *OrganizationResponse) *NullableOrganizationResponse
func (NullableOrganizationResponse) Get ¶
func (v NullableOrganizationResponse) Get() *OrganizationResponse
func (NullableOrganizationResponse) IsSet ¶
func (v NullableOrganizationResponse) IsSet() bool
func (NullableOrganizationResponse) MarshalJSON ¶
func (v NullableOrganizationResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationResponse) Set ¶
func (v *NullableOrganizationResponse) Set(val *OrganizationResponse)
func (*NullableOrganizationResponse) UnmarshalJSON ¶
func (v *NullableOrganizationResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationResponse) Unset ¶
func (v *NullableOrganizationResponse) Unset()
type NullableOrganizationTokenResponse ¶
type NullableOrganizationTokenResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationTokenResponse ¶
func NewNullableOrganizationTokenResponse(val *OrganizationTokenResponse) *NullableOrganizationTokenResponse
func (NullableOrganizationTokenResponse) Get ¶
func (v NullableOrganizationTokenResponse) Get() *OrganizationTokenResponse
func (NullableOrganizationTokenResponse) IsSet ¶
func (v NullableOrganizationTokenResponse) IsSet() bool
func (NullableOrganizationTokenResponse) MarshalJSON ¶
func (v NullableOrganizationTokenResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationTokenResponse) Set ¶
func (v *NullableOrganizationTokenResponse) Set(val *OrganizationTokenResponse)
func (*NullableOrganizationTokenResponse) UnmarshalJSON ¶
func (v *NullableOrganizationTokenResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationTokenResponse) Unset ¶
func (v *NullableOrganizationTokenResponse) Unset()
type NullableOrphanService ¶
type NullableOrphanService struct {
// contains filtered or unexported fields
}
func NewNullableOrphanService ¶
func NewNullableOrphanService(val *OrphanService) *NullableOrphanService
func (NullableOrphanService) Get ¶
func (v NullableOrphanService) Get() *OrphanService
func (NullableOrphanService) IsSet ¶
func (v NullableOrphanService) IsSet() bool
func (NullableOrphanService) MarshalJSON ¶
func (v NullableOrphanService) MarshalJSON() ([]byte, error)
func (*NullableOrphanService) Set ¶
func (v *NullableOrphanService) Set(val *OrphanService)
func (*NullableOrphanService) UnmarshalJSON ¶
func (v *NullableOrphanService) UnmarshalJSON(src []byte) error
func (*NullableOrphanService) Unset ¶
func (v *NullableOrphanService) Unset()
type NullableOrphanServiceResponse ¶
type NullableOrphanServiceResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrphanServiceResponse ¶
func NewNullableOrphanServiceResponse(val *OrphanServiceResponse) *NullableOrphanServiceResponse
func (NullableOrphanServiceResponse) Get ¶
func (v NullableOrphanServiceResponse) Get() *OrphanServiceResponse
func (NullableOrphanServiceResponse) IsSet ¶
func (v NullableOrphanServiceResponse) IsSet() bool
func (NullableOrphanServiceResponse) MarshalJSON ¶
func (v NullableOrphanServiceResponse) MarshalJSON() ([]byte, error)
func (*NullableOrphanServiceResponse) Set ¶
func (v *NullableOrphanServiceResponse) Set(val *OrphanServiceResponse)
func (*NullableOrphanServiceResponse) UnmarshalJSON ¶
func (v *NullableOrphanServiceResponse) UnmarshalJSON(src []byte) error
func (*NullableOrphanServiceResponse) Unset ¶
func (v *NullableOrphanServiceResponse) Unset()
type NullablePair ¶
type NullablePair struct {
// contains filtered or unexported fields
}
func NewNullablePair ¶
func NewNullablePair(val *Pair) *NullablePair
func (NullablePair) Get ¶
func (v NullablePair) Get() *Pair
func (NullablePair) IsSet ¶
func (v NullablePair) IsSet() bool
func (NullablePair) MarshalJSON ¶
func (v NullablePair) MarshalJSON() ([]byte, error)
func (*NullablePair) Set ¶
func (v *NullablePair) Set(val *Pair)
func (*NullablePair) UnmarshalJSON ¶
func (v *NullablePair) UnmarshalJSON(src []byte) error
func (*NullablePair) Unset ¶
func (v *NullablePair) Unset()
type NullablePendingAuthorization ¶
type NullablePendingAuthorization struct {
// contains filtered or unexported fields
}
func NewNullablePendingAuthorization ¶
func NewNullablePendingAuthorization(val *PendingAuthorization) *NullablePendingAuthorization
func (NullablePendingAuthorization) Get ¶
func (v NullablePendingAuthorization) Get() *PendingAuthorization
func (NullablePendingAuthorization) IsSet ¶
func (v NullablePendingAuthorization) IsSet() bool
func (NullablePendingAuthorization) MarshalJSON ¶
func (v NullablePendingAuthorization) MarshalJSON() ([]byte, error)
func (*NullablePendingAuthorization) Set ¶
func (v *NullablePendingAuthorization) Set(val *PendingAuthorization)
func (*NullablePendingAuthorization) UnmarshalJSON ¶
func (v *NullablePendingAuthorization) UnmarshalJSON(src []byte) error
func (*NullablePendingAuthorization) Unset ¶
func (v *NullablePendingAuthorization) Unset()
type NullableRemoveApiServerPrivilegesRequest ¶
type NullableRemoveApiServerPrivilegesRequest struct {
// contains filtered or unexported fields
}
func NewNullableRemoveApiServerPrivilegesRequest ¶
func NewNullableRemoveApiServerPrivilegesRequest(val *RemoveApiServerPrivilegesRequest) *NullableRemoveApiServerPrivilegesRequest
func (NullableRemoveApiServerPrivilegesRequest) IsSet ¶
func (v NullableRemoveApiServerPrivilegesRequest) IsSet() bool
func (NullableRemoveApiServerPrivilegesRequest) MarshalJSON ¶
func (v NullableRemoveApiServerPrivilegesRequest) MarshalJSON() ([]byte, error)
func (*NullableRemoveApiServerPrivilegesRequest) Set ¶
func (v *NullableRemoveApiServerPrivilegesRequest) Set(val *RemoveApiServerPrivilegesRequest)
func (*NullableRemoveApiServerPrivilegesRequest) UnmarshalJSON ¶
func (v *NullableRemoveApiServerPrivilegesRequest) UnmarshalJSON(src []byte) error
func (*NullableRemoveApiServerPrivilegesRequest) Unset ¶
func (v *NullableRemoveApiServerPrivilegesRequest) Unset()
type NullableRemoveClientPrivilegesRequest ¶
type NullableRemoveClientPrivilegesRequest struct {
// contains filtered or unexported fields
}
func NewNullableRemoveClientPrivilegesRequest ¶
func NewNullableRemoveClientPrivilegesRequest(val *RemoveClientPrivilegesRequest) *NullableRemoveClientPrivilegesRequest
func (NullableRemoveClientPrivilegesRequest) Get ¶
func (v NullableRemoveClientPrivilegesRequest) Get() *RemoveClientPrivilegesRequest
func (NullableRemoveClientPrivilegesRequest) IsSet ¶
func (v NullableRemoveClientPrivilegesRequest) IsSet() bool
func (NullableRemoveClientPrivilegesRequest) MarshalJSON ¶
func (v NullableRemoveClientPrivilegesRequest) MarshalJSON() ([]byte, error)
func (*NullableRemoveClientPrivilegesRequest) Set ¶
func (v *NullableRemoveClientPrivilegesRequest) Set(val *RemoveClientPrivilegesRequest)
func (*NullableRemoveClientPrivilegesRequest) UnmarshalJSON ¶
func (v *NullableRemoveClientPrivilegesRequest) UnmarshalJSON(src []byte) error
func (*NullableRemoveClientPrivilegesRequest) Unset ¶
func (v *NullableRemoveClientPrivilegesRequest) Unset()
type NullableRemoveOrganizationPrivilegesRequest ¶
type NullableRemoveOrganizationPrivilegesRequest struct {
// contains filtered or unexported fields
}
func NewNullableRemoveOrganizationPrivilegesRequest ¶
func NewNullableRemoveOrganizationPrivilegesRequest(val *RemoveOrganizationPrivilegesRequest) *NullableRemoveOrganizationPrivilegesRequest
func (NullableRemoveOrganizationPrivilegesRequest) IsSet ¶
func (v NullableRemoveOrganizationPrivilegesRequest) IsSet() bool
func (NullableRemoveOrganizationPrivilegesRequest) MarshalJSON ¶
func (v NullableRemoveOrganizationPrivilegesRequest) MarshalJSON() ([]byte, error)
func (*NullableRemoveOrganizationPrivilegesRequest) Set ¶
func (v *NullableRemoveOrganizationPrivilegesRequest) Set(val *RemoveOrganizationPrivilegesRequest)
func (*NullableRemoveOrganizationPrivilegesRequest) UnmarshalJSON ¶
func (v *NullableRemoveOrganizationPrivilegesRequest) UnmarshalJSON(src []byte) error
func (*NullableRemoveOrganizationPrivilegesRequest) Unset ¶
func (v *NullableRemoveOrganizationPrivilegesRequest) Unset()
type NullableRemoveOrphanRequest ¶
type NullableRemoveOrphanRequest struct {
// contains filtered or unexported fields
}
func NewNullableRemoveOrphanRequest ¶
func NewNullableRemoveOrphanRequest(val *RemoveOrphanRequest) *NullableRemoveOrphanRequest
func (NullableRemoveOrphanRequest) Get ¶
func (v NullableRemoveOrphanRequest) Get() *RemoveOrphanRequest
func (NullableRemoveOrphanRequest) IsSet ¶
func (v NullableRemoveOrphanRequest) IsSet() bool
func (NullableRemoveOrphanRequest) MarshalJSON ¶
func (v NullableRemoveOrphanRequest) MarshalJSON() ([]byte, error)
func (*NullableRemoveOrphanRequest) Set ¶
func (v *NullableRemoveOrphanRequest) Set(val *RemoveOrphanRequest)
func (*NullableRemoveOrphanRequest) UnmarshalJSON ¶
func (v *NullableRemoveOrphanRequest) UnmarshalJSON(src []byte) error
func (*NullableRemoveOrphanRequest) Unset ¶
func (v *NullableRemoveOrphanRequest) Unset()
type NullableRemoveServicePrivilegesRequest ¶
type NullableRemoveServicePrivilegesRequest struct {
// contains filtered or unexported fields
}
func NewNullableRemoveServicePrivilegesRequest ¶
func NewNullableRemoveServicePrivilegesRequest(val *RemoveServicePrivilegesRequest) *NullableRemoveServicePrivilegesRequest
func (NullableRemoveServicePrivilegesRequest) Get ¶
func (v NullableRemoveServicePrivilegesRequest) Get() *RemoveServicePrivilegesRequest
func (NullableRemoveServicePrivilegesRequest) IsSet ¶
func (v NullableRemoveServicePrivilegesRequest) IsSet() bool
func (NullableRemoveServicePrivilegesRequest) MarshalJSON ¶
func (v NullableRemoveServicePrivilegesRequest) MarshalJSON() ([]byte, error)
func (*NullableRemoveServicePrivilegesRequest) Set ¶
func (v *NullableRemoveServicePrivilegesRequest) Set(val *RemoveServicePrivilegesRequest)
func (*NullableRemoveServicePrivilegesRequest) UnmarshalJSON ¶
func (v *NullableRemoveServicePrivilegesRequest) UnmarshalJSON(src []byte) error
func (*NullableRemoveServicePrivilegesRequest) Unset ¶
func (v *NullableRemoveServicePrivilegesRequest) Unset()
type NullableRenameOrganizationTokenRequest ¶
type NullableRenameOrganizationTokenRequest struct {
// contains filtered or unexported fields
}
func NewNullableRenameOrganizationTokenRequest ¶
func NewNullableRenameOrganizationTokenRequest(val *RenameOrganizationTokenRequest) *NullableRenameOrganizationTokenRequest
func (NullableRenameOrganizationTokenRequest) Get ¶
func (v NullableRenameOrganizationTokenRequest) Get() *RenameOrganizationTokenRequest
func (NullableRenameOrganizationTokenRequest) IsSet ¶
func (v NullableRenameOrganizationTokenRequest) IsSet() bool
func (NullableRenameOrganizationTokenRequest) MarshalJSON ¶
func (v NullableRenameOrganizationTokenRequest) MarshalJSON() ([]byte, error)
func (*NullableRenameOrganizationTokenRequest) Set ¶
func (v *NullableRenameOrganizationTokenRequest) Set(val *RenameOrganizationTokenRequest)
func (*NullableRenameOrganizationTokenRequest) UnmarshalJSON ¶
func (v *NullableRenameOrganizationTokenRequest) UnmarshalJSON(src []byte) error
func (*NullableRenameOrganizationTokenRequest) Unset ¶
func (v *NullableRenameOrganizationTokenRequest) Unset()
type NullableRenameServiceTokenRequest ¶
type NullableRenameServiceTokenRequest struct {
// contains filtered or unexported fields
}
func NewNullableRenameServiceTokenRequest ¶
func NewNullableRenameServiceTokenRequest(val *RenameServiceTokenRequest) *NullableRenameServiceTokenRequest
func (NullableRenameServiceTokenRequest) Get ¶
func (v NullableRenameServiceTokenRequest) Get() *RenameServiceTokenRequest
func (NullableRenameServiceTokenRequest) IsSet ¶
func (v NullableRenameServiceTokenRequest) IsSet() bool
func (NullableRenameServiceTokenRequest) MarshalJSON ¶
func (v NullableRenameServiceTokenRequest) MarshalJSON() ([]byte, error)
func (*NullableRenameServiceTokenRequest) Set ¶
func (v *NullableRenameServiceTokenRequest) Set(val *RenameServiceTokenRequest)
func (*NullableRenameServiceTokenRequest) UnmarshalJSON ¶
func (v *NullableRenameServiceTokenRequest) UnmarshalJSON(src []byte) error
func (*NullableRenameServiceTokenRequest) Unset ¶
func (v *NullableRenameServiceTokenRequest) Unset()
type NullableRotateOrganizationTokenRequest ¶
type NullableRotateOrganizationTokenRequest struct {
// contains filtered or unexported fields
}
func NewNullableRotateOrganizationTokenRequest ¶
func NewNullableRotateOrganizationTokenRequest(val *RotateOrganizationTokenRequest) *NullableRotateOrganizationTokenRequest
func (NullableRotateOrganizationTokenRequest) Get ¶
func (v NullableRotateOrganizationTokenRequest) Get() *RotateOrganizationTokenRequest
func (NullableRotateOrganizationTokenRequest) IsSet ¶
func (v NullableRotateOrganizationTokenRequest) IsSet() bool
func (NullableRotateOrganizationTokenRequest) MarshalJSON ¶
func (v NullableRotateOrganizationTokenRequest) MarshalJSON() ([]byte, error)
func (*NullableRotateOrganizationTokenRequest) Set ¶
func (v *NullableRotateOrganizationTokenRequest) Set(val *RotateOrganizationTokenRequest)
func (*NullableRotateOrganizationTokenRequest) UnmarshalJSON ¶
func (v *NullableRotateOrganizationTokenRequest) UnmarshalJSON(src []byte) error
func (*NullableRotateOrganizationTokenRequest) Unset ¶
func (v *NullableRotateOrganizationTokenRequest) Unset()
type NullableRotateServiceTokenRequest ¶
type NullableRotateServiceTokenRequest struct {
// contains filtered or unexported fields
}
func NewNullableRotateServiceTokenRequest ¶
func NewNullableRotateServiceTokenRequest(val *RotateServiceTokenRequest) *NullableRotateServiceTokenRequest
func (NullableRotateServiceTokenRequest) Get ¶
func (v NullableRotateServiceTokenRequest) Get() *RotateServiceTokenRequest
func (NullableRotateServiceTokenRequest) IsSet ¶
func (v NullableRotateServiceTokenRequest) IsSet() bool
func (NullableRotateServiceTokenRequest) MarshalJSON ¶
func (v NullableRotateServiceTokenRequest) MarshalJSON() ([]byte, error)
func (*NullableRotateServiceTokenRequest) Set ¶
func (v *NullableRotateServiceTokenRequest) Set(val *RotateServiceTokenRequest)
func (*NullableRotateServiceTokenRequest) UnmarshalJSON ¶
func (v *NullableRotateServiceTokenRequest) UnmarshalJSON(src []byte) error
func (*NullableRotateServiceTokenRequest) Unset ¶
func (v *NullableRotateServiceTokenRequest) Unset()
type NullableScope ¶
type NullableScope struct {
// contains filtered or unexported fields
}
func NewNullableScope ¶
func NewNullableScope(val *Scope) *NullableScope
func (NullableScope) Get ¶
func (v NullableScope) Get() *Scope
func (NullableScope) IsSet ¶
func (v NullableScope) IsSet() bool
func (NullableScope) MarshalJSON ¶
func (v NullableScope) MarshalJSON() ([]byte, error)
func (*NullableScope) Set ¶
func (v *NullableScope) Set(val *Scope)
func (*NullableScope) UnmarshalJSON ¶
func (v *NullableScope) UnmarshalJSON(src []byte) error
func (*NullableScope) Unset ¶
func (v *NullableScope) Unset()
type NullableService ¶
type NullableService struct {
// contains filtered or unexported fields
}
func NewNullableService ¶
func NewNullableService(val *Service) *NullableService
func (NullableService) Get ¶
func (v NullableService) Get() *Service
func (NullableService) IsSet ¶
func (v NullableService) IsSet() bool
func (NullableService) MarshalJSON ¶
func (v NullableService) MarshalJSON() ([]byte, error)
func (*NullableService) Set ¶
func (v *NullableService) Set(val *Service)
func (*NullableService) UnmarshalJSON ¶
func (v *NullableService) UnmarshalJSON(src []byte) error
func (*NullableService) Unset ¶
func (v *NullableService) Unset()
type NullableServiceAccess ¶
type NullableServiceAccess struct {
// contains filtered or unexported fields
}
func NewNullableServiceAccess ¶
func NewNullableServiceAccess(val *ServiceAccess) *NullableServiceAccess
func (NullableServiceAccess) Get ¶
func (v NullableServiceAccess) Get() *ServiceAccess
func (NullableServiceAccess) IsSet ¶
func (v NullableServiceAccess) IsSet() bool
func (NullableServiceAccess) MarshalJSON ¶
func (v NullableServiceAccess) MarshalJSON() ([]byte, error)
func (*NullableServiceAccess) Set ¶
func (v *NullableServiceAccess) Set(val *ServiceAccess)
func (*NullableServiceAccess) UnmarshalJSON ¶
func (v *NullableServiceAccess) UnmarshalJSON(src []byte) error
func (*NullableServiceAccess) Unset ¶
func (v *NullableServiceAccess) Unset()
type NullableServiceAccessResponse ¶
type NullableServiceAccessResponse struct {
// contains filtered or unexported fields
}
func NewNullableServiceAccessResponse ¶
func NewNullableServiceAccessResponse(val *ServiceAccessResponse) *NullableServiceAccessResponse
func (NullableServiceAccessResponse) Get ¶
func (v NullableServiceAccessResponse) Get() *ServiceAccessResponse
func (NullableServiceAccessResponse) IsSet ¶
func (v NullableServiceAccessResponse) IsSet() bool
func (NullableServiceAccessResponse) MarshalJSON ¶
func (v NullableServiceAccessResponse) MarshalJSON() ([]byte, error)
func (*NullableServiceAccessResponse) Set ¶
func (v *NullableServiceAccessResponse) Set(val *ServiceAccessResponse)
func (*NullableServiceAccessResponse) UnmarshalJSON ¶
func (v *NullableServiceAccessResponse) UnmarshalJSON(src []byte) error
func (*NullableServiceAccessResponse) Unset ¶
func (v *NullableServiceAccessResponse) Unset()
type NullableServiceInstance ¶
type NullableServiceInstance struct {
// contains filtered or unexported fields
}
func NewNullableServiceInstance ¶
func NewNullableServiceInstance(val *ServiceInstance) *NullableServiceInstance
func (NullableServiceInstance) Get ¶
func (v NullableServiceInstance) Get() *ServiceInstance
func (NullableServiceInstance) IsSet ¶
func (v NullableServiceInstance) IsSet() bool
func (NullableServiceInstance) MarshalJSON ¶
func (v NullableServiceInstance) MarshalJSON() ([]byte, error)
func (*NullableServiceInstance) Set ¶
func (v *NullableServiceInstance) Set(val *ServiceInstance)
func (*NullableServiceInstance) UnmarshalJSON ¶
func (v *NullableServiceInstance) UnmarshalJSON(src []byte) error
func (*NullableServiceInstance) Unset ¶
func (v *NullableServiceInstance) Unset()
type NullableServiceInstanceManagementResponse ¶
type NullableServiceInstanceManagementResponse struct {
// contains filtered or unexported fields
}
func NewNullableServiceInstanceManagementResponse ¶
func NewNullableServiceInstanceManagementResponse(val *ServiceInstanceManagementResponse) *NullableServiceInstanceManagementResponse
func (NullableServiceInstanceManagementResponse) IsSet ¶
func (v NullableServiceInstanceManagementResponse) IsSet() bool
func (NullableServiceInstanceManagementResponse) MarshalJSON ¶
func (v NullableServiceInstanceManagementResponse) MarshalJSON() ([]byte, error)
func (*NullableServiceInstanceManagementResponse) Set ¶
func (v *NullableServiceInstanceManagementResponse) Set(val *ServiceInstanceManagementResponse)
func (*NullableServiceInstanceManagementResponse) UnmarshalJSON ¶
func (v *NullableServiceInstanceManagementResponse) UnmarshalJSON(src []byte) error
func (*NullableServiceInstanceManagementResponse) Unset ¶
func (v *NullableServiceInstanceManagementResponse) Unset()
type NullableServiceInstanceMembershipResponse ¶
type NullableServiceInstanceMembershipResponse struct {
// contains filtered or unexported fields
}
func NewNullableServiceInstanceMembershipResponse ¶
func NewNullableServiceInstanceMembershipResponse(val *ServiceInstanceMembershipResponse) *NullableServiceInstanceMembershipResponse
func (NullableServiceInstanceMembershipResponse) IsSet ¶
func (v NullableServiceInstanceMembershipResponse) IsSet() bool
func (NullableServiceInstanceMembershipResponse) MarshalJSON ¶
func (v NullableServiceInstanceMembershipResponse) MarshalJSON() ([]byte, error)
func (*NullableServiceInstanceMembershipResponse) Set ¶
func (v *NullableServiceInstanceMembershipResponse) Set(val *ServiceInstanceMembershipResponse)
func (*NullableServiceInstanceMembershipResponse) UnmarshalJSON ¶
func (v *NullableServiceInstanceMembershipResponse) UnmarshalJSON(src []byte) error
func (*NullableServiceInstanceMembershipResponse) Unset ¶
func (v *NullableServiceInstanceMembershipResponse) Unset()
type NullableServiceTokenResponse ¶
type NullableServiceTokenResponse struct {
// contains filtered or unexported fields
}
func NewNullableServiceTokenResponse ¶
func NewNullableServiceTokenResponse(val *ServiceTokenResponse) *NullableServiceTokenResponse
func (NullableServiceTokenResponse) Get ¶
func (v NullableServiceTokenResponse) Get() *ServiceTokenResponse
func (NullableServiceTokenResponse) IsSet ¶
func (v NullableServiceTokenResponse) IsSet() bool
func (NullableServiceTokenResponse) MarshalJSON ¶
func (v NullableServiceTokenResponse) MarshalJSON() ([]byte, error)
func (*NullableServiceTokenResponse) Set ¶
func (v *NullableServiceTokenResponse) Set(val *ServiceTokenResponse)
func (*NullableServiceTokenResponse) UnmarshalJSON ¶
func (v *NullableServiceTokenResponse) UnmarshalJSON(src []byte) error
func (*NullableServiceTokenResponse) Unset ¶
func (v *NullableServiceTokenResponse) Unset()
type NullableSnsCredentials ¶
type NullableSnsCredentials struct {
// contains filtered or unexported fields
}
func NewNullableSnsCredentials ¶
func NewNullableSnsCredentials(val *SnsCredentials) *NullableSnsCredentials
func (NullableSnsCredentials) Get ¶
func (v NullableSnsCredentials) Get() *SnsCredentials
func (NullableSnsCredentials) IsSet ¶
func (v NullableSnsCredentials) IsSet() bool
func (NullableSnsCredentials) MarshalJSON ¶
func (v NullableSnsCredentials) MarshalJSON() ([]byte, error)
func (*NullableSnsCredentials) Set ¶
func (v *NullableSnsCredentials) Set(val *SnsCredentials)
func (*NullableSnsCredentials) UnmarshalJSON ¶
func (v *NullableSnsCredentials) UnmarshalJSON(src []byte) error
func (*NullableSnsCredentials) Unset ¶
func (v *NullableSnsCredentials) 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 NullableStringArray ¶
type NullableStringArray struct {
// contains filtered or unexported fields
}
func NewNullableStringArray ¶
func NewNullableStringArray(val *StringArray) *NullableStringArray
func (NullableStringArray) Get ¶
func (v NullableStringArray) Get() *StringArray
func (NullableStringArray) IsSet ¶
func (v NullableStringArray) IsSet() bool
func (NullableStringArray) MarshalJSON ¶
func (v NullableStringArray) MarshalJSON() ([]byte, error)
func (*NullableStringArray) Set ¶
func (v *NullableStringArray) Set(val *StringArray)
func (*NullableStringArray) UnmarshalJSON ¶
func (v *NullableStringArray) UnmarshalJSON(src []byte) error
func (*NullableStringArray) Unset ¶
func (v *NullableStringArray) Unset()
type NullableTaggedValue ¶
type NullableTaggedValue struct {
// contains filtered or unexported fields
}
func NewNullableTaggedValue ¶
func NewNullableTaggedValue(val *TaggedValue) *NullableTaggedValue
func (NullableTaggedValue) Get ¶
func (v NullableTaggedValue) Get() *TaggedValue
func (NullableTaggedValue) IsSet ¶
func (v NullableTaggedValue) IsSet() bool
func (NullableTaggedValue) MarshalJSON ¶
func (v NullableTaggedValue) MarshalJSON() ([]byte, error)
func (*NullableTaggedValue) Set ¶
func (v *NullableTaggedValue) Set(val *TaggedValue)
func (*NullableTaggedValue) UnmarshalJSON ¶
func (v *NullableTaggedValue) UnmarshalJSON(src []byte) error
func (*NullableTaggedValue) Unset ¶
func (v *NullableTaggedValue) 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 NullableTrustAnchor ¶
type NullableTrustAnchor struct {
// contains filtered or unexported fields
}
func NewNullableTrustAnchor ¶
func NewNullableTrustAnchor(val *TrustAnchor) *NullableTrustAnchor
func (NullableTrustAnchor) Get ¶
func (v NullableTrustAnchor) Get() *TrustAnchor
func (NullableTrustAnchor) IsSet ¶
func (v NullableTrustAnchor) IsSet() bool
func (NullableTrustAnchor) MarshalJSON ¶
func (v NullableTrustAnchor) MarshalJSON() ([]byte, error)
func (*NullableTrustAnchor) Set ¶
func (v *NullableTrustAnchor) Set(val *TrustAnchor)
func (*NullableTrustAnchor) UnmarshalJSON ¶
func (v *NullableTrustAnchor) UnmarshalJSON(src []byte) error
func (*NullableTrustAnchor) Unset ¶
func (v *NullableTrustAnchor) Unset()
type NullableUpdateApiServerPrivilegesRequest ¶
type NullableUpdateApiServerPrivilegesRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateApiServerPrivilegesRequest ¶
func NewNullableUpdateApiServerPrivilegesRequest(val *UpdateApiServerPrivilegesRequest) *NullableUpdateApiServerPrivilegesRequest
func (NullableUpdateApiServerPrivilegesRequest) IsSet ¶
func (v NullableUpdateApiServerPrivilegesRequest) IsSet() bool
func (NullableUpdateApiServerPrivilegesRequest) MarshalJSON ¶
func (v NullableUpdateApiServerPrivilegesRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateApiServerPrivilegesRequest) Set ¶
func (v *NullableUpdateApiServerPrivilegesRequest) Set(val *UpdateApiServerPrivilegesRequest)
func (*NullableUpdateApiServerPrivilegesRequest) UnmarshalJSON ¶
func (v *NullableUpdateApiServerPrivilegesRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateApiServerPrivilegesRequest) Unset ¶
func (v *NullableUpdateApiServerPrivilegesRequest) Unset()
type NullableUpdateApiServerRequest ¶
type NullableUpdateApiServerRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateApiServerRequest ¶
func NewNullableUpdateApiServerRequest(val *UpdateApiServerRequest) *NullableUpdateApiServerRequest
func (NullableUpdateApiServerRequest) Get ¶
func (v NullableUpdateApiServerRequest) Get() *UpdateApiServerRequest
func (NullableUpdateApiServerRequest) IsSet ¶
func (v NullableUpdateApiServerRequest) IsSet() bool
func (NullableUpdateApiServerRequest) MarshalJSON ¶
func (v NullableUpdateApiServerRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateApiServerRequest) Set ¶
func (v *NullableUpdateApiServerRequest) Set(val *UpdateApiServerRequest)
func (*NullableUpdateApiServerRequest) UnmarshalJSON ¶
func (v *NullableUpdateApiServerRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateApiServerRequest) Unset ¶
func (v *NullableUpdateApiServerRequest) Unset()
type NullableUpdateClientPrivilegesRequest ¶
type NullableUpdateClientPrivilegesRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateClientPrivilegesRequest ¶
func NewNullableUpdateClientPrivilegesRequest(val *UpdateClientPrivilegesRequest) *NullableUpdateClientPrivilegesRequest
func (NullableUpdateClientPrivilegesRequest) Get ¶
func (v NullableUpdateClientPrivilegesRequest) Get() *UpdateClientPrivilegesRequest
func (NullableUpdateClientPrivilegesRequest) IsSet ¶
func (v NullableUpdateClientPrivilegesRequest) IsSet() bool
func (NullableUpdateClientPrivilegesRequest) MarshalJSON ¶
func (v NullableUpdateClientPrivilegesRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateClientPrivilegesRequest) Set ¶
func (v *NullableUpdateClientPrivilegesRequest) Set(val *UpdateClientPrivilegesRequest)
func (*NullableUpdateClientPrivilegesRequest) UnmarshalJSON ¶
func (v *NullableUpdateClientPrivilegesRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateClientPrivilegesRequest) Unset ¶
func (v *NullableUpdateClientPrivilegesRequest) Unset()
type NullableUpdateOrganizationPrivilegesRequest ¶
type NullableUpdateOrganizationPrivilegesRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateOrganizationPrivilegesRequest ¶
func NewNullableUpdateOrganizationPrivilegesRequest(val *UpdateOrganizationPrivilegesRequest) *NullableUpdateOrganizationPrivilegesRequest
func (NullableUpdateOrganizationPrivilegesRequest) IsSet ¶
func (v NullableUpdateOrganizationPrivilegesRequest) IsSet() bool
func (NullableUpdateOrganizationPrivilegesRequest) MarshalJSON ¶
func (v NullableUpdateOrganizationPrivilegesRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateOrganizationPrivilegesRequest) Set ¶
func (v *NullableUpdateOrganizationPrivilegesRequest) Set(val *UpdateOrganizationPrivilegesRequest)
func (*NullableUpdateOrganizationPrivilegesRequest) UnmarshalJSON ¶
func (v *NullableUpdateOrganizationPrivilegesRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateOrganizationPrivilegesRequest) Unset ¶
func (v *NullableUpdateOrganizationPrivilegesRequest) Unset()
type NullableUpdateOrganizationRequest ¶
type NullableUpdateOrganizationRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateOrganizationRequest ¶
func NewNullableUpdateOrganizationRequest(val *UpdateOrganizationRequest) *NullableUpdateOrganizationRequest
func (NullableUpdateOrganizationRequest) Get ¶
func (v NullableUpdateOrganizationRequest) Get() *UpdateOrganizationRequest
func (NullableUpdateOrganizationRequest) IsSet ¶
func (v NullableUpdateOrganizationRequest) IsSet() bool
func (NullableUpdateOrganizationRequest) MarshalJSON ¶
func (v NullableUpdateOrganizationRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateOrganizationRequest) Set ¶
func (v *NullableUpdateOrganizationRequest) Set(val *UpdateOrganizationRequest)
func (*NullableUpdateOrganizationRequest) UnmarshalJSON ¶
func (v *NullableUpdateOrganizationRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateOrganizationRequest) Unset ¶
func (v *NullableUpdateOrganizationRequest) Unset()
type NullableUpdateServicePrivilegesRequest ¶
type NullableUpdateServicePrivilegesRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateServicePrivilegesRequest ¶
func NewNullableUpdateServicePrivilegesRequest(val *UpdateServicePrivilegesRequest) *NullableUpdateServicePrivilegesRequest
func (NullableUpdateServicePrivilegesRequest) Get ¶
func (v NullableUpdateServicePrivilegesRequest) Get() *UpdateServicePrivilegesRequest
func (NullableUpdateServicePrivilegesRequest) IsSet ¶
func (v NullableUpdateServicePrivilegesRequest) IsSet() bool
func (NullableUpdateServicePrivilegesRequest) MarshalJSON ¶
func (v NullableUpdateServicePrivilegesRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateServicePrivilegesRequest) Set ¶
func (v *NullableUpdateServicePrivilegesRequest) Set(val *UpdateServicePrivilegesRequest)
func (*NullableUpdateServicePrivilegesRequest) UnmarshalJSON ¶
func (v *NullableUpdateServicePrivilegesRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateServicePrivilegesRequest) Unset ¶
func (v *NullableUpdateServicePrivilegesRequest) Unset()
type NullableUpdateUserRequest ¶
type NullableUpdateUserRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateUserRequest ¶
func NewNullableUpdateUserRequest(val *UpdateUserRequest) *NullableUpdateUserRequest
func (NullableUpdateUserRequest) Get ¶
func (v NullableUpdateUserRequest) Get() *UpdateUserRequest
func (NullableUpdateUserRequest) IsSet ¶
func (v NullableUpdateUserRequest) IsSet() bool
func (NullableUpdateUserRequest) MarshalJSON ¶
func (v NullableUpdateUserRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateUserRequest) Set ¶
func (v *NullableUpdateUserRequest) Set(val *UpdateUserRequest)
func (*NullableUpdateUserRequest) UnmarshalJSON ¶
func (v *NullableUpdateUserRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateUserRequest) Unset ¶
func (v *NullableUpdateUserRequest) Unset()
type NullableUserServiceMembershipResponse ¶
type NullableUserServiceMembershipResponse struct {
// contains filtered or unexported fields
}
func NewNullableUserServiceMembershipResponse ¶
func NewNullableUserServiceMembershipResponse(val *UserServiceMembershipResponse) *NullableUserServiceMembershipResponse
func (NullableUserServiceMembershipResponse) Get ¶
func (v NullableUserServiceMembershipResponse) Get() *UserServiceMembershipResponse
func (NullableUserServiceMembershipResponse) IsSet ¶
func (v NullableUserServiceMembershipResponse) IsSet() bool
func (NullableUserServiceMembershipResponse) MarshalJSON ¶
func (v NullableUserServiceMembershipResponse) MarshalJSON() ([]byte, error)
func (*NullableUserServiceMembershipResponse) Set ¶
func (v *NullableUserServiceMembershipResponse) Set(val *UserServiceMembershipResponse)
func (*NullableUserServiceMembershipResponse) UnmarshalJSON ¶
func (v *NullableUserServiceMembershipResponse) UnmarshalJSON(src []byte) error
func (*NullableUserServiceMembershipResponse) Unset ¶
func (v *NullableUserServiceMembershipResponse) Unset()
type NullableWebAuthnChallengeRequest ¶
type NullableWebAuthnChallengeRequest struct {
// contains filtered or unexported fields
}
func NewNullableWebAuthnChallengeRequest ¶
func NewNullableWebAuthnChallengeRequest(val *WebAuthnChallengeRequest) *NullableWebAuthnChallengeRequest
func (NullableWebAuthnChallengeRequest) Get ¶
func (v NullableWebAuthnChallengeRequest) Get() *WebAuthnChallengeRequest
func (NullableWebAuthnChallengeRequest) IsSet ¶
func (v NullableWebAuthnChallengeRequest) IsSet() bool
func (NullableWebAuthnChallengeRequest) MarshalJSON ¶
func (v NullableWebAuthnChallengeRequest) MarshalJSON() ([]byte, error)
func (*NullableWebAuthnChallengeRequest) Set ¶
func (v *NullableWebAuthnChallengeRequest) Set(val *WebAuthnChallengeRequest)
func (*NullableWebAuthnChallengeRequest) UnmarshalJSON ¶
func (v *NullableWebAuthnChallengeRequest) UnmarshalJSON(src []byte) error
func (*NullableWebAuthnChallengeRequest) Unset ¶
func (v *NullableWebAuthnChallengeRequest) Unset()
type NullableWebAuthnChallengeResponse ¶
type NullableWebAuthnChallengeResponse struct {
// contains filtered or unexported fields
}
func NewNullableWebAuthnChallengeResponse ¶
func NewNullableWebAuthnChallengeResponse(val *WebAuthnChallengeResponse) *NullableWebAuthnChallengeResponse
func (NullableWebAuthnChallengeResponse) Get ¶
func (v NullableWebAuthnChallengeResponse) Get() *WebAuthnChallengeResponse
func (NullableWebAuthnChallengeResponse) IsSet ¶
func (v NullableWebAuthnChallengeResponse) IsSet() bool
func (NullableWebAuthnChallengeResponse) MarshalJSON ¶
func (v NullableWebAuthnChallengeResponse) MarshalJSON() ([]byte, error)
func (*NullableWebAuthnChallengeResponse) Set ¶
func (v *NullableWebAuthnChallengeResponse) Set(val *WebAuthnChallengeResponse)
func (*NullableWebAuthnChallengeResponse) UnmarshalJSON ¶
func (v *NullableWebAuthnChallengeResponse) UnmarshalJSON(src []byte) error
func (*NullableWebAuthnChallengeResponse) Unset ¶
func (v *NullableWebAuthnChallengeResponse) Unset()
type Organization ¶
type Organization struct { Id *int64 `json:"id,omitempty"` Xid *int64 `json:"xid,omitempty"` Name *string `json:"name,omitempty"` Plan *string `json:"plan,omitempty"` ServiceListing []ServiceInstance `json:"serviceListing,omitempty"` Members []OrganizationAccess `json:"members,omitempty"` }
Organization struct for Organization
func NewOrganization ¶
func NewOrganization() *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 ¶
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) GetId ¶
func (o *Organization) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*Organization) GetIdOk ¶
func (o *Organization) 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 (*Organization) GetMembers ¶
func (o *Organization) GetMembers() []OrganizationAccess
GetMembers returns the Members field value if set, zero value otherwise.
func (*Organization) GetMembersOk ¶
func (o *Organization) GetMembersOk() ([]OrganizationAccess, bool)
GetMembersOk returns a tuple with the Members field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetName ¶
func (o *Organization) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*Organization) GetNameOk ¶
func (o *Organization) 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 (*Organization) GetPlan ¶
func (o *Organization) GetPlan() string
GetPlan returns the Plan field value if set, zero value otherwise.
func (*Organization) GetPlanOk ¶
func (o *Organization) 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 (*Organization) GetServiceListing ¶
func (o *Organization) GetServiceListing() []ServiceInstance
GetServiceListing returns the ServiceListing field value if set, zero value otherwise.
func (*Organization) GetServiceListingOk ¶
func (o *Organization) GetServiceListingOk() ([]ServiceInstance, bool)
GetServiceListingOk returns a tuple with the ServiceListing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetXid ¶
func (o *Organization) GetXid() int64
GetXid returns the Xid field value if set, zero value otherwise.
func (*Organization) GetXidOk ¶
func (o *Organization) GetXidOk() (*int64, bool)
GetXidOk returns a tuple with the Xid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) HasId ¶
func (o *Organization) HasId() bool
HasId returns a boolean if a field has been set.
func (*Organization) HasMembers ¶
func (o *Organization) HasMembers() bool
HasMembers returns a boolean if a field has been set.
func (*Organization) HasName ¶
func (o *Organization) HasName() bool
HasName returns a boolean if a field has been set.
func (*Organization) HasPlan ¶
func (o *Organization) HasPlan() bool
HasPlan returns a boolean if a field has been set.
func (*Organization) HasServiceListing ¶
func (o *Organization) HasServiceListing() bool
HasServiceListing returns a boolean if a field has been set.
func (*Organization) HasXid ¶
func (o *Organization) HasXid() bool
HasXid returns a boolean if a field has been set.
func (Organization) MarshalJSON ¶
func (o Organization) MarshalJSON() ([]byte, error)
func (*Organization) SetId ¶
func (o *Organization) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*Organization) SetMembers ¶
func (o *Organization) SetMembers(v []OrganizationAccess)
SetMembers gets a reference to the given []OrganizationAccess and assigns it to the Members field.
func (*Organization) SetName ¶
func (o *Organization) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*Organization) SetPlan ¶
func (o *Organization) SetPlan(v string)
SetPlan gets a reference to the given string and assigns it to the Plan field.
func (*Organization) SetServiceListing ¶
func (o *Organization) SetServiceListing(v []ServiceInstance)
SetServiceListing gets a reference to the given []ServiceInstance and assigns it to the ServiceListing field.
func (*Organization) SetXid ¶
func (o *Organization) SetXid(v int64)
SetXid gets a reference to the given int64 and assigns it to the Xid field.
func (Organization) ToMap ¶ added in v0.3.0
func (o Organization) ToMap() (map[string]interface{}, error)
type OrganizationAccess ¶
type OrganizationAccess struct { Id *int64 `json:"id,omitempty"` Privileges []string `json:"privileges,omitempty"` AllApiServerPrivileges []string `json:"allApiServerPrivileges,omitempty"` AllServicePrivileges []string `json:"allServicePrivileges,omitempty"` AllClientPrivileges []string `json:"allClientPrivileges,omitempty"` ApiServerAccess []ApiServerAccess `json:"apiServerAccess,omitempty"` OrganizationId *int64 `json:"organization_id,omitempty"` UserId *int64 `json:"user_id,omitempty"` }
OrganizationAccess struct for OrganizationAccess
func NewOrganizationAccess ¶
func NewOrganizationAccess() *OrganizationAccess
NewOrganizationAccess instantiates a new OrganizationAccess 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 NewOrganizationAccessWithDefaults ¶
func NewOrganizationAccessWithDefaults() *OrganizationAccess
NewOrganizationAccessWithDefaults instantiates a new OrganizationAccess 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 (*OrganizationAccess) GetAllApiServerPrivileges ¶
func (o *OrganizationAccess) GetAllApiServerPrivileges() []string
GetAllApiServerPrivileges returns the AllApiServerPrivileges field value if set, zero value otherwise.
func (*OrganizationAccess) GetAllApiServerPrivilegesOk ¶
func (o *OrganizationAccess) GetAllApiServerPrivilegesOk() ([]string, bool)
GetAllApiServerPrivilegesOk returns a tuple with the AllApiServerPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAccess) GetAllClientPrivileges ¶
func (o *OrganizationAccess) GetAllClientPrivileges() []string
GetAllClientPrivileges returns the AllClientPrivileges field value if set, zero value otherwise.
func (*OrganizationAccess) GetAllClientPrivilegesOk ¶
func (o *OrganizationAccess) GetAllClientPrivilegesOk() ([]string, bool)
GetAllClientPrivilegesOk returns a tuple with the AllClientPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAccess) GetAllServicePrivileges ¶
func (o *OrganizationAccess) GetAllServicePrivileges() []string
GetAllServicePrivileges returns the AllServicePrivileges field value if set, zero value otherwise.
func (*OrganizationAccess) GetAllServicePrivilegesOk ¶
func (o *OrganizationAccess) GetAllServicePrivilegesOk() ([]string, bool)
GetAllServicePrivilegesOk returns a tuple with the AllServicePrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAccess) GetApiServerAccess ¶
func (o *OrganizationAccess) GetApiServerAccess() []ApiServerAccess
GetApiServerAccess returns the ApiServerAccess field value if set, zero value otherwise.
func (*OrganizationAccess) GetApiServerAccessOk ¶
func (o *OrganizationAccess) GetApiServerAccessOk() ([]ApiServerAccess, bool)
GetApiServerAccessOk returns a tuple with the ApiServerAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAccess) GetId ¶
func (o *OrganizationAccess) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*OrganizationAccess) GetIdOk ¶
func (o *OrganizationAccess) 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 (*OrganizationAccess) GetOrganizationId ¶
func (o *OrganizationAccess) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*OrganizationAccess) GetOrganizationIdOk ¶
func (o *OrganizationAccess) GetOrganizationIdOk() (*int64, 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.
func (*OrganizationAccess) GetPrivileges ¶
func (o *OrganizationAccess) GetPrivileges() []string
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*OrganizationAccess) GetPrivilegesOk ¶
func (o *OrganizationAccess) GetPrivilegesOk() ([]string, bool)
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAccess) GetUserId ¶
func (o *OrganizationAccess) GetUserId() int64
GetUserId returns the UserId field value if set, zero value otherwise.
func (*OrganizationAccess) GetUserIdOk ¶
func (o *OrganizationAccess) GetUserIdOk() (*int64, bool)
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAccess) HasAllApiServerPrivileges ¶
func (o *OrganizationAccess) HasAllApiServerPrivileges() bool
HasAllApiServerPrivileges returns a boolean if a field has been set.
func (*OrganizationAccess) HasAllClientPrivileges ¶
func (o *OrganizationAccess) HasAllClientPrivileges() bool
HasAllClientPrivileges returns a boolean if a field has been set.
func (*OrganizationAccess) HasAllServicePrivileges ¶
func (o *OrganizationAccess) HasAllServicePrivileges() bool
HasAllServicePrivileges returns a boolean if a field has been set.
func (*OrganizationAccess) HasApiServerAccess ¶
func (o *OrganizationAccess) HasApiServerAccess() bool
HasApiServerAccess returns a boolean if a field has been set.
func (*OrganizationAccess) HasId ¶
func (o *OrganizationAccess) HasId() bool
HasId returns a boolean if a field has been set.
func (*OrganizationAccess) HasOrganizationId ¶
func (o *OrganizationAccess) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*OrganizationAccess) HasPrivileges ¶
func (o *OrganizationAccess) HasPrivileges() bool
HasPrivileges returns a boolean if a field has been set.
func (*OrganizationAccess) HasUserId ¶
func (o *OrganizationAccess) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (OrganizationAccess) MarshalJSON ¶
func (o OrganizationAccess) MarshalJSON() ([]byte, error)
func (*OrganizationAccess) SetAllApiServerPrivileges ¶
func (o *OrganizationAccess) SetAllApiServerPrivileges(v []string)
SetAllApiServerPrivileges gets a reference to the given []string and assigns it to the AllApiServerPrivileges field.
func (*OrganizationAccess) SetAllClientPrivileges ¶
func (o *OrganizationAccess) SetAllClientPrivileges(v []string)
SetAllClientPrivileges gets a reference to the given []string and assigns it to the AllClientPrivileges field.
func (*OrganizationAccess) SetAllServicePrivileges ¶
func (o *OrganizationAccess) SetAllServicePrivileges(v []string)
SetAllServicePrivileges gets a reference to the given []string and assigns it to the AllServicePrivileges field.
func (*OrganizationAccess) SetApiServerAccess ¶
func (o *OrganizationAccess) SetApiServerAccess(v []ApiServerAccess)
SetApiServerAccess gets a reference to the given []ApiServerAccess and assigns it to the ApiServerAccess field.
func (*OrganizationAccess) SetId ¶
func (o *OrganizationAccess) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*OrganizationAccess) SetOrganizationId ¶
func (o *OrganizationAccess) SetOrganizationId(v int64)
SetOrganizationId gets a reference to the given int64 and assigns it to the OrganizationId field.
func (*OrganizationAccess) SetPrivileges ¶
func (o *OrganizationAccess) SetPrivileges(v []string)
SetPrivileges gets a reference to the given []string and assigns it to the Privileges field.
func (*OrganizationAccess) SetUserId ¶
func (o *OrganizationAccess) SetUserId(v int64)
SetUserId gets a reference to the given int64 and assigns it to the UserId field.
func (OrganizationAccess) ToMap ¶ added in v0.3.0
func (o OrganizationAccess) ToMap() (map[string]interface{}, error)
type OrganizationAccessResponse ¶
type OrganizationAccessResponse struct { User *LogInResponse `json:"user,omitempty"` UserId *int64 `json:"userId,omitempty"` OrganizationId *int64 `json:"organizationId,omitempty"` Privileges []string `json:"privileges,omitempty"` AllApiServerPrivileges []string `json:"allApiServerPrivileges,omitempty"` AllServicePrivileges []string `json:"allServicePrivileges,omitempty"` AllClientPrivileges []string `json:"allClientPrivileges,omitempty"` ApiServerAccess []ApiServerAccessResponse `json:"apiServerAccess,omitempty"` }
OrganizationAccessResponse struct for OrganizationAccessResponse
func NewOrganizationAccessResponse ¶
func NewOrganizationAccessResponse() *OrganizationAccessResponse
NewOrganizationAccessResponse instantiates a new OrganizationAccessResponse 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 NewOrganizationAccessResponseWithDefaults ¶
func NewOrganizationAccessResponseWithDefaults() *OrganizationAccessResponse
NewOrganizationAccessResponseWithDefaults instantiates a new OrganizationAccessResponse 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 (*OrganizationAccessResponse) GetAllApiServerPrivileges ¶
func (o *OrganizationAccessResponse) GetAllApiServerPrivileges() []string
GetAllApiServerPrivileges returns the AllApiServerPrivileges field value if set, zero value otherwise.
func (*OrganizationAccessResponse) GetAllApiServerPrivilegesOk ¶
func (o *OrganizationAccessResponse) GetAllApiServerPrivilegesOk() ([]string, bool)
GetAllApiServerPrivilegesOk returns a tuple with the AllApiServerPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAccessResponse) GetAllClientPrivileges ¶
func (o *OrganizationAccessResponse) GetAllClientPrivileges() []string
GetAllClientPrivileges returns the AllClientPrivileges field value if set, zero value otherwise.
func (*OrganizationAccessResponse) GetAllClientPrivilegesOk ¶
func (o *OrganizationAccessResponse) GetAllClientPrivilegesOk() ([]string, bool)
GetAllClientPrivilegesOk returns a tuple with the AllClientPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAccessResponse) GetAllServicePrivileges ¶
func (o *OrganizationAccessResponse) GetAllServicePrivileges() []string
GetAllServicePrivileges returns the AllServicePrivileges field value if set, zero value otherwise.
func (*OrganizationAccessResponse) GetAllServicePrivilegesOk ¶
func (o *OrganizationAccessResponse) GetAllServicePrivilegesOk() ([]string, bool)
GetAllServicePrivilegesOk returns a tuple with the AllServicePrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAccessResponse) GetApiServerAccess ¶
func (o *OrganizationAccessResponse) GetApiServerAccess() []ApiServerAccessResponse
GetApiServerAccess returns the ApiServerAccess field value if set, zero value otherwise.
func (*OrganizationAccessResponse) GetApiServerAccessOk ¶
func (o *OrganizationAccessResponse) GetApiServerAccessOk() ([]ApiServerAccessResponse, bool)
GetApiServerAccessOk returns a tuple with the ApiServerAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAccessResponse) GetOrganizationId ¶
func (o *OrganizationAccessResponse) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*OrganizationAccessResponse) GetOrganizationIdOk ¶
func (o *OrganizationAccessResponse) GetOrganizationIdOk() (*int64, 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.
func (*OrganizationAccessResponse) GetPrivileges ¶
func (o *OrganizationAccessResponse) GetPrivileges() []string
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*OrganizationAccessResponse) GetPrivilegesOk ¶
func (o *OrganizationAccessResponse) GetPrivilegesOk() ([]string, bool)
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAccessResponse) GetUser ¶
func (o *OrganizationAccessResponse) GetUser() LogInResponse
GetUser returns the User field value if set, zero value otherwise.
func (*OrganizationAccessResponse) GetUserId ¶
func (o *OrganizationAccessResponse) GetUserId() int64
GetUserId returns the UserId field value if set, zero value otherwise.
func (*OrganizationAccessResponse) GetUserIdOk ¶
func (o *OrganizationAccessResponse) GetUserIdOk() (*int64, bool)
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAccessResponse) GetUserOk ¶
func (o *OrganizationAccessResponse) GetUserOk() (*LogInResponse, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationAccessResponse) HasAllApiServerPrivileges ¶
func (o *OrganizationAccessResponse) HasAllApiServerPrivileges() bool
HasAllApiServerPrivileges returns a boolean if a field has been set.
func (*OrganizationAccessResponse) HasAllClientPrivileges ¶
func (o *OrganizationAccessResponse) HasAllClientPrivileges() bool
HasAllClientPrivileges returns a boolean if a field has been set.
func (*OrganizationAccessResponse) HasAllServicePrivileges ¶
func (o *OrganizationAccessResponse) HasAllServicePrivileges() bool
HasAllServicePrivileges returns a boolean if a field has been set.
func (*OrganizationAccessResponse) HasApiServerAccess ¶
func (o *OrganizationAccessResponse) HasApiServerAccess() bool
HasApiServerAccess returns a boolean if a field has been set.
func (*OrganizationAccessResponse) HasOrganizationId ¶
func (o *OrganizationAccessResponse) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*OrganizationAccessResponse) HasPrivileges ¶
func (o *OrganizationAccessResponse) HasPrivileges() bool
HasPrivileges returns a boolean if a field has been set.
func (*OrganizationAccessResponse) HasUser ¶
func (o *OrganizationAccessResponse) HasUser() bool
HasUser returns a boolean if a field has been set.
func (*OrganizationAccessResponse) HasUserId ¶
func (o *OrganizationAccessResponse) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (OrganizationAccessResponse) MarshalJSON ¶
func (o OrganizationAccessResponse) MarshalJSON() ([]byte, error)
func (*OrganizationAccessResponse) SetAllApiServerPrivileges ¶
func (o *OrganizationAccessResponse) SetAllApiServerPrivileges(v []string)
SetAllApiServerPrivileges gets a reference to the given []string and assigns it to the AllApiServerPrivileges field.
func (*OrganizationAccessResponse) SetAllClientPrivileges ¶
func (o *OrganizationAccessResponse) SetAllClientPrivileges(v []string)
SetAllClientPrivileges gets a reference to the given []string and assigns it to the AllClientPrivileges field.
func (*OrganizationAccessResponse) SetAllServicePrivileges ¶
func (o *OrganizationAccessResponse) SetAllServicePrivileges(v []string)
SetAllServicePrivileges gets a reference to the given []string and assigns it to the AllServicePrivileges field.
func (*OrganizationAccessResponse) SetApiServerAccess ¶
func (o *OrganizationAccessResponse) SetApiServerAccess(v []ApiServerAccessResponse)
SetApiServerAccess gets a reference to the given []ApiServerAccessResponse and assigns it to the ApiServerAccess field.
func (*OrganizationAccessResponse) SetOrganizationId ¶
func (o *OrganizationAccessResponse) SetOrganizationId(v int64)
SetOrganizationId gets a reference to the given int64 and assigns it to the OrganizationId field.
func (*OrganizationAccessResponse) SetPrivileges ¶
func (o *OrganizationAccessResponse) SetPrivileges(v []string)
SetPrivileges gets a reference to the given []string and assigns it to the Privileges field.
func (*OrganizationAccessResponse) SetUser ¶
func (o *OrganizationAccessResponse) SetUser(v LogInResponse)
SetUser gets a reference to the given LogInResponse and assigns it to the User field.
func (*OrganizationAccessResponse) SetUserId ¶
func (o *OrganizationAccessResponse) SetUserId(v int64)
SetUserId gets a reference to the given int64 and assigns it to the UserId field.
func (OrganizationAccessResponse) ToMap ¶ added in v0.3.0
func (o OrganizationAccessResponse) ToMap() (map[string]interface{}, error)
type OrganizationApiAPI ¶ added in v0.3.0
type OrganizationApiAPI interface { /* CreateOrganization Method for CreateOrganization @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateOrganizationRequest */ CreateOrganization(ctx context.Context) ApiCreateOrganizationRequest // CreateOrganizationExecute executes the request // @return OrganizationResponse CreateOrganizationExecute(r ApiCreateOrganizationRequest) (*OrganizationResponse, *http.Response, error) /* DeleteOrganization Method for DeleteOrganization @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiDeleteOrganizationRequest */ DeleteOrganization(ctx context.Context, id int64) ApiDeleteOrganizationRequest // DeleteOrganizationExecute executes the request DeleteOrganizationExecute(r ApiDeleteOrganizationRequest) (*http.Response, error) /* GetAll Method for GetAll @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetAllRequest */ GetAll(ctx context.Context) ApiGetAllRequest // GetAllExecute executes the request // @return []OrganizationResponse GetAllExecute(r ApiGetAllRequest) ([]OrganizationResponse, *http.Response, error) /* GetOrganization Method for GetOrganization @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetOrganizationRequest */ GetOrganization(ctx context.Context, id int64) ApiGetOrganizationRequest // GetOrganizationExecute executes the request // @return OrganizationResponse GetOrganizationExecute(r ApiGetOrganizationRequest) (*OrganizationResponse, *http.Response, error) /* UpdateOrganization Method for UpdateOrganization @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiUpdateOrganizationRequest */ UpdateOrganization(ctx context.Context, id int64) ApiUpdateOrganizationRequest // UpdateOrganizationExecute executes the request // @return OrganizationResponse UpdateOrganizationExecute(r ApiUpdateOrganizationRequest) (*OrganizationResponse, *http.Response, error) }
type OrganizationApiAPIService ¶ added in v0.3.0
type OrganizationApiAPIService service
OrganizationApiAPIService OrganizationApiAPI service
func (*OrganizationApiAPIService) CreateOrganization ¶ added in v0.3.0
func (a *OrganizationApiAPIService) CreateOrganization(ctx context.Context) ApiCreateOrganizationRequest
CreateOrganization Method for CreateOrganization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateOrganizationRequest
func (*OrganizationApiAPIService) CreateOrganizationExecute ¶ added in v0.3.0
func (a *OrganizationApiAPIService) CreateOrganizationExecute(r ApiCreateOrganizationRequest) (*OrganizationResponse, *http.Response, error)
Execute executes the request
@return OrganizationResponse
func (*OrganizationApiAPIService) DeleteOrganization ¶ added in v0.3.0
func (a *OrganizationApiAPIService) DeleteOrganization(ctx context.Context, id int64) ApiDeleteOrganizationRequest
DeleteOrganization Method for DeleteOrganization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiDeleteOrganizationRequest
func (*OrganizationApiAPIService) DeleteOrganizationExecute ¶ added in v0.3.0
func (a *OrganizationApiAPIService) DeleteOrganizationExecute(r ApiDeleteOrganizationRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationApiAPIService) GetAll ¶ added in v0.3.0
func (a *OrganizationApiAPIService) GetAll(ctx context.Context) ApiGetAllRequest
GetAll Method for GetAll
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetAllRequest
func (*OrganizationApiAPIService) GetAllExecute ¶ added in v0.3.0
func (a *OrganizationApiAPIService) GetAllExecute(r ApiGetAllRequest) ([]OrganizationResponse, *http.Response, error)
Execute executes the request
@return []OrganizationResponse
func (*OrganizationApiAPIService) GetOrganization ¶ added in v0.3.0
func (a *OrganizationApiAPIService) GetOrganization(ctx context.Context, id int64) ApiGetOrganizationRequest
GetOrganization Method for GetOrganization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetOrganizationRequest
func (*OrganizationApiAPIService) GetOrganizationExecute ¶ added in v0.3.0
func (a *OrganizationApiAPIService) GetOrganizationExecute(r ApiGetOrganizationRequest) (*OrganizationResponse, *http.Response, error)
Execute executes the request
@return OrganizationResponse
func (*OrganizationApiAPIService) UpdateOrganization ¶ added in v0.3.0
func (a *OrganizationApiAPIService) UpdateOrganization(ctx context.Context, id int64) ApiUpdateOrganizationRequest
UpdateOrganization Method for UpdateOrganization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiUpdateOrganizationRequest
func (*OrganizationApiAPIService) UpdateOrganizationExecute ¶ added in v0.3.0
func (a *OrganizationApiAPIService) UpdateOrganizationExecute(r ApiUpdateOrganizationRequest) (*OrganizationResponse, *http.Response, error)
Execute executes the request
@return OrganizationResponse
type OrganizationMembershipResponse ¶
type OrganizationMembershipResponse struct { OrganizationId *int64 `json:"organizationId,omitempty"` Name *string `json:"name,omitempty"` Plan *string `json:"plan,omitempty"` Privileges []string `json:"privileges,omitempty"` ApiServers []ApiServerMembershipResponse `json:"apiServers,omitempty"` }
OrganizationMembershipResponse struct for OrganizationMembershipResponse
func NewOrganizationMembershipResponse ¶
func NewOrganizationMembershipResponse() *OrganizationMembershipResponse
NewOrganizationMembershipResponse instantiates a new OrganizationMembershipResponse 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 NewOrganizationMembershipResponseWithDefaults ¶
func NewOrganizationMembershipResponseWithDefaults() *OrganizationMembershipResponse
NewOrganizationMembershipResponseWithDefaults instantiates a new OrganizationMembershipResponse 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 (*OrganizationMembershipResponse) GetApiServers ¶
func (o *OrganizationMembershipResponse) GetApiServers() []ApiServerMembershipResponse
GetApiServers returns the ApiServers field value if set, zero value otherwise.
func (*OrganizationMembershipResponse) GetApiServersOk ¶
func (o *OrganizationMembershipResponse) GetApiServersOk() ([]ApiServerMembershipResponse, bool)
GetApiServersOk returns a tuple with the ApiServers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationMembershipResponse) GetName ¶
func (o *OrganizationMembershipResponse) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*OrganizationMembershipResponse) GetNameOk ¶
func (o *OrganizationMembershipResponse) 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 (*OrganizationMembershipResponse) GetOrganizationId ¶
func (o *OrganizationMembershipResponse) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*OrganizationMembershipResponse) GetOrganizationIdOk ¶
func (o *OrganizationMembershipResponse) GetOrganizationIdOk() (*int64, 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.
func (*OrganizationMembershipResponse) GetPlan ¶
func (o *OrganizationMembershipResponse) GetPlan() string
GetPlan returns the Plan field value if set, zero value otherwise.
func (*OrganizationMembershipResponse) GetPlanOk ¶
func (o *OrganizationMembershipResponse) 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 (*OrganizationMembershipResponse) GetPrivileges ¶
func (o *OrganizationMembershipResponse) GetPrivileges() []string
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*OrganizationMembershipResponse) GetPrivilegesOk ¶
func (o *OrganizationMembershipResponse) GetPrivilegesOk() ([]string, bool)
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationMembershipResponse) HasApiServers ¶
func (o *OrganizationMembershipResponse) HasApiServers() bool
HasApiServers returns a boolean if a field has been set.
func (*OrganizationMembershipResponse) HasName ¶
func (o *OrganizationMembershipResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (*OrganizationMembershipResponse) HasOrganizationId ¶
func (o *OrganizationMembershipResponse) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*OrganizationMembershipResponse) HasPlan ¶
func (o *OrganizationMembershipResponse) HasPlan() bool
HasPlan returns a boolean if a field has been set.
func (*OrganizationMembershipResponse) HasPrivileges ¶
func (o *OrganizationMembershipResponse) HasPrivileges() bool
HasPrivileges returns a boolean if a field has been set.
func (OrganizationMembershipResponse) MarshalJSON ¶
func (o OrganizationMembershipResponse) MarshalJSON() ([]byte, error)
func (*OrganizationMembershipResponse) SetApiServers ¶
func (o *OrganizationMembershipResponse) SetApiServers(v []ApiServerMembershipResponse)
SetApiServers gets a reference to the given []ApiServerMembershipResponse and assigns it to the ApiServers field.
func (*OrganizationMembershipResponse) SetName ¶
func (o *OrganizationMembershipResponse) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*OrganizationMembershipResponse) SetOrganizationId ¶
func (o *OrganizationMembershipResponse) SetOrganizationId(v int64)
SetOrganizationId gets a reference to the given int64 and assigns it to the OrganizationId field.
func (*OrganizationMembershipResponse) SetPlan ¶
func (o *OrganizationMembershipResponse) SetPlan(v string)
SetPlan gets a reference to the given string and assigns it to the Plan field.
func (*OrganizationMembershipResponse) SetPrivileges ¶
func (o *OrganizationMembershipResponse) SetPrivileges(v []string)
SetPrivileges gets a reference to the given []string and assigns it to the Privileges field.
func (OrganizationMembershipResponse) ToMap ¶ added in v0.3.0
func (o OrganizationMembershipResponse) ToMap() (map[string]interface{}, error)
type OrganizationResponse ¶
type OrganizationResponse struct { Id *int64 `json:"id,omitempty"` Name *string `json:"name,omitempty"` Plan *string `json:"plan,omitempty"` Members []OrganizationAccessResponse `json:"members,omitempty"` }
OrganizationResponse struct for OrganizationResponse
func NewOrganizationResponse ¶
func NewOrganizationResponse() *OrganizationResponse
NewOrganizationResponse instantiates a new OrganizationResponse 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 NewOrganizationResponseWithDefaults ¶
func NewOrganizationResponseWithDefaults() *OrganizationResponse
NewOrganizationResponseWithDefaults instantiates a new OrganizationResponse 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 (*OrganizationResponse) GetId ¶
func (o *OrganizationResponse) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*OrganizationResponse) GetIdOk ¶
func (o *OrganizationResponse) 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 (*OrganizationResponse) GetMembers ¶
func (o *OrganizationResponse) GetMembers() []OrganizationAccessResponse
GetMembers returns the Members field value if set, zero value otherwise.
func (*OrganizationResponse) GetMembersOk ¶
func (o *OrganizationResponse) GetMembersOk() ([]OrganizationAccessResponse, bool)
GetMembersOk returns a tuple with the Members field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationResponse) GetName ¶
func (o *OrganizationResponse) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*OrganizationResponse) GetNameOk ¶
func (o *OrganizationResponse) 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 (*OrganizationResponse) GetPlan ¶
func (o *OrganizationResponse) GetPlan() string
GetPlan returns the Plan field value if set, zero value otherwise.
func (*OrganizationResponse) GetPlanOk ¶
func (o *OrganizationResponse) 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 (*OrganizationResponse) HasId ¶
func (o *OrganizationResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (*OrganizationResponse) HasMembers ¶
func (o *OrganizationResponse) HasMembers() bool
HasMembers returns a boolean if a field has been set.
func (*OrganizationResponse) HasName ¶
func (o *OrganizationResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (*OrganizationResponse) HasPlan ¶
func (o *OrganizationResponse) HasPlan() bool
HasPlan returns a boolean if a field has been set.
func (OrganizationResponse) MarshalJSON ¶
func (o OrganizationResponse) MarshalJSON() ([]byte, error)
func (*OrganizationResponse) SetId ¶
func (o *OrganizationResponse) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*OrganizationResponse) SetMembers ¶
func (o *OrganizationResponse) SetMembers(v []OrganizationAccessResponse)
SetMembers gets a reference to the given []OrganizationAccessResponse and assigns it to the Members field.
func (*OrganizationResponse) SetName ¶
func (o *OrganizationResponse) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*OrganizationResponse) SetPlan ¶
func (o *OrganizationResponse) SetPlan(v string)
SetPlan gets a reference to the given string and assigns it to the Plan field.
func (OrganizationResponse) ToMap ¶ added in v0.3.0
func (o OrganizationResponse) ToMap() (map[string]interface{}, error)
type OrganizationTokenApiAPI ¶ added in v0.3.0
type OrganizationTokenApiAPI interface { /* CreateTokenForOrganization Method for CreateTokenForOrganization @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateTokenForOrganizationRequest */ CreateTokenForOrganization(ctx context.Context) ApiCreateTokenForOrganizationRequest // CreateTokenForOrganizationExecute executes the request // @return OrganizationTokenResponse CreateTokenForOrganizationExecute(r ApiCreateTokenForOrganizationRequest) (*OrganizationTokenResponse, *http.Response, error) /* DeleteOrganizationToken Method for DeleteOrganizationToken @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDeleteOrganizationTokenRequest */ DeleteOrganizationToken(ctx context.Context) ApiDeleteOrganizationTokenRequest // DeleteOrganizationTokenExecute executes the request DeleteOrganizationTokenExecute(r ApiDeleteOrganizationTokenRequest) (*http.Response, error) /* GetTokensForService1 Method for GetTokensForService1 @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetTokensForService1Request */ GetTokensForService1(ctx context.Context) ApiGetTokensForService1Request // GetTokensForService1Execute executes the request // @return []OrganizationTokenResponse GetTokensForService1Execute(r ApiGetTokensForService1Request) ([]OrganizationTokenResponse, *http.Response, error) /* RenameTokenForService Method for RenameTokenForService @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRenameTokenForServiceRequest */ RenameTokenForService(ctx context.Context) ApiRenameTokenForServiceRequest // RenameTokenForServiceExecute executes the request // @return OrganizationTokenResponse RenameTokenForServiceExecute(r ApiRenameTokenForServiceRequest) (*OrganizationTokenResponse, *http.Response, error) /* RotateTokenForOrganization Method for RotateTokenForOrganization @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRotateTokenForOrganizationRequest */ RotateTokenForOrganization(ctx context.Context) ApiRotateTokenForOrganizationRequest // RotateTokenForOrganizationExecute executes the request // @return OrganizationTokenResponse RotateTokenForOrganizationExecute(r ApiRotateTokenForOrganizationRequest) (*OrganizationTokenResponse, *http.Response, error) }
type OrganizationTokenApiAPIService ¶ added in v0.3.0
type OrganizationTokenApiAPIService service
OrganizationTokenApiAPIService OrganizationTokenApiAPI service
func (*OrganizationTokenApiAPIService) CreateTokenForOrganization ¶ added in v0.3.0
func (a *OrganizationTokenApiAPIService) CreateTokenForOrganization(ctx context.Context) ApiCreateTokenForOrganizationRequest
CreateTokenForOrganization Method for CreateTokenForOrganization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateTokenForOrganizationRequest
func (*OrganizationTokenApiAPIService) CreateTokenForOrganizationExecute ¶ added in v0.3.0
func (a *OrganizationTokenApiAPIService) CreateTokenForOrganizationExecute(r ApiCreateTokenForOrganizationRequest) (*OrganizationTokenResponse, *http.Response, error)
Execute executes the request
@return OrganizationTokenResponse
func (*OrganizationTokenApiAPIService) DeleteOrganizationToken ¶ added in v0.3.0
func (a *OrganizationTokenApiAPIService) DeleteOrganizationToken(ctx context.Context) ApiDeleteOrganizationTokenRequest
DeleteOrganizationToken Method for DeleteOrganizationToken
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDeleteOrganizationTokenRequest
func (*OrganizationTokenApiAPIService) DeleteOrganizationTokenExecute ¶ added in v0.3.0
func (a *OrganizationTokenApiAPIService) DeleteOrganizationTokenExecute(r ApiDeleteOrganizationTokenRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationTokenApiAPIService) GetTokensForService1 ¶ added in v0.3.0
func (a *OrganizationTokenApiAPIService) GetTokensForService1(ctx context.Context) ApiGetTokensForService1Request
GetTokensForService1 Method for GetTokensForService1
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetTokensForService1Request
func (*OrganizationTokenApiAPIService) GetTokensForService1Execute ¶ added in v0.3.0
func (a *OrganizationTokenApiAPIService) GetTokensForService1Execute(r ApiGetTokensForService1Request) ([]OrganizationTokenResponse, *http.Response, error)
Execute executes the request
@return []OrganizationTokenResponse
func (*OrganizationTokenApiAPIService) RenameTokenForService ¶ added in v0.3.0
func (a *OrganizationTokenApiAPIService) RenameTokenForService(ctx context.Context) ApiRenameTokenForServiceRequest
RenameTokenForService Method for RenameTokenForService
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRenameTokenForServiceRequest
func (*OrganizationTokenApiAPIService) RenameTokenForServiceExecute ¶ added in v0.3.0
func (a *OrganizationTokenApiAPIService) RenameTokenForServiceExecute(r ApiRenameTokenForServiceRequest) (*OrganizationTokenResponse, *http.Response, error)
Execute executes the request
@return OrganizationTokenResponse
func (*OrganizationTokenApiAPIService) RotateTokenForOrganization ¶ added in v0.3.0
func (a *OrganizationTokenApiAPIService) RotateTokenForOrganization(ctx context.Context) ApiRotateTokenForOrganizationRequest
RotateTokenForOrganization Method for RotateTokenForOrganization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRotateTokenForOrganizationRequest
func (*OrganizationTokenApiAPIService) RotateTokenForOrganizationExecute ¶ added in v0.3.0
func (a *OrganizationTokenApiAPIService) RotateTokenForOrganizationExecute(r ApiRotateTokenForOrganizationRequest) (*OrganizationTokenResponse, *http.Response, error)
Execute executes the request
@return OrganizationTokenResponse
type OrganizationTokenResponse ¶
type OrganizationTokenResponse struct { OrganizationId *int64 `json:"organizationId,omitempty"` AccessToken *string `json:"accessToken,omitempty"` TokenId *string `json:"tokenId,omitempty"` Description *string `json:"description,omitempty"` }
OrganizationTokenResponse struct for OrganizationTokenResponse
func NewOrganizationTokenResponse ¶
func NewOrganizationTokenResponse() *OrganizationTokenResponse
NewOrganizationTokenResponse instantiates a new OrganizationTokenResponse 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 NewOrganizationTokenResponseWithDefaults ¶
func NewOrganizationTokenResponseWithDefaults() *OrganizationTokenResponse
NewOrganizationTokenResponseWithDefaults instantiates a new OrganizationTokenResponse 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 (*OrganizationTokenResponse) GetAccessToken ¶
func (o *OrganizationTokenResponse) GetAccessToken() string
GetAccessToken returns the AccessToken field value if set, zero value otherwise.
func (*OrganizationTokenResponse) GetAccessTokenOk ¶
func (o *OrganizationTokenResponse) 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 (*OrganizationTokenResponse) GetDescription ¶
func (o *OrganizationTokenResponse) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*OrganizationTokenResponse) GetDescriptionOk ¶
func (o *OrganizationTokenResponse) 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 (*OrganizationTokenResponse) GetOrganizationId ¶
func (o *OrganizationTokenResponse) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*OrganizationTokenResponse) GetOrganizationIdOk ¶
func (o *OrganizationTokenResponse) GetOrganizationIdOk() (*int64, 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.
func (*OrganizationTokenResponse) GetTokenId ¶
func (o *OrganizationTokenResponse) GetTokenId() string
GetTokenId returns the TokenId field value if set, zero value otherwise.
func (*OrganizationTokenResponse) GetTokenIdOk ¶
func (o *OrganizationTokenResponse) GetTokenIdOk() (*string, bool)
GetTokenIdOk returns a tuple with the TokenId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationTokenResponse) HasAccessToken ¶
func (o *OrganizationTokenResponse) HasAccessToken() bool
HasAccessToken returns a boolean if a field has been set.
func (*OrganizationTokenResponse) HasDescription ¶
func (o *OrganizationTokenResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*OrganizationTokenResponse) HasOrganizationId ¶
func (o *OrganizationTokenResponse) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*OrganizationTokenResponse) HasTokenId ¶
func (o *OrganizationTokenResponse) HasTokenId() bool
HasTokenId returns a boolean if a field has been set.
func (OrganizationTokenResponse) MarshalJSON ¶
func (o OrganizationTokenResponse) MarshalJSON() ([]byte, error)
func (*OrganizationTokenResponse) SetAccessToken ¶
func (o *OrganizationTokenResponse) SetAccessToken(v string)
SetAccessToken gets a reference to the given string and assigns it to the AccessToken field.
func (*OrganizationTokenResponse) SetDescription ¶
func (o *OrganizationTokenResponse) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*OrganizationTokenResponse) SetOrganizationId ¶
func (o *OrganizationTokenResponse) SetOrganizationId(v int64)
SetOrganizationId gets a reference to the given int64 and assigns it to the OrganizationId field.
func (*OrganizationTokenResponse) SetTokenId ¶
func (o *OrganizationTokenResponse) SetTokenId(v string)
SetTokenId gets a reference to the given string and assigns it to the TokenId field.
func (OrganizationTokenResponse) ToMap ¶ added in v0.3.0
func (o OrganizationTokenResponse) ToMap() (map[string]interface{}, error)
type OrphanService ¶
type OrphanService struct { ApiServerId *int64 `json:"apiServerId,omitempty"` ServiceId *int64 `json:"serviceId,omitempty"` }
OrphanService struct for OrphanService
func NewOrphanService ¶
func NewOrphanService() *OrphanService
NewOrphanService instantiates a new OrphanService 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 NewOrphanServiceWithDefaults ¶
func NewOrphanServiceWithDefaults() *OrphanService
NewOrphanServiceWithDefaults instantiates a new OrphanService 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 (*OrphanService) GetApiServerId ¶
func (o *OrphanService) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value if set, zero value otherwise.
func (*OrphanService) GetApiServerIdOk ¶
func (o *OrphanService) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrphanService) GetServiceId ¶
func (o *OrphanService) GetServiceId() int64
GetServiceId returns the ServiceId field value if set, zero value otherwise.
func (*OrphanService) GetServiceIdOk ¶
func (o *OrphanService) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrphanService) HasApiServerId ¶
func (o *OrphanService) HasApiServerId() bool
HasApiServerId returns a boolean if a field has been set.
func (*OrphanService) HasServiceId ¶
func (o *OrphanService) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (OrphanService) MarshalJSON ¶
func (o OrphanService) MarshalJSON() ([]byte, error)
func (*OrphanService) SetApiServerId ¶
func (o *OrphanService) SetApiServerId(v int64)
SetApiServerId gets a reference to the given int64 and assigns it to the ApiServerId field.
func (*OrphanService) SetServiceId ¶
func (o *OrphanService) SetServiceId(v int64)
SetServiceId gets a reference to the given int64 and assigns it to the ServiceId field.
func (OrphanService) ToMap ¶ added in v0.3.0
func (o OrphanService) ToMap() (map[string]interface{}, error)
type OrphanServiceResponse ¶
type OrphanServiceResponse struct { OnApiButNotOnIdp []OrphanService `json:"onApiButNotOnIdp,omitempty"` OnIdPButNotOnApi []OrphanService `json:"onIdPButNotOnApi,omitempty"` }
OrphanServiceResponse struct for OrphanServiceResponse
func NewOrphanServiceResponse ¶
func NewOrphanServiceResponse() *OrphanServiceResponse
NewOrphanServiceResponse instantiates a new OrphanServiceResponse 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 NewOrphanServiceResponseWithDefaults ¶
func NewOrphanServiceResponseWithDefaults() *OrphanServiceResponse
NewOrphanServiceResponseWithDefaults instantiates a new OrphanServiceResponse 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 (*OrphanServiceResponse) GetOnApiButNotOnIdp ¶
func (o *OrphanServiceResponse) GetOnApiButNotOnIdp() []OrphanService
GetOnApiButNotOnIdp returns the OnApiButNotOnIdp field value if set, zero value otherwise.
func (*OrphanServiceResponse) GetOnApiButNotOnIdpOk ¶
func (o *OrphanServiceResponse) GetOnApiButNotOnIdpOk() ([]OrphanService, bool)
GetOnApiButNotOnIdpOk returns a tuple with the OnApiButNotOnIdp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrphanServiceResponse) GetOnIdPButNotOnApi ¶
func (o *OrphanServiceResponse) GetOnIdPButNotOnApi() []OrphanService
GetOnIdPButNotOnApi returns the OnIdPButNotOnApi field value if set, zero value otherwise.
func (*OrphanServiceResponse) GetOnIdPButNotOnApiOk ¶
func (o *OrphanServiceResponse) GetOnIdPButNotOnApiOk() ([]OrphanService, bool)
GetOnIdPButNotOnApiOk returns a tuple with the OnIdPButNotOnApi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrphanServiceResponse) HasOnApiButNotOnIdp ¶
func (o *OrphanServiceResponse) HasOnApiButNotOnIdp() bool
HasOnApiButNotOnIdp returns a boolean if a field has been set.
func (*OrphanServiceResponse) HasOnIdPButNotOnApi ¶
func (o *OrphanServiceResponse) HasOnIdPButNotOnApi() bool
HasOnIdPButNotOnApi returns a boolean if a field has been set.
func (OrphanServiceResponse) MarshalJSON ¶
func (o OrphanServiceResponse) MarshalJSON() ([]byte, error)
func (*OrphanServiceResponse) SetOnApiButNotOnIdp ¶
func (o *OrphanServiceResponse) SetOnApiButNotOnIdp(v []OrphanService)
SetOnApiButNotOnIdp gets a reference to the given []OrphanService and assigns it to the OnApiButNotOnIdp field.
func (*OrphanServiceResponse) SetOnIdPButNotOnApi ¶
func (o *OrphanServiceResponse) SetOnIdPButNotOnApi(v []OrphanService)
SetOnIdPButNotOnApi gets a reference to the given []OrphanService and assigns it to the OnIdPButNotOnApi field.
func (OrphanServiceResponse) ToMap ¶ added in v0.3.0
func (o OrphanServiceResponse) ToMap() (map[string]interface{}, error)
type Pair ¶
Pair struct for Pair
func NewPair ¶
func NewPair() *Pair
NewPair instantiates a new Pair 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 NewPairWithDefaults ¶
func NewPairWithDefaults() *Pair
NewPairWithDefaults instantiates a new Pair 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 (*Pair) GetKeyOk ¶
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 (*Pair) 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.
func (Pair) MarshalJSON ¶
type PendingAuthorization ¶
type PendingAuthorization struct { AuthorizationResponse *AuthorizationResponse `json:"authorizationResponse,omitempty"` Audience *string `json:"audience,omitempty"` Resource *string `json:"resource,omitempty"` }
PendingAuthorization struct for PendingAuthorization
func NewPendingAuthorization ¶
func NewPendingAuthorization() *PendingAuthorization
NewPendingAuthorization instantiates a new PendingAuthorization 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 NewPendingAuthorizationWithDefaults ¶
func NewPendingAuthorizationWithDefaults() *PendingAuthorization
NewPendingAuthorizationWithDefaults instantiates a new PendingAuthorization 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 (*PendingAuthorization) GetAudience ¶
func (o *PendingAuthorization) GetAudience() string
GetAudience returns the Audience field value if set, zero value otherwise.
func (*PendingAuthorization) GetAudienceOk ¶
func (o *PendingAuthorization) 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 (*PendingAuthorization) GetAuthorizationResponse ¶
func (o *PendingAuthorization) GetAuthorizationResponse() AuthorizationResponse
GetAuthorizationResponse returns the AuthorizationResponse field value if set, zero value otherwise.
func (*PendingAuthorization) GetAuthorizationResponseOk ¶
func (o *PendingAuthorization) GetAuthorizationResponseOk() (*AuthorizationResponse, bool)
GetAuthorizationResponseOk returns a tuple with the AuthorizationResponse field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PendingAuthorization) GetResource ¶
func (o *PendingAuthorization) GetResource() string
GetResource returns the Resource field value if set, zero value otherwise.
func (*PendingAuthorization) GetResourceOk ¶
func (o *PendingAuthorization) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PendingAuthorization) HasAudience ¶
func (o *PendingAuthorization) HasAudience() bool
HasAudience returns a boolean if a field has been set.
func (*PendingAuthorization) HasAuthorizationResponse ¶
func (o *PendingAuthorization) HasAuthorizationResponse() bool
HasAuthorizationResponse returns a boolean if a field has been set.
func (*PendingAuthorization) HasResource ¶
func (o *PendingAuthorization) HasResource() bool
HasResource returns a boolean if a field has been set.
func (PendingAuthorization) MarshalJSON ¶
func (o PendingAuthorization) MarshalJSON() ([]byte, error)
func (*PendingAuthorization) SetAudience ¶
func (o *PendingAuthorization) SetAudience(v string)
SetAudience gets a reference to the given string and assigns it to the Audience field.
func (*PendingAuthorization) SetAuthorizationResponse ¶
func (o *PendingAuthorization) SetAuthorizationResponse(v AuthorizationResponse)
SetAuthorizationResponse gets a reference to the given AuthorizationResponse and assigns it to the AuthorizationResponse field.
func (*PendingAuthorization) SetResource ¶
func (o *PendingAuthorization) SetResource(v string)
SetResource gets a reference to the given string and assigns it to the Resource field.
func (PendingAuthorization) ToMap ¶ added in v0.3.0
func (o PendingAuthorization) ToMap() (map[string]interface{}, error)
type RemoveApiServerPrivilegesRequest ¶
type RemoveApiServerPrivilegesRequest struct { ApiServerId *int64 `json:"apiServerId,omitempty"` OrganizationId *int64 `json:"organizationId,omitempty"` UserId *int64 `json:"userId,omitempty"` }
RemoveApiServerPrivilegesRequest struct for RemoveApiServerPrivilegesRequest
func NewRemoveApiServerPrivilegesRequest ¶
func NewRemoveApiServerPrivilegesRequest() *RemoveApiServerPrivilegesRequest
NewRemoveApiServerPrivilegesRequest instantiates a new RemoveApiServerPrivilegesRequest 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 NewRemoveApiServerPrivilegesRequestWithDefaults ¶
func NewRemoveApiServerPrivilegesRequestWithDefaults() *RemoveApiServerPrivilegesRequest
NewRemoveApiServerPrivilegesRequestWithDefaults instantiates a new RemoveApiServerPrivilegesRequest 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 (*RemoveApiServerPrivilegesRequest) GetApiServerId ¶
func (o *RemoveApiServerPrivilegesRequest) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value if set, zero value otherwise.
func (*RemoveApiServerPrivilegesRequest) GetApiServerIdOk ¶
func (o *RemoveApiServerPrivilegesRequest) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RemoveApiServerPrivilegesRequest) GetOrganizationId ¶
func (o *RemoveApiServerPrivilegesRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*RemoveApiServerPrivilegesRequest) GetOrganizationIdOk ¶
func (o *RemoveApiServerPrivilegesRequest) GetOrganizationIdOk() (*int64, 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.
func (*RemoveApiServerPrivilegesRequest) GetUserId ¶
func (o *RemoveApiServerPrivilegesRequest) GetUserId() int64
GetUserId returns the UserId field value if set, zero value otherwise.
func (*RemoveApiServerPrivilegesRequest) GetUserIdOk ¶
func (o *RemoveApiServerPrivilegesRequest) GetUserIdOk() (*int64, bool)
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RemoveApiServerPrivilegesRequest) HasApiServerId ¶
func (o *RemoveApiServerPrivilegesRequest) HasApiServerId() bool
HasApiServerId returns a boolean if a field has been set.
func (*RemoveApiServerPrivilegesRequest) HasOrganizationId ¶
func (o *RemoveApiServerPrivilegesRequest) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*RemoveApiServerPrivilegesRequest) HasUserId ¶
func (o *RemoveApiServerPrivilegesRequest) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (RemoveApiServerPrivilegesRequest) MarshalJSON ¶
func (o RemoveApiServerPrivilegesRequest) MarshalJSON() ([]byte, error)
func (*RemoveApiServerPrivilegesRequest) SetApiServerId ¶
func (o *RemoveApiServerPrivilegesRequest) SetApiServerId(v int64)
SetApiServerId gets a reference to the given int64 and assigns it to the ApiServerId field.
func (*RemoveApiServerPrivilegesRequest) SetOrganizationId ¶
func (o *RemoveApiServerPrivilegesRequest) SetOrganizationId(v int64)
SetOrganizationId gets a reference to the given int64 and assigns it to the OrganizationId field.
func (*RemoveApiServerPrivilegesRequest) SetUserId ¶
func (o *RemoveApiServerPrivilegesRequest) SetUserId(v int64)
SetUserId gets a reference to the given int64 and assigns it to the UserId field.
func (RemoveApiServerPrivilegesRequest) ToMap ¶ added in v0.3.0
func (o RemoveApiServerPrivilegesRequest) ToMap() (map[string]interface{}, error)
type RemoveClientPrivilegesRequest ¶
type RemoveClientPrivilegesRequest struct { ApiServerId int64 `json:"apiServerId"` OrganizationId int64 `json:"organizationId"` UserId int64 `json:"userId"` ServiceId int64 `json:"serviceId"` ClientId int64 `json:"clientId"` }
RemoveClientPrivilegesRequest struct for RemoveClientPrivilegesRequest
func NewRemoveClientPrivilegesRequest ¶
func NewRemoveClientPrivilegesRequest(apiServerId int64, organizationId int64, userId int64, serviceId int64, clientId int64) *RemoveClientPrivilegesRequest
NewRemoveClientPrivilegesRequest instantiates a new RemoveClientPrivilegesRequest 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 NewRemoveClientPrivilegesRequestWithDefaults ¶
func NewRemoveClientPrivilegesRequestWithDefaults() *RemoveClientPrivilegesRequest
NewRemoveClientPrivilegesRequestWithDefaults instantiates a new RemoveClientPrivilegesRequest 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 (*RemoveClientPrivilegesRequest) GetApiServerId ¶
func (o *RemoveClientPrivilegesRequest) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value
func (*RemoveClientPrivilegesRequest) GetApiServerIdOk ¶
func (o *RemoveClientPrivilegesRequest) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value and a boolean to check if the value has been set.
func (*RemoveClientPrivilegesRequest) GetClientId ¶
func (o *RemoveClientPrivilegesRequest) GetClientId() int64
GetClientId returns the ClientId field value
func (*RemoveClientPrivilegesRequest) GetClientIdOk ¶
func (o *RemoveClientPrivilegesRequest) GetClientIdOk() (*int64, bool)
GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.
func (*RemoveClientPrivilegesRequest) GetOrganizationId ¶
func (o *RemoveClientPrivilegesRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*RemoveClientPrivilegesRequest) GetOrganizationIdOk ¶
func (o *RemoveClientPrivilegesRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*RemoveClientPrivilegesRequest) GetServiceId ¶
func (o *RemoveClientPrivilegesRequest) GetServiceId() int64
GetServiceId returns the ServiceId field value
func (*RemoveClientPrivilegesRequest) GetServiceIdOk ¶
func (o *RemoveClientPrivilegesRequest) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.
func (*RemoveClientPrivilegesRequest) GetUserId ¶
func (o *RemoveClientPrivilegesRequest) GetUserId() int64
GetUserId returns the UserId field value
func (*RemoveClientPrivilegesRequest) GetUserIdOk ¶
func (o *RemoveClientPrivilegesRequest) GetUserIdOk() (*int64, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (RemoveClientPrivilegesRequest) MarshalJSON ¶
func (o RemoveClientPrivilegesRequest) MarshalJSON() ([]byte, error)
func (*RemoveClientPrivilegesRequest) SetApiServerId ¶
func (o *RemoveClientPrivilegesRequest) SetApiServerId(v int64)
SetApiServerId sets field value
func (*RemoveClientPrivilegesRequest) SetClientId ¶
func (o *RemoveClientPrivilegesRequest) SetClientId(v int64)
SetClientId sets field value
func (*RemoveClientPrivilegesRequest) SetOrganizationId ¶
func (o *RemoveClientPrivilegesRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (*RemoveClientPrivilegesRequest) SetServiceId ¶
func (o *RemoveClientPrivilegesRequest) SetServiceId(v int64)
SetServiceId sets field value
func (*RemoveClientPrivilegesRequest) SetUserId ¶
func (o *RemoveClientPrivilegesRequest) SetUserId(v int64)
SetUserId sets field value
func (RemoveClientPrivilegesRequest) ToMap ¶ added in v0.3.0
func (o RemoveClientPrivilegesRequest) ToMap() (map[string]interface{}, error)
func (*RemoveClientPrivilegesRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *RemoveClientPrivilegesRequest) UnmarshalJSON(data []byte) (err error)
type RemoveOrganizationPrivilegesRequest ¶
type RemoveOrganizationPrivilegesRequest struct { OrganizationId int64 `json:"organizationId"` UserId int64 `json:"userId"` }
RemoveOrganizationPrivilegesRequest struct for RemoveOrganizationPrivilegesRequest
func NewRemoveOrganizationPrivilegesRequest ¶
func NewRemoveOrganizationPrivilegesRequest(organizationId int64, userId int64) *RemoveOrganizationPrivilegesRequest
NewRemoveOrganizationPrivilegesRequest instantiates a new RemoveOrganizationPrivilegesRequest 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 NewRemoveOrganizationPrivilegesRequestWithDefaults ¶
func NewRemoveOrganizationPrivilegesRequestWithDefaults() *RemoveOrganizationPrivilegesRequest
NewRemoveOrganizationPrivilegesRequestWithDefaults instantiates a new RemoveOrganizationPrivilegesRequest 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 (*RemoveOrganizationPrivilegesRequest) GetOrganizationId ¶
func (o *RemoveOrganizationPrivilegesRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*RemoveOrganizationPrivilegesRequest) GetOrganizationIdOk ¶
func (o *RemoveOrganizationPrivilegesRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*RemoveOrganizationPrivilegesRequest) GetUserId ¶
func (o *RemoveOrganizationPrivilegesRequest) GetUserId() int64
GetUserId returns the UserId field value
func (*RemoveOrganizationPrivilegesRequest) GetUserIdOk ¶
func (o *RemoveOrganizationPrivilegesRequest) GetUserIdOk() (*int64, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (RemoveOrganizationPrivilegesRequest) MarshalJSON ¶
func (o RemoveOrganizationPrivilegesRequest) MarshalJSON() ([]byte, error)
func (*RemoveOrganizationPrivilegesRequest) SetOrganizationId ¶
func (o *RemoveOrganizationPrivilegesRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (*RemoveOrganizationPrivilegesRequest) SetUserId ¶
func (o *RemoveOrganizationPrivilegesRequest) SetUserId(v int64)
SetUserId sets field value
func (RemoveOrganizationPrivilegesRequest) ToMap ¶ added in v0.3.0
func (o RemoveOrganizationPrivilegesRequest) ToMap() (map[string]interface{}, error)
func (*RemoveOrganizationPrivilegesRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *RemoveOrganizationPrivilegesRequest) UnmarshalJSON(data []byte) (err error)
type RemoveOrphanRequest ¶
type RemoveOrphanRequest struct { ApiServerId int64 `json:"apiServerId"` ServiceId int64 `json:"serviceId"` }
RemoveOrphanRequest struct for RemoveOrphanRequest
func NewRemoveOrphanRequest ¶
func NewRemoveOrphanRequest(apiServerId int64, serviceId int64) *RemoveOrphanRequest
NewRemoveOrphanRequest instantiates a new RemoveOrphanRequest 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 NewRemoveOrphanRequestWithDefaults ¶
func NewRemoveOrphanRequestWithDefaults() *RemoveOrphanRequest
NewRemoveOrphanRequestWithDefaults instantiates a new RemoveOrphanRequest 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 (*RemoveOrphanRequest) GetApiServerId ¶
func (o *RemoveOrphanRequest) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value
func (*RemoveOrphanRequest) GetApiServerIdOk ¶
func (o *RemoveOrphanRequest) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value and a boolean to check if the value has been set.
func (*RemoveOrphanRequest) GetServiceId ¶
func (o *RemoveOrphanRequest) GetServiceId() int64
GetServiceId returns the ServiceId field value
func (*RemoveOrphanRequest) GetServiceIdOk ¶
func (o *RemoveOrphanRequest) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.
func (RemoveOrphanRequest) MarshalJSON ¶
func (o RemoveOrphanRequest) MarshalJSON() ([]byte, error)
func (*RemoveOrphanRequest) SetApiServerId ¶
func (o *RemoveOrphanRequest) SetApiServerId(v int64)
SetApiServerId sets field value
func (*RemoveOrphanRequest) SetServiceId ¶
func (o *RemoveOrphanRequest) SetServiceId(v int64)
SetServiceId sets field value
func (RemoveOrphanRequest) ToMap ¶ added in v0.3.0
func (o RemoveOrphanRequest) ToMap() (map[string]interface{}, error)
func (*RemoveOrphanRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *RemoveOrphanRequest) UnmarshalJSON(data []byte) (err error)
type RemoveServicePrivilegesRequest ¶
type RemoveServicePrivilegesRequest struct { ApiServerId int64 `json:"apiServerId"` OrganizationId int64 `json:"organizationId"` UserId int64 `json:"userId"` ServiceId int64 `json:"serviceId"` }
RemoveServicePrivilegesRequest struct for RemoveServicePrivilegesRequest
func NewRemoveServicePrivilegesRequest ¶
func NewRemoveServicePrivilegesRequest(apiServerId int64, organizationId int64, userId int64, serviceId int64) *RemoveServicePrivilegesRequest
NewRemoveServicePrivilegesRequest instantiates a new RemoveServicePrivilegesRequest 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 NewRemoveServicePrivilegesRequestWithDefaults ¶
func NewRemoveServicePrivilegesRequestWithDefaults() *RemoveServicePrivilegesRequest
NewRemoveServicePrivilegesRequestWithDefaults instantiates a new RemoveServicePrivilegesRequest 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 (*RemoveServicePrivilegesRequest) GetApiServerId ¶
func (o *RemoveServicePrivilegesRequest) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value
func (*RemoveServicePrivilegesRequest) GetApiServerIdOk ¶
func (o *RemoveServicePrivilegesRequest) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value and a boolean to check if the value has been set.
func (*RemoveServicePrivilegesRequest) GetOrganizationId ¶
func (o *RemoveServicePrivilegesRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*RemoveServicePrivilegesRequest) GetOrganizationIdOk ¶
func (o *RemoveServicePrivilegesRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*RemoveServicePrivilegesRequest) GetServiceId ¶
func (o *RemoveServicePrivilegesRequest) GetServiceId() int64
GetServiceId returns the ServiceId field value
func (*RemoveServicePrivilegesRequest) GetServiceIdOk ¶
func (o *RemoveServicePrivilegesRequest) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.
func (*RemoveServicePrivilegesRequest) GetUserId ¶
func (o *RemoveServicePrivilegesRequest) GetUserId() int64
GetUserId returns the UserId field value
func (*RemoveServicePrivilegesRequest) GetUserIdOk ¶
func (o *RemoveServicePrivilegesRequest) GetUserIdOk() (*int64, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (RemoveServicePrivilegesRequest) MarshalJSON ¶
func (o RemoveServicePrivilegesRequest) MarshalJSON() ([]byte, error)
func (*RemoveServicePrivilegesRequest) SetApiServerId ¶
func (o *RemoveServicePrivilegesRequest) SetApiServerId(v int64)
SetApiServerId sets field value
func (*RemoveServicePrivilegesRequest) SetOrganizationId ¶
func (o *RemoveServicePrivilegesRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (*RemoveServicePrivilegesRequest) SetServiceId ¶
func (o *RemoveServicePrivilegesRequest) SetServiceId(v int64)
SetServiceId sets field value
func (*RemoveServicePrivilegesRequest) SetUserId ¶
func (o *RemoveServicePrivilegesRequest) SetUserId(v int64)
SetUserId sets field value
func (RemoveServicePrivilegesRequest) ToMap ¶ added in v0.3.0
func (o RemoveServicePrivilegesRequest) ToMap() (map[string]interface{}, error)
func (*RemoveServicePrivilegesRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *RemoveServicePrivilegesRequest) UnmarshalJSON(data []byte) (err error)
type RenameOrganizationTokenRequest ¶
type RenameOrganizationTokenRequest struct { OrganizationId int64 `json:"organizationId"` TokenId string `json:"tokenId"` Description string `json:"description"` }
RenameOrganizationTokenRequest struct for RenameOrganizationTokenRequest
func NewRenameOrganizationTokenRequest ¶
func NewRenameOrganizationTokenRequest(organizationId int64, tokenId string, description string) *RenameOrganizationTokenRequest
NewRenameOrganizationTokenRequest instantiates a new RenameOrganizationTokenRequest 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 NewRenameOrganizationTokenRequestWithDefaults ¶
func NewRenameOrganizationTokenRequestWithDefaults() *RenameOrganizationTokenRequest
NewRenameOrganizationTokenRequestWithDefaults instantiates a new RenameOrganizationTokenRequest 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 (*RenameOrganizationTokenRequest) GetDescription ¶
func (o *RenameOrganizationTokenRequest) GetDescription() string
GetDescription returns the Description field value
func (*RenameOrganizationTokenRequest) GetDescriptionOk ¶
func (o *RenameOrganizationTokenRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*RenameOrganizationTokenRequest) GetOrganizationId ¶
func (o *RenameOrganizationTokenRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*RenameOrganizationTokenRequest) GetOrganizationIdOk ¶
func (o *RenameOrganizationTokenRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*RenameOrganizationTokenRequest) GetTokenId ¶
func (o *RenameOrganizationTokenRequest) GetTokenId() string
GetTokenId returns the TokenId field value
func (*RenameOrganizationTokenRequest) GetTokenIdOk ¶
func (o *RenameOrganizationTokenRequest) GetTokenIdOk() (*string, bool)
GetTokenIdOk returns a tuple with the TokenId field value and a boolean to check if the value has been set.
func (RenameOrganizationTokenRequest) MarshalJSON ¶
func (o RenameOrganizationTokenRequest) MarshalJSON() ([]byte, error)
func (*RenameOrganizationTokenRequest) SetDescription ¶
func (o *RenameOrganizationTokenRequest) SetDescription(v string)
SetDescription sets field value
func (*RenameOrganizationTokenRequest) SetOrganizationId ¶
func (o *RenameOrganizationTokenRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (*RenameOrganizationTokenRequest) SetTokenId ¶
func (o *RenameOrganizationTokenRequest) SetTokenId(v string)
SetTokenId sets field value
func (RenameOrganizationTokenRequest) ToMap ¶ added in v0.3.0
func (o RenameOrganizationTokenRequest) ToMap() (map[string]interface{}, error)
func (*RenameOrganizationTokenRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *RenameOrganizationTokenRequest) UnmarshalJSON(data []byte) (err error)
type RenameServiceTokenRequest ¶
type RenameServiceTokenRequest struct { ServiceId int64 `json:"serviceId"` OrganizationId int64 `json:"organizationId"` ApiServerId int64 `json:"apiServerId"` TokenId string `json:"tokenId"` Description string `json:"description"` }
RenameServiceTokenRequest struct for RenameServiceTokenRequest
func NewRenameServiceTokenRequest ¶
func NewRenameServiceTokenRequest(serviceId int64, organizationId int64, apiServerId int64, tokenId string, description string) *RenameServiceTokenRequest
NewRenameServiceTokenRequest instantiates a new RenameServiceTokenRequest 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 NewRenameServiceTokenRequestWithDefaults ¶
func NewRenameServiceTokenRequestWithDefaults() *RenameServiceTokenRequest
NewRenameServiceTokenRequestWithDefaults instantiates a new RenameServiceTokenRequest 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 (*RenameServiceTokenRequest) GetApiServerId ¶
func (o *RenameServiceTokenRequest) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value
func (*RenameServiceTokenRequest) GetApiServerIdOk ¶
func (o *RenameServiceTokenRequest) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value and a boolean to check if the value has been set.
func (*RenameServiceTokenRequest) GetDescription ¶
func (o *RenameServiceTokenRequest) GetDescription() string
GetDescription returns the Description field value
func (*RenameServiceTokenRequest) GetDescriptionOk ¶
func (o *RenameServiceTokenRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*RenameServiceTokenRequest) GetOrganizationId ¶
func (o *RenameServiceTokenRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*RenameServiceTokenRequest) GetOrganizationIdOk ¶
func (o *RenameServiceTokenRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*RenameServiceTokenRequest) GetServiceId ¶
func (o *RenameServiceTokenRequest) GetServiceId() int64
GetServiceId returns the ServiceId field value
func (*RenameServiceTokenRequest) GetServiceIdOk ¶
func (o *RenameServiceTokenRequest) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.
func (*RenameServiceTokenRequest) GetTokenId ¶
func (o *RenameServiceTokenRequest) GetTokenId() string
GetTokenId returns the TokenId field value
func (*RenameServiceTokenRequest) GetTokenIdOk ¶
func (o *RenameServiceTokenRequest) GetTokenIdOk() (*string, bool)
GetTokenIdOk returns a tuple with the TokenId field value and a boolean to check if the value has been set.
func (RenameServiceTokenRequest) MarshalJSON ¶
func (o RenameServiceTokenRequest) MarshalJSON() ([]byte, error)
func (*RenameServiceTokenRequest) SetApiServerId ¶
func (o *RenameServiceTokenRequest) SetApiServerId(v int64)
SetApiServerId sets field value
func (*RenameServiceTokenRequest) SetDescription ¶
func (o *RenameServiceTokenRequest) SetDescription(v string)
SetDescription sets field value
func (*RenameServiceTokenRequest) SetOrganizationId ¶
func (o *RenameServiceTokenRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (*RenameServiceTokenRequest) SetServiceId ¶
func (o *RenameServiceTokenRequest) SetServiceId(v int64)
SetServiceId sets field value
func (*RenameServiceTokenRequest) SetTokenId ¶
func (o *RenameServiceTokenRequest) SetTokenId(v string)
SetTokenId sets field value
func (RenameServiceTokenRequest) ToMap ¶ added in v0.3.0
func (o RenameServiceTokenRequest) ToMap() (map[string]interface{}, error)
func (*RenameServiceTokenRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *RenameServiceTokenRequest) UnmarshalJSON(data []byte) (err error)
type RotateOrganizationTokenRequest ¶
type RotateOrganizationTokenRequest struct { OrganizationId int64 `json:"organizationId"` TokenId string `json:"tokenId"` }
RotateOrganizationTokenRequest struct for RotateOrganizationTokenRequest
func NewRotateOrganizationTokenRequest ¶
func NewRotateOrganizationTokenRequest(organizationId int64, tokenId string) *RotateOrganizationTokenRequest
NewRotateOrganizationTokenRequest instantiates a new RotateOrganizationTokenRequest 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 NewRotateOrganizationTokenRequestWithDefaults ¶
func NewRotateOrganizationTokenRequestWithDefaults() *RotateOrganizationTokenRequest
NewRotateOrganizationTokenRequestWithDefaults instantiates a new RotateOrganizationTokenRequest 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 (*RotateOrganizationTokenRequest) GetOrganizationId ¶
func (o *RotateOrganizationTokenRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*RotateOrganizationTokenRequest) GetOrganizationIdOk ¶
func (o *RotateOrganizationTokenRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*RotateOrganizationTokenRequest) GetTokenId ¶
func (o *RotateOrganizationTokenRequest) GetTokenId() string
GetTokenId returns the TokenId field value
func (*RotateOrganizationTokenRequest) GetTokenIdOk ¶
func (o *RotateOrganizationTokenRequest) GetTokenIdOk() (*string, bool)
GetTokenIdOk returns a tuple with the TokenId field value and a boolean to check if the value has been set.
func (RotateOrganizationTokenRequest) MarshalJSON ¶
func (o RotateOrganizationTokenRequest) MarshalJSON() ([]byte, error)
func (*RotateOrganizationTokenRequest) SetOrganizationId ¶
func (o *RotateOrganizationTokenRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (*RotateOrganizationTokenRequest) SetTokenId ¶
func (o *RotateOrganizationTokenRequest) SetTokenId(v string)
SetTokenId sets field value
func (RotateOrganizationTokenRequest) ToMap ¶ added in v0.3.0
func (o RotateOrganizationTokenRequest) ToMap() (map[string]interface{}, error)
func (*RotateOrganizationTokenRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *RotateOrganizationTokenRequest) UnmarshalJSON(data []byte) (err error)
type RotateServiceTokenRequest ¶
type RotateServiceTokenRequest struct { ServiceId int64 `json:"serviceId"` OrganizationId int64 `json:"organizationId"` ApiServerId int64 `json:"apiServerId"` TokenId string `json:"tokenId"` }
RotateServiceTokenRequest struct for RotateServiceTokenRequest
func NewRotateServiceTokenRequest ¶
func NewRotateServiceTokenRequest(serviceId int64, organizationId int64, apiServerId int64, tokenId string) *RotateServiceTokenRequest
NewRotateServiceTokenRequest instantiates a new RotateServiceTokenRequest 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 NewRotateServiceTokenRequestWithDefaults ¶
func NewRotateServiceTokenRequestWithDefaults() *RotateServiceTokenRequest
NewRotateServiceTokenRequestWithDefaults instantiates a new RotateServiceTokenRequest 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 (*RotateServiceTokenRequest) GetApiServerId ¶
func (o *RotateServiceTokenRequest) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value
func (*RotateServiceTokenRequest) GetApiServerIdOk ¶
func (o *RotateServiceTokenRequest) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value and a boolean to check if the value has been set.
func (*RotateServiceTokenRequest) GetOrganizationId ¶
func (o *RotateServiceTokenRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*RotateServiceTokenRequest) GetOrganizationIdOk ¶
func (o *RotateServiceTokenRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*RotateServiceTokenRequest) GetServiceId ¶
func (o *RotateServiceTokenRequest) GetServiceId() int64
GetServiceId returns the ServiceId field value
func (*RotateServiceTokenRequest) GetServiceIdOk ¶
func (o *RotateServiceTokenRequest) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.
func (*RotateServiceTokenRequest) GetTokenId ¶
func (o *RotateServiceTokenRequest) GetTokenId() string
GetTokenId returns the TokenId field value
func (*RotateServiceTokenRequest) GetTokenIdOk ¶
func (o *RotateServiceTokenRequest) GetTokenIdOk() (*string, bool)
GetTokenIdOk returns a tuple with the TokenId field value and a boolean to check if the value has been set.
func (RotateServiceTokenRequest) MarshalJSON ¶
func (o RotateServiceTokenRequest) MarshalJSON() ([]byte, error)
func (*RotateServiceTokenRequest) SetApiServerId ¶
func (o *RotateServiceTokenRequest) SetApiServerId(v int64)
SetApiServerId sets field value
func (*RotateServiceTokenRequest) SetOrganizationId ¶
func (o *RotateServiceTokenRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (*RotateServiceTokenRequest) SetServiceId ¶
func (o *RotateServiceTokenRequest) SetServiceId(v int64)
SetServiceId sets field value
func (*RotateServiceTokenRequest) SetTokenId ¶
func (o *RotateServiceTokenRequest) SetTokenId(v string)
SetTokenId sets field value
func (RotateServiceTokenRequest) ToMap ¶ added in v0.3.0
func (o RotateServiceTokenRequest) ToMap() (map[string]interface{}, error)
func (*RotateServiceTokenRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *RotateServiceTokenRequest) UnmarshalJSON(data []byte) (err error)
type Scope ¶
type Scope struct { Name *string `json:"name,omitempty"` DefaultEntry *bool `json:"defaultEntry,omitempty"` Description *string `json:"description,omitempty"` Descriptions []TaggedValue `json:"descriptions,omitempty"` Attributes []Pair `json:"attributes,omitempty"` }
Scope struct for Scope
func NewScope ¶
func NewScope() *Scope
NewScope instantiates a new Scope 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 NewScopeWithDefaults ¶
func NewScopeWithDefaults() *Scope
NewScopeWithDefaults instantiates a new Scope 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 (*Scope) GetAttributes ¶
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*Scope) GetAttributesOk ¶
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Scope) GetDefaultEntry ¶
GetDefaultEntry returns the DefaultEntry field value if set, zero value otherwise.
func (*Scope) GetDefaultEntryOk ¶
GetDefaultEntryOk returns a tuple with the DefaultEntry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Scope) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Scope) GetDescriptionOk ¶
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 (*Scope) GetDescriptions ¶
func (o *Scope) GetDescriptions() []TaggedValue
GetDescriptions returns the Descriptions field value if set, zero value otherwise.
func (*Scope) GetDescriptionsOk ¶
func (o *Scope) GetDescriptionsOk() ([]TaggedValue, bool)
GetDescriptionsOk returns a tuple with the Descriptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Scope) 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 (*Scope) HasAttributes ¶
HasAttributes returns a boolean if a field has been set.
func (*Scope) HasDefaultEntry ¶
HasDefaultEntry returns a boolean if a field has been set.
func (*Scope) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Scope) HasDescriptions ¶
HasDescriptions returns a boolean if a field has been set.
func (Scope) MarshalJSON ¶
func (*Scope) SetAttributes ¶
SetAttributes gets a reference to the given []Pair and assigns it to the Attributes field.
func (*Scope) SetDefaultEntry ¶
SetDefaultEntry gets a reference to the given bool and assigns it to the DefaultEntry field.
func (*Scope) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Scope) SetDescriptions ¶
func (o *Scope) SetDescriptions(v []TaggedValue)
SetDescriptions gets a reference to the given []TaggedValue and assigns it to the Descriptions field.
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 Service ¶
type Service struct { Number *int32 `json:"number,omitempty"` ServiceOwnerNumber *int32 `json:"serviceOwnerNumber,omitempty"` ServiceName *string `json:"serviceName,omitempty"` ApiKey *int64 `json:"apiKey,omitempty"` ApiSecret *string `json:"apiSecret,omitempty"` Issuer *string `json:"issuer,omitempty"` AuthorizationEndpoint *string `json:"authorizationEndpoint,omitempty"` TokenEndpoint *string `json:"tokenEndpoint,omitempty"` RevocationEndpoint *string `json:"revocationEndpoint,omitempty"` SupportedRevocationAuthMethods []string `json:"supportedRevocationAuthMethods,omitempty"` UserInfoEndpoint *string `json:"userInfoEndpoint,omitempty"` JwksUri *string `json:"jwksUri,omitempty"` Jwks *string `json:"jwks,omitempty"` RegistrationEndpoint *string `json:"registrationEndpoint,omitempty"` RegistrationManagementEndpoint *string `json:"registrationManagementEndpoint,omitempty"` SupportedScopes []Scope `json:"supportedScopes,omitempty"` SupportedResponseTypes []string `json:"supportedResponseTypes,omitempty"` SupportedGrantTypes []string `json:"supportedGrantTypes,omitempty"` SupportedAcrs []string `json:"supportedAcrs,omitempty"` SupportedTokenAuthMethods []string `json:"supportedTokenAuthMethods,omitempty"` SupportedDisplays []string `json:"supportedDisplays,omitempty"` SupportedClaimTypes []string `json:"supportedClaimTypes,omitempty"` SupportedClaims []string `json:"supportedClaims,omitempty"` ServiceDocumentation *string `json:"serviceDocumentation,omitempty"` SupportedClaimLocales []string `json:"supportedClaimLocales,omitempty"` SupportedUiLocales []string `json:"supportedUiLocales,omitempty"` PolicyUri *string `json:"policyUri,omitempty"` TosUri *string `json:"tosUri,omitempty"` AuthenticationCallbackEndpoint *string `json:"authenticationCallbackEndpoint,omitempty"` AuthenticationCallbackApiKey *string `json:"authenticationCallbackApiKey,omitempty"` AuthenticationCallbackApiSecret *string `json:"authenticationCallbackApiSecret,omitempty"` SupportedSnses []string `json:"supportedSnses,omitempty"` SnsCredentials []SnsCredentials `json:"snsCredentials,omitempty"` CreatedAt *int64 `json:"createdAt,omitempty"` ModifiedAt *int64 `json:"modifiedAt,omitempty"` DeveloperAuthenticationCallbackEndpoint *string `json:"developerAuthenticationCallbackEndpoint,omitempty"` DeveloperAuthenticationCallbackApiKey *string `json:"developerAuthenticationCallbackApiKey,omitempty"` DeveloperAuthenticationCallbackApiSecret *string `json:"developerAuthenticationCallbackApiSecret,omitempty"` SupportedDeveloperSnses []string `json:"supportedDeveloperSnses,omitempty"` DeveloperSnsCredentials []SnsCredentials `json:"developerSnsCredentials,omitempty"` ClientsPerDeveloper *int32 `json:"clientsPerDeveloper,omitempty"` DirectAuthorizationEndpointEnabled *bool `json:"directAuthorizationEndpointEnabled,omitempty"` DirectTokenEndpointEnabled *bool `json:"directTokenEndpointEnabled,omitempty"` DirectRevocationEndpointEnabled *bool `json:"directRevocationEndpointEnabled,omitempty"` DirectUserInfoEndpointEnabled *bool `json:"directUserInfoEndpointEnabled,omitempty"` DirectJwksEndpointEnabled *bool `json:"directJwksEndpointEnabled,omitempty"` DirectIntrospectionEndpointEnabled *bool `json:"directIntrospectionEndpointEnabled,omitempty"` SingleAccessTokenPerSubject *bool `json:"singleAccessTokenPerSubject,omitempty"` PkceRequired *bool `json:"pkceRequired,omitempty"` PkceS256Required *bool `json:"pkceS256Required,omitempty"` RefreshTokenKept *bool `json:"refreshTokenKept,omitempty"` RefreshTokenDurationKept *bool `json:"refreshTokenDurationKept,omitempty"` RefreshTokenDurationReset *bool `json:"refreshTokenDurationReset,omitempty"` ErrorDescriptionOmitted *bool `json:"errorDescriptionOmitted,omitempty"` ErrorUriOmitted *bool `json:"errorUriOmitted,omitempty"` ClientIdAliasEnabled *bool `json:"clientIdAliasEnabled,omitempty"` SupportedServiceProfiles []string `json:"supportedServiceProfiles,omitempty"` TlsClientCertificateBoundAccessTokens *bool `json:"tlsClientCertificateBoundAccessTokens,omitempty"` IntrospectionEndpoint *string `json:"introspectionEndpoint,omitempty"` SupportedIntrospectionAuthMethods []string `json:"supportedIntrospectionAuthMethods,omitempty"` MutualTlsValidatePkiCertChain *bool `json:"mutualTlsValidatePkiCertChain,omitempty"` TrustedRootCertificates []string `json:"trustedRootCertificates,omitempty"` DynamicRegistrationSupported *bool `json:"dynamicRegistrationSupported,omitempty"` EndSessionEndpoint *string `json:"endSessionEndpoint,omitempty"` Description *string `json:"description,omitempty"` AccessTokenType *string `json:"accessTokenType,omitempty"` AccessTokenSignAlg *string `json:"accessTokenSignAlg,omitempty"` AccessTokenDuration *int64 `json:"accessTokenDuration,omitempty"` RefreshTokenDuration *int64 `json:"refreshTokenDuration,omitempty"` IdTokenDuration *int64 `json:"idTokenDuration,omitempty"` AuthorizationResponseDuration *int64 `json:"authorizationResponseDuration,omitempty"` PushedAuthReqDuration *int64 `json:"pushedAuthReqDuration,omitempty"` Metadata []Pair `json:"metadata,omitempty"` AccessTokenSignatureKeyId *string `json:"accessTokenSignatureKeyId,omitempty"` AuthorizationSignatureKeyId *string `json:"authorizationSignatureKeyId,omitempty"` IdTokenSignatureKeyId *string `json:"idTokenSignatureKeyId,omitempty"` UserInfoSignatureKeyId *string `json:"userInfoSignatureKeyId,omitempty"` SupportedBackchannelTokenDeliveryModes []string `json:"supportedBackchannelTokenDeliveryModes,omitempty"` BackchannelAuthenticationEndpoint *string `json:"backchannelAuthenticationEndpoint,omitempty"` BackchannelUserCodeParameterSupported *bool `json:"backchannelUserCodeParameterSupported,omitempty"` BackchannelAuthReqIdDuration *int32 `json:"backchannelAuthReqIdDuration,omitempty"` BackchannelPollingInterval *int32 `json:"backchannelPollingInterval,omitempty"` BackchannelBindingMessageRequiredInFapi *bool `json:"backchannelBindingMessageRequiredInFapi,omitempty"` AllowableClockSkew *int32 `json:"allowableClockSkew,omitempty"` DeviceAuthorizationEndpoint *string `json:"deviceAuthorizationEndpoint,omitempty"` DeviceVerificationUri *string `json:"deviceVerificationUri,omitempty"` DeviceVerificationUriComplete *string `json:"deviceVerificationUriComplete,omitempty"` DeviceFlowCodeDuration *int32 `json:"deviceFlowCodeDuration,omitempty"` DeviceFlowPollingInterval *int32 `json:"deviceFlowPollingInterval,omitempty"` UserCodeCharset *string `json:"userCodeCharset,omitempty"` UserCodeLength *int32 `json:"userCodeLength,omitempty"` PushedAuthReqEndpoint *string `json:"pushedAuthReqEndpoint,omitempty"` MtlsEndpointAliases []NamedUri `json:"mtlsEndpointAliases,omitempty"` SupportedAuthorizationDetailsTypes []string `json:"supportedAuthorizationDetailsTypes,omitempty"` SupportedTrustFrameworks []string `json:"supportedTrustFrameworks,omitempty"` SupportedEvidence []string `json:"supportedEvidence,omitempty"` // Deprecated SupportedIdentityDocuments []string `json:"supportedIdentityDocuments,omitempty"` SupportedDocuments []string `json:"supportedDocuments,omitempty"` // Deprecated SupportedVerificationMethods []string `json:"supportedVerificationMethods,omitempty"` SupportedDocumentsMethods []string `json:"supportedDocumentsMethods,omitempty"` // Deprecated SupportedDocumentsValidationMethods []string `json:"supportedDocumentsValidationMethods,omitempty"` // Deprecated SupportedDocumentsVerificationMethods []string `json:"supportedDocumentsVerificationMethods,omitempty"` SupportedDocumentsCheckMethods []string `json:"supportedDocumentsCheckMethods,omitempty"` SupportedElectronicRecords []string `json:"supportedElectronicRecords,omitempty"` SupportedVerifiedClaims []string `json:"supportedVerifiedClaims,omitempty"` SupportedAttachments []string `json:"supportedAttachments,omitempty"` SupportedDigestAlgorithms []string `json:"supportedDigestAlgorithms,omitempty"` MissingClientIdAllowed *bool `json:"missingClientIdAllowed,omitempty"` ParRequired *bool `json:"parRequired,omitempty"` RequestObjectRequired *bool `json:"requestObjectRequired,omitempty"` TraditionalRequestObjectProcessingApplied *bool `json:"traditionalRequestObjectProcessingApplied,omitempty"` ClaimShortcutRestrictive *bool `json:"claimShortcutRestrictive,omitempty"` ScopeRequired *bool `json:"scopeRequired,omitempty"` NbfOptional *bool `json:"nbfOptional,omitempty"` IssSuppressed *bool `json:"issSuppressed,omitempty"` Attributes []Pair `json:"attributes,omitempty"` SupportedCustomClientMetadata []string `json:"supportedCustomClientMetadata,omitempty"` TokenExpirationLinked *bool `json:"tokenExpirationLinked,omitempty"` FrontChannelRequestObjectEncryptionRequired *bool `json:"frontChannelRequestObjectEncryptionRequired,omitempty"` RequestObjectEncryptionAlgMatchRequired *bool `json:"requestObjectEncryptionAlgMatchRequired,omitempty"` RequestObjectEncryptionEncMatchRequired *bool `json:"requestObjectEncryptionEncMatchRequired,omitempty"` HsmEnabled *bool `json:"hsmEnabled,omitempty"` Hsks []Hsk `json:"hsks,omitempty"` GrantManagementEndpoint *string `json:"grantManagementEndpoint,omitempty"` GrantManagementActionRequired *bool `json:"grantManagementActionRequired,omitempty"` DcrScopeUsedAsRequestable *bool `json:"dcrScopeUsedAsRequestable,omitempty"` PredefinedTransformedClaims *string `json:"predefinedTransformedClaims,omitempty"` LoopbackRedirectionUriVariable *bool `json:"loopbackRedirectionUriVariable,omitempty"` RequestObjectAudienceChecked *bool `json:"requestObjectAudienceChecked,omitempty"` AccessTokenForExternalAttachmentEmbedded *bool `json:"accessTokenForExternalAttachmentEmbedded,omitempty"` RefreshTokenIdempotent *bool `json:"refreshTokenIdempotent,omitempty"` FederationEnabled *bool `json:"federationEnabled,omitempty"` OrganizationName *string `json:"organizationName,omitempty"` AuthorityHints []string `json:"authorityHints,omitempty"` TrustAnchors []TrustAnchor `json:"trustAnchors,omitempty"` FederationJwks *string `json:"federationJwks,omitempty"` FederationSignatureKeyId *string `json:"federationSignatureKeyId,omitempty"` FederationConfigurationDuration *int32 `json:"federationConfigurationDuration,omitempty"` SignedJwksUri *string `json:"signedJwksUri,omitempty"` FederationRegistrationEndpoint *string `json:"federationRegistrationEndpoint,omitempty"` SupportedClientRegistrationTypes []string `json:"supportedClientRegistrationTypes,omitempty"` TokenExchangeByIdentifiableClientsOnly *bool `json:"tokenExchangeByIdentifiableClientsOnly,omitempty"` TokenExchangeByConfidentialClientsOnly *bool `json:"tokenExchangeByConfidentialClientsOnly,omitempty"` TokenExchangeByPermittedClientsOnly *bool `json:"tokenExchangeByPermittedClientsOnly,omitempty"` TokenExchangeEncryptedJwtRejected *bool `json:"tokenExchangeEncryptedJwtRejected,omitempty"` TokenExchangeUnsignedJwtRejected *bool `json:"tokenExchangeUnsignedJwtRejected,omitempty"` JwtGrantByIdentifiableClientsOnly *bool `json:"jwtGrantByIdentifiableClientsOnly,omitempty"` JwtGrantEncryptedJwtRejected *bool `json:"jwtGrantEncryptedJwtRejected,omitempty"` JwtGrantUnsignedJwtRejected *bool `json:"jwtGrantUnsignedJwtRejected,omitempty"` DcrDuplicateSoftwareIdBlocked *bool `json:"dcrDuplicateSoftwareIdBlocked,omitempty"` ResourceSignatureKeyId *string `json:"resourceSignatureKeyId,omitempty"` RsResponseSigned *bool `json:"rsResponseSigned,omitempty"` OpenidDroppedOnRefreshWithoutOfflineAccess *bool `json:"openidDroppedOnRefreshWithoutOfflineAccess,omitempty"` VerifiableCredentialsEnabled *bool `json:"verifiableCredentialsEnabled,omitempty"` CredentialIssuerMetadata *CredentialIssuerMetadata `json:"credentialIssuerMetadata,omitempty"` CredentialOfferDuration *int64 `json:"credentialOfferDuration,omitempty"` UserPinLength *int32 `json:"userPinLength,omitempty"` IdTokenAudType *string `json:"idTokenAudType,omitempty"` SupportedPromptValues []string `json:"supportedPromptValues,omitempty"` VerifiedClaimsValidationSchemaSet *string `json:"verifiedClaimsValidationSchemaSet,omitempty"` PreAuthorizedGrantAnonymousAccessSupported *bool `json:"preAuthorizedGrantAnonymousAccessSupported,omitempty"` CredentialTransactionDuration *int64 `json:"credentialTransactionDuration,omitempty"` CredentialDuration *int64 `json:"credentialDuration,omitempty"` CredentialJwks *string `json:"credentialJwks,omitempty"` IdTokenReissuable *bool `json:"idTokenReissuable,omitempty"` CnonceDuration *int64 `json:"cnonceDuration,omitempty"` }
Service struct for Service
func NewService ¶
func NewService() *Service
NewService instantiates a new Service 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 NewServiceWithDefaults ¶
func NewServiceWithDefaults() *Service
NewServiceWithDefaults instantiates a new Service 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 (*Service) GetAccessTokenDuration ¶
GetAccessTokenDuration returns the AccessTokenDuration field value if set, zero value otherwise.
func (*Service) GetAccessTokenDurationOk ¶
GetAccessTokenDurationOk returns a tuple with the AccessTokenDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetAccessTokenForExternalAttachmentEmbedded ¶
GetAccessTokenForExternalAttachmentEmbedded returns the AccessTokenForExternalAttachmentEmbedded field value if set, zero value otherwise.
func (*Service) GetAccessTokenForExternalAttachmentEmbeddedOk ¶
GetAccessTokenForExternalAttachmentEmbeddedOk returns a tuple with the AccessTokenForExternalAttachmentEmbedded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetAccessTokenSignAlg ¶
GetAccessTokenSignAlg returns the AccessTokenSignAlg field value if set, zero value otherwise.
func (*Service) GetAccessTokenSignAlgOk ¶
GetAccessTokenSignAlgOk returns a tuple with the AccessTokenSignAlg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetAccessTokenSignatureKeyId ¶
GetAccessTokenSignatureKeyId returns the AccessTokenSignatureKeyId field value if set, zero value otherwise.
func (*Service) GetAccessTokenSignatureKeyIdOk ¶
GetAccessTokenSignatureKeyIdOk returns a tuple with the AccessTokenSignatureKeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetAccessTokenType ¶
GetAccessTokenType returns the AccessTokenType field value if set, zero value otherwise.
func (*Service) GetAccessTokenTypeOk ¶
GetAccessTokenTypeOk returns a tuple with the AccessTokenType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetAllowableClockSkew ¶
GetAllowableClockSkew returns the AllowableClockSkew field value if set, zero value otherwise.
func (*Service) GetAllowableClockSkewOk ¶
GetAllowableClockSkewOk returns a tuple with the AllowableClockSkew field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetApiKeyOk ¶
GetApiKeyOk returns a tuple with the ApiKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetApiSecret ¶
GetApiSecret returns the ApiSecret field value if set, zero value otherwise.
func (*Service) GetApiSecretOk ¶
GetApiSecretOk returns a tuple with the ApiSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetAttributes ¶
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*Service) GetAttributesOk ¶
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetAuthenticationCallbackApiKey ¶
GetAuthenticationCallbackApiKey returns the AuthenticationCallbackApiKey field value if set, zero value otherwise.
func (*Service) GetAuthenticationCallbackApiKeyOk ¶
GetAuthenticationCallbackApiKeyOk returns a tuple with the AuthenticationCallbackApiKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetAuthenticationCallbackApiSecret ¶
GetAuthenticationCallbackApiSecret returns the AuthenticationCallbackApiSecret field value if set, zero value otherwise.
func (*Service) GetAuthenticationCallbackApiSecretOk ¶
GetAuthenticationCallbackApiSecretOk returns a tuple with the AuthenticationCallbackApiSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetAuthenticationCallbackEndpoint ¶
GetAuthenticationCallbackEndpoint returns the AuthenticationCallbackEndpoint field value if set, zero value otherwise.
func (*Service) GetAuthenticationCallbackEndpointOk ¶
GetAuthenticationCallbackEndpointOk returns a tuple with the AuthenticationCallbackEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetAuthorityHints ¶
GetAuthorityHints returns the AuthorityHints field value if set, zero value otherwise.
func (*Service) GetAuthorityHintsOk ¶
GetAuthorityHintsOk returns a tuple with the AuthorityHints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetAuthorizationEndpoint ¶
GetAuthorizationEndpoint returns the AuthorizationEndpoint field value if set, zero value otherwise.
func (*Service) GetAuthorizationEndpointOk ¶
GetAuthorizationEndpointOk returns a tuple with the AuthorizationEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetAuthorizationResponseDuration ¶
GetAuthorizationResponseDuration returns the AuthorizationResponseDuration field value if set, zero value otherwise.
func (*Service) GetAuthorizationResponseDurationOk ¶
GetAuthorizationResponseDurationOk returns a tuple with the AuthorizationResponseDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetAuthorizationSignatureKeyId ¶
GetAuthorizationSignatureKeyId returns the AuthorizationSignatureKeyId field value if set, zero value otherwise.
func (*Service) GetAuthorizationSignatureKeyIdOk ¶
GetAuthorizationSignatureKeyIdOk returns a tuple with the AuthorizationSignatureKeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetBackchannelAuthReqIdDuration ¶
GetBackchannelAuthReqIdDuration returns the BackchannelAuthReqIdDuration field value if set, zero value otherwise.
func (*Service) GetBackchannelAuthReqIdDurationOk ¶
GetBackchannelAuthReqIdDurationOk returns a tuple with the BackchannelAuthReqIdDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetBackchannelAuthenticationEndpoint ¶
GetBackchannelAuthenticationEndpoint returns the BackchannelAuthenticationEndpoint field value if set, zero value otherwise.
func (*Service) GetBackchannelAuthenticationEndpointOk ¶
GetBackchannelAuthenticationEndpointOk returns a tuple with the BackchannelAuthenticationEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetBackchannelBindingMessageRequiredInFapi ¶
GetBackchannelBindingMessageRequiredInFapi returns the BackchannelBindingMessageRequiredInFapi field value if set, zero value otherwise.
func (*Service) GetBackchannelBindingMessageRequiredInFapiOk ¶
GetBackchannelBindingMessageRequiredInFapiOk returns a tuple with the BackchannelBindingMessageRequiredInFapi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetBackchannelPollingInterval ¶
GetBackchannelPollingInterval returns the BackchannelPollingInterval field value if set, zero value otherwise.
func (*Service) GetBackchannelPollingIntervalOk ¶
GetBackchannelPollingIntervalOk returns a tuple with the BackchannelPollingInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetBackchannelUserCodeParameterSupported ¶
GetBackchannelUserCodeParameterSupported returns the BackchannelUserCodeParameterSupported field value if set, zero value otherwise.
func (*Service) GetBackchannelUserCodeParameterSupportedOk ¶
GetBackchannelUserCodeParameterSupportedOk returns a tuple with the BackchannelUserCodeParameterSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetClaimShortcutRestrictive ¶
GetClaimShortcutRestrictive returns the ClaimShortcutRestrictive field value if set, zero value otherwise.
func (*Service) GetClaimShortcutRestrictiveOk ¶
GetClaimShortcutRestrictiveOk returns a tuple with the ClaimShortcutRestrictive field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetClientIdAliasEnabled ¶
GetClientIdAliasEnabled returns the ClientIdAliasEnabled field value if set, zero value otherwise.
func (*Service) GetClientIdAliasEnabledOk ¶
GetClientIdAliasEnabledOk returns a tuple with the ClientIdAliasEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetClientsPerDeveloper ¶
GetClientsPerDeveloper returns the ClientsPerDeveloper field value if set, zero value otherwise.
func (*Service) GetClientsPerDeveloperOk ¶
GetClientsPerDeveloperOk returns a tuple with the ClientsPerDeveloper field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetCnonceDuration ¶
GetCnonceDuration returns the CnonceDuration field value if set, zero value otherwise.
func (*Service) GetCnonceDurationOk ¶
GetCnonceDurationOk returns a tuple with the CnonceDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Service) 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 (*Service) GetCredentialDuration ¶
GetCredentialDuration returns the CredentialDuration field value if set, zero value otherwise.
func (*Service) GetCredentialDurationOk ¶
GetCredentialDurationOk returns a tuple with the CredentialDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetCredentialIssuerMetadata ¶
func (o *Service) GetCredentialIssuerMetadata() CredentialIssuerMetadata
GetCredentialIssuerMetadata returns the CredentialIssuerMetadata field value if set, zero value otherwise.
func (*Service) GetCredentialIssuerMetadataOk ¶
func (o *Service) GetCredentialIssuerMetadataOk() (*CredentialIssuerMetadata, bool)
GetCredentialIssuerMetadataOk returns a tuple with the CredentialIssuerMetadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetCredentialJwks ¶
GetCredentialJwks returns the CredentialJwks field value if set, zero value otherwise.
func (*Service) GetCredentialJwksOk ¶
GetCredentialJwksOk returns a tuple with the CredentialJwks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetCredentialOfferDuration ¶
GetCredentialOfferDuration returns the CredentialOfferDuration field value if set, zero value otherwise.
func (*Service) GetCredentialOfferDurationOk ¶
GetCredentialOfferDurationOk returns a tuple with the CredentialOfferDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetCredentialTransactionDuration ¶
GetCredentialTransactionDuration returns the CredentialTransactionDuration field value if set, zero value otherwise.
func (*Service) GetCredentialTransactionDurationOk ¶
GetCredentialTransactionDurationOk returns a tuple with the CredentialTransactionDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDcrDuplicateSoftwareIdBlocked ¶
GetDcrDuplicateSoftwareIdBlocked returns the DcrDuplicateSoftwareIdBlocked field value if set, zero value otherwise.
func (*Service) GetDcrDuplicateSoftwareIdBlockedOk ¶
GetDcrDuplicateSoftwareIdBlockedOk returns a tuple with the DcrDuplicateSoftwareIdBlocked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDcrScopeUsedAsRequestable ¶
GetDcrScopeUsedAsRequestable returns the DcrScopeUsedAsRequestable field value if set, zero value otherwise.
func (*Service) GetDcrScopeUsedAsRequestableOk ¶
GetDcrScopeUsedAsRequestableOk returns a tuple with the DcrScopeUsedAsRequestable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Service) GetDescriptionOk ¶
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 (*Service) GetDeveloperAuthenticationCallbackApiKey ¶
GetDeveloperAuthenticationCallbackApiKey returns the DeveloperAuthenticationCallbackApiKey field value if set, zero value otherwise.
func (*Service) GetDeveloperAuthenticationCallbackApiKeyOk ¶
GetDeveloperAuthenticationCallbackApiKeyOk returns a tuple with the DeveloperAuthenticationCallbackApiKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDeveloperAuthenticationCallbackApiSecret ¶
GetDeveloperAuthenticationCallbackApiSecret returns the DeveloperAuthenticationCallbackApiSecret field value if set, zero value otherwise.
func (*Service) GetDeveloperAuthenticationCallbackApiSecretOk ¶
GetDeveloperAuthenticationCallbackApiSecretOk returns a tuple with the DeveloperAuthenticationCallbackApiSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDeveloperAuthenticationCallbackEndpoint ¶
GetDeveloperAuthenticationCallbackEndpoint returns the DeveloperAuthenticationCallbackEndpoint field value if set, zero value otherwise.
func (*Service) GetDeveloperAuthenticationCallbackEndpointOk ¶
GetDeveloperAuthenticationCallbackEndpointOk returns a tuple with the DeveloperAuthenticationCallbackEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDeveloperSnsCredentials ¶
func (o *Service) GetDeveloperSnsCredentials() []SnsCredentials
GetDeveloperSnsCredentials returns the DeveloperSnsCredentials field value if set, zero value otherwise.
func (*Service) GetDeveloperSnsCredentialsOk ¶
func (o *Service) GetDeveloperSnsCredentialsOk() ([]SnsCredentials, bool)
GetDeveloperSnsCredentialsOk returns a tuple with the DeveloperSnsCredentials field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDeviceAuthorizationEndpoint ¶
GetDeviceAuthorizationEndpoint returns the DeviceAuthorizationEndpoint field value if set, zero value otherwise.
func (*Service) GetDeviceAuthorizationEndpointOk ¶
GetDeviceAuthorizationEndpointOk returns a tuple with the DeviceAuthorizationEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDeviceFlowCodeDuration ¶
GetDeviceFlowCodeDuration returns the DeviceFlowCodeDuration field value if set, zero value otherwise.
func (*Service) GetDeviceFlowCodeDurationOk ¶
GetDeviceFlowCodeDurationOk returns a tuple with the DeviceFlowCodeDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDeviceFlowPollingInterval ¶
GetDeviceFlowPollingInterval returns the DeviceFlowPollingInterval field value if set, zero value otherwise.
func (*Service) GetDeviceFlowPollingIntervalOk ¶
GetDeviceFlowPollingIntervalOk returns a tuple with the DeviceFlowPollingInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDeviceVerificationUri ¶
GetDeviceVerificationUri returns the DeviceVerificationUri field value if set, zero value otherwise.
func (*Service) GetDeviceVerificationUriComplete ¶
GetDeviceVerificationUriComplete returns the DeviceVerificationUriComplete field value if set, zero value otherwise.
func (*Service) GetDeviceVerificationUriCompleteOk ¶
GetDeviceVerificationUriCompleteOk returns a tuple with the DeviceVerificationUriComplete field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDeviceVerificationUriOk ¶
GetDeviceVerificationUriOk returns a tuple with the DeviceVerificationUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDirectAuthorizationEndpointEnabled ¶
GetDirectAuthorizationEndpointEnabled returns the DirectAuthorizationEndpointEnabled field value if set, zero value otherwise.
func (*Service) GetDirectAuthorizationEndpointEnabledOk ¶
GetDirectAuthorizationEndpointEnabledOk returns a tuple with the DirectAuthorizationEndpointEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDirectIntrospectionEndpointEnabled ¶
GetDirectIntrospectionEndpointEnabled returns the DirectIntrospectionEndpointEnabled field value if set, zero value otherwise.
func (*Service) GetDirectIntrospectionEndpointEnabledOk ¶
GetDirectIntrospectionEndpointEnabledOk returns a tuple with the DirectIntrospectionEndpointEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDirectJwksEndpointEnabled ¶
GetDirectJwksEndpointEnabled returns the DirectJwksEndpointEnabled field value if set, zero value otherwise.
func (*Service) GetDirectJwksEndpointEnabledOk ¶
GetDirectJwksEndpointEnabledOk returns a tuple with the DirectJwksEndpointEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDirectRevocationEndpointEnabled ¶
GetDirectRevocationEndpointEnabled returns the DirectRevocationEndpointEnabled field value if set, zero value otherwise.
func (*Service) GetDirectRevocationEndpointEnabledOk ¶
GetDirectRevocationEndpointEnabledOk returns a tuple with the DirectRevocationEndpointEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDirectTokenEndpointEnabled ¶
GetDirectTokenEndpointEnabled returns the DirectTokenEndpointEnabled field value if set, zero value otherwise.
func (*Service) GetDirectTokenEndpointEnabledOk ¶
GetDirectTokenEndpointEnabledOk returns a tuple with the DirectTokenEndpointEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDirectUserInfoEndpointEnabled ¶
GetDirectUserInfoEndpointEnabled returns the DirectUserInfoEndpointEnabled field value if set, zero value otherwise.
func (*Service) GetDirectUserInfoEndpointEnabledOk ¶
GetDirectUserInfoEndpointEnabledOk returns a tuple with the DirectUserInfoEndpointEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDynamicRegistrationSupported ¶
GetDynamicRegistrationSupported returns the DynamicRegistrationSupported field value if set, zero value otherwise.
func (*Service) GetDynamicRegistrationSupportedOk ¶
GetDynamicRegistrationSupportedOk returns a tuple with the DynamicRegistrationSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetEndSessionEndpoint ¶
GetEndSessionEndpoint returns the EndSessionEndpoint field value if set, zero value otherwise.
func (*Service) GetEndSessionEndpointOk ¶
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 (*Service) GetErrorDescriptionOmitted ¶
GetErrorDescriptionOmitted returns the ErrorDescriptionOmitted field value if set, zero value otherwise.
func (*Service) GetErrorDescriptionOmittedOk ¶
GetErrorDescriptionOmittedOk returns a tuple with the ErrorDescriptionOmitted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetErrorUriOmitted ¶
GetErrorUriOmitted returns the ErrorUriOmitted field value if set, zero value otherwise.
func (*Service) GetErrorUriOmittedOk ¶
GetErrorUriOmittedOk returns a tuple with the ErrorUriOmitted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetFederationConfigurationDuration ¶
GetFederationConfigurationDuration returns the FederationConfigurationDuration field value if set, zero value otherwise.
func (*Service) GetFederationConfigurationDurationOk ¶
GetFederationConfigurationDurationOk returns a tuple with the FederationConfigurationDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetFederationEnabled ¶
GetFederationEnabled returns the FederationEnabled field value if set, zero value otherwise.
func (*Service) GetFederationEnabledOk ¶
GetFederationEnabledOk returns a tuple with the FederationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetFederationJwks ¶
GetFederationJwks returns the FederationJwks field value if set, zero value otherwise.
func (*Service) GetFederationJwksOk ¶
GetFederationJwksOk returns a tuple with the FederationJwks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetFederationRegistrationEndpoint ¶
GetFederationRegistrationEndpoint returns the FederationRegistrationEndpoint field value if set, zero value otherwise.
func (*Service) GetFederationRegistrationEndpointOk ¶
GetFederationRegistrationEndpointOk returns a tuple with the FederationRegistrationEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetFederationSignatureKeyId ¶
GetFederationSignatureKeyId returns the FederationSignatureKeyId field value if set, zero value otherwise.
func (*Service) GetFederationSignatureKeyIdOk ¶
GetFederationSignatureKeyIdOk returns a tuple with the FederationSignatureKeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetFrontChannelRequestObjectEncryptionRequired ¶
GetFrontChannelRequestObjectEncryptionRequired returns the FrontChannelRequestObjectEncryptionRequired field value if set, zero value otherwise.
func (*Service) GetFrontChannelRequestObjectEncryptionRequiredOk ¶
GetFrontChannelRequestObjectEncryptionRequiredOk returns a tuple with the FrontChannelRequestObjectEncryptionRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetGrantManagementActionRequired ¶
GetGrantManagementActionRequired returns the GrantManagementActionRequired field value if set, zero value otherwise.
func (*Service) GetGrantManagementActionRequiredOk ¶
GetGrantManagementActionRequiredOk returns a tuple with the GrantManagementActionRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetGrantManagementEndpoint ¶
GetGrantManagementEndpoint returns the GrantManagementEndpoint field value if set, zero value otherwise.
func (*Service) GetGrantManagementEndpointOk ¶
GetGrantManagementEndpointOk returns a tuple with the GrantManagementEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetHsksOk ¶
GetHsksOk returns a tuple with the Hsks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetHsmEnabled ¶
GetHsmEnabled returns the HsmEnabled field value if set, zero value otherwise.
func (*Service) GetHsmEnabledOk ¶
GetHsmEnabledOk returns a tuple with the HsmEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetIdTokenAudType ¶
GetIdTokenAudType returns the IdTokenAudType field value if set, zero value otherwise.
func (*Service) GetIdTokenAudTypeOk ¶
GetIdTokenAudTypeOk returns a tuple with the IdTokenAudType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetIdTokenDuration ¶
GetIdTokenDuration returns the IdTokenDuration field value if set, zero value otherwise.
func (*Service) GetIdTokenDurationOk ¶
GetIdTokenDurationOk returns a tuple with the IdTokenDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetIdTokenReissuable ¶
GetIdTokenReissuable returns the IdTokenReissuable field value if set, zero value otherwise.
func (*Service) GetIdTokenReissuableOk ¶
GetIdTokenReissuableOk returns a tuple with the IdTokenReissuable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetIdTokenSignatureKeyId ¶
GetIdTokenSignatureKeyId returns the IdTokenSignatureKeyId field value if set, zero value otherwise.
func (*Service) GetIdTokenSignatureKeyIdOk ¶
GetIdTokenSignatureKeyIdOk returns a tuple with the IdTokenSignatureKeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetIntrospectionEndpoint ¶
GetIntrospectionEndpoint returns the IntrospectionEndpoint field value if set, zero value otherwise.
func (*Service) GetIntrospectionEndpointOk ¶
GetIntrospectionEndpointOk returns a tuple with the IntrospectionEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetIssSuppressed ¶
GetIssSuppressed returns the IssSuppressed field value if set, zero value otherwise.
func (*Service) GetIssSuppressedOk ¶
GetIssSuppressedOk returns a tuple with the IssSuppressed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetIssuerOk ¶
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 (*Service) GetJwksOk ¶
GetJwksOk returns a tuple with the Jwks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetJwksUri ¶
GetJwksUri returns the JwksUri field value if set, zero value otherwise.
func (*Service) GetJwksUriOk ¶
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 (*Service) GetJwtGrantByIdentifiableClientsOnly ¶
GetJwtGrantByIdentifiableClientsOnly returns the JwtGrantByIdentifiableClientsOnly field value if set, zero value otherwise.
func (*Service) GetJwtGrantByIdentifiableClientsOnlyOk ¶
GetJwtGrantByIdentifiableClientsOnlyOk returns a tuple with the JwtGrantByIdentifiableClientsOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetJwtGrantEncryptedJwtRejected ¶
GetJwtGrantEncryptedJwtRejected returns the JwtGrantEncryptedJwtRejected field value if set, zero value otherwise.
func (*Service) GetJwtGrantEncryptedJwtRejectedOk ¶
GetJwtGrantEncryptedJwtRejectedOk returns a tuple with the JwtGrantEncryptedJwtRejected field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetJwtGrantUnsignedJwtRejected ¶
GetJwtGrantUnsignedJwtRejected returns the JwtGrantUnsignedJwtRejected field value if set, zero value otherwise.
func (*Service) GetJwtGrantUnsignedJwtRejectedOk ¶
GetJwtGrantUnsignedJwtRejectedOk returns a tuple with the JwtGrantUnsignedJwtRejected field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetLoopbackRedirectionUriVariable ¶
GetLoopbackRedirectionUriVariable returns the LoopbackRedirectionUriVariable field value if set, zero value otherwise.
func (*Service) GetLoopbackRedirectionUriVariableOk ¶
GetLoopbackRedirectionUriVariableOk returns a tuple with the LoopbackRedirectionUriVariable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetMetadata ¶
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*Service) GetMetadataOk ¶
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 (*Service) GetMissingClientIdAllowed ¶
GetMissingClientIdAllowed returns the MissingClientIdAllowed field value if set, zero value otherwise.
func (*Service) GetMissingClientIdAllowedOk ¶
GetMissingClientIdAllowedOk returns a tuple with the MissingClientIdAllowed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetModifiedAt ¶
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise.
func (*Service) GetModifiedAtOk ¶
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetMtlsEndpointAliases ¶
GetMtlsEndpointAliases returns the MtlsEndpointAliases field value if set, zero value otherwise.
func (*Service) GetMtlsEndpointAliasesOk ¶
GetMtlsEndpointAliasesOk returns a tuple with the MtlsEndpointAliases field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetMutualTlsValidatePkiCertChain ¶
GetMutualTlsValidatePkiCertChain returns the MutualTlsValidatePkiCertChain field value if set, zero value otherwise.
func (*Service) GetMutualTlsValidatePkiCertChainOk ¶
GetMutualTlsValidatePkiCertChainOk returns a tuple with the MutualTlsValidatePkiCertChain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetNbfOptional ¶
GetNbfOptional returns the NbfOptional field value if set, zero value otherwise.
func (*Service) GetNbfOptionalOk ¶
GetNbfOptionalOk returns a tuple with the NbfOptional field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetNumberOk ¶
GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetOpenidDroppedOnRefreshWithoutOfflineAccess ¶
GetOpenidDroppedOnRefreshWithoutOfflineAccess returns the OpenidDroppedOnRefreshWithoutOfflineAccess field value if set, zero value otherwise.
func (*Service) GetOpenidDroppedOnRefreshWithoutOfflineAccessOk ¶
GetOpenidDroppedOnRefreshWithoutOfflineAccessOk returns a tuple with the OpenidDroppedOnRefreshWithoutOfflineAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetOrganizationName ¶
GetOrganizationName returns the OrganizationName field value if set, zero value otherwise.
func (*Service) GetOrganizationNameOk ¶
GetOrganizationNameOk returns a tuple with the OrganizationName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetParRequired ¶
GetParRequired returns the ParRequired field value if set, zero value otherwise.
func (*Service) GetParRequiredOk ¶
GetParRequiredOk returns a tuple with the ParRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetPkceRequired ¶
GetPkceRequired returns the PkceRequired field value if set, zero value otherwise.
func (*Service) GetPkceRequiredOk ¶
GetPkceRequiredOk returns a tuple with the PkceRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetPkceS256Required ¶
GetPkceS256Required returns the PkceS256Required field value if set, zero value otherwise.
func (*Service) GetPkceS256RequiredOk ¶
GetPkceS256RequiredOk returns a tuple with the PkceS256Required field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetPolicyUri ¶
GetPolicyUri returns the PolicyUri field value if set, zero value otherwise.
func (*Service) GetPolicyUriOk ¶
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 (*Service) GetPreAuthorizedGrantAnonymousAccessSupported ¶
GetPreAuthorizedGrantAnonymousAccessSupported returns the PreAuthorizedGrantAnonymousAccessSupported field value if set, zero value otherwise.
func (*Service) GetPreAuthorizedGrantAnonymousAccessSupportedOk ¶
GetPreAuthorizedGrantAnonymousAccessSupportedOk returns a tuple with the PreAuthorizedGrantAnonymousAccessSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetPredefinedTransformedClaims ¶
GetPredefinedTransformedClaims returns the PredefinedTransformedClaims field value if set, zero value otherwise.
func (*Service) GetPredefinedTransformedClaimsOk ¶
GetPredefinedTransformedClaimsOk returns a tuple with the PredefinedTransformedClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetPushedAuthReqDuration ¶
GetPushedAuthReqDuration returns the PushedAuthReqDuration field value if set, zero value otherwise.
func (*Service) GetPushedAuthReqDurationOk ¶
GetPushedAuthReqDurationOk returns a tuple with the PushedAuthReqDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetPushedAuthReqEndpoint ¶
GetPushedAuthReqEndpoint returns the PushedAuthReqEndpoint field value if set, zero value otherwise.
func (*Service) GetPushedAuthReqEndpointOk ¶
GetPushedAuthReqEndpointOk returns a tuple with the PushedAuthReqEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetRefreshTokenDuration ¶
GetRefreshTokenDuration returns the RefreshTokenDuration field value if set, zero value otherwise.
func (*Service) GetRefreshTokenDurationKept ¶
GetRefreshTokenDurationKept returns the RefreshTokenDurationKept field value if set, zero value otherwise.
func (*Service) GetRefreshTokenDurationKeptOk ¶
GetRefreshTokenDurationKeptOk returns a tuple with the RefreshTokenDurationKept field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetRefreshTokenDurationOk ¶
GetRefreshTokenDurationOk returns a tuple with the RefreshTokenDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetRefreshTokenDurationReset ¶
GetRefreshTokenDurationReset returns the RefreshTokenDurationReset field value if set, zero value otherwise.
func (*Service) GetRefreshTokenDurationResetOk ¶
GetRefreshTokenDurationResetOk returns a tuple with the RefreshTokenDurationReset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetRefreshTokenIdempotent ¶
GetRefreshTokenIdempotent returns the RefreshTokenIdempotent field value if set, zero value otherwise.
func (*Service) GetRefreshTokenIdempotentOk ¶
GetRefreshTokenIdempotentOk returns a tuple with the RefreshTokenIdempotent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetRefreshTokenKept ¶
GetRefreshTokenKept returns the RefreshTokenKept field value if set, zero value otherwise.
func (*Service) GetRefreshTokenKeptOk ¶
GetRefreshTokenKeptOk returns a tuple with the RefreshTokenKept field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetRegistrationEndpoint ¶
GetRegistrationEndpoint returns the RegistrationEndpoint field value if set, zero value otherwise.
func (*Service) GetRegistrationEndpointOk ¶
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 (*Service) GetRegistrationManagementEndpoint ¶
GetRegistrationManagementEndpoint returns the RegistrationManagementEndpoint field value if set, zero value otherwise.
func (*Service) GetRegistrationManagementEndpointOk ¶
GetRegistrationManagementEndpointOk returns a tuple with the RegistrationManagementEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetRequestObjectAudienceChecked ¶
GetRequestObjectAudienceChecked returns the RequestObjectAudienceChecked field value if set, zero value otherwise.
func (*Service) GetRequestObjectAudienceCheckedOk ¶
GetRequestObjectAudienceCheckedOk returns a tuple with the RequestObjectAudienceChecked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetRequestObjectEncryptionAlgMatchRequired ¶
GetRequestObjectEncryptionAlgMatchRequired returns the RequestObjectEncryptionAlgMatchRequired field value if set, zero value otherwise.
func (*Service) GetRequestObjectEncryptionAlgMatchRequiredOk ¶
GetRequestObjectEncryptionAlgMatchRequiredOk returns a tuple with the RequestObjectEncryptionAlgMatchRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetRequestObjectEncryptionEncMatchRequired ¶
GetRequestObjectEncryptionEncMatchRequired returns the RequestObjectEncryptionEncMatchRequired field value if set, zero value otherwise.
func (*Service) GetRequestObjectEncryptionEncMatchRequiredOk ¶
GetRequestObjectEncryptionEncMatchRequiredOk returns a tuple with the RequestObjectEncryptionEncMatchRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetRequestObjectRequired ¶
GetRequestObjectRequired returns the RequestObjectRequired field value if set, zero value otherwise.
func (*Service) GetRequestObjectRequiredOk ¶
GetRequestObjectRequiredOk returns a tuple with the RequestObjectRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetResourceSignatureKeyId ¶
GetResourceSignatureKeyId returns the ResourceSignatureKeyId field value if set, zero value otherwise.
func (*Service) GetResourceSignatureKeyIdOk ¶
GetResourceSignatureKeyIdOk returns a tuple with the ResourceSignatureKeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetRevocationEndpoint ¶
GetRevocationEndpoint returns the RevocationEndpoint field value if set, zero value otherwise.
func (*Service) GetRevocationEndpointOk ¶
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 (*Service) GetRsResponseSigned ¶
GetRsResponseSigned returns the RsResponseSigned field value if set, zero value otherwise.
func (*Service) GetRsResponseSignedOk ¶
GetRsResponseSignedOk returns a tuple with the RsResponseSigned field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetScopeRequired ¶
GetScopeRequired returns the ScopeRequired field value if set, zero value otherwise.
func (*Service) GetScopeRequiredOk ¶
GetScopeRequiredOk returns a tuple with the ScopeRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetServiceDocumentation ¶
GetServiceDocumentation returns the ServiceDocumentation field value if set, zero value otherwise.
func (*Service) GetServiceDocumentationOk ¶
GetServiceDocumentationOk returns a tuple with the ServiceDocumentation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetServiceName ¶
GetServiceName returns the ServiceName field value if set, zero value otherwise.
func (*Service) GetServiceNameOk ¶
GetServiceNameOk returns a tuple with the ServiceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetServiceOwnerNumber ¶
GetServiceOwnerNumber returns the ServiceOwnerNumber field value if set, zero value otherwise.
func (*Service) GetServiceOwnerNumberOk ¶
GetServiceOwnerNumberOk returns a tuple with the ServiceOwnerNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSignedJwksUri ¶
GetSignedJwksUri returns the SignedJwksUri field value if set, zero value otherwise.
func (*Service) GetSignedJwksUriOk ¶
GetSignedJwksUriOk returns a tuple with the SignedJwksUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSingleAccessTokenPerSubject ¶
GetSingleAccessTokenPerSubject returns the SingleAccessTokenPerSubject field value if set, zero value otherwise.
func (*Service) GetSingleAccessTokenPerSubjectOk ¶
GetSingleAccessTokenPerSubjectOk returns a tuple with the SingleAccessTokenPerSubject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSnsCredentials ¶
func (o *Service) GetSnsCredentials() []SnsCredentials
GetSnsCredentials returns the SnsCredentials field value if set, zero value otherwise.
func (*Service) GetSnsCredentialsOk ¶
func (o *Service) GetSnsCredentialsOk() ([]SnsCredentials, bool)
GetSnsCredentialsOk returns a tuple with the SnsCredentials field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedAcrs ¶
GetSupportedAcrs returns the SupportedAcrs field value if set, zero value otherwise.
func (*Service) GetSupportedAcrsOk ¶
GetSupportedAcrsOk returns a tuple with the SupportedAcrs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedAttachments ¶
GetSupportedAttachments returns the SupportedAttachments field value if set, zero value otherwise.
func (*Service) GetSupportedAttachmentsOk ¶
GetSupportedAttachmentsOk returns a tuple with the SupportedAttachments field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedAuthorizationDetailsTypes ¶
GetSupportedAuthorizationDetailsTypes returns the SupportedAuthorizationDetailsTypes field value if set, zero value otherwise.
func (*Service) GetSupportedAuthorizationDetailsTypesOk ¶
GetSupportedAuthorizationDetailsTypesOk returns a tuple with the SupportedAuthorizationDetailsTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedBackchannelTokenDeliveryModes ¶
GetSupportedBackchannelTokenDeliveryModes returns the SupportedBackchannelTokenDeliveryModes field value if set, zero value otherwise.
func (*Service) GetSupportedBackchannelTokenDeliveryModesOk ¶
GetSupportedBackchannelTokenDeliveryModesOk returns a tuple with the SupportedBackchannelTokenDeliveryModes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedClaimLocales ¶
GetSupportedClaimLocales returns the SupportedClaimLocales field value if set, zero value otherwise.
func (*Service) GetSupportedClaimLocalesOk ¶
GetSupportedClaimLocalesOk returns a tuple with the SupportedClaimLocales field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedClaimTypes ¶
GetSupportedClaimTypes returns the SupportedClaimTypes field value if set, zero value otherwise.
func (*Service) GetSupportedClaimTypesOk ¶
GetSupportedClaimTypesOk returns a tuple with the SupportedClaimTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedClaims ¶
GetSupportedClaims returns the SupportedClaims field value if set, zero value otherwise.
func (*Service) GetSupportedClaimsOk ¶
GetSupportedClaimsOk returns a tuple with the SupportedClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedClientRegistrationTypes ¶
GetSupportedClientRegistrationTypes returns the SupportedClientRegistrationTypes field value if set, zero value otherwise.
func (*Service) GetSupportedClientRegistrationTypesOk ¶
GetSupportedClientRegistrationTypesOk returns a tuple with the SupportedClientRegistrationTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedCustomClientMetadata ¶
GetSupportedCustomClientMetadata returns the SupportedCustomClientMetadata field value if set, zero value otherwise.
func (*Service) GetSupportedCustomClientMetadataOk ¶
GetSupportedCustomClientMetadataOk returns a tuple with the SupportedCustomClientMetadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedDeveloperSnses ¶
GetSupportedDeveloperSnses returns the SupportedDeveloperSnses field value if set, zero value otherwise.
func (*Service) GetSupportedDeveloperSnsesOk ¶
GetSupportedDeveloperSnsesOk returns a tuple with the SupportedDeveloperSnses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedDigestAlgorithms ¶
GetSupportedDigestAlgorithms returns the SupportedDigestAlgorithms field value if set, zero value otherwise.
func (*Service) GetSupportedDigestAlgorithmsOk ¶
GetSupportedDigestAlgorithmsOk returns a tuple with the SupportedDigestAlgorithms field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedDisplays ¶
GetSupportedDisplays returns the SupportedDisplays field value if set, zero value otherwise.
func (*Service) GetSupportedDisplaysOk ¶
GetSupportedDisplaysOk returns a tuple with the SupportedDisplays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedDocuments ¶
GetSupportedDocuments returns the SupportedDocuments field value if set, zero value otherwise.
func (*Service) GetSupportedDocumentsCheckMethods ¶
GetSupportedDocumentsCheckMethods returns the SupportedDocumentsCheckMethods field value if set, zero value otherwise.
func (*Service) GetSupportedDocumentsCheckMethodsOk ¶
GetSupportedDocumentsCheckMethodsOk returns a tuple with the SupportedDocumentsCheckMethods field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedDocumentsMethods ¶
GetSupportedDocumentsMethods returns the SupportedDocumentsMethods field value if set, zero value otherwise.
func (*Service) GetSupportedDocumentsMethodsOk ¶
GetSupportedDocumentsMethodsOk returns a tuple with the SupportedDocumentsMethods field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedDocumentsOk ¶
GetSupportedDocumentsOk returns a tuple with the SupportedDocuments field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedDocumentsValidationMethods ¶
GetSupportedDocumentsValidationMethods returns the SupportedDocumentsValidationMethods field value if set, zero value otherwise. Deprecated
func (*Service) GetSupportedDocumentsValidationMethodsOk ¶
GetSupportedDocumentsValidationMethodsOk returns a tuple with the SupportedDocumentsValidationMethods field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*Service) GetSupportedDocumentsVerificationMethods ¶
GetSupportedDocumentsVerificationMethods returns the SupportedDocumentsVerificationMethods field value if set, zero value otherwise. Deprecated
func (*Service) GetSupportedDocumentsVerificationMethodsOk ¶
GetSupportedDocumentsVerificationMethodsOk returns a tuple with the SupportedDocumentsVerificationMethods field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*Service) GetSupportedElectronicRecords ¶
GetSupportedElectronicRecords returns the SupportedElectronicRecords field value if set, zero value otherwise.
func (*Service) GetSupportedElectronicRecordsOk ¶
GetSupportedElectronicRecordsOk returns a tuple with the SupportedElectronicRecords field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedEvidence ¶
GetSupportedEvidence returns the SupportedEvidence field value if set, zero value otherwise.
func (*Service) GetSupportedEvidenceOk ¶
GetSupportedEvidenceOk returns a tuple with the SupportedEvidence field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedGrantTypes ¶
GetSupportedGrantTypes returns the SupportedGrantTypes field value if set, zero value otherwise.
func (*Service) GetSupportedGrantTypesOk ¶
GetSupportedGrantTypesOk returns a tuple with the SupportedGrantTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedIdentityDocuments ¶
GetSupportedIdentityDocuments returns the SupportedIdentityDocuments field value if set, zero value otherwise. Deprecated
func (*Service) GetSupportedIdentityDocumentsOk ¶
GetSupportedIdentityDocumentsOk returns a tuple with the SupportedIdentityDocuments field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*Service) GetSupportedIntrospectionAuthMethods ¶
GetSupportedIntrospectionAuthMethods returns the SupportedIntrospectionAuthMethods field value if set, zero value otherwise.
func (*Service) GetSupportedIntrospectionAuthMethodsOk ¶
GetSupportedIntrospectionAuthMethodsOk returns a tuple with the SupportedIntrospectionAuthMethods field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedPromptValues ¶
GetSupportedPromptValues returns the SupportedPromptValues field value if set, zero value otherwise.
func (*Service) GetSupportedPromptValuesOk ¶
GetSupportedPromptValuesOk returns a tuple with the SupportedPromptValues field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedResponseTypes ¶
GetSupportedResponseTypes returns the SupportedResponseTypes field value if set, zero value otherwise.
func (*Service) GetSupportedResponseTypesOk ¶
GetSupportedResponseTypesOk returns a tuple with the SupportedResponseTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedRevocationAuthMethods ¶
GetSupportedRevocationAuthMethods returns the SupportedRevocationAuthMethods field value if set, zero value otherwise.
func (*Service) GetSupportedRevocationAuthMethodsOk ¶
GetSupportedRevocationAuthMethodsOk returns a tuple with the SupportedRevocationAuthMethods field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedScopes ¶
GetSupportedScopes returns the SupportedScopes field value if set, zero value otherwise.
func (*Service) GetSupportedScopesOk ¶
GetSupportedScopesOk returns a tuple with the SupportedScopes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedServiceProfiles ¶
GetSupportedServiceProfiles returns the SupportedServiceProfiles field value if set, zero value otherwise.
func (*Service) GetSupportedServiceProfilesOk ¶
GetSupportedServiceProfilesOk returns a tuple with the SupportedServiceProfiles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedSnses ¶
GetSupportedSnses returns the SupportedSnses field value if set, zero value otherwise.
func (*Service) GetSupportedSnsesOk ¶
GetSupportedSnsesOk returns a tuple with the SupportedSnses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedTokenAuthMethods ¶
GetSupportedTokenAuthMethods returns the SupportedTokenAuthMethods field value if set, zero value otherwise.
func (*Service) GetSupportedTokenAuthMethodsOk ¶
GetSupportedTokenAuthMethodsOk returns a tuple with the SupportedTokenAuthMethods field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedTrustFrameworks ¶
GetSupportedTrustFrameworks returns the SupportedTrustFrameworks field value if set, zero value otherwise.
func (*Service) GetSupportedTrustFrameworksOk ¶
GetSupportedTrustFrameworksOk returns a tuple with the SupportedTrustFrameworks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedUiLocales ¶
GetSupportedUiLocales returns the SupportedUiLocales field value if set, zero value otherwise.
func (*Service) GetSupportedUiLocalesOk ¶
GetSupportedUiLocalesOk returns a tuple with the SupportedUiLocales field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetSupportedVerificationMethods ¶
GetSupportedVerificationMethods returns the SupportedVerificationMethods field value if set, zero value otherwise. Deprecated
func (*Service) GetSupportedVerificationMethodsOk ¶
GetSupportedVerificationMethodsOk returns a tuple with the SupportedVerificationMethods field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*Service) GetSupportedVerifiedClaims ¶
GetSupportedVerifiedClaims returns the SupportedVerifiedClaims field value if set, zero value otherwise.
func (*Service) GetSupportedVerifiedClaimsOk ¶
GetSupportedVerifiedClaimsOk returns a tuple with the SupportedVerifiedClaims field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetTlsClientCertificateBoundAccessTokens ¶
GetTlsClientCertificateBoundAccessTokens returns the TlsClientCertificateBoundAccessTokens field value if set, zero value otherwise.
func (*Service) GetTlsClientCertificateBoundAccessTokensOk ¶
GetTlsClientCertificateBoundAccessTokensOk returns a tuple with the TlsClientCertificateBoundAccessTokens field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetTokenEndpoint ¶
GetTokenEndpoint returns the TokenEndpoint field value if set, zero value otherwise.
func (*Service) GetTokenEndpointOk ¶
GetTokenEndpointOk returns a tuple with the TokenEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetTokenExchangeByConfidentialClientsOnly ¶
GetTokenExchangeByConfidentialClientsOnly returns the TokenExchangeByConfidentialClientsOnly field value if set, zero value otherwise.
func (*Service) GetTokenExchangeByConfidentialClientsOnlyOk ¶
GetTokenExchangeByConfidentialClientsOnlyOk returns a tuple with the TokenExchangeByConfidentialClientsOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetTokenExchangeByIdentifiableClientsOnly ¶
GetTokenExchangeByIdentifiableClientsOnly returns the TokenExchangeByIdentifiableClientsOnly field value if set, zero value otherwise.
func (*Service) GetTokenExchangeByIdentifiableClientsOnlyOk ¶
GetTokenExchangeByIdentifiableClientsOnlyOk returns a tuple with the TokenExchangeByIdentifiableClientsOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetTokenExchangeByPermittedClientsOnly ¶
GetTokenExchangeByPermittedClientsOnly returns the TokenExchangeByPermittedClientsOnly field value if set, zero value otherwise.
func (*Service) GetTokenExchangeByPermittedClientsOnlyOk ¶
GetTokenExchangeByPermittedClientsOnlyOk returns a tuple with the TokenExchangeByPermittedClientsOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetTokenExchangeEncryptedJwtRejected ¶
GetTokenExchangeEncryptedJwtRejected returns the TokenExchangeEncryptedJwtRejected field value if set, zero value otherwise.
func (*Service) GetTokenExchangeEncryptedJwtRejectedOk ¶
GetTokenExchangeEncryptedJwtRejectedOk returns a tuple with the TokenExchangeEncryptedJwtRejected field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetTokenExchangeUnsignedJwtRejected ¶
GetTokenExchangeUnsignedJwtRejected returns the TokenExchangeUnsignedJwtRejected field value if set, zero value otherwise.
func (*Service) GetTokenExchangeUnsignedJwtRejectedOk ¶
GetTokenExchangeUnsignedJwtRejectedOk returns a tuple with the TokenExchangeUnsignedJwtRejected field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetTokenExpirationLinked ¶
GetTokenExpirationLinked returns the TokenExpirationLinked field value if set, zero value otherwise.
func (*Service) GetTokenExpirationLinkedOk ¶
GetTokenExpirationLinkedOk returns a tuple with the TokenExpirationLinked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetTosUriOk ¶
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 (*Service) GetTraditionalRequestObjectProcessingApplied ¶
GetTraditionalRequestObjectProcessingApplied returns the TraditionalRequestObjectProcessingApplied field value if set, zero value otherwise.
func (*Service) GetTraditionalRequestObjectProcessingAppliedOk ¶
GetTraditionalRequestObjectProcessingAppliedOk returns a tuple with the TraditionalRequestObjectProcessingApplied field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetTrustAnchors ¶
func (o *Service) GetTrustAnchors() []TrustAnchor
GetTrustAnchors returns the TrustAnchors field value if set, zero value otherwise.
func (*Service) GetTrustAnchorsOk ¶
func (o *Service) GetTrustAnchorsOk() ([]TrustAnchor, bool)
GetTrustAnchorsOk returns a tuple with the TrustAnchors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetTrustedRootCertificates ¶
GetTrustedRootCertificates returns the TrustedRootCertificates field value if set, zero value otherwise.
func (*Service) GetTrustedRootCertificatesOk ¶
GetTrustedRootCertificatesOk returns a tuple with the TrustedRootCertificates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetUnauthorizedOnClientConfigSupported ¶
GetUnauthorizedOnClientConfigSupported returns the UnauthorizedOnClientConfigSupported field value if set, zero value otherwise.
func (*Service) GetUnauthorizedOnClientConfigSupportedOk ¶
GetUnauthorizedOnClientConfigSupportedOk returns a tuple with the UnauthorizedOnClientConfigSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetUserCodeCharset ¶
GetUserCodeCharset returns the UserCodeCharset field value if set, zero value otherwise.
func (*Service) GetUserCodeCharsetOk ¶
GetUserCodeCharsetOk returns a tuple with the UserCodeCharset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetUserCodeLength ¶
GetUserCodeLength returns the UserCodeLength field value if set, zero value otherwise.
func (*Service) GetUserCodeLengthOk ¶
GetUserCodeLengthOk returns a tuple with the UserCodeLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetUserInfoEndpoint ¶
GetUserInfoEndpoint returns the UserInfoEndpoint field value if set, zero value otherwise.
func (*Service) GetUserInfoEndpointOk ¶
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 (*Service) GetUserInfoSignatureKeyId ¶
GetUserInfoSignatureKeyId returns the UserInfoSignatureKeyId field value if set, zero value otherwise.
func (*Service) GetUserInfoSignatureKeyIdOk ¶
GetUserInfoSignatureKeyIdOk returns a tuple with the UserInfoSignatureKeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetUserPinLength ¶
GetUserPinLength returns the UserPinLength field value if set, zero value otherwise.
func (*Service) GetUserPinLengthOk ¶
GetUserPinLengthOk returns a tuple with the UserPinLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetVerifiableCredentialsEnabled ¶
GetVerifiableCredentialsEnabled returns the VerifiableCredentialsEnabled field value if set, zero value otherwise.
func (*Service) GetVerifiableCredentialsEnabledOk ¶
GetVerifiableCredentialsEnabledOk returns a tuple with the VerifiableCredentialsEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetVerifiedClaimsValidationSchemaSet ¶
GetVerifiedClaimsValidationSchemaSet returns the VerifiedClaimsValidationSchemaSet field value if set, zero value otherwise.
func (*Service) GetVerifiedClaimsValidationSchemaSetOk ¶
GetVerifiedClaimsValidationSchemaSetOk returns a tuple with the VerifiedClaimsValidationSchemaSet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) HasAccessTokenDuration ¶
HasAccessTokenDuration returns a boolean if a field has been set.
func (*Service) HasAccessTokenForExternalAttachmentEmbedded ¶
HasAccessTokenForExternalAttachmentEmbedded returns a boolean if a field has been set.
func (*Service) HasAccessTokenSignAlg ¶
HasAccessTokenSignAlg returns a boolean if a field has been set.
func (*Service) HasAccessTokenSignatureKeyId ¶
HasAccessTokenSignatureKeyId returns a boolean if a field has been set.
func (*Service) HasAccessTokenType ¶
HasAccessTokenType returns a boolean if a field has been set.
func (*Service) HasAllowableClockSkew ¶
HasAllowableClockSkew returns a boolean if a field has been set.
func (*Service) HasApiSecret ¶
HasApiSecret returns a boolean if a field has been set.
func (*Service) HasAttributes ¶
HasAttributes returns a boolean if a field has been set.
func (*Service) HasAuthenticationCallbackApiKey ¶
HasAuthenticationCallbackApiKey returns a boolean if a field has been set.
func (*Service) HasAuthenticationCallbackApiSecret ¶
HasAuthenticationCallbackApiSecret returns a boolean if a field has been set.
func (*Service) HasAuthenticationCallbackEndpoint ¶
HasAuthenticationCallbackEndpoint returns a boolean if a field has been set.
func (*Service) HasAuthorityHints ¶
HasAuthorityHints returns a boolean if a field has been set.
func (*Service) HasAuthorizationEndpoint ¶
HasAuthorizationEndpoint returns a boolean if a field has been set.
func (*Service) HasAuthorizationResponseDuration ¶
HasAuthorizationResponseDuration returns a boolean if a field has been set.
func (*Service) HasAuthorizationSignatureKeyId ¶
HasAuthorizationSignatureKeyId returns a boolean if a field has been set.
func (*Service) HasBackchannelAuthReqIdDuration ¶
HasBackchannelAuthReqIdDuration returns a boolean if a field has been set.
func (*Service) HasBackchannelAuthenticationEndpoint ¶
HasBackchannelAuthenticationEndpoint returns a boolean if a field has been set.
func (*Service) HasBackchannelBindingMessageRequiredInFapi ¶
HasBackchannelBindingMessageRequiredInFapi returns a boolean if a field has been set.
func (*Service) HasBackchannelPollingInterval ¶
HasBackchannelPollingInterval returns a boolean if a field has been set.
func (*Service) HasBackchannelUserCodeParameterSupported ¶
HasBackchannelUserCodeParameterSupported returns a boolean if a field has been set.
func (*Service) HasClaimShortcutRestrictive ¶
HasClaimShortcutRestrictive returns a boolean if a field has been set.
func (*Service) HasClientIdAliasEnabled ¶
HasClientIdAliasEnabled returns a boolean if a field has been set.
func (*Service) HasClientsPerDeveloper ¶
HasClientsPerDeveloper returns a boolean if a field has been set.
func (*Service) HasCnonceDuration ¶
HasCnonceDuration returns a boolean if a field has been set.
func (*Service) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Service) HasCredentialDuration ¶
HasCredentialDuration returns a boolean if a field has been set.
func (*Service) HasCredentialIssuerMetadata ¶
HasCredentialIssuerMetadata returns a boolean if a field has been set.
func (*Service) HasCredentialJwks ¶
HasCredentialJwks returns a boolean if a field has been set.
func (*Service) HasCredentialOfferDuration ¶
HasCredentialOfferDuration returns a boolean if a field has been set.
func (*Service) HasCredentialTransactionDuration ¶
HasCredentialTransactionDuration returns a boolean if a field has been set.
func (*Service) HasDcrDuplicateSoftwareIdBlocked ¶
HasDcrDuplicateSoftwareIdBlocked returns a boolean if a field has been set.
func (*Service) HasDcrScopeUsedAsRequestable ¶
HasDcrScopeUsedAsRequestable returns a boolean if a field has been set.
func (*Service) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Service) HasDeveloperAuthenticationCallbackApiKey ¶
HasDeveloperAuthenticationCallbackApiKey returns a boolean if a field has been set.
func (*Service) HasDeveloperAuthenticationCallbackApiSecret ¶
HasDeveloperAuthenticationCallbackApiSecret returns a boolean if a field has been set.
func (*Service) HasDeveloperAuthenticationCallbackEndpoint ¶
HasDeveloperAuthenticationCallbackEndpoint returns a boolean if a field has been set.
func (*Service) HasDeveloperSnsCredentials ¶
HasDeveloperSnsCredentials returns a boolean if a field has been set.
func (*Service) HasDeviceAuthorizationEndpoint ¶
HasDeviceAuthorizationEndpoint returns a boolean if a field has been set.
func (*Service) HasDeviceFlowCodeDuration ¶
HasDeviceFlowCodeDuration returns a boolean if a field has been set.
func (*Service) HasDeviceFlowPollingInterval ¶
HasDeviceFlowPollingInterval returns a boolean if a field has been set.
func (*Service) HasDeviceVerificationUri ¶
HasDeviceVerificationUri returns a boolean if a field has been set.
func (*Service) HasDeviceVerificationUriComplete ¶
HasDeviceVerificationUriComplete returns a boolean if a field has been set.
func (*Service) HasDirectAuthorizationEndpointEnabled ¶
HasDirectAuthorizationEndpointEnabled returns a boolean if a field has been set.
func (*Service) HasDirectIntrospectionEndpointEnabled ¶
HasDirectIntrospectionEndpointEnabled returns a boolean if a field has been set.
func (*Service) HasDirectJwksEndpointEnabled ¶
HasDirectJwksEndpointEnabled returns a boolean if a field has been set.
func (*Service) HasDirectRevocationEndpointEnabled ¶
HasDirectRevocationEndpointEnabled returns a boolean if a field has been set.
func (*Service) HasDirectTokenEndpointEnabled ¶
HasDirectTokenEndpointEnabled returns a boolean if a field has been set.
func (*Service) HasDirectUserInfoEndpointEnabled ¶
HasDirectUserInfoEndpointEnabled returns a boolean if a field has been set.
func (*Service) HasDynamicRegistrationSupported ¶
HasDynamicRegistrationSupported returns a boolean if a field has been set.
func (*Service) HasEndSessionEndpoint ¶
HasEndSessionEndpoint returns a boolean if a field has been set.
func (*Service) HasErrorDescriptionOmitted ¶
HasErrorDescriptionOmitted returns a boolean if a field has been set.
func (*Service) HasErrorUriOmitted ¶
HasErrorUriOmitted returns a boolean if a field has been set.
func (*Service) HasFederationConfigurationDuration ¶
HasFederationConfigurationDuration returns a boolean if a field has been set.
func (*Service) HasFederationEnabled ¶
HasFederationEnabled returns a boolean if a field has been set.
func (*Service) HasFederationJwks ¶
HasFederationJwks returns a boolean if a field has been set.
func (*Service) HasFederationRegistrationEndpoint ¶
HasFederationRegistrationEndpoint returns a boolean if a field has been set.
func (*Service) HasFederationSignatureKeyId ¶
HasFederationSignatureKeyId returns a boolean if a field has been set.
func (*Service) HasFrontChannelRequestObjectEncryptionRequired ¶
HasFrontChannelRequestObjectEncryptionRequired returns a boolean if a field has been set.
func (*Service) HasGrantManagementActionRequired ¶
HasGrantManagementActionRequired returns a boolean if a field has been set.
func (*Service) HasGrantManagementEndpoint ¶
HasGrantManagementEndpoint returns a boolean if a field has been set.
func (*Service) HasHsmEnabled ¶
HasHsmEnabled returns a boolean if a field has been set.
func (*Service) HasIdTokenAudType ¶
HasIdTokenAudType returns a boolean if a field has been set.
func (*Service) HasIdTokenDuration ¶
HasIdTokenDuration returns a boolean if a field has been set.
func (*Service) HasIdTokenReissuable ¶
HasIdTokenReissuable returns a boolean if a field has been set.
func (*Service) HasIdTokenSignatureKeyId ¶
HasIdTokenSignatureKeyId returns a boolean if a field has been set.
func (*Service) HasIntrospectionEndpoint ¶
HasIntrospectionEndpoint returns a boolean if a field has been set.
func (*Service) HasIssSuppressed ¶
HasIssSuppressed returns a boolean if a field has been set.
func (*Service) HasJwksUri ¶
HasJwksUri returns a boolean if a field has been set.
func (*Service) HasJwtGrantByIdentifiableClientsOnly ¶
HasJwtGrantByIdentifiableClientsOnly returns a boolean if a field has been set.
func (*Service) HasJwtGrantEncryptedJwtRejected ¶
HasJwtGrantEncryptedJwtRejected returns a boolean if a field has been set.
func (*Service) HasJwtGrantUnsignedJwtRejected ¶
HasJwtGrantUnsignedJwtRejected returns a boolean if a field has been set.
func (*Service) HasLoopbackRedirectionUriVariable ¶
HasLoopbackRedirectionUriVariable returns a boolean if a field has been set.
func (*Service) HasMetadata ¶
HasMetadata returns a boolean if a field has been set.
func (*Service) HasMissingClientIdAllowed ¶
HasMissingClientIdAllowed returns a boolean if a field has been set.
func (*Service) HasModifiedAt ¶
HasModifiedAt returns a boolean if a field has been set.
func (*Service) HasMtlsEndpointAliases ¶
HasMtlsEndpointAliases returns a boolean if a field has been set.
func (*Service) HasMutualTlsValidatePkiCertChain ¶
HasMutualTlsValidatePkiCertChain returns a boolean if a field has been set.
func (*Service) HasNbfOptional ¶
HasNbfOptional returns a boolean if a field has been set.
func (*Service) HasOpenidDroppedOnRefreshWithoutOfflineAccess ¶
HasOpenidDroppedOnRefreshWithoutOfflineAccess returns a boolean if a field has been set.
func (*Service) HasOrganizationName ¶
HasOrganizationName returns a boolean if a field has been set.
func (*Service) HasParRequired ¶
HasParRequired returns a boolean if a field has been set.
func (*Service) HasPkceRequired ¶
HasPkceRequired returns a boolean if a field has been set.
func (*Service) HasPkceS256Required ¶
HasPkceS256Required returns a boolean if a field has been set.
func (*Service) HasPolicyUri ¶
HasPolicyUri returns a boolean if a field has been set.
func (*Service) HasPreAuthorizedGrantAnonymousAccessSupported ¶
HasPreAuthorizedGrantAnonymousAccessSupported returns a boolean if a field has been set.
func (*Service) HasPredefinedTransformedClaims ¶
HasPredefinedTransformedClaims returns a boolean if a field has been set.
func (*Service) HasPushedAuthReqDuration ¶
HasPushedAuthReqDuration returns a boolean if a field has been set.
func (*Service) HasPushedAuthReqEndpoint ¶
HasPushedAuthReqEndpoint returns a boolean if a field has been set.
func (*Service) HasRefreshTokenDuration ¶
HasRefreshTokenDuration returns a boolean if a field has been set.
func (*Service) HasRefreshTokenDurationKept ¶
HasRefreshTokenDurationKept returns a boolean if a field has been set.
func (*Service) HasRefreshTokenDurationReset ¶
HasRefreshTokenDurationReset returns a boolean if a field has been set.
func (*Service) HasRefreshTokenIdempotent ¶
HasRefreshTokenIdempotent returns a boolean if a field has been set.
func (*Service) HasRefreshTokenKept ¶
HasRefreshTokenKept returns a boolean if a field has been set.
func (*Service) HasRegistrationEndpoint ¶
HasRegistrationEndpoint returns a boolean if a field has been set.
func (*Service) HasRegistrationManagementEndpoint ¶
HasRegistrationManagementEndpoint returns a boolean if a field has been set.
func (*Service) HasRequestObjectAudienceChecked ¶
HasRequestObjectAudienceChecked returns a boolean if a field has been set.
func (*Service) HasRequestObjectEncryptionAlgMatchRequired ¶
HasRequestObjectEncryptionAlgMatchRequired returns a boolean if a field has been set.
func (*Service) HasRequestObjectEncryptionEncMatchRequired ¶
HasRequestObjectEncryptionEncMatchRequired returns a boolean if a field has been set.
func (*Service) HasRequestObjectRequired ¶
HasRequestObjectRequired returns a boolean if a field has been set.
func (*Service) HasResourceSignatureKeyId ¶
HasResourceSignatureKeyId returns a boolean if a field has been set.
func (*Service) HasRevocationEndpoint ¶
HasRevocationEndpoint returns a boolean if a field has been set.
func (*Service) HasRsResponseSigned ¶
HasRsResponseSigned returns a boolean if a field has been set.
func (*Service) HasScopeRequired ¶
HasScopeRequired returns a boolean if a field has been set.
func (*Service) HasServiceDocumentation ¶
HasServiceDocumentation returns a boolean if a field has been set.
func (*Service) HasServiceName ¶
HasServiceName returns a boolean if a field has been set.
func (*Service) HasServiceOwnerNumber ¶
HasServiceOwnerNumber returns a boolean if a field has been set.
func (*Service) HasSignedJwksUri ¶
HasSignedJwksUri returns a boolean if a field has been set.
func (*Service) HasSingleAccessTokenPerSubject ¶
HasSingleAccessTokenPerSubject returns a boolean if a field has been set.
func (*Service) HasSnsCredentials ¶
HasSnsCredentials returns a boolean if a field has been set.
func (*Service) HasSupportedAcrs ¶
HasSupportedAcrs returns a boolean if a field has been set.
func (*Service) HasSupportedAttachments ¶
HasSupportedAttachments returns a boolean if a field has been set.
func (*Service) HasSupportedAuthorizationDetailsTypes ¶
HasSupportedAuthorizationDetailsTypes returns a boolean if a field has been set.
func (*Service) HasSupportedBackchannelTokenDeliveryModes ¶
HasSupportedBackchannelTokenDeliveryModes returns a boolean if a field has been set.
func (*Service) HasSupportedClaimLocales ¶
HasSupportedClaimLocales returns a boolean if a field has been set.
func (*Service) HasSupportedClaimTypes ¶
HasSupportedClaimTypes returns a boolean if a field has been set.
func (*Service) HasSupportedClaims ¶
HasSupportedClaims returns a boolean if a field has been set.
func (*Service) HasSupportedClientRegistrationTypes ¶
HasSupportedClientRegistrationTypes returns a boolean if a field has been set.
func (*Service) HasSupportedCustomClientMetadata ¶
HasSupportedCustomClientMetadata returns a boolean if a field has been set.
func (*Service) HasSupportedDeveloperSnses ¶
HasSupportedDeveloperSnses returns a boolean if a field has been set.
func (*Service) HasSupportedDigestAlgorithms ¶
HasSupportedDigestAlgorithms returns a boolean if a field has been set.
func (*Service) HasSupportedDisplays ¶
HasSupportedDisplays returns a boolean if a field has been set.
func (*Service) HasSupportedDocuments ¶
HasSupportedDocuments returns a boolean if a field has been set.
func (*Service) HasSupportedDocumentsCheckMethods ¶
HasSupportedDocumentsCheckMethods returns a boolean if a field has been set.
func (*Service) HasSupportedDocumentsMethods ¶
HasSupportedDocumentsMethods returns a boolean if a field has been set.
func (*Service) HasSupportedDocumentsValidationMethods ¶
HasSupportedDocumentsValidationMethods returns a boolean if a field has been set.
func (*Service) HasSupportedDocumentsVerificationMethods ¶
HasSupportedDocumentsVerificationMethods returns a boolean if a field has been set.
func (*Service) HasSupportedElectronicRecords ¶
HasSupportedElectronicRecords returns a boolean if a field has been set.
func (*Service) HasSupportedEvidence ¶
HasSupportedEvidence returns a boolean if a field has been set.
func (*Service) HasSupportedGrantTypes ¶
HasSupportedGrantTypes returns a boolean if a field has been set.
func (*Service) HasSupportedIdentityDocuments ¶
HasSupportedIdentityDocuments returns a boolean if a field has been set.
func (*Service) HasSupportedIntrospectionAuthMethods ¶
HasSupportedIntrospectionAuthMethods returns a boolean if a field has been set.
func (*Service) HasSupportedPromptValues ¶
HasSupportedPromptValues returns a boolean if a field has been set.
func (*Service) HasSupportedResponseTypes ¶
HasSupportedResponseTypes returns a boolean if a field has been set.
func (*Service) HasSupportedRevocationAuthMethods ¶
HasSupportedRevocationAuthMethods returns a boolean if a field has been set.
func (*Service) HasSupportedScopes ¶
HasSupportedScopes returns a boolean if a field has been set.
func (*Service) HasSupportedServiceProfiles ¶
HasSupportedServiceProfiles returns a boolean if a field has been set.
func (*Service) HasSupportedSnses ¶
HasSupportedSnses returns a boolean if a field has been set.
func (*Service) HasSupportedTokenAuthMethods ¶
HasSupportedTokenAuthMethods returns a boolean if a field has been set.
func (*Service) HasSupportedTrustFrameworks ¶
HasSupportedTrustFrameworks returns a boolean if a field has been set.
func (*Service) HasSupportedUiLocales ¶
HasSupportedUiLocales returns a boolean if a field has been set.
func (*Service) HasSupportedVerificationMethods ¶
HasSupportedVerificationMethods returns a boolean if a field has been set.
func (*Service) HasSupportedVerifiedClaims ¶
HasSupportedVerifiedClaims returns a boolean if a field has been set.
func (*Service) HasTlsClientCertificateBoundAccessTokens ¶
HasTlsClientCertificateBoundAccessTokens returns a boolean if a field has been set.
func (*Service) HasTokenEndpoint ¶
HasTokenEndpoint returns a boolean if a field has been set.
func (*Service) HasTokenExchangeByConfidentialClientsOnly ¶
HasTokenExchangeByConfidentialClientsOnly returns a boolean if a field has been set.
func (*Service) HasTokenExchangeByIdentifiableClientsOnly ¶
HasTokenExchangeByIdentifiableClientsOnly returns a boolean if a field has been set.
func (*Service) HasTokenExchangeByPermittedClientsOnly ¶
HasTokenExchangeByPermittedClientsOnly returns a boolean if a field has been set.
func (*Service) HasTokenExchangeEncryptedJwtRejected ¶
HasTokenExchangeEncryptedJwtRejected returns a boolean if a field has been set.
func (*Service) HasTokenExchangeUnsignedJwtRejected ¶
HasTokenExchangeUnsignedJwtRejected returns a boolean if a field has been set.
func (*Service) HasTokenExpirationLinked ¶
HasTokenExpirationLinked returns a boolean if a field has been set.
func (*Service) HasTraditionalRequestObjectProcessingApplied ¶
HasTraditionalRequestObjectProcessingApplied returns a boolean if a field has been set.
func (*Service) HasTrustAnchors ¶
HasTrustAnchors returns a boolean if a field has been set.
func (*Service) HasTrustedRootCertificates ¶
HasTrustedRootCertificates returns a boolean if a field has been set.
func (*Service) HasUnauthorizedOnClientConfigSupported ¶
HasUnauthorizedOnClientConfigSupported returns a boolean if a field has been set.
func (*Service) HasUserCodeCharset ¶
HasUserCodeCharset returns a boolean if a field has been set.
func (*Service) HasUserCodeLength ¶
HasUserCodeLength returns a boolean if a field has been set.
func (*Service) HasUserInfoEndpoint ¶
HasUserInfoEndpoint returns a boolean if a field has been set.
func (*Service) HasUserInfoSignatureKeyId ¶
HasUserInfoSignatureKeyId returns a boolean if a field has been set.
func (*Service) HasUserPinLength ¶
HasUserPinLength returns a boolean if a field has been set.
func (*Service) HasVerifiableCredentialsEnabled ¶
HasVerifiableCredentialsEnabled returns a boolean if a field has been set.
func (*Service) HasVerifiedClaimsValidationSchemaSet ¶
HasVerifiedClaimsValidationSchemaSet returns a boolean if a field has been set.
func (Service) MarshalJSON ¶
func (*Service) SetAccessTokenDuration ¶
SetAccessTokenDuration gets a reference to the given int64 and assigns it to the AccessTokenDuration field.
func (*Service) SetAccessTokenForExternalAttachmentEmbedded ¶
SetAccessTokenForExternalAttachmentEmbedded gets a reference to the given bool and assigns it to the AccessTokenForExternalAttachmentEmbedded field.
func (*Service) SetAccessTokenSignAlg ¶
SetAccessTokenSignAlg gets a reference to the given string and assigns it to the AccessTokenSignAlg field.
func (*Service) SetAccessTokenSignatureKeyId ¶
SetAccessTokenSignatureKeyId gets a reference to the given string and assigns it to the AccessTokenSignatureKeyId field.
func (*Service) SetAccessTokenType ¶
SetAccessTokenType gets a reference to the given string and assigns it to the AccessTokenType field.
func (*Service) SetAllowableClockSkew ¶
SetAllowableClockSkew gets a reference to the given int32 and assigns it to the AllowableClockSkew field.
func (*Service) SetApiKey ¶
SetApiKey gets a reference to the given int64 and assigns it to the ApiKey field.
func (*Service) SetApiSecret ¶
SetApiSecret gets a reference to the given string and assigns it to the ApiSecret field.
func (*Service) SetAttributes ¶
SetAttributes gets a reference to the given []Pair and assigns it to the Attributes field.
func (*Service) SetAuthenticationCallbackApiKey ¶
SetAuthenticationCallbackApiKey gets a reference to the given string and assigns it to the AuthenticationCallbackApiKey field.
func (*Service) SetAuthenticationCallbackApiSecret ¶
SetAuthenticationCallbackApiSecret gets a reference to the given string and assigns it to the AuthenticationCallbackApiSecret field.
func (*Service) SetAuthenticationCallbackEndpoint ¶
SetAuthenticationCallbackEndpoint gets a reference to the given string and assigns it to the AuthenticationCallbackEndpoint field.
func (*Service) SetAuthorityHints ¶
SetAuthorityHints gets a reference to the given []string and assigns it to the AuthorityHints field.
func (*Service) SetAuthorizationEndpoint ¶
SetAuthorizationEndpoint gets a reference to the given string and assigns it to the AuthorizationEndpoint field.
func (*Service) SetAuthorizationResponseDuration ¶
SetAuthorizationResponseDuration gets a reference to the given int64 and assigns it to the AuthorizationResponseDuration field.
func (*Service) SetAuthorizationSignatureKeyId ¶
SetAuthorizationSignatureKeyId gets a reference to the given string and assigns it to the AuthorizationSignatureKeyId field.
func (*Service) SetBackchannelAuthReqIdDuration ¶
SetBackchannelAuthReqIdDuration gets a reference to the given int32 and assigns it to the BackchannelAuthReqIdDuration field.
func (*Service) SetBackchannelAuthenticationEndpoint ¶
SetBackchannelAuthenticationEndpoint gets a reference to the given string and assigns it to the BackchannelAuthenticationEndpoint field.
func (*Service) SetBackchannelBindingMessageRequiredInFapi ¶
SetBackchannelBindingMessageRequiredInFapi gets a reference to the given bool and assigns it to the BackchannelBindingMessageRequiredInFapi field.
func (*Service) SetBackchannelPollingInterval ¶
SetBackchannelPollingInterval gets a reference to the given int32 and assigns it to the BackchannelPollingInterval field.
func (*Service) SetBackchannelUserCodeParameterSupported ¶
SetBackchannelUserCodeParameterSupported gets a reference to the given bool and assigns it to the BackchannelUserCodeParameterSupported field.
func (*Service) SetClaimShortcutRestrictive ¶
SetClaimShortcutRestrictive gets a reference to the given bool and assigns it to the ClaimShortcutRestrictive field.
func (*Service) SetClientIdAliasEnabled ¶
SetClientIdAliasEnabled gets a reference to the given bool and assigns it to the ClientIdAliasEnabled field.
func (*Service) SetClientsPerDeveloper ¶
SetClientsPerDeveloper gets a reference to the given int32 and assigns it to the ClientsPerDeveloper field.
func (*Service) SetCnonceDuration ¶
SetCnonceDuration gets a reference to the given int64 and assigns it to the CnonceDuration field.
func (*Service) SetCreatedAt ¶
SetCreatedAt gets a reference to the given int64 and assigns it to the CreatedAt field.
func (*Service) SetCredentialDuration ¶
SetCredentialDuration gets a reference to the given int64 and assigns it to the CredentialDuration field.
func (*Service) SetCredentialIssuerMetadata ¶
func (o *Service) SetCredentialIssuerMetadata(v CredentialIssuerMetadata)
SetCredentialIssuerMetadata gets a reference to the given CredentialIssuerMetadata and assigns it to the CredentialIssuerMetadata field.
func (*Service) SetCredentialJwks ¶
SetCredentialJwks gets a reference to the given string and assigns it to the CredentialJwks field.
func (*Service) SetCredentialOfferDuration ¶
SetCredentialOfferDuration gets a reference to the given int64 and assigns it to the CredentialOfferDuration field.
func (*Service) SetCredentialTransactionDuration ¶
SetCredentialTransactionDuration gets a reference to the given int64 and assigns it to the CredentialTransactionDuration field.
func (*Service) SetDcrDuplicateSoftwareIdBlocked ¶
SetDcrDuplicateSoftwareIdBlocked gets a reference to the given bool and assigns it to the DcrDuplicateSoftwareIdBlocked field.
func (*Service) SetDcrScopeUsedAsRequestable ¶
SetDcrScopeUsedAsRequestable gets a reference to the given bool and assigns it to the DcrScopeUsedAsRequestable field.
func (*Service) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Service) SetDeveloperAuthenticationCallbackApiKey ¶
SetDeveloperAuthenticationCallbackApiKey gets a reference to the given string and assigns it to the DeveloperAuthenticationCallbackApiKey field.
func (*Service) SetDeveloperAuthenticationCallbackApiSecret ¶
SetDeveloperAuthenticationCallbackApiSecret gets a reference to the given string and assigns it to the DeveloperAuthenticationCallbackApiSecret field.
func (*Service) SetDeveloperAuthenticationCallbackEndpoint ¶
SetDeveloperAuthenticationCallbackEndpoint gets a reference to the given string and assigns it to the DeveloperAuthenticationCallbackEndpoint field.
func (*Service) SetDeveloperSnsCredentials ¶
func (o *Service) SetDeveloperSnsCredentials(v []SnsCredentials)
SetDeveloperSnsCredentials gets a reference to the given []SnsCredentials and assigns it to the DeveloperSnsCredentials field.
func (*Service) SetDeviceAuthorizationEndpoint ¶
SetDeviceAuthorizationEndpoint gets a reference to the given string and assigns it to the DeviceAuthorizationEndpoint field.
func (*Service) SetDeviceFlowCodeDuration ¶
SetDeviceFlowCodeDuration gets a reference to the given int32 and assigns it to the DeviceFlowCodeDuration field.
func (*Service) SetDeviceFlowPollingInterval ¶
SetDeviceFlowPollingInterval gets a reference to the given int32 and assigns it to the DeviceFlowPollingInterval field.
func (*Service) SetDeviceVerificationUri ¶
SetDeviceVerificationUri gets a reference to the given string and assigns it to the DeviceVerificationUri field.
func (*Service) SetDeviceVerificationUriComplete ¶
SetDeviceVerificationUriComplete gets a reference to the given string and assigns it to the DeviceVerificationUriComplete field.
func (*Service) SetDirectAuthorizationEndpointEnabled ¶
SetDirectAuthorizationEndpointEnabled gets a reference to the given bool and assigns it to the DirectAuthorizationEndpointEnabled field.
func (*Service) SetDirectIntrospectionEndpointEnabled ¶
SetDirectIntrospectionEndpointEnabled gets a reference to the given bool and assigns it to the DirectIntrospectionEndpointEnabled field.
func (*Service) SetDirectJwksEndpointEnabled ¶
SetDirectJwksEndpointEnabled gets a reference to the given bool and assigns it to the DirectJwksEndpointEnabled field.
func (*Service) SetDirectRevocationEndpointEnabled ¶
SetDirectRevocationEndpointEnabled gets a reference to the given bool and assigns it to the DirectRevocationEndpointEnabled field.
func (*Service) SetDirectTokenEndpointEnabled ¶
SetDirectTokenEndpointEnabled gets a reference to the given bool and assigns it to the DirectTokenEndpointEnabled field.
func (*Service) SetDirectUserInfoEndpointEnabled ¶
SetDirectUserInfoEndpointEnabled gets a reference to the given bool and assigns it to the DirectUserInfoEndpointEnabled field.
func (*Service) SetDynamicRegistrationSupported ¶
SetDynamicRegistrationSupported gets a reference to the given bool and assigns it to the DynamicRegistrationSupported field.
func (*Service) SetEndSessionEndpoint ¶
SetEndSessionEndpoint gets a reference to the given string and assigns it to the EndSessionEndpoint field.
func (*Service) SetErrorDescriptionOmitted ¶
SetErrorDescriptionOmitted gets a reference to the given bool and assigns it to the ErrorDescriptionOmitted field.
func (*Service) SetErrorUriOmitted ¶
SetErrorUriOmitted gets a reference to the given bool and assigns it to the ErrorUriOmitted field.
func (*Service) SetFederationConfigurationDuration ¶
SetFederationConfigurationDuration gets a reference to the given int32 and assigns it to the FederationConfigurationDuration field.
func (*Service) SetFederationEnabled ¶
SetFederationEnabled gets a reference to the given bool and assigns it to the FederationEnabled field.
func (*Service) SetFederationJwks ¶
SetFederationJwks gets a reference to the given string and assigns it to the FederationJwks field.
func (*Service) SetFederationRegistrationEndpoint ¶
SetFederationRegistrationEndpoint gets a reference to the given string and assigns it to the FederationRegistrationEndpoint field.
func (*Service) SetFederationSignatureKeyId ¶
SetFederationSignatureKeyId gets a reference to the given string and assigns it to the FederationSignatureKeyId field.
func (*Service) SetFrontChannelRequestObjectEncryptionRequired ¶
SetFrontChannelRequestObjectEncryptionRequired gets a reference to the given bool and assigns it to the FrontChannelRequestObjectEncryptionRequired field.
func (*Service) SetGrantManagementActionRequired ¶
SetGrantManagementActionRequired gets a reference to the given bool and assigns it to the GrantManagementActionRequired field.
func (*Service) SetGrantManagementEndpoint ¶
SetGrantManagementEndpoint gets a reference to the given string and assigns it to the GrantManagementEndpoint field.
func (*Service) SetHsks ¶
SetHsks gets a reference to the given []Hsk and assigns it to the Hsks field.
func (*Service) SetHsmEnabled ¶
SetHsmEnabled gets a reference to the given bool and assigns it to the HsmEnabled field.
func (*Service) SetIdTokenAudType ¶
SetIdTokenAudType gets a reference to the given string and assigns it to the IdTokenAudType field.
func (*Service) SetIdTokenDuration ¶
SetIdTokenDuration gets a reference to the given int64 and assigns it to the IdTokenDuration field.
func (*Service) SetIdTokenReissuable ¶
SetIdTokenReissuable gets a reference to the given bool and assigns it to the IdTokenReissuable field.
func (*Service) SetIdTokenSignatureKeyId ¶
SetIdTokenSignatureKeyId gets a reference to the given string and assigns it to the IdTokenSignatureKeyId field.
func (*Service) SetIntrospectionEndpoint ¶
SetIntrospectionEndpoint gets a reference to the given string and assigns it to the IntrospectionEndpoint field.
func (*Service) SetIssSuppressed ¶
SetIssSuppressed gets a reference to the given bool and assigns it to the IssSuppressed field.
func (*Service) SetIssuer ¶
SetIssuer gets a reference to the given string and assigns it to the Issuer field.
func (*Service) SetJwks ¶
SetJwks gets a reference to the given string and assigns it to the Jwks field.
func (*Service) SetJwksUri ¶
SetJwksUri gets a reference to the given string and assigns it to the JwksUri field.
func (*Service) SetJwtGrantByIdentifiableClientsOnly ¶
SetJwtGrantByIdentifiableClientsOnly gets a reference to the given bool and assigns it to the JwtGrantByIdentifiableClientsOnly field.
func (*Service) SetJwtGrantEncryptedJwtRejected ¶
SetJwtGrantEncryptedJwtRejected gets a reference to the given bool and assigns it to the JwtGrantEncryptedJwtRejected field.
func (*Service) SetJwtGrantUnsignedJwtRejected ¶
SetJwtGrantUnsignedJwtRejected gets a reference to the given bool and assigns it to the JwtGrantUnsignedJwtRejected field.
func (*Service) SetLoopbackRedirectionUriVariable ¶
SetLoopbackRedirectionUriVariable gets a reference to the given bool and assigns it to the LoopbackRedirectionUriVariable field.
func (*Service) SetMetadata ¶
SetMetadata gets a reference to the given []Pair and assigns it to the Metadata field.
func (*Service) SetMissingClientIdAllowed ¶
SetMissingClientIdAllowed gets a reference to the given bool and assigns it to the MissingClientIdAllowed field.
func (*Service) SetModifiedAt ¶
SetModifiedAt gets a reference to the given int64 and assigns it to the ModifiedAt field.
func (*Service) SetMtlsEndpointAliases ¶
SetMtlsEndpointAliases gets a reference to the given []NamedUri and assigns it to the MtlsEndpointAliases field.
func (*Service) SetMutualTlsValidatePkiCertChain ¶
SetMutualTlsValidatePkiCertChain gets a reference to the given bool and assigns it to the MutualTlsValidatePkiCertChain field.
func (*Service) SetNbfOptional ¶
SetNbfOptional gets a reference to the given bool and assigns it to the NbfOptional field.
func (*Service) SetNumber ¶
SetNumber gets a reference to the given int32 and assigns it to the Number field.
func (*Service) SetOpenidDroppedOnRefreshWithoutOfflineAccess ¶
SetOpenidDroppedOnRefreshWithoutOfflineAccess gets a reference to the given bool and assigns it to the OpenidDroppedOnRefreshWithoutOfflineAccess field.
func (*Service) SetOrganizationName ¶
SetOrganizationName gets a reference to the given string and assigns it to the OrganizationName field.
func (*Service) SetParRequired ¶
SetParRequired gets a reference to the given bool and assigns it to the ParRequired field.
func (*Service) SetPkceRequired ¶
SetPkceRequired gets a reference to the given bool and assigns it to the PkceRequired field.
func (*Service) SetPkceS256Required ¶
SetPkceS256Required gets a reference to the given bool and assigns it to the PkceS256Required field.
func (*Service) SetPolicyUri ¶
SetPolicyUri gets a reference to the given string and assigns it to the PolicyUri field.
func (*Service) SetPreAuthorizedGrantAnonymousAccessSupported ¶
SetPreAuthorizedGrantAnonymousAccessSupported gets a reference to the given bool and assigns it to the PreAuthorizedGrantAnonymousAccessSupported field.
func (*Service) SetPredefinedTransformedClaims ¶
SetPredefinedTransformedClaims gets a reference to the given string and assigns it to the PredefinedTransformedClaims field.
func (*Service) SetPushedAuthReqDuration ¶
SetPushedAuthReqDuration gets a reference to the given int64 and assigns it to the PushedAuthReqDuration field.
func (*Service) SetPushedAuthReqEndpoint ¶
SetPushedAuthReqEndpoint gets a reference to the given string and assigns it to the PushedAuthReqEndpoint field.
func (*Service) SetRefreshTokenDuration ¶
SetRefreshTokenDuration gets a reference to the given int64 and assigns it to the RefreshTokenDuration field.
func (*Service) SetRefreshTokenDurationKept ¶
SetRefreshTokenDurationKept gets a reference to the given bool and assigns it to the RefreshTokenDurationKept field.
func (*Service) SetRefreshTokenDurationReset ¶
SetRefreshTokenDurationReset gets a reference to the given bool and assigns it to the RefreshTokenDurationReset field.
func (*Service) SetRefreshTokenIdempotent ¶
SetRefreshTokenIdempotent gets a reference to the given bool and assigns it to the RefreshTokenIdempotent field.
func (*Service) SetRefreshTokenKept ¶
SetRefreshTokenKept gets a reference to the given bool and assigns it to the RefreshTokenKept field.
func (*Service) SetRegistrationEndpoint ¶
SetRegistrationEndpoint gets a reference to the given string and assigns it to the RegistrationEndpoint field.
func (*Service) SetRegistrationManagementEndpoint ¶
SetRegistrationManagementEndpoint gets a reference to the given string and assigns it to the RegistrationManagementEndpoint field.
func (*Service) SetRequestObjectAudienceChecked ¶
SetRequestObjectAudienceChecked gets a reference to the given bool and assigns it to the RequestObjectAudienceChecked field.
func (*Service) SetRequestObjectEncryptionAlgMatchRequired ¶
SetRequestObjectEncryptionAlgMatchRequired gets a reference to the given bool and assigns it to the RequestObjectEncryptionAlgMatchRequired field.
func (*Service) SetRequestObjectEncryptionEncMatchRequired ¶
SetRequestObjectEncryptionEncMatchRequired gets a reference to the given bool and assigns it to the RequestObjectEncryptionEncMatchRequired field.
func (*Service) SetRequestObjectRequired ¶
SetRequestObjectRequired gets a reference to the given bool and assigns it to the RequestObjectRequired field.
func (*Service) SetResourceSignatureKeyId ¶
SetResourceSignatureKeyId gets a reference to the given string and assigns it to the ResourceSignatureKeyId field.
func (*Service) SetRevocationEndpoint ¶
SetRevocationEndpoint gets a reference to the given string and assigns it to the RevocationEndpoint field.
func (*Service) SetRsResponseSigned ¶
SetRsResponseSigned gets a reference to the given bool and assigns it to the RsResponseSigned field.
func (*Service) SetScopeRequired ¶
SetScopeRequired gets a reference to the given bool and assigns it to the ScopeRequired field.
func (*Service) SetServiceDocumentation ¶
SetServiceDocumentation gets a reference to the given string and assigns it to the ServiceDocumentation field.
func (*Service) SetServiceName ¶
SetServiceName gets a reference to the given string and assigns it to the ServiceName field.
func (*Service) SetServiceOwnerNumber ¶
SetServiceOwnerNumber gets a reference to the given int32 and assigns it to the ServiceOwnerNumber field.
func (*Service) SetSignedJwksUri ¶
SetSignedJwksUri gets a reference to the given string and assigns it to the SignedJwksUri field.
func (*Service) SetSingleAccessTokenPerSubject ¶
SetSingleAccessTokenPerSubject gets a reference to the given bool and assigns it to the SingleAccessTokenPerSubject field.
func (*Service) SetSnsCredentials ¶
func (o *Service) SetSnsCredentials(v []SnsCredentials)
SetSnsCredentials gets a reference to the given []SnsCredentials and assigns it to the SnsCredentials field.
func (*Service) SetSupportedAcrs ¶
SetSupportedAcrs gets a reference to the given []string and assigns it to the SupportedAcrs field.
func (*Service) SetSupportedAttachments ¶
SetSupportedAttachments gets a reference to the given []string and assigns it to the SupportedAttachments field.
func (*Service) SetSupportedAuthorizationDetailsTypes ¶
SetSupportedAuthorizationDetailsTypes gets a reference to the given []string and assigns it to the SupportedAuthorizationDetailsTypes field.
func (*Service) SetSupportedBackchannelTokenDeliveryModes ¶
SetSupportedBackchannelTokenDeliveryModes gets a reference to the given []string and assigns it to the SupportedBackchannelTokenDeliveryModes field.
func (*Service) SetSupportedClaimLocales ¶
SetSupportedClaimLocales gets a reference to the given []string and assigns it to the SupportedClaimLocales field.
func (*Service) SetSupportedClaimTypes ¶
SetSupportedClaimTypes gets a reference to the given []string and assigns it to the SupportedClaimTypes field.
func (*Service) SetSupportedClaims ¶
SetSupportedClaims gets a reference to the given []string and assigns it to the SupportedClaims field.
func (*Service) SetSupportedClientRegistrationTypes ¶
SetSupportedClientRegistrationTypes gets a reference to the given []string and assigns it to the SupportedClientRegistrationTypes field.
func (*Service) SetSupportedCustomClientMetadata ¶
SetSupportedCustomClientMetadata gets a reference to the given []string and assigns it to the SupportedCustomClientMetadata field.
func (*Service) SetSupportedDeveloperSnses ¶
SetSupportedDeveloperSnses gets a reference to the given []string and assigns it to the SupportedDeveloperSnses field.
func (*Service) SetSupportedDigestAlgorithms ¶
SetSupportedDigestAlgorithms gets a reference to the given []string and assigns it to the SupportedDigestAlgorithms field.
func (*Service) SetSupportedDisplays ¶
SetSupportedDisplays gets a reference to the given []string and assigns it to the SupportedDisplays field.
func (*Service) SetSupportedDocuments ¶
SetSupportedDocuments gets a reference to the given []string and assigns it to the SupportedDocuments field.
func (*Service) SetSupportedDocumentsCheckMethods ¶
SetSupportedDocumentsCheckMethods gets a reference to the given []string and assigns it to the SupportedDocumentsCheckMethods field.
func (*Service) SetSupportedDocumentsMethods ¶
SetSupportedDocumentsMethods gets a reference to the given []string and assigns it to the SupportedDocumentsMethods field.
func (*Service) SetSupportedDocumentsValidationMethods ¶
SetSupportedDocumentsValidationMethods gets a reference to the given []string and assigns it to the SupportedDocumentsValidationMethods field. Deprecated
func (*Service) SetSupportedDocumentsVerificationMethods ¶
SetSupportedDocumentsVerificationMethods gets a reference to the given []string and assigns it to the SupportedDocumentsVerificationMethods field. Deprecated
func (*Service) SetSupportedElectronicRecords ¶
SetSupportedElectronicRecords gets a reference to the given []string and assigns it to the SupportedElectronicRecords field.
func (*Service) SetSupportedEvidence ¶
SetSupportedEvidence gets a reference to the given []string and assigns it to the SupportedEvidence field.
func (*Service) SetSupportedGrantTypes ¶
SetSupportedGrantTypes gets a reference to the given []string and assigns it to the SupportedGrantTypes field.
func (*Service) SetSupportedIdentityDocuments ¶
SetSupportedIdentityDocuments gets a reference to the given []string and assigns it to the SupportedIdentityDocuments field. Deprecated
func (*Service) SetSupportedIntrospectionAuthMethods ¶
SetSupportedIntrospectionAuthMethods gets a reference to the given []string and assigns it to the SupportedIntrospectionAuthMethods field.
func (*Service) SetSupportedPromptValues ¶
SetSupportedPromptValues gets a reference to the given []string and assigns it to the SupportedPromptValues field.
func (*Service) SetSupportedResponseTypes ¶
SetSupportedResponseTypes gets a reference to the given []string and assigns it to the SupportedResponseTypes field.
func (*Service) SetSupportedRevocationAuthMethods ¶
SetSupportedRevocationAuthMethods gets a reference to the given []string and assigns it to the SupportedRevocationAuthMethods field.
func (*Service) SetSupportedScopes ¶
SetSupportedScopes gets a reference to the given []Scope and assigns it to the SupportedScopes field.
func (*Service) SetSupportedServiceProfiles ¶
SetSupportedServiceProfiles gets a reference to the given []string and assigns it to the SupportedServiceProfiles field.
func (*Service) SetSupportedSnses ¶
SetSupportedSnses gets a reference to the given []string and assigns it to the SupportedSnses field.
func (*Service) SetSupportedTokenAuthMethods ¶
SetSupportedTokenAuthMethods gets a reference to the given []string and assigns it to the SupportedTokenAuthMethods field.
func (*Service) SetSupportedTrustFrameworks ¶
SetSupportedTrustFrameworks gets a reference to the given []string and assigns it to the SupportedTrustFrameworks field.
func (*Service) SetSupportedUiLocales ¶
SetSupportedUiLocales gets a reference to the given []string and assigns it to the SupportedUiLocales field.
func (*Service) SetSupportedVerificationMethods ¶
SetSupportedVerificationMethods gets a reference to the given []string and assigns it to the SupportedVerificationMethods field. Deprecated
func (*Service) SetSupportedVerifiedClaims ¶
SetSupportedVerifiedClaims gets a reference to the given []string and assigns it to the SupportedVerifiedClaims field.
func (*Service) SetTlsClientCertificateBoundAccessTokens ¶
SetTlsClientCertificateBoundAccessTokens gets a reference to the given bool and assigns it to the TlsClientCertificateBoundAccessTokens field.
func (*Service) SetTokenEndpoint ¶
SetTokenEndpoint gets a reference to the given string and assigns it to the TokenEndpoint field.
func (*Service) SetTokenExchangeByConfidentialClientsOnly ¶
SetTokenExchangeByConfidentialClientsOnly gets a reference to the given bool and assigns it to the TokenExchangeByConfidentialClientsOnly field.
func (*Service) SetTokenExchangeByIdentifiableClientsOnly ¶
SetTokenExchangeByIdentifiableClientsOnly gets a reference to the given bool and assigns it to the TokenExchangeByIdentifiableClientsOnly field.
func (*Service) SetTokenExchangeByPermittedClientsOnly ¶
SetTokenExchangeByPermittedClientsOnly gets a reference to the given bool and assigns it to the TokenExchangeByPermittedClientsOnly field.
func (*Service) SetTokenExchangeEncryptedJwtRejected ¶
SetTokenExchangeEncryptedJwtRejected gets a reference to the given bool and assigns it to the TokenExchangeEncryptedJwtRejected field.
func (*Service) SetTokenExchangeUnsignedJwtRejected ¶
SetTokenExchangeUnsignedJwtRejected gets a reference to the given bool and assigns it to the TokenExchangeUnsignedJwtRejected field.
func (*Service) SetTokenExpirationLinked ¶
SetTokenExpirationLinked gets a reference to the given bool and assigns it to the TokenExpirationLinked field.
func (*Service) SetTosUri ¶
SetTosUri gets a reference to the given string and assigns it to the TosUri field.
func (*Service) SetTraditionalRequestObjectProcessingApplied ¶
SetTraditionalRequestObjectProcessingApplied gets a reference to the given bool and assigns it to the TraditionalRequestObjectProcessingApplied field.
func (*Service) SetTrustAnchors ¶
func (o *Service) SetTrustAnchors(v []TrustAnchor)
SetTrustAnchors gets a reference to the given []TrustAnchor and assigns it to the TrustAnchors field.
func (*Service) SetTrustedRootCertificates ¶
SetTrustedRootCertificates gets a reference to the given []string and assigns it to the TrustedRootCertificates field.
func (*Service) SetUnauthorizedOnClientConfigSupported ¶
SetUnauthorizedOnClientConfigSupported gets a reference to the given bool and assigns it to the UnauthorizedOnClientConfigSupported field.
func (*Service) SetUserCodeCharset ¶
SetUserCodeCharset gets a reference to the given string and assigns it to the UserCodeCharset field.
func (*Service) SetUserCodeLength ¶
SetUserCodeLength gets a reference to the given int32 and assigns it to the UserCodeLength field.
func (*Service) SetUserInfoEndpoint ¶
SetUserInfoEndpoint gets a reference to the given string and assigns it to the UserInfoEndpoint field.
func (*Service) SetUserInfoSignatureKeyId ¶
SetUserInfoSignatureKeyId gets a reference to the given string and assigns it to the UserInfoSignatureKeyId field.
func (*Service) SetUserPinLength ¶
SetUserPinLength gets a reference to the given int32 and assigns it to the UserPinLength field.
func (*Service) SetVerifiableCredentialsEnabled ¶
SetVerifiableCredentialsEnabled gets a reference to the given bool and assigns it to the VerifiableCredentialsEnabled field.
func (*Service) SetVerifiedClaimsValidationSchemaSet ¶
SetVerifiedClaimsValidationSchemaSet gets a reference to the given string and assigns it to the VerifiedClaimsValidationSchemaSet field.
type ServiceAccess ¶
type ServiceAccess struct { Id *int64 `json:"id,omitempty"` AllClientPrivileges []string `json:"allClientPrivileges,omitempty"` Privileges []string `json:"privileges,omitempty"` ClientAccess []ClientAccess `json:"clientAccess,omitempty"` ApiServerAccessId *int64 `json:"api_server_access_id,omitempty"` ServiceId *ServiceInstance `json:"service_id,omitempty"` }
ServiceAccess struct for ServiceAccess
func NewServiceAccess ¶
func NewServiceAccess() *ServiceAccess
NewServiceAccess instantiates a new ServiceAccess 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 NewServiceAccessWithDefaults ¶
func NewServiceAccessWithDefaults() *ServiceAccess
NewServiceAccessWithDefaults instantiates a new ServiceAccess 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 (*ServiceAccess) GetAllClientPrivileges ¶
func (o *ServiceAccess) GetAllClientPrivileges() []string
GetAllClientPrivileges returns the AllClientPrivileges field value if set, zero value otherwise.
func (*ServiceAccess) GetAllClientPrivilegesOk ¶
func (o *ServiceAccess) GetAllClientPrivilegesOk() ([]string, bool)
GetAllClientPrivilegesOk returns a tuple with the AllClientPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccess) GetApiServerAccessId ¶
func (o *ServiceAccess) GetApiServerAccessId() int64
GetApiServerAccessId returns the ApiServerAccessId field value if set, zero value otherwise.
func (*ServiceAccess) GetApiServerAccessIdOk ¶
func (o *ServiceAccess) GetApiServerAccessIdOk() (*int64, bool)
GetApiServerAccessIdOk returns a tuple with the ApiServerAccessId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccess) GetClientAccess ¶
func (o *ServiceAccess) GetClientAccess() []ClientAccess
GetClientAccess returns the ClientAccess field value if set, zero value otherwise.
func (*ServiceAccess) GetClientAccessOk ¶
func (o *ServiceAccess) GetClientAccessOk() ([]ClientAccess, bool)
GetClientAccessOk returns a tuple with the ClientAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccess) GetId ¶
func (o *ServiceAccess) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*ServiceAccess) GetIdOk ¶
func (o *ServiceAccess) 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 (*ServiceAccess) GetPrivileges ¶
func (o *ServiceAccess) GetPrivileges() []string
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*ServiceAccess) GetPrivilegesOk ¶
func (o *ServiceAccess) GetPrivilegesOk() ([]string, bool)
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccess) GetServiceId ¶
func (o *ServiceAccess) GetServiceId() ServiceInstance
GetServiceId returns the ServiceId field value if set, zero value otherwise.
func (*ServiceAccess) GetServiceIdOk ¶
func (o *ServiceAccess) GetServiceIdOk() (*ServiceInstance, bool)
GetServiceIdOk returns a tuple with the ServiceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccess) HasAllClientPrivileges ¶
func (o *ServiceAccess) HasAllClientPrivileges() bool
HasAllClientPrivileges returns a boolean if a field has been set.
func (*ServiceAccess) HasApiServerAccessId ¶
func (o *ServiceAccess) HasApiServerAccessId() bool
HasApiServerAccessId returns a boolean if a field has been set.
func (*ServiceAccess) HasClientAccess ¶
func (o *ServiceAccess) HasClientAccess() bool
HasClientAccess returns a boolean if a field has been set.
func (*ServiceAccess) HasId ¶
func (o *ServiceAccess) HasId() bool
HasId returns a boolean if a field has been set.
func (*ServiceAccess) HasPrivileges ¶
func (o *ServiceAccess) HasPrivileges() bool
HasPrivileges returns a boolean if a field has been set.
func (*ServiceAccess) HasServiceId ¶
func (o *ServiceAccess) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (ServiceAccess) MarshalJSON ¶
func (o ServiceAccess) MarshalJSON() ([]byte, error)
func (*ServiceAccess) SetAllClientPrivileges ¶
func (o *ServiceAccess) SetAllClientPrivileges(v []string)
SetAllClientPrivileges gets a reference to the given []string and assigns it to the AllClientPrivileges field.
func (*ServiceAccess) SetApiServerAccessId ¶
func (o *ServiceAccess) SetApiServerAccessId(v int64)
SetApiServerAccessId gets a reference to the given int64 and assigns it to the ApiServerAccessId field.
func (*ServiceAccess) SetClientAccess ¶
func (o *ServiceAccess) SetClientAccess(v []ClientAccess)
SetClientAccess gets a reference to the given []ClientAccess and assigns it to the ClientAccess field.
func (*ServiceAccess) SetId ¶
func (o *ServiceAccess) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*ServiceAccess) SetPrivileges ¶
func (o *ServiceAccess) SetPrivileges(v []string)
SetPrivileges gets a reference to the given []string and assigns it to the Privileges field.
func (*ServiceAccess) SetServiceId ¶
func (o *ServiceAccess) SetServiceId(v ServiceInstance)
SetServiceId gets a reference to the given ServiceInstance and assigns it to the ServiceId field.
func (ServiceAccess) ToMap ¶ added in v0.3.0
func (o ServiceAccess) ToMap() (map[string]interface{}, error)
type ServiceAccessResponse ¶
type ServiceAccessResponse struct { UserId *int64 `json:"userId,omitempty"` OrganizationId *int64 `json:"organizationId,omitempty"` ApiServerId *int64 `json:"apiServerId,omitempty"` ServiceId *int64 `json:"serviceId,omitempty"` AllClientPrivileges []string `json:"allClientPrivileges,omitempty"` Privileges []string `json:"privileges,omitempty"` ClientAccess []ClientAccessResponse `json:"clientAccess,omitempty"` }
ServiceAccessResponse struct for ServiceAccessResponse
func NewServiceAccessResponse ¶
func NewServiceAccessResponse() *ServiceAccessResponse
NewServiceAccessResponse instantiates a new ServiceAccessResponse 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 NewServiceAccessResponseWithDefaults ¶
func NewServiceAccessResponseWithDefaults() *ServiceAccessResponse
NewServiceAccessResponseWithDefaults instantiates a new ServiceAccessResponse 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 (*ServiceAccessResponse) GetAllClientPrivileges ¶
func (o *ServiceAccessResponse) GetAllClientPrivileges() []string
GetAllClientPrivileges returns the AllClientPrivileges field value if set, zero value otherwise.
func (*ServiceAccessResponse) GetAllClientPrivilegesOk ¶
func (o *ServiceAccessResponse) GetAllClientPrivilegesOk() ([]string, bool)
GetAllClientPrivilegesOk returns a tuple with the AllClientPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccessResponse) GetApiServerId ¶
func (o *ServiceAccessResponse) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value if set, zero value otherwise.
func (*ServiceAccessResponse) GetApiServerIdOk ¶
func (o *ServiceAccessResponse) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccessResponse) GetClientAccess ¶
func (o *ServiceAccessResponse) GetClientAccess() []ClientAccessResponse
GetClientAccess returns the ClientAccess field value if set, zero value otherwise.
func (*ServiceAccessResponse) GetClientAccessOk ¶
func (o *ServiceAccessResponse) GetClientAccessOk() ([]ClientAccessResponse, bool)
GetClientAccessOk returns a tuple with the ClientAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccessResponse) GetOrganizationId ¶
func (o *ServiceAccessResponse) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*ServiceAccessResponse) GetOrganizationIdOk ¶
func (o *ServiceAccessResponse) GetOrganizationIdOk() (*int64, 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.
func (*ServiceAccessResponse) GetPrivileges ¶
func (o *ServiceAccessResponse) GetPrivileges() []string
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*ServiceAccessResponse) GetPrivilegesOk ¶
func (o *ServiceAccessResponse) GetPrivilegesOk() ([]string, bool)
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccessResponse) GetServiceId ¶
func (o *ServiceAccessResponse) GetServiceId() int64
GetServiceId returns the ServiceId field value if set, zero value otherwise.
func (*ServiceAccessResponse) GetServiceIdOk ¶
func (o *ServiceAccessResponse) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccessResponse) GetUserId ¶
func (o *ServiceAccessResponse) GetUserId() int64
GetUserId returns the UserId field value if set, zero value otherwise.
func (*ServiceAccessResponse) GetUserIdOk ¶
func (o *ServiceAccessResponse) GetUserIdOk() (*int64, bool)
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccessResponse) HasAllClientPrivileges ¶
func (o *ServiceAccessResponse) HasAllClientPrivileges() bool
HasAllClientPrivileges returns a boolean if a field has been set.
func (*ServiceAccessResponse) HasApiServerId ¶
func (o *ServiceAccessResponse) HasApiServerId() bool
HasApiServerId returns a boolean if a field has been set.
func (*ServiceAccessResponse) HasClientAccess ¶
func (o *ServiceAccessResponse) HasClientAccess() bool
HasClientAccess returns a boolean if a field has been set.
func (*ServiceAccessResponse) HasOrganizationId ¶
func (o *ServiceAccessResponse) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*ServiceAccessResponse) HasPrivileges ¶
func (o *ServiceAccessResponse) HasPrivileges() bool
HasPrivileges returns a boolean if a field has been set.
func (*ServiceAccessResponse) HasServiceId ¶
func (o *ServiceAccessResponse) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (*ServiceAccessResponse) HasUserId ¶
func (o *ServiceAccessResponse) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (ServiceAccessResponse) MarshalJSON ¶
func (o ServiceAccessResponse) MarshalJSON() ([]byte, error)
func (*ServiceAccessResponse) SetAllClientPrivileges ¶
func (o *ServiceAccessResponse) SetAllClientPrivileges(v []string)
SetAllClientPrivileges gets a reference to the given []string and assigns it to the AllClientPrivileges field.
func (*ServiceAccessResponse) SetApiServerId ¶
func (o *ServiceAccessResponse) SetApiServerId(v int64)
SetApiServerId gets a reference to the given int64 and assigns it to the ApiServerId field.
func (*ServiceAccessResponse) SetClientAccess ¶
func (o *ServiceAccessResponse) SetClientAccess(v []ClientAccessResponse)
SetClientAccess gets a reference to the given []ClientAccessResponse and assigns it to the ClientAccess field.
func (*ServiceAccessResponse) SetOrganizationId ¶
func (o *ServiceAccessResponse) SetOrganizationId(v int64)
SetOrganizationId gets a reference to the given int64 and assigns it to the OrganizationId field.
func (*ServiceAccessResponse) SetPrivileges ¶
func (o *ServiceAccessResponse) SetPrivileges(v []string)
SetPrivileges gets a reference to the given []string and assigns it to the Privileges field.
func (*ServiceAccessResponse) SetServiceId ¶
func (o *ServiceAccessResponse) SetServiceId(v int64)
SetServiceId gets a reference to the given int64 and assigns it to the ServiceId field.
func (*ServiceAccessResponse) SetUserId ¶
func (o *ServiceAccessResponse) SetUserId(v int64)
SetUserId gets a reference to the given int64 and assigns it to the UserId field.
func (ServiceAccessResponse) ToMap ¶ added in v0.3.0
func (o ServiceAccessResponse) ToMap() (map[string]interface{}, error)
type ServiceApiAPI ¶ added in v0.3.0
type ServiceApiAPI interface { /* AdoptService Method for AdoptService @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAdoptServiceRequest */ AdoptService(ctx context.Context) ApiAdoptServiceRequest // AdoptServiceExecute executes the request // @return ServiceInstanceManagementResponse AdoptServiceExecute(r ApiAdoptServiceRequest) (*ServiceInstanceManagementResponse, *http.Response, error) /* CreateService Method for CreateService @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateServiceRequest */ CreateService(ctx context.Context) ApiCreateServiceRequest // CreateServiceExecute executes the request // @return Service CreateServiceExecute(r ApiCreateServiceRequest) (*Service, *http.Response, error) /* DeleteService Method for DeleteService @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDeleteServiceRequest */ DeleteService(ctx context.Context) ApiDeleteServiceRequest // DeleteServiceExecute executes the request DeleteServiceExecute(r ApiDeleteServiceRequest) (*http.Response, error) /* FindService Method for FindService @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiFindServiceRequest */ FindService(ctx context.Context, id int64) ApiFindServiceRequest // FindServiceExecute executes the request // @return []ServiceInstanceManagementResponse FindServiceExecute(r ApiFindServiceRequest) ([]ServiceInstanceManagementResponse, *http.Response, error) /* GetOrphans Method for GetOrphans @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetOrphansRequest */ GetOrphans(ctx context.Context) ApiGetOrphansRequest // GetOrphansExecute executes the request // @return OrphanServiceResponse GetOrphansExecute(r ApiGetOrphansRequest) (*OrphanServiceResponse, *http.Response, error) /* MoveService Method for MoveService @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiMoveServiceRequest */ MoveService(ctx context.Context) ApiMoveServiceRequest // MoveServiceExecute executes the request // @return ServiceInstanceManagementResponse MoveServiceExecute(r ApiMoveServiceRequest) (*ServiceInstanceManagementResponse, *http.Response, error) /* RemoveOrphanService Method for RemoveOrphanService @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRemoveOrphanServiceRequest */ RemoveOrphanService(ctx context.Context) ApiRemoveOrphanServiceRequest // RemoveOrphanServiceExecute executes the request RemoveOrphanServiceExecute(r ApiRemoveOrphanServiceRequest) (*http.Response, error) }
type ServiceApiAPIService ¶ added in v0.3.0
type ServiceApiAPIService service
ServiceApiAPIService ServiceApiAPI service
func (*ServiceApiAPIService) AdoptService ¶ added in v0.3.0
func (a *ServiceApiAPIService) AdoptService(ctx context.Context) ApiAdoptServiceRequest
AdoptService Method for AdoptService
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAdoptServiceRequest
func (*ServiceApiAPIService) AdoptServiceExecute ¶ added in v0.3.0
func (a *ServiceApiAPIService) AdoptServiceExecute(r ApiAdoptServiceRequest) (*ServiceInstanceManagementResponse, *http.Response, error)
Execute executes the request
@return ServiceInstanceManagementResponse
func (*ServiceApiAPIService) CreateService ¶ added in v0.3.0
func (a *ServiceApiAPIService) CreateService(ctx context.Context) ApiCreateServiceRequest
CreateService Method for CreateService
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateServiceRequest
func (*ServiceApiAPIService) CreateServiceExecute ¶ added in v0.3.0
func (a *ServiceApiAPIService) CreateServiceExecute(r ApiCreateServiceRequest) (*Service, *http.Response, error)
Execute executes the request
@return Service
func (*ServiceApiAPIService) DeleteService ¶ added in v0.3.0
func (a *ServiceApiAPIService) DeleteService(ctx context.Context) ApiDeleteServiceRequest
DeleteService Method for DeleteService
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDeleteServiceRequest
func (*ServiceApiAPIService) DeleteServiceExecute ¶ added in v0.3.0
func (a *ServiceApiAPIService) DeleteServiceExecute(r ApiDeleteServiceRequest) (*http.Response, error)
Execute executes the request
func (*ServiceApiAPIService) FindService ¶ added in v0.3.0
func (a *ServiceApiAPIService) FindService(ctx context.Context, id int64) ApiFindServiceRequest
FindService Method for FindService
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiFindServiceRequest
func (*ServiceApiAPIService) FindServiceExecute ¶ added in v0.3.0
func (a *ServiceApiAPIService) FindServiceExecute(r ApiFindServiceRequest) ([]ServiceInstanceManagementResponse, *http.Response, error)
Execute executes the request
@return []ServiceInstanceManagementResponse
func (*ServiceApiAPIService) GetOrphans ¶ added in v0.3.0
func (a *ServiceApiAPIService) GetOrphans(ctx context.Context) ApiGetOrphansRequest
GetOrphans Method for GetOrphans
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetOrphansRequest
func (*ServiceApiAPIService) GetOrphansExecute ¶ added in v0.3.0
func (a *ServiceApiAPIService) GetOrphansExecute(r ApiGetOrphansRequest) (*OrphanServiceResponse, *http.Response, error)
Execute executes the request
@return OrphanServiceResponse
func (*ServiceApiAPIService) MoveService ¶ added in v0.3.0
func (a *ServiceApiAPIService) MoveService(ctx context.Context) ApiMoveServiceRequest
MoveService Method for MoveService
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiMoveServiceRequest
func (*ServiceApiAPIService) MoveServiceExecute ¶ added in v0.3.0
func (a *ServiceApiAPIService) MoveServiceExecute(r ApiMoveServiceRequest) (*ServiceInstanceManagementResponse, *http.Response, error)
Execute executes the request
@return ServiceInstanceManagementResponse
func (*ServiceApiAPIService) RemoveOrphanService ¶ added in v0.3.0
func (a *ServiceApiAPIService) RemoveOrphanService(ctx context.Context) ApiRemoveOrphanServiceRequest
RemoveOrphanService Method for RemoveOrphanService
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRemoveOrphanServiceRequest
func (*ServiceApiAPIService) RemoveOrphanServiceExecute ¶ added in v0.3.0
func (a *ServiceApiAPIService) RemoveOrphanServiceExecute(r ApiRemoveOrphanServiceRequest) (*http.Response, error)
Execute executes the request
type ServiceInstance ¶
type ServiceInstance struct { Id *int64 `json:"id,omitempty"` ServiceId *int64 `json:"serviceId,omitempty"` OrganizationId *int64 `json:"organization_id,omitempty"` ApiServerId *int64 `json:"api_server_id,omitempty"` }
ServiceInstance struct for ServiceInstance
func NewServiceInstance ¶
func NewServiceInstance() *ServiceInstance
NewServiceInstance instantiates a new ServiceInstance 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 NewServiceInstanceWithDefaults ¶
func NewServiceInstanceWithDefaults() *ServiceInstance
NewServiceInstanceWithDefaults instantiates a new ServiceInstance 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 (*ServiceInstance) GetApiServerId ¶
func (o *ServiceInstance) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value if set, zero value otherwise.
func (*ServiceInstance) GetApiServerIdOk ¶
func (o *ServiceInstance) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceInstance) GetId ¶
func (o *ServiceInstance) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*ServiceInstance) GetIdOk ¶
func (o *ServiceInstance) 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 (*ServiceInstance) GetOrganizationId ¶
func (o *ServiceInstance) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*ServiceInstance) GetOrganizationIdOk ¶
func (o *ServiceInstance) GetOrganizationIdOk() (*int64, 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.
func (*ServiceInstance) GetServiceId ¶
func (o *ServiceInstance) GetServiceId() int64
GetServiceId returns the ServiceId field value if set, zero value otherwise.
func (*ServiceInstance) GetServiceIdOk ¶
func (o *ServiceInstance) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceInstance) HasApiServerId ¶
func (o *ServiceInstance) HasApiServerId() bool
HasApiServerId returns a boolean if a field has been set.
func (*ServiceInstance) HasId ¶
func (o *ServiceInstance) HasId() bool
HasId returns a boolean if a field has been set.
func (*ServiceInstance) HasOrganizationId ¶
func (o *ServiceInstance) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*ServiceInstance) HasServiceId ¶
func (o *ServiceInstance) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (ServiceInstance) MarshalJSON ¶
func (o ServiceInstance) MarshalJSON() ([]byte, error)
func (*ServiceInstance) SetApiServerId ¶
func (o *ServiceInstance) SetApiServerId(v int64)
SetApiServerId gets a reference to the given int64 and assigns it to the ApiServerId field.
func (*ServiceInstance) SetId ¶
func (o *ServiceInstance) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*ServiceInstance) SetOrganizationId ¶
func (o *ServiceInstance) SetOrganizationId(v int64)
SetOrganizationId gets a reference to the given int64 and assigns it to the OrganizationId field.
func (*ServiceInstance) SetServiceId ¶
func (o *ServiceInstance) SetServiceId(v int64)
SetServiceId gets a reference to the given int64 and assigns it to the ServiceId field.
func (ServiceInstance) ToMap ¶ added in v0.3.0
func (o ServiceInstance) ToMap() (map[string]interface{}, error)
type ServiceInstanceManagementResponse ¶
type ServiceInstanceManagementResponse struct { OrganizationId *int64 `json:"organizationId,omitempty"` ApiServerId *int64 `json:"apiServerId,omitempty"` ServiceId *int64 `json:"serviceId,omitempty"` }
ServiceInstanceManagementResponse struct for ServiceInstanceManagementResponse
func NewServiceInstanceManagementResponse ¶
func NewServiceInstanceManagementResponse() *ServiceInstanceManagementResponse
NewServiceInstanceManagementResponse instantiates a new ServiceInstanceManagementResponse 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 NewServiceInstanceManagementResponseWithDefaults ¶
func NewServiceInstanceManagementResponseWithDefaults() *ServiceInstanceManagementResponse
NewServiceInstanceManagementResponseWithDefaults instantiates a new ServiceInstanceManagementResponse 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 (*ServiceInstanceManagementResponse) GetApiServerId ¶
func (o *ServiceInstanceManagementResponse) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value if set, zero value otherwise.
func (*ServiceInstanceManagementResponse) GetApiServerIdOk ¶
func (o *ServiceInstanceManagementResponse) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceInstanceManagementResponse) GetOrganizationId ¶
func (o *ServiceInstanceManagementResponse) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*ServiceInstanceManagementResponse) GetOrganizationIdOk ¶
func (o *ServiceInstanceManagementResponse) GetOrganizationIdOk() (*int64, 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.
func (*ServiceInstanceManagementResponse) GetServiceId ¶
func (o *ServiceInstanceManagementResponse) GetServiceId() int64
GetServiceId returns the ServiceId field value if set, zero value otherwise.
func (*ServiceInstanceManagementResponse) GetServiceIdOk ¶
func (o *ServiceInstanceManagementResponse) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceInstanceManagementResponse) HasApiServerId ¶
func (o *ServiceInstanceManagementResponse) HasApiServerId() bool
HasApiServerId returns a boolean if a field has been set.
func (*ServiceInstanceManagementResponse) HasOrganizationId ¶
func (o *ServiceInstanceManagementResponse) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*ServiceInstanceManagementResponse) HasServiceId ¶
func (o *ServiceInstanceManagementResponse) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (ServiceInstanceManagementResponse) MarshalJSON ¶
func (o ServiceInstanceManagementResponse) MarshalJSON() ([]byte, error)
func (*ServiceInstanceManagementResponse) SetApiServerId ¶
func (o *ServiceInstanceManagementResponse) SetApiServerId(v int64)
SetApiServerId gets a reference to the given int64 and assigns it to the ApiServerId field.
func (*ServiceInstanceManagementResponse) SetOrganizationId ¶
func (o *ServiceInstanceManagementResponse) SetOrganizationId(v int64)
SetOrganizationId gets a reference to the given int64 and assigns it to the OrganizationId field.
func (*ServiceInstanceManagementResponse) SetServiceId ¶
func (o *ServiceInstanceManagementResponse) SetServiceId(v int64)
SetServiceId gets a reference to the given int64 and assigns it to the ServiceId field.
func (ServiceInstanceManagementResponse) ToMap ¶ added in v0.3.0
func (o ServiceInstanceManagementResponse) ToMap() (map[string]interface{}, error)
type ServiceInstanceMembershipResponse ¶
type ServiceInstanceMembershipResponse struct { ServiceId *int64 `json:"serviceId,omitempty"` Privileges []string `json:"privileges,omitempty"` Clients []ClientAccessResponse `json:"clients,omitempty"` ClientPrivileges []string `json:"clientPrivileges,omitempty"` }
ServiceInstanceMembershipResponse struct for ServiceInstanceMembershipResponse
func NewServiceInstanceMembershipResponse ¶
func NewServiceInstanceMembershipResponse() *ServiceInstanceMembershipResponse
NewServiceInstanceMembershipResponse instantiates a new ServiceInstanceMembershipResponse 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 NewServiceInstanceMembershipResponseWithDefaults ¶
func NewServiceInstanceMembershipResponseWithDefaults() *ServiceInstanceMembershipResponse
NewServiceInstanceMembershipResponseWithDefaults instantiates a new ServiceInstanceMembershipResponse 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 (*ServiceInstanceMembershipResponse) GetClientPrivileges ¶
func (o *ServiceInstanceMembershipResponse) GetClientPrivileges() []string
GetClientPrivileges returns the ClientPrivileges field value if set, zero value otherwise.
func (*ServiceInstanceMembershipResponse) GetClientPrivilegesOk ¶
func (o *ServiceInstanceMembershipResponse) GetClientPrivilegesOk() ([]string, bool)
GetClientPrivilegesOk returns a tuple with the ClientPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceInstanceMembershipResponse) GetClients ¶
func (o *ServiceInstanceMembershipResponse) GetClients() []ClientAccessResponse
GetClients returns the Clients field value if set, zero value otherwise.
func (*ServiceInstanceMembershipResponse) GetClientsOk ¶
func (o *ServiceInstanceMembershipResponse) GetClientsOk() ([]ClientAccessResponse, bool)
GetClientsOk returns a tuple with the Clients field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceInstanceMembershipResponse) GetPrivileges ¶
func (o *ServiceInstanceMembershipResponse) GetPrivileges() []string
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*ServiceInstanceMembershipResponse) GetPrivilegesOk ¶
func (o *ServiceInstanceMembershipResponse) GetPrivilegesOk() ([]string, bool)
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceInstanceMembershipResponse) GetServiceId ¶
func (o *ServiceInstanceMembershipResponse) GetServiceId() int64
GetServiceId returns the ServiceId field value if set, zero value otherwise.
func (*ServiceInstanceMembershipResponse) GetServiceIdOk ¶
func (o *ServiceInstanceMembershipResponse) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceInstanceMembershipResponse) HasClientPrivileges ¶
func (o *ServiceInstanceMembershipResponse) HasClientPrivileges() bool
HasClientPrivileges returns a boolean if a field has been set.
func (*ServiceInstanceMembershipResponse) HasClients ¶
func (o *ServiceInstanceMembershipResponse) HasClients() bool
HasClients returns a boolean if a field has been set.
func (*ServiceInstanceMembershipResponse) HasPrivileges ¶
func (o *ServiceInstanceMembershipResponse) HasPrivileges() bool
HasPrivileges returns a boolean if a field has been set.
func (*ServiceInstanceMembershipResponse) HasServiceId ¶
func (o *ServiceInstanceMembershipResponse) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (ServiceInstanceMembershipResponse) MarshalJSON ¶
func (o ServiceInstanceMembershipResponse) MarshalJSON() ([]byte, error)
func (*ServiceInstanceMembershipResponse) SetClientPrivileges ¶
func (o *ServiceInstanceMembershipResponse) SetClientPrivileges(v []string)
SetClientPrivileges gets a reference to the given []string and assigns it to the ClientPrivileges field.
func (*ServiceInstanceMembershipResponse) SetClients ¶
func (o *ServiceInstanceMembershipResponse) SetClients(v []ClientAccessResponse)
SetClients gets a reference to the given []ClientAccessResponse and assigns it to the Clients field.
func (*ServiceInstanceMembershipResponse) SetPrivileges ¶
func (o *ServiceInstanceMembershipResponse) SetPrivileges(v []string)
SetPrivileges gets a reference to the given []string and assigns it to the Privileges field.
func (*ServiceInstanceMembershipResponse) SetServiceId ¶
func (o *ServiceInstanceMembershipResponse) SetServiceId(v int64)
SetServiceId gets a reference to the given int64 and assigns it to the ServiceId field.
func (ServiceInstanceMembershipResponse) ToMap ¶ added in v0.3.0
func (o ServiceInstanceMembershipResponse) ToMap() (map[string]interface{}, error)
type ServiceTokenApiAPI ¶ added in v0.3.0
type ServiceTokenApiAPI interface { /* CreateTokenForService Method for CreateTokenForService @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateTokenForServiceRequest */ CreateTokenForService(ctx context.Context) ApiCreateTokenForServiceRequest // CreateTokenForServiceExecute executes the request // @return ServiceTokenResponse CreateTokenForServiceExecute(r ApiCreateTokenForServiceRequest) (*ServiceTokenResponse, *http.Response, error) /* GetTokensForService Method for GetTokensForService @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetTokensForServiceRequest */ GetTokensForService(ctx context.Context) ApiGetTokensForServiceRequest // GetTokensForServiceExecute executes the request // @return []ServiceTokenResponse GetTokensForServiceExecute(r ApiGetTokensForServiceRequest) ([]ServiceTokenResponse, *http.Response, error) /* RenameServiceToken Method for RenameServiceToken @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRenameServiceTokenRequest */ RenameServiceToken(ctx context.Context) ApiRenameServiceTokenRequest // RenameServiceTokenExecute executes the request // @return ServiceTokenResponse RenameServiceTokenExecute(r ApiRenameServiceTokenRequest) (*ServiceTokenResponse, *http.Response, error) /* RevokeServiceToken Method for RevokeServiceToken @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRevokeServiceTokenRequest */ RevokeServiceToken(ctx context.Context) ApiRevokeServiceTokenRequest // RevokeServiceTokenExecute executes the request RevokeServiceTokenExecute(r ApiRevokeServiceTokenRequest) (*http.Response, error) /* RotateServiceToken Method for RotateServiceToken @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRotateServiceTokenRequest */ RotateServiceToken(ctx context.Context) ApiRotateServiceTokenRequest // RotateServiceTokenExecute executes the request // @return ServiceTokenResponse RotateServiceTokenExecute(r ApiRotateServiceTokenRequest) (*ServiceTokenResponse, *http.Response, error) }
type ServiceTokenApiAPIService ¶ added in v0.3.0
type ServiceTokenApiAPIService service
ServiceTokenApiAPIService ServiceTokenApiAPI service
func (*ServiceTokenApiAPIService) CreateTokenForService ¶ added in v0.3.0
func (a *ServiceTokenApiAPIService) CreateTokenForService(ctx context.Context) ApiCreateTokenForServiceRequest
CreateTokenForService Method for CreateTokenForService
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateTokenForServiceRequest
func (*ServiceTokenApiAPIService) CreateTokenForServiceExecute ¶ added in v0.3.0
func (a *ServiceTokenApiAPIService) CreateTokenForServiceExecute(r ApiCreateTokenForServiceRequest) (*ServiceTokenResponse, *http.Response, error)
Execute executes the request
@return ServiceTokenResponse
func (*ServiceTokenApiAPIService) GetTokensForService ¶ added in v0.3.0
func (a *ServiceTokenApiAPIService) GetTokensForService(ctx context.Context) ApiGetTokensForServiceRequest
GetTokensForService Method for GetTokensForService
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetTokensForServiceRequest
func (*ServiceTokenApiAPIService) GetTokensForServiceExecute ¶ added in v0.3.0
func (a *ServiceTokenApiAPIService) GetTokensForServiceExecute(r ApiGetTokensForServiceRequest) ([]ServiceTokenResponse, *http.Response, error)
Execute executes the request
@return []ServiceTokenResponse
func (*ServiceTokenApiAPIService) RenameServiceToken ¶ added in v0.3.0
func (a *ServiceTokenApiAPIService) RenameServiceToken(ctx context.Context) ApiRenameServiceTokenRequest
RenameServiceToken Method for RenameServiceToken
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRenameServiceTokenRequest
func (*ServiceTokenApiAPIService) RenameServiceTokenExecute ¶ added in v0.3.0
func (a *ServiceTokenApiAPIService) RenameServiceTokenExecute(r ApiRenameServiceTokenRequest) (*ServiceTokenResponse, *http.Response, error)
Execute executes the request
@return ServiceTokenResponse
func (*ServiceTokenApiAPIService) RevokeServiceToken ¶ added in v0.3.0
func (a *ServiceTokenApiAPIService) RevokeServiceToken(ctx context.Context) ApiRevokeServiceTokenRequest
RevokeServiceToken Method for RevokeServiceToken
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRevokeServiceTokenRequest
func (*ServiceTokenApiAPIService) RevokeServiceTokenExecute ¶ added in v0.3.0
func (a *ServiceTokenApiAPIService) RevokeServiceTokenExecute(r ApiRevokeServiceTokenRequest) (*http.Response, error)
Execute executes the request
func (*ServiceTokenApiAPIService) RotateServiceToken ¶ added in v0.3.0
func (a *ServiceTokenApiAPIService) RotateServiceToken(ctx context.Context) ApiRotateServiceTokenRequest
RotateServiceToken Method for RotateServiceToken
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRotateServiceTokenRequest
func (*ServiceTokenApiAPIService) RotateServiceTokenExecute ¶ added in v0.3.0
func (a *ServiceTokenApiAPIService) RotateServiceTokenExecute(r ApiRotateServiceTokenRequest) (*ServiceTokenResponse, *http.Response, error)
Execute executes the request
@return ServiceTokenResponse
type ServiceTokenResponse ¶
type ServiceTokenResponse struct { ServiceId *int64 `json:"serviceId,omitempty"` OrganizationId *int64 `json:"organizationId,omitempty"` ApiServerId *int64 `json:"apiServerId,omitempty"` AccessToken *string `json:"accessToken,omitempty"` TokenId *string `json:"tokenId,omitempty"` Description *string `json:"description,omitempty"` }
ServiceTokenResponse struct for ServiceTokenResponse
func NewServiceTokenResponse ¶
func NewServiceTokenResponse() *ServiceTokenResponse
NewServiceTokenResponse instantiates a new ServiceTokenResponse 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 NewServiceTokenResponseWithDefaults ¶
func NewServiceTokenResponseWithDefaults() *ServiceTokenResponse
NewServiceTokenResponseWithDefaults instantiates a new ServiceTokenResponse 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 (*ServiceTokenResponse) GetAccessToken ¶
func (o *ServiceTokenResponse) GetAccessToken() string
GetAccessToken returns the AccessToken field value if set, zero value otherwise.
func (*ServiceTokenResponse) GetAccessTokenOk ¶
func (o *ServiceTokenResponse) 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 (*ServiceTokenResponse) GetApiServerId ¶
func (o *ServiceTokenResponse) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value if set, zero value otherwise.
func (*ServiceTokenResponse) GetApiServerIdOk ¶
func (o *ServiceTokenResponse) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceTokenResponse) GetDescription ¶
func (o *ServiceTokenResponse) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ServiceTokenResponse) GetDescriptionOk ¶
func (o *ServiceTokenResponse) 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 (*ServiceTokenResponse) GetOrganizationId ¶
func (o *ServiceTokenResponse) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*ServiceTokenResponse) GetOrganizationIdOk ¶
func (o *ServiceTokenResponse) GetOrganizationIdOk() (*int64, 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.
func (*ServiceTokenResponse) GetServiceId ¶
func (o *ServiceTokenResponse) GetServiceId() int64
GetServiceId returns the ServiceId field value if set, zero value otherwise.
func (*ServiceTokenResponse) GetServiceIdOk ¶
func (o *ServiceTokenResponse) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceTokenResponse) GetTokenId ¶
func (o *ServiceTokenResponse) GetTokenId() string
GetTokenId returns the TokenId field value if set, zero value otherwise.
func (*ServiceTokenResponse) GetTokenIdOk ¶
func (o *ServiceTokenResponse) GetTokenIdOk() (*string, bool)
GetTokenIdOk returns a tuple with the TokenId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceTokenResponse) HasAccessToken ¶
func (o *ServiceTokenResponse) HasAccessToken() bool
HasAccessToken returns a boolean if a field has been set.
func (*ServiceTokenResponse) HasApiServerId ¶
func (o *ServiceTokenResponse) HasApiServerId() bool
HasApiServerId returns a boolean if a field has been set.
func (*ServiceTokenResponse) HasDescription ¶
func (o *ServiceTokenResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ServiceTokenResponse) HasOrganizationId ¶
func (o *ServiceTokenResponse) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*ServiceTokenResponse) HasServiceId ¶
func (o *ServiceTokenResponse) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (*ServiceTokenResponse) HasTokenId ¶
func (o *ServiceTokenResponse) HasTokenId() bool
HasTokenId returns a boolean if a field has been set.
func (ServiceTokenResponse) MarshalJSON ¶
func (o ServiceTokenResponse) MarshalJSON() ([]byte, error)
func (*ServiceTokenResponse) SetAccessToken ¶
func (o *ServiceTokenResponse) SetAccessToken(v string)
SetAccessToken gets a reference to the given string and assigns it to the AccessToken field.
func (*ServiceTokenResponse) SetApiServerId ¶
func (o *ServiceTokenResponse) SetApiServerId(v int64)
SetApiServerId gets a reference to the given int64 and assigns it to the ApiServerId field.
func (*ServiceTokenResponse) SetDescription ¶
func (o *ServiceTokenResponse) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ServiceTokenResponse) SetOrganizationId ¶
func (o *ServiceTokenResponse) SetOrganizationId(v int64)
SetOrganizationId gets a reference to the given int64 and assigns it to the OrganizationId field.
func (*ServiceTokenResponse) SetServiceId ¶
func (o *ServiceTokenResponse) SetServiceId(v int64)
SetServiceId gets a reference to the given int64 and assigns it to the ServiceId field.
func (*ServiceTokenResponse) SetTokenId ¶
func (o *ServiceTokenResponse) SetTokenId(v string)
SetTokenId gets a reference to the given string and assigns it to the TokenId field.
func (ServiceTokenResponse) ToMap ¶ added in v0.3.0
func (o ServiceTokenResponse) ToMap() (map[string]interface{}, error)
type SessionApiAPI ¶ added in v0.3.0
type SessionApiAPI interface { /* AccountCheck Method for AccountCheck @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param email @return ApiAccountCheckRequest */ AccountCheck(ctx context.Context, email string) ApiAccountCheckRequest // AccountCheckExecute executes the request // @return LogInResponse AccountCheckExecute(r ApiAccountCheckRequest) (*LogInResponse, *http.Response, error) /* GetCurrentUser Method for GetCurrentUser @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetCurrentUserRequest */ GetCurrentUser(ctx context.Context) ApiGetCurrentUserRequest // GetCurrentUserExecute executes the request // @return LogInResponse GetCurrentUserExecute(r ApiGetCurrentUserRequest) (*LogInResponse, *http.Response, error) /* LogIn Method for LogIn @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiLogInRequest */ LogIn(ctx context.Context) ApiLogInRequest // LogInExecute executes the request // @return LogInResponse LogInExecute(r ApiLogInRequest) (*LogInResponse, *http.Response, error) /* LogOut Method for LogOut @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiLogOutRequest */ LogOut(ctx context.Context) ApiLogOutRequest // LogOutExecute executes the request LogOutExecute(r ApiLogOutRequest) (*http.Response, error) }
type SessionApiAPIService ¶ added in v0.3.0
type SessionApiAPIService service
SessionApiAPIService SessionApiAPI service
func (*SessionApiAPIService) AccountCheck ¶ added in v0.3.0
func (a *SessionApiAPIService) AccountCheck(ctx context.Context, email string) ApiAccountCheckRequest
AccountCheck Method for AccountCheck
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param email @return ApiAccountCheckRequest
func (*SessionApiAPIService) AccountCheckExecute ¶ added in v0.3.0
func (a *SessionApiAPIService) AccountCheckExecute(r ApiAccountCheckRequest) (*LogInResponse, *http.Response, error)
Execute executes the request
@return LogInResponse
func (*SessionApiAPIService) GetCurrentUser ¶ added in v0.3.0
func (a *SessionApiAPIService) GetCurrentUser(ctx context.Context) ApiGetCurrentUserRequest
GetCurrentUser Method for GetCurrentUser
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetCurrentUserRequest
func (*SessionApiAPIService) GetCurrentUserExecute ¶ added in v0.3.0
func (a *SessionApiAPIService) GetCurrentUserExecute(r ApiGetCurrentUserRequest) (*LogInResponse, *http.Response, error)
Execute executes the request
@return LogInResponse
func (*SessionApiAPIService) LogIn ¶ added in v0.3.0
func (a *SessionApiAPIService) LogIn(ctx context.Context) ApiLogInRequest
LogIn Method for LogIn
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiLogInRequest
func (*SessionApiAPIService) LogInExecute ¶ added in v0.3.0
func (a *SessionApiAPIService) LogInExecute(r ApiLogInRequest) (*LogInResponse, *http.Response, error)
Execute executes the request
@return LogInResponse
func (*SessionApiAPIService) LogOut ¶ added in v0.3.0
func (a *SessionApiAPIService) LogOut(ctx context.Context) ApiLogOutRequest
LogOut Method for LogOut
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiLogOutRequest
func (*SessionApiAPIService) LogOutExecute ¶ added in v0.3.0
func (a *SessionApiAPIService) LogOutExecute(r ApiLogOutRequest) (*http.Response, error)
Execute executes the request
type SnsCredentials ¶
type SnsCredentials struct { Sns *string `json:"sns,omitempty"` ApiKey *string `json:"apiKey,omitempty"` ApiSecret *string `json:"apiSecret,omitempty"` }
SnsCredentials struct for SnsCredentials
func NewSnsCredentials ¶
func NewSnsCredentials() *SnsCredentials
NewSnsCredentials instantiates a new SnsCredentials 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 NewSnsCredentialsWithDefaults ¶
func NewSnsCredentialsWithDefaults() *SnsCredentials
NewSnsCredentialsWithDefaults instantiates a new SnsCredentials 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 (*SnsCredentials) GetApiKey ¶
func (o *SnsCredentials) GetApiKey() string
GetApiKey returns the ApiKey field value if set, zero value otherwise.
func (*SnsCredentials) GetApiKeyOk ¶
func (o *SnsCredentials) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnsCredentials) GetApiSecret ¶
func (o *SnsCredentials) GetApiSecret() string
GetApiSecret returns the ApiSecret field value if set, zero value otherwise.
func (*SnsCredentials) GetApiSecretOk ¶
func (o *SnsCredentials) GetApiSecretOk() (*string, bool)
GetApiSecretOk returns a tuple with the ApiSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnsCredentials) GetSns ¶
func (o *SnsCredentials) GetSns() string
GetSns returns the Sns field value if set, zero value otherwise.
func (*SnsCredentials) GetSnsOk ¶
func (o *SnsCredentials) GetSnsOk() (*string, bool)
GetSnsOk returns a tuple with the Sns field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnsCredentials) HasApiKey ¶
func (o *SnsCredentials) HasApiKey() bool
HasApiKey returns a boolean if a field has been set.
func (*SnsCredentials) HasApiSecret ¶
func (o *SnsCredentials) HasApiSecret() bool
HasApiSecret returns a boolean if a field has been set.
func (*SnsCredentials) HasSns ¶
func (o *SnsCredentials) HasSns() bool
HasSns returns a boolean if a field has been set.
func (SnsCredentials) MarshalJSON ¶
func (o SnsCredentials) MarshalJSON() ([]byte, error)
func (*SnsCredentials) SetApiKey ¶
func (o *SnsCredentials) SetApiKey(v string)
SetApiKey gets a reference to the given string and assigns it to the ApiKey field.
func (*SnsCredentials) SetApiSecret ¶
func (o *SnsCredentials) SetApiSecret(v string)
SetApiSecret gets a reference to the given string and assigns it to the ApiSecret field.
func (*SnsCredentials) SetSns ¶
func (o *SnsCredentials) SetSns(v string)
SetSns gets a reference to the given string and assigns it to the Sns field.
func (SnsCredentials) ToMap ¶ added in v0.3.0
func (o SnsCredentials) ToMap() (map[string]interface{}, error)
type StringArray ¶
type StringArray struct {
Array []string `json:"array,omitempty"`
}
StringArray struct for StringArray
func NewStringArray ¶
func NewStringArray() *StringArray
NewStringArray instantiates a new StringArray 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 NewStringArrayWithDefaults ¶
func NewStringArrayWithDefaults() *StringArray
NewStringArrayWithDefaults instantiates a new StringArray 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 (*StringArray) GetArray ¶
func (o *StringArray) GetArray() []string
GetArray returns the Array field value if set, zero value otherwise.
func (*StringArray) GetArrayOk ¶
func (o *StringArray) GetArrayOk() ([]string, bool)
GetArrayOk returns a tuple with the Array field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StringArray) HasArray ¶
func (o *StringArray) HasArray() bool
HasArray returns a boolean if a field has been set.
func (StringArray) MarshalJSON ¶
func (o StringArray) MarshalJSON() ([]byte, error)
func (*StringArray) SetArray ¶
func (o *StringArray) SetArray(v []string)
SetArray gets a reference to the given []string and assigns it to the Array field.
func (StringArray) ToMap ¶ added in v0.3.0
func (o StringArray) ToMap() (map[string]interface{}, error)
type TaggedValue ¶
type TaggedValue struct { Tag *string `json:"tag,omitempty"` Value *string `json:"value,omitempty"` }
TaggedValue struct for TaggedValue
func NewTaggedValue ¶
func NewTaggedValue() *TaggedValue
NewTaggedValue instantiates a new TaggedValue 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 NewTaggedValueWithDefaults ¶
func NewTaggedValueWithDefaults() *TaggedValue
NewTaggedValueWithDefaults instantiates a new TaggedValue 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 (*TaggedValue) GetTag ¶
func (o *TaggedValue) GetTag() string
GetTag returns the Tag field value if set, zero value otherwise.
func (*TaggedValue) GetTagOk ¶
func (o *TaggedValue) GetTagOk() (*string, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TaggedValue) GetValue ¶
func (o *TaggedValue) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*TaggedValue) GetValueOk ¶
func (o *TaggedValue) 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 (*TaggedValue) HasTag ¶
func (o *TaggedValue) HasTag() bool
HasTag returns a boolean if a field has been set.
func (*TaggedValue) HasValue ¶
func (o *TaggedValue) HasValue() bool
HasValue returns a boolean if a field has been set.
func (TaggedValue) MarshalJSON ¶
func (o TaggedValue) MarshalJSON() ([]byte, error)
func (*TaggedValue) SetTag ¶
func (o *TaggedValue) SetTag(v string)
SetTag gets a reference to the given string and assigns it to the Tag field.
func (*TaggedValue) SetValue ¶
func (o *TaggedValue) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (TaggedValue) ToMap ¶ added in v0.3.0
func (o TaggedValue) ToMap() (map[string]interface{}, error)
type TokenEndpointAPI ¶ added in v0.3.0
type TokenEndpointAPI interface { /* TokenEndpoint Method for TokenEndpoint @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiTokenEndpointRequest */ TokenEndpoint(ctx context.Context) ApiTokenEndpointRequest // TokenEndpointExecute executes the request // @return string TokenEndpointExecute(r ApiTokenEndpointRequest) (string, *http.Response, error) }
type TokenEndpointAPIService ¶ added in v0.3.0
type TokenEndpointAPIService service
TokenEndpointAPIService TokenEndpointAPI service
func (*TokenEndpointAPIService) TokenEndpoint ¶ added in v0.3.0
func (a *TokenEndpointAPIService) TokenEndpoint(ctx context.Context) ApiTokenEndpointRequest
TokenEndpoint Method for TokenEndpoint
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiTokenEndpointRequest
func (*TokenEndpointAPIService) TokenEndpointExecute ¶ added in v0.3.0
func (a *TokenEndpointAPIService) TokenEndpointExecute(r ApiTokenEndpointRequest) (string, *http.Response, error)
Execute executes the request
@return string
type TrustAnchor ¶
type TrustAnchor struct { EntityId *string `json:"entityId,omitempty"` Jwks *string `json:"jwks,omitempty"` }
TrustAnchor struct for TrustAnchor
func NewTrustAnchor ¶
func NewTrustAnchor() *TrustAnchor
NewTrustAnchor instantiates a new TrustAnchor 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 NewTrustAnchorWithDefaults ¶
func NewTrustAnchorWithDefaults() *TrustAnchor
NewTrustAnchorWithDefaults instantiates a new TrustAnchor 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 (*TrustAnchor) GetEntityId ¶
func (o *TrustAnchor) GetEntityId() string
GetEntityId returns the EntityId field value if set, zero value otherwise.
func (*TrustAnchor) GetEntityIdOk ¶
func (o *TrustAnchor) GetEntityIdOk() (*string, bool)
GetEntityIdOk returns a tuple with the EntityId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustAnchor) GetJwks ¶
func (o *TrustAnchor) GetJwks() string
GetJwks returns the Jwks field value if set, zero value otherwise.
func (*TrustAnchor) GetJwksOk ¶
func (o *TrustAnchor) GetJwksOk() (*string, 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.
func (*TrustAnchor) HasEntityId ¶
func (o *TrustAnchor) HasEntityId() bool
HasEntityId returns a boolean if a field has been set.
func (*TrustAnchor) HasJwks ¶
func (o *TrustAnchor) HasJwks() bool
HasJwks returns a boolean if a field has been set.
func (TrustAnchor) MarshalJSON ¶
func (o TrustAnchor) MarshalJSON() ([]byte, error)
func (*TrustAnchor) SetEntityId ¶
func (o *TrustAnchor) SetEntityId(v string)
SetEntityId gets a reference to the given string and assigns it to the EntityId field.
func (*TrustAnchor) SetJwks ¶
func (o *TrustAnchor) SetJwks(v string)
SetJwks gets a reference to the given string and assigns it to the Jwks field.
func (TrustAnchor) ToMap ¶ added in v0.3.0
func (o TrustAnchor) ToMap() (map[string]interface{}, error)
type UpdateApiServerPrivilegesRequest ¶
type UpdateApiServerPrivilegesRequest struct { ApiServerId int64 `json:"apiServerId"` OrganizationId int64 `json:"organizationId"` UserId int64 `json:"userId"` Privileges []string `json:"privileges,omitempty"` AllServicePrivileges []string `json:"allServicePrivileges,omitempty"` AllClientPrivileges []string `json:"allClientPrivileges,omitempty"` }
UpdateApiServerPrivilegesRequest struct for UpdateApiServerPrivilegesRequest
func NewUpdateApiServerPrivilegesRequest ¶
func NewUpdateApiServerPrivilegesRequest(apiServerId int64, organizationId int64, userId int64) *UpdateApiServerPrivilegesRequest
NewUpdateApiServerPrivilegesRequest instantiates a new UpdateApiServerPrivilegesRequest 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 NewUpdateApiServerPrivilegesRequestWithDefaults ¶
func NewUpdateApiServerPrivilegesRequestWithDefaults() *UpdateApiServerPrivilegesRequest
NewUpdateApiServerPrivilegesRequestWithDefaults instantiates a new UpdateApiServerPrivilegesRequest 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 (*UpdateApiServerPrivilegesRequest) GetAllClientPrivileges ¶
func (o *UpdateApiServerPrivilegesRequest) GetAllClientPrivileges() []string
GetAllClientPrivileges returns the AllClientPrivileges field value if set, zero value otherwise.
func (*UpdateApiServerPrivilegesRequest) GetAllClientPrivilegesOk ¶
func (o *UpdateApiServerPrivilegesRequest) GetAllClientPrivilegesOk() ([]string, bool)
GetAllClientPrivilegesOk returns a tuple with the AllClientPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateApiServerPrivilegesRequest) GetAllServicePrivileges ¶
func (o *UpdateApiServerPrivilegesRequest) GetAllServicePrivileges() []string
GetAllServicePrivileges returns the AllServicePrivileges field value if set, zero value otherwise.
func (*UpdateApiServerPrivilegesRequest) GetAllServicePrivilegesOk ¶
func (o *UpdateApiServerPrivilegesRequest) GetAllServicePrivilegesOk() ([]string, bool)
GetAllServicePrivilegesOk returns a tuple with the AllServicePrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateApiServerPrivilegesRequest) GetApiServerId ¶
func (o *UpdateApiServerPrivilegesRequest) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value
func (*UpdateApiServerPrivilegesRequest) GetApiServerIdOk ¶
func (o *UpdateApiServerPrivilegesRequest) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value and a boolean to check if the value has been set.
func (*UpdateApiServerPrivilegesRequest) GetOrganizationId ¶
func (o *UpdateApiServerPrivilegesRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*UpdateApiServerPrivilegesRequest) GetOrganizationIdOk ¶
func (o *UpdateApiServerPrivilegesRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*UpdateApiServerPrivilegesRequest) GetPrivileges ¶
func (o *UpdateApiServerPrivilegesRequest) GetPrivileges() []string
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*UpdateApiServerPrivilegesRequest) GetPrivilegesOk ¶
func (o *UpdateApiServerPrivilegesRequest) GetPrivilegesOk() ([]string, bool)
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateApiServerPrivilegesRequest) GetUserId ¶
func (o *UpdateApiServerPrivilegesRequest) GetUserId() int64
GetUserId returns the UserId field value
func (*UpdateApiServerPrivilegesRequest) GetUserIdOk ¶
func (o *UpdateApiServerPrivilegesRequest) GetUserIdOk() (*int64, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (*UpdateApiServerPrivilegesRequest) HasAllClientPrivileges ¶
func (o *UpdateApiServerPrivilegesRequest) HasAllClientPrivileges() bool
HasAllClientPrivileges returns a boolean if a field has been set.
func (*UpdateApiServerPrivilegesRequest) HasAllServicePrivileges ¶
func (o *UpdateApiServerPrivilegesRequest) HasAllServicePrivileges() bool
HasAllServicePrivileges returns a boolean if a field has been set.
func (*UpdateApiServerPrivilegesRequest) HasPrivileges ¶
func (o *UpdateApiServerPrivilegesRequest) HasPrivileges() bool
HasPrivileges returns a boolean if a field has been set.
func (UpdateApiServerPrivilegesRequest) MarshalJSON ¶
func (o UpdateApiServerPrivilegesRequest) MarshalJSON() ([]byte, error)
func (*UpdateApiServerPrivilegesRequest) SetAllClientPrivileges ¶
func (o *UpdateApiServerPrivilegesRequest) SetAllClientPrivileges(v []string)
SetAllClientPrivileges gets a reference to the given []string and assigns it to the AllClientPrivileges field.
func (*UpdateApiServerPrivilegesRequest) SetAllServicePrivileges ¶
func (o *UpdateApiServerPrivilegesRequest) SetAllServicePrivileges(v []string)
SetAllServicePrivileges gets a reference to the given []string and assigns it to the AllServicePrivileges field.
func (*UpdateApiServerPrivilegesRequest) SetApiServerId ¶
func (o *UpdateApiServerPrivilegesRequest) SetApiServerId(v int64)
SetApiServerId sets field value
func (*UpdateApiServerPrivilegesRequest) SetOrganizationId ¶
func (o *UpdateApiServerPrivilegesRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (*UpdateApiServerPrivilegesRequest) SetPrivileges ¶
func (o *UpdateApiServerPrivilegesRequest) SetPrivileges(v []string)
SetPrivileges gets a reference to the given []string and assigns it to the Privileges field.
func (*UpdateApiServerPrivilegesRequest) SetUserId ¶
func (o *UpdateApiServerPrivilegesRequest) SetUserId(v int64)
SetUserId sets field value
func (UpdateApiServerPrivilegesRequest) ToMap ¶ added in v0.3.0
func (o UpdateApiServerPrivilegesRequest) ToMap() (map[string]interface{}, error)
func (*UpdateApiServerPrivilegesRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *UpdateApiServerPrivilegesRequest) UnmarshalJSON(data []byte) (err error)
type UpdateApiServerRequest ¶
type UpdateApiServerRequest struct { ApiServerUrl string `json:"apiServerUrl"` Description string `json:"description"` OwnedBy *int64 `json:"ownedBy,omitempty"` }
UpdateApiServerRequest struct for UpdateApiServerRequest
func NewUpdateApiServerRequest ¶
func NewUpdateApiServerRequest(apiServerUrl string, description string) *UpdateApiServerRequest
NewUpdateApiServerRequest instantiates a new UpdateApiServerRequest 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 NewUpdateApiServerRequestWithDefaults ¶
func NewUpdateApiServerRequestWithDefaults() *UpdateApiServerRequest
NewUpdateApiServerRequestWithDefaults instantiates a new UpdateApiServerRequest 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 (*UpdateApiServerRequest) GetApiServerUrl ¶
func (o *UpdateApiServerRequest) GetApiServerUrl() string
GetApiServerUrl returns the ApiServerUrl field value
func (*UpdateApiServerRequest) GetApiServerUrlOk ¶
func (o *UpdateApiServerRequest) GetApiServerUrlOk() (*string, bool)
GetApiServerUrlOk returns a tuple with the ApiServerUrl field value and a boolean to check if the value has been set.
func (*UpdateApiServerRequest) GetDescription ¶
func (o *UpdateApiServerRequest) GetDescription() string
GetDescription returns the Description field value
func (*UpdateApiServerRequest) GetDescriptionOk ¶
func (o *UpdateApiServerRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*UpdateApiServerRequest) GetOwnedBy ¶
func (o *UpdateApiServerRequest) GetOwnedBy() int64
GetOwnedBy returns the OwnedBy field value if set, zero value otherwise.
func (*UpdateApiServerRequest) GetOwnedByOk ¶
func (o *UpdateApiServerRequest) GetOwnedByOk() (*int64, bool)
GetOwnedByOk returns a tuple with the OwnedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateApiServerRequest) HasOwnedBy ¶
func (o *UpdateApiServerRequest) HasOwnedBy() bool
HasOwnedBy returns a boolean if a field has been set.
func (UpdateApiServerRequest) MarshalJSON ¶
func (o UpdateApiServerRequest) MarshalJSON() ([]byte, error)
func (*UpdateApiServerRequest) SetApiServerUrl ¶
func (o *UpdateApiServerRequest) SetApiServerUrl(v string)
SetApiServerUrl sets field value
func (*UpdateApiServerRequest) SetDescription ¶
func (o *UpdateApiServerRequest) SetDescription(v string)
SetDescription sets field value
func (*UpdateApiServerRequest) SetOwnedBy ¶
func (o *UpdateApiServerRequest) SetOwnedBy(v int64)
SetOwnedBy gets a reference to the given int64 and assigns it to the OwnedBy field.
func (UpdateApiServerRequest) ToMap ¶ added in v0.3.0
func (o UpdateApiServerRequest) ToMap() (map[string]interface{}, error)
func (*UpdateApiServerRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *UpdateApiServerRequest) UnmarshalJSON(data []byte) (err error)
type UpdateClientPrivilegesRequest ¶
type UpdateClientPrivilegesRequest struct { ApiServerId int64 `json:"apiServerId"` OrganizationId int64 `json:"organizationId"` UserId int64 `json:"userId"` ServiceId int64 `json:"serviceId"` ClientId int64 `json:"clientId"` Privileges []string `json:"privileges,omitempty"` }
UpdateClientPrivilegesRequest struct for UpdateClientPrivilegesRequest
func NewUpdateClientPrivilegesRequest ¶
func NewUpdateClientPrivilegesRequest(apiServerId int64, organizationId int64, userId int64, serviceId int64, clientId int64) *UpdateClientPrivilegesRequest
NewUpdateClientPrivilegesRequest instantiates a new UpdateClientPrivilegesRequest 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 NewUpdateClientPrivilegesRequestWithDefaults ¶
func NewUpdateClientPrivilegesRequestWithDefaults() *UpdateClientPrivilegesRequest
NewUpdateClientPrivilegesRequestWithDefaults instantiates a new UpdateClientPrivilegesRequest 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 (*UpdateClientPrivilegesRequest) GetApiServerId ¶
func (o *UpdateClientPrivilegesRequest) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value
func (*UpdateClientPrivilegesRequest) GetApiServerIdOk ¶
func (o *UpdateClientPrivilegesRequest) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value and a boolean to check if the value has been set.
func (*UpdateClientPrivilegesRequest) GetClientId ¶
func (o *UpdateClientPrivilegesRequest) GetClientId() int64
GetClientId returns the ClientId field value
func (*UpdateClientPrivilegesRequest) GetClientIdOk ¶
func (o *UpdateClientPrivilegesRequest) GetClientIdOk() (*int64, bool)
GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.
func (*UpdateClientPrivilegesRequest) GetOrganizationId ¶
func (o *UpdateClientPrivilegesRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*UpdateClientPrivilegesRequest) GetOrganizationIdOk ¶
func (o *UpdateClientPrivilegesRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*UpdateClientPrivilegesRequest) GetPrivileges ¶
func (o *UpdateClientPrivilegesRequest) GetPrivileges() []string
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*UpdateClientPrivilegesRequest) GetPrivilegesOk ¶
func (o *UpdateClientPrivilegesRequest) GetPrivilegesOk() ([]string, bool)
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateClientPrivilegesRequest) GetServiceId ¶
func (o *UpdateClientPrivilegesRequest) GetServiceId() int64
GetServiceId returns the ServiceId field value
func (*UpdateClientPrivilegesRequest) GetServiceIdOk ¶
func (o *UpdateClientPrivilegesRequest) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.
func (*UpdateClientPrivilegesRequest) GetUserId ¶
func (o *UpdateClientPrivilegesRequest) GetUserId() int64
GetUserId returns the UserId field value
func (*UpdateClientPrivilegesRequest) GetUserIdOk ¶
func (o *UpdateClientPrivilegesRequest) GetUserIdOk() (*int64, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (*UpdateClientPrivilegesRequest) HasPrivileges ¶
func (o *UpdateClientPrivilegesRequest) HasPrivileges() bool
HasPrivileges returns a boolean if a field has been set.
func (UpdateClientPrivilegesRequest) MarshalJSON ¶
func (o UpdateClientPrivilegesRequest) MarshalJSON() ([]byte, error)
func (*UpdateClientPrivilegesRequest) SetApiServerId ¶
func (o *UpdateClientPrivilegesRequest) SetApiServerId(v int64)
SetApiServerId sets field value
func (*UpdateClientPrivilegesRequest) SetClientId ¶
func (o *UpdateClientPrivilegesRequest) SetClientId(v int64)
SetClientId sets field value
func (*UpdateClientPrivilegesRequest) SetOrganizationId ¶
func (o *UpdateClientPrivilegesRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (*UpdateClientPrivilegesRequest) SetPrivileges ¶
func (o *UpdateClientPrivilegesRequest) SetPrivileges(v []string)
SetPrivileges gets a reference to the given []string and assigns it to the Privileges field.
func (*UpdateClientPrivilegesRequest) SetServiceId ¶
func (o *UpdateClientPrivilegesRequest) SetServiceId(v int64)
SetServiceId sets field value
func (*UpdateClientPrivilegesRequest) SetUserId ¶
func (o *UpdateClientPrivilegesRequest) SetUserId(v int64)
SetUserId sets field value
func (UpdateClientPrivilegesRequest) ToMap ¶ added in v0.3.0
func (o UpdateClientPrivilegesRequest) ToMap() (map[string]interface{}, error)
func (*UpdateClientPrivilegesRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *UpdateClientPrivilegesRequest) UnmarshalJSON(data []byte) (err error)
type UpdateOrganizationPrivilegesRequest ¶
type UpdateOrganizationPrivilegesRequest struct { OrganizationId int64 `json:"organizationId"` UserId int64 `json:"userId"` Privileges []string `json:"privileges,omitempty"` AllApiServerPrivileges []string `json:"allApiServerPrivileges,omitempty"` AllServicePrivileges []string `json:"allServicePrivileges,omitempty"` AllClientPrivileges []string `json:"allClientPrivileges,omitempty"` }
UpdateOrganizationPrivilegesRequest struct for UpdateOrganizationPrivilegesRequest
func NewUpdateOrganizationPrivilegesRequest ¶
func NewUpdateOrganizationPrivilegesRequest(organizationId int64, userId int64) *UpdateOrganizationPrivilegesRequest
NewUpdateOrganizationPrivilegesRequest instantiates a new UpdateOrganizationPrivilegesRequest 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 NewUpdateOrganizationPrivilegesRequestWithDefaults ¶
func NewUpdateOrganizationPrivilegesRequestWithDefaults() *UpdateOrganizationPrivilegesRequest
NewUpdateOrganizationPrivilegesRequestWithDefaults instantiates a new UpdateOrganizationPrivilegesRequest 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 (*UpdateOrganizationPrivilegesRequest) GetAllApiServerPrivileges ¶
func (o *UpdateOrganizationPrivilegesRequest) GetAllApiServerPrivileges() []string
GetAllApiServerPrivileges returns the AllApiServerPrivileges field value if set, zero value otherwise.
func (*UpdateOrganizationPrivilegesRequest) GetAllApiServerPrivilegesOk ¶
func (o *UpdateOrganizationPrivilegesRequest) GetAllApiServerPrivilegesOk() ([]string, bool)
GetAllApiServerPrivilegesOk returns a tuple with the AllApiServerPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateOrganizationPrivilegesRequest) GetAllClientPrivileges ¶
func (o *UpdateOrganizationPrivilegesRequest) GetAllClientPrivileges() []string
GetAllClientPrivileges returns the AllClientPrivileges field value if set, zero value otherwise.
func (*UpdateOrganizationPrivilegesRequest) GetAllClientPrivilegesOk ¶
func (o *UpdateOrganizationPrivilegesRequest) GetAllClientPrivilegesOk() ([]string, bool)
GetAllClientPrivilegesOk returns a tuple with the AllClientPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateOrganizationPrivilegesRequest) GetAllServicePrivileges ¶
func (o *UpdateOrganizationPrivilegesRequest) GetAllServicePrivileges() []string
GetAllServicePrivileges returns the AllServicePrivileges field value if set, zero value otherwise.
func (*UpdateOrganizationPrivilegesRequest) GetAllServicePrivilegesOk ¶
func (o *UpdateOrganizationPrivilegesRequest) GetAllServicePrivilegesOk() ([]string, bool)
GetAllServicePrivilegesOk returns a tuple with the AllServicePrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateOrganizationPrivilegesRequest) GetOrganizationId ¶
func (o *UpdateOrganizationPrivilegesRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*UpdateOrganizationPrivilegesRequest) GetOrganizationIdOk ¶
func (o *UpdateOrganizationPrivilegesRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*UpdateOrganizationPrivilegesRequest) GetPrivileges ¶
func (o *UpdateOrganizationPrivilegesRequest) GetPrivileges() []string
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*UpdateOrganizationPrivilegesRequest) GetPrivilegesOk ¶
func (o *UpdateOrganizationPrivilegesRequest) GetPrivilegesOk() ([]string, bool)
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateOrganizationPrivilegesRequest) GetUserId ¶
func (o *UpdateOrganizationPrivilegesRequest) GetUserId() int64
GetUserId returns the UserId field value
func (*UpdateOrganizationPrivilegesRequest) GetUserIdOk ¶
func (o *UpdateOrganizationPrivilegesRequest) GetUserIdOk() (*int64, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (*UpdateOrganizationPrivilegesRequest) HasAllApiServerPrivileges ¶
func (o *UpdateOrganizationPrivilegesRequest) HasAllApiServerPrivileges() bool
HasAllApiServerPrivileges returns a boolean if a field has been set.
func (*UpdateOrganizationPrivilegesRequest) HasAllClientPrivileges ¶
func (o *UpdateOrganizationPrivilegesRequest) HasAllClientPrivileges() bool
HasAllClientPrivileges returns a boolean if a field has been set.
func (*UpdateOrganizationPrivilegesRequest) HasAllServicePrivileges ¶
func (o *UpdateOrganizationPrivilegesRequest) HasAllServicePrivileges() bool
HasAllServicePrivileges returns a boolean if a field has been set.
func (*UpdateOrganizationPrivilegesRequest) HasPrivileges ¶
func (o *UpdateOrganizationPrivilegesRequest) HasPrivileges() bool
HasPrivileges returns a boolean if a field has been set.
func (UpdateOrganizationPrivilegesRequest) MarshalJSON ¶
func (o UpdateOrganizationPrivilegesRequest) MarshalJSON() ([]byte, error)
func (*UpdateOrganizationPrivilegesRequest) SetAllApiServerPrivileges ¶
func (o *UpdateOrganizationPrivilegesRequest) SetAllApiServerPrivileges(v []string)
SetAllApiServerPrivileges gets a reference to the given []string and assigns it to the AllApiServerPrivileges field.
func (*UpdateOrganizationPrivilegesRequest) SetAllClientPrivileges ¶
func (o *UpdateOrganizationPrivilegesRequest) SetAllClientPrivileges(v []string)
SetAllClientPrivileges gets a reference to the given []string and assigns it to the AllClientPrivileges field.
func (*UpdateOrganizationPrivilegesRequest) SetAllServicePrivileges ¶
func (o *UpdateOrganizationPrivilegesRequest) SetAllServicePrivileges(v []string)
SetAllServicePrivileges gets a reference to the given []string and assigns it to the AllServicePrivileges field.
func (*UpdateOrganizationPrivilegesRequest) SetOrganizationId ¶
func (o *UpdateOrganizationPrivilegesRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (*UpdateOrganizationPrivilegesRequest) SetPrivileges ¶
func (o *UpdateOrganizationPrivilegesRequest) SetPrivileges(v []string)
SetPrivileges gets a reference to the given []string and assigns it to the Privileges field.
func (*UpdateOrganizationPrivilegesRequest) SetUserId ¶
func (o *UpdateOrganizationPrivilegesRequest) SetUserId(v int64)
SetUserId sets field value
func (UpdateOrganizationPrivilegesRequest) ToMap ¶ added in v0.3.0
func (o UpdateOrganizationPrivilegesRequest) ToMap() (map[string]interface{}, error)
func (*UpdateOrganizationPrivilegesRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *UpdateOrganizationPrivilegesRequest) UnmarshalJSON(data []byte) (err error)
type UpdateOrganizationRequest ¶
type UpdateOrganizationRequest struct { Plan *string `json:"plan,omitempty"` Name string `json:"name"` }
UpdateOrganizationRequest struct for UpdateOrganizationRequest
func NewUpdateOrganizationRequest ¶
func NewUpdateOrganizationRequest(name string) *UpdateOrganizationRequest
NewUpdateOrganizationRequest instantiates a new UpdateOrganizationRequest 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 NewUpdateOrganizationRequestWithDefaults ¶
func NewUpdateOrganizationRequestWithDefaults() *UpdateOrganizationRequest
NewUpdateOrganizationRequestWithDefaults instantiates a new UpdateOrganizationRequest 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 (*UpdateOrganizationRequest) GetName ¶
func (o *UpdateOrganizationRequest) GetName() string
GetName returns the Name field value
func (*UpdateOrganizationRequest) GetNameOk ¶
func (o *UpdateOrganizationRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UpdateOrganizationRequest) GetPlan ¶
func (o *UpdateOrganizationRequest) GetPlan() string
GetPlan returns the Plan field value if set, zero value otherwise.
func (*UpdateOrganizationRequest) GetPlanOk ¶
func (o *UpdateOrganizationRequest) 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 (*UpdateOrganizationRequest) HasPlan ¶
func (o *UpdateOrganizationRequest) HasPlan() bool
HasPlan returns a boolean if a field has been set.
func (UpdateOrganizationRequest) MarshalJSON ¶
func (o UpdateOrganizationRequest) MarshalJSON() ([]byte, error)
func (*UpdateOrganizationRequest) SetName ¶
func (o *UpdateOrganizationRequest) SetName(v string)
SetName sets field value
func (*UpdateOrganizationRequest) SetPlan ¶
func (o *UpdateOrganizationRequest) SetPlan(v string)
SetPlan gets a reference to the given string and assigns it to the Plan field.
func (UpdateOrganizationRequest) ToMap ¶ added in v0.3.0
func (o UpdateOrganizationRequest) ToMap() (map[string]interface{}, error)
func (*UpdateOrganizationRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *UpdateOrganizationRequest) UnmarshalJSON(data []byte) (err error)
type UpdateServicePrivilegesRequest ¶
type UpdateServicePrivilegesRequest struct { ApiServerId int64 `json:"apiServerId"` OrganizationId int64 `json:"organizationId"` UserId int64 `json:"userId"` ServiceId int64 `json:"serviceId"` Privileges []string `json:"privileges,omitempty"` AllClientPrivileges []string `json:"allClientPrivileges,omitempty"` }
UpdateServicePrivilegesRequest struct for UpdateServicePrivilegesRequest
func NewUpdateServicePrivilegesRequest ¶
func NewUpdateServicePrivilegesRequest(apiServerId int64, organizationId int64, userId int64, serviceId int64) *UpdateServicePrivilegesRequest
NewUpdateServicePrivilegesRequest instantiates a new UpdateServicePrivilegesRequest 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 NewUpdateServicePrivilegesRequestWithDefaults ¶
func NewUpdateServicePrivilegesRequestWithDefaults() *UpdateServicePrivilegesRequest
NewUpdateServicePrivilegesRequestWithDefaults instantiates a new UpdateServicePrivilegesRequest 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 (*UpdateServicePrivilegesRequest) GetAllClientPrivileges ¶
func (o *UpdateServicePrivilegesRequest) GetAllClientPrivileges() []string
GetAllClientPrivileges returns the AllClientPrivileges field value if set, zero value otherwise.
func (*UpdateServicePrivilegesRequest) GetAllClientPrivilegesOk ¶
func (o *UpdateServicePrivilegesRequest) GetAllClientPrivilegesOk() ([]string, bool)
GetAllClientPrivilegesOk returns a tuple with the AllClientPrivileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateServicePrivilegesRequest) GetApiServerId ¶
func (o *UpdateServicePrivilegesRequest) GetApiServerId() int64
GetApiServerId returns the ApiServerId field value
func (*UpdateServicePrivilegesRequest) GetApiServerIdOk ¶
func (o *UpdateServicePrivilegesRequest) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field value and a boolean to check if the value has been set.
func (*UpdateServicePrivilegesRequest) GetOrganizationId ¶
func (o *UpdateServicePrivilegesRequest) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field value
func (*UpdateServicePrivilegesRequest) GetOrganizationIdOk ¶
func (o *UpdateServicePrivilegesRequest) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*UpdateServicePrivilegesRequest) GetPrivileges ¶
func (o *UpdateServicePrivilegesRequest) GetPrivileges() []string
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*UpdateServicePrivilegesRequest) GetPrivilegesOk ¶
func (o *UpdateServicePrivilegesRequest) GetPrivilegesOk() ([]string, bool)
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateServicePrivilegesRequest) GetServiceId ¶
func (o *UpdateServicePrivilegesRequest) GetServiceId() int64
GetServiceId returns the ServiceId field value
func (*UpdateServicePrivilegesRequest) GetServiceIdOk ¶
func (o *UpdateServicePrivilegesRequest) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.
func (*UpdateServicePrivilegesRequest) GetUserId ¶
func (o *UpdateServicePrivilegesRequest) GetUserId() int64
GetUserId returns the UserId field value
func (*UpdateServicePrivilegesRequest) GetUserIdOk ¶
func (o *UpdateServicePrivilegesRequest) GetUserIdOk() (*int64, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (*UpdateServicePrivilegesRequest) HasAllClientPrivileges ¶
func (o *UpdateServicePrivilegesRequest) HasAllClientPrivileges() bool
HasAllClientPrivileges returns a boolean if a field has been set.
func (*UpdateServicePrivilegesRequest) HasPrivileges ¶
func (o *UpdateServicePrivilegesRequest) HasPrivileges() bool
HasPrivileges returns a boolean if a field has been set.
func (UpdateServicePrivilegesRequest) MarshalJSON ¶
func (o UpdateServicePrivilegesRequest) MarshalJSON() ([]byte, error)
func (*UpdateServicePrivilegesRequest) SetAllClientPrivileges ¶
func (o *UpdateServicePrivilegesRequest) SetAllClientPrivileges(v []string)
SetAllClientPrivileges gets a reference to the given []string and assigns it to the AllClientPrivileges field.
func (*UpdateServicePrivilegesRequest) SetApiServerId ¶
func (o *UpdateServicePrivilegesRequest) SetApiServerId(v int64)
SetApiServerId sets field value
func (*UpdateServicePrivilegesRequest) SetOrganizationId ¶
func (o *UpdateServicePrivilegesRequest) SetOrganizationId(v int64)
SetOrganizationId sets field value
func (*UpdateServicePrivilegesRequest) SetPrivileges ¶
func (o *UpdateServicePrivilegesRequest) SetPrivileges(v []string)
SetPrivileges gets a reference to the given []string and assigns it to the Privileges field.
func (*UpdateServicePrivilegesRequest) SetServiceId ¶
func (o *UpdateServicePrivilegesRequest) SetServiceId(v int64)
SetServiceId sets field value
func (*UpdateServicePrivilegesRequest) SetUserId ¶
func (o *UpdateServicePrivilegesRequest) SetUserId(v int64)
SetUserId sets field value
func (UpdateServicePrivilegesRequest) ToMap ¶ added in v0.3.0
func (o UpdateServicePrivilegesRequest) ToMap() (map[string]interface{}, error)
func (*UpdateServicePrivilegesRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *UpdateServicePrivilegesRequest) UnmarshalJSON(data []byte) (err error)
type UpdateUserRequest ¶
type UpdateUserRequest struct { Email string `json:"email"` GivenName *string `json:"givenName,omitempty"` FamilyName *string `json:"familyName,omitempty"` }
UpdateUserRequest struct for UpdateUserRequest
func NewUpdateUserRequest ¶
func NewUpdateUserRequest(email string) *UpdateUserRequest
NewUpdateUserRequest instantiates a new UpdateUserRequest 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 NewUpdateUserRequestWithDefaults ¶
func NewUpdateUserRequestWithDefaults() *UpdateUserRequest
NewUpdateUserRequestWithDefaults instantiates a new UpdateUserRequest 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 (*UpdateUserRequest) GetEmail ¶
func (o *UpdateUserRequest) GetEmail() string
GetEmail returns the Email field value
func (*UpdateUserRequest) GetEmailOk ¶
func (o *UpdateUserRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*UpdateUserRequest) GetFamilyName ¶
func (o *UpdateUserRequest) GetFamilyName() string
GetFamilyName returns the FamilyName field value if set, zero value otherwise.
func (*UpdateUserRequest) GetFamilyNameOk ¶
func (o *UpdateUserRequest) 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 (*UpdateUserRequest) GetGivenName ¶
func (o *UpdateUserRequest) GetGivenName() string
GetGivenName returns the GivenName field value if set, zero value otherwise.
func (*UpdateUserRequest) GetGivenNameOk ¶
func (o *UpdateUserRequest) 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 (*UpdateUserRequest) HasFamilyName ¶
func (o *UpdateUserRequest) HasFamilyName() bool
HasFamilyName returns a boolean if a field has been set.
func (*UpdateUserRequest) HasGivenName ¶
func (o *UpdateUserRequest) HasGivenName() bool
HasGivenName returns a boolean if a field has been set.
func (UpdateUserRequest) MarshalJSON ¶
func (o UpdateUserRequest) MarshalJSON() ([]byte, error)
func (*UpdateUserRequest) SetEmail ¶
func (o *UpdateUserRequest) SetEmail(v string)
SetEmail sets field value
func (*UpdateUserRequest) SetFamilyName ¶
func (o *UpdateUserRequest) SetFamilyName(v string)
SetFamilyName gets a reference to the given string and assigns it to the FamilyName field.
func (*UpdateUserRequest) SetGivenName ¶
func (o *UpdateUserRequest) SetGivenName(v string)
SetGivenName gets a reference to the given string and assigns it to the GivenName field.
func (UpdateUserRequest) ToMap ¶ added in v0.3.0
func (o UpdateUserRequest) ToMap() (map[string]interface{}, error)
func (*UpdateUserRequest) UnmarshalJSON ¶ added in v0.3.0
func (o *UpdateUserRequest) UnmarshalJSON(data []byte) (err error)
type UserApiAPI ¶ added in v0.3.0
type UserApiAPI interface { /* BindTotpCredentials Method for BindTotpCredentials @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiBindTotpCredentialsRequest */ BindTotpCredentials(ctx context.Context, id int64) ApiBindTotpCredentialsRequest // BindTotpCredentialsExecute executes the request BindTotpCredentialsExecute(r ApiBindTotpCredentialsRequest) (*http.Response, error) /* BindWebAuthnChallenge Method for BindWebAuthnChallenge @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiBindWebAuthnChallengeRequest */ BindWebAuthnChallenge(ctx context.Context, id int64) ApiBindWebAuthnChallengeRequest // BindWebAuthnChallengeExecute executes the request // @return string BindWebAuthnChallengeExecute(r ApiBindWebAuthnChallengeRequest) (string, *http.Response, error) /* CreateTotpCredentials Method for CreateTotpCredentials @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiCreateTotpCredentialsRequest */ CreateTotpCredentials(ctx context.Context, id int64) ApiCreateTotpCredentialsRequest // CreateTotpCredentialsExecute executes the request // @return GoogleAuthenticatorKey CreateTotpCredentialsExecute(r ApiCreateTotpCredentialsRequest) (*GoogleAuthenticatorKey, *http.Response, error) /* CreateUser Method for CreateUser @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateUserRequest */ CreateUser(ctx context.Context) ApiCreateUserRequest // CreateUserExecute executes the request // @return CreateUserResponse CreateUserExecute(r ApiCreateUserRequest) (*CreateUserResponse, *http.Response, error) /* CreateWebAuthnChallenge Method for CreateWebAuthnChallenge @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiCreateWebAuthnChallengeRequest */ CreateWebAuthnChallenge(ctx context.Context, id int64) ApiCreateWebAuthnChallengeRequest // CreateWebAuthnChallengeExecute executes the request // @return Challenge CreateWebAuthnChallengeExecute(r ApiCreateWebAuthnChallengeRequest) (*Challenge, *http.Response, error) /* DeleteUser Method for DeleteUser @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiDeleteUserRequest */ DeleteUser(ctx context.Context, id int64) ApiDeleteUserRequest // DeleteUserExecute executes the request DeleteUserExecute(r ApiDeleteUserRequest) (*http.Response, error) /* SetAdmin Method for SetAdmin @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiSetAdminRequest */ SetAdmin(ctx context.Context, id int64) ApiSetAdminRequest // SetAdminExecute executes the request // @return AuthleteUser SetAdminExecute(r ApiSetAdminRequest) (*AuthleteUser, *http.Response, error) /* UnsetAdmin Method for UnsetAdmin @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiUnsetAdminRequest */ UnsetAdmin(ctx context.Context, id int64) ApiUnsetAdminRequest // UnsetAdminExecute executes the request // @return AuthleteUser UnsetAdminExecute(r ApiUnsetAdminRequest) (*AuthleteUser, *http.Response, error) /* UpdateUser Method for UpdateUser @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiUpdateUserRequest */ UpdateUser(ctx context.Context, id int64) ApiUpdateUserRequest // UpdateUserExecute executes the request // @return AuthleteUser UpdateUserExecute(r ApiUpdateUserRequest) (*AuthleteUser, *http.Response, error) }
type UserApiAPIService ¶ added in v0.3.0
type UserApiAPIService service
UserApiAPIService UserApiAPI service
func (*UserApiAPIService) BindTotpCredentials ¶ added in v0.3.0
func (a *UserApiAPIService) BindTotpCredentials(ctx context.Context, id int64) ApiBindTotpCredentialsRequest
BindTotpCredentials Method for BindTotpCredentials
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiBindTotpCredentialsRequest
func (*UserApiAPIService) BindTotpCredentialsExecute ¶ added in v0.3.0
func (a *UserApiAPIService) BindTotpCredentialsExecute(r ApiBindTotpCredentialsRequest) (*http.Response, error)
Execute executes the request
func (*UserApiAPIService) BindWebAuthnChallenge ¶ added in v0.3.0
func (a *UserApiAPIService) BindWebAuthnChallenge(ctx context.Context, id int64) ApiBindWebAuthnChallengeRequest
BindWebAuthnChallenge Method for BindWebAuthnChallenge
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiBindWebAuthnChallengeRequest
func (*UserApiAPIService) BindWebAuthnChallengeExecute ¶ added in v0.3.0
func (a *UserApiAPIService) BindWebAuthnChallengeExecute(r ApiBindWebAuthnChallengeRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*UserApiAPIService) CreateTotpCredentials ¶ added in v0.3.0
func (a *UserApiAPIService) CreateTotpCredentials(ctx context.Context, id int64) ApiCreateTotpCredentialsRequest
CreateTotpCredentials Method for CreateTotpCredentials
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiCreateTotpCredentialsRequest
func (*UserApiAPIService) CreateTotpCredentialsExecute ¶ added in v0.3.0
func (a *UserApiAPIService) CreateTotpCredentialsExecute(r ApiCreateTotpCredentialsRequest) (*GoogleAuthenticatorKey, *http.Response, error)
Execute executes the request
@return GoogleAuthenticatorKey
func (*UserApiAPIService) CreateUser ¶ added in v0.3.0
func (a *UserApiAPIService) CreateUser(ctx context.Context) ApiCreateUserRequest
CreateUser Method for CreateUser
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateUserRequest
func (*UserApiAPIService) CreateUserExecute ¶ added in v0.3.0
func (a *UserApiAPIService) CreateUserExecute(r ApiCreateUserRequest) (*CreateUserResponse, *http.Response, error)
Execute executes the request
@return CreateUserResponse
func (*UserApiAPIService) CreateWebAuthnChallenge ¶ added in v0.3.0
func (a *UserApiAPIService) CreateWebAuthnChallenge(ctx context.Context, id int64) ApiCreateWebAuthnChallengeRequest
CreateWebAuthnChallenge Method for CreateWebAuthnChallenge
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiCreateWebAuthnChallengeRequest
func (*UserApiAPIService) CreateWebAuthnChallengeExecute ¶ added in v0.3.0
func (a *UserApiAPIService) CreateWebAuthnChallengeExecute(r ApiCreateWebAuthnChallengeRequest) (*Challenge, *http.Response, error)
Execute executes the request
@return Challenge
func (*UserApiAPIService) DeleteUser ¶ added in v0.3.0
func (a *UserApiAPIService) DeleteUser(ctx context.Context, id int64) ApiDeleteUserRequest
DeleteUser Method for DeleteUser
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiDeleteUserRequest
func (*UserApiAPIService) DeleteUserExecute ¶ added in v0.3.0
func (a *UserApiAPIService) DeleteUserExecute(r ApiDeleteUserRequest) (*http.Response, error)
Execute executes the request
func (*UserApiAPIService) SetAdmin ¶ added in v0.3.0
func (a *UserApiAPIService) SetAdmin(ctx context.Context, id int64) ApiSetAdminRequest
SetAdmin Method for SetAdmin
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiSetAdminRequest
func (*UserApiAPIService) SetAdminExecute ¶ added in v0.3.0
func (a *UserApiAPIService) SetAdminExecute(r ApiSetAdminRequest) (*AuthleteUser, *http.Response, error)
Execute executes the request
@return AuthleteUser
func (*UserApiAPIService) UnsetAdmin ¶ added in v0.3.0
func (a *UserApiAPIService) UnsetAdmin(ctx context.Context, id int64) ApiUnsetAdminRequest
UnsetAdmin Method for UnsetAdmin
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiUnsetAdminRequest
func (*UserApiAPIService) UnsetAdminExecute ¶ added in v0.3.0
func (a *UserApiAPIService) UnsetAdminExecute(r ApiUnsetAdminRequest) (*AuthleteUser, *http.Response, error)
Execute executes the request
@return AuthleteUser
func (*UserApiAPIService) UpdateUser ¶ added in v0.3.0
func (a *UserApiAPIService) UpdateUser(ctx context.Context, id int64) ApiUpdateUserRequest
UpdateUser Method for UpdateUser
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiUpdateUserRequest
func (*UserApiAPIService) UpdateUserExecute ¶ added in v0.3.0
func (a *UserApiAPIService) UpdateUserExecute(r ApiUpdateUserRequest) (*AuthleteUser, *http.Response, error)
Execute executes the request
@return AuthleteUser
type UserInfoEndpointAPI ¶ added in v0.3.0
type UserInfoEndpointAPI interface { /* UserInfo Method for UserInfo @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUserInfoRequest */ UserInfo(ctx context.Context) ApiUserInfoRequest // UserInfoExecute executes the request // @return string UserInfoExecute(r ApiUserInfoRequest) (string, *http.Response, error) }
type UserInfoEndpointAPIService ¶ added in v0.3.0
type UserInfoEndpointAPIService service
UserInfoEndpointAPIService UserInfoEndpointAPI service
func (*UserInfoEndpointAPIService) UserInfo ¶ added in v0.3.0
func (a *UserInfoEndpointAPIService) UserInfo(ctx context.Context) ApiUserInfoRequest
UserInfo Method for UserInfo
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUserInfoRequest
func (*UserInfoEndpointAPIService) UserInfoExecute ¶ added in v0.3.0
func (a *UserInfoEndpointAPIService) UserInfoExecute(r ApiUserInfoRequest) (string, *http.Response, error)
Execute executes the request
@return string
type UserServiceMembershipResponse ¶
type UserServiceMembershipResponse struct { Organizations []OrganizationMembershipResponse `json:"organizations,omitempty"` UserId *int64 `json:"userId,omitempty"` Admin *bool `json:"admin,omitempty"` }
UserServiceMembershipResponse struct for UserServiceMembershipResponse
func NewUserServiceMembershipResponse ¶
func NewUserServiceMembershipResponse() *UserServiceMembershipResponse
NewUserServiceMembershipResponse instantiates a new UserServiceMembershipResponse 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 NewUserServiceMembershipResponseWithDefaults ¶
func NewUserServiceMembershipResponseWithDefaults() *UserServiceMembershipResponse
NewUserServiceMembershipResponseWithDefaults instantiates a new UserServiceMembershipResponse 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 (*UserServiceMembershipResponse) GetAdmin ¶
func (o *UserServiceMembershipResponse) GetAdmin() bool
GetAdmin returns the Admin field value if set, zero value otherwise.
func (*UserServiceMembershipResponse) GetAdminOk ¶
func (o *UserServiceMembershipResponse) GetAdminOk() (*bool, bool)
GetAdminOk returns a tuple with the Admin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserServiceMembershipResponse) GetOrganizations ¶
func (o *UserServiceMembershipResponse) GetOrganizations() []OrganizationMembershipResponse
GetOrganizations returns the Organizations field value if set, zero value otherwise.
func (*UserServiceMembershipResponse) GetOrganizationsOk ¶
func (o *UserServiceMembershipResponse) GetOrganizationsOk() ([]OrganizationMembershipResponse, bool)
GetOrganizationsOk returns a tuple with the Organizations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserServiceMembershipResponse) GetUserId ¶
func (o *UserServiceMembershipResponse) GetUserId() int64
GetUserId returns the UserId field value if set, zero value otherwise.
func (*UserServiceMembershipResponse) GetUserIdOk ¶
func (o *UserServiceMembershipResponse) GetUserIdOk() (*int64, bool)
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserServiceMembershipResponse) HasAdmin ¶
func (o *UserServiceMembershipResponse) HasAdmin() bool
HasAdmin returns a boolean if a field has been set.
func (*UserServiceMembershipResponse) HasOrganizations ¶
func (o *UserServiceMembershipResponse) HasOrganizations() bool
HasOrganizations returns a boolean if a field has been set.
func (*UserServiceMembershipResponse) HasUserId ¶
func (o *UserServiceMembershipResponse) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (UserServiceMembershipResponse) MarshalJSON ¶
func (o UserServiceMembershipResponse) MarshalJSON() ([]byte, error)
func (*UserServiceMembershipResponse) SetAdmin ¶
func (o *UserServiceMembershipResponse) SetAdmin(v bool)
SetAdmin gets a reference to the given bool and assigns it to the Admin field.
func (*UserServiceMembershipResponse) SetOrganizations ¶
func (o *UserServiceMembershipResponse) SetOrganizations(v []OrganizationMembershipResponse)
SetOrganizations gets a reference to the given []OrganizationMembershipResponse and assigns it to the Organizations field.
func (*UserServiceMembershipResponse) SetUserId ¶
func (o *UserServiceMembershipResponse) SetUserId(v int64)
SetUserId gets a reference to the given int64 and assigns it to the UserId field.
func (UserServiceMembershipResponse) ToMap ¶ added in v0.3.0
func (o UserServiceMembershipResponse) ToMap() (map[string]interface{}, error)
type WebAuthnChallengeRequest ¶
type WebAuthnChallengeRequest struct { Id *string `json:"id,omitempty"` AttestationObject *string `json:"attestationObject,omitempty"` ClientData *string `json:"clientData,omitempty"` Type *string `json:"type,omitempty"` AuthenticatorData *string `json:"authenticatorData,omitempty"` Signature *string `json:"signature,omitempty"` }
WebAuthnChallengeRequest struct for WebAuthnChallengeRequest
func NewWebAuthnChallengeRequest ¶
func NewWebAuthnChallengeRequest() *WebAuthnChallengeRequest
NewWebAuthnChallengeRequest instantiates a new WebAuthnChallengeRequest 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 NewWebAuthnChallengeRequestWithDefaults ¶
func NewWebAuthnChallengeRequestWithDefaults() *WebAuthnChallengeRequest
NewWebAuthnChallengeRequestWithDefaults instantiates a new WebAuthnChallengeRequest 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 (*WebAuthnChallengeRequest) GetAttestationObject ¶
func (o *WebAuthnChallengeRequest) GetAttestationObject() string
GetAttestationObject returns the AttestationObject field value if set, zero value otherwise.
func (*WebAuthnChallengeRequest) GetAttestationObjectOk ¶
func (o *WebAuthnChallengeRequest) GetAttestationObjectOk() (*string, bool)
GetAttestationObjectOk returns a tuple with the AttestationObject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebAuthnChallengeRequest) GetAuthenticatorData ¶
func (o *WebAuthnChallengeRequest) GetAuthenticatorData() string
GetAuthenticatorData returns the AuthenticatorData field value if set, zero value otherwise.
func (*WebAuthnChallengeRequest) GetAuthenticatorDataOk ¶
func (o *WebAuthnChallengeRequest) GetAuthenticatorDataOk() (*string, bool)
GetAuthenticatorDataOk returns a tuple with the AuthenticatorData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebAuthnChallengeRequest) GetClientData ¶
func (o *WebAuthnChallengeRequest) GetClientData() string
GetClientData returns the ClientData field value if set, zero value otherwise.
func (*WebAuthnChallengeRequest) GetClientDataOk ¶
func (o *WebAuthnChallengeRequest) GetClientDataOk() (*string, bool)
GetClientDataOk returns a tuple with the ClientData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebAuthnChallengeRequest) GetId ¶
func (o *WebAuthnChallengeRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*WebAuthnChallengeRequest) GetIdOk ¶
func (o *WebAuthnChallengeRequest) 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 (*WebAuthnChallengeRequest) GetSignature ¶
func (o *WebAuthnChallengeRequest) GetSignature() string
GetSignature returns the Signature field value if set, zero value otherwise.
func (*WebAuthnChallengeRequest) GetSignatureOk ¶
func (o *WebAuthnChallengeRequest) GetSignatureOk() (*string, bool)
GetSignatureOk returns a tuple with the Signature field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebAuthnChallengeRequest) GetType ¶
func (o *WebAuthnChallengeRequest) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*WebAuthnChallengeRequest) GetTypeOk ¶
func (o *WebAuthnChallengeRequest) 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 (*WebAuthnChallengeRequest) HasAttestationObject ¶
func (o *WebAuthnChallengeRequest) HasAttestationObject() bool
HasAttestationObject returns a boolean if a field has been set.
func (*WebAuthnChallengeRequest) HasAuthenticatorData ¶
func (o *WebAuthnChallengeRequest) HasAuthenticatorData() bool
HasAuthenticatorData returns a boolean if a field has been set.
func (*WebAuthnChallengeRequest) HasClientData ¶
func (o *WebAuthnChallengeRequest) HasClientData() bool
HasClientData returns a boolean if a field has been set.
func (*WebAuthnChallengeRequest) HasId ¶
func (o *WebAuthnChallengeRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (*WebAuthnChallengeRequest) HasSignature ¶
func (o *WebAuthnChallengeRequest) HasSignature() bool
HasSignature returns a boolean if a field has been set.
func (*WebAuthnChallengeRequest) HasType ¶
func (o *WebAuthnChallengeRequest) HasType() bool
HasType returns a boolean if a field has been set.
func (WebAuthnChallengeRequest) MarshalJSON ¶
func (o WebAuthnChallengeRequest) MarshalJSON() ([]byte, error)
func (*WebAuthnChallengeRequest) SetAttestationObject ¶
func (o *WebAuthnChallengeRequest) SetAttestationObject(v string)
SetAttestationObject gets a reference to the given string and assigns it to the AttestationObject field.
func (*WebAuthnChallengeRequest) SetAuthenticatorData ¶
func (o *WebAuthnChallengeRequest) SetAuthenticatorData(v string)
SetAuthenticatorData gets a reference to the given string and assigns it to the AuthenticatorData field.
func (*WebAuthnChallengeRequest) SetClientData ¶
func (o *WebAuthnChallengeRequest) SetClientData(v string)
SetClientData gets a reference to the given string and assigns it to the ClientData field.
func (*WebAuthnChallengeRequest) SetId ¶
func (o *WebAuthnChallengeRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*WebAuthnChallengeRequest) SetSignature ¶
func (o *WebAuthnChallengeRequest) SetSignature(v string)
SetSignature gets a reference to the given string and assigns it to the Signature field.
func (*WebAuthnChallengeRequest) SetType ¶
func (o *WebAuthnChallengeRequest) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (WebAuthnChallengeRequest) ToMap ¶ added in v0.3.0
func (o WebAuthnChallengeRequest) ToMap() (map[string]interface{}, error)
type WebAuthnChallengeResponse ¶
type WebAuthnChallengeResponse struct { Challenge *Challenge `json:"challenge,omitempty"` Authenticators []string `json:"authenticators,omitempty"` }
WebAuthnChallengeResponse struct for WebAuthnChallengeResponse
func NewWebAuthnChallengeResponse ¶
func NewWebAuthnChallengeResponse() *WebAuthnChallengeResponse
NewWebAuthnChallengeResponse instantiates a new WebAuthnChallengeResponse 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 NewWebAuthnChallengeResponseWithDefaults ¶
func NewWebAuthnChallengeResponseWithDefaults() *WebAuthnChallengeResponse
NewWebAuthnChallengeResponseWithDefaults instantiates a new WebAuthnChallengeResponse 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 (*WebAuthnChallengeResponse) GetAuthenticators ¶
func (o *WebAuthnChallengeResponse) GetAuthenticators() []string
GetAuthenticators returns the Authenticators field value if set, zero value otherwise.
func (*WebAuthnChallengeResponse) GetAuthenticatorsOk ¶
func (o *WebAuthnChallengeResponse) GetAuthenticatorsOk() ([]string, bool)
GetAuthenticatorsOk returns a tuple with the Authenticators field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebAuthnChallengeResponse) GetChallenge ¶
func (o *WebAuthnChallengeResponse) GetChallenge() Challenge
GetChallenge returns the Challenge field value if set, zero value otherwise.
func (*WebAuthnChallengeResponse) GetChallengeOk ¶
func (o *WebAuthnChallengeResponse) GetChallengeOk() (*Challenge, 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 (*WebAuthnChallengeResponse) HasAuthenticators ¶
func (o *WebAuthnChallengeResponse) HasAuthenticators() bool
HasAuthenticators returns a boolean if a field has been set.
func (*WebAuthnChallengeResponse) HasChallenge ¶
func (o *WebAuthnChallengeResponse) HasChallenge() bool
HasChallenge returns a boolean if a field has been set.
func (WebAuthnChallengeResponse) MarshalJSON ¶
func (o WebAuthnChallengeResponse) MarshalJSON() ([]byte, error)
func (*WebAuthnChallengeResponse) SetAuthenticators ¶
func (o *WebAuthnChallengeResponse) SetAuthenticators(v []string)
SetAuthenticators gets a reference to the given []string and assigns it to the Authenticators field.
func (*WebAuthnChallengeResponse) SetChallenge ¶
func (o *WebAuthnChallengeResponse) SetChallenge(v Challenge)
SetChallenge gets a reference to the given Challenge and assigns it to the Challenge field.
func (WebAuthnChallengeResponse) ToMap ¶ added in v0.3.0
func (o WebAuthnChallengeResponse) ToMap() (map[string]interface{}, error)
Source Files
¶
- api_access_api.go
- api_access_map_api.go
- api_api_server_api.go
- api_authorization_endpoint.go
- api_authorize_api.go
- api_discovery_endpoint.go
- api_introspection_endpoint.go
- api_json_web_key_set_endpoint.go
- api_organization_api.go
- api_organization_token_api.go
- api_service_api.go
- api_service_token_api.go
- api_session_api.go
- api_token_endpoint.go
- api_user_api.go
- api_user_info_endpoint.go
- client.go
- configuration.go
- model_adopt_service_request.go
- model_api_server_access.go
- model_api_server_access_response.go
- model_api_server_membership_response.go
- model_approval.go
- model_authlete_api_server_response.go
- model_authlete_api_server_update_response.go
- model_authlete_user.go
- model_authorization_response.go
- model_authz_details.go
- model_authz_details_element.go
- model_bind_totp_credentials_request.go
- model_challenge.go
- model_client.go
- model_client_access.go
- model_client_access_response.go
- model_client_extension.go
- model_create_api_server_request.go
- model_create_organization_token_request.go
- model_create_service_request.go
- model_create_service_token_request.go
- model_create_user_request.go
- model_create_user_response.go
- model_credential_issuer_metadata.go
- model_delete_organization_token_request.go
- model_delete_service_request.go
- model_delete_service_token_request.go
- model_dynamic_scope.go
- model_get_organization_tokens_request.go
- model_get_service_tokens_request.go
- model_google_authenticator_config.go
- model_google_authenticator_key.go
- model_grant.go
- model_grant_scope.go
- model_hsk.go
- model_invitation_response.go
- model_invite_request.go
- model_log_in_request.go
- model_log_in_response.go
- model_move_service_request.go
- model_named_uri.go
- model_organization.go
- model_organization_access.go
- model_organization_access_response.go
- model_organization_membership_response.go
- model_organization_response.go
- model_organization_token_response.go
- model_orphan_service.go
- model_orphan_service_response.go
- model_pair.go
- model_pending_authorization.go
- model_remove_api_server_privileges_request.go
- model_remove_client_privileges_request.go
- model_remove_organization_privileges_request.go
- model_remove_orphan_request.go
- model_remove_service_privileges_request.go
- model_rename_organization_token_request.go
- model_rename_service_token_request.go
- model_rotate_organization_token_request.go
- model_rotate_service_token_request.go
- model_scope.go
- model_service.go
- model_service_access.go
- model_service_access_response.go
- model_service_instance.go
- model_service_instance_management_response.go
- model_service_instance_membership_response.go
- model_service_token_response.go
- model_sns_credentials.go
- model_string_array.go
- model_tagged_value.go
- model_trust_anchor.go
- model_update_api_server_privileges_request.go
- model_update_api_server_request.go
- model_update_client_privileges_request.go
- model_update_organization_privileges_request.go
- model_update_organization_request.go
- model_update_service_privileges_request.go
- model_update_user_request.go
- model_user_service_membership_response.go
- model_web_authn_challenge_request.go
- model_web_authn_challenge_response.go
- response.go
- utils.go