identity_access_management

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for identity access management API

func (*Client) IdentityAccessManagementCreateAuthProfile added in v1.0.2

IdentityAccessManagementCreateAuthProfile creates a a a profile

Create an AAA profile record.

func (*Client) IdentityAccessManagementCreateCredential added in v1.0.2

IdentityAccessManagementCreateCredential creates i a m credential

Create an IAM credential record.

func (*Client) IdentityAccessManagementCreateEnterprise added in v1.0.2

IdentityAccessManagementCreateEnterprise creates i a m enterprise

Create an IAM enterprise record.

func (*Client) IdentityAccessManagementCreateRealm added in v1.0.2

func (a *Client) IdentityAccessManagementCreateRealm(params *IdentityAccessManagementCreateRealmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementCreateRealmOK, error)

IdentityAccessManagementCreateRealm creates a realm for an enterprise

Create a realm. For example, zededa.com can be registered as a realm for an enterprise. Only those Oauth users who belong to this domain will be allowed to login to the enterprise.

func (*Client) IdentityAccessManagementCreateRole added in v1.0.2

func (a *Client) IdentityAccessManagementCreateRole(params *IdentityAccessManagementCreateRoleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementCreateRoleOK, error)

IdentityAccessManagementCreateRole creates i a m role

Create an IAM role record.

func (*Client) IdentityAccessManagementCreateUser added in v1.0.2

func (a *Client) IdentityAccessManagementCreateUser(params *IdentityAccessManagementCreateUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementCreateUserOK, error)

IdentityAccessManagementCreateUser creates i a m user

Create an IAM user record.

func (*Client) IdentityAccessManagementCreateUserSessionSelf added in v1.0.2

IdentityAccessManagementCreateUserSessionSelf generates a new session token

Generate a new token with an extended expiry time. The desired expiry time should be passed as number of seconds.

func (*Client) IdentityAccessManagementDeleteAuthProfile added in v1.0.2

IdentityAccessManagementDeleteAuthProfile deletes a a a profile

Delete an AAA profile record.

func (*Client) IdentityAccessManagementDeleteCredential added in v1.0.2

IdentityAccessManagementDeleteCredential deletes i a m credential

Delete an IAM credential record.

func (*Client) IdentityAccessManagementDeleteEnterprise added in v1.0.2

IdentityAccessManagementDeleteEnterprise deletes i a m role

Delete an IAM enterprise record.

func (*Client) IdentityAccessManagementDeleteRealm added in v1.0.2

func (a *Client) IdentityAccessManagementDeleteRealm(params *IdentityAccessManagementDeleteRealmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementDeleteRealmOK, error)

IdentityAccessManagementDeleteRealm deletes a realm

Delete a realm.

func (*Client) IdentityAccessManagementDeleteRole added in v1.0.2

func (a *Client) IdentityAccessManagementDeleteRole(params *IdentityAccessManagementDeleteRoleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementDeleteRoleOK, error)

IdentityAccessManagementDeleteRole deletes i a m role

Delete an IAM role record.

func (*Client) IdentityAccessManagementDeleteUser added in v1.0.2

func (a *Client) IdentityAccessManagementDeleteUser(params *IdentityAccessManagementDeleteUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementDeleteUserOK, error)

IdentityAccessManagementDeleteUser deletes i a m user

Delete an IAM user record.

func (*Client) IdentityAccessManagementGetAuthProfile added in v1.0.2

IdentityAccessManagementGetAuthProfile gets a a a profile

Get the configuration (without security details) of an AAA profile record.

func (*Client) IdentityAccessManagementGetAuthProfileByName added in v1.0.2

IdentityAccessManagementGetAuthProfileByName gets a a a profile

Get the configuration (without security details) of an AAA profile record.

func (*Client) IdentityAccessManagementGetEnterprise added in v1.0.2

func (a *Client) IdentityAccessManagementGetEnterprise(params *IdentityAccessManagementGetEnterpriseParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetEnterpriseOK, error)

IdentityAccessManagementGetEnterprise gets enterprise

Get the configuration (without security details) and status of an enterprise record.

func (*Client) IdentityAccessManagementGetEnterpriseByName added in v1.0.2

IdentityAccessManagementGetEnterpriseByName gets enterprise

Get the configuration (without security details) and status of an enterprise record.

func (*Client) IdentityAccessManagementGetEnterpriseSelf added in v1.0.2

IdentityAccessManagementGetEnterpriseSelf gets own enterprise

Get the configuration (without security details) and status of user's own enterprise record.

func (*Client) IdentityAccessManagementGetRealm added in v1.0.2

func (a *Client) IdentityAccessManagementGetRealm(params *IdentityAccessManagementGetRealmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetRealmOK, error)

IdentityAccessManagementGetRealm gets a realm

Get the details of a realm

func (*Client) IdentityAccessManagementGetRealmByName added in v1.0.2

IdentityAccessManagementGetRealmByName gets i a m realm

Get a realm by name.

func (*Client) IdentityAccessManagementGetRole added in v1.0.2

func (a *Client) IdentityAccessManagementGetRole(params *IdentityAccessManagementGetRoleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetRoleOK, error)

IdentityAccessManagementGetRole gets i a m role

Get the configuration (without security details) of an IAM role record.

func (*Client) IdentityAccessManagementGetRoleByName added in v1.0.2

func (a *Client) IdentityAccessManagementGetRoleByName(params *IdentityAccessManagementGetRoleByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetRoleByNameOK, error)

IdentityAccessManagementGetRoleByName gets i a m role

Get the configuration (without security details) of an IAM role record.

func (*Client) IdentityAccessManagementGetRoleSelf added in v1.0.2

func (a *Client) IdentityAccessManagementGetRoleSelf(params *IdentityAccessManagementGetRoleSelfParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetRoleSelfOK, error)

IdentityAccessManagementGetRoleSelf gets own i a m role

Get the configuration (without security details) of user's own IAM role record.

func (*Client) IdentityAccessManagementGetUser added in v1.0.2

func (a *Client) IdentityAccessManagementGetUser(params *IdentityAccessManagementGetUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetUserOK, error)

IdentityAccessManagementGetUser gets i a m user

Get the configuration (without security details) of an IAM user record.

func (*Client) IdentityAccessManagementGetUserByName added in v1.0.2

func (a *Client) IdentityAccessManagementGetUserByName(params *IdentityAccessManagementGetUserByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetUserByNameOK, error)

IdentityAccessManagementGetUserByName gets i a m user

Get the configuration (without security details) of an IAM user record.

func (*Client) IdentityAccessManagementGetUserSelf added in v1.0.2

func (a *Client) IdentityAccessManagementGetUserSelf(params *IdentityAccessManagementGetUserSelfParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetUserSelfOK, error)

IdentityAccessManagementGetUserSelf gets own i a m user

Get the configuration (without security details) of user's own IAM user record.

func (*Client) IdentityAccessManagementGetUserSession added in v1.0.2

IdentityAccessManagementGetUserSession gets user session

Get the details of a user session with given session token.

func (*Client) IdentityAccessManagementGetUserSessionSelf added in v1.0.2

IdentityAccessManagementGetUserSessionSelf gets current user session

Get the details of the current user session.

func (*Client) IdentityAccessManagementLogin added in v1.0.2

func (a *Client) IdentityAccessManagementLogin(params *IdentityAccessManagementLoginParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementLoginOK, error)

IdentityAccessManagementLogin logins locally

Login with zedcontrol as identity provider.

func (*Client) IdentityAccessManagementLoginExternal added in v1.0.2

func (a *Client) IdentityAccessManagementLoginExternal(params *IdentityAccessManagementLoginExternalParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementLoginExternalOK, error)

IdentityAccessManagementLoginExternal logins externally

Login with external identity provider (e.g. Okta, gmail, Azure AD etc.). If the enterprise has an AAA Profile configured, zedcontrol will redirect the user to the login page of the external identity provider.

func (*Client) IdentityAccessManagementLoginExternalOAuth2Callback added in v1.0.2

IdentityAccessManagementLoginExternalOAuth2Callback logins callback

Login callback for external OAauth2 identity provider

func (*Client) IdentityAccessManagementLoginForgotPassword added in v1.0.2

IdentityAccessManagementLoginForgotPassword resets forgotten password

Reset password in case it is forgotten

func (*Client) IdentityAccessManagementLoginMode added in v1.0.2

func (a *Client) IdentityAccessManagementLoginMode(params *IdentityAccessManagementLoginModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementLoginModeOK, error)

IdentityAccessManagementLoginMode gets a a a mode of the user

Get the AAA mode of the user. AAA mode can be authentication and authorization with zedcontrol as identity provider or authentication (and optionally authorization) with external identity provider. Oauth2 is supported for external authentication protocols.

func (*Client) IdentityAccessManagementLogout added in v1.0.2

func (a *Client) IdentityAccessManagementLogout(params *IdentityAccessManagementLogoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementLogoutOK, error)

IdentityAccessManagementLogout logouts

Logout from zedcontrol. Current user session will be terminated. In case of login with external identity provider, user session in the identity provider will not be impacted.

func (*Client) IdentityAccessManagementQueryAuthProfiles added in v1.0.2

IdentityAccessManagementQueryAuthProfiles queries a a a profiles

Query the AAA profile records.

func (*Client) IdentityAccessManagementQueryEnterprises added in v1.0.2

IdentityAccessManagementQueryEnterprises queries i a m enterprises

Query the IAM Enterprises records.

func (*Client) IdentityAccessManagementQueryRealms added in v1.0.2

func (a *Client) IdentityAccessManagementQueryRealms(params *IdentityAccessManagementQueryRealmsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementQueryRealmsOK, error)

IdentityAccessManagementQueryRealms queries all realms

Query all realms.

func (*Client) IdentityAccessManagementQueryRoles added in v1.0.2

func (a *Client) IdentityAccessManagementQueryRoles(params *IdentityAccessManagementQueryRolesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementQueryRolesOK, error)

IdentityAccessManagementQueryRoles queries i a m roles

Query the IAM Role records.

func (*Client) IdentityAccessManagementQueryUserSessions added in v1.0.2

IdentityAccessManagementQueryUserSessions queries user sessions

Query all the active user sessions for all users.

func (*Client) IdentityAccessManagementQueryUsers added in v1.0.2

func (a *Client) IdentityAccessManagementQueryUsers(params *IdentityAccessManagementQueryUsersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementQueryUsersOK, error)

IdentityAccessManagementQueryUsers queries i a m users

Query the IAM user records.

func (*Client) IdentityAccessManagementRefreshUserSession added in v1.0.2

IdentityAccessManagementRefreshUserSession refreshes current user session

Refresh the current user session. The current session will be extended for another 4 hours.

func (*Client) IdentityAccessManagementSignupEnterprise added in v1.0.2

IdentityAccessManagementSignupEnterprise signs up for a new enterprise account

Sign up for a new enterprise account in zedcontrol. Enterprise will not be active unless admin user is validated with email.

func (*Client) IdentityAccessManagementSignupUser added in v1.0.2

func (a *Client) IdentityAccessManagementSignupUser(params *IdentityAccessManagementSignupUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementSignupUserOK, error)

IdentityAccessManagementSignupUser gets enterprise

Get the configuration (without security details) and status of an enterprise record.

func (*Client) IdentityAccessManagementUpdateAuthProfile added in v1.0.2

IdentityAccessManagementUpdateAuthProfile updates a a a profile

Update an AAA profile record. The usual pattern to update an AAA profile record is to retrieve the record and update with the modified values in a new body to update the AAA profile record.

func (*Client) IdentityAccessManagementUpdateCredential added in v1.0.2

IdentityAccessManagementUpdateCredential updates i a m credential

Update an IAM credential record.

func (*Client) IdentityAccessManagementUpdateCredentialSelf added in v1.0.2

IdentityAccessManagementUpdateCredentialSelf updates i a m credential

Update user's own IAM credential record.

func (*Client) IdentityAccessManagementUpdateDocPolicyLatest added in v1.0.2

IdentityAccessManagementUpdateDocPolicyLatest marks document policy as latest

Mark document policy as latest.

func (*Client) IdentityAccessManagementUpdateEnterprise added in v1.0.2

IdentityAccessManagementUpdateEnterprise updates enterprise

Update an enterprise record. The usual pattern to update an enterprise record is to retrieve the record and update with the modified values in a new body to update the enterprise record.

func (*Client) IdentityAccessManagementUpdateEnterprise2 added in v1.0.2

IdentityAccessManagementUpdateEnterprise2 updates enterprise

Update an enterprise record. The usual pattern to update an enterprise record is to retrieve the record and update with the modified values in a new body to update the enterprise record.

func (*Client) IdentityAccessManagementUpdateRealm added in v1.0.2

func (a *Client) IdentityAccessManagementUpdateRealm(params *IdentityAccessManagementUpdateRealmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementUpdateRealmOK, error)

IdentityAccessManagementUpdateRealm updates a realm

Update a realm. The usual pattern to update a realm is to retrieve the record and update with the modified values in a new body to update the realm.

func (*Client) IdentityAccessManagementUpdateRole added in v1.0.2

func (a *Client) IdentityAccessManagementUpdateRole(params *IdentityAccessManagementUpdateRoleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementUpdateRoleOK, error)

IdentityAccessManagementUpdateRole updates i a m role

Update an IAM role record. The usual pattern to update an IAM role record is to retrieve the record and update with the modified values in a new body to update the IAM role record.

func (*Client) IdentityAccessManagementUpdateUser added in v1.0.2

func (a *Client) IdentityAccessManagementUpdateUser(params *IdentityAccessManagementUpdateUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementUpdateUserOK, error)

IdentityAccessManagementUpdateUser updates i a m user

Update an IAM user record. The usual pattern to update an IAM user record is to retrieve the record and update with the modified values in a new body to update the IAM user record.

func (*Client) IdentityAccessManagementUpdateUser2 added in v1.0.2

func (a *Client) IdentityAccessManagementUpdateUser2(params *IdentityAccessManagementUpdateUser2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementUpdateUser2OK, error)

IdentityAccessManagementUpdateUser2 updates i a m user

Update an IAM user record. The usual pattern to update an IAM user record is to retrieve the record and update with the modified values in a new body to update the IAM user record.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	IdentityAccessManagementCreateAuthProfile(params *IdentityAccessManagementCreateAuthProfileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementCreateAuthProfileOK, error)

	IdentityAccessManagementCreateCredential(params *IdentityAccessManagementCreateCredentialParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementCreateCredentialOK, error)

	IdentityAccessManagementCreateEnterprise(params *IdentityAccessManagementCreateEnterpriseParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementCreateEnterpriseOK, error)

	IdentityAccessManagementCreateRealm(params *IdentityAccessManagementCreateRealmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementCreateRealmOK, error)

	IdentityAccessManagementCreateRole(params *IdentityAccessManagementCreateRoleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementCreateRoleOK, error)

	IdentityAccessManagementCreateUser(params *IdentityAccessManagementCreateUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementCreateUserOK, error)

	IdentityAccessManagementCreateUserSessionSelf(params *IdentityAccessManagementCreateUserSessionSelfParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementCreateUserSessionSelfOK, error)

	IdentityAccessManagementDeleteAuthProfile(params *IdentityAccessManagementDeleteAuthProfileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementDeleteAuthProfileOK, error)

	IdentityAccessManagementDeleteCredential(params *IdentityAccessManagementDeleteCredentialParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementDeleteCredentialOK, error)

	IdentityAccessManagementDeleteEnterprise(params *IdentityAccessManagementDeleteEnterpriseParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementDeleteEnterpriseOK, error)

	IdentityAccessManagementDeleteRealm(params *IdentityAccessManagementDeleteRealmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementDeleteRealmOK, error)

	IdentityAccessManagementDeleteRole(params *IdentityAccessManagementDeleteRoleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementDeleteRoleOK, error)

	IdentityAccessManagementDeleteUser(params *IdentityAccessManagementDeleteUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementDeleteUserOK, error)

	IdentityAccessManagementGetAuthProfile(params *IdentityAccessManagementGetAuthProfileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetAuthProfileOK, error)

	IdentityAccessManagementGetAuthProfileByName(params *IdentityAccessManagementGetAuthProfileByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetAuthProfileByNameOK, error)

	IdentityAccessManagementGetEnterprise(params *IdentityAccessManagementGetEnterpriseParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetEnterpriseOK, error)

	IdentityAccessManagementGetEnterpriseByName(params *IdentityAccessManagementGetEnterpriseByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetEnterpriseByNameOK, error)

	IdentityAccessManagementGetEnterpriseSelf(params *IdentityAccessManagementGetEnterpriseSelfParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetEnterpriseSelfOK, error)

	IdentityAccessManagementGetRealm(params *IdentityAccessManagementGetRealmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetRealmOK, error)

	IdentityAccessManagementGetRealmByName(params *IdentityAccessManagementGetRealmByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetRealmByNameOK, error)

	IdentityAccessManagementGetRole(params *IdentityAccessManagementGetRoleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetRoleOK, error)

	IdentityAccessManagementGetRoleByName(params *IdentityAccessManagementGetRoleByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetRoleByNameOK, error)

	IdentityAccessManagementGetRoleSelf(params *IdentityAccessManagementGetRoleSelfParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetRoleSelfOK, error)

	IdentityAccessManagementGetUser(params *IdentityAccessManagementGetUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetUserOK, error)

	IdentityAccessManagementGetUserByName(params *IdentityAccessManagementGetUserByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetUserByNameOK, error)

	IdentityAccessManagementGetUserSelf(params *IdentityAccessManagementGetUserSelfParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetUserSelfOK, error)

	IdentityAccessManagementGetUserSession(params *IdentityAccessManagementGetUserSessionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetUserSessionOK, error)

	IdentityAccessManagementGetUserSessionSelf(params *IdentityAccessManagementGetUserSessionSelfParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementGetUserSessionSelfOK, error)

	IdentityAccessManagementLogin(params *IdentityAccessManagementLoginParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementLoginOK, error)

	IdentityAccessManagementLoginExternal(params *IdentityAccessManagementLoginExternalParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementLoginExternalOK, error)

	IdentityAccessManagementLoginExternalOAuth2Callback(params *IdentityAccessManagementLoginExternalOAuth2CallbackParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementLoginExternalOAuth2CallbackOK, error)

	IdentityAccessManagementLoginForgotPassword(params *IdentityAccessManagementLoginForgotPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementLoginForgotPasswordOK, error)

	IdentityAccessManagementLoginMode(params *IdentityAccessManagementLoginModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementLoginModeOK, error)

	IdentityAccessManagementLogout(params *IdentityAccessManagementLogoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementLogoutOK, error)

	IdentityAccessManagementQueryAuthProfiles(params *IdentityAccessManagementQueryAuthProfilesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementQueryAuthProfilesOK, error)

	IdentityAccessManagementQueryEnterprises(params *IdentityAccessManagementQueryEnterprisesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementQueryEnterprisesOK, error)

	IdentityAccessManagementQueryRealms(params *IdentityAccessManagementQueryRealmsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementQueryRealmsOK, error)

	IdentityAccessManagementQueryRoles(params *IdentityAccessManagementQueryRolesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementQueryRolesOK, error)

	IdentityAccessManagementQueryUserSessions(params *IdentityAccessManagementQueryUserSessionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementQueryUserSessionsOK, error)

	IdentityAccessManagementQueryUsers(params *IdentityAccessManagementQueryUsersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementQueryUsersOK, error)

	IdentityAccessManagementRefreshUserSession(params *IdentityAccessManagementRefreshUserSessionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementRefreshUserSessionOK, error)

	IdentityAccessManagementSignupEnterprise(params *IdentityAccessManagementSignupEnterpriseParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementSignupEnterpriseOK, error)

	IdentityAccessManagementSignupUser(params *IdentityAccessManagementSignupUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementSignupUserOK, error)

	IdentityAccessManagementUpdateAuthProfile(params *IdentityAccessManagementUpdateAuthProfileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementUpdateAuthProfileOK, error)

	IdentityAccessManagementUpdateCredential(params *IdentityAccessManagementUpdateCredentialParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementUpdateCredentialOK, error)

	IdentityAccessManagementUpdateCredentialSelf(params *IdentityAccessManagementUpdateCredentialSelfParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementUpdateCredentialSelfOK, error)

	IdentityAccessManagementUpdateDocPolicyLatest(params *IdentityAccessManagementUpdateDocPolicyLatestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementUpdateDocPolicyLatestOK, error)

	IdentityAccessManagementUpdateEnterprise(params *IdentityAccessManagementUpdateEnterpriseParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementUpdateEnterpriseOK, error)

	IdentityAccessManagementUpdateEnterprise2(params *IdentityAccessManagementUpdateEnterprise2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementUpdateEnterprise2OK, error)

	IdentityAccessManagementUpdateRealm(params *IdentityAccessManagementUpdateRealmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementUpdateRealmOK, error)

	IdentityAccessManagementUpdateRole(params *IdentityAccessManagementUpdateRoleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementUpdateRoleOK, error)

	IdentityAccessManagementUpdateUser(params *IdentityAccessManagementUpdateUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementUpdateUserOK, error)

	IdentityAccessManagementUpdateUser2(params *IdentityAccessManagementUpdateUser2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IdentityAccessManagementUpdateUser2OK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new identity access management API client.

type IdentityAccessManagementCreateAuthProfileBadRequest added in v1.0.2

type IdentityAccessManagementCreateAuthProfileBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateAuthProfileBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewIdentityAccessManagementCreateAuthProfileBadRequest added in v1.0.2

func NewIdentityAccessManagementCreateAuthProfileBadRequest() *IdentityAccessManagementCreateAuthProfileBadRequest

NewIdentityAccessManagementCreateAuthProfileBadRequest creates a IdentityAccessManagementCreateAuthProfileBadRequest with default headers values

func (*IdentityAccessManagementCreateAuthProfileBadRequest) Error added in v1.0.2

func (*IdentityAccessManagementCreateAuthProfileBadRequest) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateAuthProfileBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create auth profile bad request response has a 4xx status code

func (*IdentityAccessManagementCreateAuthProfileBadRequest) IsCode added in v1.0.2

IsCode returns true when this identity access management create auth profile bad request response a status code equal to that given

func (*IdentityAccessManagementCreateAuthProfileBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create auth profile bad request response has a 3xx status code

func (*IdentityAccessManagementCreateAuthProfileBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create auth profile bad request response has a 5xx status code

func (*IdentityAccessManagementCreateAuthProfileBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create auth profile bad request response has a 2xx status code

func (*IdentityAccessManagementCreateAuthProfileBadRequest) String added in v1.0.2

type IdentityAccessManagementCreateAuthProfileConflict added in v1.0.2

type IdentityAccessManagementCreateAuthProfileConflict struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateAuthProfileConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this AAA profile record will conflict with an already existing AAA profile record.

func NewIdentityAccessManagementCreateAuthProfileConflict added in v1.0.2

func NewIdentityAccessManagementCreateAuthProfileConflict() *IdentityAccessManagementCreateAuthProfileConflict

NewIdentityAccessManagementCreateAuthProfileConflict creates a IdentityAccessManagementCreateAuthProfileConflict with default headers values

func (*IdentityAccessManagementCreateAuthProfileConflict) Error added in v1.0.2

func (*IdentityAccessManagementCreateAuthProfileConflict) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateAuthProfileConflict) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create auth profile conflict response has a 4xx status code

func (*IdentityAccessManagementCreateAuthProfileConflict) IsCode added in v1.0.2

IsCode returns true when this identity access management create auth profile conflict response a status code equal to that given

func (*IdentityAccessManagementCreateAuthProfileConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create auth profile conflict response has a 3xx status code

func (*IdentityAccessManagementCreateAuthProfileConflict) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create auth profile conflict response has a 5xx status code

func (*IdentityAccessManagementCreateAuthProfileConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create auth profile conflict response has a 2xx status code

func (*IdentityAccessManagementCreateAuthProfileConflict) String added in v1.0.2

type IdentityAccessManagementCreateAuthProfileDefault added in v1.0.2

type IdentityAccessManagementCreateAuthProfileDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateAuthProfileDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementCreateAuthProfileDefault added in v1.0.2

func NewIdentityAccessManagementCreateAuthProfileDefault(code int) *IdentityAccessManagementCreateAuthProfileDefault

NewIdentityAccessManagementCreateAuthProfileDefault creates a IdentityAccessManagementCreateAuthProfileDefault with default headers values

func (*IdentityAccessManagementCreateAuthProfileDefault) Code added in v1.0.2

Code gets the status code for the identity access management create auth profile default response

func (*IdentityAccessManagementCreateAuthProfileDefault) Error added in v1.0.2

func (*IdentityAccessManagementCreateAuthProfileDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateAuthProfileDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create auth profile default response has a 4xx status code

func (*IdentityAccessManagementCreateAuthProfileDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management create auth profile default response a status code equal to that given

func (*IdentityAccessManagementCreateAuthProfileDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create auth profile default response has a 3xx status code

func (*IdentityAccessManagementCreateAuthProfileDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create auth profile default response has a 5xx status code

func (*IdentityAccessManagementCreateAuthProfileDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create auth profile default response has a 2xx status code

func (*IdentityAccessManagementCreateAuthProfileDefault) String added in v1.0.2

type IdentityAccessManagementCreateAuthProfileForbidden added in v1.0.2

type IdentityAccessManagementCreateAuthProfileForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateAuthProfileForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementCreateAuthProfileForbidden added in v1.0.2

func NewIdentityAccessManagementCreateAuthProfileForbidden() *IdentityAccessManagementCreateAuthProfileForbidden

NewIdentityAccessManagementCreateAuthProfileForbidden creates a IdentityAccessManagementCreateAuthProfileForbidden with default headers values

func (*IdentityAccessManagementCreateAuthProfileForbidden) Error added in v1.0.2

func (*IdentityAccessManagementCreateAuthProfileForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateAuthProfileForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create auth profile forbidden response has a 4xx status code

func (*IdentityAccessManagementCreateAuthProfileForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management create auth profile forbidden response a status code equal to that given

func (*IdentityAccessManagementCreateAuthProfileForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create auth profile forbidden response has a 3xx status code

func (*IdentityAccessManagementCreateAuthProfileForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create auth profile forbidden response has a 5xx status code

func (*IdentityAccessManagementCreateAuthProfileForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create auth profile forbidden response has a 2xx status code

func (*IdentityAccessManagementCreateAuthProfileForbidden) String added in v1.0.2

type IdentityAccessManagementCreateAuthProfileGatewayTimeout added in v1.0.2

type IdentityAccessManagementCreateAuthProfileGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateAuthProfileGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementCreateAuthProfileGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementCreateAuthProfileGatewayTimeout() *IdentityAccessManagementCreateAuthProfileGatewayTimeout

NewIdentityAccessManagementCreateAuthProfileGatewayTimeout creates a IdentityAccessManagementCreateAuthProfileGatewayTimeout with default headers values

func (*IdentityAccessManagementCreateAuthProfileGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementCreateAuthProfileGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateAuthProfileGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create auth profile gateway timeout response has a 4xx status code

func (*IdentityAccessManagementCreateAuthProfileGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management create auth profile gateway timeout response a status code equal to that given

func (*IdentityAccessManagementCreateAuthProfileGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create auth profile gateway timeout response has a 3xx status code

func (*IdentityAccessManagementCreateAuthProfileGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create auth profile gateway timeout response has a 5xx status code

func (*IdentityAccessManagementCreateAuthProfileGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create auth profile gateway timeout response has a 2xx status code

func (*IdentityAccessManagementCreateAuthProfileGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementCreateAuthProfileInternalServerError added in v1.0.2

type IdentityAccessManagementCreateAuthProfileInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateAuthProfileInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementCreateAuthProfileInternalServerError added in v1.0.2

func NewIdentityAccessManagementCreateAuthProfileInternalServerError() *IdentityAccessManagementCreateAuthProfileInternalServerError

NewIdentityAccessManagementCreateAuthProfileInternalServerError creates a IdentityAccessManagementCreateAuthProfileInternalServerError with default headers values

func (*IdentityAccessManagementCreateAuthProfileInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementCreateAuthProfileInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateAuthProfileInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create auth profile internal server error response has a 4xx status code

func (*IdentityAccessManagementCreateAuthProfileInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management create auth profile internal server error response a status code equal to that given

func (*IdentityAccessManagementCreateAuthProfileInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create auth profile internal server error response has a 3xx status code

func (*IdentityAccessManagementCreateAuthProfileInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create auth profile internal server error response has a 5xx status code

func (*IdentityAccessManagementCreateAuthProfileInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create auth profile internal server error response has a 2xx status code

func (*IdentityAccessManagementCreateAuthProfileInternalServerError) String added in v1.0.2

type IdentityAccessManagementCreateAuthProfileOK added in v1.0.2

type IdentityAccessManagementCreateAuthProfileOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementCreateAuthProfileOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementCreateAuthProfileOK added in v1.0.2

func NewIdentityAccessManagementCreateAuthProfileOK() *IdentityAccessManagementCreateAuthProfileOK

NewIdentityAccessManagementCreateAuthProfileOK creates a IdentityAccessManagementCreateAuthProfileOK with default headers values

func (*IdentityAccessManagementCreateAuthProfileOK) Error added in v1.0.2

func (*IdentityAccessManagementCreateAuthProfileOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateAuthProfileOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create auth profile o k response has a 4xx status code

func (*IdentityAccessManagementCreateAuthProfileOK) IsCode added in v1.0.2

IsCode returns true when this identity access management create auth profile o k response a status code equal to that given

func (*IdentityAccessManagementCreateAuthProfileOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create auth profile o k response has a 3xx status code

func (*IdentityAccessManagementCreateAuthProfileOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create auth profile o k response has a 5xx status code

func (*IdentityAccessManagementCreateAuthProfileOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create auth profile o k response has a 2xx status code

func (*IdentityAccessManagementCreateAuthProfileOK) String added in v1.0.2

type IdentityAccessManagementCreateAuthProfileParams added in v1.0.2

type IdentityAccessManagementCreateAuthProfileParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.AuthorizationProfile

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateAuthProfileParams contains all the parameters to send to the API endpoint

for the identity access management create auth profile operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementCreateAuthProfileParams added in v1.0.2

func NewIdentityAccessManagementCreateAuthProfileParams() *IdentityAccessManagementCreateAuthProfileParams

NewIdentityAccessManagementCreateAuthProfileParams creates a new IdentityAccessManagementCreateAuthProfileParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementCreateAuthProfileParamsWithContext added in v1.0.2

func NewIdentityAccessManagementCreateAuthProfileParamsWithContext(ctx context.Context) *IdentityAccessManagementCreateAuthProfileParams

NewIdentityAccessManagementCreateAuthProfileParamsWithContext creates a new IdentityAccessManagementCreateAuthProfileParams object with the ability to set a context for a request.

func NewIdentityAccessManagementCreateAuthProfileParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementCreateAuthProfileParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementCreateAuthProfileParams

NewIdentityAccessManagementCreateAuthProfileParamsWithHTTPClient creates a new IdentityAccessManagementCreateAuthProfileParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementCreateAuthProfileParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementCreateAuthProfileParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementCreateAuthProfileParams

NewIdentityAccessManagementCreateAuthProfileParamsWithTimeout creates a new IdentityAccessManagementCreateAuthProfileParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementCreateAuthProfileParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management create auth profile params

func (*IdentityAccessManagementCreateAuthProfileParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management create auth profile params

func (*IdentityAccessManagementCreateAuthProfileParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management create auth profile params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementCreateAuthProfileParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management create auth profile params

func (*IdentityAccessManagementCreateAuthProfileParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management create auth profile params

func (*IdentityAccessManagementCreateAuthProfileParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementCreateAuthProfileParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management create auth profile params

func (*IdentityAccessManagementCreateAuthProfileParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management create auth profile params

func (*IdentityAccessManagementCreateAuthProfileParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management create auth profile params

func (*IdentityAccessManagementCreateAuthProfileParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management create auth profile params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementCreateAuthProfileParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management create auth profile params

func (*IdentityAccessManagementCreateAuthProfileParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management create auth profile params

func (*IdentityAccessManagementCreateAuthProfileParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management create auth profile params

func (*IdentityAccessManagementCreateAuthProfileParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementCreateAuthProfileReader added in v1.0.2

type IdentityAccessManagementCreateAuthProfileReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateAuthProfileReader is a Reader for the IdentityAccessManagementCreateAuthProfile structure.

func (*IdentityAccessManagementCreateAuthProfileReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementCreateAuthProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementCreateAuthProfileUnauthorized added in v1.0.2

type IdentityAccessManagementCreateAuthProfileUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateAuthProfileUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementCreateAuthProfileUnauthorized added in v1.0.2

func NewIdentityAccessManagementCreateAuthProfileUnauthorized() *IdentityAccessManagementCreateAuthProfileUnauthorized

NewIdentityAccessManagementCreateAuthProfileUnauthorized creates a IdentityAccessManagementCreateAuthProfileUnauthorized with default headers values

func (*IdentityAccessManagementCreateAuthProfileUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementCreateAuthProfileUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateAuthProfileUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create auth profile unauthorized response has a 4xx status code

func (*IdentityAccessManagementCreateAuthProfileUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management create auth profile unauthorized response a status code equal to that given

func (*IdentityAccessManagementCreateAuthProfileUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create auth profile unauthorized response has a 3xx status code

func (*IdentityAccessManagementCreateAuthProfileUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create auth profile unauthorized response has a 5xx status code

func (*IdentityAccessManagementCreateAuthProfileUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create auth profile unauthorized response has a 2xx status code

func (*IdentityAccessManagementCreateAuthProfileUnauthorized) String added in v1.0.2

type IdentityAccessManagementCreateCredentialBadRequest added in v1.0.2

type IdentityAccessManagementCreateCredentialBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateCredentialBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewIdentityAccessManagementCreateCredentialBadRequest added in v1.0.2

func NewIdentityAccessManagementCreateCredentialBadRequest() *IdentityAccessManagementCreateCredentialBadRequest

NewIdentityAccessManagementCreateCredentialBadRequest creates a IdentityAccessManagementCreateCredentialBadRequest with default headers values

func (*IdentityAccessManagementCreateCredentialBadRequest) Error added in v1.0.2

func (*IdentityAccessManagementCreateCredentialBadRequest) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateCredentialBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create credential bad request response has a 4xx status code

func (*IdentityAccessManagementCreateCredentialBadRequest) IsCode added in v1.0.2

IsCode returns true when this identity access management create credential bad request response a status code equal to that given

func (*IdentityAccessManagementCreateCredentialBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create credential bad request response has a 3xx status code

func (*IdentityAccessManagementCreateCredentialBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create credential bad request response has a 5xx status code

func (*IdentityAccessManagementCreateCredentialBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create credential bad request response has a 2xx status code

func (*IdentityAccessManagementCreateCredentialBadRequest) String added in v1.0.2

type IdentityAccessManagementCreateCredentialConflict added in v1.0.2

type IdentityAccessManagementCreateCredentialConflict struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateCredentialConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this IAM credential record will conflict with an already existing IAM credential record.

func NewIdentityAccessManagementCreateCredentialConflict added in v1.0.2

func NewIdentityAccessManagementCreateCredentialConflict() *IdentityAccessManagementCreateCredentialConflict

NewIdentityAccessManagementCreateCredentialConflict creates a IdentityAccessManagementCreateCredentialConflict with default headers values

func (*IdentityAccessManagementCreateCredentialConflict) Error added in v1.0.2

func (*IdentityAccessManagementCreateCredentialConflict) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateCredentialConflict) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create credential conflict response has a 4xx status code

func (*IdentityAccessManagementCreateCredentialConflict) IsCode added in v1.0.2

IsCode returns true when this identity access management create credential conflict response a status code equal to that given

func (*IdentityAccessManagementCreateCredentialConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create credential conflict response has a 3xx status code

func (*IdentityAccessManagementCreateCredentialConflict) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create credential conflict response has a 5xx status code

func (*IdentityAccessManagementCreateCredentialConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create credential conflict response has a 2xx status code

func (*IdentityAccessManagementCreateCredentialConflict) String added in v1.0.2

type IdentityAccessManagementCreateCredentialDefault added in v1.0.2

type IdentityAccessManagementCreateCredentialDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateCredentialDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementCreateCredentialDefault added in v1.0.2

func NewIdentityAccessManagementCreateCredentialDefault(code int) *IdentityAccessManagementCreateCredentialDefault

NewIdentityAccessManagementCreateCredentialDefault creates a IdentityAccessManagementCreateCredentialDefault with default headers values

func (*IdentityAccessManagementCreateCredentialDefault) Code added in v1.0.2

Code gets the status code for the identity access management create credential default response

func (*IdentityAccessManagementCreateCredentialDefault) Error added in v1.0.2

func (*IdentityAccessManagementCreateCredentialDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateCredentialDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create credential default response has a 4xx status code

func (*IdentityAccessManagementCreateCredentialDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management create credential default response a status code equal to that given

func (*IdentityAccessManagementCreateCredentialDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create credential default response has a 3xx status code

func (*IdentityAccessManagementCreateCredentialDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create credential default response has a 5xx status code

func (*IdentityAccessManagementCreateCredentialDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create credential default response has a 2xx status code

func (*IdentityAccessManagementCreateCredentialDefault) String added in v1.0.2

type IdentityAccessManagementCreateCredentialForbidden added in v1.0.2

type IdentityAccessManagementCreateCredentialForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateCredentialForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementCreateCredentialForbidden added in v1.0.2

func NewIdentityAccessManagementCreateCredentialForbidden() *IdentityAccessManagementCreateCredentialForbidden

NewIdentityAccessManagementCreateCredentialForbidden creates a IdentityAccessManagementCreateCredentialForbidden with default headers values

func (*IdentityAccessManagementCreateCredentialForbidden) Error added in v1.0.2

func (*IdentityAccessManagementCreateCredentialForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateCredentialForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create credential forbidden response has a 4xx status code

func (*IdentityAccessManagementCreateCredentialForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management create credential forbidden response a status code equal to that given

func (*IdentityAccessManagementCreateCredentialForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create credential forbidden response has a 3xx status code

func (*IdentityAccessManagementCreateCredentialForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create credential forbidden response has a 5xx status code

func (*IdentityAccessManagementCreateCredentialForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create credential forbidden response has a 2xx status code

func (*IdentityAccessManagementCreateCredentialForbidden) String added in v1.0.2

type IdentityAccessManagementCreateCredentialGatewayTimeout added in v1.0.2

type IdentityAccessManagementCreateCredentialGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateCredentialGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementCreateCredentialGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementCreateCredentialGatewayTimeout() *IdentityAccessManagementCreateCredentialGatewayTimeout

NewIdentityAccessManagementCreateCredentialGatewayTimeout creates a IdentityAccessManagementCreateCredentialGatewayTimeout with default headers values

func (*IdentityAccessManagementCreateCredentialGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementCreateCredentialGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateCredentialGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create credential gateway timeout response has a 4xx status code

func (*IdentityAccessManagementCreateCredentialGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management create credential gateway timeout response a status code equal to that given

func (*IdentityAccessManagementCreateCredentialGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create credential gateway timeout response has a 3xx status code

func (*IdentityAccessManagementCreateCredentialGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create credential gateway timeout response has a 5xx status code

func (*IdentityAccessManagementCreateCredentialGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create credential gateway timeout response has a 2xx status code

func (*IdentityAccessManagementCreateCredentialGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementCreateCredentialInternalServerError added in v1.0.2

type IdentityAccessManagementCreateCredentialInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateCredentialInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementCreateCredentialInternalServerError added in v1.0.2

func NewIdentityAccessManagementCreateCredentialInternalServerError() *IdentityAccessManagementCreateCredentialInternalServerError

NewIdentityAccessManagementCreateCredentialInternalServerError creates a IdentityAccessManagementCreateCredentialInternalServerError with default headers values

func (*IdentityAccessManagementCreateCredentialInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementCreateCredentialInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateCredentialInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create credential internal server error response has a 4xx status code

func (*IdentityAccessManagementCreateCredentialInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management create credential internal server error response a status code equal to that given

func (*IdentityAccessManagementCreateCredentialInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create credential internal server error response has a 3xx status code

func (*IdentityAccessManagementCreateCredentialInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create credential internal server error response has a 5xx status code

func (*IdentityAccessManagementCreateCredentialInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create credential internal server error response has a 2xx status code

func (*IdentityAccessManagementCreateCredentialInternalServerError) String added in v1.0.2

type IdentityAccessManagementCreateCredentialOK added in v1.0.2

type IdentityAccessManagementCreateCredentialOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementCreateCredentialOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementCreateCredentialOK added in v1.0.2

func NewIdentityAccessManagementCreateCredentialOK() *IdentityAccessManagementCreateCredentialOK

NewIdentityAccessManagementCreateCredentialOK creates a IdentityAccessManagementCreateCredentialOK with default headers values

func (*IdentityAccessManagementCreateCredentialOK) Error added in v1.0.2

func (*IdentityAccessManagementCreateCredentialOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateCredentialOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create credential o k response has a 4xx status code

func (*IdentityAccessManagementCreateCredentialOK) IsCode added in v1.0.2

IsCode returns true when this identity access management create credential o k response a status code equal to that given

func (*IdentityAccessManagementCreateCredentialOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create credential o k response has a 3xx status code

func (*IdentityAccessManagementCreateCredentialOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create credential o k response has a 5xx status code

func (*IdentityAccessManagementCreateCredentialOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create credential o k response has a 2xx status code

func (*IdentityAccessManagementCreateCredentialOK) String added in v1.0.2

type IdentityAccessManagementCreateCredentialParams added in v1.0.2

type IdentityAccessManagementCreateCredentialParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.Credential

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateCredentialParams contains all the parameters to send to the API endpoint

for the identity access management create credential operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementCreateCredentialParams added in v1.0.2

func NewIdentityAccessManagementCreateCredentialParams() *IdentityAccessManagementCreateCredentialParams

NewIdentityAccessManagementCreateCredentialParams creates a new IdentityAccessManagementCreateCredentialParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementCreateCredentialParamsWithContext added in v1.0.2

func NewIdentityAccessManagementCreateCredentialParamsWithContext(ctx context.Context) *IdentityAccessManagementCreateCredentialParams

NewIdentityAccessManagementCreateCredentialParamsWithContext creates a new IdentityAccessManagementCreateCredentialParams object with the ability to set a context for a request.

func NewIdentityAccessManagementCreateCredentialParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementCreateCredentialParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementCreateCredentialParams

NewIdentityAccessManagementCreateCredentialParamsWithHTTPClient creates a new IdentityAccessManagementCreateCredentialParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementCreateCredentialParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementCreateCredentialParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementCreateCredentialParams

NewIdentityAccessManagementCreateCredentialParamsWithTimeout creates a new IdentityAccessManagementCreateCredentialParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementCreateCredentialParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management create credential params

func (*IdentityAccessManagementCreateCredentialParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management create credential params

func (*IdentityAccessManagementCreateCredentialParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management create credential params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementCreateCredentialParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management create credential params

func (*IdentityAccessManagementCreateCredentialParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management create credential params

func (*IdentityAccessManagementCreateCredentialParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementCreateCredentialParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management create credential params

func (*IdentityAccessManagementCreateCredentialParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management create credential params

func (*IdentityAccessManagementCreateCredentialParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management create credential params

func (*IdentityAccessManagementCreateCredentialParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management create credential params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementCreateCredentialParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management create credential params

func (*IdentityAccessManagementCreateCredentialParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management create credential params

func (*IdentityAccessManagementCreateCredentialParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management create credential params

func (*IdentityAccessManagementCreateCredentialParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementCreateCredentialReader added in v1.0.2

type IdentityAccessManagementCreateCredentialReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateCredentialReader is a Reader for the IdentityAccessManagementCreateCredential structure.

func (*IdentityAccessManagementCreateCredentialReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementCreateCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementCreateCredentialUnauthorized added in v1.0.2

type IdentityAccessManagementCreateCredentialUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateCredentialUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementCreateCredentialUnauthorized added in v1.0.2

func NewIdentityAccessManagementCreateCredentialUnauthorized() *IdentityAccessManagementCreateCredentialUnauthorized

NewIdentityAccessManagementCreateCredentialUnauthorized creates a IdentityAccessManagementCreateCredentialUnauthorized with default headers values

func (*IdentityAccessManagementCreateCredentialUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementCreateCredentialUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateCredentialUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create credential unauthorized response has a 4xx status code

func (*IdentityAccessManagementCreateCredentialUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management create credential unauthorized response a status code equal to that given

func (*IdentityAccessManagementCreateCredentialUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create credential unauthorized response has a 3xx status code

func (*IdentityAccessManagementCreateCredentialUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create credential unauthorized response has a 5xx status code

func (*IdentityAccessManagementCreateCredentialUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create credential unauthorized response has a 2xx status code

func (*IdentityAccessManagementCreateCredentialUnauthorized) String added in v1.0.2

type IdentityAccessManagementCreateEnterpriseBadRequest added in v1.0.2

type IdentityAccessManagementCreateEnterpriseBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateEnterpriseBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewIdentityAccessManagementCreateEnterpriseBadRequest added in v1.0.2

func NewIdentityAccessManagementCreateEnterpriseBadRequest() *IdentityAccessManagementCreateEnterpriseBadRequest

NewIdentityAccessManagementCreateEnterpriseBadRequest creates a IdentityAccessManagementCreateEnterpriseBadRequest with default headers values

func (*IdentityAccessManagementCreateEnterpriseBadRequest) Error added in v1.0.2

func (*IdentityAccessManagementCreateEnterpriseBadRequest) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateEnterpriseBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create enterprise bad request response has a 4xx status code

func (*IdentityAccessManagementCreateEnterpriseBadRequest) IsCode added in v1.0.2

IsCode returns true when this identity access management create enterprise bad request response a status code equal to that given

func (*IdentityAccessManagementCreateEnterpriseBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create enterprise bad request response has a 3xx status code

func (*IdentityAccessManagementCreateEnterpriseBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create enterprise bad request response has a 5xx status code

func (*IdentityAccessManagementCreateEnterpriseBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create enterprise bad request response has a 2xx status code

func (*IdentityAccessManagementCreateEnterpriseBadRequest) String added in v1.0.2

type IdentityAccessManagementCreateEnterpriseConflict added in v1.0.2

type IdentityAccessManagementCreateEnterpriseConflict struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateEnterpriseConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this IAM role record will conflict with an already existing IAM role record.

func NewIdentityAccessManagementCreateEnterpriseConflict added in v1.0.2

func NewIdentityAccessManagementCreateEnterpriseConflict() *IdentityAccessManagementCreateEnterpriseConflict

NewIdentityAccessManagementCreateEnterpriseConflict creates a IdentityAccessManagementCreateEnterpriseConflict with default headers values

func (*IdentityAccessManagementCreateEnterpriseConflict) Error added in v1.0.2

func (*IdentityAccessManagementCreateEnterpriseConflict) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateEnterpriseConflict) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create enterprise conflict response has a 4xx status code

func (*IdentityAccessManagementCreateEnterpriseConflict) IsCode added in v1.0.2

IsCode returns true when this identity access management create enterprise conflict response a status code equal to that given

func (*IdentityAccessManagementCreateEnterpriseConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create enterprise conflict response has a 3xx status code

func (*IdentityAccessManagementCreateEnterpriseConflict) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create enterprise conflict response has a 5xx status code

func (*IdentityAccessManagementCreateEnterpriseConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create enterprise conflict response has a 2xx status code

func (*IdentityAccessManagementCreateEnterpriseConflict) String added in v1.0.2

type IdentityAccessManagementCreateEnterpriseDefault added in v1.0.2

type IdentityAccessManagementCreateEnterpriseDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateEnterpriseDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementCreateEnterpriseDefault added in v1.0.2

func NewIdentityAccessManagementCreateEnterpriseDefault(code int) *IdentityAccessManagementCreateEnterpriseDefault

NewIdentityAccessManagementCreateEnterpriseDefault creates a IdentityAccessManagementCreateEnterpriseDefault with default headers values

func (*IdentityAccessManagementCreateEnterpriseDefault) Code added in v1.0.2

Code gets the status code for the identity access management create enterprise default response

func (*IdentityAccessManagementCreateEnterpriseDefault) Error added in v1.0.2

func (*IdentityAccessManagementCreateEnterpriseDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateEnterpriseDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create enterprise default response has a 4xx status code

func (*IdentityAccessManagementCreateEnterpriseDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management create enterprise default response a status code equal to that given

func (*IdentityAccessManagementCreateEnterpriseDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create enterprise default response has a 3xx status code

func (*IdentityAccessManagementCreateEnterpriseDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create enterprise default response has a 5xx status code

func (*IdentityAccessManagementCreateEnterpriseDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create enterprise default response has a 2xx status code

func (*IdentityAccessManagementCreateEnterpriseDefault) String added in v1.0.2

type IdentityAccessManagementCreateEnterpriseForbidden added in v1.0.2

type IdentityAccessManagementCreateEnterpriseForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateEnterpriseForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementCreateEnterpriseForbidden added in v1.0.2

func NewIdentityAccessManagementCreateEnterpriseForbidden() *IdentityAccessManagementCreateEnterpriseForbidden

NewIdentityAccessManagementCreateEnterpriseForbidden creates a IdentityAccessManagementCreateEnterpriseForbidden with default headers values

func (*IdentityAccessManagementCreateEnterpriseForbidden) Error added in v1.0.2

func (*IdentityAccessManagementCreateEnterpriseForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateEnterpriseForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create enterprise forbidden response has a 4xx status code

func (*IdentityAccessManagementCreateEnterpriseForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management create enterprise forbidden response a status code equal to that given

func (*IdentityAccessManagementCreateEnterpriseForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create enterprise forbidden response has a 3xx status code

func (*IdentityAccessManagementCreateEnterpriseForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create enterprise forbidden response has a 5xx status code

func (*IdentityAccessManagementCreateEnterpriseForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create enterprise forbidden response has a 2xx status code

func (*IdentityAccessManagementCreateEnterpriseForbidden) String added in v1.0.2

type IdentityAccessManagementCreateEnterpriseGatewayTimeout added in v1.0.2

type IdentityAccessManagementCreateEnterpriseGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateEnterpriseGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementCreateEnterpriseGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementCreateEnterpriseGatewayTimeout() *IdentityAccessManagementCreateEnterpriseGatewayTimeout

NewIdentityAccessManagementCreateEnterpriseGatewayTimeout creates a IdentityAccessManagementCreateEnterpriseGatewayTimeout with default headers values

func (*IdentityAccessManagementCreateEnterpriseGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementCreateEnterpriseGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateEnterpriseGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create enterprise gateway timeout response has a 4xx status code

func (*IdentityAccessManagementCreateEnterpriseGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management create enterprise gateway timeout response a status code equal to that given

func (*IdentityAccessManagementCreateEnterpriseGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create enterprise gateway timeout response has a 3xx status code

func (*IdentityAccessManagementCreateEnterpriseGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create enterprise gateway timeout response has a 5xx status code

func (*IdentityAccessManagementCreateEnterpriseGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create enterprise gateway timeout response has a 2xx status code

func (*IdentityAccessManagementCreateEnterpriseGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementCreateEnterpriseInternalServerError added in v1.0.2

type IdentityAccessManagementCreateEnterpriseInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateEnterpriseInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementCreateEnterpriseInternalServerError added in v1.0.2

func NewIdentityAccessManagementCreateEnterpriseInternalServerError() *IdentityAccessManagementCreateEnterpriseInternalServerError

NewIdentityAccessManagementCreateEnterpriseInternalServerError creates a IdentityAccessManagementCreateEnterpriseInternalServerError with default headers values

func (*IdentityAccessManagementCreateEnterpriseInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementCreateEnterpriseInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateEnterpriseInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create enterprise internal server error response has a 4xx status code

func (*IdentityAccessManagementCreateEnterpriseInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management create enterprise internal server error response a status code equal to that given

func (*IdentityAccessManagementCreateEnterpriseInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create enterprise internal server error response has a 3xx status code

func (*IdentityAccessManagementCreateEnterpriseInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create enterprise internal server error response has a 5xx status code

func (*IdentityAccessManagementCreateEnterpriseInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create enterprise internal server error response has a 2xx status code

func (*IdentityAccessManagementCreateEnterpriseInternalServerError) String added in v1.0.2

type IdentityAccessManagementCreateEnterpriseOK added in v1.0.2

type IdentityAccessManagementCreateEnterpriseOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementCreateEnterpriseOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementCreateEnterpriseOK added in v1.0.2

func NewIdentityAccessManagementCreateEnterpriseOK() *IdentityAccessManagementCreateEnterpriseOK

NewIdentityAccessManagementCreateEnterpriseOK creates a IdentityAccessManagementCreateEnterpriseOK with default headers values

func (*IdentityAccessManagementCreateEnterpriseOK) Error added in v1.0.2

func (*IdentityAccessManagementCreateEnterpriseOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateEnterpriseOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create enterprise o k response has a 4xx status code

func (*IdentityAccessManagementCreateEnterpriseOK) IsCode added in v1.0.2

IsCode returns true when this identity access management create enterprise o k response a status code equal to that given

func (*IdentityAccessManagementCreateEnterpriseOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create enterprise o k response has a 3xx status code

func (*IdentityAccessManagementCreateEnterpriseOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create enterprise o k response has a 5xx status code

func (*IdentityAccessManagementCreateEnterpriseOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create enterprise o k response has a 2xx status code

func (*IdentityAccessManagementCreateEnterpriseOK) String added in v1.0.2

type IdentityAccessManagementCreateEnterpriseParams added in v1.0.2

type IdentityAccessManagementCreateEnterpriseParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.Enterprise

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateEnterpriseParams contains all the parameters to send to the API endpoint

for the identity access management create enterprise operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementCreateEnterpriseParams added in v1.0.2

func NewIdentityAccessManagementCreateEnterpriseParams() *IdentityAccessManagementCreateEnterpriseParams

NewIdentityAccessManagementCreateEnterpriseParams creates a new IdentityAccessManagementCreateEnterpriseParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementCreateEnterpriseParamsWithContext added in v1.0.2

func NewIdentityAccessManagementCreateEnterpriseParamsWithContext(ctx context.Context) *IdentityAccessManagementCreateEnterpriseParams

NewIdentityAccessManagementCreateEnterpriseParamsWithContext creates a new IdentityAccessManagementCreateEnterpriseParams object with the ability to set a context for a request.

func NewIdentityAccessManagementCreateEnterpriseParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementCreateEnterpriseParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementCreateEnterpriseParams

NewIdentityAccessManagementCreateEnterpriseParamsWithHTTPClient creates a new IdentityAccessManagementCreateEnterpriseParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementCreateEnterpriseParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementCreateEnterpriseParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementCreateEnterpriseParams

NewIdentityAccessManagementCreateEnterpriseParamsWithTimeout creates a new IdentityAccessManagementCreateEnterpriseParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementCreateEnterpriseParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management create enterprise params

func (*IdentityAccessManagementCreateEnterpriseParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management create enterprise params

func (*IdentityAccessManagementCreateEnterpriseParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management create enterprise params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementCreateEnterpriseParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management create enterprise params

func (*IdentityAccessManagementCreateEnterpriseParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management create enterprise params

func (*IdentityAccessManagementCreateEnterpriseParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementCreateEnterpriseParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management create enterprise params

func (*IdentityAccessManagementCreateEnterpriseParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management create enterprise params

func (*IdentityAccessManagementCreateEnterpriseParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management create enterprise params

func (*IdentityAccessManagementCreateEnterpriseParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management create enterprise params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementCreateEnterpriseParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management create enterprise params

func (*IdentityAccessManagementCreateEnterpriseParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management create enterprise params

func (*IdentityAccessManagementCreateEnterpriseParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management create enterprise params

func (*IdentityAccessManagementCreateEnterpriseParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementCreateEnterpriseReader added in v1.0.2

type IdentityAccessManagementCreateEnterpriseReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateEnterpriseReader is a Reader for the IdentityAccessManagementCreateEnterprise structure.

func (*IdentityAccessManagementCreateEnterpriseReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementCreateEnterpriseReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementCreateEnterpriseUnauthorized added in v1.0.2

type IdentityAccessManagementCreateEnterpriseUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateEnterpriseUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementCreateEnterpriseUnauthorized added in v1.0.2

func NewIdentityAccessManagementCreateEnterpriseUnauthorized() *IdentityAccessManagementCreateEnterpriseUnauthorized

NewIdentityAccessManagementCreateEnterpriseUnauthorized creates a IdentityAccessManagementCreateEnterpriseUnauthorized with default headers values

func (*IdentityAccessManagementCreateEnterpriseUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementCreateEnterpriseUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateEnterpriseUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create enterprise unauthorized response has a 4xx status code

func (*IdentityAccessManagementCreateEnterpriseUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management create enterprise unauthorized response a status code equal to that given

func (*IdentityAccessManagementCreateEnterpriseUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create enterprise unauthorized response has a 3xx status code

func (*IdentityAccessManagementCreateEnterpriseUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create enterprise unauthorized response has a 5xx status code

func (*IdentityAccessManagementCreateEnterpriseUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create enterprise unauthorized response has a 2xx status code

func (*IdentityAccessManagementCreateEnterpriseUnauthorized) String added in v1.0.2

type IdentityAccessManagementCreateRealmBadRequest added in v1.0.2

type IdentityAccessManagementCreateRealmBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateRealmBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewIdentityAccessManagementCreateRealmBadRequest added in v1.0.2

func NewIdentityAccessManagementCreateRealmBadRequest() *IdentityAccessManagementCreateRealmBadRequest

NewIdentityAccessManagementCreateRealmBadRequest creates a IdentityAccessManagementCreateRealmBadRequest with default headers values

func (*IdentityAccessManagementCreateRealmBadRequest) Error added in v1.0.2

func (*IdentityAccessManagementCreateRealmBadRequest) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateRealmBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create realm bad request response has a 4xx status code

func (*IdentityAccessManagementCreateRealmBadRequest) IsCode added in v1.0.2

IsCode returns true when this identity access management create realm bad request response a status code equal to that given

func (*IdentityAccessManagementCreateRealmBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create realm bad request response has a 3xx status code

func (*IdentityAccessManagementCreateRealmBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create realm bad request response has a 5xx status code

func (*IdentityAccessManagementCreateRealmBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create realm bad request response has a 2xx status code

func (*IdentityAccessManagementCreateRealmBadRequest) String added in v1.0.2

type IdentityAccessManagementCreateRealmConflict added in v1.0.2

type IdentityAccessManagementCreateRealmConflict struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateRealmConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this realm will conflict with an already existing realm.

func NewIdentityAccessManagementCreateRealmConflict added in v1.0.2

func NewIdentityAccessManagementCreateRealmConflict() *IdentityAccessManagementCreateRealmConflict

NewIdentityAccessManagementCreateRealmConflict creates a IdentityAccessManagementCreateRealmConflict with default headers values

func (*IdentityAccessManagementCreateRealmConflict) Error added in v1.0.2

func (*IdentityAccessManagementCreateRealmConflict) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateRealmConflict) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create realm conflict response has a 4xx status code

func (*IdentityAccessManagementCreateRealmConflict) IsCode added in v1.0.2

IsCode returns true when this identity access management create realm conflict response a status code equal to that given

func (*IdentityAccessManagementCreateRealmConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create realm conflict response has a 3xx status code

func (*IdentityAccessManagementCreateRealmConflict) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create realm conflict response has a 5xx status code

func (*IdentityAccessManagementCreateRealmConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create realm conflict response has a 2xx status code

func (*IdentityAccessManagementCreateRealmConflict) String added in v1.0.2

type IdentityAccessManagementCreateRealmDefault added in v1.0.2

type IdentityAccessManagementCreateRealmDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateRealmDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementCreateRealmDefault added in v1.0.2

func NewIdentityAccessManagementCreateRealmDefault(code int) *IdentityAccessManagementCreateRealmDefault

NewIdentityAccessManagementCreateRealmDefault creates a IdentityAccessManagementCreateRealmDefault with default headers values

func (*IdentityAccessManagementCreateRealmDefault) Code added in v1.0.2

Code gets the status code for the identity access management create realm default response

func (*IdentityAccessManagementCreateRealmDefault) Error added in v1.0.2

func (*IdentityAccessManagementCreateRealmDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateRealmDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create realm default response has a 4xx status code

func (*IdentityAccessManagementCreateRealmDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management create realm default response a status code equal to that given

func (*IdentityAccessManagementCreateRealmDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create realm default response has a 3xx status code

func (*IdentityAccessManagementCreateRealmDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create realm default response has a 5xx status code

func (*IdentityAccessManagementCreateRealmDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create realm default response has a 2xx status code

func (*IdentityAccessManagementCreateRealmDefault) String added in v1.0.2

type IdentityAccessManagementCreateRealmForbidden added in v1.0.2

type IdentityAccessManagementCreateRealmForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateRealmForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementCreateRealmForbidden added in v1.0.2

func NewIdentityAccessManagementCreateRealmForbidden() *IdentityAccessManagementCreateRealmForbidden

NewIdentityAccessManagementCreateRealmForbidden creates a IdentityAccessManagementCreateRealmForbidden with default headers values

func (*IdentityAccessManagementCreateRealmForbidden) Error added in v1.0.2

func (*IdentityAccessManagementCreateRealmForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateRealmForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create realm forbidden response has a 4xx status code

func (*IdentityAccessManagementCreateRealmForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management create realm forbidden response a status code equal to that given

func (*IdentityAccessManagementCreateRealmForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create realm forbidden response has a 3xx status code

func (*IdentityAccessManagementCreateRealmForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create realm forbidden response has a 5xx status code

func (*IdentityAccessManagementCreateRealmForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create realm forbidden response has a 2xx status code

func (*IdentityAccessManagementCreateRealmForbidden) String added in v1.0.2

type IdentityAccessManagementCreateRealmGatewayTimeout added in v1.0.2

type IdentityAccessManagementCreateRealmGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateRealmGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementCreateRealmGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementCreateRealmGatewayTimeout() *IdentityAccessManagementCreateRealmGatewayTimeout

NewIdentityAccessManagementCreateRealmGatewayTimeout creates a IdentityAccessManagementCreateRealmGatewayTimeout with default headers values

func (*IdentityAccessManagementCreateRealmGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementCreateRealmGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateRealmGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create realm gateway timeout response has a 4xx status code

func (*IdentityAccessManagementCreateRealmGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management create realm gateway timeout response a status code equal to that given

func (*IdentityAccessManagementCreateRealmGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create realm gateway timeout response has a 3xx status code

func (*IdentityAccessManagementCreateRealmGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create realm gateway timeout response has a 5xx status code

func (*IdentityAccessManagementCreateRealmGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create realm gateway timeout response has a 2xx status code

func (*IdentityAccessManagementCreateRealmGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementCreateRealmInternalServerError added in v1.0.2

type IdentityAccessManagementCreateRealmInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateRealmInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementCreateRealmInternalServerError added in v1.0.2

func NewIdentityAccessManagementCreateRealmInternalServerError() *IdentityAccessManagementCreateRealmInternalServerError

NewIdentityAccessManagementCreateRealmInternalServerError creates a IdentityAccessManagementCreateRealmInternalServerError with default headers values

func (*IdentityAccessManagementCreateRealmInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementCreateRealmInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateRealmInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create realm internal server error response has a 4xx status code

func (*IdentityAccessManagementCreateRealmInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management create realm internal server error response a status code equal to that given

func (*IdentityAccessManagementCreateRealmInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create realm internal server error response has a 3xx status code

func (*IdentityAccessManagementCreateRealmInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create realm internal server error response has a 5xx status code

func (*IdentityAccessManagementCreateRealmInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create realm internal server error response has a 2xx status code

func (*IdentityAccessManagementCreateRealmInternalServerError) String added in v1.0.2

type IdentityAccessManagementCreateRealmOK added in v1.0.2

type IdentityAccessManagementCreateRealmOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementCreateRealmOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementCreateRealmOK added in v1.0.2

func NewIdentityAccessManagementCreateRealmOK() *IdentityAccessManagementCreateRealmOK

NewIdentityAccessManagementCreateRealmOK creates a IdentityAccessManagementCreateRealmOK with default headers values

func (*IdentityAccessManagementCreateRealmOK) Error added in v1.0.2

func (*IdentityAccessManagementCreateRealmOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateRealmOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementCreateRealmOK) IsClientError() bool

IsClientError returns true when this identity access management create realm o k response has a 4xx status code

func (*IdentityAccessManagementCreateRealmOK) IsCode added in v1.0.2

IsCode returns true when this identity access management create realm o k response a status code equal to that given

func (*IdentityAccessManagementCreateRealmOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create realm o k response has a 3xx status code

func (*IdentityAccessManagementCreateRealmOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementCreateRealmOK) IsServerError() bool

IsServerError returns true when this identity access management create realm o k response has a 5xx status code

func (*IdentityAccessManagementCreateRealmOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create realm o k response has a 2xx status code

func (*IdentityAccessManagementCreateRealmOK) String added in v1.0.2

type IdentityAccessManagementCreateRealmParams added in v1.0.2

type IdentityAccessManagementCreateRealmParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.Realm

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateRealmParams contains all the parameters to send to the API endpoint

for the identity access management create realm operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementCreateRealmParams added in v1.0.2

func NewIdentityAccessManagementCreateRealmParams() *IdentityAccessManagementCreateRealmParams

NewIdentityAccessManagementCreateRealmParams creates a new IdentityAccessManagementCreateRealmParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementCreateRealmParamsWithContext added in v1.0.2

func NewIdentityAccessManagementCreateRealmParamsWithContext(ctx context.Context) *IdentityAccessManagementCreateRealmParams

NewIdentityAccessManagementCreateRealmParamsWithContext creates a new IdentityAccessManagementCreateRealmParams object with the ability to set a context for a request.

func NewIdentityAccessManagementCreateRealmParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementCreateRealmParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementCreateRealmParams

NewIdentityAccessManagementCreateRealmParamsWithHTTPClient creates a new IdentityAccessManagementCreateRealmParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementCreateRealmParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementCreateRealmParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementCreateRealmParams

NewIdentityAccessManagementCreateRealmParamsWithTimeout creates a new IdentityAccessManagementCreateRealmParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementCreateRealmParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management create realm params

func (*IdentityAccessManagementCreateRealmParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management create realm params

func (*IdentityAccessManagementCreateRealmParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management create realm params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementCreateRealmParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementCreateRealmParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management create realm params

func (*IdentityAccessManagementCreateRealmParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management create realm params

func (*IdentityAccessManagementCreateRealmParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementCreateRealmParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management create realm params

func (*IdentityAccessManagementCreateRealmParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management create realm params

func (*IdentityAccessManagementCreateRealmParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management create realm params

func (*IdentityAccessManagementCreateRealmParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management create realm params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementCreateRealmParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management create realm params

func (*IdentityAccessManagementCreateRealmParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management create realm params

func (*IdentityAccessManagementCreateRealmParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management create realm params

func (*IdentityAccessManagementCreateRealmParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementCreateRealmReader added in v1.0.2

type IdentityAccessManagementCreateRealmReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateRealmReader is a Reader for the IdentityAccessManagementCreateRealm structure.

func (*IdentityAccessManagementCreateRealmReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementCreateRealmReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementCreateRealmUnauthorized added in v1.0.2

type IdentityAccessManagementCreateRealmUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateRealmUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementCreateRealmUnauthorized added in v1.0.2

func NewIdentityAccessManagementCreateRealmUnauthorized() *IdentityAccessManagementCreateRealmUnauthorized

NewIdentityAccessManagementCreateRealmUnauthorized creates a IdentityAccessManagementCreateRealmUnauthorized with default headers values

func (*IdentityAccessManagementCreateRealmUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementCreateRealmUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateRealmUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create realm unauthorized response has a 4xx status code

func (*IdentityAccessManagementCreateRealmUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management create realm unauthorized response a status code equal to that given

func (*IdentityAccessManagementCreateRealmUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create realm unauthorized response has a 3xx status code

func (*IdentityAccessManagementCreateRealmUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create realm unauthorized response has a 5xx status code

func (*IdentityAccessManagementCreateRealmUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create realm unauthorized response has a 2xx status code

func (*IdentityAccessManagementCreateRealmUnauthorized) String added in v1.0.2

type IdentityAccessManagementCreateRoleBadRequest added in v1.0.2

type IdentityAccessManagementCreateRoleBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateRoleBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewIdentityAccessManagementCreateRoleBadRequest added in v1.0.2

func NewIdentityAccessManagementCreateRoleBadRequest() *IdentityAccessManagementCreateRoleBadRequest

NewIdentityAccessManagementCreateRoleBadRequest creates a IdentityAccessManagementCreateRoleBadRequest with default headers values

func (*IdentityAccessManagementCreateRoleBadRequest) Error added in v1.0.2

func (*IdentityAccessManagementCreateRoleBadRequest) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateRoleBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create role bad request response has a 4xx status code

func (*IdentityAccessManagementCreateRoleBadRequest) IsCode added in v1.0.2

IsCode returns true when this identity access management create role bad request response a status code equal to that given

func (*IdentityAccessManagementCreateRoleBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create role bad request response has a 3xx status code

func (*IdentityAccessManagementCreateRoleBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create role bad request response has a 5xx status code

func (*IdentityAccessManagementCreateRoleBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create role bad request response has a 2xx status code

func (*IdentityAccessManagementCreateRoleBadRequest) String added in v1.0.2

type IdentityAccessManagementCreateRoleConflict added in v1.0.2

type IdentityAccessManagementCreateRoleConflict struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateRoleConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this IAM role record will conflict with an already existing IAM role record.

func NewIdentityAccessManagementCreateRoleConflict added in v1.0.2

func NewIdentityAccessManagementCreateRoleConflict() *IdentityAccessManagementCreateRoleConflict

NewIdentityAccessManagementCreateRoleConflict creates a IdentityAccessManagementCreateRoleConflict with default headers values

func (*IdentityAccessManagementCreateRoleConflict) Error added in v1.0.2

func (*IdentityAccessManagementCreateRoleConflict) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateRoleConflict) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create role conflict response has a 4xx status code

func (*IdentityAccessManagementCreateRoleConflict) IsCode added in v1.0.2

IsCode returns true when this identity access management create role conflict response a status code equal to that given

func (*IdentityAccessManagementCreateRoleConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create role conflict response has a 3xx status code

func (*IdentityAccessManagementCreateRoleConflict) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create role conflict response has a 5xx status code

func (*IdentityAccessManagementCreateRoleConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create role conflict response has a 2xx status code

func (*IdentityAccessManagementCreateRoleConflict) String added in v1.0.2

type IdentityAccessManagementCreateRoleDefault added in v1.0.2

type IdentityAccessManagementCreateRoleDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateRoleDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementCreateRoleDefault added in v1.0.2

func NewIdentityAccessManagementCreateRoleDefault(code int) *IdentityAccessManagementCreateRoleDefault

NewIdentityAccessManagementCreateRoleDefault creates a IdentityAccessManagementCreateRoleDefault with default headers values

func (*IdentityAccessManagementCreateRoleDefault) Code added in v1.0.2

Code gets the status code for the identity access management create role default response

func (*IdentityAccessManagementCreateRoleDefault) Error added in v1.0.2

func (*IdentityAccessManagementCreateRoleDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateRoleDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create role default response has a 4xx status code

func (*IdentityAccessManagementCreateRoleDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management create role default response a status code equal to that given

func (*IdentityAccessManagementCreateRoleDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create role default response has a 3xx status code

func (*IdentityAccessManagementCreateRoleDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create role default response has a 5xx status code

func (*IdentityAccessManagementCreateRoleDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create role default response has a 2xx status code

func (*IdentityAccessManagementCreateRoleDefault) String added in v1.0.2

type IdentityAccessManagementCreateRoleForbidden added in v1.0.2

type IdentityAccessManagementCreateRoleForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateRoleForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementCreateRoleForbidden added in v1.0.2

func NewIdentityAccessManagementCreateRoleForbidden() *IdentityAccessManagementCreateRoleForbidden

NewIdentityAccessManagementCreateRoleForbidden creates a IdentityAccessManagementCreateRoleForbidden with default headers values

func (*IdentityAccessManagementCreateRoleForbidden) Error added in v1.0.2

func (*IdentityAccessManagementCreateRoleForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateRoleForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create role forbidden response has a 4xx status code

func (*IdentityAccessManagementCreateRoleForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management create role forbidden response a status code equal to that given

func (*IdentityAccessManagementCreateRoleForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create role forbidden response has a 3xx status code

func (*IdentityAccessManagementCreateRoleForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create role forbidden response has a 5xx status code

func (*IdentityAccessManagementCreateRoleForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create role forbidden response has a 2xx status code

func (*IdentityAccessManagementCreateRoleForbidden) String added in v1.0.2

type IdentityAccessManagementCreateRoleGatewayTimeout added in v1.0.2

type IdentityAccessManagementCreateRoleGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateRoleGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementCreateRoleGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementCreateRoleGatewayTimeout() *IdentityAccessManagementCreateRoleGatewayTimeout

NewIdentityAccessManagementCreateRoleGatewayTimeout creates a IdentityAccessManagementCreateRoleGatewayTimeout with default headers values

func (*IdentityAccessManagementCreateRoleGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementCreateRoleGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateRoleGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create role gateway timeout response has a 4xx status code

func (*IdentityAccessManagementCreateRoleGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management create role gateway timeout response a status code equal to that given

func (*IdentityAccessManagementCreateRoleGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create role gateway timeout response has a 3xx status code

func (*IdentityAccessManagementCreateRoleGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create role gateway timeout response has a 5xx status code

func (*IdentityAccessManagementCreateRoleGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create role gateway timeout response has a 2xx status code

func (*IdentityAccessManagementCreateRoleGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementCreateRoleInternalServerError added in v1.0.2

type IdentityAccessManagementCreateRoleInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateRoleInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementCreateRoleInternalServerError added in v1.0.2

func NewIdentityAccessManagementCreateRoleInternalServerError() *IdentityAccessManagementCreateRoleInternalServerError

NewIdentityAccessManagementCreateRoleInternalServerError creates a IdentityAccessManagementCreateRoleInternalServerError with default headers values

func (*IdentityAccessManagementCreateRoleInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementCreateRoleInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateRoleInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create role internal server error response has a 4xx status code

func (*IdentityAccessManagementCreateRoleInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management create role internal server error response a status code equal to that given

func (*IdentityAccessManagementCreateRoleInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create role internal server error response has a 3xx status code

func (*IdentityAccessManagementCreateRoleInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create role internal server error response has a 5xx status code

func (*IdentityAccessManagementCreateRoleInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create role internal server error response has a 2xx status code

func (*IdentityAccessManagementCreateRoleInternalServerError) String added in v1.0.2

type IdentityAccessManagementCreateRoleOK added in v1.0.2

type IdentityAccessManagementCreateRoleOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementCreateRoleOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementCreateRoleOK added in v1.0.2

func NewIdentityAccessManagementCreateRoleOK() *IdentityAccessManagementCreateRoleOK

NewIdentityAccessManagementCreateRoleOK creates a IdentityAccessManagementCreateRoleOK with default headers values

func (*IdentityAccessManagementCreateRoleOK) Error added in v1.0.2

func (*IdentityAccessManagementCreateRoleOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateRoleOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementCreateRoleOK) IsClientError() bool

IsClientError returns true when this identity access management create role o k response has a 4xx status code

func (*IdentityAccessManagementCreateRoleOK) IsCode added in v1.0.2

IsCode returns true when this identity access management create role o k response a status code equal to that given

func (*IdentityAccessManagementCreateRoleOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create role o k response has a 3xx status code

func (*IdentityAccessManagementCreateRoleOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementCreateRoleOK) IsServerError() bool

IsServerError returns true when this identity access management create role o k response has a 5xx status code

func (*IdentityAccessManagementCreateRoleOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create role o k response has a 2xx status code

func (*IdentityAccessManagementCreateRoleOK) String added in v1.0.2

type IdentityAccessManagementCreateRoleParams added in v1.0.2

type IdentityAccessManagementCreateRoleParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.Role

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateRoleParams contains all the parameters to send to the API endpoint

for the identity access management create role operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementCreateRoleParams added in v1.0.2

func NewIdentityAccessManagementCreateRoleParams() *IdentityAccessManagementCreateRoleParams

NewIdentityAccessManagementCreateRoleParams creates a new IdentityAccessManagementCreateRoleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementCreateRoleParamsWithContext added in v1.0.2

func NewIdentityAccessManagementCreateRoleParamsWithContext(ctx context.Context) *IdentityAccessManagementCreateRoleParams

NewIdentityAccessManagementCreateRoleParamsWithContext creates a new IdentityAccessManagementCreateRoleParams object with the ability to set a context for a request.

func NewIdentityAccessManagementCreateRoleParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementCreateRoleParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementCreateRoleParams

NewIdentityAccessManagementCreateRoleParamsWithHTTPClient creates a new IdentityAccessManagementCreateRoleParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementCreateRoleParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementCreateRoleParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementCreateRoleParams

NewIdentityAccessManagementCreateRoleParamsWithTimeout creates a new IdentityAccessManagementCreateRoleParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementCreateRoleParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management create role params

func (*IdentityAccessManagementCreateRoleParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management create role params

func (*IdentityAccessManagementCreateRoleParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management create role params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementCreateRoleParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementCreateRoleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management create role params

func (*IdentityAccessManagementCreateRoleParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management create role params

func (*IdentityAccessManagementCreateRoleParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementCreateRoleParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management create role params

func (*IdentityAccessManagementCreateRoleParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management create role params

func (*IdentityAccessManagementCreateRoleParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management create role params

func (*IdentityAccessManagementCreateRoleParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management create role params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementCreateRoleParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management create role params

func (*IdentityAccessManagementCreateRoleParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management create role params

func (*IdentityAccessManagementCreateRoleParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management create role params

func (*IdentityAccessManagementCreateRoleParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementCreateRoleReader added in v1.0.2

type IdentityAccessManagementCreateRoleReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateRoleReader is a Reader for the IdentityAccessManagementCreateRole structure.

func (*IdentityAccessManagementCreateRoleReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementCreateRoleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementCreateRoleUnauthorized added in v1.0.2

type IdentityAccessManagementCreateRoleUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateRoleUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementCreateRoleUnauthorized added in v1.0.2

func NewIdentityAccessManagementCreateRoleUnauthorized() *IdentityAccessManagementCreateRoleUnauthorized

NewIdentityAccessManagementCreateRoleUnauthorized creates a IdentityAccessManagementCreateRoleUnauthorized with default headers values

func (*IdentityAccessManagementCreateRoleUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementCreateRoleUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateRoleUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create role unauthorized response has a 4xx status code

func (*IdentityAccessManagementCreateRoleUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management create role unauthorized response a status code equal to that given

func (*IdentityAccessManagementCreateRoleUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create role unauthorized response has a 3xx status code

func (*IdentityAccessManagementCreateRoleUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create role unauthorized response has a 5xx status code

func (*IdentityAccessManagementCreateRoleUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create role unauthorized response has a 2xx status code

func (*IdentityAccessManagementCreateRoleUnauthorized) String added in v1.0.2

type IdentityAccessManagementCreateUserBadRequest added in v1.0.2

type IdentityAccessManagementCreateUserBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateUserBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewIdentityAccessManagementCreateUserBadRequest added in v1.0.2

func NewIdentityAccessManagementCreateUserBadRequest() *IdentityAccessManagementCreateUserBadRequest

NewIdentityAccessManagementCreateUserBadRequest creates a IdentityAccessManagementCreateUserBadRequest with default headers values

func (*IdentityAccessManagementCreateUserBadRequest) Error added in v1.0.2

func (*IdentityAccessManagementCreateUserBadRequest) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateUserBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create user bad request response has a 4xx status code

func (*IdentityAccessManagementCreateUserBadRequest) IsCode added in v1.0.2

IsCode returns true when this identity access management create user bad request response a status code equal to that given

func (*IdentityAccessManagementCreateUserBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create user bad request response has a 3xx status code

func (*IdentityAccessManagementCreateUserBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create user bad request response has a 5xx status code

func (*IdentityAccessManagementCreateUserBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create user bad request response has a 2xx status code

func (*IdentityAccessManagementCreateUserBadRequest) String added in v1.0.2

type IdentityAccessManagementCreateUserConflict added in v1.0.2

type IdentityAccessManagementCreateUserConflict struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateUserConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this IAM user record will conflict with an already existing IAM user record.

func NewIdentityAccessManagementCreateUserConflict added in v1.0.2

func NewIdentityAccessManagementCreateUserConflict() *IdentityAccessManagementCreateUserConflict

NewIdentityAccessManagementCreateUserConflict creates a IdentityAccessManagementCreateUserConflict with default headers values

func (*IdentityAccessManagementCreateUserConflict) Error added in v1.0.2

func (*IdentityAccessManagementCreateUserConflict) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateUserConflict) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create user conflict response has a 4xx status code

func (*IdentityAccessManagementCreateUserConflict) IsCode added in v1.0.2

IsCode returns true when this identity access management create user conflict response a status code equal to that given

func (*IdentityAccessManagementCreateUserConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create user conflict response has a 3xx status code

func (*IdentityAccessManagementCreateUserConflict) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create user conflict response has a 5xx status code

func (*IdentityAccessManagementCreateUserConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create user conflict response has a 2xx status code

func (*IdentityAccessManagementCreateUserConflict) String added in v1.0.2

type IdentityAccessManagementCreateUserDefault added in v1.0.2

type IdentityAccessManagementCreateUserDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateUserDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementCreateUserDefault added in v1.0.2

func NewIdentityAccessManagementCreateUserDefault(code int) *IdentityAccessManagementCreateUserDefault

NewIdentityAccessManagementCreateUserDefault creates a IdentityAccessManagementCreateUserDefault with default headers values

func (*IdentityAccessManagementCreateUserDefault) Code added in v1.0.2

Code gets the status code for the identity access management create user default response

func (*IdentityAccessManagementCreateUserDefault) Error added in v1.0.2

func (*IdentityAccessManagementCreateUserDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateUserDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create user default response has a 4xx status code

func (*IdentityAccessManagementCreateUserDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management create user default response a status code equal to that given

func (*IdentityAccessManagementCreateUserDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create user default response has a 3xx status code

func (*IdentityAccessManagementCreateUserDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create user default response has a 5xx status code

func (*IdentityAccessManagementCreateUserDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create user default response has a 2xx status code

func (*IdentityAccessManagementCreateUserDefault) String added in v1.0.2

type IdentityAccessManagementCreateUserForbidden added in v1.0.2

type IdentityAccessManagementCreateUserForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateUserForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementCreateUserForbidden added in v1.0.2

func NewIdentityAccessManagementCreateUserForbidden() *IdentityAccessManagementCreateUserForbidden

NewIdentityAccessManagementCreateUserForbidden creates a IdentityAccessManagementCreateUserForbidden with default headers values

func (*IdentityAccessManagementCreateUserForbidden) Error added in v1.0.2

func (*IdentityAccessManagementCreateUserForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateUserForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create user forbidden response has a 4xx status code

func (*IdentityAccessManagementCreateUserForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management create user forbidden response a status code equal to that given

func (*IdentityAccessManagementCreateUserForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create user forbidden response has a 3xx status code

func (*IdentityAccessManagementCreateUserForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create user forbidden response has a 5xx status code

func (*IdentityAccessManagementCreateUserForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create user forbidden response has a 2xx status code

func (*IdentityAccessManagementCreateUserForbidden) String added in v1.0.2

type IdentityAccessManagementCreateUserGatewayTimeout added in v1.0.2

type IdentityAccessManagementCreateUserGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateUserGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementCreateUserGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementCreateUserGatewayTimeout() *IdentityAccessManagementCreateUserGatewayTimeout

NewIdentityAccessManagementCreateUserGatewayTimeout creates a IdentityAccessManagementCreateUserGatewayTimeout with default headers values

func (*IdentityAccessManagementCreateUserGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementCreateUserGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateUserGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create user gateway timeout response has a 4xx status code

func (*IdentityAccessManagementCreateUserGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management create user gateway timeout response a status code equal to that given

func (*IdentityAccessManagementCreateUserGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create user gateway timeout response has a 3xx status code

func (*IdentityAccessManagementCreateUserGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create user gateway timeout response has a 5xx status code

func (*IdentityAccessManagementCreateUserGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create user gateway timeout response has a 2xx status code

func (*IdentityAccessManagementCreateUserGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementCreateUserInternalServerError added in v1.0.2

type IdentityAccessManagementCreateUserInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateUserInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementCreateUserInternalServerError added in v1.0.2

func NewIdentityAccessManagementCreateUserInternalServerError() *IdentityAccessManagementCreateUserInternalServerError

NewIdentityAccessManagementCreateUserInternalServerError creates a IdentityAccessManagementCreateUserInternalServerError with default headers values

func (*IdentityAccessManagementCreateUserInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementCreateUserInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateUserInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create user internal server error response has a 4xx status code

func (*IdentityAccessManagementCreateUserInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management create user internal server error response a status code equal to that given

func (*IdentityAccessManagementCreateUserInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create user internal server error response has a 3xx status code

func (*IdentityAccessManagementCreateUserInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create user internal server error response has a 5xx status code

func (*IdentityAccessManagementCreateUserInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create user internal server error response has a 2xx status code

func (*IdentityAccessManagementCreateUserInternalServerError) String added in v1.0.2

type IdentityAccessManagementCreateUserOK added in v1.0.2

type IdentityAccessManagementCreateUserOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementCreateUserOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementCreateUserOK added in v1.0.2

func NewIdentityAccessManagementCreateUserOK() *IdentityAccessManagementCreateUserOK

NewIdentityAccessManagementCreateUserOK creates a IdentityAccessManagementCreateUserOK with default headers values

func (*IdentityAccessManagementCreateUserOK) Error added in v1.0.2

func (*IdentityAccessManagementCreateUserOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateUserOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementCreateUserOK) IsClientError() bool

IsClientError returns true when this identity access management create user o k response has a 4xx status code

func (*IdentityAccessManagementCreateUserOK) IsCode added in v1.0.2

IsCode returns true when this identity access management create user o k response a status code equal to that given

func (*IdentityAccessManagementCreateUserOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create user o k response has a 3xx status code

func (*IdentityAccessManagementCreateUserOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementCreateUserOK) IsServerError() bool

IsServerError returns true when this identity access management create user o k response has a 5xx status code

func (*IdentityAccessManagementCreateUserOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create user o k response has a 2xx status code

func (*IdentityAccessManagementCreateUserOK) String added in v1.0.2

type IdentityAccessManagementCreateUserParams added in v1.0.2

type IdentityAccessManagementCreateUserParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.DetailedUser

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateUserParams contains all the parameters to send to the API endpoint

for the identity access management create user operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementCreateUserParams added in v1.0.2

func NewIdentityAccessManagementCreateUserParams() *IdentityAccessManagementCreateUserParams

NewIdentityAccessManagementCreateUserParams creates a new IdentityAccessManagementCreateUserParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementCreateUserParamsWithContext added in v1.0.2

func NewIdentityAccessManagementCreateUserParamsWithContext(ctx context.Context) *IdentityAccessManagementCreateUserParams

NewIdentityAccessManagementCreateUserParamsWithContext creates a new IdentityAccessManagementCreateUserParams object with the ability to set a context for a request.

func NewIdentityAccessManagementCreateUserParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementCreateUserParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementCreateUserParams

NewIdentityAccessManagementCreateUserParamsWithHTTPClient creates a new IdentityAccessManagementCreateUserParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementCreateUserParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementCreateUserParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementCreateUserParams

NewIdentityAccessManagementCreateUserParamsWithTimeout creates a new IdentityAccessManagementCreateUserParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementCreateUserParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management create user params

func (*IdentityAccessManagementCreateUserParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management create user params

func (*IdentityAccessManagementCreateUserParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management create user params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementCreateUserParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementCreateUserParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management create user params

func (*IdentityAccessManagementCreateUserParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management create user params

func (*IdentityAccessManagementCreateUserParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementCreateUserParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management create user params

func (*IdentityAccessManagementCreateUserParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management create user params

func (*IdentityAccessManagementCreateUserParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management create user params

func (*IdentityAccessManagementCreateUserParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management create user params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementCreateUserParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management create user params

func (*IdentityAccessManagementCreateUserParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management create user params

func (*IdentityAccessManagementCreateUserParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management create user params

func (*IdentityAccessManagementCreateUserParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementCreateUserReader added in v1.0.2

type IdentityAccessManagementCreateUserReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateUserReader is a Reader for the IdentityAccessManagementCreateUser structure.

func (*IdentityAccessManagementCreateUserReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementCreateUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementCreateUserSessionSelfDefault added in v1.0.2

type IdentityAccessManagementCreateUserSessionSelfDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateUserSessionSelfDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementCreateUserSessionSelfDefault added in v1.0.2

func NewIdentityAccessManagementCreateUserSessionSelfDefault(code int) *IdentityAccessManagementCreateUserSessionSelfDefault

NewIdentityAccessManagementCreateUserSessionSelfDefault creates a IdentityAccessManagementCreateUserSessionSelfDefault with default headers values

func (*IdentityAccessManagementCreateUserSessionSelfDefault) Code added in v1.0.2

Code gets the status code for the identity access management create user session self default response

func (*IdentityAccessManagementCreateUserSessionSelfDefault) Error added in v1.0.2

func (*IdentityAccessManagementCreateUserSessionSelfDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateUserSessionSelfDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create user session self default response has a 4xx status code

func (*IdentityAccessManagementCreateUserSessionSelfDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management create user session self default response a status code equal to that given

func (*IdentityAccessManagementCreateUserSessionSelfDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create user session self default response has a 3xx status code

func (*IdentityAccessManagementCreateUserSessionSelfDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create user session self default response has a 5xx status code

func (*IdentityAccessManagementCreateUserSessionSelfDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create user session self default response has a 2xx status code

func (*IdentityAccessManagementCreateUserSessionSelfDefault) String added in v1.0.2

type IdentityAccessManagementCreateUserSessionSelfForbidden added in v1.0.2

type IdentityAccessManagementCreateUserSessionSelfForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateUserSessionSelfForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementCreateUserSessionSelfForbidden added in v1.0.2

func NewIdentityAccessManagementCreateUserSessionSelfForbidden() *IdentityAccessManagementCreateUserSessionSelfForbidden

NewIdentityAccessManagementCreateUserSessionSelfForbidden creates a IdentityAccessManagementCreateUserSessionSelfForbidden with default headers values

func (*IdentityAccessManagementCreateUserSessionSelfForbidden) Error added in v1.0.2

func (*IdentityAccessManagementCreateUserSessionSelfForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateUserSessionSelfForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create user session self forbidden response has a 4xx status code

func (*IdentityAccessManagementCreateUserSessionSelfForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management create user session self forbidden response a status code equal to that given

func (*IdentityAccessManagementCreateUserSessionSelfForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create user session self forbidden response has a 3xx status code

func (*IdentityAccessManagementCreateUserSessionSelfForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create user session self forbidden response has a 5xx status code

func (*IdentityAccessManagementCreateUserSessionSelfForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create user session self forbidden response has a 2xx status code

func (*IdentityAccessManagementCreateUserSessionSelfForbidden) String added in v1.0.2

type IdentityAccessManagementCreateUserSessionSelfGatewayTimeout added in v1.0.2

type IdentityAccessManagementCreateUserSessionSelfGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateUserSessionSelfGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementCreateUserSessionSelfGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementCreateUserSessionSelfGatewayTimeout() *IdentityAccessManagementCreateUserSessionSelfGatewayTimeout

NewIdentityAccessManagementCreateUserSessionSelfGatewayTimeout creates a IdentityAccessManagementCreateUserSessionSelfGatewayTimeout with default headers values

func (*IdentityAccessManagementCreateUserSessionSelfGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementCreateUserSessionSelfGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateUserSessionSelfGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create user session self gateway timeout response has a 4xx status code

func (*IdentityAccessManagementCreateUserSessionSelfGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management create user session self gateway timeout response a status code equal to that given

func (*IdentityAccessManagementCreateUserSessionSelfGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create user session self gateway timeout response has a 3xx status code

func (*IdentityAccessManagementCreateUserSessionSelfGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create user session self gateway timeout response has a 5xx status code

func (*IdentityAccessManagementCreateUserSessionSelfGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create user session self gateway timeout response has a 2xx status code

func (*IdentityAccessManagementCreateUserSessionSelfGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementCreateUserSessionSelfInternalServerError added in v1.0.2

type IdentityAccessManagementCreateUserSessionSelfInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateUserSessionSelfInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementCreateUserSessionSelfInternalServerError added in v1.0.2

func NewIdentityAccessManagementCreateUserSessionSelfInternalServerError() *IdentityAccessManagementCreateUserSessionSelfInternalServerError

NewIdentityAccessManagementCreateUserSessionSelfInternalServerError creates a IdentityAccessManagementCreateUserSessionSelfInternalServerError with default headers values

func (*IdentityAccessManagementCreateUserSessionSelfInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementCreateUserSessionSelfInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateUserSessionSelfInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create user session self internal server error response has a 4xx status code

func (*IdentityAccessManagementCreateUserSessionSelfInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management create user session self internal server error response a status code equal to that given

func (*IdentityAccessManagementCreateUserSessionSelfInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create user session self internal server error response has a 3xx status code

func (*IdentityAccessManagementCreateUserSessionSelfInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create user session self internal server error response has a 5xx status code

func (*IdentityAccessManagementCreateUserSessionSelfInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create user session self internal server error response has a 2xx status code

func (*IdentityAccessManagementCreateUserSessionSelfInternalServerError) String added in v1.0.2

type IdentityAccessManagementCreateUserSessionSelfOK added in v1.0.2

type IdentityAccessManagementCreateUserSessionSelfOK struct {
	Payload *swagger_models.AAAFrontendGenerateTokenResponse
}

IdentityAccessManagementCreateUserSessionSelfOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementCreateUserSessionSelfOK added in v1.0.2

func NewIdentityAccessManagementCreateUserSessionSelfOK() *IdentityAccessManagementCreateUserSessionSelfOK

NewIdentityAccessManagementCreateUserSessionSelfOK creates a IdentityAccessManagementCreateUserSessionSelfOK with default headers values

func (*IdentityAccessManagementCreateUserSessionSelfOK) Error added in v1.0.2

func (*IdentityAccessManagementCreateUserSessionSelfOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateUserSessionSelfOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create user session self o k response has a 4xx status code

func (*IdentityAccessManagementCreateUserSessionSelfOK) IsCode added in v1.0.2

IsCode returns true when this identity access management create user session self o k response a status code equal to that given

func (*IdentityAccessManagementCreateUserSessionSelfOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create user session self o k response has a 3xx status code

func (*IdentityAccessManagementCreateUserSessionSelfOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create user session self o k response has a 5xx status code

func (*IdentityAccessManagementCreateUserSessionSelfOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create user session self o k response has a 2xx status code

func (*IdentityAccessManagementCreateUserSessionSelfOK) String added in v1.0.2

type IdentityAccessManagementCreateUserSessionSelfParams added in v1.0.2

type IdentityAccessManagementCreateUserSessionSelfParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateUserSessionSelfParams contains all the parameters to send to the API endpoint

for the identity access management create user session self operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementCreateUserSessionSelfParams added in v1.0.2

func NewIdentityAccessManagementCreateUserSessionSelfParams() *IdentityAccessManagementCreateUserSessionSelfParams

NewIdentityAccessManagementCreateUserSessionSelfParams creates a new IdentityAccessManagementCreateUserSessionSelfParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementCreateUserSessionSelfParamsWithContext added in v1.0.2

func NewIdentityAccessManagementCreateUserSessionSelfParamsWithContext(ctx context.Context) *IdentityAccessManagementCreateUserSessionSelfParams

NewIdentityAccessManagementCreateUserSessionSelfParamsWithContext creates a new IdentityAccessManagementCreateUserSessionSelfParams object with the ability to set a context for a request.

func NewIdentityAccessManagementCreateUserSessionSelfParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementCreateUserSessionSelfParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementCreateUserSessionSelfParams

NewIdentityAccessManagementCreateUserSessionSelfParamsWithHTTPClient creates a new IdentityAccessManagementCreateUserSessionSelfParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementCreateUserSessionSelfParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementCreateUserSessionSelfParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementCreateUserSessionSelfParams

NewIdentityAccessManagementCreateUserSessionSelfParamsWithTimeout creates a new IdentityAccessManagementCreateUserSessionSelfParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementCreateUserSessionSelfParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management create user session self params

func (*IdentityAccessManagementCreateUserSessionSelfParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management create user session self params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementCreateUserSessionSelfParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management create user session self params

func (*IdentityAccessManagementCreateUserSessionSelfParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management create user session self params

func (*IdentityAccessManagementCreateUserSessionSelfParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementCreateUserSessionSelfParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management create user session self params

func (*IdentityAccessManagementCreateUserSessionSelfParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management create user session self params

func (*IdentityAccessManagementCreateUserSessionSelfParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management create user session self params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementCreateUserSessionSelfParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management create user session self params

func (*IdentityAccessManagementCreateUserSessionSelfParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management create user session self params

func (*IdentityAccessManagementCreateUserSessionSelfParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management create user session self params

func (*IdentityAccessManagementCreateUserSessionSelfParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementCreateUserSessionSelfReader added in v1.0.2

type IdentityAccessManagementCreateUserSessionSelfReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementCreateUserSessionSelfReader is a Reader for the IdentityAccessManagementCreateUserSessionSelf structure.

func (*IdentityAccessManagementCreateUserSessionSelfReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementCreateUserSessionSelfReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementCreateUserSessionSelfUnauthorized added in v1.0.2

type IdentityAccessManagementCreateUserSessionSelfUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateUserSessionSelfUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementCreateUserSessionSelfUnauthorized added in v1.0.2

func NewIdentityAccessManagementCreateUserSessionSelfUnauthorized() *IdentityAccessManagementCreateUserSessionSelfUnauthorized

NewIdentityAccessManagementCreateUserSessionSelfUnauthorized creates a IdentityAccessManagementCreateUserSessionSelfUnauthorized with default headers values

func (*IdentityAccessManagementCreateUserSessionSelfUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementCreateUserSessionSelfUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateUserSessionSelfUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create user session self unauthorized response has a 4xx status code

func (*IdentityAccessManagementCreateUserSessionSelfUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management create user session self unauthorized response a status code equal to that given

func (*IdentityAccessManagementCreateUserSessionSelfUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create user session self unauthorized response has a 3xx status code

func (*IdentityAccessManagementCreateUserSessionSelfUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create user session self unauthorized response has a 5xx status code

func (*IdentityAccessManagementCreateUserSessionSelfUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create user session self unauthorized response has a 2xx status code

func (*IdentityAccessManagementCreateUserSessionSelfUnauthorized) String added in v1.0.2

type IdentityAccessManagementCreateUserUnauthorized added in v1.0.2

type IdentityAccessManagementCreateUserUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementCreateUserUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementCreateUserUnauthorized added in v1.0.2

func NewIdentityAccessManagementCreateUserUnauthorized() *IdentityAccessManagementCreateUserUnauthorized

NewIdentityAccessManagementCreateUserUnauthorized creates a IdentityAccessManagementCreateUserUnauthorized with default headers values

func (*IdentityAccessManagementCreateUserUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementCreateUserUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementCreateUserUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management create user unauthorized response has a 4xx status code

func (*IdentityAccessManagementCreateUserUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management create user unauthorized response a status code equal to that given

func (*IdentityAccessManagementCreateUserUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management create user unauthorized response has a 3xx status code

func (*IdentityAccessManagementCreateUserUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management create user unauthorized response has a 5xx status code

func (*IdentityAccessManagementCreateUserUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management create user unauthorized response has a 2xx status code

func (*IdentityAccessManagementCreateUserUnauthorized) String added in v1.0.2

type IdentityAccessManagementDeleteAuthProfileDefault added in v1.0.2

type IdentityAccessManagementDeleteAuthProfileDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementDeleteAuthProfileDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementDeleteAuthProfileDefault added in v1.0.2

func NewIdentityAccessManagementDeleteAuthProfileDefault(code int) *IdentityAccessManagementDeleteAuthProfileDefault

NewIdentityAccessManagementDeleteAuthProfileDefault creates a IdentityAccessManagementDeleteAuthProfileDefault with default headers values

func (*IdentityAccessManagementDeleteAuthProfileDefault) Code added in v1.0.2

Code gets the status code for the identity access management delete auth profile default response

func (*IdentityAccessManagementDeleteAuthProfileDefault) Error added in v1.0.2

func (*IdentityAccessManagementDeleteAuthProfileDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteAuthProfileDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete auth profile default response has a 4xx status code

func (*IdentityAccessManagementDeleteAuthProfileDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management delete auth profile default response a status code equal to that given

func (*IdentityAccessManagementDeleteAuthProfileDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete auth profile default response has a 3xx status code

func (*IdentityAccessManagementDeleteAuthProfileDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete auth profile default response has a 5xx status code

func (*IdentityAccessManagementDeleteAuthProfileDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete auth profile default response has a 2xx status code

func (*IdentityAccessManagementDeleteAuthProfileDefault) String added in v1.0.2

type IdentityAccessManagementDeleteAuthProfileForbidden added in v1.0.2

type IdentityAccessManagementDeleteAuthProfileForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteAuthProfileForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementDeleteAuthProfileForbidden added in v1.0.2

func NewIdentityAccessManagementDeleteAuthProfileForbidden() *IdentityAccessManagementDeleteAuthProfileForbidden

NewIdentityAccessManagementDeleteAuthProfileForbidden creates a IdentityAccessManagementDeleteAuthProfileForbidden with default headers values

func (*IdentityAccessManagementDeleteAuthProfileForbidden) Error added in v1.0.2

func (*IdentityAccessManagementDeleteAuthProfileForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteAuthProfileForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete auth profile forbidden response has a 4xx status code

func (*IdentityAccessManagementDeleteAuthProfileForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management delete auth profile forbidden response a status code equal to that given

func (*IdentityAccessManagementDeleteAuthProfileForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete auth profile forbidden response has a 3xx status code

func (*IdentityAccessManagementDeleteAuthProfileForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete auth profile forbidden response has a 5xx status code

func (*IdentityAccessManagementDeleteAuthProfileForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete auth profile forbidden response has a 2xx status code

func (*IdentityAccessManagementDeleteAuthProfileForbidden) String added in v1.0.2

type IdentityAccessManagementDeleteAuthProfileGatewayTimeout added in v1.0.2

type IdentityAccessManagementDeleteAuthProfileGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteAuthProfileGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementDeleteAuthProfileGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementDeleteAuthProfileGatewayTimeout() *IdentityAccessManagementDeleteAuthProfileGatewayTimeout

NewIdentityAccessManagementDeleteAuthProfileGatewayTimeout creates a IdentityAccessManagementDeleteAuthProfileGatewayTimeout with default headers values

func (*IdentityAccessManagementDeleteAuthProfileGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementDeleteAuthProfileGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteAuthProfileGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete auth profile gateway timeout response has a 4xx status code

func (*IdentityAccessManagementDeleteAuthProfileGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management delete auth profile gateway timeout response a status code equal to that given

func (*IdentityAccessManagementDeleteAuthProfileGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete auth profile gateway timeout response has a 3xx status code

func (*IdentityAccessManagementDeleteAuthProfileGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete auth profile gateway timeout response has a 5xx status code

func (*IdentityAccessManagementDeleteAuthProfileGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete auth profile gateway timeout response has a 2xx status code

func (*IdentityAccessManagementDeleteAuthProfileGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementDeleteAuthProfileInternalServerError added in v1.0.2

type IdentityAccessManagementDeleteAuthProfileInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteAuthProfileInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementDeleteAuthProfileInternalServerError added in v1.0.2

func NewIdentityAccessManagementDeleteAuthProfileInternalServerError() *IdentityAccessManagementDeleteAuthProfileInternalServerError

NewIdentityAccessManagementDeleteAuthProfileInternalServerError creates a IdentityAccessManagementDeleteAuthProfileInternalServerError with default headers values

func (*IdentityAccessManagementDeleteAuthProfileInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementDeleteAuthProfileInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteAuthProfileInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete auth profile internal server error response has a 4xx status code

func (*IdentityAccessManagementDeleteAuthProfileInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management delete auth profile internal server error response a status code equal to that given

func (*IdentityAccessManagementDeleteAuthProfileInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete auth profile internal server error response has a 3xx status code

func (*IdentityAccessManagementDeleteAuthProfileInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete auth profile internal server error response has a 5xx status code

func (*IdentityAccessManagementDeleteAuthProfileInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete auth profile internal server error response has a 2xx status code

func (*IdentityAccessManagementDeleteAuthProfileInternalServerError) String added in v1.0.2

type IdentityAccessManagementDeleteAuthProfileNotFound added in v1.0.2

type IdentityAccessManagementDeleteAuthProfileNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteAuthProfileNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementDeleteAuthProfileNotFound added in v1.0.2

func NewIdentityAccessManagementDeleteAuthProfileNotFound() *IdentityAccessManagementDeleteAuthProfileNotFound

NewIdentityAccessManagementDeleteAuthProfileNotFound creates a IdentityAccessManagementDeleteAuthProfileNotFound with default headers values

func (*IdentityAccessManagementDeleteAuthProfileNotFound) Error added in v1.0.2

func (*IdentityAccessManagementDeleteAuthProfileNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteAuthProfileNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete auth profile not found response has a 4xx status code

func (*IdentityAccessManagementDeleteAuthProfileNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management delete auth profile not found response a status code equal to that given

func (*IdentityAccessManagementDeleteAuthProfileNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete auth profile not found response has a 3xx status code

func (*IdentityAccessManagementDeleteAuthProfileNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete auth profile not found response has a 5xx status code

func (*IdentityAccessManagementDeleteAuthProfileNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete auth profile not found response has a 2xx status code

func (*IdentityAccessManagementDeleteAuthProfileNotFound) String added in v1.0.2

type IdentityAccessManagementDeleteAuthProfileOK added in v1.0.2

type IdentityAccessManagementDeleteAuthProfileOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementDeleteAuthProfileOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementDeleteAuthProfileOK added in v1.0.2

func NewIdentityAccessManagementDeleteAuthProfileOK() *IdentityAccessManagementDeleteAuthProfileOK

NewIdentityAccessManagementDeleteAuthProfileOK creates a IdentityAccessManagementDeleteAuthProfileOK with default headers values

func (*IdentityAccessManagementDeleteAuthProfileOK) Error added in v1.0.2

func (*IdentityAccessManagementDeleteAuthProfileOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteAuthProfileOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete auth profile o k response has a 4xx status code

func (*IdentityAccessManagementDeleteAuthProfileOK) IsCode added in v1.0.2

IsCode returns true when this identity access management delete auth profile o k response a status code equal to that given

func (*IdentityAccessManagementDeleteAuthProfileOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete auth profile o k response has a 3xx status code

func (*IdentityAccessManagementDeleteAuthProfileOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete auth profile o k response has a 5xx status code

func (*IdentityAccessManagementDeleteAuthProfileOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete auth profile o k response has a 2xx status code

func (*IdentityAccessManagementDeleteAuthProfileOK) String added in v1.0.2

type IdentityAccessManagementDeleteAuthProfileParams added in v1.0.2

type IdentityAccessManagementDeleteAuthProfileParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementDeleteAuthProfileParams contains all the parameters to send to the API endpoint

for the identity access management delete auth profile operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementDeleteAuthProfileParams added in v1.0.2

func NewIdentityAccessManagementDeleteAuthProfileParams() *IdentityAccessManagementDeleteAuthProfileParams

NewIdentityAccessManagementDeleteAuthProfileParams creates a new IdentityAccessManagementDeleteAuthProfileParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementDeleteAuthProfileParamsWithContext added in v1.0.2

func NewIdentityAccessManagementDeleteAuthProfileParamsWithContext(ctx context.Context) *IdentityAccessManagementDeleteAuthProfileParams

NewIdentityAccessManagementDeleteAuthProfileParamsWithContext creates a new IdentityAccessManagementDeleteAuthProfileParams object with the ability to set a context for a request.

func NewIdentityAccessManagementDeleteAuthProfileParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementDeleteAuthProfileParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementDeleteAuthProfileParams

NewIdentityAccessManagementDeleteAuthProfileParamsWithHTTPClient creates a new IdentityAccessManagementDeleteAuthProfileParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementDeleteAuthProfileParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementDeleteAuthProfileParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementDeleteAuthProfileParams

NewIdentityAccessManagementDeleteAuthProfileParamsWithTimeout creates a new IdentityAccessManagementDeleteAuthProfileParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementDeleteAuthProfileParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management delete auth profile params

func (*IdentityAccessManagementDeleteAuthProfileParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management delete auth profile params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementDeleteAuthProfileParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management delete auth profile params

func (*IdentityAccessManagementDeleteAuthProfileParams) SetID added in v1.0.2

SetID adds the id to the identity access management delete auth profile params

func (*IdentityAccessManagementDeleteAuthProfileParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management delete auth profile params

func (*IdentityAccessManagementDeleteAuthProfileParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementDeleteAuthProfileParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management delete auth profile params

func (*IdentityAccessManagementDeleteAuthProfileParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management delete auth profile params

func (*IdentityAccessManagementDeleteAuthProfileParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management delete auth profile params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementDeleteAuthProfileParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management delete auth profile params

func (*IdentityAccessManagementDeleteAuthProfileParams) WithID added in v1.0.2

WithID adds the id to the identity access management delete auth profile params

func (*IdentityAccessManagementDeleteAuthProfileParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management delete auth profile params

func (*IdentityAccessManagementDeleteAuthProfileParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management delete auth profile params

func (*IdentityAccessManagementDeleteAuthProfileParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementDeleteAuthProfileReader added in v1.0.2

type IdentityAccessManagementDeleteAuthProfileReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementDeleteAuthProfileReader is a Reader for the IdentityAccessManagementDeleteAuthProfile structure.

func (*IdentityAccessManagementDeleteAuthProfileReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementDeleteAuthProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementDeleteAuthProfileUnauthorized added in v1.0.2

type IdentityAccessManagementDeleteAuthProfileUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteAuthProfileUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementDeleteAuthProfileUnauthorized added in v1.0.2

func NewIdentityAccessManagementDeleteAuthProfileUnauthorized() *IdentityAccessManagementDeleteAuthProfileUnauthorized

NewIdentityAccessManagementDeleteAuthProfileUnauthorized creates a IdentityAccessManagementDeleteAuthProfileUnauthorized with default headers values

func (*IdentityAccessManagementDeleteAuthProfileUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementDeleteAuthProfileUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteAuthProfileUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete auth profile unauthorized response has a 4xx status code

func (*IdentityAccessManagementDeleteAuthProfileUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management delete auth profile unauthorized response a status code equal to that given

func (*IdentityAccessManagementDeleteAuthProfileUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete auth profile unauthorized response has a 3xx status code

func (*IdentityAccessManagementDeleteAuthProfileUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete auth profile unauthorized response has a 5xx status code

func (*IdentityAccessManagementDeleteAuthProfileUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete auth profile unauthorized response has a 2xx status code

func (*IdentityAccessManagementDeleteAuthProfileUnauthorized) String added in v1.0.2

type IdentityAccessManagementDeleteCredentialDefault added in v1.0.2

type IdentityAccessManagementDeleteCredentialDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementDeleteCredentialDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementDeleteCredentialDefault added in v1.0.2

func NewIdentityAccessManagementDeleteCredentialDefault(code int) *IdentityAccessManagementDeleteCredentialDefault

NewIdentityAccessManagementDeleteCredentialDefault creates a IdentityAccessManagementDeleteCredentialDefault with default headers values

func (*IdentityAccessManagementDeleteCredentialDefault) Code added in v1.0.2

Code gets the status code for the identity access management delete credential default response

func (*IdentityAccessManagementDeleteCredentialDefault) Error added in v1.0.2

func (*IdentityAccessManagementDeleteCredentialDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteCredentialDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete credential default response has a 4xx status code

func (*IdentityAccessManagementDeleteCredentialDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management delete credential default response a status code equal to that given

func (*IdentityAccessManagementDeleteCredentialDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete credential default response has a 3xx status code

func (*IdentityAccessManagementDeleteCredentialDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete credential default response has a 5xx status code

func (*IdentityAccessManagementDeleteCredentialDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete credential default response has a 2xx status code

func (*IdentityAccessManagementDeleteCredentialDefault) String added in v1.0.2

type IdentityAccessManagementDeleteCredentialForbidden added in v1.0.2

type IdentityAccessManagementDeleteCredentialForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteCredentialForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementDeleteCredentialForbidden added in v1.0.2

func NewIdentityAccessManagementDeleteCredentialForbidden() *IdentityAccessManagementDeleteCredentialForbidden

NewIdentityAccessManagementDeleteCredentialForbidden creates a IdentityAccessManagementDeleteCredentialForbidden with default headers values

func (*IdentityAccessManagementDeleteCredentialForbidden) Error added in v1.0.2

func (*IdentityAccessManagementDeleteCredentialForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteCredentialForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete credential forbidden response has a 4xx status code

func (*IdentityAccessManagementDeleteCredentialForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management delete credential forbidden response a status code equal to that given

func (*IdentityAccessManagementDeleteCredentialForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete credential forbidden response has a 3xx status code

func (*IdentityAccessManagementDeleteCredentialForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete credential forbidden response has a 5xx status code

func (*IdentityAccessManagementDeleteCredentialForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete credential forbidden response has a 2xx status code

func (*IdentityAccessManagementDeleteCredentialForbidden) String added in v1.0.2

type IdentityAccessManagementDeleteCredentialGatewayTimeout added in v1.0.2

type IdentityAccessManagementDeleteCredentialGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteCredentialGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementDeleteCredentialGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementDeleteCredentialGatewayTimeout() *IdentityAccessManagementDeleteCredentialGatewayTimeout

NewIdentityAccessManagementDeleteCredentialGatewayTimeout creates a IdentityAccessManagementDeleteCredentialGatewayTimeout with default headers values

func (*IdentityAccessManagementDeleteCredentialGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementDeleteCredentialGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteCredentialGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete credential gateway timeout response has a 4xx status code

func (*IdentityAccessManagementDeleteCredentialGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management delete credential gateway timeout response a status code equal to that given

func (*IdentityAccessManagementDeleteCredentialGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete credential gateway timeout response has a 3xx status code

func (*IdentityAccessManagementDeleteCredentialGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete credential gateway timeout response has a 5xx status code

func (*IdentityAccessManagementDeleteCredentialGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete credential gateway timeout response has a 2xx status code

func (*IdentityAccessManagementDeleteCredentialGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementDeleteCredentialInternalServerError added in v1.0.2

type IdentityAccessManagementDeleteCredentialInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteCredentialInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementDeleteCredentialInternalServerError added in v1.0.2

func NewIdentityAccessManagementDeleteCredentialInternalServerError() *IdentityAccessManagementDeleteCredentialInternalServerError

NewIdentityAccessManagementDeleteCredentialInternalServerError creates a IdentityAccessManagementDeleteCredentialInternalServerError with default headers values

func (*IdentityAccessManagementDeleteCredentialInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementDeleteCredentialInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteCredentialInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete credential internal server error response has a 4xx status code

func (*IdentityAccessManagementDeleteCredentialInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management delete credential internal server error response a status code equal to that given

func (*IdentityAccessManagementDeleteCredentialInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete credential internal server error response has a 3xx status code

func (*IdentityAccessManagementDeleteCredentialInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete credential internal server error response has a 5xx status code

func (*IdentityAccessManagementDeleteCredentialInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete credential internal server error response has a 2xx status code

func (*IdentityAccessManagementDeleteCredentialInternalServerError) String added in v1.0.2

type IdentityAccessManagementDeleteCredentialNotFound added in v1.0.2

type IdentityAccessManagementDeleteCredentialNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteCredentialNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementDeleteCredentialNotFound added in v1.0.2

func NewIdentityAccessManagementDeleteCredentialNotFound() *IdentityAccessManagementDeleteCredentialNotFound

NewIdentityAccessManagementDeleteCredentialNotFound creates a IdentityAccessManagementDeleteCredentialNotFound with default headers values

func (*IdentityAccessManagementDeleteCredentialNotFound) Error added in v1.0.2

func (*IdentityAccessManagementDeleteCredentialNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteCredentialNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete credential not found response has a 4xx status code

func (*IdentityAccessManagementDeleteCredentialNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management delete credential not found response a status code equal to that given

func (*IdentityAccessManagementDeleteCredentialNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete credential not found response has a 3xx status code

func (*IdentityAccessManagementDeleteCredentialNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete credential not found response has a 5xx status code

func (*IdentityAccessManagementDeleteCredentialNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete credential not found response has a 2xx status code

func (*IdentityAccessManagementDeleteCredentialNotFound) String added in v1.0.2

type IdentityAccessManagementDeleteCredentialOK added in v1.0.2

type IdentityAccessManagementDeleteCredentialOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementDeleteCredentialOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementDeleteCredentialOK added in v1.0.2

func NewIdentityAccessManagementDeleteCredentialOK() *IdentityAccessManagementDeleteCredentialOK

NewIdentityAccessManagementDeleteCredentialOK creates a IdentityAccessManagementDeleteCredentialOK with default headers values

func (*IdentityAccessManagementDeleteCredentialOK) Error added in v1.0.2

func (*IdentityAccessManagementDeleteCredentialOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteCredentialOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete credential o k response has a 4xx status code

func (*IdentityAccessManagementDeleteCredentialOK) IsCode added in v1.0.2

IsCode returns true when this identity access management delete credential o k response a status code equal to that given

func (*IdentityAccessManagementDeleteCredentialOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete credential o k response has a 3xx status code

func (*IdentityAccessManagementDeleteCredentialOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete credential o k response has a 5xx status code

func (*IdentityAccessManagementDeleteCredentialOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete credential o k response has a 2xx status code

func (*IdentityAccessManagementDeleteCredentialOK) String added in v1.0.2

type IdentityAccessManagementDeleteCredentialParams added in v1.0.2

type IdentityAccessManagementDeleteCredentialParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementDeleteCredentialParams contains all the parameters to send to the API endpoint

for the identity access management delete credential operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementDeleteCredentialParams added in v1.0.2

func NewIdentityAccessManagementDeleteCredentialParams() *IdentityAccessManagementDeleteCredentialParams

NewIdentityAccessManagementDeleteCredentialParams creates a new IdentityAccessManagementDeleteCredentialParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementDeleteCredentialParamsWithContext added in v1.0.2

func NewIdentityAccessManagementDeleteCredentialParamsWithContext(ctx context.Context) *IdentityAccessManagementDeleteCredentialParams

NewIdentityAccessManagementDeleteCredentialParamsWithContext creates a new IdentityAccessManagementDeleteCredentialParams object with the ability to set a context for a request.

func NewIdentityAccessManagementDeleteCredentialParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementDeleteCredentialParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementDeleteCredentialParams

NewIdentityAccessManagementDeleteCredentialParamsWithHTTPClient creates a new IdentityAccessManagementDeleteCredentialParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementDeleteCredentialParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementDeleteCredentialParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementDeleteCredentialParams

NewIdentityAccessManagementDeleteCredentialParamsWithTimeout creates a new IdentityAccessManagementDeleteCredentialParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementDeleteCredentialParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management delete credential params

func (*IdentityAccessManagementDeleteCredentialParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management delete credential params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementDeleteCredentialParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management delete credential params

func (*IdentityAccessManagementDeleteCredentialParams) SetID added in v1.0.2

SetID adds the id to the identity access management delete credential params

func (*IdentityAccessManagementDeleteCredentialParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management delete credential params

func (*IdentityAccessManagementDeleteCredentialParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementDeleteCredentialParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management delete credential params

func (*IdentityAccessManagementDeleteCredentialParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management delete credential params

func (*IdentityAccessManagementDeleteCredentialParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management delete credential params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementDeleteCredentialParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management delete credential params

func (*IdentityAccessManagementDeleteCredentialParams) WithID added in v1.0.2

WithID adds the id to the identity access management delete credential params

func (*IdentityAccessManagementDeleteCredentialParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management delete credential params

func (*IdentityAccessManagementDeleteCredentialParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management delete credential params

func (*IdentityAccessManagementDeleteCredentialParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementDeleteCredentialReader added in v1.0.2

type IdentityAccessManagementDeleteCredentialReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementDeleteCredentialReader is a Reader for the IdentityAccessManagementDeleteCredential structure.

func (*IdentityAccessManagementDeleteCredentialReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementDeleteCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementDeleteCredentialUnauthorized added in v1.0.2

type IdentityAccessManagementDeleteCredentialUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteCredentialUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementDeleteCredentialUnauthorized added in v1.0.2

func NewIdentityAccessManagementDeleteCredentialUnauthorized() *IdentityAccessManagementDeleteCredentialUnauthorized

NewIdentityAccessManagementDeleteCredentialUnauthorized creates a IdentityAccessManagementDeleteCredentialUnauthorized with default headers values

func (*IdentityAccessManagementDeleteCredentialUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementDeleteCredentialUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteCredentialUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete credential unauthorized response has a 4xx status code

func (*IdentityAccessManagementDeleteCredentialUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management delete credential unauthorized response a status code equal to that given

func (*IdentityAccessManagementDeleteCredentialUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete credential unauthorized response has a 3xx status code

func (*IdentityAccessManagementDeleteCredentialUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete credential unauthorized response has a 5xx status code

func (*IdentityAccessManagementDeleteCredentialUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete credential unauthorized response has a 2xx status code

func (*IdentityAccessManagementDeleteCredentialUnauthorized) String added in v1.0.2

type IdentityAccessManagementDeleteEnterpriseConflict added in v1.0.2

type IdentityAccessManagementDeleteEnterpriseConflict struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteEnterpriseConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because there are IAM users of this IAM role

func NewIdentityAccessManagementDeleteEnterpriseConflict added in v1.0.2

func NewIdentityAccessManagementDeleteEnterpriseConflict() *IdentityAccessManagementDeleteEnterpriseConflict

NewIdentityAccessManagementDeleteEnterpriseConflict creates a IdentityAccessManagementDeleteEnterpriseConflict with default headers values

func (*IdentityAccessManagementDeleteEnterpriseConflict) Error added in v1.0.2

func (*IdentityAccessManagementDeleteEnterpriseConflict) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteEnterpriseConflict) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete enterprise conflict response has a 4xx status code

func (*IdentityAccessManagementDeleteEnterpriseConflict) IsCode added in v1.0.2

IsCode returns true when this identity access management delete enterprise conflict response a status code equal to that given

func (*IdentityAccessManagementDeleteEnterpriseConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete enterprise conflict response has a 3xx status code

func (*IdentityAccessManagementDeleteEnterpriseConflict) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete enterprise conflict response has a 5xx status code

func (*IdentityAccessManagementDeleteEnterpriseConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete enterprise conflict response has a 2xx status code

func (*IdentityAccessManagementDeleteEnterpriseConflict) String added in v1.0.2

type IdentityAccessManagementDeleteEnterpriseDefault added in v1.0.2

type IdentityAccessManagementDeleteEnterpriseDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementDeleteEnterpriseDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementDeleteEnterpriseDefault added in v1.0.2

func NewIdentityAccessManagementDeleteEnterpriseDefault(code int) *IdentityAccessManagementDeleteEnterpriseDefault

NewIdentityAccessManagementDeleteEnterpriseDefault creates a IdentityAccessManagementDeleteEnterpriseDefault with default headers values

func (*IdentityAccessManagementDeleteEnterpriseDefault) Code added in v1.0.2

Code gets the status code for the identity access management delete enterprise default response

func (*IdentityAccessManagementDeleteEnterpriseDefault) Error added in v1.0.2

func (*IdentityAccessManagementDeleteEnterpriseDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteEnterpriseDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete enterprise default response has a 4xx status code

func (*IdentityAccessManagementDeleteEnterpriseDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management delete enterprise default response a status code equal to that given

func (*IdentityAccessManagementDeleteEnterpriseDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete enterprise default response has a 3xx status code

func (*IdentityAccessManagementDeleteEnterpriseDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete enterprise default response has a 5xx status code

func (*IdentityAccessManagementDeleteEnterpriseDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete enterprise default response has a 2xx status code

func (*IdentityAccessManagementDeleteEnterpriseDefault) String added in v1.0.2

type IdentityAccessManagementDeleteEnterpriseForbidden added in v1.0.2

type IdentityAccessManagementDeleteEnterpriseForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteEnterpriseForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementDeleteEnterpriseForbidden added in v1.0.2

func NewIdentityAccessManagementDeleteEnterpriseForbidden() *IdentityAccessManagementDeleteEnterpriseForbidden

NewIdentityAccessManagementDeleteEnterpriseForbidden creates a IdentityAccessManagementDeleteEnterpriseForbidden with default headers values

func (*IdentityAccessManagementDeleteEnterpriseForbidden) Error added in v1.0.2

func (*IdentityAccessManagementDeleteEnterpriseForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteEnterpriseForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete enterprise forbidden response has a 4xx status code

func (*IdentityAccessManagementDeleteEnterpriseForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management delete enterprise forbidden response a status code equal to that given

func (*IdentityAccessManagementDeleteEnterpriseForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete enterprise forbidden response has a 3xx status code

func (*IdentityAccessManagementDeleteEnterpriseForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete enterprise forbidden response has a 5xx status code

func (*IdentityAccessManagementDeleteEnterpriseForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete enterprise forbidden response has a 2xx status code

func (*IdentityAccessManagementDeleteEnterpriseForbidden) String added in v1.0.2

type IdentityAccessManagementDeleteEnterpriseGatewayTimeout added in v1.0.2

type IdentityAccessManagementDeleteEnterpriseGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteEnterpriseGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementDeleteEnterpriseGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementDeleteEnterpriseGatewayTimeout() *IdentityAccessManagementDeleteEnterpriseGatewayTimeout

NewIdentityAccessManagementDeleteEnterpriseGatewayTimeout creates a IdentityAccessManagementDeleteEnterpriseGatewayTimeout with default headers values

func (*IdentityAccessManagementDeleteEnterpriseGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementDeleteEnterpriseGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteEnterpriseGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete enterprise gateway timeout response has a 4xx status code

func (*IdentityAccessManagementDeleteEnterpriseGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management delete enterprise gateway timeout response a status code equal to that given

func (*IdentityAccessManagementDeleteEnterpriseGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete enterprise gateway timeout response has a 3xx status code

func (*IdentityAccessManagementDeleteEnterpriseGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete enterprise gateway timeout response has a 5xx status code

func (*IdentityAccessManagementDeleteEnterpriseGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete enterprise gateway timeout response has a 2xx status code

func (*IdentityAccessManagementDeleteEnterpriseGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementDeleteEnterpriseInternalServerError added in v1.0.2

type IdentityAccessManagementDeleteEnterpriseInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteEnterpriseInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementDeleteEnterpriseInternalServerError added in v1.0.2

func NewIdentityAccessManagementDeleteEnterpriseInternalServerError() *IdentityAccessManagementDeleteEnterpriseInternalServerError

NewIdentityAccessManagementDeleteEnterpriseInternalServerError creates a IdentityAccessManagementDeleteEnterpriseInternalServerError with default headers values

func (*IdentityAccessManagementDeleteEnterpriseInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementDeleteEnterpriseInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteEnterpriseInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete enterprise internal server error response has a 4xx status code

func (*IdentityAccessManagementDeleteEnterpriseInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management delete enterprise internal server error response a status code equal to that given

func (*IdentityAccessManagementDeleteEnterpriseInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete enterprise internal server error response has a 3xx status code

func (*IdentityAccessManagementDeleteEnterpriseInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete enterprise internal server error response has a 5xx status code

func (*IdentityAccessManagementDeleteEnterpriseInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete enterprise internal server error response has a 2xx status code

func (*IdentityAccessManagementDeleteEnterpriseInternalServerError) String added in v1.0.2

type IdentityAccessManagementDeleteEnterpriseNotFound added in v1.0.2

type IdentityAccessManagementDeleteEnterpriseNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteEnterpriseNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementDeleteEnterpriseNotFound added in v1.0.2

func NewIdentityAccessManagementDeleteEnterpriseNotFound() *IdentityAccessManagementDeleteEnterpriseNotFound

NewIdentityAccessManagementDeleteEnterpriseNotFound creates a IdentityAccessManagementDeleteEnterpriseNotFound with default headers values

func (*IdentityAccessManagementDeleteEnterpriseNotFound) Error added in v1.0.2

func (*IdentityAccessManagementDeleteEnterpriseNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteEnterpriseNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete enterprise not found response has a 4xx status code

func (*IdentityAccessManagementDeleteEnterpriseNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management delete enterprise not found response a status code equal to that given

func (*IdentityAccessManagementDeleteEnterpriseNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete enterprise not found response has a 3xx status code

func (*IdentityAccessManagementDeleteEnterpriseNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete enterprise not found response has a 5xx status code

func (*IdentityAccessManagementDeleteEnterpriseNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete enterprise not found response has a 2xx status code

func (*IdentityAccessManagementDeleteEnterpriseNotFound) String added in v1.0.2

type IdentityAccessManagementDeleteEnterpriseOK added in v1.0.2

type IdentityAccessManagementDeleteEnterpriseOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementDeleteEnterpriseOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementDeleteEnterpriseOK added in v1.0.2

func NewIdentityAccessManagementDeleteEnterpriseOK() *IdentityAccessManagementDeleteEnterpriseOK

NewIdentityAccessManagementDeleteEnterpriseOK creates a IdentityAccessManagementDeleteEnterpriseOK with default headers values

func (*IdentityAccessManagementDeleteEnterpriseOK) Error added in v1.0.2

func (*IdentityAccessManagementDeleteEnterpriseOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteEnterpriseOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete enterprise o k response has a 4xx status code

func (*IdentityAccessManagementDeleteEnterpriseOK) IsCode added in v1.0.2

IsCode returns true when this identity access management delete enterprise o k response a status code equal to that given

func (*IdentityAccessManagementDeleteEnterpriseOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete enterprise o k response has a 3xx status code

func (*IdentityAccessManagementDeleteEnterpriseOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete enterprise o k response has a 5xx status code

func (*IdentityAccessManagementDeleteEnterpriseOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete enterprise o k response has a 2xx status code

func (*IdentityAccessManagementDeleteEnterpriseOK) String added in v1.0.2

type IdentityAccessManagementDeleteEnterpriseParams added in v1.0.2

type IdentityAccessManagementDeleteEnterpriseParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementDeleteEnterpriseParams contains all the parameters to send to the API endpoint

for the identity access management delete enterprise operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementDeleteEnterpriseParams added in v1.0.2

func NewIdentityAccessManagementDeleteEnterpriseParams() *IdentityAccessManagementDeleteEnterpriseParams

NewIdentityAccessManagementDeleteEnterpriseParams creates a new IdentityAccessManagementDeleteEnterpriseParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementDeleteEnterpriseParamsWithContext added in v1.0.2

func NewIdentityAccessManagementDeleteEnterpriseParamsWithContext(ctx context.Context) *IdentityAccessManagementDeleteEnterpriseParams

NewIdentityAccessManagementDeleteEnterpriseParamsWithContext creates a new IdentityAccessManagementDeleteEnterpriseParams object with the ability to set a context for a request.

func NewIdentityAccessManagementDeleteEnterpriseParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementDeleteEnterpriseParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementDeleteEnterpriseParams

NewIdentityAccessManagementDeleteEnterpriseParamsWithHTTPClient creates a new IdentityAccessManagementDeleteEnterpriseParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementDeleteEnterpriseParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementDeleteEnterpriseParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementDeleteEnterpriseParams

NewIdentityAccessManagementDeleteEnterpriseParamsWithTimeout creates a new IdentityAccessManagementDeleteEnterpriseParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementDeleteEnterpriseParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management delete enterprise params

func (*IdentityAccessManagementDeleteEnterpriseParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management delete enterprise params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementDeleteEnterpriseParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management delete enterprise params

func (*IdentityAccessManagementDeleteEnterpriseParams) SetID added in v1.0.2

SetID adds the id to the identity access management delete enterprise params

func (*IdentityAccessManagementDeleteEnterpriseParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management delete enterprise params

func (*IdentityAccessManagementDeleteEnterpriseParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementDeleteEnterpriseParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management delete enterprise params

func (*IdentityAccessManagementDeleteEnterpriseParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management delete enterprise params

func (*IdentityAccessManagementDeleteEnterpriseParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management delete enterprise params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementDeleteEnterpriseParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management delete enterprise params

func (*IdentityAccessManagementDeleteEnterpriseParams) WithID added in v1.0.2

WithID adds the id to the identity access management delete enterprise params

func (*IdentityAccessManagementDeleteEnterpriseParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management delete enterprise params

func (*IdentityAccessManagementDeleteEnterpriseParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management delete enterprise params

func (*IdentityAccessManagementDeleteEnterpriseParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementDeleteEnterpriseReader added in v1.0.2

type IdentityAccessManagementDeleteEnterpriseReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementDeleteEnterpriseReader is a Reader for the IdentityAccessManagementDeleteEnterprise structure.

func (*IdentityAccessManagementDeleteEnterpriseReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementDeleteEnterpriseReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementDeleteEnterpriseUnauthorized added in v1.0.2

type IdentityAccessManagementDeleteEnterpriseUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteEnterpriseUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementDeleteEnterpriseUnauthorized added in v1.0.2

func NewIdentityAccessManagementDeleteEnterpriseUnauthorized() *IdentityAccessManagementDeleteEnterpriseUnauthorized

NewIdentityAccessManagementDeleteEnterpriseUnauthorized creates a IdentityAccessManagementDeleteEnterpriseUnauthorized with default headers values

func (*IdentityAccessManagementDeleteEnterpriseUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementDeleteEnterpriseUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteEnterpriseUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete enterprise unauthorized response has a 4xx status code

func (*IdentityAccessManagementDeleteEnterpriseUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management delete enterprise unauthorized response a status code equal to that given

func (*IdentityAccessManagementDeleteEnterpriseUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete enterprise unauthorized response has a 3xx status code

func (*IdentityAccessManagementDeleteEnterpriseUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete enterprise unauthorized response has a 5xx status code

func (*IdentityAccessManagementDeleteEnterpriseUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete enterprise unauthorized response has a 2xx status code

func (*IdentityAccessManagementDeleteEnterpriseUnauthorized) String added in v1.0.2

type IdentityAccessManagementDeleteRealmDefault added in v1.0.2

type IdentityAccessManagementDeleteRealmDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementDeleteRealmDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementDeleteRealmDefault added in v1.0.2

func NewIdentityAccessManagementDeleteRealmDefault(code int) *IdentityAccessManagementDeleteRealmDefault

NewIdentityAccessManagementDeleteRealmDefault creates a IdentityAccessManagementDeleteRealmDefault with default headers values

func (*IdentityAccessManagementDeleteRealmDefault) Code added in v1.0.2

Code gets the status code for the identity access management delete realm default response

func (*IdentityAccessManagementDeleteRealmDefault) Error added in v1.0.2

func (*IdentityAccessManagementDeleteRealmDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteRealmDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete realm default response has a 4xx status code

func (*IdentityAccessManagementDeleteRealmDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management delete realm default response a status code equal to that given

func (*IdentityAccessManagementDeleteRealmDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete realm default response has a 3xx status code

func (*IdentityAccessManagementDeleteRealmDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete realm default response has a 5xx status code

func (*IdentityAccessManagementDeleteRealmDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete realm default response has a 2xx status code

func (*IdentityAccessManagementDeleteRealmDefault) String added in v1.0.2

type IdentityAccessManagementDeleteRealmForbidden added in v1.0.2

type IdentityAccessManagementDeleteRealmForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteRealmForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementDeleteRealmForbidden added in v1.0.2

func NewIdentityAccessManagementDeleteRealmForbidden() *IdentityAccessManagementDeleteRealmForbidden

NewIdentityAccessManagementDeleteRealmForbidden creates a IdentityAccessManagementDeleteRealmForbidden with default headers values

func (*IdentityAccessManagementDeleteRealmForbidden) Error added in v1.0.2

func (*IdentityAccessManagementDeleteRealmForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteRealmForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete realm forbidden response has a 4xx status code

func (*IdentityAccessManagementDeleteRealmForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management delete realm forbidden response a status code equal to that given

func (*IdentityAccessManagementDeleteRealmForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete realm forbidden response has a 3xx status code

func (*IdentityAccessManagementDeleteRealmForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete realm forbidden response has a 5xx status code

func (*IdentityAccessManagementDeleteRealmForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete realm forbidden response has a 2xx status code

func (*IdentityAccessManagementDeleteRealmForbidden) String added in v1.0.2

type IdentityAccessManagementDeleteRealmGatewayTimeout added in v1.0.2

type IdentityAccessManagementDeleteRealmGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteRealmGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementDeleteRealmGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementDeleteRealmGatewayTimeout() *IdentityAccessManagementDeleteRealmGatewayTimeout

NewIdentityAccessManagementDeleteRealmGatewayTimeout creates a IdentityAccessManagementDeleteRealmGatewayTimeout with default headers values

func (*IdentityAccessManagementDeleteRealmGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementDeleteRealmGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteRealmGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete realm gateway timeout response has a 4xx status code

func (*IdentityAccessManagementDeleteRealmGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management delete realm gateway timeout response a status code equal to that given

func (*IdentityAccessManagementDeleteRealmGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete realm gateway timeout response has a 3xx status code

func (*IdentityAccessManagementDeleteRealmGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete realm gateway timeout response has a 5xx status code

func (*IdentityAccessManagementDeleteRealmGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete realm gateway timeout response has a 2xx status code

func (*IdentityAccessManagementDeleteRealmGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementDeleteRealmInternalServerError added in v1.0.2

type IdentityAccessManagementDeleteRealmInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteRealmInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementDeleteRealmInternalServerError added in v1.0.2

func NewIdentityAccessManagementDeleteRealmInternalServerError() *IdentityAccessManagementDeleteRealmInternalServerError

NewIdentityAccessManagementDeleteRealmInternalServerError creates a IdentityAccessManagementDeleteRealmInternalServerError with default headers values

func (*IdentityAccessManagementDeleteRealmInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementDeleteRealmInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteRealmInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete realm internal server error response has a 4xx status code

func (*IdentityAccessManagementDeleteRealmInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management delete realm internal server error response a status code equal to that given

func (*IdentityAccessManagementDeleteRealmInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete realm internal server error response has a 3xx status code

func (*IdentityAccessManagementDeleteRealmInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete realm internal server error response has a 5xx status code

func (*IdentityAccessManagementDeleteRealmInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete realm internal server error response has a 2xx status code

func (*IdentityAccessManagementDeleteRealmInternalServerError) String added in v1.0.2

type IdentityAccessManagementDeleteRealmNotFound added in v1.0.2

type IdentityAccessManagementDeleteRealmNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteRealmNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementDeleteRealmNotFound added in v1.0.2

func NewIdentityAccessManagementDeleteRealmNotFound() *IdentityAccessManagementDeleteRealmNotFound

NewIdentityAccessManagementDeleteRealmNotFound creates a IdentityAccessManagementDeleteRealmNotFound with default headers values

func (*IdentityAccessManagementDeleteRealmNotFound) Error added in v1.0.2

func (*IdentityAccessManagementDeleteRealmNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteRealmNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete realm not found response has a 4xx status code

func (*IdentityAccessManagementDeleteRealmNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management delete realm not found response a status code equal to that given

func (*IdentityAccessManagementDeleteRealmNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete realm not found response has a 3xx status code

func (*IdentityAccessManagementDeleteRealmNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete realm not found response has a 5xx status code

func (*IdentityAccessManagementDeleteRealmNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete realm not found response has a 2xx status code

func (*IdentityAccessManagementDeleteRealmNotFound) String added in v1.0.2

type IdentityAccessManagementDeleteRealmOK added in v1.0.2

type IdentityAccessManagementDeleteRealmOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementDeleteRealmOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementDeleteRealmOK added in v1.0.2

func NewIdentityAccessManagementDeleteRealmOK() *IdentityAccessManagementDeleteRealmOK

NewIdentityAccessManagementDeleteRealmOK creates a IdentityAccessManagementDeleteRealmOK with default headers values

func (*IdentityAccessManagementDeleteRealmOK) Error added in v1.0.2

func (*IdentityAccessManagementDeleteRealmOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteRealmOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementDeleteRealmOK) IsClientError() bool

IsClientError returns true when this identity access management delete realm o k response has a 4xx status code

func (*IdentityAccessManagementDeleteRealmOK) IsCode added in v1.0.2

IsCode returns true when this identity access management delete realm o k response a status code equal to that given

func (*IdentityAccessManagementDeleteRealmOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete realm o k response has a 3xx status code

func (*IdentityAccessManagementDeleteRealmOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementDeleteRealmOK) IsServerError() bool

IsServerError returns true when this identity access management delete realm o k response has a 5xx status code

func (*IdentityAccessManagementDeleteRealmOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete realm o k response has a 2xx status code

func (*IdentityAccessManagementDeleteRealmOK) String added in v1.0.2

type IdentityAccessManagementDeleteRealmParams added in v1.0.2

type IdentityAccessManagementDeleteRealmParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementDeleteRealmParams contains all the parameters to send to the API endpoint

for the identity access management delete realm operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementDeleteRealmParams added in v1.0.2

func NewIdentityAccessManagementDeleteRealmParams() *IdentityAccessManagementDeleteRealmParams

NewIdentityAccessManagementDeleteRealmParams creates a new IdentityAccessManagementDeleteRealmParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementDeleteRealmParamsWithContext added in v1.0.2

func NewIdentityAccessManagementDeleteRealmParamsWithContext(ctx context.Context) *IdentityAccessManagementDeleteRealmParams

NewIdentityAccessManagementDeleteRealmParamsWithContext creates a new IdentityAccessManagementDeleteRealmParams object with the ability to set a context for a request.

func NewIdentityAccessManagementDeleteRealmParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementDeleteRealmParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementDeleteRealmParams

NewIdentityAccessManagementDeleteRealmParamsWithHTTPClient creates a new IdentityAccessManagementDeleteRealmParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementDeleteRealmParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementDeleteRealmParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementDeleteRealmParams

NewIdentityAccessManagementDeleteRealmParamsWithTimeout creates a new IdentityAccessManagementDeleteRealmParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementDeleteRealmParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management delete realm params

func (*IdentityAccessManagementDeleteRealmParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management delete realm params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementDeleteRealmParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementDeleteRealmParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management delete realm params

func (*IdentityAccessManagementDeleteRealmParams) SetID added in v1.0.2

SetID adds the id to the identity access management delete realm params

func (*IdentityAccessManagementDeleteRealmParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management delete realm params

func (*IdentityAccessManagementDeleteRealmParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementDeleteRealmParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management delete realm params

func (*IdentityAccessManagementDeleteRealmParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management delete realm params

func (*IdentityAccessManagementDeleteRealmParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management delete realm params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementDeleteRealmParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management delete realm params

func (*IdentityAccessManagementDeleteRealmParams) WithID added in v1.0.2

WithID adds the id to the identity access management delete realm params

func (*IdentityAccessManagementDeleteRealmParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management delete realm params

func (*IdentityAccessManagementDeleteRealmParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management delete realm params

func (*IdentityAccessManagementDeleteRealmParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementDeleteRealmReader added in v1.0.2

type IdentityAccessManagementDeleteRealmReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementDeleteRealmReader is a Reader for the IdentityAccessManagementDeleteRealm structure.

func (*IdentityAccessManagementDeleteRealmReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementDeleteRealmReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementDeleteRealmUnauthorized added in v1.0.2

type IdentityAccessManagementDeleteRealmUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteRealmUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementDeleteRealmUnauthorized added in v1.0.2

func NewIdentityAccessManagementDeleteRealmUnauthorized() *IdentityAccessManagementDeleteRealmUnauthorized

NewIdentityAccessManagementDeleteRealmUnauthorized creates a IdentityAccessManagementDeleteRealmUnauthorized with default headers values

func (*IdentityAccessManagementDeleteRealmUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementDeleteRealmUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteRealmUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete realm unauthorized response has a 4xx status code

func (*IdentityAccessManagementDeleteRealmUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management delete realm unauthorized response a status code equal to that given

func (*IdentityAccessManagementDeleteRealmUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete realm unauthorized response has a 3xx status code

func (*IdentityAccessManagementDeleteRealmUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete realm unauthorized response has a 5xx status code

func (*IdentityAccessManagementDeleteRealmUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete realm unauthorized response has a 2xx status code

func (*IdentityAccessManagementDeleteRealmUnauthorized) String added in v1.0.2

type IdentityAccessManagementDeleteRoleConflict added in v1.0.2

type IdentityAccessManagementDeleteRoleConflict struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteRoleConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because there are IAM users of this IAM role

func NewIdentityAccessManagementDeleteRoleConflict added in v1.0.2

func NewIdentityAccessManagementDeleteRoleConflict() *IdentityAccessManagementDeleteRoleConflict

NewIdentityAccessManagementDeleteRoleConflict creates a IdentityAccessManagementDeleteRoleConflict with default headers values

func (*IdentityAccessManagementDeleteRoleConflict) Error added in v1.0.2

func (*IdentityAccessManagementDeleteRoleConflict) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteRoleConflict) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete role conflict response has a 4xx status code

func (*IdentityAccessManagementDeleteRoleConflict) IsCode added in v1.0.2

IsCode returns true when this identity access management delete role conflict response a status code equal to that given

func (*IdentityAccessManagementDeleteRoleConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete role conflict response has a 3xx status code

func (*IdentityAccessManagementDeleteRoleConflict) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete role conflict response has a 5xx status code

func (*IdentityAccessManagementDeleteRoleConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete role conflict response has a 2xx status code

func (*IdentityAccessManagementDeleteRoleConflict) String added in v1.0.2

type IdentityAccessManagementDeleteRoleDefault added in v1.0.2

type IdentityAccessManagementDeleteRoleDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementDeleteRoleDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementDeleteRoleDefault added in v1.0.2

func NewIdentityAccessManagementDeleteRoleDefault(code int) *IdentityAccessManagementDeleteRoleDefault

NewIdentityAccessManagementDeleteRoleDefault creates a IdentityAccessManagementDeleteRoleDefault with default headers values

func (*IdentityAccessManagementDeleteRoleDefault) Code added in v1.0.2

Code gets the status code for the identity access management delete role default response

func (*IdentityAccessManagementDeleteRoleDefault) Error added in v1.0.2

func (*IdentityAccessManagementDeleteRoleDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteRoleDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete role default response has a 4xx status code

func (*IdentityAccessManagementDeleteRoleDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management delete role default response a status code equal to that given

func (*IdentityAccessManagementDeleteRoleDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete role default response has a 3xx status code

func (*IdentityAccessManagementDeleteRoleDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete role default response has a 5xx status code

func (*IdentityAccessManagementDeleteRoleDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete role default response has a 2xx status code

func (*IdentityAccessManagementDeleteRoleDefault) String added in v1.0.2

type IdentityAccessManagementDeleteRoleForbidden added in v1.0.2

type IdentityAccessManagementDeleteRoleForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteRoleForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementDeleteRoleForbidden added in v1.0.2

func NewIdentityAccessManagementDeleteRoleForbidden() *IdentityAccessManagementDeleteRoleForbidden

NewIdentityAccessManagementDeleteRoleForbidden creates a IdentityAccessManagementDeleteRoleForbidden with default headers values

func (*IdentityAccessManagementDeleteRoleForbidden) Error added in v1.0.2

func (*IdentityAccessManagementDeleteRoleForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteRoleForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete role forbidden response has a 4xx status code

func (*IdentityAccessManagementDeleteRoleForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management delete role forbidden response a status code equal to that given

func (*IdentityAccessManagementDeleteRoleForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete role forbidden response has a 3xx status code

func (*IdentityAccessManagementDeleteRoleForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete role forbidden response has a 5xx status code

func (*IdentityAccessManagementDeleteRoleForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete role forbidden response has a 2xx status code

func (*IdentityAccessManagementDeleteRoleForbidden) String added in v1.0.2

type IdentityAccessManagementDeleteRoleGatewayTimeout added in v1.0.2

type IdentityAccessManagementDeleteRoleGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteRoleGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementDeleteRoleGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementDeleteRoleGatewayTimeout() *IdentityAccessManagementDeleteRoleGatewayTimeout

NewIdentityAccessManagementDeleteRoleGatewayTimeout creates a IdentityAccessManagementDeleteRoleGatewayTimeout with default headers values

func (*IdentityAccessManagementDeleteRoleGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementDeleteRoleGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteRoleGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete role gateway timeout response has a 4xx status code

func (*IdentityAccessManagementDeleteRoleGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management delete role gateway timeout response a status code equal to that given

func (*IdentityAccessManagementDeleteRoleGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete role gateway timeout response has a 3xx status code

func (*IdentityAccessManagementDeleteRoleGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete role gateway timeout response has a 5xx status code

func (*IdentityAccessManagementDeleteRoleGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete role gateway timeout response has a 2xx status code

func (*IdentityAccessManagementDeleteRoleGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementDeleteRoleInternalServerError added in v1.0.2

type IdentityAccessManagementDeleteRoleInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteRoleInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementDeleteRoleInternalServerError added in v1.0.2

func NewIdentityAccessManagementDeleteRoleInternalServerError() *IdentityAccessManagementDeleteRoleInternalServerError

NewIdentityAccessManagementDeleteRoleInternalServerError creates a IdentityAccessManagementDeleteRoleInternalServerError with default headers values

func (*IdentityAccessManagementDeleteRoleInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementDeleteRoleInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteRoleInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete role internal server error response has a 4xx status code

func (*IdentityAccessManagementDeleteRoleInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management delete role internal server error response a status code equal to that given

func (*IdentityAccessManagementDeleteRoleInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete role internal server error response has a 3xx status code

func (*IdentityAccessManagementDeleteRoleInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete role internal server error response has a 5xx status code

func (*IdentityAccessManagementDeleteRoleInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete role internal server error response has a 2xx status code

func (*IdentityAccessManagementDeleteRoleInternalServerError) String added in v1.0.2

type IdentityAccessManagementDeleteRoleNotFound added in v1.0.2

type IdentityAccessManagementDeleteRoleNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteRoleNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementDeleteRoleNotFound added in v1.0.2

func NewIdentityAccessManagementDeleteRoleNotFound() *IdentityAccessManagementDeleteRoleNotFound

NewIdentityAccessManagementDeleteRoleNotFound creates a IdentityAccessManagementDeleteRoleNotFound with default headers values

func (*IdentityAccessManagementDeleteRoleNotFound) Error added in v1.0.2

func (*IdentityAccessManagementDeleteRoleNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteRoleNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete role not found response has a 4xx status code

func (*IdentityAccessManagementDeleteRoleNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management delete role not found response a status code equal to that given

func (*IdentityAccessManagementDeleteRoleNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete role not found response has a 3xx status code

func (*IdentityAccessManagementDeleteRoleNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete role not found response has a 5xx status code

func (*IdentityAccessManagementDeleteRoleNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete role not found response has a 2xx status code

func (*IdentityAccessManagementDeleteRoleNotFound) String added in v1.0.2

type IdentityAccessManagementDeleteRoleOK added in v1.0.2

type IdentityAccessManagementDeleteRoleOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementDeleteRoleOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementDeleteRoleOK added in v1.0.2

func NewIdentityAccessManagementDeleteRoleOK() *IdentityAccessManagementDeleteRoleOK

NewIdentityAccessManagementDeleteRoleOK creates a IdentityAccessManagementDeleteRoleOK with default headers values

func (*IdentityAccessManagementDeleteRoleOK) Error added in v1.0.2

func (*IdentityAccessManagementDeleteRoleOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteRoleOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementDeleteRoleOK) IsClientError() bool

IsClientError returns true when this identity access management delete role o k response has a 4xx status code

func (*IdentityAccessManagementDeleteRoleOK) IsCode added in v1.0.2

IsCode returns true when this identity access management delete role o k response a status code equal to that given

func (*IdentityAccessManagementDeleteRoleOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete role o k response has a 3xx status code

func (*IdentityAccessManagementDeleteRoleOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementDeleteRoleOK) IsServerError() bool

IsServerError returns true when this identity access management delete role o k response has a 5xx status code

func (*IdentityAccessManagementDeleteRoleOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete role o k response has a 2xx status code

func (*IdentityAccessManagementDeleteRoleOK) String added in v1.0.2

type IdentityAccessManagementDeleteRoleParams added in v1.0.2

type IdentityAccessManagementDeleteRoleParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementDeleteRoleParams contains all the parameters to send to the API endpoint

for the identity access management delete role operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementDeleteRoleParams added in v1.0.2

func NewIdentityAccessManagementDeleteRoleParams() *IdentityAccessManagementDeleteRoleParams

NewIdentityAccessManagementDeleteRoleParams creates a new IdentityAccessManagementDeleteRoleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementDeleteRoleParamsWithContext added in v1.0.2

func NewIdentityAccessManagementDeleteRoleParamsWithContext(ctx context.Context) *IdentityAccessManagementDeleteRoleParams

NewIdentityAccessManagementDeleteRoleParamsWithContext creates a new IdentityAccessManagementDeleteRoleParams object with the ability to set a context for a request.

func NewIdentityAccessManagementDeleteRoleParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementDeleteRoleParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementDeleteRoleParams

NewIdentityAccessManagementDeleteRoleParamsWithHTTPClient creates a new IdentityAccessManagementDeleteRoleParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementDeleteRoleParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementDeleteRoleParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementDeleteRoleParams

NewIdentityAccessManagementDeleteRoleParamsWithTimeout creates a new IdentityAccessManagementDeleteRoleParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementDeleteRoleParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management delete role params

func (*IdentityAccessManagementDeleteRoleParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management delete role params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementDeleteRoleParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementDeleteRoleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management delete role params

func (*IdentityAccessManagementDeleteRoleParams) SetID added in v1.0.2

SetID adds the id to the identity access management delete role params

func (*IdentityAccessManagementDeleteRoleParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management delete role params

func (*IdentityAccessManagementDeleteRoleParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementDeleteRoleParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management delete role params

func (*IdentityAccessManagementDeleteRoleParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management delete role params

func (*IdentityAccessManagementDeleteRoleParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management delete role params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementDeleteRoleParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management delete role params

func (*IdentityAccessManagementDeleteRoleParams) WithID added in v1.0.2

WithID adds the id to the identity access management delete role params

func (*IdentityAccessManagementDeleteRoleParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management delete role params

func (*IdentityAccessManagementDeleteRoleParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management delete role params

func (*IdentityAccessManagementDeleteRoleParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementDeleteRoleReader added in v1.0.2

type IdentityAccessManagementDeleteRoleReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementDeleteRoleReader is a Reader for the IdentityAccessManagementDeleteRole structure.

func (*IdentityAccessManagementDeleteRoleReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementDeleteRoleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementDeleteRoleUnauthorized added in v1.0.2

type IdentityAccessManagementDeleteRoleUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteRoleUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementDeleteRoleUnauthorized added in v1.0.2

func NewIdentityAccessManagementDeleteRoleUnauthorized() *IdentityAccessManagementDeleteRoleUnauthorized

NewIdentityAccessManagementDeleteRoleUnauthorized creates a IdentityAccessManagementDeleteRoleUnauthorized with default headers values

func (*IdentityAccessManagementDeleteRoleUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementDeleteRoleUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteRoleUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete role unauthorized response has a 4xx status code

func (*IdentityAccessManagementDeleteRoleUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management delete role unauthorized response a status code equal to that given

func (*IdentityAccessManagementDeleteRoleUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete role unauthorized response has a 3xx status code

func (*IdentityAccessManagementDeleteRoleUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete role unauthorized response has a 5xx status code

func (*IdentityAccessManagementDeleteRoleUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete role unauthorized response has a 2xx status code

func (*IdentityAccessManagementDeleteRoleUnauthorized) String added in v1.0.2

type IdentityAccessManagementDeleteUserDefault added in v1.0.2

type IdentityAccessManagementDeleteUserDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementDeleteUserDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementDeleteUserDefault added in v1.0.2

func NewIdentityAccessManagementDeleteUserDefault(code int) *IdentityAccessManagementDeleteUserDefault

NewIdentityAccessManagementDeleteUserDefault creates a IdentityAccessManagementDeleteUserDefault with default headers values

func (*IdentityAccessManagementDeleteUserDefault) Code added in v1.0.2

Code gets the status code for the identity access management delete user default response

func (*IdentityAccessManagementDeleteUserDefault) Error added in v1.0.2

func (*IdentityAccessManagementDeleteUserDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteUserDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete user default response has a 4xx status code

func (*IdentityAccessManagementDeleteUserDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management delete user default response a status code equal to that given

func (*IdentityAccessManagementDeleteUserDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete user default response has a 3xx status code

func (*IdentityAccessManagementDeleteUserDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete user default response has a 5xx status code

func (*IdentityAccessManagementDeleteUserDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete user default response has a 2xx status code

func (*IdentityAccessManagementDeleteUserDefault) String added in v1.0.2

type IdentityAccessManagementDeleteUserForbidden added in v1.0.2

type IdentityAccessManagementDeleteUserForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteUserForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementDeleteUserForbidden added in v1.0.2

func NewIdentityAccessManagementDeleteUserForbidden() *IdentityAccessManagementDeleteUserForbidden

NewIdentityAccessManagementDeleteUserForbidden creates a IdentityAccessManagementDeleteUserForbidden with default headers values

func (*IdentityAccessManagementDeleteUserForbidden) Error added in v1.0.2

func (*IdentityAccessManagementDeleteUserForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteUserForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete user forbidden response has a 4xx status code

func (*IdentityAccessManagementDeleteUserForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management delete user forbidden response a status code equal to that given

func (*IdentityAccessManagementDeleteUserForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete user forbidden response has a 3xx status code

func (*IdentityAccessManagementDeleteUserForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete user forbidden response has a 5xx status code

func (*IdentityAccessManagementDeleteUserForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete user forbidden response has a 2xx status code

func (*IdentityAccessManagementDeleteUserForbidden) String added in v1.0.2

type IdentityAccessManagementDeleteUserGatewayTimeout added in v1.0.2

type IdentityAccessManagementDeleteUserGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteUserGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementDeleteUserGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementDeleteUserGatewayTimeout() *IdentityAccessManagementDeleteUserGatewayTimeout

NewIdentityAccessManagementDeleteUserGatewayTimeout creates a IdentityAccessManagementDeleteUserGatewayTimeout with default headers values

func (*IdentityAccessManagementDeleteUserGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementDeleteUserGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteUserGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete user gateway timeout response has a 4xx status code

func (*IdentityAccessManagementDeleteUserGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management delete user gateway timeout response a status code equal to that given

func (*IdentityAccessManagementDeleteUserGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete user gateway timeout response has a 3xx status code

func (*IdentityAccessManagementDeleteUserGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete user gateway timeout response has a 5xx status code

func (*IdentityAccessManagementDeleteUserGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete user gateway timeout response has a 2xx status code

func (*IdentityAccessManagementDeleteUserGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementDeleteUserInternalServerError added in v1.0.2

type IdentityAccessManagementDeleteUserInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteUserInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementDeleteUserInternalServerError added in v1.0.2

func NewIdentityAccessManagementDeleteUserInternalServerError() *IdentityAccessManagementDeleteUserInternalServerError

NewIdentityAccessManagementDeleteUserInternalServerError creates a IdentityAccessManagementDeleteUserInternalServerError with default headers values

func (*IdentityAccessManagementDeleteUserInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementDeleteUserInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteUserInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete user internal server error response has a 4xx status code

func (*IdentityAccessManagementDeleteUserInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management delete user internal server error response a status code equal to that given

func (*IdentityAccessManagementDeleteUserInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete user internal server error response has a 3xx status code

func (*IdentityAccessManagementDeleteUserInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete user internal server error response has a 5xx status code

func (*IdentityAccessManagementDeleteUserInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete user internal server error response has a 2xx status code

func (*IdentityAccessManagementDeleteUserInternalServerError) String added in v1.0.2

type IdentityAccessManagementDeleteUserNotFound added in v1.0.2

type IdentityAccessManagementDeleteUserNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteUserNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementDeleteUserNotFound added in v1.0.2

func NewIdentityAccessManagementDeleteUserNotFound() *IdentityAccessManagementDeleteUserNotFound

NewIdentityAccessManagementDeleteUserNotFound creates a IdentityAccessManagementDeleteUserNotFound with default headers values

func (*IdentityAccessManagementDeleteUserNotFound) Error added in v1.0.2

func (*IdentityAccessManagementDeleteUserNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteUserNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete user not found response has a 4xx status code

func (*IdentityAccessManagementDeleteUserNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management delete user not found response a status code equal to that given

func (*IdentityAccessManagementDeleteUserNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete user not found response has a 3xx status code

func (*IdentityAccessManagementDeleteUserNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete user not found response has a 5xx status code

func (*IdentityAccessManagementDeleteUserNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete user not found response has a 2xx status code

func (*IdentityAccessManagementDeleteUserNotFound) String added in v1.0.2

type IdentityAccessManagementDeleteUserOK added in v1.0.2

type IdentityAccessManagementDeleteUserOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementDeleteUserOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementDeleteUserOK added in v1.0.2

func NewIdentityAccessManagementDeleteUserOK() *IdentityAccessManagementDeleteUserOK

NewIdentityAccessManagementDeleteUserOK creates a IdentityAccessManagementDeleteUserOK with default headers values

func (*IdentityAccessManagementDeleteUserOK) Error added in v1.0.2

func (*IdentityAccessManagementDeleteUserOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteUserOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementDeleteUserOK) IsClientError() bool

IsClientError returns true when this identity access management delete user o k response has a 4xx status code

func (*IdentityAccessManagementDeleteUserOK) IsCode added in v1.0.2

IsCode returns true when this identity access management delete user o k response a status code equal to that given

func (*IdentityAccessManagementDeleteUserOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete user o k response has a 3xx status code

func (*IdentityAccessManagementDeleteUserOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementDeleteUserOK) IsServerError() bool

IsServerError returns true when this identity access management delete user o k response has a 5xx status code

func (*IdentityAccessManagementDeleteUserOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete user o k response has a 2xx status code

func (*IdentityAccessManagementDeleteUserOK) String added in v1.0.2

type IdentityAccessManagementDeleteUserParams added in v1.0.2

type IdentityAccessManagementDeleteUserParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementDeleteUserParams contains all the parameters to send to the API endpoint

for the identity access management delete user operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementDeleteUserParams added in v1.0.2

func NewIdentityAccessManagementDeleteUserParams() *IdentityAccessManagementDeleteUserParams

NewIdentityAccessManagementDeleteUserParams creates a new IdentityAccessManagementDeleteUserParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementDeleteUserParamsWithContext added in v1.0.2

func NewIdentityAccessManagementDeleteUserParamsWithContext(ctx context.Context) *IdentityAccessManagementDeleteUserParams

NewIdentityAccessManagementDeleteUserParamsWithContext creates a new IdentityAccessManagementDeleteUserParams object with the ability to set a context for a request.

func NewIdentityAccessManagementDeleteUserParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementDeleteUserParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementDeleteUserParams

NewIdentityAccessManagementDeleteUserParamsWithHTTPClient creates a new IdentityAccessManagementDeleteUserParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementDeleteUserParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementDeleteUserParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementDeleteUserParams

NewIdentityAccessManagementDeleteUserParamsWithTimeout creates a new IdentityAccessManagementDeleteUserParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementDeleteUserParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management delete user params

func (*IdentityAccessManagementDeleteUserParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management delete user params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementDeleteUserParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementDeleteUserParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management delete user params

func (*IdentityAccessManagementDeleteUserParams) SetID added in v1.0.2

SetID adds the id to the identity access management delete user params

func (*IdentityAccessManagementDeleteUserParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management delete user params

func (*IdentityAccessManagementDeleteUserParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementDeleteUserParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management delete user params

func (*IdentityAccessManagementDeleteUserParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management delete user params

func (*IdentityAccessManagementDeleteUserParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management delete user params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementDeleteUserParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management delete user params

func (*IdentityAccessManagementDeleteUserParams) WithID added in v1.0.2

WithID adds the id to the identity access management delete user params

func (*IdentityAccessManagementDeleteUserParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management delete user params

func (*IdentityAccessManagementDeleteUserParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management delete user params

func (*IdentityAccessManagementDeleteUserParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementDeleteUserReader added in v1.0.2

type IdentityAccessManagementDeleteUserReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementDeleteUserReader is a Reader for the IdentityAccessManagementDeleteUser structure.

func (*IdentityAccessManagementDeleteUserReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementDeleteUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementDeleteUserUnauthorized added in v1.0.2

type IdentityAccessManagementDeleteUserUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementDeleteUserUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementDeleteUserUnauthorized added in v1.0.2

func NewIdentityAccessManagementDeleteUserUnauthorized() *IdentityAccessManagementDeleteUserUnauthorized

NewIdentityAccessManagementDeleteUserUnauthorized creates a IdentityAccessManagementDeleteUserUnauthorized with default headers values

func (*IdentityAccessManagementDeleteUserUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementDeleteUserUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementDeleteUserUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management delete user unauthorized response has a 4xx status code

func (*IdentityAccessManagementDeleteUserUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management delete user unauthorized response a status code equal to that given

func (*IdentityAccessManagementDeleteUserUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management delete user unauthorized response has a 3xx status code

func (*IdentityAccessManagementDeleteUserUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management delete user unauthorized response has a 5xx status code

func (*IdentityAccessManagementDeleteUserUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management delete user unauthorized response has a 2xx status code

func (*IdentityAccessManagementDeleteUserUnauthorized) String added in v1.0.2

type IdentityAccessManagementGetAuthProfileByNameDefault added in v1.0.2

type IdentityAccessManagementGetAuthProfileByNameDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementGetAuthProfileByNameDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementGetAuthProfileByNameDefault added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileByNameDefault(code int) *IdentityAccessManagementGetAuthProfileByNameDefault

NewIdentityAccessManagementGetAuthProfileByNameDefault creates a IdentityAccessManagementGetAuthProfileByNameDefault with default headers values

func (*IdentityAccessManagementGetAuthProfileByNameDefault) Code added in v1.0.2

Code gets the status code for the identity access management get auth profile by name default response

func (*IdentityAccessManagementGetAuthProfileByNameDefault) Error added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileByNameDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileByNameDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get auth profile by name default response has a 4xx status code

func (*IdentityAccessManagementGetAuthProfileByNameDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management get auth profile by name default response a status code equal to that given

func (*IdentityAccessManagementGetAuthProfileByNameDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get auth profile by name default response has a 3xx status code

func (*IdentityAccessManagementGetAuthProfileByNameDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get auth profile by name default response has a 5xx status code

func (*IdentityAccessManagementGetAuthProfileByNameDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get auth profile by name default response has a 2xx status code

func (*IdentityAccessManagementGetAuthProfileByNameDefault) String added in v1.0.2

type IdentityAccessManagementGetAuthProfileByNameForbidden added in v1.0.2

type IdentityAccessManagementGetAuthProfileByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetAuthProfileByNameForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementGetAuthProfileByNameForbidden added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileByNameForbidden() *IdentityAccessManagementGetAuthProfileByNameForbidden

NewIdentityAccessManagementGetAuthProfileByNameForbidden creates a IdentityAccessManagementGetAuthProfileByNameForbidden with default headers values

func (*IdentityAccessManagementGetAuthProfileByNameForbidden) Error added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileByNameForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileByNameForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get auth profile by name forbidden response has a 4xx status code

func (*IdentityAccessManagementGetAuthProfileByNameForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management get auth profile by name forbidden response a status code equal to that given

func (*IdentityAccessManagementGetAuthProfileByNameForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get auth profile by name forbidden response has a 3xx status code

func (*IdentityAccessManagementGetAuthProfileByNameForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get auth profile by name forbidden response has a 5xx status code

func (*IdentityAccessManagementGetAuthProfileByNameForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get auth profile by name forbidden response has a 2xx status code

func (*IdentityAccessManagementGetAuthProfileByNameForbidden) String added in v1.0.2

type IdentityAccessManagementGetAuthProfileByNameGatewayTimeout added in v1.0.2

type IdentityAccessManagementGetAuthProfileByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetAuthProfileByNameGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementGetAuthProfileByNameGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileByNameGatewayTimeout() *IdentityAccessManagementGetAuthProfileByNameGatewayTimeout

NewIdentityAccessManagementGetAuthProfileByNameGatewayTimeout creates a IdentityAccessManagementGetAuthProfileByNameGatewayTimeout with default headers values

func (*IdentityAccessManagementGetAuthProfileByNameGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileByNameGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileByNameGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get auth profile by name gateway timeout response has a 4xx status code

func (*IdentityAccessManagementGetAuthProfileByNameGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management get auth profile by name gateway timeout response a status code equal to that given

func (*IdentityAccessManagementGetAuthProfileByNameGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get auth profile by name gateway timeout response has a 3xx status code

func (*IdentityAccessManagementGetAuthProfileByNameGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get auth profile by name gateway timeout response has a 5xx status code

func (*IdentityAccessManagementGetAuthProfileByNameGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get auth profile by name gateway timeout response has a 2xx status code

func (*IdentityAccessManagementGetAuthProfileByNameGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementGetAuthProfileByNameInternalServerError added in v1.0.2

type IdentityAccessManagementGetAuthProfileByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetAuthProfileByNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementGetAuthProfileByNameInternalServerError added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileByNameInternalServerError() *IdentityAccessManagementGetAuthProfileByNameInternalServerError

NewIdentityAccessManagementGetAuthProfileByNameInternalServerError creates a IdentityAccessManagementGetAuthProfileByNameInternalServerError with default headers values

func (*IdentityAccessManagementGetAuthProfileByNameInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileByNameInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileByNameInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get auth profile by name internal server error response has a 4xx status code

func (*IdentityAccessManagementGetAuthProfileByNameInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management get auth profile by name internal server error response a status code equal to that given

func (*IdentityAccessManagementGetAuthProfileByNameInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get auth profile by name internal server error response has a 3xx status code

func (*IdentityAccessManagementGetAuthProfileByNameInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get auth profile by name internal server error response has a 5xx status code

func (*IdentityAccessManagementGetAuthProfileByNameInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get auth profile by name internal server error response has a 2xx status code

func (*IdentityAccessManagementGetAuthProfileByNameInternalServerError) String added in v1.0.2

type IdentityAccessManagementGetAuthProfileByNameNotFound added in v1.0.2

type IdentityAccessManagementGetAuthProfileByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetAuthProfileByNameNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementGetAuthProfileByNameNotFound added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileByNameNotFound() *IdentityAccessManagementGetAuthProfileByNameNotFound

NewIdentityAccessManagementGetAuthProfileByNameNotFound creates a IdentityAccessManagementGetAuthProfileByNameNotFound with default headers values

func (*IdentityAccessManagementGetAuthProfileByNameNotFound) Error added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileByNameNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileByNameNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get auth profile by name not found response has a 4xx status code

func (*IdentityAccessManagementGetAuthProfileByNameNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management get auth profile by name not found response a status code equal to that given

func (*IdentityAccessManagementGetAuthProfileByNameNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get auth profile by name not found response has a 3xx status code

func (*IdentityAccessManagementGetAuthProfileByNameNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get auth profile by name not found response has a 5xx status code

func (*IdentityAccessManagementGetAuthProfileByNameNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get auth profile by name not found response has a 2xx status code

func (*IdentityAccessManagementGetAuthProfileByNameNotFound) String added in v1.0.2

type IdentityAccessManagementGetAuthProfileByNameOK added in v1.0.2

type IdentityAccessManagementGetAuthProfileByNameOK struct {
	Payload *swagger_models.CrudResponseRead
}

IdentityAccessManagementGetAuthProfileByNameOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementGetAuthProfileByNameOK added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileByNameOK() *IdentityAccessManagementGetAuthProfileByNameOK

NewIdentityAccessManagementGetAuthProfileByNameOK creates a IdentityAccessManagementGetAuthProfileByNameOK with default headers values

func (*IdentityAccessManagementGetAuthProfileByNameOK) Error added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileByNameOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileByNameOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get auth profile by name o k response has a 4xx status code

func (*IdentityAccessManagementGetAuthProfileByNameOK) IsCode added in v1.0.2

IsCode returns true when this identity access management get auth profile by name o k response a status code equal to that given

func (*IdentityAccessManagementGetAuthProfileByNameOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get auth profile by name o k response has a 3xx status code

func (*IdentityAccessManagementGetAuthProfileByNameOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get auth profile by name o k response has a 5xx status code

func (*IdentityAccessManagementGetAuthProfileByNameOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get auth profile by name o k response has a 2xx status code

func (*IdentityAccessManagementGetAuthProfileByNameOK) String added in v1.0.2

type IdentityAccessManagementGetAuthProfileByNameParams added in v1.0.2

type IdentityAccessManagementGetAuthProfileByNameParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Name.
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementGetAuthProfileByNameParams contains all the parameters to send to the API endpoint

for the identity access management get auth profile by name operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementGetAuthProfileByNameParams added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileByNameParams() *IdentityAccessManagementGetAuthProfileByNameParams

NewIdentityAccessManagementGetAuthProfileByNameParams creates a new IdentityAccessManagementGetAuthProfileByNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementGetAuthProfileByNameParamsWithContext added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileByNameParamsWithContext(ctx context.Context) *IdentityAccessManagementGetAuthProfileByNameParams

NewIdentityAccessManagementGetAuthProfileByNameParamsWithContext creates a new IdentityAccessManagementGetAuthProfileByNameParams object with the ability to set a context for a request.

func NewIdentityAccessManagementGetAuthProfileByNameParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileByNameParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementGetAuthProfileByNameParams

NewIdentityAccessManagementGetAuthProfileByNameParamsWithHTTPClient creates a new IdentityAccessManagementGetAuthProfileByNameParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementGetAuthProfileByNameParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileByNameParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementGetAuthProfileByNameParams

NewIdentityAccessManagementGetAuthProfileByNameParamsWithTimeout creates a new IdentityAccessManagementGetAuthProfileByNameParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementGetAuthProfileByNameParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management get auth profile by name params

func (*IdentityAccessManagementGetAuthProfileByNameParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management get auth profile by name params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetAuthProfileByNameParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management get auth profile by name params

func (*IdentityAccessManagementGetAuthProfileByNameParams) SetName added in v1.0.2

SetName adds the name to the identity access management get auth profile by name params

func (*IdentityAccessManagementGetAuthProfileByNameParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management get auth profile by name params

func (*IdentityAccessManagementGetAuthProfileByNameParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementGetAuthProfileByNameParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management get auth profile by name params

func (*IdentityAccessManagementGetAuthProfileByNameParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management get auth profile by name params

func (*IdentityAccessManagementGetAuthProfileByNameParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management get auth profile by name params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetAuthProfileByNameParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management get auth profile by name params

func (*IdentityAccessManagementGetAuthProfileByNameParams) WithName added in v1.0.2

WithName adds the name to the identity access management get auth profile by name params

func (*IdentityAccessManagementGetAuthProfileByNameParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management get auth profile by name params

func (*IdentityAccessManagementGetAuthProfileByNameParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management get auth profile by name params

func (*IdentityAccessManagementGetAuthProfileByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementGetAuthProfileByNameReader added in v1.0.2

type IdentityAccessManagementGetAuthProfileByNameReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementGetAuthProfileByNameReader is a Reader for the IdentityAccessManagementGetAuthProfileByName structure.

func (*IdentityAccessManagementGetAuthProfileByNameReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementGetAuthProfileByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementGetAuthProfileByNameUnauthorized added in v1.0.2

type IdentityAccessManagementGetAuthProfileByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetAuthProfileByNameUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementGetAuthProfileByNameUnauthorized added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileByNameUnauthorized() *IdentityAccessManagementGetAuthProfileByNameUnauthorized

NewIdentityAccessManagementGetAuthProfileByNameUnauthorized creates a IdentityAccessManagementGetAuthProfileByNameUnauthorized with default headers values

func (*IdentityAccessManagementGetAuthProfileByNameUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileByNameUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileByNameUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get auth profile by name unauthorized response has a 4xx status code

func (*IdentityAccessManagementGetAuthProfileByNameUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management get auth profile by name unauthorized response a status code equal to that given

func (*IdentityAccessManagementGetAuthProfileByNameUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get auth profile by name unauthorized response has a 3xx status code

func (*IdentityAccessManagementGetAuthProfileByNameUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get auth profile by name unauthorized response has a 5xx status code

func (*IdentityAccessManagementGetAuthProfileByNameUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get auth profile by name unauthorized response has a 2xx status code

func (*IdentityAccessManagementGetAuthProfileByNameUnauthorized) String added in v1.0.2

type IdentityAccessManagementGetAuthProfileDefault added in v1.0.2

type IdentityAccessManagementGetAuthProfileDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementGetAuthProfileDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementGetAuthProfileDefault added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileDefault(code int) *IdentityAccessManagementGetAuthProfileDefault

NewIdentityAccessManagementGetAuthProfileDefault creates a IdentityAccessManagementGetAuthProfileDefault with default headers values

func (*IdentityAccessManagementGetAuthProfileDefault) Code added in v1.0.2

Code gets the status code for the identity access management get auth profile default response

func (*IdentityAccessManagementGetAuthProfileDefault) Error added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get auth profile default response has a 4xx status code

func (*IdentityAccessManagementGetAuthProfileDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management get auth profile default response a status code equal to that given

func (*IdentityAccessManagementGetAuthProfileDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get auth profile default response has a 3xx status code

func (*IdentityAccessManagementGetAuthProfileDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get auth profile default response has a 5xx status code

func (*IdentityAccessManagementGetAuthProfileDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get auth profile default response has a 2xx status code

func (*IdentityAccessManagementGetAuthProfileDefault) String added in v1.0.2

type IdentityAccessManagementGetAuthProfileForbidden added in v1.0.2

type IdentityAccessManagementGetAuthProfileForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetAuthProfileForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementGetAuthProfileForbidden added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileForbidden() *IdentityAccessManagementGetAuthProfileForbidden

NewIdentityAccessManagementGetAuthProfileForbidden creates a IdentityAccessManagementGetAuthProfileForbidden with default headers values

func (*IdentityAccessManagementGetAuthProfileForbidden) Error added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get auth profile forbidden response has a 4xx status code

func (*IdentityAccessManagementGetAuthProfileForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management get auth profile forbidden response a status code equal to that given

func (*IdentityAccessManagementGetAuthProfileForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get auth profile forbidden response has a 3xx status code

func (*IdentityAccessManagementGetAuthProfileForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get auth profile forbidden response has a 5xx status code

func (*IdentityAccessManagementGetAuthProfileForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get auth profile forbidden response has a 2xx status code

func (*IdentityAccessManagementGetAuthProfileForbidden) String added in v1.0.2

type IdentityAccessManagementGetAuthProfileGatewayTimeout added in v1.0.2

type IdentityAccessManagementGetAuthProfileGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetAuthProfileGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementGetAuthProfileGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileGatewayTimeout() *IdentityAccessManagementGetAuthProfileGatewayTimeout

NewIdentityAccessManagementGetAuthProfileGatewayTimeout creates a IdentityAccessManagementGetAuthProfileGatewayTimeout with default headers values

func (*IdentityAccessManagementGetAuthProfileGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get auth profile gateway timeout response has a 4xx status code

func (*IdentityAccessManagementGetAuthProfileGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management get auth profile gateway timeout response a status code equal to that given

func (*IdentityAccessManagementGetAuthProfileGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get auth profile gateway timeout response has a 3xx status code

func (*IdentityAccessManagementGetAuthProfileGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get auth profile gateway timeout response has a 5xx status code

func (*IdentityAccessManagementGetAuthProfileGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get auth profile gateway timeout response has a 2xx status code

func (*IdentityAccessManagementGetAuthProfileGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementGetAuthProfileInternalServerError added in v1.0.2

type IdentityAccessManagementGetAuthProfileInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetAuthProfileInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementGetAuthProfileInternalServerError added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileInternalServerError() *IdentityAccessManagementGetAuthProfileInternalServerError

NewIdentityAccessManagementGetAuthProfileInternalServerError creates a IdentityAccessManagementGetAuthProfileInternalServerError with default headers values

func (*IdentityAccessManagementGetAuthProfileInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get auth profile internal server error response has a 4xx status code

func (*IdentityAccessManagementGetAuthProfileInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management get auth profile internal server error response a status code equal to that given

func (*IdentityAccessManagementGetAuthProfileInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get auth profile internal server error response has a 3xx status code

func (*IdentityAccessManagementGetAuthProfileInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get auth profile internal server error response has a 5xx status code

func (*IdentityAccessManagementGetAuthProfileInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get auth profile internal server error response has a 2xx status code

func (*IdentityAccessManagementGetAuthProfileInternalServerError) String added in v1.0.2

type IdentityAccessManagementGetAuthProfileNotFound added in v1.0.2

type IdentityAccessManagementGetAuthProfileNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetAuthProfileNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementGetAuthProfileNotFound added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileNotFound() *IdentityAccessManagementGetAuthProfileNotFound

NewIdentityAccessManagementGetAuthProfileNotFound creates a IdentityAccessManagementGetAuthProfileNotFound with default headers values

func (*IdentityAccessManagementGetAuthProfileNotFound) Error added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get auth profile not found response has a 4xx status code

func (*IdentityAccessManagementGetAuthProfileNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management get auth profile not found response a status code equal to that given

func (*IdentityAccessManagementGetAuthProfileNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get auth profile not found response has a 3xx status code

func (*IdentityAccessManagementGetAuthProfileNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get auth profile not found response has a 5xx status code

func (*IdentityAccessManagementGetAuthProfileNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get auth profile not found response has a 2xx status code

func (*IdentityAccessManagementGetAuthProfileNotFound) String added in v1.0.2

type IdentityAccessManagementGetAuthProfileOK added in v1.0.2

type IdentityAccessManagementGetAuthProfileOK struct {
	Payload *swagger_models.CrudResponseRead
}

IdentityAccessManagementGetAuthProfileOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementGetAuthProfileOK added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileOK() *IdentityAccessManagementGetAuthProfileOK

NewIdentityAccessManagementGetAuthProfileOK creates a IdentityAccessManagementGetAuthProfileOK with default headers values

func (*IdentityAccessManagementGetAuthProfileOK) Error added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get auth profile o k response has a 4xx status code

func (*IdentityAccessManagementGetAuthProfileOK) IsCode added in v1.0.2

IsCode returns true when this identity access management get auth profile o k response a status code equal to that given

func (*IdentityAccessManagementGetAuthProfileOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get auth profile o k response has a 3xx status code

func (*IdentityAccessManagementGetAuthProfileOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get auth profile o k response has a 5xx status code

func (*IdentityAccessManagementGetAuthProfileOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get auth profile o k response has a 2xx status code

func (*IdentityAccessManagementGetAuthProfileOK) String added in v1.0.2

type IdentityAccessManagementGetAuthProfileParams added in v1.0.2

type IdentityAccessManagementGetAuthProfileParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementGetAuthProfileParams contains all the parameters to send to the API endpoint

for the identity access management get auth profile operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementGetAuthProfileParams added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileParams() *IdentityAccessManagementGetAuthProfileParams

NewIdentityAccessManagementGetAuthProfileParams creates a new IdentityAccessManagementGetAuthProfileParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementGetAuthProfileParamsWithContext added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileParamsWithContext(ctx context.Context) *IdentityAccessManagementGetAuthProfileParams

NewIdentityAccessManagementGetAuthProfileParamsWithContext creates a new IdentityAccessManagementGetAuthProfileParams object with the ability to set a context for a request.

func NewIdentityAccessManagementGetAuthProfileParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementGetAuthProfileParams

NewIdentityAccessManagementGetAuthProfileParamsWithHTTPClient creates a new IdentityAccessManagementGetAuthProfileParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementGetAuthProfileParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementGetAuthProfileParams

NewIdentityAccessManagementGetAuthProfileParamsWithTimeout creates a new IdentityAccessManagementGetAuthProfileParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementGetAuthProfileParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management get auth profile params

func (*IdentityAccessManagementGetAuthProfileParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management get auth profile params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetAuthProfileParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementGetAuthProfileParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management get auth profile params

func (*IdentityAccessManagementGetAuthProfileParams) SetID added in v1.0.2

SetID adds the id to the identity access management get auth profile params

func (*IdentityAccessManagementGetAuthProfileParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management get auth profile params

func (*IdentityAccessManagementGetAuthProfileParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementGetAuthProfileParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management get auth profile params

func (*IdentityAccessManagementGetAuthProfileParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management get auth profile params

func (*IdentityAccessManagementGetAuthProfileParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management get auth profile params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetAuthProfileParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management get auth profile params

func (*IdentityAccessManagementGetAuthProfileParams) WithID added in v1.0.2

WithID adds the id to the identity access management get auth profile params

func (*IdentityAccessManagementGetAuthProfileParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management get auth profile params

func (*IdentityAccessManagementGetAuthProfileParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management get auth profile params

func (*IdentityAccessManagementGetAuthProfileParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementGetAuthProfileReader added in v1.0.2

type IdentityAccessManagementGetAuthProfileReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementGetAuthProfileReader is a Reader for the IdentityAccessManagementGetAuthProfile structure.

func (*IdentityAccessManagementGetAuthProfileReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementGetAuthProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementGetAuthProfileUnauthorized added in v1.0.2

type IdentityAccessManagementGetAuthProfileUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetAuthProfileUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementGetAuthProfileUnauthorized added in v1.0.2

func NewIdentityAccessManagementGetAuthProfileUnauthorized() *IdentityAccessManagementGetAuthProfileUnauthorized

NewIdentityAccessManagementGetAuthProfileUnauthorized creates a IdentityAccessManagementGetAuthProfileUnauthorized with default headers values

func (*IdentityAccessManagementGetAuthProfileUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetAuthProfileUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get auth profile unauthorized response has a 4xx status code

func (*IdentityAccessManagementGetAuthProfileUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management get auth profile unauthorized response a status code equal to that given

func (*IdentityAccessManagementGetAuthProfileUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get auth profile unauthorized response has a 3xx status code

func (*IdentityAccessManagementGetAuthProfileUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get auth profile unauthorized response has a 5xx status code

func (*IdentityAccessManagementGetAuthProfileUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get auth profile unauthorized response has a 2xx status code

func (*IdentityAccessManagementGetAuthProfileUnauthorized) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseByNameDefault added in v1.0.2

type IdentityAccessManagementGetEnterpriseByNameDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementGetEnterpriseByNameDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementGetEnterpriseByNameDefault added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseByNameDefault(code int) *IdentityAccessManagementGetEnterpriseByNameDefault

NewIdentityAccessManagementGetEnterpriseByNameDefault creates a IdentityAccessManagementGetEnterpriseByNameDefault with default headers values

func (*IdentityAccessManagementGetEnterpriseByNameDefault) Code added in v1.0.2

Code gets the status code for the identity access management get enterprise by name default response

func (*IdentityAccessManagementGetEnterpriseByNameDefault) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseByNameDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseByNameDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise by name default response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseByNameDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise by name default response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseByNameDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise by name default response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseByNameDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise by name default response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseByNameDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise by name default response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseByNameDefault) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseByNameForbidden added in v1.0.2

type IdentityAccessManagementGetEnterpriseByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetEnterpriseByNameForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementGetEnterpriseByNameForbidden added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseByNameForbidden() *IdentityAccessManagementGetEnterpriseByNameForbidden

NewIdentityAccessManagementGetEnterpriseByNameForbidden creates a IdentityAccessManagementGetEnterpriseByNameForbidden with default headers values

func (*IdentityAccessManagementGetEnterpriseByNameForbidden) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseByNameForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseByNameForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise by name forbidden response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseByNameForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise by name forbidden response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseByNameForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise by name forbidden response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseByNameForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise by name forbidden response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseByNameForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise by name forbidden response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseByNameForbidden) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseByNameGatewayTimeout added in v1.0.2

type IdentityAccessManagementGetEnterpriseByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetEnterpriseByNameGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementGetEnterpriseByNameGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseByNameGatewayTimeout() *IdentityAccessManagementGetEnterpriseByNameGatewayTimeout

NewIdentityAccessManagementGetEnterpriseByNameGatewayTimeout creates a IdentityAccessManagementGetEnterpriseByNameGatewayTimeout with default headers values

func (*IdentityAccessManagementGetEnterpriseByNameGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseByNameGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseByNameGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise by name gateway timeout response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseByNameGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise by name gateway timeout response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseByNameGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise by name gateway timeout response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseByNameGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise by name gateway timeout response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseByNameGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise by name gateway timeout response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseByNameGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseByNameInternalServerError added in v1.0.2

type IdentityAccessManagementGetEnterpriseByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetEnterpriseByNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementGetEnterpriseByNameInternalServerError added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseByNameInternalServerError() *IdentityAccessManagementGetEnterpriseByNameInternalServerError

NewIdentityAccessManagementGetEnterpriseByNameInternalServerError creates a IdentityAccessManagementGetEnterpriseByNameInternalServerError with default headers values

func (*IdentityAccessManagementGetEnterpriseByNameInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseByNameInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseByNameInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise by name internal server error response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseByNameInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise by name internal server error response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseByNameInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise by name internal server error response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseByNameInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise by name internal server error response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseByNameInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise by name internal server error response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseByNameInternalServerError) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseByNameNotFound added in v1.0.2

type IdentityAccessManagementGetEnterpriseByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetEnterpriseByNameNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementGetEnterpriseByNameNotFound added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseByNameNotFound() *IdentityAccessManagementGetEnterpriseByNameNotFound

NewIdentityAccessManagementGetEnterpriseByNameNotFound creates a IdentityAccessManagementGetEnterpriseByNameNotFound with default headers values

func (*IdentityAccessManagementGetEnterpriseByNameNotFound) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseByNameNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseByNameNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise by name not found response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseByNameNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise by name not found response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseByNameNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise by name not found response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseByNameNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise by name not found response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseByNameNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise by name not found response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseByNameNotFound) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseByNameOK added in v1.0.2

type IdentityAccessManagementGetEnterpriseByNameOK struct {
	Payload *swagger_models.CrudResponseRead
}

IdentityAccessManagementGetEnterpriseByNameOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementGetEnterpriseByNameOK added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseByNameOK() *IdentityAccessManagementGetEnterpriseByNameOK

NewIdentityAccessManagementGetEnterpriseByNameOK creates a IdentityAccessManagementGetEnterpriseByNameOK with default headers values

func (*IdentityAccessManagementGetEnterpriseByNameOK) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseByNameOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseByNameOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise by name o k response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseByNameOK) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise by name o k response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseByNameOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise by name o k response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseByNameOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise by name o k response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseByNameOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise by name o k response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseByNameOK) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseByNameParams added in v1.0.2

type IdentityAccessManagementGetEnterpriseByNameParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Name.
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementGetEnterpriseByNameParams contains all the parameters to send to the API endpoint

for the identity access management get enterprise by name operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementGetEnterpriseByNameParams added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseByNameParams() *IdentityAccessManagementGetEnterpriseByNameParams

NewIdentityAccessManagementGetEnterpriseByNameParams creates a new IdentityAccessManagementGetEnterpriseByNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementGetEnterpriseByNameParamsWithContext added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseByNameParamsWithContext(ctx context.Context) *IdentityAccessManagementGetEnterpriseByNameParams

NewIdentityAccessManagementGetEnterpriseByNameParamsWithContext creates a new IdentityAccessManagementGetEnterpriseByNameParams object with the ability to set a context for a request.

func NewIdentityAccessManagementGetEnterpriseByNameParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseByNameParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementGetEnterpriseByNameParams

NewIdentityAccessManagementGetEnterpriseByNameParamsWithHTTPClient creates a new IdentityAccessManagementGetEnterpriseByNameParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementGetEnterpriseByNameParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseByNameParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementGetEnterpriseByNameParams

NewIdentityAccessManagementGetEnterpriseByNameParamsWithTimeout creates a new IdentityAccessManagementGetEnterpriseByNameParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementGetEnterpriseByNameParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management get enterprise by name params

func (*IdentityAccessManagementGetEnterpriseByNameParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management get enterprise by name params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetEnterpriseByNameParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management get enterprise by name params

func (*IdentityAccessManagementGetEnterpriseByNameParams) SetName added in v1.0.2

SetName adds the name to the identity access management get enterprise by name params

func (*IdentityAccessManagementGetEnterpriseByNameParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management get enterprise by name params

func (*IdentityAccessManagementGetEnterpriseByNameParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementGetEnterpriseByNameParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management get enterprise by name params

func (*IdentityAccessManagementGetEnterpriseByNameParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management get enterprise by name params

func (*IdentityAccessManagementGetEnterpriseByNameParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management get enterprise by name params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetEnterpriseByNameParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management get enterprise by name params

func (*IdentityAccessManagementGetEnterpriseByNameParams) WithName added in v1.0.2

WithName adds the name to the identity access management get enterprise by name params

func (*IdentityAccessManagementGetEnterpriseByNameParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management get enterprise by name params

func (*IdentityAccessManagementGetEnterpriseByNameParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management get enterprise by name params

func (*IdentityAccessManagementGetEnterpriseByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementGetEnterpriseByNameReader added in v1.0.2

type IdentityAccessManagementGetEnterpriseByNameReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementGetEnterpriseByNameReader is a Reader for the IdentityAccessManagementGetEnterpriseByName structure.

func (*IdentityAccessManagementGetEnterpriseByNameReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementGetEnterpriseByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementGetEnterpriseByNameUnauthorized added in v1.0.2

type IdentityAccessManagementGetEnterpriseByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetEnterpriseByNameUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementGetEnterpriseByNameUnauthorized added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseByNameUnauthorized() *IdentityAccessManagementGetEnterpriseByNameUnauthorized

NewIdentityAccessManagementGetEnterpriseByNameUnauthorized creates a IdentityAccessManagementGetEnterpriseByNameUnauthorized with default headers values

func (*IdentityAccessManagementGetEnterpriseByNameUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseByNameUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseByNameUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise by name unauthorized response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseByNameUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise by name unauthorized response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseByNameUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise by name unauthorized response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseByNameUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise by name unauthorized response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseByNameUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise by name unauthorized response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseByNameUnauthorized) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseDefault added in v1.0.2

type IdentityAccessManagementGetEnterpriseDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementGetEnterpriseDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementGetEnterpriseDefault added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseDefault(code int) *IdentityAccessManagementGetEnterpriseDefault

NewIdentityAccessManagementGetEnterpriseDefault creates a IdentityAccessManagementGetEnterpriseDefault with default headers values

func (*IdentityAccessManagementGetEnterpriseDefault) Code added in v1.0.2

Code gets the status code for the identity access management get enterprise default response

func (*IdentityAccessManagementGetEnterpriseDefault) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise default response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise default response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise default response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise default response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise default response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseDefault) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseForbidden added in v1.0.2

type IdentityAccessManagementGetEnterpriseForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetEnterpriseForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementGetEnterpriseForbidden added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseForbidden() *IdentityAccessManagementGetEnterpriseForbidden

NewIdentityAccessManagementGetEnterpriseForbidden creates a IdentityAccessManagementGetEnterpriseForbidden with default headers values

func (*IdentityAccessManagementGetEnterpriseForbidden) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise forbidden response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise forbidden response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise forbidden response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise forbidden response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise forbidden response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseForbidden) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseGatewayTimeout added in v1.0.2

type IdentityAccessManagementGetEnterpriseGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetEnterpriseGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementGetEnterpriseGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseGatewayTimeout() *IdentityAccessManagementGetEnterpriseGatewayTimeout

NewIdentityAccessManagementGetEnterpriseGatewayTimeout creates a IdentityAccessManagementGetEnterpriseGatewayTimeout with default headers values

func (*IdentityAccessManagementGetEnterpriseGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise gateway timeout response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise gateway timeout response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise gateway timeout response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise gateway timeout response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise gateway timeout response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseInternalServerError added in v1.0.2

type IdentityAccessManagementGetEnterpriseInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetEnterpriseInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementGetEnterpriseInternalServerError added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseInternalServerError() *IdentityAccessManagementGetEnterpriseInternalServerError

NewIdentityAccessManagementGetEnterpriseInternalServerError creates a IdentityAccessManagementGetEnterpriseInternalServerError with default headers values

func (*IdentityAccessManagementGetEnterpriseInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise internal server error response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise internal server error response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise internal server error response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise internal server error response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise internal server error response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseInternalServerError) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseNotFound added in v1.0.2

type IdentityAccessManagementGetEnterpriseNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetEnterpriseNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementGetEnterpriseNotFound added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseNotFound() *IdentityAccessManagementGetEnterpriseNotFound

NewIdentityAccessManagementGetEnterpriseNotFound creates a IdentityAccessManagementGetEnterpriseNotFound with default headers values

func (*IdentityAccessManagementGetEnterpriseNotFound) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise not found response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise not found response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise not found response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise not found response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise not found response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseNotFound) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseOK added in v1.0.2

type IdentityAccessManagementGetEnterpriseOK struct {
	Payload *swagger_models.CrudResponseRead
}

IdentityAccessManagementGetEnterpriseOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementGetEnterpriseOK added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseOK() *IdentityAccessManagementGetEnterpriseOK

NewIdentityAccessManagementGetEnterpriseOK creates a IdentityAccessManagementGetEnterpriseOK with default headers values

func (*IdentityAccessManagementGetEnterpriseOK) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementGetEnterpriseOK) IsClientError() bool

IsClientError returns true when this identity access management get enterprise o k response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseOK) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise o k response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise o k response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementGetEnterpriseOK) IsServerError() bool

IsServerError returns true when this identity access management get enterprise o k response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise o k response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseOK) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseParams added in v1.0.2

type IdentityAccessManagementGetEnterpriseParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementGetEnterpriseParams contains all the parameters to send to the API endpoint

for the identity access management get enterprise operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementGetEnterpriseParams added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseParams() *IdentityAccessManagementGetEnterpriseParams

NewIdentityAccessManagementGetEnterpriseParams creates a new IdentityAccessManagementGetEnterpriseParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementGetEnterpriseParamsWithContext added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseParamsWithContext(ctx context.Context) *IdentityAccessManagementGetEnterpriseParams

NewIdentityAccessManagementGetEnterpriseParamsWithContext creates a new IdentityAccessManagementGetEnterpriseParams object with the ability to set a context for a request.

func NewIdentityAccessManagementGetEnterpriseParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementGetEnterpriseParams

NewIdentityAccessManagementGetEnterpriseParamsWithHTTPClient creates a new IdentityAccessManagementGetEnterpriseParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementGetEnterpriseParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementGetEnterpriseParams

NewIdentityAccessManagementGetEnterpriseParamsWithTimeout creates a new IdentityAccessManagementGetEnterpriseParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementGetEnterpriseParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management get enterprise params

func (*IdentityAccessManagementGetEnterpriseParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management get enterprise params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetEnterpriseParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementGetEnterpriseParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management get enterprise params

func (*IdentityAccessManagementGetEnterpriseParams) SetID added in v1.0.2

SetID adds the id to the identity access management get enterprise params

func (*IdentityAccessManagementGetEnterpriseParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management get enterprise params

func (*IdentityAccessManagementGetEnterpriseParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementGetEnterpriseParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management get enterprise params

func (*IdentityAccessManagementGetEnterpriseParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management get enterprise params

func (*IdentityAccessManagementGetEnterpriseParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management get enterprise params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetEnterpriseParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management get enterprise params

func (*IdentityAccessManagementGetEnterpriseParams) WithID added in v1.0.2

WithID adds the id to the identity access management get enterprise params

func (*IdentityAccessManagementGetEnterpriseParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management get enterprise params

func (*IdentityAccessManagementGetEnterpriseParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management get enterprise params

func (*IdentityAccessManagementGetEnterpriseParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementGetEnterpriseReader added in v1.0.2

type IdentityAccessManagementGetEnterpriseReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementGetEnterpriseReader is a Reader for the IdentityAccessManagementGetEnterprise structure.

func (*IdentityAccessManagementGetEnterpriseReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementGetEnterpriseReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementGetEnterpriseSelfDefault added in v1.0.2

type IdentityAccessManagementGetEnterpriseSelfDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementGetEnterpriseSelfDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementGetEnterpriseSelfDefault added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseSelfDefault(code int) *IdentityAccessManagementGetEnterpriseSelfDefault

NewIdentityAccessManagementGetEnterpriseSelfDefault creates a IdentityAccessManagementGetEnterpriseSelfDefault with default headers values

func (*IdentityAccessManagementGetEnterpriseSelfDefault) Code added in v1.0.2

Code gets the status code for the identity access management get enterprise self default response

func (*IdentityAccessManagementGetEnterpriseSelfDefault) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseSelfDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseSelfDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise self default response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseSelfDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise self default response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseSelfDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise self default response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseSelfDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise self default response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseSelfDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise self default response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseSelfDefault) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseSelfForbidden added in v1.0.2

type IdentityAccessManagementGetEnterpriseSelfForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetEnterpriseSelfForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementGetEnterpriseSelfForbidden added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseSelfForbidden() *IdentityAccessManagementGetEnterpriseSelfForbidden

NewIdentityAccessManagementGetEnterpriseSelfForbidden creates a IdentityAccessManagementGetEnterpriseSelfForbidden with default headers values

func (*IdentityAccessManagementGetEnterpriseSelfForbidden) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseSelfForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseSelfForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise self forbidden response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseSelfForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise self forbidden response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseSelfForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise self forbidden response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseSelfForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise self forbidden response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseSelfForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise self forbidden response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseSelfForbidden) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseSelfGatewayTimeout added in v1.0.2

type IdentityAccessManagementGetEnterpriseSelfGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetEnterpriseSelfGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementGetEnterpriseSelfGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseSelfGatewayTimeout() *IdentityAccessManagementGetEnterpriseSelfGatewayTimeout

NewIdentityAccessManagementGetEnterpriseSelfGatewayTimeout creates a IdentityAccessManagementGetEnterpriseSelfGatewayTimeout with default headers values

func (*IdentityAccessManagementGetEnterpriseSelfGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseSelfGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseSelfGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise self gateway timeout response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseSelfGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise self gateway timeout response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseSelfGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise self gateway timeout response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseSelfGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise self gateway timeout response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseSelfGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise self gateway timeout response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseSelfGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseSelfInternalServerError added in v1.0.2

type IdentityAccessManagementGetEnterpriseSelfInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetEnterpriseSelfInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementGetEnterpriseSelfInternalServerError added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseSelfInternalServerError() *IdentityAccessManagementGetEnterpriseSelfInternalServerError

NewIdentityAccessManagementGetEnterpriseSelfInternalServerError creates a IdentityAccessManagementGetEnterpriseSelfInternalServerError with default headers values

func (*IdentityAccessManagementGetEnterpriseSelfInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseSelfInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseSelfInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise self internal server error response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseSelfInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise self internal server error response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseSelfInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise self internal server error response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseSelfInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise self internal server error response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseSelfInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise self internal server error response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseSelfInternalServerError) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseSelfNotFound added in v1.0.2

type IdentityAccessManagementGetEnterpriseSelfNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetEnterpriseSelfNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementGetEnterpriseSelfNotFound added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseSelfNotFound() *IdentityAccessManagementGetEnterpriseSelfNotFound

NewIdentityAccessManagementGetEnterpriseSelfNotFound creates a IdentityAccessManagementGetEnterpriseSelfNotFound with default headers values

func (*IdentityAccessManagementGetEnterpriseSelfNotFound) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseSelfNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseSelfNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise self not found response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseSelfNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise self not found response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseSelfNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise self not found response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseSelfNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise self not found response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseSelfNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise self not found response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseSelfNotFound) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseSelfOK added in v1.0.2

type IdentityAccessManagementGetEnterpriseSelfOK struct {
	Payload *swagger_models.CrudResponseRead
}

IdentityAccessManagementGetEnterpriseSelfOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementGetEnterpriseSelfOK added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseSelfOK() *IdentityAccessManagementGetEnterpriseSelfOK

NewIdentityAccessManagementGetEnterpriseSelfOK creates a IdentityAccessManagementGetEnterpriseSelfOK with default headers values

func (*IdentityAccessManagementGetEnterpriseSelfOK) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseSelfOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseSelfOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise self o k response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseSelfOK) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise self o k response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseSelfOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise self o k response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseSelfOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise self o k response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseSelfOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise self o k response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseSelfOK) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseSelfParams added in v1.0.2

type IdentityAccessManagementGetEnterpriseSelfParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementGetEnterpriseSelfParams contains all the parameters to send to the API endpoint

for the identity access management get enterprise self operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementGetEnterpriseSelfParams added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseSelfParams() *IdentityAccessManagementGetEnterpriseSelfParams

NewIdentityAccessManagementGetEnterpriseSelfParams creates a new IdentityAccessManagementGetEnterpriseSelfParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementGetEnterpriseSelfParamsWithContext added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseSelfParamsWithContext(ctx context.Context) *IdentityAccessManagementGetEnterpriseSelfParams

NewIdentityAccessManagementGetEnterpriseSelfParamsWithContext creates a new IdentityAccessManagementGetEnterpriseSelfParams object with the ability to set a context for a request.

func NewIdentityAccessManagementGetEnterpriseSelfParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseSelfParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementGetEnterpriseSelfParams

NewIdentityAccessManagementGetEnterpriseSelfParamsWithHTTPClient creates a new IdentityAccessManagementGetEnterpriseSelfParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementGetEnterpriseSelfParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseSelfParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementGetEnterpriseSelfParams

NewIdentityAccessManagementGetEnterpriseSelfParamsWithTimeout creates a new IdentityAccessManagementGetEnterpriseSelfParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementGetEnterpriseSelfParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management get enterprise self params

func (*IdentityAccessManagementGetEnterpriseSelfParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management get enterprise self params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetEnterpriseSelfParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management get enterprise self params

func (*IdentityAccessManagementGetEnterpriseSelfParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management get enterprise self params

func (*IdentityAccessManagementGetEnterpriseSelfParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementGetEnterpriseSelfParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management get enterprise self params

func (*IdentityAccessManagementGetEnterpriseSelfParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management get enterprise self params

func (*IdentityAccessManagementGetEnterpriseSelfParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management get enterprise self params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetEnterpriseSelfParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management get enterprise self params

func (*IdentityAccessManagementGetEnterpriseSelfParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management get enterprise self params

func (*IdentityAccessManagementGetEnterpriseSelfParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management get enterprise self params

func (*IdentityAccessManagementGetEnterpriseSelfParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementGetEnterpriseSelfReader added in v1.0.2

type IdentityAccessManagementGetEnterpriseSelfReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementGetEnterpriseSelfReader is a Reader for the IdentityAccessManagementGetEnterpriseSelf structure.

func (*IdentityAccessManagementGetEnterpriseSelfReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementGetEnterpriseSelfReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementGetEnterpriseSelfUnauthorized added in v1.0.2

type IdentityAccessManagementGetEnterpriseSelfUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetEnterpriseSelfUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementGetEnterpriseSelfUnauthorized added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseSelfUnauthorized() *IdentityAccessManagementGetEnterpriseSelfUnauthorized

NewIdentityAccessManagementGetEnterpriseSelfUnauthorized creates a IdentityAccessManagementGetEnterpriseSelfUnauthorized with default headers values

func (*IdentityAccessManagementGetEnterpriseSelfUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseSelfUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseSelfUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise self unauthorized response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseSelfUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise self unauthorized response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseSelfUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise self unauthorized response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseSelfUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise self unauthorized response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseSelfUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise self unauthorized response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseSelfUnauthorized) String added in v1.0.2

type IdentityAccessManagementGetEnterpriseUnauthorized added in v1.0.2

type IdentityAccessManagementGetEnterpriseUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetEnterpriseUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementGetEnterpriseUnauthorized added in v1.0.2

func NewIdentityAccessManagementGetEnterpriseUnauthorized() *IdentityAccessManagementGetEnterpriseUnauthorized

NewIdentityAccessManagementGetEnterpriseUnauthorized creates a IdentityAccessManagementGetEnterpriseUnauthorized with default headers values

func (*IdentityAccessManagementGetEnterpriseUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetEnterpriseUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get enterprise unauthorized response has a 4xx status code

func (*IdentityAccessManagementGetEnterpriseUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management get enterprise unauthorized response a status code equal to that given

func (*IdentityAccessManagementGetEnterpriseUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get enterprise unauthorized response has a 3xx status code

func (*IdentityAccessManagementGetEnterpriseUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get enterprise unauthorized response has a 5xx status code

func (*IdentityAccessManagementGetEnterpriseUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get enterprise unauthorized response has a 2xx status code

func (*IdentityAccessManagementGetEnterpriseUnauthorized) String added in v1.0.2

type IdentityAccessManagementGetRealmByNameDefault added in v1.0.2

type IdentityAccessManagementGetRealmByNameDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementGetRealmByNameDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementGetRealmByNameDefault added in v1.0.2

func NewIdentityAccessManagementGetRealmByNameDefault(code int) *IdentityAccessManagementGetRealmByNameDefault

NewIdentityAccessManagementGetRealmByNameDefault creates a IdentityAccessManagementGetRealmByNameDefault with default headers values

func (*IdentityAccessManagementGetRealmByNameDefault) Code added in v1.0.2

Code gets the status code for the identity access management get realm by name default response

func (*IdentityAccessManagementGetRealmByNameDefault) Error added in v1.0.2

func (*IdentityAccessManagementGetRealmByNameDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRealmByNameDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get realm by name default response has a 4xx status code

func (*IdentityAccessManagementGetRealmByNameDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management get realm by name default response a status code equal to that given

func (*IdentityAccessManagementGetRealmByNameDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get realm by name default response has a 3xx status code

func (*IdentityAccessManagementGetRealmByNameDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get realm by name default response has a 5xx status code

func (*IdentityAccessManagementGetRealmByNameDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get realm by name default response has a 2xx status code

func (*IdentityAccessManagementGetRealmByNameDefault) String added in v1.0.2

type IdentityAccessManagementGetRealmByNameForbidden added in v1.0.2

type IdentityAccessManagementGetRealmByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRealmByNameForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementGetRealmByNameForbidden added in v1.0.2

func NewIdentityAccessManagementGetRealmByNameForbidden() *IdentityAccessManagementGetRealmByNameForbidden

NewIdentityAccessManagementGetRealmByNameForbidden creates a IdentityAccessManagementGetRealmByNameForbidden with default headers values

func (*IdentityAccessManagementGetRealmByNameForbidden) Error added in v1.0.2

func (*IdentityAccessManagementGetRealmByNameForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRealmByNameForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get realm by name forbidden response has a 4xx status code

func (*IdentityAccessManagementGetRealmByNameForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management get realm by name forbidden response a status code equal to that given

func (*IdentityAccessManagementGetRealmByNameForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get realm by name forbidden response has a 3xx status code

func (*IdentityAccessManagementGetRealmByNameForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get realm by name forbidden response has a 5xx status code

func (*IdentityAccessManagementGetRealmByNameForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get realm by name forbidden response has a 2xx status code

func (*IdentityAccessManagementGetRealmByNameForbidden) String added in v1.0.2

type IdentityAccessManagementGetRealmByNameGatewayTimeout added in v1.0.2

type IdentityAccessManagementGetRealmByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRealmByNameGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementGetRealmByNameGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementGetRealmByNameGatewayTimeout() *IdentityAccessManagementGetRealmByNameGatewayTimeout

NewIdentityAccessManagementGetRealmByNameGatewayTimeout creates a IdentityAccessManagementGetRealmByNameGatewayTimeout with default headers values

func (*IdentityAccessManagementGetRealmByNameGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementGetRealmByNameGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRealmByNameGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get realm by name gateway timeout response has a 4xx status code

func (*IdentityAccessManagementGetRealmByNameGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management get realm by name gateway timeout response a status code equal to that given

func (*IdentityAccessManagementGetRealmByNameGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get realm by name gateway timeout response has a 3xx status code

func (*IdentityAccessManagementGetRealmByNameGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get realm by name gateway timeout response has a 5xx status code

func (*IdentityAccessManagementGetRealmByNameGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get realm by name gateway timeout response has a 2xx status code

func (*IdentityAccessManagementGetRealmByNameGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementGetRealmByNameInternalServerError added in v1.0.2

type IdentityAccessManagementGetRealmByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRealmByNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementGetRealmByNameInternalServerError added in v1.0.2

func NewIdentityAccessManagementGetRealmByNameInternalServerError() *IdentityAccessManagementGetRealmByNameInternalServerError

NewIdentityAccessManagementGetRealmByNameInternalServerError creates a IdentityAccessManagementGetRealmByNameInternalServerError with default headers values

func (*IdentityAccessManagementGetRealmByNameInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementGetRealmByNameInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRealmByNameInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get realm by name internal server error response has a 4xx status code

func (*IdentityAccessManagementGetRealmByNameInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management get realm by name internal server error response a status code equal to that given

func (*IdentityAccessManagementGetRealmByNameInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get realm by name internal server error response has a 3xx status code

func (*IdentityAccessManagementGetRealmByNameInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get realm by name internal server error response has a 5xx status code

func (*IdentityAccessManagementGetRealmByNameInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get realm by name internal server error response has a 2xx status code

func (*IdentityAccessManagementGetRealmByNameInternalServerError) String added in v1.0.2

type IdentityAccessManagementGetRealmByNameNotFound added in v1.0.2

type IdentityAccessManagementGetRealmByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRealmByNameNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementGetRealmByNameNotFound added in v1.0.2

func NewIdentityAccessManagementGetRealmByNameNotFound() *IdentityAccessManagementGetRealmByNameNotFound

NewIdentityAccessManagementGetRealmByNameNotFound creates a IdentityAccessManagementGetRealmByNameNotFound with default headers values

func (*IdentityAccessManagementGetRealmByNameNotFound) Error added in v1.0.2

func (*IdentityAccessManagementGetRealmByNameNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRealmByNameNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get realm by name not found response has a 4xx status code

func (*IdentityAccessManagementGetRealmByNameNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management get realm by name not found response a status code equal to that given

func (*IdentityAccessManagementGetRealmByNameNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get realm by name not found response has a 3xx status code

func (*IdentityAccessManagementGetRealmByNameNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get realm by name not found response has a 5xx status code

func (*IdentityAccessManagementGetRealmByNameNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get realm by name not found response has a 2xx status code

func (*IdentityAccessManagementGetRealmByNameNotFound) String added in v1.0.2

type IdentityAccessManagementGetRealmByNameOK added in v1.0.2

type IdentityAccessManagementGetRealmByNameOK struct {
	Payload *swagger_models.CrudResponseRead
}

IdentityAccessManagementGetRealmByNameOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementGetRealmByNameOK added in v1.0.2

func NewIdentityAccessManagementGetRealmByNameOK() *IdentityAccessManagementGetRealmByNameOK

NewIdentityAccessManagementGetRealmByNameOK creates a IdentityAccessManagementGetRealmByNameOK with default headers values

func (*IdentityAccessManagementGetRealmByNameOK) Error added in v1.0.2

func (*IdentityAccessManagementGetRealmByNameOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRealmByNameOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get realm by name o k response has a 4xx status code

func (*IdentityAccessManagementGetRealmByNameOK) IsCode added in v1.0.2

IsCode returns true when this identity access management get realm by name o k response a status code equal to that given

func (*IdentityAccessManagementGetRealmByNameOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get realm by name o k response has a 3xx status code

func (*IdentityAccessManagementGetRealmByNameOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get realm by name o k response has a 5xx status code

func (*IdentityAccessManagementGetRealmByNameOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get realm by name o k response has a 2xx status code

func (*IdentityAccessManagementGetRealmByNameOK) String added in v1.0.2

type IdentityAccessManagementGetRealmByNameParams added in v1.0.2

type IdentityAccessManagementGetRealmByNameParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Name.
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementGetRealmByNameParams contains all the parameters to send to the API endpoint

for the identity access management get realm by name operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementGetRealmByNameParams added in v1.0.2

func NewIdentityAccessManagementGetRealmByNameParams() *IdentityAccessManagementGetRealmByNameParams

NewIdentityAccessManagementGetRealmByNameParams creates a new IdentityAccessManagementGetRealmByNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementGetRealmByNameParamsWithContext added in v1.0.2

func NewIdentityAccessManagementGetRealmByNameParamsWithContext(ctx context.Context) *IdentityAccessManagementGetRealmByNameParams

NewIdentityAccessManagementGetRealmByNameParamsWithContext creates a new IdentityAccessManagementGetRealmByNameParams object with the ability to set a context for a request.

func NewIdentityAccessManagementGetRealmByNameParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementGetRealmByNameParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementGetRealmByNameParams

NewIdentityAccessManagementGetRealmByNameParamsWithHTTPClient creates a new IdentityAccessManagementGetRealmByNameParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementGetRealmByNameParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementGetRealmByNameParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementGetRealmByNameParams

NewIdentityAccessManagementGetRealmByNameParamsWithTimeout creates a new IdentityAccessManagementGetRealmByNameParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementGetRealmByNameParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management get realm by name params

func (*IdentityAccessManagementGetRealmByNameParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management get realm by name params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetRealmByNameParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementGetRealmByNameParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management get realm by name params

func (*IdentityAccessManagementGetRealmByNameParams) SetName added in v1.0.2

SetName adds the name to the identity access management get realm by name params

func (*IdentityAccessManagementGetRealmByNameParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management get realm by name params

func (*IdentityAccessManagementGetRealmByNameParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementGetRealmByNameParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management get realm by name params

func (*IdentityAccessManagementGetRealmByNameParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management get realm by name params

func (*IdentityAccessManagementGetRealmByNameParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management get realm by name params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetRealmByNameParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management get realm by name params

func (*IdentityAccessManagementGetRealmByNameParams) WithName added in v1.0.2

WithName adds the name to the identity access management get realm by name params

func (*IdentityAccessManagementGetRealmByNameParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management get realm by name params

func (*IdentityAccessManagementGetRealmByNameParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management get realm by name params

func (*IdentityAccessManagementGetRealmByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementGetRealmByNameReader added in v1.0.2

type IdentityAccessManagementGetRealmByNameReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementGetRealmByNameReader is a Reader for the IdentityAccessManagementGetRealmByName structure.

func (*IdentityAccessManagementGetRealmByNameReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementGetRealmByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementGetRealmByNameUnauthorized added in v1.0.2

type IdentityAccessManagementGetRealmByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRealmByNameUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementGetRealmByNameUnauthorized added in v1.0.2

func NewIdentityAccessManagementGetRealmByNameUnauthorized() *IdentityAccessManagementGetRealmByNameUnauthorized

NewIdentityAccessManagementGetRealmByNameUnauthorized creates a IdentityAccessManagementGetRealmByNameUnauthorized with default headers values

func (*IdentityAccessManagementGetRealmByNameUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementGetRealmByNameUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRealmByNameUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get realm by name unauthorized response has a 4xx status code

func (*IdentityAccessManagementGetRealmByNameUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management get realm by name unauthorized response a status code equal to that given

func (*IdentityAccessManagementGetRealmByNameUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get realm by name unauthorized response has a 3xx status code

func (*IdentityAccessManagementGetRealmByNameUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get realm by name unauthorized response has a 5xx status code

func (*IdentityAccessManagementGetRealmByNameUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get realm by name unauthorized response has a 2xx status code

func (*IdentityAccessManagementGetRealmByNameUnauthorized) String added in v1.0.2

type IdentityAccessManagementGetRealmDefault added in v1.0.2

type IdentityAccessManagementGetRealmDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementGetRealmDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementGetRealmDefault added in v1.0.2

func NewIdentityAccessManagementGetRealmDefault(code int) *IdentityAccessManagementGetRealmDefault

NewIdentityAccessManagementGetRealmDefault creates a IdentityAccessManagementGetRealmDefault with default headers values

func (*IdentityAccessManagementGetRealmDefault) Code added in v1.0.2

Code gets the status code for the identity access management get realm default response

func (*IdentityAccessManagementGetRealmDefault) Error added in v1.0.2

func (*IdentityAccessManagementGetRealmDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRealmDefault) IsClientError added in v1.0.2

func (o *IdentityAccessManagementGetRealmDefault) IsClientError() bool

IsClientError returns true when this identity access management get realm default response has a 4xx status code

func (*IdentityAccessManagementGetRealmDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management get realm default response a status code equal to that given

func (*IdentityAccessManagementGetRealmDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get realm default response has a 3xx status code

func (*IdentityAccessManagementGetRealmDefault) IsServerError added in v1.0.2

func (o *IdentityAccessManagementGetRealmDefault) IsServerError() bool

IsServerError returns true when this identity access management get realm default response has a 5xx status code

func (*IdentityAccessManagementGetRealmDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get realm default response has a 2xx status code

func (*IdentityAccessManagementGetRealmDefault) String added in v1.0.2

type IdentityAccessManagementGetRealmForbidden added in v1.0.2

type IdentityAccessManagementGetRealmForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRealmForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementGetRealmForbidden added in v1.0.2

func NewIdentityAccessManagementGetRealmForbidden() *IdentityAccessManagementGetRealmForbidden

NewIdentityAccessManagementGetRealmForbidden creates a IdentityAccessManagementGetRealmForbidden with default headers values

func (*IdentityAccessManagementGetRealmForbidden) Error added in v1.0.2

func (*IdentityAccessManagementGetRealmForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRealmForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get realm forbidden response has a 4xx status code

func (*IdentityAccessManagementGetRealmForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management get realm forbidden response a status code equal to that given

func (*IdentityAccessManagementGetRealmForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get realm forbidden response has a 3xx status code

func (*IdentityAccessManagementGetRealmForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get realm forbidden response has a 5xx status code

func (*IdentityAccessManagementGetRealmForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get realm forbidden response has a 2xx status code

func (*IdentityAccessManagementGetRealmForbidden) String added in v1.0.2

type IdentityAccessManagementGetRealmGatewayTimeout added in v1.0.2

type IdentityAccessManagementGetRealmGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRealmGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementGetRealmGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementGetRealmGatewayTimeout() *IdentityAccessManagementGetRealmGatewayTimeout

NewIdentityAccessManagementGetRealmGatewayTimeout creates a IdentityAccessManagementGetRealmGatewayTimeout with default headers values

func (*IdentityAccessManagementGetRealmGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementGetRealmGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRealmGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get realm gateway timeout response has a 4xx status code

func (*IdentityAccessManagementGetRealmGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management get realm gateway timeout response a status code equal to that given

func (*IdentityAccessManagementGetRealmGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get realm gateway timeout response has a 3xx status code

func (*IdentityAccessManagementGetRealmGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get realm gateway timeout response has a 5xx status code

func (*IdentityAccessManagementGetRealmGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get realm gateway timeout response has a 2xx status code

func (*IdentityAccessManagementGetRealmGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementGetRealmInternalServerError added in v1.0.2

type IdentityAccessManagementGetRealmInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRealmInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementGetRealmInternalServerError added in v1.0.2

func NewIdentityAccessManagementGetRealmInternalServerError() *IdentityAccessManagementGetRealmInternalServerError

NewIdentityAccessManagementGetRealmInternalServerError creates a IdentityAccessManagementGetRealmInternalServerError with default headers values

func (*IdentityAccessManagementGetRealmInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementGetRealmInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRealmInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get realm internal server error response has a 4xx status code

func (*IdentityAccessManagementGetRealmInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management get realm internal server error response a status code equal to that given

func (*IdentityAccessManagementGetRealmInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get realm internal server error response has a 3xx status code

func (*IdentityAccessManagementGetRealmInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get realm internal server error response has a 5xx status code

func (*IdentityAccessManagementGetRealmInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get realm internal server error response has a 2xx status code

func (*IdentityAccessManagementGetRealmInternalServerError) String added in v1.0.2

type IdentityAccessManagementGetRealmNotFound added in v1.0.2

type IdentityAccessManagementGetRealmNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRealmNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementGetRealmNotFound added in v1.0.2

func NewIdentityAccessManagementGetRealmNotFound() *IdentityAccessManagementGetRealmNotFound

NewIdentityAccessManagementGetRealmNotFound creates a IdentityAccessManagementGetRealmNotFound with default headers values

func (*IdentityAccessManagementGetRealmNotFound) Error added in v1.0.2

func (*IdentityAccessManagementGetRealmNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRealmNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get realm not found response has a 4xx status code

func (*IdentityAccessManagementGetRealmNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management get realm not found response a status code equal to that given

func (*IdentityAccessManagementGetRealmNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get realm not found response has a 3xx status code

func (*IdentityAccessManagementGetRealmNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get realm not found response has a 5xx status code

func (*IdentityAccessManagementGetRealmNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get realm not found response has a 2xx status code

func (*IdentityAccessManagementGetRealmNotFound) String added in v1.0.2

type IdentityAccessManagementGetRealmOK added in v1.0.2

type IdentityAccessManagementGetRealmOK struct {
	Payload *swagger_models.CrudResponseRead
}

IdentityAccessManagementGetRealmOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementGetRealmOK added in v1.0.2

func NewIdentityAccessManagementGetRealmOK() *IdentityAccessManagementGetRealmOK

NewIdentityAccessManagementGetRealmOK creates a IdentityAccessManagementGetRealmOK with default headers values

func (*IdentityAccessManagementGetRealmOK) Error added in v1.0.2

func (*IdentityAccessManagementGetRealmOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRealmOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementGetRealmOK) IsClientError() bool

IsClientError returns true when this identity access management get realm o k response has a 4xx status code

func (*IdentityAccessManagementGetRealmOK) IsCode added in v1.0.2

IsCode returns true when this identity access management get realm o k response a status code equal to that given

func (*IdentityAccessManagementGetRealmOK) IsRedirect added in v1.0.2

func (o *IdentityAccessManagementGetRealmOK) IsRedirect() bool

IsRedirect returns true when this identity access management get realm o k response has a 3xx status code

func (*IdentityAccessManagementGetRealmOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementGetRealmOK) IsServerError() bool

IsServerError returns true when this identity access management get realm o k response has a 5xx status code

func (*IdentityAccessManagementGetRealmOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get realm o k response has a 2xx status code

func (*IdentityAccessManagementGetRealmOK) String added in v1.0.2

type IdentityAccessManagementGetRealmParams added in v1.0.2

type IdentityAccessManagementGetRealmParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementGetRealmParams contains all the parameters to send to the API endpoint

for the identity access management get realm operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementGetRealmParams added in v1.0.2

func NewIdentityAccessManagementGetRealmParams() *IdentityAccessManagementGetRealmParams

NewIdentityAccessManagementGetRealmParams creates a new IdentityAccessManagementGetRealmParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementGetRealmParamsWithContext added in v1.0.2

func NewIdentityAccessManagementGetRealmParamsWithContext(ctx context.Context) *IdentityAccessManagementGetRealmParams

NewIdentityAccessManagementGetRealmParamsWithContext creates a new IdentityAccessManagementGetRealmParams object with the ability to set a context for a request.

func NewIdentityAccessManagementGetRealmParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementGetRealmParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementGetRealmParams

NewIdentityAccessManagementGetRealmParamsWithHTTPClient creates a new IdentityAccessManagementGetRealmParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementGetRealmParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementGetRealmParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementGetRealmParams

NewIdentityAccessManagementGetRealmParamsWithTimeout creates a new IdentityAccessManagementGetRealmParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementGetRealmParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management get realm params

func (*IdentityAccessManagementGetRealmParams) SetDefaults added in v1.0.2

func (o *IdentityAccessManagementGetRealmParams) SetDefaults()

SetDefaults hydrates default values in the identity access management get realm params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetRealmParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementGetRealmParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management get realm params

func (*IdentityAccessManagementGetRealmParams) SetID added in v1.0.2

SetID adds the id to the identity access management get realm params

func (*IdentityAccessManagementGetRealmParams) SetTimeout added in v1.0.2

func (o *IdentityAccessManagementGetRealmParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the identity access management get realm params

func (*IdentityAccessManagementGetRealmParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementGetRealmParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management get realm params

func (*IdentityAccessManagementGetRealmParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management get realm params

func (*IdentityAccessManagementGetRealmParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management get realm params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetRealmParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management get realm params

func (*IdentityAccessManagementGetRealmParams) WithID added in v1.0.2

WithID adds the id to the identity access management get realm params

func (*IdentityAccessManagementGetRealmParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management get realm params

func (*IdentityAccessManagementGetRealmParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management get realm params

func (*IdentityAccessManagementGetRealmParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementGetRealmReader added in v1.0.2

type IdentityAccessManagementGetRealmReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementGetRealmReader is a Reader for the IdentityAccessManagementGetRealm structure.

func (*IdentityAccessManagementGetRealmReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementGetRealmReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementGetRealmUnauthorized added in v1.0.2

type IdentityAccessManagementGetRealmUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRealmUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementGetRealmUnauthorized added in v1.0.2

func NewIdentityAccessManagementGetRealmUnauthorized() *IdentityAccessManagementGetRealmUnauthorized

NewIdentityAccessManagementGetRealmUnauthorized creates a IdentityAccessManagementGetRealmUnauthorized with default headers values

func (*IdentityAccessManagementGetRealmUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementGetRealmUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRealmUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get realm unauthorized response has a 4xx status code

func (*IdentityAccessManagementGetRealmUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management get realm unauthorized response a status code equal to that given

func (*IdentityAccessManagementGetRealmUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get realm unauthorized response has a 3xx status code

func (*IdentityAccessManagementGetRealmUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get realm unauthorized response has a 5xx status code

func (*IdentityAccessManagementGetRealmUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get realm unauthorized response has a 2xx status code

func (*IdentityAccessManagementGetRealmUnauthorized) String added in v1.0.2

type IdentityAccessManagementGetRoleByNameDefault added in v1.0.2

type IdentityAccessManagementGetRoleByNameDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementGetRoleByNameDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementGetRoleByNameDefault added in v1.0.2

func NewIdentityAccessManagementGetRoleByNameDefault(code int) *IdentityAccessManagementGetRoleByNameDefault

NewIdentityAccessManagementGetRoleByNameDefault creates a IdentityAccessManagementGetRoleByNameDefault with default headers values

func (*IdentityAccessManagementGetRoleByNameDefault) Code added in v1.0.2

Code gets the status code for the identity access management get role by name default response

func (*IdentityAccessManagementGetRoleByNameDefault) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleByNameDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleByNameDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get role by name default response has a 4xx status code

func (*IdentityAccessManagementGetRoleByNameDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management get role by name default response a status code equal to that given

func (*IdentityAccessManagementGetRoleByNameDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role by name default response has a 3xx status code

func (*IdentityAccessManagementGetRoleByNameDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get role by name default response has a 5xx status code

func (*IdentityAccessManagementGetRoleByNameDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role by name default response has a 2xx status code

func (*IdentityAccessManagementGetRoleByNameDefault) String added in v1.0.2

type IdentityAccessManagementGetRoleByNameForbidden added in v1.0.2

type IdentityAccessManagementGetRoleByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRoleByNameForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementGetRoleByNameForbidden added in v1.0.2

func NewIdentityAccessManagementGetRoleByNameForbidden() *IdentityAccessManagementGetRoleByNameForbidden

NewIdentityAccessManagementGetRoleByNameForbidden creates a IdentityAccessManagementGetRoleByNameForbidden with default headers values

func (*IdentityAccessManagementGetRoleByNameForbidden) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleByNameForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleByNameForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get role by name forbidden response has a 4xx status code

func (*IdentityAccessManagementGetRoleByNameForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management get role by name forbidden response a status code equal to that given

func (*IdentityAccessManagementGetRoleByNameForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role by name forbidden response has a 3xx status code

func (*IdentityAccessManagementGetRoleByNameForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get role by name forbidden response has a 5xx status code

func (*IdentityAccessManagementGetRoleByNameForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role by name forbidden response has a 2xx status code

func (*IdentityAccessManagementGetRoleByNameForbidden) String added in v1.0.2

type IdentityAccessManagementGetRoleByNameGatewayTimeout added in v1.0.2

type IdentityAccessManagementGetRoleByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRoleByNameGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementGetRoleByNameGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementGetRoleByNameGatewayTimeout() *IdentityAccessManagementGetRoleByNameGatewayTimeout

NewIdentityAccessManagementGetRoleByNameGatewayTimeout creates a IdentityAccessManagementGetRoleByNameGatewayTimeout with default headers values

func (*IdentityAccessManagementGetRoleByNameGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleByNameGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleByNameGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get role by name gateway timeout response has a 4xx status code

func (*IdentityAccessManagementGetRoleByNameGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management get role by name gateway timeout response a status code equal to that given

func (*IdentityAccessManagementGetRoleByNameGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role by name gateway timeout response has a 3xx status code

func (*IdentityAccessManagementGetRoleByNameGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get role by name gateway timeout response has a 5xx status code

func (*IdentityAccessManagementGetRoleByNameGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role by name gateway timeout response has a 2xx status code

func (*IdentityAccessManagementGetRoleByNameGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementGetRoleByNameInternalServerError added in v1.0.2

type IdentityAccessManagementGetRoleByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRoleByNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementGetRoleByNameInternalServerError added in v1.0.2

func NewIdentityAccessManagementGetRoleByNameInternalServerError() *IdentityAccessManagementGetRoleByNameInternalServerError

NewIdentityAccessManagementGetRoleByNameInternalServerError creates a IdentityAccessManagementGetRoleByNameInternalServerError with default headers values

func (*IdentityAccessManagementGetRoleByNameInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleByNameInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleByNameInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get role by name internal server error response has a 4xx status code

func (*IdentityAccessManagementGetRoleByNameInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management get role by name internal server error response a status code equal to that given

func (*IdentityAccessManagementGetRoleByNameInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role by name internal server error response has a 3xx status code

func (*IdentityAccessManagementGetRoleByNameInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get role by name internal server error response has a 5xx status code

func (*IdentityAccessManagementGetRoleByNameInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role by name internal server error response has a 2xx status code

func (*IdentityAccessManagementGetRoleByNameInternalServerError) String added in v1.0.2

type IdentityAccessManagementGetRoleByNameNotFound added in v1.0.2

type IdentityAccessManagementGetRoleByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRoleByNameNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementGetRoleByNameNotFound added in v1.0.2

func NewIdentityAccessManagementGetRoleByNameNotFound() *IdentityAccessManagementGetRoleByNameNotFound

NewIdentityAccessManagementGetRoleByNameNotFound creates a IdentityAccessManagementGetRoleByNameNotFound with default headers values

func (*IdentityAccessManagementGetRoleByNameNotFound) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleByNameNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleByNameNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get role by name not found response has a 4xx status code

func (*IdentityAccessManagementGetRoleByNameNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management get role by name not found response a status code equal to that given

func (*IdentityAccessManagementGetRoleByNameNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role by name not found response has a 3xx status code

func (*IdentityAccessManagementGetRoleByNameNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get role by name not found response has a 5xx status code

func (*IdentityAccessManagementGetRoleByNameNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role by name not found response has a 2xx status code

func (*IdentityAccessManagementGetRoleByNameNotFound) String added in v1.0.2

type IdentityAccessManagementGetRoleByNameOK added in v1.0.2

type IdentityAccessManagementGetRoleByNameOK struct {
	Payload *swagger_models.CrudResponseRead
}

IdentityAccessManagementGetRoleByNameOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementGetRoleByNameOK added in v1.0.2

func NewIdentityAccessManagementGetRoleByNameOK() *IdentityAccessManagementGetRoleByNameOK

NewIdentityAccessManagementGetRoleByNameOK creates a IdentityAccessManagementGetRoleByNameOK with default headers values

func (*IdentityAccessManagementGetRoleByNameOK) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleByNameOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleByNameOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementGetRoleByNameOK) IsClientError() bool

IsClientError returns true when this identity access management get role by name o k response has a 4xx status code

func (*IdentityAccessManagementGetRoleByNameOK) IsCode added in v1.0.2

IsCode returns true when this identity access management get role by name o k response a status code equal to that given

func (*IdentityAccessManagementGetRoleByNameOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role by name o k response has a 3xx status code

func (*IdentityAccessManagementGetRoleByNameOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementGetRoleByNameOK) IsServerError() bool

IsServerError returns true when this identity access management get role by name o k response has a 5xx status code

func (*IdentityAccessManagementGetRoleByNameOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role by name o k response has a 2xx status code

func (*IdentityAccessManagementGetRoleByNameOK) String added in v1.0.2

type IdentityAccessManagementGetRoleByNameParams added in v1.0.2

type IdentityAccessManagementGetRoleByNameParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Name.
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementGetRoleByNameParams contains all the parameters to send to the API endpoint

for the identity access management get role by name operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementGetRoleByNameParams added in v1.0.2

func NewIdentityAccessManagementGetRoleByNameParams() *IdentityAccessManagementGetRoleByNameParams

NewIdentityAccessManagementGetRoleByNameParams creates a new IdentityAccessManagementGetRoleByNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementGetRoleByNameParamsWithContext added in v1.0.2

func NewIdentityAccessManagementGetRoleByNameParamsWithContext(ctx context.Context) *IdentityAccessManagementGetRoleByNameParams

NewIdentityAccessManagementGetRoleByNameParamsWithContext creates a new IdentityAccessManagementGetRoleByNameParams object with the ability to set a context for a request.

func NewIdentityAccessManagementGetRoleByNameParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementGetRoleByNameParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementGetRoleByNameParams

NewIdentityAccessManagementGetRoleByNameParamsWithHTTPClient creates a new IdentityAccessManagementGetRoleByNameParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementGetRoleByNameParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementGetRoleByNameParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementGetRoleByNameParams

NewIdentityAccessManagementGetRoleByNameParamsWithTimeout creates a new IdentityAccessManagementGetRoleByNameParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementGetRoleByNameParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management get role by name params

func (*IdentityAccessManagementGetRoleByNameParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management get role by name params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetRoleByNameParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementGetRoleByNameParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management get role by name params

func (*IdentityAccessManagementGetRoleByNameParams) SetName added in v1.0.2

SetName adds the name to the identity access management get role by name params

func (*IdentityAccessManagementGetRoleByNameParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management get role by name params

func (*IdentityAccessManagementGetRoleByNameParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementGetRoleByNameParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management get role by name params

func (*IdentityAccessManagementGetRoleByNameParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management get role by name params

func (*IdentityAccessManagementGetRoleByNameParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management get role by name params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetRoleByNameParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management get role by name params

func (*IdentityAccessManagementGetRoleByNameParams) WithName added in v1.0.2

WithName adds the name to the identity access management get role by name params

func (*IdentityAccessManagementGetRoleByNameParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management get role by name params

func (*IdentityAccessManagementGetRoleByNameParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management get role by name params

func (*IdentityAccessManagementGetRoleByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementGetRoleByNameReader added in v1.0.2

type IdentityAccessManagementGetRoleByNameReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementGetRoleByNameReader is a Reader for the IdentityAccessManagementGetRoleByName structure.

func (*IdentityAccessManagementGetRoleByNameReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementGetRoleByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementGetRoleByNameUnauthorized added in v1.0.2

type IdentityAccessManagementGetRoleByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRoleByNameUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementGetRoleByNameUnauthorized added in v1.0.2

func NewIdentityAccessManagementGetRoleByNameUnauthorized() *IdentityAccessManagementGetRoleByNameUnauthorized

NewIdentityAccessManagementGetRoleByNameUnauthorized creates a IdentityAccessManagementGetRoleByNameUnauthorized with default headers values

func (*IdentityAccessManagementGetRoleByNameUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleByNameUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleByNameUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get role by name unauthorized response has a 4xx status code

func (*IdentityAccessManagementGetRoleByNameUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management get role by name unauthorized response a status code equal to that given

func (*IdentityAccessManagementGetRoleByNameUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role by name unauthorized response has a 3xx status code

func (*IdentityAccessManagementGetRoleByNameUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get role by name unauthorized response has a 5xx status code

func (*IdentityAccessManagementGetRoleByNameUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role by name unauthorized response has a 2xx status code

func (*IdentityAccessManagementGetRoleByNameUnauthorized) String added in v1.0.2

type IdentityAccessManagementGetRoleDefault added in v1.0.2

type IdentityAccessManagementGetRoleDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementGetRoleDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementGetRoleDefault added in v1.0.2

func NewIdentityAccessManagementGetRoleDefault(code int) *IdentityAccessManagementGetRoleDefault

NewIdentityAccessManagementGetRoleDefault creates a IdentityAccessManagementGetRoleDefault with default headers values

func (*IdentityAccessManagementGetRoleDefault) Code added in v1.0.2

Code gets the status code for the identity access management get role default response

func (*IdentityAccessManagementGetRoleDefault) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleDefault) IsClientError added in v1.0.2

func (o *IdentityAccessManagementGetRoleDefault) IsClientError() bool

IsClientError returns true when this identity access management get role default response has a 4xx status code

func (*IdentityAccessManagementGetRoleDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management get role default response a status code equal to that given

func (*IdentityAccessManagementGetRoleDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role default response has a 3xx status code

func (*IdentityAccessManagementGetRoleDefault) IsServerError added in v1.0.2

func (o *IdentityAccessManagementGetRoleDefault) IsServerError() bool

IsServerError returns true when this identity access management get role default response has a 5xx status code

func (*IdentityAccessManagementGetRoleDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role default response has a 2xx status code

func (*IdentityAccessManagementGetRoleDefault) String added in v1.0.2

type IdentityAccessManagementGetRoleForbidden added in v1.0.2

type IdentityAccessManagementGetRoleForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRoleForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementGetRoleForbidden added in v1.0.2

func NewIdentityAccessManagementGetRoleForbidden() *IdentityAccessManagementGetRoleForbidden

NewIdentityAccessManagementGetRoleForbidden creates a IdentityAccessManagementGetRoleForbidden with default headers values

func (*IdentityAccessManagementGetRoleForbidden) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get role forbidden response has a 4xx status code

func (*IdentityAccessManagementGetRoleForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management get role forbidden response a status code equal to that given

func (*IdentityAccessManagementGetRoleForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role forbidden response has a 3xx status code

func (*IdentityAccessManagementGetRoleForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get role forbidden response has a 5xx status code

func (*IdentityAccessManagementGetRoleForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role forbidden response has a 2xx status code

func (*IdentityAccessManagementGetRoleForbidden) String added in v1.0.2

type IdentityAccessManagementGetRoleGatewayTimeout added in v1.0.2

type IdentityAccessManagementGetRoleGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRoleGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementGetRoleGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementGetRoleGatewayTimeout() *IdentityAccessManagementGetRoleGatewayTimeout

NewIdentityAccessManagementGetRoleGatewayTimeout creates a IdentityAccessManagementGetRoleGatewayTimeout with default headers values

func (*IdentityAccessManagementGetRoleGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get role gateway timeout response has a 4xx status code

func (*IdentityAccessManagementGetRoleGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management get role gateway timeout response a status code equal to that given

func (*IdentityAccessManagementGetRoleGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role gateway timeout response has a 3xx status code

func (*IdentityAccessManagementGetRoleGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get role gateway timeout response has a 5xx status code

func (*IdentityAccessManagementGetRoleGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role gateway timeout response has a 2xx status code

func (*IdentityAccessManagementGetRoleGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementGetRoleInternalServerError added in v1.0.2

type IdentityAccessManagementGetRoleInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRoleInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementGetRoleInternalServerError added in v1.0.2

func NewIdentityAccessManagementGetRoleInternalServerError() *IdentityAccessManagementGetRoleInternalServerError

NewIdentityAccessManagementGetRoleInternalServerError creates a IdentityAccessManagementGetRoleInternalServerError with default headers values

func (*IdentityAccessManagementGetRoleInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get role internal server error response has a 4xx status code

func (*IdentityAccessManagementGetRoleInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management get role internal server error response a status code equal to that given

func (*IdentityAccessManagementGetRoleInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role internal server error response has a 3xx status code

func (*IdentityAccessManagementGetRoleInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get role internal server error response has a 5xx status code

func (*IdentityAccessManagementGetRoleInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role internal server error response has a 2xx status code

func (*IdentityAccessManagementGetRoleInternalServerError) String added in v1.0.2

type IdentityAccessManagementGetRoleNotFound added in v1.0.2

type IdentityAccessManagementGetRoleNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRoleNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementGetRoleNotFound added in v1.0.2

func NewIdentityAccessManagementGetRoleNotFound() *IdentityAccessManagementGetRoleNotFound

NewIdentityAccessManagementGetRoleNotFound creates a IdentityAccessManagementGetRoleNotFound with default headers values

func (*IdentityAccessManagementGetRoleNotFound) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleNotFound) IsClientError added in v1.0.2

func (o *IdentityAccessManagementGetRoleNotFound) IsClientError() bool

IsClientError returns true when this identity access management get role not found response has a 4xx status code

func (*IdentityAccessManagementGetRoleNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management get role not found response a status code equal to that given

func (*IdentityAccessManagementGetRoleNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role not found response has a 3xx status code

func (*IdentityAccessManagementGetRoleNotFound) IsServerError added in v1.0.2

func (o *IdentityAccessManagementGetRoleNotFound) IsServerError() bool

IsServerError returns true when this identity access management get role not found response has a 5xx status code

func (*IdentityAccessManagementGetRoleNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role not found response has a 2xx status code

func (*IdentityAccessManagementGetRoleNotFound) String added in v1.0.2

type IdentityAccessManagementGetRoleOK added in v1.0.2

type IdentityAccessManagementGetRoleOK struct {
	Payload *swagger_models.CrudResponseRead
}

IdentityAccessManagementGetRoleOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementGetRoleOK added in v1.0.2

func NewIdentityAccessManagementGetRoleOK() *IdentityAccessManagementGetRoleOK

NewIdentityAccessManagementGetRoleOK creates a IdentityAccessManagementGetRoleOK with default headers values

func (*IdentityAccessManagementGetRoleOK) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementGetRoleOK) IsClientError() bool

IsClientError returns true when this identity access management get role o k response has a 4xx status code

func (*IdentityAccessManagementGetRoleOK) IsCode added in v1.0.2

func (o *IdentityAccessManagementGetRoleOK) IsCode(code int) bool

IsCode returns true when this identity access management get role o k response a status code equal to that given

func (*IdentityAccessManagementGetRoleOK) IsRedirect added in v1.0.2

func (o *IdentityAccessManagementGetRoleOK) IsRedirect() bool

IsRedirect returns true when this identity access management get role o k response has a 3xx status code

func (*IdentityAccessManagementGetRoleOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementGetRoleOK) IsServerError() bool

IsServerError returns true when this identity access management get role o k response has a 5xx status code

func (*IdentityAccessManagementGetRoleOK) IsSuccess added in v1.0.2

func (o *IdentityAccessManagementGetRoleOK) IsSuccess() bool

IsSuccess returns true when this identity access management get role o k response has a 2xx status code

func (*IdentityAccessManagementGetRoleOK) String added in v1.0.2

type IdentityAccessManagementGetRoleParams added in v1.0.2

type IdentityAccessManagementGetRoleParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementGetRoleParams contains all the parameters to send to the API endpoint

for the identity access management get role operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementGetRoleParams added in v1.0.2

func NewIdentityAccessManagementGetRoleParams() *IdentityAccessManagementGetRoleParams

NewIdentityAccessManagementGetRoleParams creates a new IdentityAccessManagementGetRoleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementGetRoleParamsWithContext added in v1.0.2

func NewIdentityAccessManagementGetRoleParamsWithContext(ctx context.Context) *IdentityAccessManagementGetRoleParams

NewIdentityAccessManagementGetRoleParamsWithContext creates a new IdentityAccessManagementGetRoleParams object with the ability to set a context for a request.

func NewIdentityAccessManagementGetRoleParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementGetRoleParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementGetRoleParams

NewIdentityAccessManagementGetRoleParamsWithHTTPClient creates a new IdentityAccessManagementGetRoleParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementGetRoleParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementGetRoleParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementGetRoleParams

NewIdentityAccessManagementGetRoleParamsWithTimeout creates a new IdentityAccessManagementGetRoleParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementGetRoleParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management get role params

func (*IdentityAccessManagementGetRoleParams) SetDefaults added in v1.0.2

func (o *IdentityAccessManagementGetRoleParams) SetDefaults()

SetDefaults hydrates default values in the identity access management get role params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetRoleParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementGetRoleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management get role params

func (*IdentityAccessManagementGetRoleParams) SetID added in v1.0.2

SetID adds the id to the identity access management get role params

func (*IdentityAccessManagementGetRoleParams) SetTimeout added in v1.0.2

func (o *IdentityAccessManagementGetRoleParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the identity access management get role params

func (*IdentityAccessManagementGetRoleParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementGetRoleParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management get role params

func (*IdentityAccessManagementGetRoleParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management get role params

func (*IdentityAccessManagementGetRoleParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management get role params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetRoleParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management get role params

func (*IdentityAccessManagementGetRoleParams) WithID added in v1.0.2

WithID adds the id to the identity access management get role params

func (*IdentityAccessManagementGetRoleParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management get role params

func (*IdentityAccessManagementGetRoleParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management get role params

func (*IdentityAccessManagementGetRoleParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementGetRoleReader added in v1.0.2

type IdentityAccessManagementGetRoleReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementGetRoleReader is a Reader for the IdentityAccessManagementGetRole structure.

func (*IdentityAccessManagementGetRoleReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementGetRoleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementGetRoleSelfDefault added in v1.0.2

type IdentityAccessManagementGetRoleSelfDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementGetRoleSelfDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementGetRoleSelfDefault added in v1.0.2

func NewIdentityAccessManagementGetRoleSelfDefault(code int) *IdentityAccessManagementGetRoleSelfDefault

NewIdentityAccessManagementGetRoleSelfDefault creates a IdentityAccessManagementGetRoleSelfDefault with default headers values

func (*IdentityAccessManagementGetRoleSelfDefault) Code added in v1.0.2

Code gets the status code for the identity access management get role self default response

func (*IdentityAccessManagementGetRoleSelfDefault) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleSelfDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleSelfDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get role self default response has a 4xx status code

func (*IdentityAccessManagementGetRoleSelfDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management get role self default response a status code equal to that given

func (*IdentityAccessManagementGetRoleSelfDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role self default response has a 3xx status code

func (*IdentityAccessManagementGetRoleSelfDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get role self default response has a 5xx status code

func (*IdentityAccessManagementGetRoleSelfDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role self default response has a 2xx status code

func (*IdentityAccessManagementGetRoleSelfDefault) String added in v1.0.2

type IdentityAccessManagementGetRoleSelfForbidden added in v1.0.2

type IdentityAccessManagementGetRoleSelfForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRoleSelfForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementGetRoleSelfForbidden added in v1.0.2

func NewIdentityAccessManagementGetRoleSelfForbidden() *IdentityAccessManagementGetRoleSelfForbidden

NewIdentityAccessManagementGetRoleSelfForbidden creates a IdentityAccessManagementGetRoleSelfForbidden with default headers values

func (*IdentityAccessManagementGetRoleSelfForbidden) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleSelfForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleSelfForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get role self forbidden response has a 4xx status code

func (*IdentityAccessManagementGetRoleSelfForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management get role self forbidden response a status code equal to that given

func (*IdentityAccessManagementGetRoleSelfForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role self forbidden response has a 3xx status code

func (*IdentityAccessManagementGetRoleSelfForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get role self forbidden response has a 5xx status code

func (*IdentityAccessManagementGetRoleSelfForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role self forbidden response has a 2xx status code

func (*IdentityAccessManagementGetRoleSelfForbidden) String added in v1.0.2

type IdentityAccessManagementGetRoleSelfGatewayTimeout added in v1.0.2

type IdentityAccessManagementGetRoleSelfGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRoleSelfGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementGetRoleSelfGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementGetRoleSelfGatewayTimeout() *IdentityAccessManagementGetRoleSelfGatewayTimeout

NewIdentityAccessManagementGetRoleSelfGatewayTimeout creates a IdentityAccessManagementGetRoleSelfGatewayTimeout with default headers values

func (*IdentityAccessManagementGetRoleSelfGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleSelfGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleSelfGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get role self gateway timeout response has a 4xx status code

func (*IdentityAccessManagementGetRoleSelfGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management get role self gateway timeout response a status code equal to that given

func (*IdentityAccessManagementGetRoleSelfGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role self gateway timeout response has a 3xx status code

func (*IdentityAccessManagementGetRoleSelfGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get role self gateway timeout response has a 5xx status code

func (*IdentityAccessManagementGetRoleSelfGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role self gateway timeout response has a 2xx status code

func (*IdentityAccessManagementGetRoleSelfGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementGetRoleSelfInternalServerError added in v1.0.2

type IdentityAccessManagementGetRoleSelfInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRoleSelfInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementGetRoleSelfInternalServerError added in v1.0.2

func NewIdentityAccessManagementGetRoleSelfInternalServerError() *IdentityAccessManagementGetRoleSelfInternalServerError

NewIdentityAccessManagementGetRoleSelfInternalServerError creates a IdentityAccessManagementGetRoleSelfInternalServerError with default headers values

func (*IdentityAccessManagementGetRoleSelfInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleSelfInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleSelfInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get role self internal server error response has a 4xx status code

func (*IdentityAccessManagementGetRoleSelfInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management get role self internal server error response a status code equal to that given

func (*IdentityAccessManagementGetRoleSelfInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role self internal server error response has a 3xx status code

func (*IdentityAccessManagementGetRoleSelfInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get role self internal server error response has a 5xx status code

func (*IdentityAccessManagementGetRoleSelfInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role self internal server error response has a 2xx status code

func (*IdentityAccessManagementGetRoleSelfInternalServerError) String added in v1.0.2

type IdentityAccessManagementGetRoleSelfNotFound added in v1.0.2

type IdentityAccessManagementGetRoleSelfNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRoleSelfNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementGetRoleSelfNotFound added in v1.0.2

func NewIdentityAccessManagementGetRoleSelfNotFound() *IdentityAccessManagementGetRoleSelfNotFound

NewIdentityAccessManagementGetRoleSelfNotFound creates a IdentityAccessManagementGetRoleSelfNotFound with default headers values

func (*IdentityAccessManagementGetRoleSelfNotFound) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleSelfNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleSelfNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get role self not found response has a 4xx status code

func (*IdentityAccessManagementGetRoleSelfNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management get role self not found response a status code equal to that given

func (*IdentityAccessManagementGetRoleSelfNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role self not found response has a 3xx status code

func (*IdentityAccessManagementGetRoleSelfNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get role self not found response has a 5xx status code

func (*IdentityAccessManagementGetRoleSelfNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role self not found response has a 2xx status code

func (*IdentityAccessManagementGetRoleSelfNotFound) String added in v1.0.2

type IdentityAccessManagementGetRoleSelfOK added in v1.0.2

type IdentityAccessManagementGetRoleSelfOK struct {
	Payload *swagger_models.CrudResponseRead
}

IdentityAccessManagementGetRoleSelfOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementGetRoleSelfOK added in v1.0.2

func NewIdentityAccessManagementGetRoleSelfOK() *IdentityAccessManagementGetRoleSelfOK

NewIdentityAccessManagementGetRoleSelfOK creates a IdentityAccessManagementGetRoleSelfOK with default headers values

func (*IdentityAccessManagementGetRoleSelfOK) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleSelfOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleSelfOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementGetRoleSelfOK) IsClientError() bool

IsClientError returns true when this identity access management get role self o k response has a 4xx status code

func (*IdentityAccessManagementGetRoleSelfOK) IsCode added in v1.0.2

IsCode returns true when this identity access management get role self o k response a status code equal to that given

func (*IdentityAccessManagementGetRoleSelfOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role self o k response has a 3xx status code

func (*IdentityAccessManagementGetRoleSelfOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementGetRoleSelfOK) IsServerError() bool

IsServerError returns true when this identity access management get role self o k response has a 5xx status code

func (*IdentityAccessManagementGetRoleSelfOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role self o k response has a 2xx status code

func (*IdentityAccessManagementGetRoleSelfOK) String added in v1.0.2

type IdentityAccessManagementGetRoleSelfParams added in v1.0.2

type IdentityAccessManagementGetRoleSelfParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementGetRoleSelfParams contains all the parameters to send to the API endpoint

for the identity access management get role self operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementGetRoleSelfParams added in v1.0.2

func NewIdentityAccessManagementGetRoleSelfParams() *IdentityAccessManagementGetRoleSelfParams

NewIdentityAccessManagementGetRoleSelfParams creates a new IdentityAccessManagementGetRoleSelfParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementGetRoleSelfParamsWithContext added in v1.0.2

func NewIdentityAccessManagementGetRoleSelfParamsWithContext(ctx context.Context) *IdentityAccessManagementGetRoleSelfParams

NewIdentityAccessManagementGetRoleSelfParamsWithContext creates a new IdentityAccessManagementGetRoleSelfParams object with the ability to set a context for a request.

func NewIdentityAccessManagementGetRoleSelfParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementGetRoleSelfParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementGetRoleSelfParams

NewIdentityAccessManagementGetRoleSelfParamsWithHTTPClient creates a new IdentityAccessManagementGetRoleSelfParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementGetRoleSelfParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementGetRoleSelfParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementGetRoleSelfParams

NewIdentityAccessManagementGetRoleSelfParamsWithTimeout creates a new IdentityAccessManagementGetRoleSelfParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementGetRoleSelfParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management get role self params

func (*IdentityAccessManagementGetRoleSelfParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management get role self params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetRoleSelfParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementGetRoleSelfParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management get role self params

func (*IdentityAccessManagementGetRoleSelfParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management get role self params

func (*IdentityAccessManagementGetRoleSelfParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementGetRoleSelfParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management get role self params

func (*IdentityAccessManagementGetRoleSelfParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management get role self params

func (*IdentityAccessManagementGetRoleSelfParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management get role self params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetRoleSelfParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management get role self params

func (*IdentityAccessManagementGetRoleSelfParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management get role self params

func (*IdentityAccessManagementGetRoleSelfParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management get role self params

func (*IdentityAccessManagementGetRoleSelfParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementGetRoleSelfReader added in v1.0.2

type IdentityAccessManagementGetRoleSelfReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementGetRoleSelfReader is a Reader for the IdentityAccessManagementGetRoleSelf structure.

func (*IdentityAccessManagementGetRoleSelfReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementGetRoleSelfReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementGetRoleSelfUnauthorized added in v1.0.2

type IdentityAccessManagementGetRoleSelfUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRoleSelfUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementGetRoleSelfUnauthorized added in v1.0.2

func NewIdentityAccessManagementGetRoleSelfUnauthorized() *IdentityAccessManagementGetRoleSelfUnauthorized

NewIdentityAccessManagementGetRoleSelfUnauthorized creates a IdentityAccessManagementGetRoleSelfUnauthorized with default headers values

func (*IdentityAccessManagementGetRoleSelfUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleSelfUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleSelfUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get role self unauthorized response has a 4xx status code

func (*IdentityAccessManagementGetRoleSelfUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management get role self unauthorized response a status code equal to that given

func (*IdentityAccessManagementGetRoleSelfUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role self unauthorized response has a 3xx status code

func (*IdentityAccessManagementGetRoleSelfUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get role self unauthorized response has a 5xx status code

func (*IdentityAccessManagementGetRoleSelfUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role self unauthorized response has a 2xx status code

func (*IdentityAccessManagementGetRoleSelfUnauthorized) String added in v1.0.2

type IdentityAccessManagementGetRoleUnauthorized added in v1.0.2

type IdentityAccessManagementGetRoleUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetRoleUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementGetRoleUnauthorized added in v1.0.2

func NewIdentityAccessManagementGetRoleUnauthorized() *IdentityAccessManagementGetRoleUnauthorized

NewIdentityAccessManagementGetRoleUnauthorized creates a IdentityAccessManagementGetRoleUnauthorized with default headers values

func (*IdentityAccessManagementGetRoleUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementGetRoleUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetRoleUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get role unauthorized response has a 4xx status code

func (*IdentityAccessManagementGetRoleUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management get role unauthorized response a status code equal to that given

func (*IdentityAccessManagementGetRoleUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get role unauthorized response has a 3xx status code

func (*IdentityAccessManagementGetRoleUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get role unauthorized response has a 5xx status code

func (*IdentityAccessManagementGetRoleUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get role unauthorized response has a 2xx status code

func (*IdentityAccessManagementGetRoleUnauthorized) String added in v1.0.2

type IdentityAccessManagementGetUserByNameDefault added in v1.0.2

type IdentityAccessManagementGetUserByNameDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementGetUserByNameDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementGetUserByNameDefault added in v1.0.2

func NewIdentityAccessManagementGetUserByNameDefault(code int) *IdentityAccessManagementGetUserByNameDefault

NewIdentityAccessManagementGetUserByNameDefault creates a IdentityAccessManagementGetUserByNameDefault with default headers values

func (*IdentityAccessManagementGetUserByNameDefault) Code added in v1.0.2

Code gets the status code for the identity access management get user by name default response

func (*IdentityAccessManagementGetUserByNameDefault) Error added in v1.0.2

func (*IdentityAccessManagementGetUserByNameDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserByNameDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user by name default response has a 4xx status code

func (*IdentityAccessManagementGetUserByNameDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management get user by name default response a status code equal to that given

func (*IdentityAccessManagementGetUserByNameDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user by name default response has a 3xx status code

func (*IdentityAccessManagementGetUserByNameDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user by name default response has a 5xx status code

func (*IdentityAccessManagementGetUserByNameDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user by name default response has a 2xx status code

func (*IdentityAccessManagementGetUserByNameDefault) String added in v1.0.2

type IdentityAccessManagementGetUserByNameForbidden added in v1.0.2

type IdentityAccessManagementGetUserByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserByNameForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementGetUserByNameForbidden added in v1.0.2

func NewIdentityAccessManagementGetUserByNameForbidden() *IdentityAccessManagementGetUserByNameForbidden

NewIdentityAccessManagementGetUserByNameForbidden creates a IdentityAccessManagementGetUserByNameForbidden with default headers values

func (*IdentityAccessManagementGetUserByNameForbidden) Error added in v1.0.2

func (*IdentityAccessManagementGetUserByNameForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserByNameForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user by name forbidden response has a 4xx status code

func (*IdentityAccessManagementGetUserByNameForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management get user by name forbidden response a status code equal to that given

func (*IdentityAccessManagementGetUserByNameForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user by name forbidden response has a 3xx status code

func (*IdentityAccessManagementGetUserByNameForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user by name forbidden response has a 5xx status code

func (*IdentityAccessManagementGetUserByNameForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user by name forbidden response has a 2xx status code

func (*IdentityAccessManagementGetUserByNameForbidden) String added in v1.0.2

type IdentityAccessManagementGetUserByNameGatewayTimeout added in v1.0.2

type IdentityAccessManagementGetUserByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserByNameGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementGetUserByNameGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementGetUserByNameGatewayTimeout() *IdentityAccessManagementGetUserByNameGatewayTimeout

NewIdentityAccessManagementGetUserByNameGatewayTimeout creates a IdentityAccessManagementGetUserByNameGatewayTimeout with default headers values

func (*IdentityAccessManagementGetUserByNameGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementGetUserByNameGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserByNameGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user by name gateway timeout response has a 4xx status code

func (*IdentityAccessManagementGetUserByNameGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management get user by name gateway timeout response a status code equal to that given

func (*IdentityAccessManagementGetUserByNameGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user by name gateway timeout response has a 3xx status code

func (*IdentityAccessManagementGetUserByNameGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user by name gateway timeout response has a 5xx status code

func (*IdentityAccessManagementGetUserByNameGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user by name gateway timeout response has a 2xx status code

func (*IdentityAccessManagementGetUserByNameGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementGetUserByNameInternalServerError added in v1.0.2

type IdentityAccessManagementGetUserByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserByNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementGetUserByNameInternalServerError added in v1.0.2

func NewIdentityAccessManagementGetUserByNameInternalServerError() *IdentityAccessManagementGetUserByNameInternalServerError

NewIdentityAccessManagementGetUserByNameInternalServerError creates a IdentityAccessManagementGetUserByNameInternalServerError with default headers values

func (*IdentityAccessManagementGetUserByNameInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementGetUserByNameInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserByNameInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user by name internal server error response has a 4xx status code

func (*IdentityAccessManagementGetUserByNameInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management get user by name internal server error response a status code equal to that given

func (*IdentityAccessManagementGetUserByNameInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user by name internal server error response has a 3xx status code

func (*IdentityAccessManagementGetUserByNameInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user by name internal server error response has a 5xx status code

func (*IdentityAccessManagementGetUserByNameInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user by name internal server error response has a 2xx status code

func (*IdentityAccessManagementGetUserByNameInternalServerError) String added in v1.0.2

type IdentityAccessManagementGetUserByNameNotFound added in v1.0.2

type IdentityAccessManagementGetUserByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserByNameNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementGetUserByNameNotFound added in v1.0.2

func NewIdentityAccessManagementGetUserByNameNotFound() *IdentityAccessManagementGetUserByNameNotFound

NewIdentityAccessManagementGetUserByNameNotFound creates a IdentityAccessManagementGetUserByNameNotFound with default headers values

func (*IdentityAccessManagementGetUserByNameNotFound) Error added in v1.0.2

func (*IdentityAccessManagementGetUserByNameNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserByNameNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user by name not found response has a 4xx status code

func (*IdentityAccessManagementGetUserByNameNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management get user by name not found response a status code equal to that given

func (*IdentityAccessManagementGetUserByNameNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user by name not found response has a 3xx status code

func (*IdentityAccessManagementGetUserByNameNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user by name not found response has a 5xx status code

func (*IdentityAccessManagementGetUserByNameNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user by name not found response has a 2xx status code

func (*IdentityAccessManagementGetUserByNameNotFound) String added in v1.0.2

type IdentityAccessManagementGetUserByNameOK added in v1.0.2

type IdentityAccessManagementGetUserByNameOK struct {
	Payload *swagger_models.CrudResponseRead
}

IdentityAccessManagementGetUserByNameOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementGetUserByNameOK added in v1.0.2

func NewIdentityAccessManagementGetUserByNameOK() *IdentityAccessManagementGetUserByNameOK

NewIdentityAccessManagementGetUserByNameOK creates a IdentityAccessManagementGetUserByNameOK with default headers values

func (*IdentityAccessManagementGetUserByNameOK) Error added in v1.0.2

func (*IdentityAccessManagementGetUserByNameOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserByNameOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementGetUserByNameOK) IsClientError() bool

IsClientError returns true when this identity access management get user by name o k response has a 4xx status code

func (*IdentityAccessManagementGetUserByNameOK) IsCode added in v1.0.2

IsCode returns true when this identity access management get user by name o k response a status code equal to that given

func (*IdentityAccessManagementGetUserByNameOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user by name o k response has a 3xx status code

func (*IdentityAccessManagementGetUserByNameOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementGetUserByNameOK) IsServerError() bool

IsServerError returns true when this identity access management get user by name o k response has a 5xx status code

func (*IdentityAccessManagementGetUserByNameOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user by name o k response has a 2xx status code

func (*IdentityAccessManagementGetUserByNameOK) String added in v1.0.2

type IdentityAccessManagementGetUserByNameParams added in v1.0.2

type IdentityAccessManagementGetUserByNameParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Name.
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementGetUserByNameParams contains all the parameters to send to the API endpoint

for the identity access management get user by name operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementGetUserByNameParams added in v1.0.2

func NewIdentityAccessManagementGetUserByNameParams() *IdentityAccessManagementGetUserByNameParams

NewIdentityAccessManagementGetUserByNameParams creates a new IdentityAccessManagementGetUserByNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementGetUserByNameParamsWithContext added in v1.0.2

func NewIdentityAccessManagementGetUserByNameParamsWithContext(ctx context.Context) *IdentityAccessManagementGetUserByNameParams

NewIdentityAccessManagementGetUserByNameParamsWithContext creates a new IdentityAccessManagementGetUserByNameParams object with the ability to set a context for a request.

func NewIdentityAccessManagementGetUserByNameParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementGetUserByNameParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementGetUserByNameParams

NewIdentityAccessManagementGetUserByNameParamsWithHTTPClient creates a new IdentityAccessManagementGetUserByNameParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementGetUserByNameParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementGetUserByNameParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementGetUserByNameParams

NewIdentityAccessManagementGetUserByNameParamsWithTimeout creates a new IdentityAccessManagementGetUserByNameParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementGetUserByNameParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management get user by name params

func (*IdentityAccessManagementGetUserByNameParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management get user by name params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetUserByNameParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementGetUserByNameParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management get user by name params

func (*IdentityAccessManagementGetUserByNameParams) SetName added in v1.0.2

SetName adds the name to the identity access management get user by name params

func (*IdentityAccessManagementGetUserByNameParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management get user by name params

func (*IdentityAccessManagementGetUserByNameParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementGetUserByNameParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management get user by name params

func (*IdentityAccessManagementGetUserByNameParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management get user by name params

func (*IdentityAccessManagementGetUserByNameParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management get user by name params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetUserByNameParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management get user by name params

func (*IdentityAccessManagementGetUserByNameParams) WithName added in v1.0.2

WithName adds the name to the identity access management get user by name params

func (*IdentityAccessManagementGetUserByNameParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management get user by name params

func (*IdentityAccessManagementGetUserByNameParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management get user by name params

func (*IdentityAccessManagementGetUserByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementGetUserByNameReader added in v1.0.2

type IdentityAccessManagementGetUserByNameReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementGetUserByNameReader is a Reader for the IdentityAccessManagementGetUserByName structure.

func (*IdentityAccessManagementGetUserByNameReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementGetUserByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementGetUserByNameUnauthorized added in v1.0.2

type IdentityAccessManagementGetUserByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserByNameUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementGetUserByNameUnauthorized added in v1.0.2

func NewIdentityAccessManagementGetUserByNameUnauthorized() *IdentityAccessManagementGetUserByNameUnauthorized

NewIdentityAccessManagementGetUserByNameUnauthorized creates a IdentityAccessManagementGetUserByNameUnauthorized with default headers values

func (*IdentityAccessManagementGetUserByNameUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementGetUserByNameUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserByNameUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user by name unauthorized response has a 4xx status code

func (*IdentityAccessManagementGetUserByNameUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management get user by name unauthorized response a status code equal to that given

func (*IdentityAccessManagementGetUserByNameUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user by name unauthorized response has a 3xx status code

func (*IdentityAccessManagementGetUserByNameUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user by name unauthorized response has a 5xx status code

func (*IdentityAccessManagementGetUserByNameUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user by name unauthorized response has a 2xx status code

func (*IdentityAccessManagementGetUserByNameUnauthorized) String added in v1.0.2

type IdentityAccessManagementGetUserDefault added in v1.0.2

type IdentityAccessManagementGetUserDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementGetUserDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementGetUserDefault added in v1.0.2

func NewIdentityAccessManagementGetUserDefault(code int) *IdentityAccessManagementGetUserDefault

NewIdentityAccessManagementGetUserDefault creates a IdentityAccessManagementGetUserDefault with default headers values

func (*IdentityAccessManagementGetUserDefault) Code added in v1.0.2

Code gets the status code for the identity access management get user default response

func (*IdentityAccessManagementGetUserDefault) Error added in v1.0.2

func (*IdentityAccessManagementGetUserDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserDefault) IsClientError added in v1.0.2

func (o *IdentityAccessManagementGetUserDefault) IsClientError() bool

IsClientError returns true when this identity access management get user default response has a 4xx status code

func (*IdentityAccessManagementGetUserDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management get user default response a status code equal to that given

func (*IdentityAccessManagementGetUserDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user default response has a 3xx status code

func (*IdentityAccessManagementGetUserDefault) IsServerError added in v1.0.2

func (o *IdentityAccessManagementGetUserDefault) IsServerError() bool

IsServerError returns true when this identity access management get user default response has a 5xx status code

func (*IdentityAccessManagementGetUserDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user default response has a 2xx status code

func (*IdentityAccessManagementGetUserDefault) String added in v1.0.2

type IdentityAccessManagementGetUserForbidden added in v1.0.2

type IdentityAccessManagementGetUserForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementGetUserForbidden added in v1.0.2

func NewIdentityAccessManagementGetUserForbidden() *IdentityAccessManagementGetUserForbidden

NewIdentityAccessManagementGetUserForbidden creates a IdentityAccessManagementGetUserForbidden with default headers values

func (*IdentityAccessManagementGetUserForbidden) Error added in v1.0.2

func (*IdentityAccessManagementGetUserForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user forbidden response has a 4xx status code

func (*IdentityAccessManagementGetUserForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management get user forbidden response a status code equal to that given

func (*IdentityAccessManagementGetUserForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user forbidden response has a 3xx status code

func (*IdentityAccessManagementGetUserForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user forbidden response has a 5xx status code

func (*IdentityAccessManagementGetUserForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user forbidden response has a 2xx status code

func (*IdentityAccessManagementGetUserForbidden) String added in v1.0.2

type IdentityAccessManagementGetUserGatewayTimeout added in v1.0.2

type IdentityAccessManagementGetUserGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementGetUserGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementGetUserGatewayTimeout() *IdentityAccessManagementGetUserGatewayTimeout

NewIdentityAccessManagementGetUserGatewayTimeout creates a IdentityAccessManagementGetUserGatewayTimeout with default headers values

func (*IdentityAccessManagementGetUserGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementGetUserGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user gateway timeout response has a 4xx status code

func (*IdentityAccessManagementGetUserGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management get user gateway timeout response a status code equal to that given

func (*IdentityAccessManagementGetUserGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user gateway timeout response has a 3xx status code

func (*IdentityAccessManagementGetUserGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user gateway timeout response has a 5xx status code

func (*IdentityAccessManagementGetUserGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user gateway timeout response has a 2xx status code

func (*IdentityAccessManagementGetUserGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementGetUserInternalServerError added in v1.0.2

type IdentityAccessManagementGetUserInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementGetUserInternalServerError added in v1.0.2

func NewIdentityAccessManagementGetUserInternalServerError() *IdentityAccessManagementGetUserInternalServerError

NewIdentityAccessManagementGetUserInternalServerError creates a IdentityAccessManagementGetUserInternalServerError with default headers values

func (*IdentityAccessManagementGetUserInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementGetUserInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user internal server error response has a 4xx status code

func (*IdentityAccessManagementGetUserInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management get user internal server error response a status code equal to that given

func (*IdentityAccessManagementGetUserInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user internal server error response has a 3xx status code

func (*IdentityAccessManagementGetUserInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user internal server error response has a 5xx status code

func (*IdentityAccessManagementGetUserInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user internal server error response has a 2xx status code

func (*IdentityAccessManagementGetUserInternalServerError) String added in v1.0.2

type IdentityAccessManagementGetUserNotFound added in v1.0.2

type IdentityAccessManagementGetUserNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementGetUserNotFound added in v1.0.2

func NewIdentityAccessManagementGetUserNotFound() *IdentityAccessManagementGetUserNotFound

NewIdentityAccessManagementGetUserNotFound creates a IdentityAccessManagementGetUserNotFound with default headers values

func (*IdentityAccessManagementGetUserNotFound) Error added in v1.0.2

func (*IdentityAccessManagementGetUserNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserNotFound) IsClientError added in v1.0.2

func (o *IdentityAccessManagementGetUserNotFound) IsClientError() bool

IsClientError returns true when this identity access management get user not found response has a 4xx status code

func (*IdentityAccessManagementGetUserNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management get user not found response a status code equal to that given

func (*IdentityAccessManagementGetUserNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user not found response has a 3xx status code

func (*IdentityAccessManagementGetUserNotFound) IsServerError added in v1.0.2

func (o *IdentityAccessManagementGetUserNotFound) IsServerError() bool

IsServerError returns true when this identity access management get user not found response has a 5xx status code

func (*IdentityAccessManagementGetUserNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user not found response has a 2xx status code

func (*IdentityAccessManagementGetUserNotFound) String added in v1.0.2

type IdentityAccessManagementGetUserOK added in v1.0.2

type IdentityAccessManagementGetUserOK struct {
	Payload *swagger_models.CrudResponseRead
}

IdentityAccessManagementGetUserOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementGetUserOK added in v1.0.2

func NewIdentityAccessManagementGetUserOK() *IdentityAccessManagementGetUserOK

NewIdentityAccessManagementGetUserOK creates a IdentityAccessManagementGetUserOK with default headers values

func (*IdentityAccessManagementGetUserOK) Error added in v1.0.2

func (*IdentityAccessManagementGetUserOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementGetUserOK) IsClientError() bool

IsClientError returns true when this identity access management get user o k response has a 4xx status code

func (*IdentityAccessManagementGetUserOK) IsCode added in v1.0.2

func (o *IdentityAccessManagementGetUserOK) IsCode(code int) bool

IsCode returns true when this identity access management get user o k response a status code equal to that given

func (*IdentityAccessManagementGetUserOK) IsRedirect added in v1.0.2

func (o *IdentityAccessManagementGetUserOK) IsRedirect() bool

IsRedirect returns true when this identity access management get user o k response has a 3xx status code

func (*IdentityAccessManagementGetUserOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementGetUserOK) IsServerError() bool

IsServerError returns true when this identity access management get user o k response has a 5xx status code

func (*IdentityAccessManagementGetUserOK) IsSuccess added in v1.0.2

func (o *IdentityAccessManagementGetUserOK) IsSuccess() bool

IsSuccess returns true when this identity access management get user o k response has a 2xx status code

func (*IdentityAccessManagementGetUserOK) String added in v1.0.2

type IdentityAccessManagementGetUserParams added in v1.0.2

type IdentityAccessManagementGetUserParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementGetUserParams contains all the parameters to send to the API endpoint

for the identity access management get user operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementGetUserParams added in v1.0.2

func NewIdentityAccessManagementGetUserParams() *IdentityAccessManagementGetUserParams

NewIdentityAccessManagementGetUserParams creates a new IdentityAccessManagementGetUserParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementGetUserParamsWithContext added in v1.0.2

func NewIdentityAccessManagementGetUserParamsWithContext(ctx context.Context) *IdentityAccessManagementGetUserParams

NewIdentityAccessManagementGetUserParamsWithContext creates a new IdentityAccessManagementGetUserParams object with the ability to set a context for a request.

func NewIdentityAccessManagementGetUserParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementGetUserParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementGetUserParams

NewIdentityAccessManagementGetUserParamsWithHTTPClient creates a new IdentityAccessManagementGetUserParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementGetUserParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementGetUserParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementGetUserParams

NewIdentityAccessManagementGetUserParamsWithTimeout creates a new IdentityAccessManagementGetUserParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementGetUserParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management get user params

func (*IdentityAccessManagementGetUserParams) SetDefaults added in v1.0.2

func (o *IdentityAccessManagementGetUserParams) SetDefaults()

SetDefaults hydrates default values in the identity access management get user params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetUserParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementGetUserParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management get user params

func (*IdentityAccessManagementGetUserParams) SetID added in v1.0.2

SetID adds the id to the identity access management get user params

func (*IdentityAccessManagementGetUserParams) SetTimeout added in v1.0.2

func (o *IdentityAccessManagementGetUserParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the identity access management get user params

func (*IdentityAccessManagementGetUserParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementGetUserParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management get user params

func (*IdentityAccessManagementGetUserParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management get user params

func (*IdentityAccessManagementGetUserParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management get user params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetUserParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management get user params

func (*IdentityAccessManagementGetUserParams) WithID added in v1.0.2

WithID adds the id to the identity access management get user params

func (*IdentityAccessManagementGetUserParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management get user params

func (*IdentityAccessManagementGetUserParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management get user params

func (*IdentityAccessManagementGetUserParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementGetUserReader added in v1.0.2

type IdentityAccessManagementGetUserReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementGetUserReader is a Reader for the IdentityAccessManagementGetUser structure.

func (*IdentityAccessManagementGetUserReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementGetUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementGetUserSelfDefault added in v1.0.2

type IdentityAccessManagementGetUserSelfDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementGetUserSelfDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementGetUserSelfDefault added in v1.0.2

func NewIdentityAccessManagementGetUserSelfDefault(code int) *IdentityAccessManagementGetUserSelfDefault

NewIdentityAccessManagementGetUserSelfDefault creates a IdentityAccessManagementGetUserSelfDefault with default headers values

func (*IdentityAccessManagementGetUserSelfDefault) Code added in v1.0.2

Code gets the status code for the identity access management get user self default response

func (*IdentityAccessManagementGetUserSelfDefault) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSelfDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSelfDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user self default response has a 4xx status code

func (*IdentityAccessManagementGetUserSelfDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management get user self default response a status code equal to that given

func (*IdentityAccessManagementGetUserSelfDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user self default response has a 3xx status code

func (*IdentityAccessManagementGetUserSelfDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user self default response has a 5xx status code

func (*IdentityAccessManagementGetUserSelfDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user self default response has a 2xx status code

func (*IdentityAccessManagementGetUserSelfDefault) String added in v1.0.2

type IdentityAccessManagementGetUserSelfForbidden added in v1.0.2

type IdentityAccessManagementGetUserSelfForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserSelfForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementGetUserSelfForbidden added in v1.0.2

func NewIdentityAccessManagementGetUserSelfForbidden() *IdentityAccessManagementGetUserSelfForbidden

NewIdentityAccessManagementGetUserSelfForbidden creates a IdentityAccessManagementGetUserSelfForbidden with default headers values

func (*IdentityAccessManagementGetUserSelfForbidden) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSelfForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSelfForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user self forbidden response has a 4xx status code

func (*IdentityAccessManagementGetUserSelfForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management get user self forbidden response a status code equal to that given

func (*IdentityAccessManagementGetUserSelfForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user self forbidden response has a 3xx status code

func (*IdentityAccessManagementGetUserSelfForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user self forbidden response has a 5xx status code

func (*IdentityAccessManagementGetUserSelfForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user self forbidden response has a 2xx status code

func (*IdentityAccessManagementGetUserSelfForbidden) String added in v1.0.2

type IdentityAccessManagementGetUserSelfGatewayTimeout added in v1.0.2

type IdentityAccessManagementGetUserSelfGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserSelfGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementGetUserSelfGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementGetUserSelfGatewayTimeout() *IdentityAccessManagementGetUserSelfGatewayTimeout

NewIdentityAccessManagementGetUserSelfGatewayTimeout creates a IdentityAccessManagementGetUserSelfGatewayTimeout with default headers values

func (*IdentityAccessManagementGetUserSelfGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSelfGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSelfGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user self gateway timeout response has a 4xx status code

func (*IdentityAccessManagementGetUserSelfGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management get user self gateway timeout response a status code equal to that given

func (*IdentityAccessManagementGetUserSelfGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user self gateway timeout response has a 3xx status code

func (*IdentityAccessManagementGetUserSelfGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user self gateway timeout response has a 5xx status code

func (*IdentityAccessManagementGetUserSelfGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user self gateway timeout response has a 2xx status code

func (*IdentityAccessManagementGetUserSelfGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementGetUserSelfInternalServerError added in v1.0.2

type IdentityAccessManagementGetUserSelfInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserSelfInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementGetUserSelfInternalServerError added in v1.0.2

func NewIdentityAccessManagementGetUserSelfInternalServerError() *IdentityAccessManagementGetUserSelfInternalServerError

NewIdentityAccessManagementGetUserSelfInternalServerError creates a IdentityAccessManagementGetUserSelfInternalServerError with default headers values

func (*IdentityAccessManagementGetUserSelfInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSelfInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSelfInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user self internal server error response has a 4xx status code

func (*IdentityAccessManagementGetUserSelfInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management get user self internal server error response a status code equal to that given

func (*IdentityAccessManagementGetUserSelfInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user self internal server error response has a 3xx status code

func (*IdentityAccessManagementGetUserSelfInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user self internal server error response has a 5xx status code

func (*IdentityAccessManagementGetUserSelfInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user self internal server error response has a 2xx status code

func (*IdentityAccessManagementGetUserSelfInternalServerError) String added in v1.0.2

type IdentityAccessManagementGetUserSelfNotFound added in v1.0.2

type IdentityAccessManagementGetUserSelfNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserSelfNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementGetUserSelfNotFound added in v1.0.2

func NewIdentityAccessManagementGetUserSelfNotFound() *IdentityAccessManagementGetUserSelfNotFound

NewIdentityAccessManagementGetUserSelfNotFound creates a IdentityAccessManagementGetUserSelfNotFound with default headers values

func (*IdentityAccessManagementGetUserSelfNotFound) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSelfNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSelfNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user self not found response has a 4xx status code

func (*IdentityAccessManagementGetUserSelfNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management get user self not found response a status code equal to that given

func (*IdentityAccessManagementGetUserSelfNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user self not found response has a 3xx status code

func (*IdentityAccessManagementGetUserSelfNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user self not found response has a 5xx status code

func (*IdentityAccessManagementGetUserSelfNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user self not found response has a 2xx status code

func (*IdentityAccessManagementGetUserSelfNotFound) String added in v1.0.2

type IdentityAccessManagementGetUserSelfOK added in v1.0.2

type IdentityAccessManagementGetUserSelfOK struct {
	Payload *swagger_models.CrudResponseRead
}

IdentityAccessManagementGetUserSelfOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementGetUserSelfOK added in v1.0.2

func NewIdentityAccessManagementGetUserSelfOK() *IdentityAccessManagementGetUserSelfOK

NewIdentityAccessManagementGetUserSelfOK creates a IdentityAccessManagementGetUserSelfOK with default headers values

func (*IdentityAccessManagementGetUserSelfOK) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSelfOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSelfOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementGetUserSelfOK) IsClientError() bool

IsClientError returns true when this identity access management get user self o k response has a 4xx status code

func (*IdentityAccessManagementGetUserSelfOK) IsCode added in v1.0.2

IsCode returns true when this identity access management get user self o k response a status code equal to that given

func (*IdentityAccessManagementGetUserSelfOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user self o k response has a 3xx status code

func (*IdentityAccessManagementGetUserSelfOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementGetUserSelfOK) IsServerError() bool

IsServerError returns true when this identity access management get user self o k response has a 5xx status code

func (*IdentityAccessManagementGetUserSelfOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user self o k response has a 2xx status code

func (*IdentityAccessManagementGetUserSelfOK) String added in v1.0.2

type IdentityAccessManagementGetUserSelfParams added in v1.0.2

type IdentityAccessManagementGetUserSelfParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementGetUserSelfParams contains all the parameters to send to the API endpoint

for the identity access management get user self operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementGetUserSelfParams added in v1.0.2

func NewIdentityAccessManagementGetUserSelfParams() *IdentityAccessManagementGetUserSelfParams

NewIdentityAccessManagementGetUserSelfParams creates a new IdentityAccessManagementGetUserSelfParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementGetUserSelfParamsWithContext added in v1.0.2

func NewIdentityAccessManagementGetUserSelfParamsWithContext(ctx context.Context) *IdentityAccessManagementGetUserSelfParams

NewIdentityAccessManagementGetUserSelfParamsWithContext creates a new IdentityAccessManagementGetUserSelfParams object with the ability to set a context for a request.

func NewIdentityAccessManagementGetUserSelfParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementGetUserSelfParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementGetUserSelfParams

NewIdentityAccessManagementGetUserSelfParamsWithHTTPClient creates a new IdentityAccessManagementGetUserSelfParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementGetUserSelfParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementGetUserSelfParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementGetUserSelfParams

NewIdentityAccessManagementGetUserSelfParamsWithTimeout creates a new IdentityAccessManagementGetUserSelfParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementGetUserSelfParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management get user self params

func (*IdentityAccessManagementGetUserSelfParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management get user self params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetUserSelfParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementGetUserSelfParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management get user self params

func (*IdentityAccessManagementGetUserSelfParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management get user self params

func (*IdentityAccessManagementGetUserSelfParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementGetUserSelfParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management get user self params

func (*IdentityAccessManagementGetUserSelfParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management get user self params

func (*IdentityAccessManagementGetUserSelfParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management get user self params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetUserSelfParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management get user self params

func (*IdentityAccessManagementGetUserSelfParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management get user self params

func (*IdentityAccessManagementGetUserSelfParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management get user self params

func (*IdentityAccessManagementGetUserSelfParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementGetUserSelfReader added in v1.0.2

type IdentityAccessManagementGetUserSelfReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementGetUserSelfReader is a Reader for the IdentityAccessManagementGetUserSelf structure.

func (*IdentityAccessManagementGetUserSelfReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementGetUserSelfReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementGetUserSelfUnauthorized added in v1.0.2

type IdentityAccessManagementGetUserSelfUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserSelfUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementGetUserSelfUnauthorized added in v1.0.2

func NewIdentityAccessManagementGetUserSelfUnauthorized() *IdentityAccessManagementGetUserSelfUnauthorized

NewIdentityAccessManagementGetUserSelfUnauthorized creates a IdentityAccessManagementGetUserSelfUnauthorized with default headers values

func (*IdentityAccessManagementGetUserSelfUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSelfUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSelfUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user self unauthorized response has a 4xx status code

func (*IdentityAccessManagementGetUserSelfUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management get user self unauthorized response a status code equal to that given

func (*IdentityAccessManagementGetUserSelfUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user self unauthorized response has a 3xx status code

func (*IdentityAccessManagementGetUserSelfUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user self unauthorized response has a 5xx status code

func (*IdentityAccessManagementGetUserSelfUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user self unauthorized response has a 2xx status code

func (*IdentityAccessManagementGetUserSelfUnauthorized) String added in v1.0.2

type IdentityAccessManagementGetUserSessionDefault added in v1.0.2

type IdentityAccessManagementGetUserSessionDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementGetUserSessionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementGetUserSessionDefault added in v1.0.2

func NewIdentityAccessManagementGetUserSessionDefault(code int) *IdentityAccessManagementGetUserSessionDefault

NewIdentityAccessManagementGetUserSessionDefault creates a IdentityAccessManagementGetUserSessionDefault with default headers values

func (*IdentityAccessManagementGetUserSessionDefault) Code added in v1.0.2

Code gets the status code for the identity access management get user session default response

func (*IdentityAccessManagementGetUserSessionDefault) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSessionDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSessionDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user session default response has a 4xx status code

func (*IdentityAccessManagementGetUserSessionDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management get user session default response a status code equal to that given

func (*IdentityAccessManagementGetUserSessionDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user session default response has a 3xx status code

func (*IdentityAccessManagementGetUserSessionDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user session default response has a 5xx status code

func (*IdentityAccessManagementGetUserSessionDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user session default response has a 2xx status code

func (*IdentityAccessManagementGetUserSessionDefault) String added in v1.0.2

type IdentityAccessManagementGetUserSessionForbidden added in v1.0.2

type IdentityAccessManagementGetUserSessionForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserSessionForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementGetUserSessionForbidden added in v1.0.2

func NewIdentityAccessManagementGetUserSessionForbidden() *IdentityAccessManagementGetUserSessionForbidden

NewIdentityAccessManagementGetUserSessionForbidden creates a IdentityAccessManagementGetUserSessionForbidden with default headers values

func (*IdentityAccessManagementGetUserSessionForbidden) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSessionForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSessionForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user session forbidden response has a 4xx status code

func (*IdentityAccessManagementGetUserSessionForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management get user session forbidden response a status code equal to that given

func (*IdentityAccessManagementGetUserSessionForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user session forbidden response has a 3xx status code

func (*IdentityAccessManagementGetUserSessionForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user session forbidden response has a 5xx status code

func (*IdentityAccessManagementGetUserSessionForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user session forbidden response has a 2xx status code

func (*IdentityAccessManagementGetUserSessionForbidden) String added in v1.0.2

type IdentityAccessManagementGetUserSessionGatewayTimeout added in v1.0.2

type IdentityAccessManagementGetUserSessionGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserSessionGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementGetUserSessionGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementGetUserSessionGatewayTimeout() *IdentityAccessManagementGetUserSessionGatewayTimeout

NewIdentityAccessManagementGetUserSessionGatewayTimeout creates a IdentityAccessManagementGetUserSessionGatewayTimeout with default headers values

func (*IdentityAccessManagementGetUserSessionGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSessionGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSessionGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user session gateway timeout response has a 4xx status code

func (*IdentityAccessManagementGetUserSessionGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management get user session gateway timeout response a status code equal to that given

func (*IdentityAccessManagementGetUserSessionGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user session gateway timeout response has a 3xx status code

func (*IdentityAccessManagementGetUserSessionGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user session gateway timeout response has a 5xx status code

func (*IdentityAccessManagementGetUserSessionGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user session gateway timeout response has a 2xx status code

func (*IdentityAccessManagementGetUserSessionGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementGetUserSessionInternalServerError added in v1.0.2

type IdentityAccessManagementGetUserSessionInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserSessionInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementGetUserSessionInternalServerError added in v1.0.2

func NewIdentityAccessManagementGetUserSessionInternalServerError() *IdentityAccessManagementGetUserSessionInternalServerError

NewIdentityAccessManagementGetUserSessionInternalServerError creates a IdentityAccessManagementGetUserSessionInternalServerError with default headers values

func (*IdentityAccessManagementGetUserSessionInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSessionInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSessionInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user session internal server error response has a 4xx status code

func (*IdentityAccessManagementGetUserSessionInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management get user session internal server error response a status code equal to that given

func (*IdentityAccessManagementGetUserSessionInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user session internal server error response has a 3xx status code

func (*IdentityAccessManagementGetUserSessionInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user session internal server error response has a 5xx status code

func (*IdentityAccessManagementGetUserSessionInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user session internal server error response has a 2xx status code

func (*IdentityAccessManagementGetUserSessionInternalServerError) String added in v1.0.2

type IdentityAccessManagementGetUserSessionOK added in v1.0.2

type IdentityAccessManagementGetUserSessionOK struct {
	Payload *swagger_models.AAAFrontendSessionDetailsResponse
}

IdentityAccessManagementGetUserSessionOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementGetUserSessionOK added in v1.0.2

func NewIdentityAccessManagementGetUserSessionOK() *IdentityAccessManagementGetUserSessionOK

NewIdentityAccessManagementGetUserSessionOK creates a IdentityAccessManagementGetUserSessionOK with default headers values

func (*IdentityAccessManagementGetUserSessionOK) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSessionOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSessionOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user session o k response has a 4xx status code

func (*IdentityAccessManagementGetUserSessionOK) IsCode added in v1.0.2

IsCode returns true when this identity access management get user session o k response a status code equal to that given

func (*IdentityAccessManagementGetUserSessionOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user session o k response has a 3xx status code

func (*IdentityAccessManagementGetUserSessionOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user session o k response has a 5xx status code

func (*IdentityAccessManagementGetUserSessionOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user session o k response has a 2xx status code

func (*IdentityAccessManagementGetUserSessionOK) String added in v1.0.2

type IdentityAccessManagementGetUserSessionParams added in v1.0.2

type IdentityAccessManagementGetUserSessionParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// SessionTokenBase64.
	SessionTokenBase64 string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementGetUserSessionParams contains all the parameters to send to the API endpoint

for the identity access management get user session operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementGetUserSessionParams added in v1.0.2

func NewIdentityAccessManagementGetUserSessionParams() *IdentityAccessManagementGetUserSessionParams

NewIdentityAccessManagementGetUserSessionParams creates a new IdentityAccessManagementGetUserSessionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementGetUserSessionParamsWithContext added in v1.0.2

func NewIdentityAccessManagementGetUserSessionParamsWithContext(ctx context.Context) *IdentityAccessManagementGetUserSessionParams

NewIdentityAccessManagementGetUserSessionParamsWithContext creates a new IdentityAccessManagementGetUserSessionParams object with the ability to set a context for a request.

func NewIdentityAccessManagementGetUserSessionParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementGetUserSessionParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementGetUserSessionParams

NewIdentityAccessManagementGetUserSessionParamsWithHTTPClient creates a new IdentityAccessManagementGetUserSessionParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementGetUserSessionParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementGetUserSessionParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementGetUserSessionParams

NewIdentityAccessManagementGetUserSessionParamsWithTimeout creates a new IdentityAccessManagementGetUserSessionParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementGetUserSessionParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management get user session params

func (*IdentityAccessManagementGetUserSessionParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management get user session params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetUserSessionParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementGetUserSessionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management get user session params

func (*IdentityAccessManagementGetUserSessionParams) SetSessionTokenBase64 added in v1.0.2

func (o *IdentityAccessManagementGetUserSessionParams) SetSessionTokenBase64(sessionTokenBase64 string)

SetSessionTokenBase64 adds the sessionTokenBase64 to the identity access management get user session params

func (*IdentityAccessManagementGetUserSessionParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management get user session params

func (*IdentityAccessManagementGetUserSessionParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementGetUserSessionParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management get user session params

func (*IdentityAccessManagementGetUserSessionParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management get user session params

func (*IdentityAccessManagementGetUserSessionParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management get user session params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetUserSessionParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management get user session params

func (*IdentityAccessManagementGetUserSessionParams) WithSessionTokenBase64 added in v1.0.2

WithSessionTokenBase64 adds the sessionTokenBase64 to the identity access management get user session params

func (*IdentityAccessManagementGetUserSessionParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management get user session params

func (*IdentityAccessManagementGetUserSessionParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management get user session params

func (*IdentityAccessManagementGetUserSessionParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementGetUserSessionReader added in v1.0.2

type IdentityAccessManagementGetUserSessionReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementGetUserSessionReader is a Reader for the IdentityAccessManagementGetUserSession structure.

func (*IdentityAccessManagementGetUserSessionReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementGetUserSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementGetUserSessionSelfDefault added in v1.0.2

type IdentityAccessManagementGetUserSessionSelfDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementGetUserSessionSelfDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementGetUserSessionSelfDefault added in v1.0.2

func NewIdentityAccessManagementGetUserSessionSelfDefault(code int) *IdentityAccessManagementGetUserSessionSelfDefault

NewIdentityAccessManagementGetUserSessionSelfDefault creates a IdentityAccessManagementGetUserSessionSelfDefault with default headers values

func (*IdentityAccessManagementGetUserSessionSelfDefault) Code added in v1.0.2

Code gets the status code for the identity access management get user session self default response

func (*IdentityAccessManagementGetUserSessionSelfDefault) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSessionSelfDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSessionSelfDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user session self default response has a 4xx status code

func (*IdentityAccessManagementGetUserSessionSelfDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management get user session self default response a status code equal to that given

func (*IdentityAccessManagementGetUserSessionSelfDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user session self default response has a 3xx status code

func (*IdentityAccessManagementGetUserSessionSelfDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user session self default response has a 5xx status code

func (*IdentityAccessManagementGetUserSessionSelfDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user session self default response has a 2xx status code

func (*IdentityAccessManagementGetUserSessionSelfDefault) String added in v1.0.2

type IdentityAccessManagementGetUserSessionSelfForbidden added in v1.0.2

type IdentityAccessManagementGetUserSessionSelfForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserSessionSelfForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementGetUserSessionSelfForbidden added in v1.0.2

func NewIdentityAccessManagementGetUserSessionSelfForbidden() *IdentityAccessManagementGetUserSessionSelfForbidden

NewIdentityAccessManagementGetUserSessionSelfForbidden creates a IdentityAccessManagementGetUserSessionSelfForbidden with default headers values

func (*IdentityAccessManagementGetUserSessionSelfForbidden) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSessionSelfForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSessionSelfForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user session self forbidden response has a 4xx status code

func (*IdentityAccessManagementGetUserSessionSelfForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management get user session self forbidden response a status code equal to that given

func (*IdentityAccessManagementGetUserSessionSelfForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user session self forbidden response has a 3xx status code

func (*IdentityAccessManagementGetUserSessionSelfForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user session self forbidden response has a 5xx status code

func (*IdentityAccessManagementGetUserSessionSelfForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user session self forbidden response has a 2xx status code

func (*IdentityAccessManagementGetUserSessionSelfForbidden) String added in v1.0.2

type IdentityAccessManagementGetUserSessionSelfGatewayTimeout added in v1.0.2

type IdentityAccessManagementGetUserSessionSelfGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserSessionSelfGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementGetUserSessionSelfGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementGetUserSessionSelfGatewayTimeout() *IdentityAccessManagementGetUserSessionSelfGatewayTimeout

NewIdentityAccessManagementGetUserSessionSelfGatewayTimeout creates a IdentityAccessManagementGetUserSessionSelfGatewayTimeout with default headers values

func (*IdentityAccessManagementGetUserSessionSelfGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSessionSelfGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSessionSelfGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user session self gateway timeout response has a 4xx status code

func (*IdentityAccessManagementGetUserSessionSelfGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management get user session self gateway timeout response a status code equal to that given

func (*IdentityAccessManagementGetUserSessionSelfGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user session self gateway timeout response has a 3xx status code

func (*IdentityAccessManagementGetUserSessionSelfGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user session self gateway timeout response has a 5xx status code

func (*IdentityAccessManagementGetUserSessionSelfGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user session self gateway timeout response has a 2xx status code

func (*IdentityAccessManagementGetUserSessionSelfGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementGetUserSessionSelfInternalServerError added in v1.0.2

type IdentityAccessManagementGetUserSessionSelfInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserSessionSelfInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementGetUserSessionSelfInternalServerError added in v1.0.2

func NewIdentityAccessManagementGetUserSessionSelfInternalServerError() *IdentityAccessManagementGetUserSessionSelfInternalServerError

NewIdentityAccessManagementGetUserSessionSelfInternalServerError creates a IdentityAccessManagementGetUserSessionSelfInternalServerError with default headers values

func (*IdentityAccessManagementGetUserSessionSelfInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSessionSelfInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSessionSelfInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user session self internal server error response has a 4xx status code

func (*IdentityAccessManagementGetUserSessionSelfInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management get user session self internal server error response a status code equal to that given

func (*IdentityAccessManagementGetUserSessionSelfInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user session self internal server error response has a 3xx status code

func (*IdentityAccessManagementGetUserSessionSelfInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user session self internal server error response has a 5xx status code

func (*IdentityAccessManagementGetUserSessionSelfInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user session self internal server error response has a 2xx status code

func (*IdentityAccessManagementGetUserSessionSelfInternalServerError) String added in v1.0.2

type IdentityAccessManagementGetUserSessionSelfOK added in v1.0.2

type IdentityAccessManagementGetUserSessionSelfOK struct {
	Payload *swagger_models.AAAFrontendSessionDetailsResponse
}

IdentityAccessManagementGetUserSessionSelfOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementGetUserSessionSelfOK added in v1.0.2

func NewIdentityAccessManagementGetUserSessionSelfOK() *IdentityAccessManagementGetUserSessionSelfOK

NewIdentityAccessManagementGetUserSessionSelfOK creates a IdentityAccessManagementGetUserSessionSelfOK with default headers values

func (*IdentityAccessManagementGetUserSessionSelfOK) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSessionSelfOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSessionSelfOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user session self o k response has a 4xx status code

func (*IdentityAccessManagementGetUserSessionSelfOK) IsCode added in v1.0.2

IsCode returns true when this identity access management get user session self o k response a status code equal to that given

func (*IdentityAccessManagementGetUserSessionSelfOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user session self o k response has a 3xx status code

func (*IdentityAccessManagementGetUserSessionSelfOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user session self o k response has a 5xx status code

func (*IdentityAccessManagementGetUserSessionSelfOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user session self o k response has a 2xx status code

func (*IdentityAccessManagementGetUserSessionSelfOK) String added in v1.0.2

type IdentityAccessManagementGetUserSessionSelfParams added in v1.0.2

type IdentityAccessManagementGetUserSessionSelfParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// SessionTokenBase64.
	SessionTokenBase64 *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementGetUserSessionSelfParams contains all the parameters to send to the API endpoint

for the identity access management get user session self operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementGetUserSessionSelfParams added in v1.0.2

func NewIdentityAccessManagementGetUserSessionSelfParams() *IdentityAccessManagementGetUserSessionSelfParams

NewIdentityAccessManagementGetUserSessionSelfParams creates a new IdentityAccessManagementGetUserSessionSelfParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementGetUserSessionSelfParamsWithContext added in v1.0.2

func NewIdentityAccessManagementGetUserSessionSelfParamsWithContext(ctx context.Context) *IdentityAccessManagementGetUserSessionSelfParams

NewIdentityAccessManagementGetUserSessionSelfParamsWithContext creates a new IdentityAccessManagementGetUserSessionSelfParams object with the ability to set a context for a request.

func NewIdentityAccessManagementGetUserSessionSelfParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementGetUserSessionSelfParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementGetUserSessionSelfParams

NewIdentityAccessManagementGetUserSessionSelfParamsWithHTTPClient creates a new IdentityAccessManagementGetUserSessionSelfParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementGetUserSessionSelfParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementGetUserSessionSelfParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementGetUserSessionSelfParams

NewIdentityAccessManagementGetUserSessionSelfParamsWithTimeout creates a new IdentityAccessManagementGetUserSessionSelfParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementGetUserSessionSelfParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management get user session self params

func (*IdentityAccessManagementGetUserSessionSelfParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management get user session self params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetUserSessionSelfParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management get user session self params

func (*IdentityAccessManagementGetUserSessionSelfParams) SetSessionTokenBase64 added in v1.0.2

func (o *IdentityAccessManagementGetUserSessionSelfParams) SetSessionTokenBase64(sessionTokenBase64 *string)

SetSessionTokenBase64 adds the sessionTokenBase64 to the identity access management get user session self params

func (*IdentityAccessManagementGetUserSessionSelfParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management get user session self params

func (*IdentityAccessManagementGetUserSessionSelfParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementGetUserSessionSelfParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management get user session self params

func (*IdentityAccessManagementGetUserSessionSelfParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management get user session self params

func (*IdentityAccessManagementGetUserSessionSelfParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management get user session self params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementGetUserSessionSelfParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management get user session self params

func (*IdentityAccessManagementGetUserSessionSelfParams) WithSessionTokenBase64 added in v1.0.2

WithSessionTokenBase64 adds the sessionTokenBase64 to the identity access management get user session self params

func (*IdentityAccessManagementGetUserSessionSelfParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management get user session self params

func (*IdentityAccessManagementGetUserSessionSelfParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management get user session self params

func (*IdentityAccessManagementGetUserSessionSelfParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementGetUserSessionSelfReader added in v1.0.2

type IdentityAccessManagementGetUserSessionSelfReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementGetUserSessionSelfReader is a Reader for the IdentityAccessManagementGetUserSessionSelf structure.

func (*IdentityAccessManagementGetUserSessionSelfReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementGetUserSessionSelfReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementGetUserSessionSelfUnauthorized added in v1.0.2

type IdentityAccessManagementGetUserSessionSelfUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserSessionSelfUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementGetUserSessionSelfUnauthorized added in v1.0.2

func NewIdentityAccessManagementGetUserSessionSelfUnauthorized() *IdentityAccessManagementGetUserSessionSelfUnauthorized

NewIdentityAccessManagementGetUserSessionSelfUnauthorized creates a IdentityAccessManagementGetUserSessionSelfUnauthorized with default headers values

func (*IdentityAccessManagementGetUserSessionSelfUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSessionSelfUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSessionSelfUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user session self unauthorized response has a 4xx status code

func (*IdentityAccessManagementGetUserSessionSelfUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management get user session self unauthorized response a status code equal to that given

func (*IdentityAccessManagementGetUserSessionSelfUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user session self unauthorized response has a 3xx status code

func (*IdentityAccessManagementGetUserSessionSelfUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user session self unauthorized response has a 5xx status code

func (*IdentityAccessManagementGetUserSessionSelfUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user session self unauthorized response has a 2xx status code

func (*IdentityAccessManagementGetUserSessionSelfUnauthorized) String added in v1.0.2

type IdentityAccessManagementGetUserSessionUnauthorized added in v1.0.2

type IdentityAccessManagementGetUserSessionUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserSessionUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementGetUserSessionUnauthorized added in v1.0.2

func NewIdentityAccessManagementGetUserSessionUnauthorized() *IdentityAccessManagementGetUserSessionUnauthorized

NewIdentityAccessManagementGetUserSessionUnauthorized creates a IdentityAccessManagementGetUserSessionUnauthorized with default headers values

func (*IdentityAccessManagementGetUserSessionUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementGetUserSessionUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserSessionUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user session unauthorized response has a 4xx status code

func (*IdentityAccessManagementGetUserSessionUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management get user session unauthorized response a status code equal to that given

func (*IdentityAccessManagementGetUserSessionUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user session unauthorized response has a 3xx status code

func (*IdentityAccessManagementGetUserSessionUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user session unauthorized response has a 5xx status code

func (*IdentityAccessManagementGetUserSessionUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user session unauthorized response has a 2xx status code

func (*IdentityAccessManagementGetUserSessionUnauthorized) String added in v1.0.2

type IdentityAccessManagementGetUserUnauthorized added in v1.0.2

type IdentityAccessManagementGetUserUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementGetUserUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementGetUserUnauthorized added in v1.0.2

func NewIdentityAccessManagementGetUserUnauthorized() *IdentityAccessManagementGetUserUnauthorized

NewIdentityAccessManagementGetUserUnauthorized creates a IdentityAccessManagementGetUserUnauthorized with default headers values

func (*IdentityAccessManagementGetUserUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementGetUserUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementGetUserUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management get user unauthorized response has a 4xx status code

func (*IdentityAccessManagementGetUserUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management get user unauthorized response a status code equal to that given

func (*IdentityAccessManagementGetUserUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management get user unauthorized response has a 3xx status code

func (*IdentityAccessManagementGetUserUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management get user unauthorized response has a 5xx status code

func (*IdentityAccessManagementGetUserUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management get user unauthorized response has a 2xx status code

func (*IdentityAccessManagementGetUserUnauthorized) String added in v1.0.2

type IdentityAccessManagementLoginDefault added in v1.0.2

type IdentityAccessManagementLoginDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementLoginDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementLoginDefault added in v1.0.2

func NewIdentityAccessManagementLoginDefault(code int) *IdentityAccessManagementLoginDefault

NewIdentityAccessManagementLoginDefault creates a IdentityAccessManagementLoginDefault with default headers values

func (*IdentityAccessManagementLoginDefault) Code added in v1.0.2

Code gets the status code for the identity access management login default response

func (*IdentityAccessManagementLoginDefault) Error added in v1.0.2

func (*IdentityAccessManagementLoginDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginDefault) IsClientError added in v1.0.2

func (o *IdentityAccessManagementLoginDefault) IsClientError() bool

IsClientError returns true when this identity access management login default response has a 4xx status code

func (*IdentityAccessManagementLoginDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management login default response a status code equal to that given

func (*IdentityAccessManagementLoginDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login default response has a 3xx status code

func (*IdentityAccessManagementLoginDefault) IsServerError added in v1.0.2

func (o *IdentityAccessManagementLoginDefault) IsServerError() bool

IsServerError returns true when this identity access management login default response has a 5xx status code

func (*IdentityAccessManagementLoginDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login default response has a 2xx status code

func (*IdentityAccessManagementLoginDefault) String added in v1.0.2

type IdentityAccessManagementLoginExternalDefault added in v1.0.2

type IdentityAccessManagementLoginExternalDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementLoginExternalDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementLoginExternalDefault added in v1.0.2

func NewIdentityAccessManagementLoginExternalDefault(code int) *IdentityAccessManagementLoginExternalDefault

NewIdentityAccessManagementLoginExternalDefault creates a IdentityAccessManagementLoginExternalDefault with default headers values

func (*IdentityAccessManagementLoginExternalDefault) Code added in v1.0.2

Code gets the status code for the identity access management login external default response

func (*IdentityAccessManagementLoginExternalDefault) Error added in v1.0.2

func (*IdentityAccessManagementLoginExternalDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginExternalDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login external default response has a 4xx status code

func (*IdentityAccessManagementLoginExternalDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management login external default response a status code equal to that given

func (*IdentityAccessManagementLoginExternalDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login external default response has a 3xx status code

func (*IdentityAccessManagementLoginExternalDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login external default response has a 5xx status code

func (*IdentityAccessManagementLoginExternalDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login external default response has a 2xx status code

func (*IdentityAccessManagementLoginExternalDefault) String added in v1.0.2

type IdentityAccessManagementLoginExternalForbidden added in v1.0.2

type IdentityAccessManagementLoginExternalForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginExternalForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementLoginExternalForbidden added in v1.0.2

func NewIdentityAccessManagementLoginExternalForbidden() *IdentityAccessManagementLoginExternalForbidden

NewIdentityAccessManagementLoginExternalForbidden creates a IdentityAccessManagementLoginExternalForbidden with default headers values

func (*IdentityAccessManagementLoginExternalForbidden) Error added in v1.0.2

func (*IdentityAccessManagementLoginExternalForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginExternalForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login external forbidden response has a 4xx status code

func (*IdentityAccessManagementLoginExternalForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management login external forbidden response a status code equal to that given

func (*IdentityAccessManagementLoginExternalForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login external forbidden response has a 3xx status code

func (*IdentityAccessManagementLoginExternalForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login external forbidden response has a 5xx status code

func (*IdentityAccessManagementLoginExternalForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login external forbidden response has a 2xx status code

func (*IdentityAccessManagementLoginExternalForbidden) String added in v1.0.2

type IdentityAccessManagementLoginExternalGatewayTimeout added in v1.0.2

type IdentityAccessManagementLoginExternalGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginExternalGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementLoginExternalGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementLoginExternalGatewayTimeout() *IdentityAccessManagementLoginExternalGatewayTimeout

NewIdentityAccessManagementLoginExternalGatewayTimeout creates a IdentityAccessManagementLoginExternalGatewayTimeout with default headers values

func (*IdentityAccessManagementLoginExternalGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementLoginExternalGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginExternalGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login external gateway timeout response has a 4xx status code

func (*IdentityAccessManagementLoginExternalGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management login external gateway timeout response a status code equal to that given

func (*IdentityAccessManagementLoginExternalGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login external gateway timeout response has a 3xx status code

func (*IdentityAccessManagementLoginExternalGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login external gateway timeout response has a 5xx status code

func (*IdentityAccessManagementLoginExternalGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login external gateway timeout response has a 2xx status code

func (*IdentityAccessManagementLoginExternalGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementLoginExternalInternalServerError added in v1.0.2

type IdentityAccessManagementLoginExternalInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginExternalInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementLoginExternalInternalServerError added in v1.0.2

func NewIdentityAccessManagementLoginExternalInternalServerError() *IdentityAccessManagementLoginExternalInternalServerError

NewIdentityAccessManagementLoginExternalInternalServerError creates a IdentityAccessManagementLoginExternalInternalServerError with default headers values

func (*IdentityAccessManagementLoginExternalInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementLoginExternalInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginExternalInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login external internal server error response has a 4xx status code

func (*IdentityAccessManagementLoginExternalInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management login external internal server error response a status code equal to that given

func (*IdentityAccessManagementLoginExternalInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login external internal server error response has a 3xx status code

func (*IdentityAccessManagementLoginExternalInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login external internal server error response has a 5xx status code

func (*IdentityAccessManagementLoginExternalInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login external internal server error response has a 2xx status code

func (*IdentityAccessManagementLoginExternalInternalServerError) String added in v1.0.2

type IdentityAccessManagementLoginExternalOAuth2CallbackDefault added in v1.0.2

type IdentityAccessManagementLoginExternalOAuth2CallbackDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementLoginExternalOAuth2CallbackDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementLoginExternalOAuth2CallbackDefault added in v1.0.2

func NewIdentityAccessManagementLoginExternalOAuth2CallbackDefault(code int) *IdentityAccessManagementLoginExternalOAuth2CallbackDefault

NewIdentityAccessManagementLoginExternalOAuth2CallbackDefault creates a IdentityAccessManagementLoginExternalOAuth2CallbackDefault with default headers values

func (*IdentityAccessManagementLoginExternalOAuth2CallbackDefault) Code added in v1.0.2

Code gets the status code for the identity access management login external o auth2 callback default response

func (*IdentityAccessManagementLoginExternalOAuth2CallbackDefault) Error added in v1.0.2

func (*IdentityAccessManagementLoginExternalOAuth2CallbackDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginExternalOAuth2CallbackDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login external o auth2 callback default response has a 4xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management login external o auth2 callback default response a status code equal to that given

func (*IdentityAccessManagementLoginExternalOAuth2CallbackDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login external o auth2 callback default response has a 3xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login external o auth2 callback default response has a 5xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login external o auth2 callback default response has a 2xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackDefault) String added in v1.0.2

type IdentityAccessManagementLoginExternalOAuth2CallbackForbidden added in v1.0.2

type IdentityAccessManagementLoginExternalOAuth2CallbackForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginExternalOAuth2CallbackForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementLoginExternalOAuth2CallbackForbidden added in v1.0.2

func NewIdentityAccessManagementLoginExternalOAuth2CallbackForbidden() *IdentityAccessManagementLoginExternalOAuth2CallbackForbidden

NewIdentityAccessManagementLoginExternalOAuth2CallbackForbidden creates a IdentityAccessManagementLoginExternalOAuth2CallbackForbidden with default headers values

func (*IdentityAccessManagementLoginExternalOAuth2CallbackForbidden) Error added in v1.0.2

func (*IdentityAccessManagementLoginExternalOAuth2CallbackForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginExternalOAuth2CallbackForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login external o auth2 callback forbidden response has a 4xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management login external o auth2 callback forbidden response a status code equal to that given

func (*IdentityAccessManagementLoginExternalOAuth2CallbackForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login external o auth2 callback forbidden response has a 3xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login external o auth2 callback forbidden response has a 5xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login external o auth2 callback forbidden response has a 2xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackForbidden) String added in v1.0.2

type IdentityAccessManagementLoginExternalOAuth2CallbackGatewayTimeout added in v1.0.2

type IdentityAccessManagementLoginExternalOAuth2CallbackGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginExternalOAuth2CallbackGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementLoginExternalOAuth2CallbackGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementLoginExternalOAuth2CallbackGatewayTimeout() *IdentityAccessManagementLoginExternalOAuth2CallbackGatewayTimeout

NewIdentityAccessManagementLoginExternalOAuth2CallbackGatewayTimeout creates a IdentityAccessManagementLoginExternalOAuth2CallbackGatewayTimeout with default headers values

func (*IdentityAccessManagementLoginExternalOAuth2CallbackGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementLoginExternalOAuth2CallbackGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginExternalOAuth2CallbackGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login external o auth2 callback gateway timeout response has a 4xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management login external o auth2 callback gateway timeout response a status code equal to that given

func (*IdentityAccessManagementLoginExternalOAuth2CallbackGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login external o auth2 callback gateway timeout response has a 3xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login external o auth2 callback gateway timeout response has a 5xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login external o auth2 callback gateway timeout response has a 2xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementLoginExternalOAuth2CallbackInternalServerError added in v1.0.2

type IdentityAccessManagementLoginExternalOAuth2CallbackInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginExternalOAuth2CallbackInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementLoginExternalOAuth2CallbackInternalServerError added in v1.0.2

func NewIdentityAccessManagementLoginExternalOAuth2CallbackInternalServerError() *IdentityAccessManagementLoginExternalOAuth2CallbackInternalServerError

NewIdentityAccessManagementLoginExternalOAuth2CallbackInternalServerError creates a IdentityAccessManagementLoginExternalOAuth2CallbackInternalServerError with default headers values

func (*IdentityAccessManagementLoginExternalOAuth2CallbackInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementLoginExternalOAuth2CallbackInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginExternalOAuth2CallbackInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login external o auth2 callback internal server error response has a 4xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management login external o auth2 callback internal server error response a status code equal to that given

func (*IdentityAccessManagementLoginExternalOAuth2CallbackInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login external o auth2 callback internal server error response has a 3xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login external o auth2 callback internal server error response has a 5xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login external o auth2 callback internal server error response has a 2xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackInternalServerError) String added in v1.0.2

type IdentityAccessManagementLoginExternalOAuth2CallbackOK added in v1.0.2

type IdentityAccessManagementLoginExternalOAuth2CallbackOK struct {
	Payload *swagger_models.AAAFrontendLoginResponse
}

IdentityAccessManagementLoginExternalOAuth2CallbackOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementLoginExternalOAuth2CallbackOK added in v1.0.2

func NewIdentityAccessManagementLoginExternalOAuth2CallbackOK() *IdentityAccessManagementLoginExternalOAuth2CallbackOK

NewIdentityAccessManagementLoginExternalOAuth2CallbackOK creates a IdentityAccessManagementLoginExternalOAuth2CallbackOK with default headers values

func (*IdentityAccessManagementLoginExternalOAuth2CallbackOK) Error added in v1.0.2

func (*IdentityAccessManagementLoginExternalOAuth2CallbackOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginExternalOAuth2CallbackOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login external o auth2 callback o k response has a 4xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackOK) IsCode added in v1.0.2

IsCode returns true when this identity access management login external o auth2 callback o k response a status code equal to that given

func (*IdentityAccessManagementLoginExternalOAuth2CallbackOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login external o auth2 callback o k response has a 3xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login external o auth2 callback o k response has a 5xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login external o auth2 callback o k response has a 2xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackOK) String added in v1.0.2

type IdentityAccessManagementLoginExternalOAuth2CallbackParams added in v1.0.2

type IdentityAccessManagementLoginExternalOAuth2CallbackParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.AAAFrontendOAUTHCallbackRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementLoginExternalOAuth2CallbackParams contains all the parameters to send to the API endpoint

for the identity access management login external o auth2 callback operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementLoginExternalOAuth2CallbackParams added in v1.0.2

func NewIdentityAccessManagementLoginExternalOAuth2CallbackParams() *IdentityAccessManagementLoginExternalOAuth2CallbackParams

NewIdentityAccessManagementLoginExternalOAuth2CallbackParams creates a new IdentityAccessManagementLoginExternalOAuth2CallbackParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementLoginExternalOAuth2CallbackParamsWithContext added in v1.0.2

func NewIdentityAccessManagementLoginExternalOAuth2CallbackParamsWithContext(ctx context.Context) *IdentityAccessManagementLoginExternalOAuth2CallbackParams

NewIdentityAccessManagementLoginExternalOAuth2CallbackParamsWithContext creates a new IdentityAccessManagementLoginExternalOAuth2CallbackParams object with the ability to set a context for a request.

func NewIdentityAccessManagementLoginExternalOAuth2CallbackParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementLoginExternalOAuth2CallbackParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementLoginExternalOAuth2CallbackParams

NewIdentityAccessManagementLoginExternalOAuth2CallbackParamsWithHTTPClient creates a new IdentityAccessManagementLoginExternalOAuth2CallbackParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementLoginExternalOAuth2CallbackParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementLoginExternalOAuth2CallbackParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementLoginExternalOAuth2CallbackParams

NewIdentityAccessManagementLoginExternalOAuth2CallbackParamsWithTimeout creates a new IdentityAccessManagementLoginExternalOAuth2CallbackParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementLoginExternalOAuth2CallbackParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management login external o auth2 callback params

func (*IdentityAccessManagementLoginExternalOAuth2CallbackParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management login external o auth2 callback params

func (*IdentityAccessManagementLoginExternalOAuth2CallbackParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management login external o auth2 callback params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementLoginExternalOAuth2CallbackParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management login external o auth2 callback params

func (*IdentityAccessManagementLoginExternalOAuth2CallbackParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management login external o auth2 callback params

func (*IdentityAccessManagementLoginExternalOAuth2CallbackParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the identity access management login external o auth2 callback params

func (*IdentityAccessManagementLoginExternalOAuth2CallbackParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management login external o auth2 callback params

func (*IdentityAccessManagementLoginExternalOAuth2CallbackParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management login external o auth2 callback params

func (*IdentityAccessManagementLoginExternalOAuth2CallbackParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management login external o auth2 callback params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementLoginExternalOAuth2CallbackParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management login external o auth2 callback params

func (*IdentityAccessManagementLoginExternalOAuth2CallbackParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management login external o auth2 callback params

func (*IdentityAccessManagementLoginExternalOAuth2CallbackParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management login external o auth2 callback params

func (*IdentityAccessManagementLoginExternalOAuth2CallbackParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementLoginExternalOAuth2CallbackReader added in v1.0.2

type IdentityAccessManagementLoginExternalOAuth2CallbackReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementLoginExternalOAuth2CallbackReader is a Reader for the IdentityAccessManagementLoginExternalOAuth2Callback structure.

func (*IdentityAccessManagementLoginExternalOAuth2CallbackReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type IdentityAccessManagementLoginExternalOAuth2CallbackUnauthorized added in v1.0.2

type IdentityAccessManagementLoginExternalOAuth2CallbackUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginExternalOAuth2CallbackUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementLoginExternalOAuth2CallbackUnauthorized added in v1.0.2

func NewIdentityAccessManagementLoginExternalOAuth2CallbackUnauthorized() *IdentityAccessManagementLoginExternalOAuth2CallbackUnauthorized

NewIdentityAccessManagementLoginExternalOAuth2CallbackUnauthorized creates a IdentityAccessManagementLoginExternalOAuth2CallbackUnauthorized with default headers values

func (*IdentityAccessManagementLoginExternalOAuth2CallbackUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementLoginExternalOAuth2CallbackUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginExternalOAuth2CallbackUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login external o auth2 callback unauthorized response has a 4xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management login external o auth2 callback unauthorized response a status code equal to that given

func (*IdentityAccessManagementLoginExternalOAuth2CallbackUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login external o auth2 callback unauthorized response has a 3xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login external o auth2 callback unauthorized response has a 5xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login external o auth2 callback unauthorized response has a 2xx status code

func (*IdentityAccessManagementLoginExternalOAuth2CallbackUnauthorized) String added in v1.0.2

type IdentityAccessManagementLoginExternalOK added in v1.0.2

type IdentityAccessManagementLoginExternalOK struct {
	Payload *swagger_models.AAAFrontendLoginResponse
}

IdentityAccessManagementLoginExternalOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementLoginExternalOK added in v1.0.2

func NewIdentityAccessManagementLoginExternalOK() *IdentityAccessManagementLoginExternalOK

NewIdentityAccessManagementLoginExternalOK creates a IdentityAccessManagementLoginExternalOK with default headers values

func (*IdentityAccessManagementLoginExternalOK) Error added in v1.0.2

func (*IdentityAccessManagementLoginExternalOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginExternalOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementLoginExternalOK) IsClientError() bool

IsClientError returns true when this identity access management login external o k response has a 4xx status code

func (*IdentityAccessManagementLoginExternalOK) IsCode added in v1.0.2

IsCode returns true when this identity access management login external o k response a status code equal to that given

func (*IdentityAccessManagementLoginExternalOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login external o k response has a 3xx status code

func (*IdentityAccessManagementLoginExternalOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementLoginExternalOK) IsServerError() bool

IsServerError returns true when this identity access management login external o k response has a 5xx status code

func (*IdentityAccessManagementLoginExternalOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login external o k response has a 2xx status code

func (*IdentityAccessManagementLoginExternalOK) String added in v1.0.2

type IdentityAccessManagementLoginExternalParams added in v1.0.2

type IdentityAccessManagementLoginExternalParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.AAAFrontendLoginWithOauthRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementLoginExternalParams contains all the parameters to send to the API endpoint

for the identity access management login external operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementLoginExternalParams added in v1.0.2

func NewIdentityAccessManagementLoginExternalParams() *IdentityAccessManagementLoginExternalParams

NewIdentityAccessManagementLoginExternalParams creates a new IdentityAccessManagementLoginExternalParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementLoginExternalParamsWithContext added in v1.0.2

func NewIdentityAccessManagementLoginExternalParamsWithContext(ctx context.Context) *IdentityAccessManagementLoginExternalParams

NewIdentityAccessManagementLoginExternalParamsWithContext creates a new IdentityAccessManagementLoginExternalParams object with the ability to set a context for a request.

func NewIdentityAccessManagementLoginExternalParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementLoginExternalParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementLoginExternalParams

NewIdentityAccessManagementLoginExternalParamsWithHTTPClient creates a new IdentityAccessManagementLoginExternalParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementLoginExternalParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementLoginExternalParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementLoginExternalParams

NewIdentityAccessManagementLoginExternalParamsWithTimeout creates a new IdentityAccessManagementLoginExternalParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementLoginExternalParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management login external params

func (*IdentityAccessManagementLoginExternalParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management login external params

func (*IdentityAccessManagementLoginExternalParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management login external params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementLoginExternalParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementLoginExternalParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management login external params

func (*IdentityAccessManagementLoginExternalParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management login external params

func (*IdentityAccessManagementLoginExternalParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementLoginExternalParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management login external params

func (*IdentityAccessManagementLoginExternalParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management login external params

func (*IdentityAccessManagementLoginExternalParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management login external params

func (*IdentityAccessManagementLoginExternalParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management login external params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementLoginExternalParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management login external params

func (*IdentityAccessManagementLoginExternalParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management login external params

func (*IdentityAccessManagementLoginExternalParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management login external params

func (*IdentityAccessManagementLoginExternalParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementLoginExternalReader added in v1.0.2

type IdentityAccessManagementLoginExternalReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementLoginExternalReader is a Reader for the IdentityAccessManagementLoginExternal structure.

func (*IdentityAccessManagementLoginExternalReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementLoginExternalReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementLoginExternalUnauthorized added in v1.0.2

type IdentityAccessManagementLoginExternalUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginExternalUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementLoginExternalUnauthorized added in v1.0.2

func NewIdentityAccessManagementLoginExternalUnauthorized() *IdentityAccessManagementLoginExternalUnauthorized

NewIdentityAccessManagementLoginExternalUnauthorized creates a IdentityAccessManagementLoginExternalUnauthorized with default headers values

func (*IdentityAccessManagementLoginExternalUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementLoginExternalUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginExternalUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login external unauthorized response has a 4xx status code

func (*IdentityAccessManagementLoginExternalUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management login external unauthorized response a status code equal to that given

func (*IdentityAccessManagementLoginExternalUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login external unauthorized response has a 3xx status code

func (*IdentityAccessManagementLoginExternalUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login external unauthorized response has a 5xx status code

func (*IdentityAccessManagementLoginExternalUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login external unauthorized response has a 2xx status code

func (*IdentityAccessManagementLoginExternalUnauthorized) String added in v1.0.2

type IdentityAccessManagementLoginForbidden added in v1.0.2

type IdentityAccessManagementLoginForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementLoginForbidden added in v1.0.2

func NewIdentityAccessManagementLoginForbidden() *IdentityAccessManagementLoginForbidden

NewIdentityAccessManagementLoginForbidden creates a IdentityAccessManagementLoginForbidden with default headers values

func (*IdentityAccessManagementLoginForbidden) Error added in v1.0.2

func (*IdentityAccessManagementLoginForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginForbidden) IsClientError added in v1.0.2

func (o *IdentityAccessManagementLoginForbidden) IsClientError() bool

IsClientError returns true when this identity access management login forbidden response has a 4xx status code

func (*IdentityAccessManagementLoginForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management login forbidden response a status code equal to that given

func (*IdentityAccessManagementLoginForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login forbidden response has a 3xx status code

func (*IdentityAccessManagementLoginForbidden) IsServerError added in v1.0.2

func (o *IdentityAccessManagementLoginForbidden) IsServerError() bool

IsServerError returns true when this identity access management login forbidden response has a 5xx status code

func (*IdentityAccessManagementLoginForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login forbidden response has a 2xx status code

func (*IdentityAccessManagementLoginForbidden) String added in v1.0.2

type IdentityAccessManagementLoginForgotPasswordDefault added in v1.0.2

type IdentityAccessManagementLoginForgotPasswordDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementLoginForgotPasswordDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementLoginForgotPasswordDefault added in v1.0.2

func NewIdentityAccessManagementLoginForgotPasswordDefault(code int) *IdentityAccessManagementLoginForgotPasswordDefault

NewIdentityAccessManagementLoginForgotPasswordDefault creates a IdentityAccessManagementLoginForgotPasswordDefault with default headers values

func (*IdentityAccessManagementLoginForgotPasswordDefault) Code added in v1.0.2

Code gets the status code for the identity access management login forgot password default response

func (*IdentityAccessManagementLoginForgotPasswordDefault) Error added in v1.0.2

func (*IdentityAccessManagementLoginForgotPasswordDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginForgotPasswordDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login forgot password default response has a 4xx status code

func (*IdentityAccessManagementLoginForgotPasswordDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management login forgot password default response a status code equal to that given

func (*IdentityAccessManagementLoginForgotPasswordDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login forgot password default response has a 3xx status code

func (*IdentityAccessManagementLoginForgotPasswordDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login forgot password default response has a 5xx status code

func (*IdentityAccessManagementLoginForgotPasswordDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login forgot password default response has a 2xx status code

func (*IdentityAccessManagementLoginForgotPasswordDefault) String added in v1.0.2

type IdentityAccessManagementLoginForgotPasswordForbidden added in v1.0.2

type IdentityAccessManagementLoginForgotPasswordForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginForgotPasswordForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementLoginForgotPasswordForbidden added in v1.0.2

func NewIdentityAccessManagementLoginForgotPasswordForbidden() *IdentityAccessManagementLoginForgotPasswordForbidden

NewIdentityAccessManagementLoginForgotPasswordForbidden creates a IdentityAccessManagementLoginForgotPasswordForbidden with default headers values

func (*IdentityAccessManagementLoginForgotPasswordForbidden) Error added in v1.0.2

func (*IdentityAccessManagementLoginForgotPasswordForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginForgotPasswordForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login forgot password forbidden response has a 4xx status code

func (*IdentityAccessManagementLoginForgotPasswordForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management login forgot password forbidden response a status code equal to that given

func (*IdentityAccessManagementLoginForgotPasswordForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login forgot password forbidden response has a 3xx status code

func (*IdentityAccessManagementLoginForgotPasswordForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login forgot password forbidden response has a 5xx status code

func (*IdentityAccessManagementLoginForgotPasswordForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login forgot password forbidden response has a 2xx status code

func (*IdentityAccessManagementLoginForgotPasswordForbidden) String added in v1.0.2

type IdentityAccessManagementLoginForgotPasswordGatewayTimeout added in v1.0.2

type IdentityAccessManagementLoginForgotPasswordGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginForgotPasswordGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementLoginForgotPasswordGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementLoginForgotPasswordGatewayTimeout() *IdentityAccessManagementLoginForgotPasswordGatewayTimeout

NewIdentityAccessManagementLoginForgotPasswordGatewayTimeout creates a IdentityAccessManagementLoginForgotPasswordGatewayTimeout with default headers values

func (*IdentityAccessManagementLoginForgotPasswordGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementLoginForgotPasswordGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginForgotPasswordGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login forgot password gateway timeout response has a 4xx status code

func (*IdentityAccessManagementLoginForgotPasswordGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management login forgot password gateway timeout response a status code equal to that given

func (*IdentityAccessManagementLoginForgotPasswordGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login forgot password gateway timeout response has a 3xx status code

func (*IdentityAccessManagementLoginForgotPasswordGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login forgot password gateway timeout response has a 5xx status code

func (*IdentityAccessManagementLoginForgotPasswordGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login forgot password gateway timeout response has a 2xx status code

func (*IdentityAccessManagementLoginForgotPasswordGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementLoginForgotPasswordInternalServerError added in v1.0.2

type IdentityAccessManagementLoginForgotPasswordInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginForgotPasswordInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementLoginForgotPasswordInternalServerError added in v1.0.2

func NewIdentityAccessManagementLoginForgotPasswordInternalServerError() *IdentityAccessManagementLoginForgotPasswordInternalServerError

NewIdentityAccessManagementLoginForgotPasswordInternalServerError creates a IdentityAccessManagementLoginForgotPasswordInternalServerError with default headers values

func (*IdentityAccessManagementLoginForgotPasswordInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementLoginForgotPasswordInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginForgotPasswordInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login forgot password internal server error response has a 4xx status code

func (*IdentityAccessManagementLoginForgotPasswordInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management login forgot password internal server error response a status code equal to that given

func (*IdentityAccessManagementLoginForgotPasswordInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login forgot password internal server error response has a 3xx status code

func (*IdentityAccessManagementLoginForgotPasswordInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login forgot password internal server error response has a 5xx status code

func (*IdentityAccessManagementLoginForgotPasswordInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login forgot password internal server error response has a 2xx status code

func (*IdentityAccessManagementLoginForgotPasswordInternalServerError) String added in v1.0.2

type IdentityAccessManagementLoginForgotPasswordOK added in v1.0.2

type IdentityAccessManagementLoginForgotPasswordOK struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginForgotPasswordOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementLoginForgotPasswordOK added in v1.0.2

func NewIdentityAccessManagementLoginForgotPasswordOK() *IdentityAccessManagementLoginForgotPasswordOK

NewIdentityAccessManagementLoginForgotPasswordOK creates a IdentityAccessManagementLoginForgotPasswordOK with default headers values

func (*IdentityAccessManagementLoginForgotPasswordOK) Error added in v1.0.2

func (*IdentityAccessManagementLoginForgotPasswordOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginForgotPasswordOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login forgot password o k response has a 4xx status code

func (*IdentityAccessManagementLoginForgotPasswordOK) IsCode added in v1.0.2

IsCode returns true when this identity access management login forgot password o k response a status code equal to that given

func (*IdentityAccessManagementLoginForgotPasswordOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login forgot password o k response has a 3xx status code

func (*IdentityAccessManagementLoginForgotPasswordOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login forgot password o k response has a 5xx status code

func (*IdentityAccessManagementLoginForgotPasswordOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login forgot password o k response has a 2xx status code

func (*IdentityAccessManagementLoginForgotPasswordOK) String added in v1.0.2

type IdentityAccessManagementLoginForgotPasswordParams added in v1.0.2

type IdentityAccessManagementLoginForgotPasswordParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.AAARequestLoginForgotPassword

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementLoginForgotPasswordParams contains all the parameters to send to the API endpoint

for the identity access management login forgot password operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementLoginForgotPasswordParams added in v1.0.2

func NewIdentityAccessManagementLoginForgotPasswordParams() *IdentityAccessManagementLoginForgotPasswordParams

NewIdentityAccessManagementLoginForgotPasswordParams creates a new IdentityAccessManagementLoginForgotPasswordParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementLoginForgotPasswordParamsWithContext added in v1.0.2

func NewIdentityAccessManagementLoginForgotPasswordParamsWithContext(ctx context.Context) *IdentityAccessManagementLoginForgotPasswordParams

NewIdentityAccessManagementLoginForgotPasswordParamsWithContext creates a new IdentityAccessManagementLoginForgotPasswordParams object with the ability to set a context for a request.

func NewIdentityAccessManagementLoginForgotPasswordParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementLoginForgotPasswordParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementLoginForgotPasswordParams

NewIdentityAccessManagementLoginForgotPasswordParamsWithHTTPClient creates a new IdentityAccessManagementLoginForgotPasswordParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementLoginForgotPasswordParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementLoginForgotPasswordParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementLoginForgotPasswordParams

NewIdentityAccessManagementLoginForgotPasswordParamsWithTimeout creates a new IdentityAccessManagementLoginForgotPasswordParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementLoginForgotPasswordParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management login forgot password params

func (*IdentityAccessManagementLoginForgotPasswordParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management login forgot password params

func (*IdentityAccessManagementLoginForgotPasswordParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management login forgot password params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementLoginForgotPasswordParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management login forgot password params

func (*IdentityAccessManagementLoginForgotPasswordParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management login forgot password params

func (*IdentityAccessManagementLoginForgotPasswordParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementLoginForgotPasswordParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management login forgot password params

func (*IdentityAccessManagementLoginForgotPasswordParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management login forgot password params

func (*IdentityAccessManagementLoginForgotPasswordParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management login forgot password params

func (*IdentityAccessManagementLoginForgotPasswordParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management login forgot password params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementLoginForgotPasswordParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management login forgot password params

func (*IdentityAccessManagementLoginForgotPasswordParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management login forgot password params

func (*IdentityAccessManagementLoginForgotPasswordParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management login forgot password params

func (*IdentityAccessManagementLoginForgotPasswordParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementLoginForgotPasswordReader added in v1.0.2

type IdentityAccessManagementLoginForgotPasswordReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementLoginForgotPasswordReader is a Reader for the IdentityAccessManagementLoginForgotPassword structure.

func (*IdentityAccessManagementLoginForgotPasswordReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementLoginForgotPasswordReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementLoginForgotPasswordUnauthorized added in v1.0.2

type IdentityAccessManagementLoginForgotPasswordUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginForgotPasswordUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementLoginForgotPasswordUnauthorized added in v1.0.2

func NewIdentityAccessManagementLoginForgotPasswordUnauthorized() *IdentityAccessManagementLoginForgotPasswordUnauthorized

NewIdentityAccessManagementLoginForgotPasswordUnauthorized creates a IdentityAccessManagementLoginForgotPasswordUnauthorized with default headers values

func (*IdentityAccessManagementLoginForgotPasswordUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementLoginForgotPasswordUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginForgotPasswordUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login forgot password unauthorized response has a 4xx status code

func (*IdentityAccessManagementLoginForgotPasswordUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management login forgot password unauthorized response a status code equal to that given

func (*IdentityAccessManagementLoginForgotPasswordUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login forgot password unauthorized response has a 3xx status code

func (*IdentityAccessManagementLoginForgotPasswordUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login forgot password unauthorized response has a 5xx status code

func (*IdentityAccessManagementLoginForgotPasswordUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login forgot password unauthorized response has a 2xx status code

func (*IdentityAccessManagementLoginForgotPasswordUnauthorized) String added in v1.0.2

type IdentityAccessManagementLoginGatewayTimeout added in v1.0.2

type IdentityAccessManagementLoginGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementLoginGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementLoginGatewayTimeout() *IdentityAccessManagementLoginGatewayTimeout

NewIdentityAccessManagementLoginGatewayTimeout creates a IdentityAccessManagementLoginGatewayTimeout with default headers values

func (*IdentityAccessManagementLoginGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementLoginGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login gateway timeout response has a 4xx status code

func (*IdentityAccessManagementLoginGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management login gateway timeout response a status code equal to that given

func (*IdentityAccessManagementLoginGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login gateway timeout response has a 3xx status code

func (*IdentityAccessManagementLoginGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login gateway timeout response has a 5xx status code

func (*IdentityAccessManagementLoginGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login gateway timeout response has a 2xx status code

func (*IdentityAccessManagementLoginGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementLoginInternalServerError added in v1.0.2

type IdentityAccessManagementLoginInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementLoginInternalServerError added in v1.0.2

func NewIdentityAccessManagementLoginInternalServerError() *IdentityAccessManagementLoginInternalServerError

NewIdentityAccessManagementLoginInternalServerError creates a IdentityAccessManagementLoginInternalServerError with default headers values

func (*IdentityAccessManagementLoginInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementLoginInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login internal server error response has a 4xx status code

func (*IdentityAccessManagementLoginInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management login internal server error response a status code equal to that given

func (*IdentityAccessManagementLoginInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login internal server error response has a 3xx status code

func (*IdentityAccessManagementLoginInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login internal server error response has a 5xx status code

func (*IdentityAccessManagementLoginInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login internal server error response has a 2xx status code

func (*IdentityAccessManagementLoginInternalServerError) String added in v1.0.2

type IdentityAccessManagementLoginModeDefault added in v1.0.2

type IdentityAccessManagementLoginModeDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementLoginModeDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementLoginModeDefault added in v1.0.2

func NewIdentityAccessManagementLoginModeDefault(code int) *IdentityAccessManagementLoginModeDefault

NewIdentityAccessManagementLoginModeDefault creates a IdentityAccessManagementLoginModeDefault with default headers values

func (*IdentityAccessManagementLoginModeDefault) Code added in v1.0.2

Code gets the status code for the identity access management login mode default response

func (*IdentityAccessManagementLoginModeDefault) Error added in v1.0.2

func (*IdentityAccessManagementLoginModeDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginModeDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login mode default response has a 4xx status code

func (*IdentityAccessManagementLoginModeDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management login mode default response a status code equal to that given

func (*IdentityAccessManagementLoginModeDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login mode default response has a 3xx status code

func (*IdentityAccessManagementLoginModeDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login mode default response has a 5xx status code

func (*IdentityAccessManagementLoginModeDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login mode default response has a 2xx status code

func (*IdentityAccessManagementLoginModeDefault) String added in v1.0.2

type IdentityAccessManagementLoginModeForbidden added in v1.0.2

type IdentityAccessManagementLoginModeForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginModeForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementLoginModeForbidden added in v1.0.2

func NewIdentityAccessManagementLoginModeForbidden() *IdentityAccessManagementLoginModeForbidden

NewIdentityAccessManagementLoginModeForbidden creates a IdentityAccessManagementLoginModeForbidden with default headers values

func (*IdentityAccessManagementLoginModeForbidden) Error added in v1.0.2

func (*IdentityAccessManagementLoginModeForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginModeForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login mode forbidden response has a 4xx status code

func (*IdentityAccessManagementLoginModeForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management login mode forbidden response a status code equal to that given

func (*IdentityAccessManagementLoginModeForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login mode forbidden response has a 3xx status code

func (*IdentityAccessManagementLoginModeForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login mode forbidden response has a 5xx status code

func (*IdentityAccessManagementLoginModeForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login mode forbidden response has a 2xx status code

func (*IdentityAccessManagementLoginModeForbidden) String added in v1.0.2

type IdentityAccessManagementLoginModeGatewayTimeout added in v1.0.2

type IdentityAccessManagementLoginModeGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginModeGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementLoginModeGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementLoginModeGatewayTimeout() *IdentityAccessManagementLoginModeGatewayTimeout

NewIdentityAccessManagementLoginModeGatewayTimeout creates a IdentityAccessManagementLoginModeGatewayTimeout with default headers values

func (*IdentityAccessManagementLoginModeGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementLoginModeGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginModeGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login mode gateway timeout response has a 4xx status code

func (*IdentityAccessManagementLoginModeGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management login mode gateway timeout response a status code equal to that given

func (*IdentityAccessManagementLoginModeGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login mode gateway timeout response has a 3xx status code

func (*IdentityAccessManagementLoginModeGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login mode gateway timeout response has a 5xx status code

func (*IdentityAccessManagementLoginModeGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login mode gateway timeout response has a 2xx status code

func (*IdentityAccessManagementLoginModeGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementLoginModeInternalServerError added in v1.0.2

type IdentityAccessManagementLoginModeInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginModeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementLoginModeInternalServerError added in v1.0.2

func NewIdentityAccessManagementLoginModeInternalServerError() *IdentityAccessManagementLoginModeInternalServerError

NewIdentityAccessManagementLoginModeInternalServerError creates a IdentityAccessManagementLoginModeInternalServerError with default headers values

func (*IdentityAccessManagementLoginModeInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementLoginModeInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginModeInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login mode internal server error response has a 4xx status code

func (*IdentityAccessManagementLoginModeInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management login mode internal server error response a status code equal to that given

func (*IdentityAccessManagementLoginModeInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login mode internal server error response has a 3xx status code

func (*IdentityAccessManagementLoginModeInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login mode internal server error response has a 5xx status code

func (*IdentityAccessManagementLoginModeInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login mode internal server error response has a 2xx status code

func (*IdentityAccessManagementLoginModeInternalServerError) String added in v1.0.2

type IdentityAccessManagementLoginModeOK added in v1.0.2

type IdentityAccessManagementLoginModeOK struct {
	Payload *swagger_models.AAAFrontendLoginModeResponse
}

IdentityAccessManagementLoginModeOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementLoginModeOK added in v1.0.2

func NewIdentityAccessManagementLoginModeOK() *IdentityAccessManagementLoginModeOK

NewIdentityAccessManagementLoginModeOK creates a IdentityAccessManagementLoginModeOK with default headers values

func (*IdentityAccessManagementLoginModeOK) Error added in v1.0.2

func (*IdentityAccessManagementLoginModeOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginModeOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementLoginModeOK) IsClientError() bool

IsClientError returns true when this identity access management login mode o k response has a 4xx status code

func (*IdentityAccessManagementLoginModeOK) IsCode added in v1.0.2

IsCode returns true when this identity access management login mode o k response a status code equal to that given

func (*IdentityAccessManagementLoginModeOK) IsRedirect added in v1.0.2

func (o *IdentityAccessManagementLoginModeOK) IsRedirect() bool

IsRedirect returns true when this identity access management login mode o k response has a 3xx status code

func (*IdentityAccessManagementLoginModeOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementLoginModeOK) IsServerError() bool

IsServerError returns true when this identity access management login mode o k response has a 5xx status code

func (*IdentityAccessManagementLoginModeOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login mode o k response has a 2xx status code

func (*IdentityAccessManagementLoginModeOK) String added in v1.0.2

type IdentityAccessManagementLoginModeParams added in v1.0.2

type IdentityAccessManagementLoginModeParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.AAAFrontendLoginModeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementLoginModeParams contains all the parameters to send to the API endpoint

for the identity access management login mode operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementLoginModeParams added in v1.0.2

func NewIdentityAccessManagementLoginModeParams() *IdentityAccessManagementLoginModeParams

NewIdentityAccessManagementLoginModeParams creates a new IdentityAccessManagementLoginModeParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementLoginModeParamsWithContext added in v1.0.2

func NewIdentityAccessManagementLoginModeParamsWithContext(ctx context.Context) *IdentityAccessManagementLoginModeParams

NewIdentityAccessManagementLoginModeParamsWithContext creates a new IdentityAccessManagementLoginModeParams object with the ability to set a context for a request.

func NewIdentityAccessManagementLoginModeParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementLoginModeParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementLoginModeParams

NewIdentityAccessManagementLoginModeParamsWithHTTPClient creates a new IdentityAccessManagementLoginModeParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementLoginModeParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementLoginModeParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementLoginModeParams

NewIdentityAccessManagementLoginModeParamsWithTimeout creates a new IdentityAccessManagementLoginModeParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementLoginModeParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management login mode params

func (*IdentityAccessManagementLoginModeParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management login mode params

func (*IdentityAccessManagementLoginModeParams) SetDefaults added in v1.0.2

func (o *IdentityAccessManagementLoginModeParams) SetDefaults()

SetDefaults hydrates default values in the identity access management login mode params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementLoginModeParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementLoginModeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management login mode params

func (*IdentityAccessManagementLoginModeParams) SetTimeout added in v1.0.2

func (o *IdentityAccessManagementLoginModeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the identity access management login mode params

func (*IdentityAccessManagementLoginModeParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementLoginModeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management login mode params

func (*IdentityAccessManagementLoginModeParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management login mode params

func (*IdentityAccessManagementLoginModeParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management login mode params

func (*IdentityAccessManagementLoginModeParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management login mode params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementLoginModeParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management login mode params

func (*IdentityAccessManagementLoginModeParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management login mode params

func (*IdentityAccessManagementLoginModeParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management login mode params

func (*IdentityAccessManagementLoginModeParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementLoginModeReader added in v1.0.2

type IdentityAccessManagementLoginModeReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementLoginModeReader is a Reader for the IdentityAccessManagementLoginMode structure.

func (*IdentityAccessManagementLoginModeReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementLoginModeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementLoginModeUnauthorized added in v1.0.2

type IdentityAccessManagementLoginModeUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginModeUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementLoginModeUnauthorized added in v1.0.2

func NewIdentityAccessManagementLoginModeUnauthorized() *IdentityAccessManagementLoginModeUnauthorized

NewIdentityAccessManagementLoginModeUnauthorized creates a IdentityAccessManagementLoginModeUnauthorized with default headers values

func (*IdentityAccessManagementLoginModeUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementLoginModeUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginModeUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login mode unauthorized response has a 4xx status code

func (*IdentityAccessManagementLoginModeUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management login mode unauthorized response a status code equal to that given

func (*IdentityAccessManagementLoginModeUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login mode unauthorized response has a 3xx status code

func (*IdentityAccessManagementLoginModeUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login mode unauthorized response has a 5xx status code

func (*IdentityAccessManagementLoginModeUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login mode unauthorized response has a 2xx status code

func (*IdentityAccessManagementLoginModeUnauthorized) String added in v1.0.2

type IdentityAccessManagementLoginOK added in v1.0.2

type IdentityAccessManagementLoginOK struct {
	Payload *swagger_models.AAAFrontendLoginResponse
}

IdentityAccessManagementLoginOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementLoginOK added in v1.0.2

func NewIdentityAccessManagementLoginOK() *IdentityAccessManagementLoginOK

NewIdentityAccessManagementLoginOK creates a IdentityAccessManagementLoginOK with default headers values

func (*IdentityAccessManagementLoginOK) Error added in v1.0.2

func (*IdentityAccessManagementLoginOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementLoginOK) IsClientError() bool

IsClientError returns true when this identity access management login o k response has a 4xx status code

func (*IdentityAccessManagementLoginOK) IsCode added in v1.0.2

func (o *IdentityAccessManagementLoginOK) IsCode(code int) bool

IsCode returns true when this identity access management login o k response a status code equal to that given

func (*IdentityAccessManagementLoginOK) IsRedirect added in v1.0.2

func (o *IdentityAccessManagementLoginOK) IsRedirect() bool

IsRedirect returns true when this identity access management login o k response has a 3xx status code

func (*IdentityAccessManagementLoginOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementLoginOK) IsServerError() bool

IsServerError returns true when this identity access management login o k response has a 5xx status code

func (*IdentityAccessManagementLoginOK) IsSuccess added in v1.0.2

func (o *IdentityAccessManagementLoginOK) IsSuccess() bool

IsSuccess returns true when this identity access management login o k response has a 2xx status code

func (*IdentityAccessManagementLoginOK) String added in v1.0.2

type IdentityAccessManagementLoginParams added in v1.0.2

type IdentityAccessManagementLoginParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.AAAFrontendLoginWithPasswordRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementLoginParams contains all the parameters to send to the API endpoint

for the identity access management login operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementLoginParams added in v1.0.2

func NewIdentityAccessManagementLoginParams() *IdentityAccessManagementLoginParams

NewIdentityAccessManagementLoginParams creates a new IdentityAccessManagementLoginParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementLoginParamsWithContext added in v1.0.2

func NewIdentityAccessManagementLoginParamsWithContext(ctx context.Context) *IdentityAccessManagementLoginParams

NewIdentityAccessManagementLoginParamsWithContext creates a new IdentityAccessManagementLoginParams object with the ability to set a context for a request.

func NewIdentityAccessManagementLoginParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementLoginParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementLoginParams

NewIdentityAccessManagementLoginParamsWithHTTPClient creates a new IdentityAccessManagementLoginParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementLoginParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementLoginParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementLoginParams

NewIdentityAccessManagementLoginParamsWithTimeout creates a new IdentityAccessManagementLoginParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementLoginParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management login params

func (*IdentityAccessManagementLoginParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management login params

func (*IdentityAccessManagementLoginParams) SetDefaults added in v1.0.2

func (o *IdentityAccessManagementLoginParams) SetDefaults()

SetDefaults hydrates default values in the identity access management login params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementLoginParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementLoginParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management login params

func (*IdentityAccessManagementLoginParams) SetTimeout added in v1.0.2

func (o *IdentityAccessManagementLoginParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the identity access management login params

func (*IdentityAccessManagementLoginParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementLoginParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management login params

func (*IdentityAccessManagementLoginParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management login params

func (*IdentityAccessManagementLoginParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management login params

func (*IdentityAccessManagementLoginParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management login params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementLoginParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management login params

func (*IdentityAccessManagementLoginParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management login params

func (*IdentityAccessManagementLoginParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management login params

func (*IdentityAccessManagementLoginParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementLoginReader added in v1.0.2

type IdentityAccessManagementLoginReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementLoginReader is a Reader for the IdentityAccessManagementLogin structure.

func (*IdentityAccessManagementLoginReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementLoginReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementLoginUnauthorized added in v1.0.2

type IdentityAccessManagementLoginUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLoginUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementLoginUnauthorized added in v1.0.2

func NewIdentityAccessManagementLoginUnauthorized() *IdentityAccessManagementLoginUnauthorized

NewIdentityAccessManagementLoginUnauthorized creates a IdentityAccessManagementLoginUnauthorized with default headers values

func (*IdentityAccessManagementLoginUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementLoginUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementLoginUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management login unauthorized response has a 4xx status code

func (*IdentityAccessManagementLoginUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management login unauthorized response a status code equal to that given

func (*IdentityAccessManagementLoginUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management login unauthorized response has a 3xx status code

func (*IdentityAccessManagementLoginUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management login unauthorized response has a 5xx status code

func (*IdentityAccessManagementLoginUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management login unauthorized response has a 2xx status code

func (*IdentityAccessManagementLoginUnauthorized) String added in v1.0.2

type IdentityAccessManagementLogoutDefault added in v1.0.2

type IdentityAccessManagementLogoutDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementLogoutDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementLogoutDefault added in v1.0.2

func NewIdentityAccessManagementLogoutDefault(code int) *IdentityAccessManagementLogoutDefault

NewIdentityAccessManagementLogoutDefault creates a IdentityAccessManagementLogoutDefault with default headers values

func (*IdentityAccessManagementLogoutDefault) Code added in v1.0.2

Code gets the status code for the identity access management logout default response

func (*IdentityAccessManagementLogoutDefault) Error added in v1.0.2

func (*IdentityAccessManagementLogoutDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementLogoutDefault) IsClientError added in v1.0.2

func (o *IdentityAccessManagementLogoutDefault) IsClientError() bool

IsClientError returns true when this identity access management logout default response has a 4xx status code

func (*IdentityAccessManagementLogoutDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management logout default response a status code equal to that given

func (*IdentityAccessManagementLogoutDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management logout default response has a 3xx status code

func (*IdentityAccessManagementLogoutDefault) IsServerError added in v1.0.2

func (o *IdentityAccessManagementLogoutDefault) IsServerError() bool

IsServerError returns true when this identity access management logout default response has a 5xx status code

func (*IdentityAccessManagementLogoutDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management logout default response has a 2xx status code

func (*IdentityAccessManagementLogoutDefault) String added in v1.0.2

type IdentityAccessManagementLogoutForbidden added in v1.0.2

type IdentityAccessManagementLogoutForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLogoutForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementLogoutForbidden added in v1.0.2

func NewIdentityAccessManagementLogoutForbidden() *IdentityAccessManagementLogoutForbidden

NewIdentityAccessManagementLogoutForbidden creates a IdentityAccessManagementLogoutForbidden with default headers values

func (*IdentityAccessManagementLogoutForbidden) Error added in v1.0.2

func (*IdentityAccessManagementLogoutForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementLogoutForbidden) IsClientError added in v1.0.2

func (o *IdentityAccessManagementLogoutForbidden) IsClientError() bool

IsClientError returns true when this identity access management logout forbidden response has a 4xx status code

func (*IdentityAccessManagementLogoutForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management logout forbidden response a status code equal to that given

func (*IdentityAccessManagementLogoutForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management logout forbidden response has a 3xx status code

func (*IdentityAccessManagementLogoutForbidden) IsServerError added in v1.0.2

func (o *IdentityAccessManagementLogoutForbidden) IsServerError() bool

IsServerError returns true when this identity access management logout forbidden response has a 5xx status code

func (*IdentityAccessManagementLogoutForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management logout forbidden response has a 2xx status code

func (*IdentityAccessManagementLogoutForbidden) String added in v1.0.2

type IdentityAccessManagementLogoutGatewayTimeout added in v1.0.2

type IdentityAccessManagementLogoutGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLogoutGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementLogoutGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementLogoutGatewayTimeout() *IdentityAccessManagementLogoutGatewayTimeout

NewIdentityAccessManagementLogoutGatewayTimeout creates a IdentityAccessManagementLogoutGatewayTimeout with default headers values

func (*IdentityAccessManagementLogoutGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementLogoutGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementLogoutGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management logout gateway timeout response has a 4xx status code

func (*IdentityAccessManagementLogoutGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management logout gateway timeout response a status code equal to that given

func (*IdentityAccessManagementLogoutGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management logout gateway timeout response has a 3xx status code

func (*IdentityAccessManagementLogoutGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management logout gateway timeout response has a 5xx status code

func (*IdentityAccessManagementLogoutGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management logout gateway timeout response has a 2xx status code

func (*IdentityAccessManagementLogoutGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementLogoutInternalServerError added in v1.0.2

type IdentityAccessManagementLogoutInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLogoutInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementLogoutInternalServerError added in v1.0.2

func NewIdentityAccessManagementLogoutInternalServerError() *IdentityAccessManagementLogoutInternalServerError

NewIdentityAccessManagementLogoutInternalServerError creates a IdentityAccessManagementLogoutInternalServerError with default headers values

func (*IdentityAccessManagementLogoutInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementLogoutInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementLogoutInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management logout internal server error response has a 4xx status code

func (*IdentityAccessManagementLogoutInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management logout internal server error response a status code equal to that given

func (*IdentityAccessManagementLogoutInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management logout internal server error response has a 3xx status code

func (*IdentityAccessManagementLogoutInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management logout internal server error response has a 5xx status code

func (*IdentityAccessManagementLogoutInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management logout internal server error response has a 2xx status code

func (*IdentityAccessManagementLogoutInternalServerError) String added in v1.0.2

type IdentityAccessManagementLogoutOK added in v1.0.2

type IdentityAccessManagementLogoutOK struct {
	Payload *swagger_models.AAAFrontendLogoutResponse
}

IdentityAccessManagementLogoutOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementLogoutOK added in v1.0.2

func NewIdentityAccessManagementLogoutOK() *IdentityAccessManagementLogoutOK

NewIdentityAccessManagementLogoutOK creates a IdentityAccessManagementLogoutOK with default headers values

func (*IdentityAccessManagementLogoutOK) Error added in v1.0.2

func (*IdentityAccessManagementLogoutOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementLogoutOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementLogoutOK) IsClientError() bool

IsClientError returns true when this identity access management logout o k response has a 4xx status code

func (*IdentityAccessManagementLogoutOK) IsCode added in v1.0.2

func (o *IdentityAccessManagementLogoutOK) IsCode(code int) bool

IsCode returns true when this identity access management logout o k response a status code equal to that given

func (*IdentityAccessManagementLogoutOK) IsRedirect added in v1.0.2

func (o *IdentityAccessManagementLogoutOK) IsRedirect() bool

IsRedirect returns true when this identity access management logout o k response has a 3xx status code

func (*IdentityAccessManagementLogoutOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementLogoutOK) IsServerError() bool

IsServerError returns true when this identity access management logout o k response has a 5xx status code

func (*IdentityAccessManagementLogoutOK) IsSuccess added in v1.0.2

func (o *IdentityAccessManagementLogoutOK) IsSuccess() bool

IsSuccess returns true when this identity access management logout o k response has a 2xx status code

func (*IdentityAccessManagementLogoutOK) String added in v1.0.2

type IdentityAccessManagementLogoutParams added in v1.0.2

type IdentityAccessManagementLogoutParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body swagger_models.AAAFrontendLogoutRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementLogoutParams contains all the parameters to send to the API endpoint

for the identity access management logout operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementLogoutParams added in v1.0.2

func NewIdentityAccessManagementLogoutParams() *IdentityAccessManagementLogoutParams

NewIdentityAccessManagementLogoutParams creates a new IdentityAccessManagementLogoutParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementLogoutParamsWithContext added in v1.0.2

func NewIdentityAccessManagementLogoutParamsWithContext(ctx context.Context) *IdentityAccessManagementLogoutParams

NewIdentityAccessManagementLogoutParamsWithContext creates a new IdentityAccessManagementLogoutParams object with the ability to set a context for a request.

func NewIdentityAccessManagementLogoutParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementLogoutParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementLogoutParams

NewIdentityAccessManagementLogoutParamsWithHTTPClient creates a new IdentityAccessManagementLogoutParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementLogoutParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementLogoutParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementLogoutParams

NewIdentityAccessManagementLogoutParamsWithTimeout creates a new IdentityAccessManagementLogoutParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementLogoutParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management logout params

func (*IdentityAccessManagementLogoutParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management logout params

func (*IdentityAccessManagementLogoutParams) SetDefaults added in v1.0.2

func (o *IdentityAccessManagementLogoutParams) SetDefaults()

SetDefaults hydrates default values in the identity access management logout params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementLogoutParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementLogoutParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management logout params

func (*IdentityAccessManagementLogoutParams) SetTimeout added in v1.0.2

func (o *IdentityAccessManagementLogoutParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the identity access management logout params

func (*IdentityAccessManagementLogoutParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementLogoutParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management logout params

func (*IdentityAccessManagementLogoutParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management logout params

func (*IdentityAccessManagementLogoutParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management logout params

func (*IdentityAccessManagementLogoutParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management logout params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementLogoutParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management logout params

func (*IdentityAccessManagementLogoutParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management logout params

func (*IdentityAccessManagementLogoutParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management logout params

func (*IdentityAccessManagementLogoutParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementLogoutReader added in v1.0.2

type IdentityAccessManagementLogoutReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementLogoutReader is a Reader for the IdentityAccessManagementLogout structure.

func (*IdentityAccessManagementLogoutReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementLogoutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementLogoutUnauthorized added in v1.0.2

type IdentityAccessManagementLogoutUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementLogoutUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementLogoutUnauthorized added in v1.0.2

func NewIdentityAccessManagementLogoutUnauthorized() *IdentityAccessManagementLogoutUnauthorized

NewIdentityAccessManagementLogoutUnauthorized creates a IdentityAccessManagementLogoutUnauthorized with default headers values

func (*IdentityAccessManagementLogoutUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementLogoutUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementLogoutUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management logout unauthorized response has a 4xx status code

func (*IdentityAccessManagementLogoutUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management logout unauthorized response a status code equal to that given

func (*IdentityAccessManagementLogoutUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management logout unauthorized response has a 3xx status code

func (*IdentityAccessManagementLogoutUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management logout unauthorized response has a 5xx status code

func (*IdentityAccessManagementLogoutUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management logout unauthorized response has a 2xx status code

func (*IdentityAccessManagementLogoutUnauthorized) String added in v1.0.2

type IdentityAccessManagementQueryAuthProfilesBadRequest added in v1.0.2

type IdentityAccessManagementQueryAuthProfilesBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryAuthProfilesBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of invalid value of filter parameters.

func NewIdentityAccessManagementQueryAuthProfilesBadRequest added in v1.0.2

func NewIdentityAccessManagementQueryAuthProfilesBadRequest() *IdentityAccessManagementQueryAuthProfilesBadRequest

NewIdentityAccessManagementQueryAuthProfilesBadRequest creates a IdentityAccessManagementQueryAuthProfilesBadRequest with default headers values

func (*IdentityAccessManagementQueryAuthProfilesBadRequest) Error added in v1.0.2

func (*IdentityAccessManagementQueryAuthProfilesBadRequest) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryAuthProfilesBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query auth profiles bad request response has a 4xx status code

func (*IdentityAccessManagementQueryAuthProfilesBadRequest) IsCode added in v1.0.2

IsCode returns true when this identity access management query auth profiles bad request response a status code equal to that given

func (*IdentityAccessManagementQueryAuthProfilesBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query auth profiles bad request response has a 3xx status code

func (*IdentityAccessManagementQueryAuthProfilesBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query auth profiles bad request response has a 5xx status code

func (*IdentityAccessManagementQueryAuthProfilesBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query auth profiles bad request response has a 2xx status code

func (*IdentityAccessManagementQueryAuthProfilesBadRequest) String added in v1.0.2

type IdentityAccessManagementQueryAuthProfilesDefault added in v1.0.2

type IdentityAccessManagementQueryAuthProfilesDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementQueryAuthProfilesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementQueryAuthProfilesDefault added in v1.0.2

func NewIdentityAccessManagementQueryAuthProfilesDefault(code int) *IdentityAccessManagementQueryAuthProfilesDefault

NewIdentityAccessManagementQueryAuthProfilesDefault creates a IdentityAccessManagementQueryAuthProfilesDefault with default headers values

func (*IdentityAccessManagementQueryAuthProfilesDefault) Code added in v1.0.2

Code gets the status code for the identity access management query auth profiles default response

func (*IdentityAccessManagementQueryAuthProfilesDefault) Error added in v1.0.2

func (*IdentityAccessManagementQueryAuthProfilesDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryAuthProfilesDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query auth profiles default response has a 4xx status code

func (*IdentityAccessManagementQueryAuthProfilesDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management query auth profiles default response a status code equal to that given

func (*IdentityAccessManagementQueryAuthProfilesDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query auth profiles default response has a 3xx status code

func (*IdentityAccessManagementQueryAuthProfilesDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query auth profiles default response has a 5xx status code

func (*IdentityAccessManagementQueryAuthProfilesDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query auth profiles default response has a 2xx status code

func (*IdentityAccessManagementQueryAuthProfilesDefault) String added in v1.0.2

type IdentityAccessManagementQueryAuthProfilesForbidden added in v1.0.2

type IdentityAccessManagementQueryAuthProfilesForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryAuthProfilesForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementQueryAuthProfilesForbidden added in v1.0.2

func NewIdentityAccessManagementQueryAuthProfilesForbidden() *IdentityAccessManagementQueryAuthProfilesForbidden

NewIdentityAccessManagementQueryAuthProfilesForbidden creates a IdentityAccessManagementQueryAuthProfilesForbidden with default headers values

func (*IdentityAccessManagementQueryAuthProfilesForbidden) Error added in v1.0.2

func (*IdentityAccessManagementQueryAuthProfilesForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryAuthProfilesForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query auth profiles forbidden response has a 4xx status code

func (*IdentityAccessManagementQueryAuthProfilesForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management query auth profiles forbidden response a status code equal to that given

func (*IdentityAccessManagementQueryAuthProfilesForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query auth profiles forbidden response has a 3xx status code

func (*IdentityAccessManagementQueryAuthProfilesForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query auth profiles forbidden response has a 5xx status code

func (*IdentityAccessManagementQueryAuthProfilesForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query auth profiles forbidden response has a 2xx status code

func (*IdentityAccessManagementQueryAuthProfilesForbidden) String added in v1.0.2

type IdentityAccessManagementQueryAuthProfilesGatewayTimeout added in v1.0.2

type IdentityAccessManagementQueryAuthProfilesGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryAuthProfilesGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementQueryAuthProfilesGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementQueryAuthProfilesGatewayTimeout() *IdentityAccessManagementQueryAuthProfilesGatewayTimeout

NewIdentityAccessManagementQueryAuthProfilesGatewayTimeout creates a IdentityAccessManagementQueryAuthProfilesGatewayTimeout with default headers values

func (*IdentityAccessManagementQueryAuthProfilesGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementQueryAuthProfilesGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryAuthProfilesGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query auth profiles gateway timeout response has a 4xx status code

func (*IdentityAccessManagementQueryAuthProfilesGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management query auth profiles gateway timeout response a status code equal to that given

func (*IdentityAccessManagementQueryAuthProfilesGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query auth profiles gateway timeout response has a 3xx status code

func (*IdentityAccessManagementQueryAuthProfilesGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query auth profiles gateway timeout response has a 5xx status code

func (*IdentityAccessManagementQueryAuthProfilesGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query auth profiles gateway timeout response has a 2xx status code

func (*IdentityAccessManagementQueryAuthProfilesGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementQueryAuthProfilesInternalServerError added in v1.0.2

type IdentityAccessManagementQueryAuthProfilesInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryAuthProfilesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementQueryAuthProfilesInternalServerError added in v1.0.2

func NewIdentityAccessManagementQueryAuthProfilesInternalServerError() *IdentityAccessManagementQueryAuthProfilesInternalServerError

NewIdentityAccessManagementQueryAuthProfilesInternalServerError creates a IdentityAccessManagementQueryAuthProfilesInternalServerError with default headers values

func (*IdentityAccessManagementQueryAuthProfilesInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementQueryAuthProfilesInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryAuthProfilesInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query auth profiles internal server error response has a 4xx status code

func (*IdentityAccessManagementQueryAuthProfilesInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management query auth profiles internal server error response a status code equal to that given

func (*IdentityAccessManagementQueryAuthProfilesInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query auth profiles internal server error response has a 3xx status code

func (*IdentityAccessManagementQueryAuthProfilesInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query auth profiles internal server error response has a 5xx status code

func (*IdentityAccessManagementQueryAuthProfilesInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query auth profiles internal server error response has a 2xx status code

func (*IdentityAccessManagementQueryAuthProfilesInternalServerError) String added in v1.0.2

type IdentityAccessManagementQueryAuthProfilesOK added in v1.0.2

type IdentityAccessManagementQueryAuthProfilesOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementQueryAuthProfilesOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementQueryAuthProfilesOK added in v1.0.2

func NewIdentityAccessManagementQueryAuthProfilesOK() *IdentityAccessManagementQueryAuthProfilesOK

NewIdentityAccessManagementQueryAuthProfilesOK creates a IdentityAccessManagementQueryAuthProfilesOK with default headers values

func (*IdentityAccessManagementQueryAuthProfilesOK) Error added in v1.0.2

func (*IdentityAccessManagementQueryAuthProfilesOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryAuthProfilesOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query auth profiles o k response has a 4xx status code

func (*IdentityAccessManagementQueryAuthProfilesOK) IsCode added in v1.0.2

IsCode returns true when this identity access management query auth profiles o k response a status code equal to that given

func (*IdentityAccessManagementQueryAuthProfilesOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query auth profiles o k response has a 3xx status code

func (*IdentityAccessManagementQueryAuthProfilesOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query auth profiles o k response has a 5xx status code

func (*IdentityAccessManagementQueryAuthProfilesOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query auth profiles o k response has a 2xx status code

func (*IdentityAccessManagementQueryAuthProfilesOK) String added in v1.0.2

type IdentityAccessManagementQueryAuthProfilesParams added in v1.0.2

type IdentityAccessManagementQueryAuthProfilesParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// FilterAll.
	FilterAll *bool

	// FilterEntpstate.
	FilterEntpstate *string

	// FilterHubspotid.
	FilterHubspotid *string

	// FilterNamePattern.
	FilterNamePattern *string

	// FilterProjectid.
	FilterProjectid []string

	// FilterRoleName.
	FilterRoleName *string

	// FilterSfdcid.
	FilterSfdcid *string

	// FilterUserstate.
	FilterUserstate *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy []string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	// Summary.
	Summary *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementQueryAuthProfilesParams contains all the parameters to send to the API endpoint

for the identity access management query auth profiles operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementQueryAuthProfilesParams added in v1.0.2

func NewIdentityAccessManagementQueryAuthProfilesParams() *IdentityAccessManagementQueryAuthProfilesParams

NewIdentityAccessManagementQueryAuthProfilesParams creates a new IdentityAccessManagementQueryAuthProfilesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementQueryAuthProfilesParamsWithContext added in v1.0.2

func NewIdentityAccessManagementQueryAuthProfilesParamsWithContext(ctx context.Context) *IdentityAccessManagementQueryAuthProfilesParams

NewIdentityAccessManagementQueryAuthProfilesParamsWithContext creates a new IdentityAccessManagementQueryAuthProfilesParams object with the ability to set a context for a request.

func NewIdentityAccessManagementQueryAuthProfilesParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementQueryAuthProfilesParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementQueryAuthProfilesParams

NewIdentityAccessManagementQueryAuthProfilesParamsWithHTTPClient creates a new IdentityAccessManagementQueryAuthProfilesParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementQueryAuthProfilesParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementQueryAuthProfilesParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementQueryAuthProfilesParams

NewIdentityAccessManagementQueryAuthProfilesParamsWithTimeout creates a new IdentityAccessManagementQueryAuthProfilesParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementQueryAuthProfilesParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management query auth profiles params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementQueryAuthProfilesParams) SetFilterAll added in v1.0.2

func (o *IdentityAccessManagementQueryAuthProfilesParams) SetFilterAll(filterAll *bool)

SetFilterAll adds the filterAll to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) SetFilterEntpstate added in v1.0.2

func (o *IdentityAccessManagementQueryAuthProfilesParams) SetFilterEntpstate(filterEntpstate *string)

SetFilterEntpstate adds the filterEntpstate to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) SetFilterHubspotid added in v1.0.2

func (o *IdentityAccessManagementQueryAuthProfilesParams) SetFilterHubspotid(filterHubspotid *string)

SetFilterHubspotid adds the filterHubspotid to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) SetFilterNamePattern added in v1.0.2

func (o *IdentityAccessManagementQueryAuthProfilesParams) SetFilterNamePattern(filterNamePattern *string)

SetFilterNamePattern adds the filterNamePattern to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) SetFilterProjectid added in v1.0.2

func (o *IdentityAccessManagementQueryAuthProfilesParams) SetFilterProjectid(filterProjectid []string)

SetFilterProjectid adds the filterProjectid to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) SetFilterRoleName added in v1.0.2

func (o *IdentityAccessManagementQueryAuthProfilesParams) SetFilterRoleName(filterRoleName *string)

SetFilterRoleName adds the filterRoleName to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) SetFilterSfdcid added in v1.0.2

func (o *IdentityAccessManagementQueryAuthProfilesParams) SetFilterSfdcid(filterSfdcid *string)

SetFilterSfdcid adds the filterSfdcid to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) SetFilterUserstate added in v1.0.2

func (o *IdentityAccessManagementQueryAuthProfilesParams) SetFilterUserstate(filterUserstate *string)

SetFilterUserstate adds the filterUserstate to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) SetNextOrderBy added in v1.0.2

func (o *IdentityAccessManagementQueryAuthProfilesParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) SetNextPageNum added in v1.0.2

func (o *IdentityAccessManagementQueryAuthProfilesParams) SetNextPageNum(nextPageNum *int64)

SetNextPageNum adds the nextPageNum to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) SetNextPageSize added in v1.0.2

func (o *IdentityAccessManagementQueryAuthProfilesParams) SetNextPageSize(nextPageSize *int64)

SetNextPageSize adds the nextPageSize to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) SetNextPageToken added in v1.0.2

func (o *IdentityAccessManagementQueryAuthProfilesParams) SetNextPageToken(nextPageToken *string)

SetNextPageToken adds the nextPageToken to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) SetNextTotalPages added in v1.0.2

func (o *IdentityAccessManagementQueryAuthProfilesParams) SetNextTotalPages(nextTotalPages *int64)

SetNextTotalPages adds the nextTotalPages to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) SetSummary added in v1.0.2

func (o *IdentityAccessManagementQueryAuthProfilesParams) SetSummary(summary *bool)

SetSummary adds the summary to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementQueryAuthProfilesParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management query auth profiles params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementQueryAuthProfilesParams) WithFilterAll added in v1.0.2

WithFilterAll adds the filterAll to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WithFilterEntpstate added in v1.0.2

WithFilterEntpstate adds the filterEntpstate to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WithFilterHubspotid added in v1.0.2

WithFilterHubspotid adds the filterHubspotid to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WithFilterNamePattern added in v1.0.2

WithFilterNamePattern adds the filterNamePattern to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WithFilterProjectid added in v1.0.2

WithFilterProjectid adds the filterProjectid to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WithFilterRoleName added in v1.0.2

WithFilterRoleName adds the filterRoleName to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WithFilterSfdcid added in v1.0.2

WithFilterSfdcid adds the filterSfdcid to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WithFilterUserstate added in v1.0.2

WithFilterUserstate adds the filterUserstate to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WithSummary added in v1.0.2

WithSummary adds the summary to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management query auth profiles params

func (*IdentityAccessManagementQueryAuthProfilesParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementQueryAuthProfilesReader added in v1.0.2

type IdentityAccessManagementQueryAuthProfilesReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementQueryAuthProfilesReader is a Reader for the IdentityAccessManagementQueryAuthProfiles structure.

func (*IdentityAccessManagementQueryAuthProfilesReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementQueryAuthProfilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementQueryAuthProfilesUnauthorized added in v1.0.2

type IdentityAccessManagementQueryAuthProfilesUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryAuthProfilesUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementQueryAuthProfilesUnauthorized added in v1.0.2

func NewIdentityAccessManagementQueryAuthProfilesUnauthorized() *IdentityAccessManagementQueryAuthProfilesUnauthorized

NewIdentityAccessManagementQueryAuthProfilesUnauthorized creates a IdentityAccessManagementQueryAuthProfilesUnauthorized with default headers values

func (*IdentityAccessManagementQueryAuthProfilesUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementQueryAuthProfilesUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryAuthProfilesUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query auth profiles unauthorized response has a 4xx status code

func (*IdentityAccessManagementQueryAuthProfilesUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management query auth profiles unauthorized response a status code equal to that given

func (*IdentityAccessManagementQueryAuthProfilesUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query auth profiles unauthorized response has a 3xx status code

func (*IdentityAccessManagementQueryAuthProfilesUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query auth profiles unauthorized response has a 5xx status code

func (*IdentityAccessManagementQueryAuthProfilesUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query auth profiles unauthorized response has a 2xx status code

func (*IdentityAccessManagementQueryAuthProfilesUnauthorized) String added in v1.0.2

type IdentityAccessManagementQueryEnterprisesBadRequest added in v1.0.2

type IdentityAccessManagementQueryEnterprisesBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryEnterprisesBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of invalid value of filter parameters.

func NewIdentityAccessManagementQueryEnterprisesBadRequest added in v1.0.2

func NewIdentityAccessManagementQueryEnterprisesBadRequest() *IdentityAccessManagementQueryEnterprisesBadRequest

NewIdentityAccessManagementQueryEnterprisesBadRequest creates a IdentityAccessManagementQueryEnterprisesBadRequest with default headers values

func (*IdentityAccessManagementQueryEnterprisesBadRequest) Error added in v1.0.2

func (*IdentityAccessManagementQueryEnterprisesBadRequest) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryEnterprisesBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query enterprises bad request response has a 4xx status code

func (*IdentityAccessManagementQueryEnterprisesBadRequest) IsCode added in v1.0.2

IsCode returns true when this identity access management query enterprises bad request response a status code equal to that given

func (*IdentityAccessManagementQueryEnterprisesBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query enterprises bad request response has a 3xx status code

func (*IdentityAccessManagementQueryEnterprisesBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query enterprises bad request response has a 5xx status code

func (*IdentityAccessManagementQueryEnterprisesBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query enterprises bad request response has a 2xx status code

func (*IdentityAccessManagementQueryEnterprisesBadRequest) String added in v1.0.2

type IdentityAccessManagementQueryEnterprisesDefault added in v1.0.2

type IdentityAccessManagementQueryEnterprisesDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementQueryEnterprisesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementQueryEnterprisesDefault added in v1.0.2

func NewIdentityAccessManagementQueryEnterprisesDefault(code int) *IdentityAccessManagementQueryEnterprisesDefault

NewIdentityAccessManagementQueryEnterprisesDefault creates a IdentityAccessManagementQueryEnterprisesDefault with default headers values

func (*IdentityAccessManagementQueryEnterprisesDefault) Code added in v1.0.2

Code gets the status code for the identity access management query enterprises default response

func (*IdentityAccessManagementQueryEnterprisesDefault) Error added in v1.0.2

func (*IdentityAccessManagementQueryEnterprisesDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryEnterprisesDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query enterprises default response has a 4xx status code

func (*IdentityAccessManagementQueryEnterprisesDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management query enterprises default response a status code equal to that given

func (*IdentityAccessManagementQueryEnterprisesDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query enterprises default response has a 3xx status code

func (*IdentityAccessManagementQueryEnterprisesDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query enterprises default response has a 5xx status code

func (*IdentityAccessManagementQueryEnterprisesDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query enterprises default response has a 2xx status code

func (*IdentityAccessManagementQueryEnterprisesDefault) String added in v1.0.2

type IdentityAccessManagementQueryEnterprisesForbidden added in v1.0.2

type IdentityAccessManagementQueryEnterprisesForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryEnterprisesForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementQueryEnterprisesForbidden added in v1.0.2

func NewIdentityAccessManagementQueryEnterprisesForbidden() *IdentityAccessManagementQueryEnterprisesForbidden

NewIdentityAccessManagementQueryEnterprisesForbidden creates a IdentityAccessManagementQueryEnterprisesForbidden with default headers values

func (*IdentityAccessManagementQueryEnterprisesForbidden) Error added in v1.0.2

func (*IdentityAccessManagementQueryEnterprisesForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryEnterprisesForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query enterprises forbidden response has a 4xx status code

func (*IdentityAccessManagementQueryEnterprisesForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management query enterprises forbidden response a status code equal to that given

func (*IdentityAccessManagementQueryEnterprisesForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query enterprises forbidden response has a 3xx status code

func (*IdentityAccessManagementQueryEnterprisesForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query enterprises forbidden response has a 5xx status code

func (*IdentityAccessManagementQueryEnterprisesForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query enterprises forbidden response has a 2xx status code

func (*IdentityAccessManagementQueryEnterprisesForbidden) String added in v1.0.2

type IdentityAccessManagementQueryEnterprisesGatewayTimeout added in v1.0.2

type IdentityAccessManagementQueryEnterprisesGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryEnterprisesGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementQueryEnterprisesGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementQueryEnterprisesGatewayTimeout() *IdentityAccessManagementQueryEnterprisesGatewayTimeout

NewIdentityAccessManagementQueryEnterprisesGatewayTimeout creates a IdentityAccessManagementQueryEnterprisesGatewayTimeout with default headers values

func (*IdentityAccessManagementQueryEnterprisesGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementQueryEnterprisesGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryEnterprisesGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query enterprises gateway timeout response has a 4xx status code

func (*IdentityAccessManagementQueryEnterprisesGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management query enterprises gateway timeout response a status code equal to that given

func (*IdentityAccessManagementQueryEnterprisesGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query enterprises gateway timeout response has a 3xx status code

func (*IdentityAccessManagementQueryEnterprisesGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query enterprises gateway timeout response has a 5xx status code

func (*IdentityAccessManagementQueryEnterprisesGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query enterprises gateway timeout response has a 2xx status code

func (*IdentityAccessManagementQueryEnterprisesGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementQueryEnterprisesInternalServerError added in v1.0.2

type IdentityAccessManagementQueryEnterprisesInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryEnterprisesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementQueryEnterprisesInternalServerError added in v1.0.2

func NewIdentityAccessManagementQueryEnterprisesInternalServerError() *IdentityAccessManagementQueryEnterprisesInternalServerError

NewIdentityAccessManagementQueryEnterprisesInternalServerError creates a IdentityAccessManagementQueryEnterprisesInternalServerError with default headers values

func (*IdentityAccessManagementQueryEnterprisesInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementQueryEnterprisesInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryEnterprisesInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query enterprises internal server error response has a 4xx status code

func (*IdentityAccessManagementQueryEnterprisesInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management query enterprises internal server error response a status code equal to that given

func (*IdentityAccessManagementQueryEnterprisesInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query enterprises internal server error response has a 3xx status code

func (*IdentityAccessManagementQueryEnterprisesInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query enterprises internal server error response has a 5xx status code

func (*IdentityAccessManagementQueryEnterprisesInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query enterprises internal server error response has a 2xx status code

func (*IdentityAccessManagementQueryEnterprisesInternalServerError) String added in v1.0.2

type IdentityAccessManagementQueryEnterprisesOK added in v1.0.2

type IdentityAccessManagementQueryEnterprisesOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementQueryEnterprisesOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementQueryEnterprisesOK added in v1.0.2

func NewIdentityAccessManagementQueryEnterprisesOK() *IdentityAccessManagementQueryEnterprisesOK

NewIdentityAccessManagementQueryEnterprisesOK creates a IdentityAccessManagementQueryEnterprisesOK with default headers values

func (*IdentityAccessManagementQueryEnterprisesOK) Error added in v1.0.2

func (*IdentityAccessManagementQueryEnterprisesOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryEnterprisesOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query enterprises o k response has a 4xx status code

func (*IdentityAccessManagementQueryEnterprisesOK) IsCode added in v1.0.2

IsCode returns true when this identity access management query enterprises o k response a status code equal to that given

func (*IdentityAccessManagementQueryEnterprisesOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query enterprises o k response has a 3xx status code

func (*IdentityAccessManagementQueryEnterprisesOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query enterprises o k response has a 5xx status code

func (*IdentityAccessManagementQueryEnterprisesOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query enterprises o k response has a 2xx status code

func (*IdentityAccessManagementQueryEnterprisesOK) String added in v1.0.2

type IdentityAccessManagementQueryEnterprisesParams added in v1.0.2

type IdentityAccessManagementQueryEnterprisesParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// FilterAll.
	FilterAll *bool

	// FilterEntpstate.
	FilterEntpstate *string

	// FilterHubspotid.
	FilterHubspotid *string

	// FilterNamePattern.
	FilterNamePattern *string

	// FilterProjectid.
	FilterProjectid []string

	// FilterRoleName.
	FilterRoleName *string

	// FilterSfdcid.
	FilterSfdcid *string

	// FilterUserstate.
	FilterUserstate *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy []string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	// Summary.
	Summary *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementQueryEnterprisesParams contains all the parameters to send to the API endpoint

for the identity access management query enterprises operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementQueryEnterprisesParams added in v1.0.2

func NewIdentityAccessManagementQueryEnterprisesParams() *IdentityAccessManagementQueryEnterprisesParams

NewIdentityAccessManagementQueryEnterprisesParams creates a new IdentityAccessManagementQueryEnterprisesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementQueryEnterprisesParamsWithContext added in v1.0.2

func NewIdentityAccessManagementQueryEnterprisesParamsWithContext(ctx context.Context) *IdentityAccessManagementQueryEnterprisesParams

NewIdentityAccessManagementQueryEnterprisesParamsWithContext creates a new IdentityAccessManagementQueryEnterprisesParams object with the ability to set a context for a request.

func NewIdentityAccessManagementQueryEnterprisesParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementQueryEnterprisesParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementQueryEnterprisesParams

NewIdentityAccessManagementQueryEnterprisesParamsWithHTTPClient creates a new IdentityAccessManagementQueryEnterprisesParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementQueryEnterprisesParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementQueryEnterprisesParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementQueryEnterprisesParams

NewIdentityAccessManagementQueryEnterprisesParamsWithTimeout creates a new IdentityAccessManagementQueryEnterprisesParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementQueryEnterprisesParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management query enterprises params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementQueryEnterprisesParams) SetFilterAll added in v1.0.2

func (o *IdentityAccessManagementQueryEnterprisesParams) SetFilterAll(filterAll *bool)

SetFilterAll adds the filterAll to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) SetFilterEntpstate added in v1.0.2

func (o *IdentityAccessManagementQueryEnterprisesParams) SetFilterEntpstate(filterEntpstate *string)

SetFilterEntpstate adds the filterEntpstate to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) SetFilterHubspotid added in v1.0.2

func (o *IdentityAccessManagementQueryEnterprisesParams) SetFilterHubspotid(filterHubspotid *string)

SetFilterHubspotid adds the filterHubspotid to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) SetFilterNamePattern added in v1.0.2

func (o *IdentityAccessManagementQueryEnterprisesParams) SetFilterNamePattern(filterNamePattern *string)

SetFilterNamePattern adds the filterNamePattern to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) SetFilterProjectid added in v1.0.2

func (o *IdentityAccessManagementQueryEnterprisesParams) SetFilterProjectid(filterProjectid []string)

SetFilterProjectid adds the filterProjectid to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) SetFilterRoleName added in v1.0.2

func (o *IdentityAccessManagementQueryEnterprisesParams) SetFilterRoleName(filterRoleName *string)

SetFilterRoleName adds the filterRoleName to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) SetFilterSfdcid added in v1.0.2

func (o *IdentityAccessManagementQueryEnterprisesParams) SetFilterSfdcid(filterSfdcid *string)

SetFilterSfdcid adds the filterSfdcid to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) SetFilterUserstate added in v1.0.2

func (o *IdentityAccessManagementQueryEnterprisesParams) SetFilterUserstate(filterUserstate *string)

SetFilterUserstate adds the filterUserstate to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) SetNextOrderBy added in v1.0.2

func (o *IdentityAccessManagementQueryEnterprisesParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) SetNextPageNum added in v1.0.2

func (o *IdentityAccessManagementQueryEnterprisesParams) SetNextPageNum(nextPageNum *int64)

SetNextPageNum adds the nextPageNum to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) SetNextPageSize added in v1.0.2

func (o *IdentityAccessManagementQueryEnterprisesParams) SetNextPageSize(nextPageSize *int64)

SetNextPageSize adds the nextPageSize to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) SetNextPageToken added in v1.0.2

func (o *IdentityAccessManagementQueryEnterprisesParams) SetNextPageToken(nextPageToken *string)

SetNextPageToken adds the nextPageToken to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) SetNextTotalPages added in v1.0.2

func (o *IdentityAccessManagementQueryEnterprisesParams) SetNextTotalPages(nextTotalPages *int64)

SetNextTotalPages adds the nextTotalPages to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) SetSummary added in v1.0.2

func (o *IdentityAccessManagementQueryEnterprisesParams) SetSummary(summary *bool)

SetSummary adds the summary to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementQueryEnterprisesParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management query enterprises params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementQueryEnterprisesParams) WithFilterAll added in v1.0.2

WithFilterAll adds the filterAll to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WithFilterEntpstate added in v1.0.2

WithFilterEntpstate adds the filterEntpstate to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WithFilterHubspotid added in v1.0.2

WithFilterHubspotid adds the filterHubspotid to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WithFilterNamePattern added in v1.0.2

WithFilterNamePattern adds the filterNamePattern to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WithFilterProjectid added in v1.0.2

WithFilterProjectid adds the filterProjectid to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WithFilterRoleName added in v1.0.2

WithFilterRoleName adds the filterRoleName to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WithFilterSfdcid added in v1.0.2

WithFilterSfdcid adds the filterSfdcid to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WithFilterUserstate added in v1.0.2

WithFilterUserstate adds the filterUserstate to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WithSummary added in v1.0.2

WithSummary adds the summary to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management query enterprises params

func (*IdentityAccessManagementQueryEnterprisesParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementQueryEnterprisesReader added in v1.0.2

type IdentityAccessManagementQueryEnterprisesReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementQueryEnterprisesReader is a Reader for the IdentityAccessManagementQueryEnterprises structure.

func (*IdentityAccessManagementQueryEnterprisesReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementQueryEnterprisesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementQueryEnterprisesUnauthorized added in v1.0.2

type IdentityAccessManagementQueryEnterprisesUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryEnterprisesUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementQueryEnterprisesUnauthorized added in v1.0.2

func NewIdentityAccessManagementQueryEnterprisesUnauthorized() *IdentityAccessManagementQueryEnterprisesUnauthorized

NewIdentityAccessManagementQueryEnterprisesUnauthorized creates a IdentityAccessManagementQueryEnterprisesUnauthorized with default headers values

func (*IdentityAccessManagementQueryEnterprisesUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementQueryEnterprisesUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryEnterprisesUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query enterprises unauthorized response has a 4xx status code

func (*IdentityAccessManagementQueryEnterprisesUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management query enterprises unauthorized response a status code equal to that given

func (*IdentityAccessManagementQueryEnterprisesUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query enterprises unauthorized response has a 3xx status code

func (*IdentityAccessManagementQueryEnterprisesUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query enterprises unauthorized response has a 5xx status code

func (*IdentityAccessManagementQueryEnterprisesUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query enterprises unauthorized response has a 2xx status code

func (*IdentityAccessManagementQueryEnterprisesUnauthorized) String added in v1.0.2

type IdentityAccessManagementQueryRealmsBadRequest added in v1.0.2

type IdentityAccessManagementQueryRealmsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryRealmsBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of invalid value of filter parameters.

func NewIdentityAccessManagementQueryRealmsBadRequest added in v1.0.2

func NewIdentityAccessManagementQueryRealmsBadRequest() *IdentityAccessManagementQueryRealmsBadRequest

NewIdentityAccessManagementQueryRealmsBadRequest creates a IdentityAccessManagementQueryRealmsBadRequest with default headers values

func (*IdentityAccessManagementQueryRealmsBadRequest) Error added in v1.0.2

func (*IdentityAccessManagementQueryRealmsBadRequest) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryRealmsBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query realms bad request response has a 4xx status code

func (*IdentityAccessManagementQueryRealmsBadRequest) IsCode added in v1.0.2

IsCode returns true when this identity access management query realms bad request response a status code equal to that given

func (*IdentityAccessManagementQueryRealmsBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query realms bad request response has a 3xx status code

func (*IdentityAccessManagementQueryRealmsBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query realms bad request response has a 5xx status code

func (*IdentityAccessManagementQueryRealmsBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query realms bad request response has a 2xx status code

func (*IdentityAccessManagementQueryRealmsBadRequest) String added in v1.0.2

type IdentityAccessManagementQueryRealmsDefault added in v1.0.2

type IdentityAccessManagementQueryRealmsDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementQueryRealmsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementQueryRealmsDefault added in v1.0.2

func NewIdentityAccessManagementQueryRealmsDefault(code int) *IdentityAccessManagementQueryRealmsDefault

NewIdentityAccessManagementQueryRealmsDefault creates a IdentityAccessManagementQueryRealmsDefault with default headers values

func (*IdentityAccessManagementQueryRealmsDefault) Code added in v1.0.2

Code gets the status code for the identity access management query realms default response

func (*IdentityAccessManagementQueryRealmsDefault) Error added in v1.0.2

func (*IdentityAccessManagementQueryRealmsDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryRealmsDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query realms default response has a 4xx status code

func (*IdentityAccessManagementQueryRealmsDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management query realms default response a status code equal to that given

func (*IdentityAccessManagementQueryRealmsDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query realms default response has a 3xx status code

func (*IdentityAccessManagementQueryRealmsDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query realms default response has a 5xx status code

func (*IdentityAccessManagementQueryRealmsDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query realms default response has a 2xx status code

func (*IdentityAccessManagementQueryRealmsDefault) String added in v1.0.2

type IdentityAccessManagementQueryRealmsForbidden added in v1.0.2

type IdentityAccessManagementQueryRealmsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryRealmsForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementQueryRealmsForbidden added in v1.0.2

func NewIdentityAccessManagementQueryRealmsForbidden() *IdentityAccessManagementQueryRealmsForbidden

NewIdentityAccessManagementQueryRealmsForbidden creates a IdentityAccessManagementQueryRealmsForbidden with default headers values

func (*IdentityAccessManagementQueryRealmsForbidden) Error added in v1.0.2

func (*IdentityAccessManagementQueryRealmsForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryRealmsForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query realms forbidden response has a 4xx status code

func (*IdentityAccessManagementQueryRealmsForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management query realms forbidden response a status code equal to that given

func (*IdentityAccessManagementQueryRealmsForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query realms forbidden response has a 3xx status code

func (*IdentityAccessManagementQueryRealmsForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query realms forbidden response has a 5xx status code

func (*IdentityAccessManagementQueryRealmsForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query realms forbidden response has a 2xx status code

func (*IdentityAccessManagementQueryRealmsForbidden) String added in v1.0.2

type IdentityAccessManagementQueryRealmsGatewayTimeout added in v1.0.2

type IdentityAccessManagementQueryRealmsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryRealmsGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementQueryRealmsGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementQueryRealmsGatewayTimeout() *IdentityAccessManagementQueryRealmsGatewayTimeout

NewIdentityAccessManagementQueryRealmsGatewayTimeout creates a IdentityAccessManagementQueryRealmsGatewayTimeout with default headers values

func (*IdentityAccessManagementQueryRealmsGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementQueryRealmsGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryRealmsGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query realms gateway timeout response has a 4xx status code

func (*IdentityAccessManagementQueryRealmsGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management query realms gateway timeout response a status code equal to that given

func (*IdentityAccessManagementQueryRealmsGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query realms gateway timeout response has a 3xx status code

func (*IdentityAccessManagementQueryRealmsGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query realms gateway timeout response has a 5xx status code

func (*IdentityAccessManagementQueryRealmsGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query realms gateway timeout response has a 2xx status code

func (*IdentityAccessManagementQueryRealmsGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementQueryRealmsInternalServerError added in v1.0.2

type IdentityAccessManagementQueryRealmsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryRealmsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementQueryRealmsInternalServerError added in v1.0.2

func NewIdentityAccessManagementQueryRealmsInternalServerError() *IdentityAccessManagementQueryRealmsInternalServerError

NewIdentityAccessManagementQueryRealmsInternalServerError creates a IdentityAccessManagementQueryRealmsInternalServerError with default headers values

func (*IdentityAccessManagementQueryRealmsInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementQueryRealmsInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryRealmsInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query realms internal server error response has a 4xx status code

func (*IdentityAccessManagementQueryRealmsInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management query realms internal server error response a status code equal to that given

func (*IdentityAccessManagementQueryRealmsInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query realms internal server error response has a 3xx status code

func (*IdentityAccessManagementQueryRealmsInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query realms internal server error response has a 5xx status code

func (*IdentityAccessManagementQueryRealmsInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query realms internal server error response has a 2xx status code

func (*IdentityAccessManagementQueryRealmsInternalServerError) String added in v1.0.2

type IdentityAccessManagementQueryRealmsOK added in v1.0.2

type IdentityAccessManagementQueryRealmsOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementQueryRealmsOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementQueryRealmsOK added in v1.0.2

func NewIdentityAccessManagementQueryRealmsOK() *IdentityAccessManagementQueryRealmsOK

NewIdentityAccessManagementQueryRealmsOK creates a IdentityAccessManagementQueryRealmsOK with default headers values

func (*IdentityAccessManagementQueryRealmsOK) Error added in v1.0.2

func (*IdentityAccessManagementQueryRealmsOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryRealmsOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsOK) IsClientError() bool

IsClientError returns true when this identity access management query realms o k response has a 4xx status code

func (*IdentityAccessManagementQueryRealmsOK) IsCode added in v1.0.2

IsCode returns true when this identity access management query realms o k response a status code equal to that given

func (*IdentityAccessManagementQueryRealmsOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query realms o k response has a 3xx status code

func (*IdentityAccessManagementQueryRealmsOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsOK) IsServerError() bool

IsServerError returns true when this identity access management query realms o k response has a 5xx status code

func (*IdentityAccessManagementQueryRealmsOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query realms o k response has a 2xx status code

func (*IdentityAccessManagementQueryRealmsOK) String added in v1.0.2

type IdentityAccessManagementQueryRealmsParams added in v1.0.2

type IdentityAccessManagementQueryRealmsParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// FilterAll.
	FilterAll *bool

	// FilterEntpstate.
	FilterEntpstate *string

	// FilterHubspotid.
	FilterHubspotid *string

	// FilterNamePattern.
	FilterNamePattern *string

	// FilterProjectid.
	FilterProjectid []string

	// FilterRoleName.
	FilterRoleName *string

	// FilterSfdcid.
	FilterSfdcid *string

	// FilterUserstate.
	FilterUserstate *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy []string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	// Summary.
	Summary *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementQueryRealmsParams contains all the parameters to send to the API endpoint

for the identity access management query realms operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementQueryRealmsParams added in v1.0.2

func NewIdentityAccessManagementQueryRealmsParams() *IdentityAccessManagementQueryRealmsParams

NewIdentityAccessManagementQueryRealmsParams creates a new IdentityAccessManagementQueryRealmsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementQueryRealmsParamsWithContext added in v1.0.2

func NewIdentityAccessManagementQueryRealmsParamsWithContext(ctx context.Context) *IdentityAccessManagementQueryRealmsParams

NewIdentityAccessManagementQueryRealmsParamsWithContext creates a new IdentityAccessManagementQueryRealmsParams object with the ability to set a context for a request.

func NewIdentityAccessManagementQueryRealmsParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementQueryRealmsParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementQueryRealmsParams

NewIdentityAccessManagementQueryRealmsParamsWithHTTPClient creates a new IdentityAccessManagementQueryRealmsParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementQueryRealmsParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementQueryRealmsParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementQueryRealmsParams

NewIdentityAccessManagementQueryRealmsParamsWithTimeout creates a new IdentityAccessManagementQueryRealmsParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementQueryRealmsParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management query realms params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementQueryRealmsParams) SetFilterAll added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsParams) SetFilterAll(filterAll *bool)

SetFilterAll adds the filterAll to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) SetFilterEntpstate added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsParams) SetFilterEntpstate(filterEntpstate *string)

SetFilterEntpstate adds the filterEntpstate to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) SetFilterHubspotid added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsParams) SetFilterHubspotid(filterHubspotid *string)

SetFilterHubspotid adds the filterHubspotid to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) SetFilterNamePattern added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsParams) SetFilterNamePattern(filterNamePattern *string)

SetFilterNamePattern adds the filterNamePattern to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) SetFilterProjectid added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsParams) SetFilterProjectid(filterProjectid []string)

SetFilterProjectid adds the filterProjectid to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) SetFilterRoleName added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsParams) SetFilterRoleName(filterRoleName *string)

SetFilterRoleName adds the filterRoleName to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) SetFilterSfdcid added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsParams) SetFilterSfdcid(filterSfdcid *string)

SetFilterSfdcid adds the filterSfdcid to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) SetFilterUserstate added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsParams) SetFilterUserstate(filterUserstate *string)

SetFilterUserstate adds the filterUserstate to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) SetNextOrderBy added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) SetNextPageNum added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsParams) SetNextPageNum(nextPageNum *int64)

SetNextPageNum adds the nextPageNum to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) SetNextPageSize added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsParams) SetNextPageSize(nextPageSize *int64)

SetNextPageSize adds the nextPageSize to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) SetNextPageToken added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsParams) SetNextPageToken(nextPageToken *string)

SetNextPageToken adds the nextPageToken to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) SetNextTotalPages added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsParams) SetNextTotalPages(nextTotalPages *int64)

SetNextTotalPages adds the nextTotalPages to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) SetSummary added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsParams) SetSummary(summary *bool)

SetSummary adds the summary to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management query realms params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementQueryRealmsParams) WithFilterAll added in v1.0.2

WithFilterAll adds the filterAll to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WithFilterEntpstate added in v1.0.2

WithFilterEntpstate adds the filterEntpstate to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WithFilterHubspotid added in v1.0.2

WithFilterHubspotid adds the filterHubspotid to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WithFilterNamePattern added in v1.0.2

WithFilterNamePattern adds the filterNamePattern to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WithFilterProjectid added in v1.0.2

WithFilterProjectid adds the filterProjectid to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WithFilterRoleName added in v1.0.2

WithFilterRoleName adds the filterRoleName to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WithFilterSfdcid added in v1.0.2

WithFilterSfdcid adds the filterSfdcid to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WithFilterUserstate added in v1.0.2

WithFilterUserstate adds the filterUserstate to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WithSummary added in v1.0.2

WithSummary adds the summary to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management query realms params

func (*IdentityAccessManagementQueryRealmsParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementQueryRealmsReader added in v1.0.2

type IdentityAccessManagementQueryRealmsReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementQueryRealmsReader is a Reader for the IdentityAccessManagementQueryRealms structure.

func (*IdentityAccessManagementQueryRealmsReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementQueryRealmsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementQueryRealmsUnauthorized added in v1.0.2

type IdentityAccessManagementQueryRealmsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryRealmsUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementQueryRealmsUnauthorized added in v1.0.2

func NewIdentityAccessManagementQueryRealmsUnauthorized() *IdentityAccessManagementQueryRealmsUnauthorized

NewIdentityAccessManagementQueryRealmsUnauthorized creates a IdentityAccessManagementQueryRealmsUnauthorized with default headers values

func (*IdentityAccessManagementQueryRealmsUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementQueryRealmsUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryRealmsUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query realms unauthorized response has a 4xx status code

func (*IdentityAccessManagementQueryRealmsUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management query realms unauthorized response a status code equal to that given

func (*IdentityAccessManagementQueryRealmsUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query realms unauthorized response has a 3xx status code

func (*IdentityAccessManagementQueryRealmsUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query realms unauthorized response has a 5xx status code

func (*IdentityAccessManagementQueryRealmsUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query realms unauthorized response has a 2xx status code

func (*IdentityAccessManagementQueryRealmsUnauthorized) String added in v1.0.2

type IdentityAccessManagementQueryRolesBadRequest added in v1.0.2

type IdentityAccessManagementQueryRolesBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryRolesBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of invalid value of filter parameters.

func NewIdentityAccessManagementQueryRolesBadRequest added in v1.0.2

func NewIdentityAccessManagementQueryRolesBadRequest() *IdentityAccessManagementQueryRolesBadRequest

NewIdentityAccessManagementQueryRolesBadRequest creates a IdentityAccessManagementQueryRolesBadRequest with default headers values

func (*IdentityAccessManagementQueryRolesBadRequest) Error added in v1.0.2

func (*IdentityAccessManagementQueryRolesBadRequest) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryRolesBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query roles bad request response has a 4xx status code

func (*IdentityAccessManagementQueryRolesBadRequest) IsCode added in v1.0.2

IsCode returns true when this identity access management query roles bad request response a status code equal to that given

func (*IdentityAccessManagementQueryRolesBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query roles bad request response has a 3xx status code

func (*IdentityAccessManagementQueryRolesBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query roles bad request response has a 5xx status code

func (*IdentityAccessManagementQueryRolesBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query roles bad request response has a 2xx status code

func (*IdentityAccessManagementQueryRolesBadRequest) String added in v1.0.2

type IdentityAccessManagementQueryRolesDefault added in v1.0.2

type IdentityAccessManagementQueryRolesDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementQueryRolesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementQueryRolesDefault added in v1.0.2

func NewIdentityAccessManagementQueryRolesDefault(code int) *IdentityAccessManagementQueryRolesDefault

NewIdentityAccessManagementQueryRolesDefault creates a IdentityAccessManagementQueryRolesDefault with default headers values

func (*IdentityAccessManagementQueryRolesDefault) Code added in v1.0.2

Code gets the status code for the identity access management query roles default response

func (*IdentityAccessManagementQueryRolesDefault) Error added in v1.0.2

func (*IdentityAccessManagementQueryRolesDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryRolesDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query roles default response has a 4xx status code

func (*IdentityAccessManagementQueryRolesDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management query roles default response a status code equal to that given

func (*IdentityAccessManagementQueryRolesDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query roles default response has a 3xx status code

func (*IdentityAccessManagementQueryRolesDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query roles default response has a 5xx status code

func (*IdentityAccessManagementQueryRolesDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query roles default response has a 2xx status code

func (*IdentityAccessManagementQueryRolesDefault) String added in v1.0.2

type IdentityAccessManagementQueryRolesForbidden added in v1.0.2

type IdentityAccessManagementQueryRolesForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryRolesForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementQueryRolesForbidden added in v1.0.2

func NewIdentityAccessManagementQueryRolesForbidden() *IdentityAccessManagementQueryRolesForbidden

NewIdentityAccessManagementQueryRolesForbidden creates a IdentityAccessManagementQueryRolesForbidden with default headers values

func (*IdentityAccessManagementQueryRolesForbidden) Error added in v1.0.2

func (*IdentityAccessManagementQueryRolesForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryRolesForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query roles forbidden response has a 4xx status code

func (*IdentityAccessManagementQueryRolesForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management query roles forbidden response a status code equal to that given

func (*IdentityAccessManagementQueryRolesForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query roles forbidden response has a 3xx status code

func (*IdentityAccessManagementQueryRolesForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query roles forbidden response has a 5xx status code

func (*IdentityAccessManagementQueryRolesForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query roles forbidden response has a 2xx status code

func (*IdentityAccessManagementQueryRolesForbidden) String added in v1.0.2

type IdentityAccessManagementQueryRolesGatewayTimeout added in v1.0.2

type IdentityAccessManagementQueryRolesGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryRolesGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementQueryRolesGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementQueryRolesGatewayTimeout() *IdentityAccessManagementQueryRolesGatewayTimeout

NewIdentityAccessManagementQueryRolesGatewayTimeout creates a IdentityAccessManagementQueryRolesGatewayTimeout with default headers values

func (*IdentityAccessManagementQueryRolesGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementQueryRolesGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryRolesGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query roles gateway timeout response has a 4xx status code

func (*IdentityAccessManagementQueryRolesGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management query roles gateway timeout response a status code equal to that given

func (*IdentityAccessManagementQueryRolesGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query roles gateway timeout response has a 3xx status code

func (*IdentityAccessManagementQueryRolesGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query roles gateway timeout response has a 5xx status code

func (*IdentityAccessManagementQueryRolesGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query roles gateway timeout response has a 2xx status code

func (*IdentityAccessManagementQueryRolesGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementQueryRolesInternalServerError added in v1.0.2

type IdentityAccessManagementQueryRolesInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryRolesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementQueryRolesInternalServerError added in v1.0.2

func NewIdentityAccessManagementQueryRolesInternalServerError() *IdentityAccessManagementQueryRolesInternalServerError

NewIdentityAccessManagementQueryRolesInternalServerError creates a IdentityAccessManagementQueryRolesInternalServerError with default headers values

func (*IdentityAccessManagementQueryRolesInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementQueryRolesInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryRolesInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query roles internal server error response has a 4xx status code

func (*IdentityAccessManagementQueryRolesInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management query roles internal server error response a status code equal to that given

func (*IdentityAccessManagementQueryRolesInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query roles internal server error response has a 3xx status code

func (*IdentityAccessManagementQueryRolesInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query roles internal server error response has a 5xx status code

func (*IdentityAccessManagementQueryRolesInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query roles internal server error response has a 2xx status code

func (*IdentityAccessManagementQueryRolesInternalServerError) String added in v1.0.2

type IdentityAccessManagementQueryRolesOK added in v1.0.2

type IdentityAccessManagementQueryRolesOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementQueryRolesOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementQueryRolesOK added in v1.0.2

func NewIdentityAccessManagementQueryRolesOK() *IdentityAccessManagementQueryRolesOK

NewIdentityAccessManagementQueryRolesOK creates a IdentityAccessManagementQueryRolesOK with default headers values

func (*IdentityAccessManagementQueryRolesOK) Error added in v1.0.2

func (*IdentityAccessManagementQueryRolesOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryRolesOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementQueryRolesOK) IsClientError() bool

IsClientError returns true when this identity access management query roles o k response has a 4xx status code

func (*IdentityAccessManagementQueryRolesOK) IsCode added in v1.0.2

IsCode returns true when this identity access management query roles o k response a status code equal to that given

func (*IdentityAccessManagementQueryRolesOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query roles o k response has a 3xx status code

func (*IdentityAccessManagementQueryRolesOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementQueryRolesOK) IsServerError() bool

IsServerError returns true when this identity access management query roles o k response has a 5xx status code

func (*IdentityAccessManagementQueryRolesOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query roles o k response has a 2xx status code

func (*IdentityAccessManagementQueryRolesOK) String added in v1.0.2

type IdentityAccessManagementQueryRolesParams added in v1.0.2

type IdentityAccessManagementQueryRolesParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// FilterAll.
	FilterAll *bool

	// FilterEntpstate.
	FilterEntpstate *string

	// FilterHubspotid.
	FilterHubspotid *string

	// FilterNamePattern.
	FilterNamePattern *string

	// FilterProjectid.
	FilterProjectid []string

	// FilterRoleName.
	FilterRoleName *string

	// FilterSfdcid.
	FilterSfdcid *string

	// FilterUserstate.
	FilterUserstate *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy []string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	// Summary.
	Summary *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementQueryRolesParams contains all the parameters to send to the API endpoint

for the identity access management query roles operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementQueryRolesParams added in v1.0.2

func NewIdentityAccessManagementQueryRolesParams() *IdentityAccessManagementQueryRolesParams

NewIdentityAccessManagementQueryRolesParams creates a new IdentityAccessManagementQueryRolesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementQueryRolesParamsWithContext added in v1.0.2

func NewIdentityAccessManagementQueryRolesParamsWithContext(ctx context.Context) *IdentityAccessManagementQueryRolesParams

NewIdentityAccessManagementQueryRolesParamsWithContext creates a new IdentityAccessManagementQueryRolesParams object with the ability to set a context for a request.

func NewIdentityAccessManagementQueryRolesParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementQueryRolesParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementQueryRolesParams

NewIdentityAccessManagementQueryRolesParamsWithHTTPClient creates a new IdentityAccessManagementQueryRolesParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementQueryRolesParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementQueryRolesParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementQueryRolesParams

NewIdentityAccessManagementQueryRolesParamsWithTimeout creates a new IdentityAccessManagementQueryRolesParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementQueryRolesParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management query roles params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementQueryRolesParams) SetFilterAll added in v1.0.2

func (o *IdentityAccessManagementQueryRolesParams) SetFilterAll(filterAll *bool)

SetFilterAll adds the filterAll to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) SetFilterEntpstate added in v1.0.2

func (o *IdentityAccessManagementQueryRolesParams) SetFilterEntpstate(filterEntpstate *string)

SetFilterEntpstate adds the filterEntpstate to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) SetFilterHubspotid added in v1.0.2

func (o *IdentityAccessManagementQueryRolesParams) SetFilterHubspotid(filterHubspotid *string)

SetFilterHubspotid adds the filterHubspotid to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) SetFilterNamePattern added in v1.0.2

func (o *IdentityAccessManagementQueryRolesParams) SetFilterNamePattern(filterNamePattern *string)

SetFilterNamePattern adds the filterNamePattern to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) SetFilterProjectid added in v1.0.2

func (o *IdentityAccessManagementQueryRolesParams) SetFilterProjectid(filterProjectid []string)

SetFilterProjectid adds the filterProjectid to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) SetFilterRoleName added in v1.0.2

func (o *IdentityAccessManagementQueryRolesParams) SetFilterRoleName(filterRoleName *string)

SetFilterRoleName adds the filterRoleName to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) SetFilterSfdcid added in v1.0.2

func (o *IdentityAccessManagementQueryRolesParams) SetFilterSfdcid(filterSfdcid *string)

SetFilterSfdcid adds the filterSfdcid to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) SetFilterUserstate added in v1.0.2

func (o *IdentityAccessManagementQueryRolesParams) SetFilterUserstate(filterUserstate *string)

SetFilterUserstate adds the filterUserstate to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementQueryRolesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) SetNextOrderBy added in v1.0.2

func (o *IdentityAccessManagementQueryRolesParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) SetNextPageNum added in v1.0.2

func (o *IdentityAccessManagementQueryRolesParams) SetNextPageNum(nextPageNum *int64)

SetNextPageNum adds the nextPageNum to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) SetNextPageSize added in v1.0.2

func (o *IdentityAccessManagementQueryRolesParams) SetNextPageSize(nextPageSize *int64)

SetNextPageSize adds the nextPageSize to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) SetNextPageToken added in v1.0.2

func (o *IdentityAccessManagementQueryRolesParams) SetNextPageToken(nextPageToken *string)

SetNextPageToken adds the nextPageToken to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) SetNextTotalPages added in v1.0.2

func (o *IdentityAccessManagementQueryRolesParams) SetNextTotalPages(nextTotalPages *int64)

SetNextTotalPages adds the nextTotalPages to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) SetSummary added in v1.0.2

func (o *IdentityAccessManagementQueryRolesParams) SetSummary(summary *bool)

SetSummary adds the summary to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementQueryRolesParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management query roles params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementQueryRolesParams) WithFilterAll added in v1.0.2

WithFilterAll adds the filterAll to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WithFilterEntpstate added in v1.0.2

WithFilterEntpstate adds the filterEntpstate to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WithFilterHubspotid added in v1.0.2

WithFilterHubspotid adds the filterHubspotid to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WithFilterNamePattern added in v1.0.2

WithFilterNamePattern adds the filterNamePattern to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WithFilterProjectid added in v1.0.2

WithFilterProjectid adds the filterProjectid to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WithFilterRoleName added in v1.0.2

WithFilterRoleName adds the filterRoleName to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WithFilterSfdcid added in v1.0.2

WithFilterSfdcid adds the filterSfdcid to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WithFilterUserstate added in v1.0.2

WithFilterUserstate adds the filterUserstate to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WithSummary added in v1.0.2

WithSummary adds the summary to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management query roles params

func (*IdentityAccessManagementQueryRolesParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementQueryRolesReader added in v1.0.2

type IdentityAccessManagementQueryRolesReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementQueryRolesReader is a Reader for the IdentityAccessManagementQueryRoles structure.

func (*IdentityAccessManagementQueryRolesReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementQueryRolesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementQueryRolesUnauthorized added in v1.0.2

type IdentityAccessManagementQueryRolesUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryRolesUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementQueryRolesUnauthorized added in v1.0.2

func NewIdentityAccessManagementQueryRolesUnauthorized() *IdentityAccessManagementQueryRolesUnauthorized

NewIdentityAccessManagementQueryRolesUnauthorized creates a IdentityAccessManagementQueryRolesUnauthorized with default headers values

func (*IdentityAccessManagementQueryRolesUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementQueryRolesUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryRolesUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query roles unauthorized response has a 4xx status code

func (*IdentityAccessManagementQueryRolesUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management query roles unauthorized response a status code equal to that given

func (*IdentityAccessManagementQueryRolesUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query roles unauthorized response has a 3xx status code

func (*IdentityAccessManagementQueryRolesUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query roles unauthorized response has a 5xx status code

func (*IdentityAccessManagementQueryRolesUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query roles unauthorized response has a 2xx status code

func (*IdentityAccessManagementQueryRolesUnauthorized) String added in v1.0.2

type IdentityAccessManagementQueryUserSessionsDefault added in v1.0.2

type IdentityAccessManagementQueryUserSessionsDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementQueryUserSessionsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementQueryUserSessionsDefault added in v1.0.2

func NewIdentityAccessManagementQueryUserSessionsDefault(code int) *IdentityAccessManagementQueryUserSessionsDefault

NewIdentityAccessManagementQueryUserSessionsDefault creates a IdentityAccessManagementQueryUserSessionsDefault with default headers values

func (*IdentityAccessManagementQueryUserSessionsDefault) Code added in v1.0.2

Code gets the status code for the identity access management query user sessions default response

func (*IdentityAccessManagementQueryUserSessionsDefault) Error added in v1.0.2

func (*IdentityAccessManagementQueryUserSessionsDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryUserSessionsDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query user sessions default response has a 4xx status code

func (*IdentityAccessManagementQueryUserSessionsDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management query user sessions default response a status code equal to that given

func (*IdentityAccessManagementQueryUserSessionsDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query user sessions default response has a 3xx status code

func (*IdentityAccessManagementQueryUserSessionsDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query user sessions default response has a 5xx status code

func (*IdentityAccessManagementQueryUserSessionsDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query user sessions default response has a 2xx status code

func (*IdentityAccessManagementQueryUserSessionsDefault) String added in v1.0.2

type IdentityAccessManagementQueryUserSessionsForbidden added in v1.0.2

type IdentityAccessManagementQueryUserSessionsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryUserSessionsForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementQueryUserSessionsForbidden added in v1.0.2

func NewIdentityAccessManagementQueryUserSessionsForbidden() *IdentityAccessManagementQueryUserSessionsForbidden

NewIdentityAccessManagementQueryUserSessionsForbidden creates a IdentityAccessManagementQueryUserSessionsForbidden with default headers values

func (*IdentityAccessManagementQueryUserSessionsForbidden) Error added in v1.0.2

func (*IdentityAccessManagementQueryUserSessionsForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryUserSessionsForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query user sessions forbidden response has a 4xx status code

func (*IdentityAccessManagementQueryUserSessionsForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management query user sessions forbidden response a status code equal to that given

func (*IdentityAccessManagementQueryUserSessionsForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query user sessions forbidden response has a 3xx status code

func (*IdentityAccessManagementQueryUserSessionsForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query user sessions forbidden response has a 5xx status code

func (*IdentityAccessManagementQueryUserSessionsForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query user sessions forbidden response has a 2xx status code

func (*IdentityAccessManagementQueryUserSessionsForbidden) String added in v1.0.2

type IdentityAccessManagementQueryUserSessionsGatewayTimeout added in v1.0.2

type IdentityAccessManagementQueryUserSessionsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryUserSessionsGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementQueryUserSessionsGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementQueryUserSessionsGatewayTimeout() *IdentityAccessManagementQueryUserSessionsGatewayTimeout

NewIdentityAccessManagementQueryUserSessionsGatewayTimeout creates a IdentityAccessManagementQueryUserSessionsGatewayTimeout with default headers values

func (*IdentityAccessManagementQueryUserSessionsGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementQueryUserSessionsGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryUserSessionsGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query user sessions gateway timeout response has a 4xx status code

func (*IdentityAccessManagementQueryUserSessionsGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management query user sessions gateway timeout response a status code equal to that given

func (*IdentityAccessManagementQueryUserSessionsGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query user sessions gateway timeout response has a 3xx status code

func (*IdentityAccessManagementQueryUserSessionsGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query user sessions gateway timeout response has a 5xx status code

func (*IdentityAccessManagementQueryUserSessionsGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query user sessions gateway timeout response has a 2xx status code

func (*IdentityAccessManagementQueryUserSessionsGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementQueryUserSessionsInternalServerError added in v1.0.2

type IdentityAccessManagementQueryUserSessionsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryUserSessionsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementQueryUserSessionsInternalServerError added in v1.0.2

func NewIdentityAccessManagementQueryUserSessionsInternalServerError() *IdentityAccessManagementQueryUserSessionsInternalServerError

NewIdentityAccessManagementQueryUserSessionsInternalServerError creates a IdentityAccessManagementQueryUserSessionsInternalServerError with default headers values

func (*IdentityAccessManagementQueryUserSessionsInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementQueryUserSessionsInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryUserSessionsInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query user sessions internal server error response has a 4xx status code

func (*IdentityAccessManagementQueryUserSessionsInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management query user sessions internal server error response a status code equal to that given

func (*IdentityAccessManagementQueryUserSessionsInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query user sessions internal server error response has a 3xx status code

func (*IdentityAccessManagementQueryUserSessionsInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query user sessions internal server error response has a 5xx status code

func (*IdentityAccessManagementQueryUserSessionsInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query user sessions internal server error response has a 2xx status code

func (*IdentityAccessManagementQueryUserSessionsInternalServerError) String added in v1.0.2

type IdentityAccessManagementQueryUserSessionsOK added in v1.0.2

type IdentityAccessManagementQueryUserSessionsOK struct {
	Payload *swagger_models.AAASuccessResponseQueryAllSessionDetails
}

IdentityAccessManagementQueryUserSessionsOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementQueryUserSessionsOK added in v1.0.2

func NewIdentityAccessManagementQueryUserSessionsOK() *IdentityAccessManagementQueryUserSessionsOK

NewIdentityAccessManagementQueryUserSessionsOK creates a IdentityAccessManagementQueryUserSessionsOK with default headers values

func (*IdentityAccessManagementQueryUserSessionsOK) Error added in v1.0.2

func (*IdentityAccessManagementQueryUserSessionsOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryUserSessionsOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query user sessions o k response has a 4xx status code

func (*IdentityAccessManagementQueryUserSessionsOK) IsCode added in v1.0.2

IsCode returns true when this identity access management query user sessions o k response a status code equal to that given

func (*IdentityAccessManagementQueryUserSessionsOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query user sessions o k response has a 3xx status code

func (*IdentityAccessManagementQueryUserSessionsOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query user sessions o k response has a 5xx status code

func (*IdentityAccessManagementQueryUserSessionsOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query user sessions o k response has a 2xx status code

func (*IdentityAccessManagementQueryUserSessionsOK) String added in v1.0.2

type IdentityAccessManagementQueryUserSessionsParams added in v1.0.2

type IdentityAccessManagementQueryUserSessionsParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// TokenBase64.
	TokenBase64 *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementQueryUserSessionsParams contains all the parameters to send to the API endpoint

for the identity access management query user sessions operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementQueryUserSessionsParams added in v1.0.2

func NewIdentityAccessManagementQueryUserSessionsParams() *IdentityAccessManagementQueryUserSessionsParams

NewIdentityAccessManagementQueryUserSessionsParams creates a new IdentityAccessManagementQueryUserSessionsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementQueryUserSessionsParamsWithContext added in v1.0.2

func NewIdentityAccessManagementQueryUserSessionsParamsWithContext(ctx context.Context) *IdentityAccessManagementQueryUserSessionsParams

NewIdentityAccessManagementQueryUserSessionsParamsWithContext creates a new IdentityAccessManagementQueryUserSessionsParams object with the ability to set a context for a request.

func NewIdentityAccessManagementQueryUserSessionsParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementQueryUserSessionsParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementQueryUserSessionsParams

NewIdentityAccessManagementQueryUserSessionsParamsWithHTTPClient creates a new IdentityAccessManagementQueryUserSessionsParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementQueryUserSessionsParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementQueryUserSessionsParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementQueryUserSessionsParams

NewIdentityAccessManagementQueryUserSessionsParamsWithTimeout creates a new IdentityAccessManagementQueryUserSessionsParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementQueryUserSessionsParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management query user sessions params

func (*IdentityAccessManagementQueryUserSessionsParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management query user sessions params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementQueryUserSessionsParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management query user sessions params

func (*IdentityAccessManagementQueryUserSessionsParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management query user sessions params

func (*IdentityAccessManagementQueryUserSessionsParams) SetTokenBase64 added in v1.0.2

func (o *IdentityAccessManagementQueryUserSessionsParams) SetTokenBase64(tokenBase64 *string)

SetTokenBase64 adds the tokenBase64 to the identity access management query user sessions params

func (*IdentityAccessManagementQueryUserSessionsParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementQueryUserSessionsParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management query user sessions params

func (*IdentityAccessManagementQueryUserSessionsParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management query user sessions params

func (*IdentityAccessManagementQueryUserSessionsParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management query user sessions params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementQueryUserSessionsParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management query user sessions params

func (*IdentityAccessManagementQueryUserSessionsParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management query user sessions params

func (*IdentityAccessManagementQueryUserSessionsParams) WithTokenBase64 added in v1.0.2

WithTokenBase64 adds the tokenBase64 to the identity access management query user sessions params

func (*IdentityAccessManagementQueryUserSessionsParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management query user sessions params

func (*IdentityAccessManagementQueryUserSessionsParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementQueryUserSessionsReader added in v1.0.2

type IdentityAccessManagementQueryUserSessionsReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementQueryUserSessionsReader is a Reader for the IdentityAccessManagementQueryUserSessions structure.

func (*IdentityAccessManagementQueryUserSessionsReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementQueryUserSessionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementQueryUserSessionsUnauthorized added in v1.0.2

type IdentityAccessManagementQueryUserSessionsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryUserSessionsUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementQueryUserSessionsUnauthorized added in v1.0.2

func NewIdentityAccessManagementQueryUserSessionsUnauthorized() *IdentityAccessManagementQueryUserSessionsUnauthorized

NewIdentityAccessManagementQueryUserSessionsUnauthorized creates a IdentityAccessManagementQueryUserSessionsUnauthorized with default headers values

func (*IdentityAccessManagementQueryUserSessionsUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementQueryUserSessionsUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryUserSessionsUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query user sessions unauthorized response has a 4xx status code

func (*IdentityAccessManagementQueryUserSessionsUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management query user sessions unauthorized response a status code equal to that given

func (*IdentityAccessManagementQueryUserSessionsUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query user sessions unauthorized response has a 3xx status code

func (*IdentityAccessManagementQueryUserSessionsUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query user sessions unauthorized response has a 5xx status code

func (*IdentityAccessManagementQueryUserSessionsUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query user sessions unauthorized response has a 2xx status code

func (*IdentityAccessManagementQueryUserSessionsUnauthorized) String added in v1.0.2

type IdentityAccessManagementQueryUsersBadRequest added in v1.0.2

type IdentityAccessManagementQueryUsersBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryUsersBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of invalid value of filter parameters.

func NewIdentityAccessManagementQueryUsersBadRequest added in v1.0.2

func NewIdentityAccessManagementQueryUsersBadRequest() *IdentityAccessManagementQueryUsersBadRequest

NewIdentityAccessManagementQueryUsersBadRequest creates a IdentityAccessManagementQueryUsersBadRequest with default headers values

func (*IdentityAccessManagementQueryUsersBadRequest) Error added in v1.0.2

func (*IdentityAccessManagementQueryUsersBadRequest) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryUsersBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query users bad request response has a 4xx status code

func (*IdentityAccessManagementQueryUsersBadRequest) IsCode added in v1.0.2

IsCode returns true when this identity access management query users bad request response a status code equal to that given

func (*IdentityAccessManagementQueryUsersBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query users bad request response has a 3xx status code

func (*IdentityAccessManagementQueryUsersBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query users bad request response has a 5xx status code

func (*IdentityAccessManagementQueryUsersBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query users bad request response has a 2xx status code

func (*IdentityAccessManagementQueryUsersBadRequest) String added in v1.0.2

type IdentityAccessManagementQueryUsersDefault added in v1.0.2

type IdentityAccessManagementQueryUsersDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementQueryUsersDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementQueryUsersDefault added in v1.0.2

func NewIdentityAccessManagementQueryUsersDefault(code int) *IdentityAccessManagementQueryUsersDefault

NewIdentityAccessManagementQueryUsersDefault creates a IdentityAccessManagementQueryUsersDefault with default headers values

func (*IdentityAccessManagementQueryUsersDefault) Code added in v1.0.2

Code gets the status code for the identity access management query users default response

func (*IdentityAccessManagementQueryUsersDefault) Error added in v1.0.2

func (*IdentityAccessManagementQueryUsersDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryUsersDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query users default response has a 4xx status code

func (*IdentityAccessManagementQueryUsersDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management query users default response a status code equal to that given

func (*IdentityAccessManagementQueryUsersDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query users default response has a 3xx status code

func (*IdentityAccessManagementQueryUsersDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query users default response has a 5xx status code

func (*IdentityAccessManagementQueryUsersDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query users default response has a 2xx status code

func (*IdentityAccessManagementQueryUsersDefault) String added in v1.0.2

type IdentityAccessManagementQueryUsersForbidden added in v1.0.2

type IdentityAccessManagementQueryUsersForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryUsersForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementQueryUsersForbidden added in v1.0.2

func NewIdentityAccessManagementQueryUsersForbidden() *IdentityAccessManagementQueryUsersForbidden

NewIdentityAccessManagementQueryUsersForbidden creates a IdentityAccessManagementQueryUsersForbidden with default headers values

func (*IdentityAccessManagementQueryUsersForbidden) Error added in v1.0.2

func (*IdentityAccessManagementQueryUsersForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryUsersForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query users forbidden response has a 4xx status code

func (*IdentityAccessManagementQueryUsersForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management query users forbidden response a status code equal to that given

func (*IdentityAccessManagementQueryUsersForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query users forbidden response has a 3xx status code

func (*IdentityAccessManagementQueryUsersForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query users forbidden response has a 5xx status code

func (*IdentityAccessManagementQueryUsersForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query users forbidden response has a 2xx status code

func (*IdentityAccessManagementQueryUsersForbidden) String added in v1.0.2

type IdentityAccessManagementQueryUsersGatewayTimeout added in v1.0.2

type IdentityAccessManagementQueryUsersGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryUsersGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementQueryUsersGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementQueryUsersGatewayTimeout() *IdentityAccessManagementQueryUsersGatewayTimeout

NewIdentityAccessManagementQueryUsersGatewayTimeout creates a IdentityAccessManagementQueryUsersGatewayTimeout with default headers values

func (*IdentityAccessManagementQueryUsersGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementQueryUsersGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryUsersGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query users gateway timeout response has a 4xx status code

func (*IdentityAccessManagementQueryUsersGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management query users gateway timeout response a status code equal to that given

func (*IdentityAccessManagementQueryUsersGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query users gateway timeout response has a 3xx status code

func (*IdentityAccessManagementQueryUsersGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query users gateway timeout response has a 5xx status code

func (*IdentityAccessManagementQueryUsersGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query users gateway timeout response has a 2xx status code

func (*IdentityAccessManagementQueryUsersGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementQueryUsersInternalServerError added in v1.0.2

type IdentityAccessManagementQueryUsersInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryUsersInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementQueryUsersInternalServerError added in v1.0.2

func NewIdentityAccessManagementQueryUsersInternalServerError() *IdentityAccessManagementQueryUsersInternalServerError

NewIdentityAccessManagementQueryUsersInternalServerError creates a IdentityAccessManagementQueryUsersInternalServerError with default headers values

func (*IdentityAccessManagementQueryUsersInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementQueryUsersInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryUsersInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query users internal server error response has a 4xx status code

func (*IdentityAccessManagementQueryUsersInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management query users internal server error response a status code equal to that given

func (*IdentityAccessManagementQueryUsersInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query users internal server error response has a 3xx status code

func (*IdentityAccessManagementQueryUsersInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query users internal server error response has a 5xx status code

func (*IdentityAccessManagementQueryUsersInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query users internal server error response has a 2xx status code

func (*IdentityAccessManagementQueryUsersInternalServerError) String added in v1.0.2

type IdentityAccessManagementQueryUsersOK added in v1.0.2

type IdentityAccessManagementQueryUsersOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementQueryUsersOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementQueryUsersOK added in v1.0.2

func NewIdentityAccessManagementQueryUsersOK() *IdentityAccessManagementQueryUsersOK

NewIdentityAccessManagementQueryUsersOK creates a IdentityAccessManagementQueryUsersOK with default headers values

func (*IdentityAccessManagementQueryUsersOK) Error added in v1.0.2

func (*IdentityAccessManagementQueryUsersOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryUsersOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementQueryUsersOK) IsClientError() bool

IsClientError returns true when this identity access management query users o k response has a 4xx status code

func (*IdentityAccessManagementQueryUsersOK) IsCode added in v1.0.2

IsCode returns true when this identity access management query users o k response a status code equal to that given

func (*IdentityAccessManagementQueryUsersOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query users o k response has a 3xx status code

func (*IdentityAccessManagementQueryUsersOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementQueryUsersOK) IsServerError() bool

IsServerError returns true when this identity access management query users o k response has a 5xx status code

func (*IdentityAccessManagementQueryUsersOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query users o k response has a 2xx status code

func (*IdentityAccessManagementQueryUsersOK) String added in v1.0.2

type IdentityAccessManagementQueryUsersParams added in v1.0.2

type IdentityAccessManagementQueryUsersParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// FilterAll.
	FilterAll *bool

	// FilterEntpstate.
	FilterEntpstate *string

	// FilterHubspotid.
	FilterHubspotid *string

	// FilterNamePattern.
	FilterNamePattern *string

	// FilterProjectid.
	FilterProjectid []string

	// FilterRoleName.
	FilterRoleName *string

	// FilterSfdcid.
	FilterSfdcid *string

	// FilterUserstate.
	FilterUserstate *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy []string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	// Summary.
	Summary *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementQueryUsersParams contains all the parameters to send to the API endpoint

for the identity access management query users operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementQueryUsersParams added in v1.0.2

func NewIdentityAccessManagementQueryUsersParams() *IdentityAccessManagementQueryUsersParams

NewIdentityAccessManagementQueryUsersParams creates a new IdentityAccessManagementQueryUsersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementQueryUsersParamsWithContext added in v1.0.2

func NewIdentityAccessManagementQueryUsersParamsWithContext(ctx context.Context) *IdentityAccessManagementQueryUsersParams

NewIdentityAccessManagementQueryUsersParamsWithContext creates a new IdentityAccessManagementQueryUsersParams object with the ability to set a context for a request.

func NewIdentityAccessManagementQueryUsersParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementQueryUsersParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementQueryUsersParams

NewIdentityAccessManagementQueryUsersParamsWithHTTPClient creates a new IdentityAccessManagementQueryUsersParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementQueryUsersParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementQueryUsersParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementQueryUsersParams

NewIdentityAccessManagementQueryUsersParamsWithTimeout creates a new IdentityAccessManagementQueryUsersParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementQueryUsersParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management query users params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementQueryUsersParams) SetFilterAll added in v1.0.2

func (o *IdentityAccessManagementQueryUsersParams) SetFilterAll(filterAll *bool)

SetFilterAll adds the filterAll to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) SetFilterEntpstate added in v1.0.2

func (o *IdentityAccessManagementQueryUsersParams) SetFilterEntpstate(filterEntpstate *string)

SetFilterEntpstate adds the filterEntpstate to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) SetFilterHubspotid added in v1.0.2

func (o *IdentityAccessManagementQueryUsersParams) SetFilterHubspotid(filterHubspotid *string)

SetFilterHubspotid adds the filterHubspotid to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) SetFilterNamePattern added in v1.0.2

func (o *IdentityAccessManagementQueryUsersParams) SetFilterNamePattern(filterNamePattern *string)

SetFilterNamePattern adds the filterNamePattern to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) SetFilterProjectid added in v1.0.2

func (o *IdentityAccessManagementQueryUsersParams) SetFilterProjectid(filterProjectid []string)

SetFilterProjectid adds the filterProjectid to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) SetFilterRoleName added in v1.0.2

func (o *IdentityAccessManagementQueryUsersParams) SetFilterRoleName(filterRoleName *string)

SetFilterRoleName adds the filterRoleName to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) SetFilterSfdcid added in v1.0.2

func (o *IdentityAccessManagementQueryUsersParams) SetFilterSfdcid(filterSfdcid *string)

SetFilterSfdcid adds the filterSfdcid to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) SetFilterUserstate added in v1.0.2

func (o *IdentityAccessManagementQueryUsersParams) SetFilterUserstate(filterUserstate *string)

SetFilterUserstate adds the filterUserstate to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementQueryUsersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) SetNextOrderBy added in v1.0.2

func (o *IdentityAccessManagementQueryUsersParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) SetNextPageNum added in v1.0.2

func (o *IdentityAccessManagementQueryUsersParams) SetNextPageNum(nextPageNum *int64)

SetNextPageNum adds the nextPageNum to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) SetNextPageSize added in v1.0.2

func (o *IdentityAccessManagementQueryUsersParams) SetNextPageSize(nextPageSize *int64)

SetNextPageSize adds the nextPageSize to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) SetNextPageToken added in v1.0.2

func (o *IdentityAccessManagementQueryUsersParams) SetNextPageToken(nextPageToken *string)

SetNextPageToken adds the nextPageToken to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) SetNextTotalPages added in v1.0.2

func (o *IdentityAccessManagementQueryUsersParams) SetNextTotalPages(nextTotalPages *int64)

SetNextTotalPages adds the nextTotalPages to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) SetSummary added in v1.0.2

func (o *IdentityAccessManagementQueryUsersParams) SetSummary(summary *bool)

SetSummary adds the summary to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementQueryUsersParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management query users params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementQueryUsersParams) WithFilterAll added in v1.0.2

WithFilterAll adds the filterAll to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WithFilterEntpstate added in v1.0.2

WithFilterEntpstate adds the filterEntpstate to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WithFilterHubspotid added in v1.0.2

WithFilterHubspotid adds the filterHubspotid to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WithFilterNamePattern added in v1.0.2

WithFilterNamePattern adds the filterNamePattern to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WithFilterProjectid added in v1.0.2

WithFilterProjectid adds the filterProjectid to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WithFilterRoleName added in v1.0.2

WithFilterRoleName adds the filterRoleName to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WithFilterSfdcid added in v1.0.2

WithFilterSfdcid adds the filterSfdcid to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WithFilterUserstate added in v1.0.2

WithFilterUserstate adds the filterUserstate to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WithSummary added in v1.0.2

WithSummary adds the summary to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management query users params

func (*IdentityAccessManagementQueryUsersParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementQueryUsersReader added in v1.0.2

type IdentityAccessManagementQueryUsersReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementQueryUsersReader is a Reader for the IdentityAccessManagementQueryUsers structure.

func (*IdentityAccessManagementQueryUsersReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementQueryUsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementQueryUsersUnauthorized added in v1.0.2

type IdentityAccessManagementQueryUsersUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementQueryUsersUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementQueryUsersUnauthorized added in v1.0.2

func NewIdentityAccessManagementQueryUsersUnauthorized() *IdentityAccessManagementQueryUsersUnauthorized

NewIdentityAccessManagementQueryUsersUnauthorized creates a IdentityAccessManagementQueryUsersUnauthorized with default headers values

func (*IdentityAccessManagementQueryUsersUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementQueryUsersUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementQueryUsersUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management query users unauthorized response has a 4xx status code

func (*IdentityAccessManagementQueryUsersUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management query users unauthorized response a status code equal to that given

func (*IdentityAccessManagementQueryUsersUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management query users unauthorized response has a 3xx status code

func (*IdentityAccessManagementQueryUsersUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management query users unauthorized response has a 5xx status code

func (*IdentityAccessManagementQueryUsersUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management query users unauthorized response has a 2xx status code

func (*IdentityAccessManagementQueryUsersUnauthorized) String added in v1.0.2

type IdentityAccessManagementRefreshUserSessionDefault added in v1.0.2

type IdentityAccessManagementRefreshUserSessionDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementRefreshUserSessionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementRefreshUserSessionDefault added in v1.0.2

func NewIdentityAccessManagementRefreshUserSessionDefault(code int) *IdentityAccessManagementRefreshUserSessionDefault

NewIdentityAccessManagementRefreshUserSessionDefault creates a IdentityAccessManagementRefreshUserSessionDefault with default headers values

func (*IdentityAccessManagementRefreshUserSessionDefault) Code added in v1.0.2

Code gets the status code for the identity access management refresh user session default response

func (*IdentityAccessManagementRefreshUserSessionDefault) Error added in v1.0.2

func (*IdentityAccessManagementRefreshUserSessionDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementRefreshUserSessionDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management refresh user session default response has a 4xx status code

func (*IdentityAccessManagementRefreshUserSessionDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management refresh user session default response a status code equal to that given

func (*IdentityAccessManagementRefreshUserSessionDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management refresh user session default response has a 3xx status code

func (*IdentityAccessManagementRefreshUserSessionDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management refresh user session default response has a 5xx status code

func (*IdentityAccessManagementRefreshUserSessionDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management refresh user session default response has a 2xx status code

func (*IdentityAccessManagementRefreshUserSessionDefault) String added in v1.0.2

type IdentityAccessManagementRefreshUserSessionForbidden added in v1.0.2

type IdentityAccessManagementRefreshUserSessionForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementRefreshUserSessionForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementRefreshUserSessionForbidden added in v1.0.2

func NewIdentityAccessManagementRefreshUserSessionForbidden() *IdentityAccessManagementRefreshUserSessionForbidden

NewIdentityAccessManagementRefreshUserSessionForbidden creates a IdentityAccessManagementRefreshUserSessionForbidden with default headers values

func (*IdentityAccessManagementRefreshUserSessionForbidden) Error added in v1.0.2

func (*IdentityAccessManagementRefreshUserSessionForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementRefreshUserSessionForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management refresh user session forbidden response has a 4xx status code

func (*IdentityAccessManagementRefreshUserSessionForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management refresh user session forbidden response a status code equal to that given

func (*IdentityAccessManagementRefreshUserSessionForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management refresh user session forbidden response has a 3xx status code

func (*IdentityAccessManagementRefreshUserSessionForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management refresh user session forbidden response has a 5xx status code

func (*IdentityAccessManagementRefreshUserSessionForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management refresh user session forbidden response has a 2xx status code

func (*IdentityAccessManagementRefreshUserSessionForbidden) String added in v1.0.2

type IdentityAccessManagementRefreshUserSessionGatewayTimeout added in v1.0.2

type IdentityAccessManagementRefreshUserSessionGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementRefreshUserSessionGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementRefreshUserSessionGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementRefreshUserSessionGatewayTimeout() *IdentityAccessManagementRefreshUserSessionGatewayTimeout

NewIdentityAccessManagementRefreshUserSessionGatewayTimeout creates a IdentityAccessManagementRefreshUserSessionGatewayTimeout with default headers values

func (*IdentityAccessManagementRefreshUserSessionGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementRefreshUserSessionGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementRefreshUserSessionGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management refresh user session gateway timeout response has a 4xx status code

func (*IdentityAccessManagementRefreshUserSessionGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management refresh user session gateway timeout response a status code equal to that given

func (*IdentityAccessManagementRefreshUserSessionGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management refresh user session gateway timeout response has a 3xx status code

func (*IdentityAccessManagementRefreshUserSessionGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management refresh user session gateway timeout response has a 5xx status code

func (*IdentityAccessManagementRefreshUserSessionGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management refresh user session gateway timeout response has a 2xx status code

func (*IdentityAccessManagementRefreshUserSessionGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementRefreshUserSessionInternalServerError added in v1.0.2

type IdentityAccessManagementRefreshUserSessionInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementRefreshUserSessionInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementRefreshUserSessionInternalServerError added in v1.0.2

func NewIdentityAccessManagementRefreshUserSessionInternalServerError() *IdentityAccessManagementRefreshUserSessionInternalServerError

NewIdentityAccessManagementRefreshUserSessionInternalServerError creates a IdentityAccessManagementRefreshUserSessionInternalServerError with default headers values

func (*IdentityAccessManagementRefreshUserSessionInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementRefreshUserSessionInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementRefreshUserSessionInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management refresh user session internal server error response has a 4xx status code

func (*IdentityAccessManagementRefreshUserSessionInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management refresh user session internal server error response a status code equal to that given

func (*IdentityAccessManagementRefreshUserSessionInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management refresh user session internal server error response has a 3xx status code

func (*IdentityAccessManagementRefreshUserSessionInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management refresh user session internal server error response has a 5xx status code

func (*IdentityAccessManagementRefreshUserSessionInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management refresh user session internal server error response has a 2xx status code

func (*IdentityAccessManagementRefreshUserSessionInternalServerError) String added in v1.0.2

type IdentityAccessManagementRefreshUserSessionOK added in v1.0.2

type IdentityAccessManagementRefreshUserSessionOK struct {
	Payload *swagger_models.AAAFrontendRefreshResponse
}

IdentityAccessManagementRefreshUserSessionOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementRefreshUserSessionOK added in v1.0.2

func NewIdentityAccessManagementRefreshUserSessionOK() *IdentityAccessManagementRefreshUserSessionOK

NewIdentityAccessManagementRefreshUserSessionOK creates a IdentityAccessManagementRefreshUserSessionOK with default headers values

func (*IdentityAccessManagementRefreshUserSessionOK) Error added in v1.0.2

func (*IdentityAccessManagementRefreshUserSessionOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementRefreshUserSessionOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management refresh user session o k response has a 4xx status code

func (*IdentityAccessManagementRefreshUserSessionOK) IsCode added in v1.0.2

IsCode returns true when this identity access management refresh user session o k response a status code equal to that given

func (*IdentityAccessManagementRefreshUserSessionOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management refresh user session o k response has a 3xx status code

func (*IdentityAccessManagementRefreshUserSessionOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management refresh user session o k response has a 5xx status code

func (*IdentityAccessManagementRefreshUserSessionOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management refresh user session o k response has a 2xx status code

func (*IdentityAccessManagementRefreshUserSessionOK) String added in v1.0.2

type IdentityAccessManagementRefreshUserSessionParams added in v1.0.2

type IdentityAccessManagementRefreshUserSessionParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementRefreshUserSessionParams contains all the parameters to send to the API endpoint

for the identity access management refresh user session operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementRefreshUserSessionParams added in v1.0.2

func NewIdentityAccessManagementRefreshUserSessionParams() *IdentityAccessManagementRefreshUserSessionParams

NewIdentityAccessManagementRefreshUserSessionParams creates a new IdentityAccessManagementRefreshUserSessionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementRefreshUserSessionParamsWithContext added in v1.0.2

func NewIdentityAccessManagementRefreshUserSessionParamsWithContext(ctx context.Context) *IdentityAccessManagementRefreshUserSessionParams

NewIdentityAccessManagementRefreshUserSessionParamsWithContext creates a new IdentityAccessManagementRefreshUserSessionParams object with the ability to set a context for a request.

func NewIdentityAccessManagementRefreshUserSessionParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementRefreshUserSessionParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementRefreshUserSessionParams

NewIdentityAccessManagementRefreshUserSessionParamsWithHTTPClient creates a new IdentityAccessManagementRefreshUserSessionParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementRefreshUserSessionParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementRefreshUserSessionParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementRefreshUserSessionParams

NewIdentityAccessManagementRefreshUserSessionParamsWithTimeout creates a new IdentityAccessManagementRefreshUserSessionParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementRefreshUserSessionParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management refresh user session params

func (*IdentityAccessManagementRefreshUserSessionParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management refresh user session params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementRefreshUserSessionParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management refresh user session params

func (*IdentityAccessManagementRefreshUserSessionParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management refresh user session params

func (*IdentityAccessManagementRefreshUserSessionParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementRefreshUserSessionParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management refresh user session params

func (*IdentityAccessManagementRefreshUserSessionParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management refresh user session params

func (*IdentityAccessManagementRefreshUserSessionParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management refresh user session params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementRefreshUserSessionParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management refresh user session params

func (*IdentityAccessManagementRefreshUserSessionParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management refresh user session params

func (*IdentityAccessManagementRefreshUserSessionParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management refresh user session params

func (*IdentityAccessManagementRefreshUserSessionParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementRefreshUserSessionReader added in v1.0.2

type IdentityAccessManagementRefreshUserSessionReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementRefreshUserSessionReader is a Reader for the IdentityAccessManagementRefreshUserSession structure.

func (*IdentityAccessManagementRefreshUserSessionReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementRefreshUserSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementRefreshUserSessionUnauthorized added in v1.0.2

type IdentityAccessManagementRefreshUserSessionUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementRefreshUserSessionUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementRefreshUserSessionUnauthorized added in v1.0.2

func NewIdentityAccessManagementRefreshUserSessionUnauthorized() *IdentityAccessManagementRefreshUserSessionUnauthorized

NewIdentityAccessManagementRefreshUserSessionUnauthorized creates a IdentityAccessManagementRefreshUserSessionUnauthorized with default headers values

func (*IdentityAccessManagementRefreshUserSessionUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementRefreshUserSessionUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementRefreshUserSessionUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management refresh user session unauthorized response has a 4xx status code

func (*IdentityAccessManagementRefreshUserSessionUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management refresh user session unauthorized response a status code equal to that given

func (*IdentityAccessManagementRefreshUserSessionUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management refresh user session unauthorized response has a 3xx status code

func (*IdentityAccessManagementRefreshUserSessionUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management refresh user session unauthorized response has a 5xx status code

func (*IdentityAccessManagementRefreshUserSessionUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management refresh user session unauthorized response has a 2xx status code

func (*IdentityAccessManagementRefreshUserSessionUnauthorized) String added in v1.0.2

type IdentityAccessManagementSignupEnterpriseDefault added in v1.0.2

type IdentityAccessManagementSignupEnterpriseDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementSignupEnterpriseDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementSignupEnterpriseDefault added in v1.0.2

func NewIdentityAccessManagementSignupEnterpriseDefault(code int) *IdentityAccessManagementSignupEnterpriseDefault

NewIdentityAccessManagementSignupEnterpriseDefault creates a IdentityAccessManagementSignupEnterpriseDefault with default headers values

func (*IdentityAccessManagementSignupEnterpriseDefault) Code added in v1.0.2

Code gets the status code for the identity access management signup enterprise default response

func (*IdentityAccessManagementSignupEnterpriseDefault) Error added in v1.0.2

func (*IdentityAccessManagementSignupEnterpriseDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementSignupEnterpriseDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management signup enterprise default response has a 4xx status code

func (*IdentityAccessManagementSignupEnterpriseDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management signup enterprise default response a status code equal to that given

func (*IdentityAccessManagementSignupEnterpriseDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management signup enterprise default response has a 3xx status code

func (*IdentityAccessManagementSignupEnterpriseDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management signup enterprise default response has a 5xx status code

func (*IdentityAccessManagementSignupEnterpriseDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management signup enterprise default response has a 2xx status code

func (*IdentityAccessManagementSignupEnterpriseDefault) String added in v1.0.2

type IdentityAccessManagementSignupEnterpriseForbidden added in v1.0.2

type IdentityAccessManagementSignupEnterpriseForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementSignupEnterpriseForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementSignupEnterpriseForbidden added in v1.0.2

func NewIdentityAccessManagementSignupEnterpriseForbidden() *IdentityAccessManagementSignupEnterpriseForbidden

NewIdentityAccessManagementSignupEnterpriseForbidden creates a IdentityAccessManagementSignupEnterpriseForbidden with default headers values

func (*IdentityAccessManagementSignupEnterpriseForbidden) Error added in v1.0.2

func (*IdentityAccessManagementSignupEnterpriseForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementSignupEnterpriseForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management signup enterprise forbidden response has a 4xx status code

func (*IdentityAccessManagementSignupEnterpriseForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management signup enterprise forbidden response a status code equal to that given

func (*IdentityAccessManagementSignupEnterpriseForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management signup enterprise forbidden response has a 3xx status code

func (*IdentityAccessManagementSignupEnterpriseForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management signup enterprise forbidden response has a 5xx status code

func (*IdentityAccessManagementSignupEnterpriseForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management signup enterprise forbidden response has a 2xx status code

func (*IdentityAccessManagementSignupEnterpriseForbidden) String added in v1.0.2

type IdentityAccessManagementSignupEnterpriseGatewayTimeout added in v1.0.2

type IdentityAccessManagementSignupEnterpriseGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementSignupEnterpriseGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementSignupEnterpriseGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementSignupEnterpriseGatewayTimeout() *IdentityAccessManagementSignupEnterpriseGatewayTimeout

NewIdentityAccessManagementSignupEnterpriseGatewayTimeout creates a IdentityAccessManagementSignupEnterpriseGatewayTimeout with default headers values

func (*IdentityAccessManagementSignupEnterpriseGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementSignupEnterpriseGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementSignupEnterpriseGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management signup enterprise gateway timeout response has a 4xx status code

func (*IdentityAccessManagementSignupEnterpriseGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management signup enterprise gateway timeout response a status code equal to that given

func (*IdentityAccessManagementSignupEnterpriseGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management signup enterprise gateway timeout response has a 3xx status code

func (*IdentityAccessManagementSignupEnterpriseGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management signup enterprise gateway timeout response has a 5xx status code

func (*IdentityAccessManagementSignupEnterpriseGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management signup enterprise gateway timeout response has a 2xx status code

func (*IdentityAccessManagementSignupEnterpriseGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementSignupEnterpriseInternalServerError added in v1.0.2

type IdentityAccessManagementSignupEnterpriseInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementSignupEnterpriseInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementSignupEnterpriseInternalServerError added in v1.0.2

func NewIdentityAccessManagementSignupEnterpriseInternalServerError() *IdentityAccessManagementSignupEnterpriseInternalServerError

NewIdentityAccessManagementSignupEnterpriseInternalServerError creates a IdentityAccessManagementSignupEnterpriseInternalServerError with default headers values

func (*IdentityAccessManagementSignupEnterpriseInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementSignupEnterpriseInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementSignupEnterpriseInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management signup enterprise internal server error response has a 4xx status code

func (*IdentityAccessManagementSignupEnterpriseInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management signup enterprise internal server error response a status code equal to that given

func (*IdentityAccessManagementSignupEnterpriseInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management signup enterprise internal server error response has a 3xx status code

func (*IdentityAccessManagementSignupEnterpriseInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management signup enterprise internal server error response has a 5xx status code

func (*IdentityAccessManagementSignupEnterpriseInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management signup enterprise internal server error response has a 2xx status code

func (*IdentityAccessManagementSignupEnterpriseInternalServerError) String added in v1.0.2

type IdentityAccessManagementSignupEnterpriseOK added in v1.0.2

type IdentityAccessManagementSignupEnterpriseOK struct {
	Payload *swagger_models.AAAResponse
}

IdentityAccessManagementSignupEnterpriseOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementSignupEnterpriseOK added in v1.0.2

func NewIdentityAccessManagementSignupEnterpriseOK() *IdentityAccessManagementSignupEnterpriseOK

NewIdentityAccessManagementSignupEnterpriseOK creates a IdentityAccessManagementSignupEnterpriseOK with default headers values

func (*IdentityAccessManagementSignupEnterpriseOK) Error added in v1.0.2

func (*IdentityAccessManagementSignupEnterpriseOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementSignupEnterpriseOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management signup enterprise o k response has a 4xx status code

func (*IdentityAccessManagementSignupEnterpriseOK) IsCode added in v1.0.2

IsCode returns true when this identity access management signup enterprise o k response a status code equal to that given

func (*IdentityAccessManagementSignupEnterpriseOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management signup enterprise o k response has a 3xx status code

func (*IdentityAccessManagementSignupEnterpriseOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management signup enterprise o k response has a 5xx status code

func (*IdentityAccessManagementSignupEnterpriseOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management signup enterprise o k response has a 2xx status code

func (*IdentityAccessManagementSignupEnterpriseOK) String added in v1.0.2

type IdentityAccessManagementSignupEnterpriseParams added in v1.0.2

type IdentityAccessManagementSignupEnterpriseParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.AAARequestEnterpriseSignup

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementSignupEnterpriseParams contains all the parameters to send to the API endpoint

for the identity access management signup enterprise operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementSignupEnterpriseParams added in v1.0.2

func NewIdentityAccessManagementSignupEnterpriseParams() *IdentityAccessManagementSignupEnterpriseParams

NewIdentityAccessManagementSignupEnterpriseParams creates a new IdentityAccessManagementSignupEnterpriseParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementSignupEnterpriseParamsWithContext added in v1.0.2

func NewIdentityAccessManagementSignupEnterpriseParamsWithContext(ctx context.Context) *IdentityAccessManagementSignupEnterpriseParams

NewIdentityAccessManagementSignupEnterpriseParamsWithContext creates a new IdentityAccessManagementSignupEnterpriseParams object with the ability to set a context for a request.

func NewIdentityAccessManagementSignupEnterpriseParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementSignupEnterpriseParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementSignupEnterpriseParams

NewIdentityAccessManagementSignupEnterpriseParamsWithHTTPClient creates a new IdentityAccessManagementSignupEnterpriseParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementSignupEnterpriseParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementSignupEnterpriseParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementSignupEnterpriseParams

NewIdentityAccessManagementSignupEnterpriseParamsWithTimeout creates a new IdentityAccessManagementSignupEnterpriseParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementSignupEnterpriseParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management signup enterprise params

func (*IdentityAccessManagementSignupEnterpriseParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management signup enterprise params

func (*IdentityAccessManagementSignupEnterpriseParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management signup enterprise params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementSignupEnterpriseParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management signup enterprise params

func (*IdentityAccessManagementSignupEnterpriseParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management signup enterprise params

func (*IdentityAccessManagementSignupEnterpriseParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementSignupEnterpriseParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management signup enterprise params

func (*IdentityAccessManagementSignupEnterpriseParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management signup enterprise params

func (*IdentityAccessManagementSignupEnterpriseParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management signup enterprise params

func (*IdentityAccessManagementSignupEnterpriseParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management signup enterprise params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementSignupEnterpriseParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management signup enterprise params

func (*IdentityAccessManagementSignupEnterpriseParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management signup enterprise params

func (*IdentityAccessManagementSignupEnterpriseParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management signup enterprise params

func (*IdentityAccessManagementSignupEnterpriseParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementSignupEnterpriseReader added in v1.0.2

type IdentityAccessManagementSignupEnterpriseReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementSignupEnterpriseReader is a Reader for the IdentityAccessManagementSignupEnterprise structure.

func (*IdentityAccessManagementSignupEnterpriseReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementSignupEnterpriseReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementSignupEnterpriseUnauthorized added in v1.0.2

type IdentityAccessManagementSignupEnterpriseUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementSignupEnterpriseUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementSignupEnterpriseUnauthorized added in v1.0.2

func NewIdentityAccessManagementSignupEnterpriseUnauthorized() *IdentityAccessManagementSignupEnterpriseUnauthorized

NewIdentityAccessManagementSignupEnterpriseUnauthorized creates a IdentityAccessManagementSignupEnterpriseUnauthorized with default headers values

func (*IdentityAccessManagementSignupEnterpriseUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementSignupEnterpriseUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementSignupEnterpriseUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management signup enterprise unauthorized response has a 4xx status code

func (*IdentityAccessManagementSignupEnterpriseUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management signup enterprise unauthorized response a status code equal to that given

func (*IdentityAccessManagementSignupEnterpriseUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management signup enterprise unauthorized response has a 3xx status code

func (*IdentityAccessManagementSignupEnterpriseUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management signup enterprise unauthorized response has a 5xx status code

func (*IdentityAccessManagementSignupEnterpriseUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management signup enterprise unauthorized response has a 2xx status code

func (*IdentityAccessManagementSignupEnterpriseUnauthorized) String added in v1.0.2

type IdentityAccessManagementSignupUserDefault added in v1.0.2

type IdentityAccessManagementSignupUserDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementSignupUserDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementSignupUserDefault added in v1.0.2

func NewIdentityAccessManagementSignupUserDefault(code int) *IdentityAccessManagementSignupUserDefault

NewIdentityAccessManagementSignupUserDefault creates a IdentityAccessManagementSignupUserDefault with default headers values

func (*IdentityAccessManagementSignupUserDefault) Code added in v1.0.2

Code gets the status code for the identity access management signup user default response

func (*IdentityAccessManagementSignupUserDefault) Error added in v1.0.2

func (*IdentityAccessManagementSignupUserDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementSignupUserDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management signup user default response has a 4xx status code

func (*IdentityAccessManagementSignupUserDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management signup user default response a status code equal to that given

func (*IdentityAccessManagementSignupUserDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management signup user default response has a 3xx status code

func (*IdentityAccessManagementSignupUserDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management signup user default response has a 5xx status code

func (*IdentityAccessManagementSignupUserDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management signup user default response has a 2xx status code

func (*IdentityAccessManagementSignupUserDefault) String added in v1.0.2

type IdentityAccessManagementSignupUserForbidden added in v1.0.2

type IdentityAccessManagementSignupUserForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementSignupUserForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementSignupUserForbidden added in v1.0.2

func NewIdentityAccessManagementSignupUserForbidden() *IdentityAccessManagementSignupUserForbidden

NewIdentityAccessManagementSignupUserForbidden creates a IdentityAccessManagementSignupUserForbidden with default headers values

func (*IdentityAccessManagementSignupUserForbidden) Error added in v1.0.2

func (*IdentityAccessManagementSignupUserForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementSignupUserForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management signup user forbidden response has a 4xx status code

func (*IdentityAccessManagementSignupUserForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management signup user forbidden response a status code equal to that given

func (*IdentityAccessManagementSignupUserForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management signup user forbidden response has a 3xx status code

func (*IdentityAccessManagementSignupUserForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management signup user forbidden response has a 5xx status code

func (*IdentityAccessManagementSignupUserForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management signup user forbidden response has a 2xx status code

func (*IdentityAccessManagementSignupUserForbidden) String added in v1.0.2

type IdentityAccessManagementSignupUserGatewayTimeout added in v1.0.2

type IdentityAccessManagementSignupUserGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementSignupUserGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementSignupUserGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementSignupUserGatewayTimeout() *IdentityAccessManagementSignupUserGatewayTimeout

NewIdentityAccessManagementSignupUserGatewayTimeout creates a IdentityAccessManagementSignupUserGatewayTimeout with default headers values

func (*IdentityAccessManagementSignupUserGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementSignupUserGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementSignupUserGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management signup user gateway timeout response has a 4xx status code

func (*IdentityAccessManagementSignupUserGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management signup user gateway timeout response a status code equal to that given

func (*IdentityAccessManagementSignupUserGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management signup user gateway timeout response has a 3xx status code

func (*IdentityAccessManagementSignupUserGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management signup user gateway timeout response has a 5xx status code

func (*IdentityAccessManagementSignupUserGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management signup user gateway timeout response has a 2xx status code

func (*IdentityAccessManagementSignupUserGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementSignupUserInternalServerError added in v1.0.2

type IdentityAccessManagementSignupUserInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementSignupUserInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementSignupUserInternalServerError added in v1.0.2

func NewIdentityAccessManagementSignupUserInternalServerError() *IdentityAccessManagementSignupUserInternalServerError

NewIdentityAccessManagementSignupUserInternalServerError creates a IdentityAccessManagementSignupUserInternalServerError with default headers values

func (*IdentityAccessManagementSignupUserInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementSignupUserInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementSignupUserInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management signup user internal server error response has a 4xx status code

func (*IdentityAccessManagementSignupUserInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management signup user internal server error response a status code equal to that given

func (*IdentityAccessManagementSignupUserInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management signup user internal server error response has a 3xx status code

func (*IdentityAccessManagementSignupUserInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management signup user internal server error response has a 5xx status code

func (*IdentityAccessManagementSignupUserInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management signup user internal server error response has a 2xx status code

func (*IdentityAccessManagementSignupUserInternalServerError) String added in v1.0.2

type IdentityAccessManagementSignupUserOK added in v1.0.2

type IdentityAccessManagementSignupUserOK struct {
	Payload *swagger_models.AAAResponse
}

IdentityAccessManagementSignupUserOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementSignupUserOK added in v1.0.2

func NewIdentityAccessManagementSignupUserOK() *IdentityAccessManagementSignupUserOK

NewIdentityAccessManagementSignupUserOK creates a IdentityAccessManagementSignupUserOK with default headers values

func (*IdentityAccessManagementSignupUserOK) Error added in v1.0.2

func (*IdentityAccessManagementSignupUserOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementSignupUserOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementSignupUserOK) IsClientError() bool

IsClientError returns true when this identity access management signup user o k response has a 4xx status code

func (*IdentityAccessManagementSignupUserOK) IsCode added in v1.0.2

IsCode returns true when this identity access management signup user o k response a status code equal to that given

func (*IdentityAccessManagementSignupUserOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management signup user o k response has a 3xx status code

func (*IdentityAccessManagementSignupUserOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementSignupUserOK) IsServerError() bool

IsServerError returns true when this identity access management signup user o k response has a 5xx status code

func (*IdentityAccessManagementSignupUserOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management signup user o k response has a 2xx status code

func (*IdentityAccessManagementSignupUserOK) String added in v1.0.2

type IdentityAccessManagementSignupUserParams added in v1.0.2

type IdentityAccessManagementSignupUserParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.AAARequestAdminUserSignup

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementSignupUserParams contains all the parameters to send to the API endpoint

for the identity access management signup user operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementSignupUserParams added in v1.0.2

func NewIdentityAccessManagementSignupUserParams() *IdentityAccessManagementSignupUserParams

NewIdentityAccessManagementSignupUserParams creates a new IdentityAccessManagementSignupUserParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementSignupUserParamsWithContext added in v1.0.2

func NewIdentityAccessManagementSignupUserParamsWithContext(ctx context.Context) *IdentityAccessManagementSignupUserParams

NewIdentityAccessManagementSignupUserParamsWithContext creates a new IdentityAccessManagementSignupUserParams object with the ability to set a context for a request.

func NewIdentityAccessManagementSignupUserParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementSignupUserParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementSignupUserParams

NewIdentityAccessManagementSignupUserParamsWithHTTPClient creates a new IdentityAccessManagementSignupUserParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementSignupUserParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementSignupUserParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementSignupUserParams

NewIdentityAccessManagementSignupUserParamsWithTimeout creates a new IdentityAccessManagementSignupUserParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementSignupUserParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management signup user params

func (*IdentityAccessManagementSignupUserParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management signup user params

func (*IdentityAccessManagementSignupUserParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management signup user params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementSignupUserParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementSignupUserParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management signup user params

func (*IdentityAccessManagementSignupUserParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management signup user params

func (*IdentityAccessManagementSignupUserParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementSignupUserParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management signup user params

func (*IdentityAccessManagementSignupUserParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management signup user params

func (*IdentityAccessManagementSignupUserParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management signup user params

func (*IdentityAccessManagementSignupUserParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management signup user params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementSignupUserParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management signup user params

func (*IdentityAccessManagementSignupUserParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management signup user params

func (*IdentityAccessManagementSignupUserParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management signup user params

func (*IdentityAccessManagementSignupUserParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementSignupUserReader added in v1.0.2

type IdentityAccessManagementSignupUserReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementSignupUserReader is a Reader for the IdentityAccessManagementSignupUser structure.

func (*IdentityAccessManagementSignupUserReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementSignupUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementSignupUserUnauthorized added in v1.0.2

type IdentityAccessManagementSignupUserUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementSignupUserUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementSignupUserUnauthorized added in v1.0.2

func NewIdentityAccessManagementSignupUserUnauthorized() *IdentityAccessManagementSignupUserUnauthorized

NewIdentityAccessManagementSignupUserUnauthorized creates a IdentityAccessManagementSignupUserUnauthorized with default headers values

func (*IdentityAccessManagementSignupUserUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementSignupUserUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementSignupUserUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management signup user unauthorized response has a 4xx status code

func (*IdentityAccessManagementSignupUserUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management signup user unauthorized response a status code equal to that given

func (*IdentityAccessManagementSignupUserUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management signup user unauthorized response has a 3xx status code

func (*IdentityAccessManagementSignupUserUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management signup user unauthorized response has a 5xx status code

func (*IdentityAccessManagementSignupUserUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management signup user unauthorized response has a 2xx status code

func (*IdentityAccessManagementSignupUserUnauthorized) String added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileBody added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileBody struct {

	// Mark this profile as active. Only one profile can be active in a given enterprise
	Active bool `json:"active,omitempty"`

	// Default Role ID to associate with the profile
	// Required: true
	// Pattern: [0-9A-Za-z_=-]{28}
	DefaultRoleID *string `json:"defaultRoleId"`

	// Detailed description of the profile
	// Max Length: 256
	Description string `json:"description,omitempty"`

	// Do not automatically create new users if this is set
	DisableAutoUserCreate bool `json:"disableAutoUserCreate,omitempty"`

	// Parent enterprise ID of the authorization profile
	// Pattern: [0-9A-Za-z_=-]{28}
	EnterpriseID string `json:"enterpriseId,omitempty"`

	// User defined name of the profile. Profile name is unique within an enterprise. Name can't be changed once created
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9][a-zA-Z0-9_.-]+
	Name *string `json:"name"`

	// Oauth profile configuration details
	OauthProfile *swagger_models.OAUTHProfile `json:"oauthProfile,omitempty"`

	// password profile
	PasswordProfile *swagger_models.PasswordProfile `json:"passwordProfile,omitempty"`

	// Authorization profile type
	ProfileType *swagger_models.AuthProfileType `json:"profileType,omitempty"`

	// system defined info
	// Read Only: true
	Revision *swagger_models.ObjectRevision `json:"revision,omitempty"`

	// test only
	TestOnly bool `json:"testOnly,omitempty"`

	// User defined title for the profile. Title can be changed anytime
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9]+[a-zA-Z0-9!-~ ]+
	Title *string `json:"title"`

	// Type of the profile
	Type *swagger_models.AuthType `json:"type,omitempty"`
}

IdentityAccessManagementUpdateAuthProfileBody Authorization profile detail // // Authorization profile meta data // Example: {"active":true,"defaultRoleId":"SysRoot","description":"","enterpriseId":"AAFlABDe6Nm63ixF5LJBbk9Keqp6","id":"AAGVABAmkIXXqJJPkpx1E_DKK2Gs","name":"test_profile","oauthProfile":{"OIDCEndPoint":"https://foo.com","clientID":"test","clientSecret":"","cryptoKey":"","encryptedSecrets":{},"roleScope":""},"revision":{"createdAt":"2020-07-17T06:27:27Z","createdBy":"us.root@zededa.com","curr":"1","prev":"","updatedAt":"2020-07-17T06:27:27Z","updatedBy":"us.root@zededa.com"},"testOnly":false,"title":"test_profile","type":"AUTH_TYPE_OAUTH"} swagger:model IdentityAccessManagementUpdateAuthProfileBody

func (*IdentityAccessManagementUpdateAuthProfileBody) ContextValidate added in v1.0.2

ContextValidate validate this identity access management update auth profile body based on the context it is used

func (*IdentityAccessManagementUpdateAuthProfileBody) MarshalBinary added in v1.0.2

MarshalBinary interface implementation

func (*IdentityAccessManagementUpdateAuthProfileBody) UnmarshalBinary added in v1.0.2

UnmarshalBinary interface implementation

func (*IdentityAccessManagementUpdateAuthProfileBody) Validate added in v1.0.2

Validate validates this identity access management update auth profile body

type IdentityAccessManagementUpdateAuthProfileConflict added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileConflict struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateAuthProfileConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing AAA profile record.

func NewIdentityAccessManagementUpdateAuthProfileConflict added in v1.0.2

func NewIdentityAccessManagementUpdateAuthProfileConflict() *IdentityAccessManagementUpdateAuthProfileConflict

NewIdentityAccessManagementUpdateAuthProfileConflict creates a IdentityAccessManagementUpdateAuthProfileConflict with default headers values

func (*IdentityAccessManagementUpdateAuthProfileConflict) Error added in v1.0.2

func (*IdentityAccessManagementUpdateAuthProfileConflict) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateAuthProfileConflict) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update auth profile conflict response has a 4xx status code

func (*IdentityAccessManagementUpdateAuthProfileConflict) IsCode added in v1.0.2

IsCode returns true when this identity access management update auth profile conflict response a status code equal to that given

func (*IdentityAccessManagementUpdateAuthProfileConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update auth profile conflict response has a 3xx status code

func (*IdentityAccessManagementUpdateAuthProfileConflict) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update auth profile conflict response has a 5xx status code

func (*IdentityAccessManagementUpdateAuthProfileConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update auth profile conflict response has a 2xx status code

func (*IdentityAccessManagementUpdateAuthProfileConflict) String added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileDefault added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateAuthProfileDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementUpdateAuthProfileDefault added in v1.0.2

func NewIdentityAccessManagementUpdateAuthProfileDefault(code int) *IdentityAccessManagementUpdateAuthProfileDefault

NewIdentityAccessManagementUpdateAuthProfileDefault creates a IdentityAccessManagementUpdateAuthProfileDefault with default headers values

func (*IdentityAccessManagementUpdateAuthProfileDefault) Code added in v1.0.2

Code gets the status code for the identity access management update auth profile default response

func (*IdentityAccessManagementUpdateAuthProfileDefault) Error added in v1.0.2

func (*IdentityAccessManagementUpdateAuthProfileDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateAuthProfileDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update auth profile default response has a 4xx status code

func (*IdentityAccessManagementUpdateAuthProfileDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management update auth profile default response a status code equal to that given

func (*IdentityAccessManagementUpdateAuthProfileDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update auth profile default response has a 3xx status code

func (*IdentityAccessManagementUpdateAuthProfileDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update auth profile default response has a 5xx status code

func (*IdentityAccessManagementUpdateAuthProfileDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update auth profile default response has a 2xx status code

func (*IdentityAccessManagementUpdateAuthProfileDefault) String added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileForbidden added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateAuthProfileForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementUpdateAuthProfileForbidden added in v1.0.2

func NewIdentityAccessManagementUpdateAuthProfileForbidden() *IdentityAccessManagementUpdateAuthProfileForbidden

NewIdentityAccessManagementUpdateAuthProfileForbidden creates a IdentityAccessManagementUpdateAuthProfileForbidden with default headers values

func (*IdentityAccessManagementUpdateAuthProfileForbidden) Error added in v1.0.2

func (*IdentityAccessManagementUpdateAuthProfileForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateAuthProfileForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update auth profile forbidden response has a 4xx status code

func (*IdentityAccessManagementUpdateAuthProfileForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management update auth profile forbidden response a status code equal to that given

func (*IdentityAccessManagementUpdateAuthProfileForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update auth profile forbidden response has a 3xx status code

func (*IdentityAccessManagementUpdateAuthProfileForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update auth profile forbidden response has a 5xx status code

func (*IdentityAccessManagementUpdateAuthProfileForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update auth profile forbidden response has a 2xx status code

func (*IdentityAccessManagementUpdateAuthProfileForbidden) String added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileGatewayTimeout added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateAuthProfileGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementUpdateAuthProfileGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateAuthProfileGatewayTimeout() *IdentityAccessManagementUpdateAuthProfileGatewayTimeout

NewIdentityAccessManagementUpdateAuthProfileGatewayTimeout creates a IdentityAccessManagementUpdateAuthProfileGatewayTimeout with default headers values

func (*IdentityAccessManagementUpdateAuthProfileGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementUpdateAuthProfileGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateAuthProfileGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update auth profile gateway timeout response has a 4xx status code

func (*IdentityAccessManagementUpdateAuthProfileGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management update auth profile gateway timeout response a status code equal to that given

func (*IdentityAccessManagementUpdateAuthProfileGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update auth profile gateway timeout response has a 3xx status code

func (*IdentityAccessManagementUpdateAuthProfileGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update auth profile gateway timeout response has a 5xx status code

func (*IdentityAccessManagementUpdateAuthProfileGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update auth profile gateway timeout response has a 2xx status code

func (*IdentityAccessManagementUpdateAuthProfileGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileInternalServerError added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateAuthProfileInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementUpdateAuthProfileInternalServerError added in v1.0.2

func NewIdentityAccessManagementUpdateAuthProfileInternalServerError() *IdentityAccessManagementUpdateAuthProfileInternalServerError

NewIdentityAccessManagementUpdateAuthProfileInternalServerError creates a IdentityAccessManagementUpdateAuthProfileInternalServerError with default headers values

func (*IdentityAccessManagementUpdateAuthProfileInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementUpdateAuthProfileInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateAuthProfileInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update auth profile internal server error response has a 4xx status code

func (*IdentityAccessManagementUpdateAuthProfileInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management update auth profile internal server error response a status code equal to that given

func (*IdentityAccessManagementUpdateAuthProfileInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update auth profile internal server error response has a 3xx status code

func (*IdentityAccessManagementUpdateAuthProfileInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update auth profile internal server error response has a 5xx status code

func (*IdentityAccessManagementUpdateAuthProfileInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update auth profile internal server error response has a 2xx status code

func (*IdentityAccessManagementUpdateAuthProfileInternalServerError) String added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileNotFound added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateAuthProfileNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementUpdateAuthProfileNotFound added in v1.0.2

func NewIdentityAccessManagementUpdateAuthProfileNotFound() *IdentityAccessManagementUpdateAuthProfileNotFound

NewIdentityAccessManagementUpdateAuthProfileNotFound creates a IdentityAccessManagementUpdateAuthProfileNotFound with default headers values

func (*IdentityAccessManagementUpdateAuthProfileNotFound) Error added in v1.0.2

func (*IdentityAccessManagementUpdateAuthProfileNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateAuthProfileNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update auth profile not found response has a 4xx status code

func (*IdentityAccessManagementUpdateAuthProfileNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management update auth profile not found response a status code equal to that given

func (*IdentityAccessManagementUpdateAuthProfileNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update auth profile not found response has a 3xx status code

func (*IdentityAccessManagementUpdateAuthProfileNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update auth profile not found response has a 5xx status code

func (*IdentityAccessManagementUpdateAuthProfileNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update auth profile not found response has a 2xx status code

func (*IdentityAccessManagementUpdateAuthProfileNotFound) String added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileOK added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementUpdateAuthProfileOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementUpdateAuthProfileOK added in v1.0.2

func NewIdentityAccessManagementUpdateAuthProfileOK() *IdentityAccessManagementUpdateAuthProfileOK

NewIdentityAccessManagementUpdateAuthProfileOK creates a IdentityAccessManagementUpdateAuthProfileOK with default headers values

func (*IdentityAccessManagementUpdateAuthProfileOK) Error added in v1.0.2

func (*IdentityAccessManagementUpdateAuthProfileOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateAuthProfileOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update auth profile o k response has a 4xx status code

func (*IdentityAccessManagementUpdateAuthProfileOK) IsCode added in v1.0.2

IsCode returns true when this identity access management update auth profile o k response a status code equal to that given

func (*IdentityAccessManagementUpdateAuthProfileOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update auth profile o k response has a 3xx status code

func (*IdentityAccessManagementUpdateAuthProfileOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update auth profile o k response has a 5xx status code

func (*IdentityAccessManagementUpdateAuthProfileOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update auth profile o k response has a 2xx status code

func (*IdentityAccessManagementUpdateAuthProfileOK) String added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileParams added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body IdentityAccessManagementUpdateAuthProfileBody

	/* ID.

	   Unique system defined profile ID
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateAuthProfileParams contains all the parameters to send to the API endpoint

for the identity access management update auth profile operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementUpdateAuthProfileParams added in v1.0.2

func NewIdentityAccessManagementUpdateAuthProfileParams() *IdentityAccessManagementUpdateAuthProfileParams

NewIdentityAccessManagementUpdateAuthProfileParams creates a new IdentityAccessManagementUpdateAuthProfileParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementUpdateAuthProfileParamsWithContext added in v1.0.2

func NewIdentityAccessManagementUpdateAuthProfileParamsWithContext(ctx context.Context) *IdentityAccessManagementUpdateAuthProfileParams

NewIdentityAccessManagementUpdateAuthProfileParamsWithContext creates a new IdentityAccessManagementUpdateAuthProfileParams object with the ability to set a context for a request.

func NewIdentityAccessManagementUpdateAuthProfileParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementUpdateAuthProfileParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementUpdateAuthProfileParams

NewIdentityAccessManagementUpdateAuthProfileParamsWithHTTPClient creates a new IdentityAccessManagementUpdateAuthProfileParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementUpdateAuthProfileParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateAuthProfileParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementUpdateAuthProfileParams

NewIdentityAccessManagementUpdateAuthProfileParamsWithTimeout creates a new IdentityAccessManagementUpdateAuthProfileParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementUpdateAuthProfileParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management update auth profile params

func (*IdentityAccessManagementUpdateAuthProfileParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management update auth profile params

func (*IdentityAccessManagementUpdateAuthProfileParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management update auth profile params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateAuthProfileParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management update auth profile params

func (*IdentityAccessManagementUpdateAuthProfileParams) SetID added in v1.0.2

SetID adds the id to the identity access management update auth profile params

func (*IdentityAccessManagementUpdateAuthProfileParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management update auth profile params

func (*IdentityAccessManagementUpdateAuthProfileParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementUpdateAuthProfileParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management update auth profile params

func (*IdentityAccessManagementUpdateAuthProfileParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management update auth profile params

func (*IdentityAccessManagementUpdateAuthProfileParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management update auth profile params

func (*IdentityAccessManagementUpdateAuthProfileParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management update auth profile params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateAuthProfileParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management update auth profile params

func (*IdentityAccessManagementUpdateAuthProfileParams) WithID added in v1.0.2

WithID adds the id to the identity access management update auth profile params

func (*IdentityAccessManagementUpdateAuthProfileParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management update auth profile params

func (*IdentityAccessManagementUpdateAuthProfileParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management update auth profile params

func (*IdentityAccessManagementUpdateAuthProfileParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementUpdateAuthProfileReader added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateAuthProfileReader is a Reader for the IdentityAccessManagementUpdateAuthProfile structure.

func (*IdentityAccessManagementUpdateAuthProfileReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementUpdateAuthProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementUpdateAuthProfileUnauthorized added in v1.0.2

type IdentityAccessManagementUpdateAuthProfileUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateAuthProfileUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementUpdateAuthProfileUnauthorized added in v1.0.2

func NewIdentityAccessManagementUpdateAuthProfileUnauthorized() *IdentityAccessManagementUpdateAuthProfileUnauthorized

NewIdentityAccessManagementUpdateAuthProfileUnauthorized creates a IdentityAccessManagementUpdateAuthProfileUnauthorized with default headers values

func (*IdentityAccessManagementUpdateAuthProfileUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementUpdateAuthProfileUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateAuthProfileUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update auth profile unauthorized response has a 4xx status code

func (*IdentityAccessManagementUpdateAuthProfileUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management update auth profile unauthorized response a status code equal to that given

func (*IdentityAccessManagementUpdateAuthProfileUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update auth profile unauthorized response has a 3xx status code

func (*IdentityAccessManagementUpdateAuthProfileUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update auth profile unauthorized response has a 5xx status code

func (*IdentityAccessManagementUpdateAuthProfileUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update auth profile unauthorized response has a 2xx status code

func (*IdentityAccessManagementUpdateAuthProfileUnauthorized) String added in v1.0.2

type IdentityAccessManagementUpdateCredentialConflict added in v1.0.2

type IdentityAccessManagementUpdateCredentialConflict struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateCredentialConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing IAM credential record.

func NewIdentityAccessManagementUpdateCredentialConflict added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialConflict() *IdentityAccessManagementUpdateCredentialConflict

NewIdentityAccessManagementUpdateCredentialConflict creates a IdentityAccessManagementUpdateCredentialConflict with default headers values

func (*IdentityAccessManagementUpdateCredentialConflict) Error added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialConflict) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialConflict) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update credential conflict response has a 4xx status code

func (*IdentityAccessManagementUpdateCredentialConflict) IsCode added in v1.0.2

IsCode returns true when this identity access management update credential conflict response a status code equal to that given

func (*IdentityAccessManagementUpdateCredentialConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update credential conflict response has a 3xx status code

func (*IdentityAccessManagementUpdateCredentialConflict) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update credential conflict response has a 5xx status code

func (*IdentityAccessManagementUpdateCredentialConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update credential conflict response has a 2xx status code

func (*IdentityAccessManagementUpdateCredentialConflict) String added in v1.0.2

type IdentityAccessManagementUpdateCredentialDefault added in v1.0.2

type IdentityAccessManagementUpdateCredentialDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateCredentialDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementUpdateCredentialDefault added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialDefault(code int) *IdentityAccessManagementUpdateCredentialDefault

NewIdentityAccessManagementUpdateCredentialDefault creates a IdentityAccessManagementUpdateCredentialDefault with default headers values

func (*IdentityAccessManagementUpdateCredentialDefault) Code added in v1.0.2

Code gets the status code for the identity access management update credential default response

func (*IdentityAccessManagementUpdateCredentialDefault) Error added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update credential default response has a 4xx status code

func (*IdentityAccessManagementUpdateCredentialDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management update credential default response a status code equal to that given

func (*IdentityAccessManagementUpdateCredentialDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update credential default response has a 3xx status code

func (*IdentityAccessManagementUpdateCredentialDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update credential default response has a 5xx status code

func (*IdentityAccessManagementUpdateCredentialDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update credential default response has a 2xx status code

func (*IdentityAccessManagementUpdateCredentialDefault) String added in v1.0.2

type IdentityAccessManagementUpdateCredentialForbidden added in v1.0.2

type IdentityAccessManagementUpdateCredentialForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateCredentialForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementUpdateCredentialForbidden added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialForbidden() *IdentityAccessManagementUpdateCredentialForbidden

NewIdentityAccessManagementUpdateCredentialForbidden creates a IdentityAccessManagementUpdateCredentialForbidden with default headers values

func (*IdentityAccessManagementUpdateCredentialForbidden) Error added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update credential forbidden response has a 4xx status code

func (*IdentityAccessManagementUpdateCredentialForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management update credential forbidden response a status code equal to that given

func (*IdentityAccessManagementUpdateCredentialForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update credential forbidden response has a 3xx status code

func (*IdentityAccessManagementUpdateCredentialForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update credential forbidden response has a 5xx status code

func (*IdentityAccessManagementUpdateCredentialForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update credential forbidden response has a 2xx status code

func (*IdentityAccessManagementUpdateCredentialForbidden) String added in v1.0.2

type IdentityAccessManagementUpdateCredentialGatewayTimeout added in v1.0.2

type IdentityAccessManagementUpdateCredentialGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateCredentialGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementUpdateCredentialGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialGatewayTimeout() *IdentityAccessManagementUpdateCredentialGatewayTimeout

NewIdentityAccessManagementUpdateCredentialGatewayTimeout creates a IdentityAccessManagementUpdateCredentialGatewayTimeout with default headers values

func (*IdentityAccessManagementUpdateCredentialGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update credential gateway timeout response has a 4xx status code

func (*IdentityAccessManagementUpdateCredentialGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management update credential gateway timeout response a status code equal to that given

func (*IdentityAccessManagementUpdateCredentialGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update credential gateway timeout response has a 3xx status code

func (*IdentityAccessManagementUpdateCredentialGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update credential gateway timeout response has a 5xx status code

func (*IdentityAccessManagementUpdateCredentialGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update credential gateway timeout response has a 2xx status code

func (*IdentityAccessManagementUpdateCredentialGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementUpdateCredentialInternalServerError added in v1.0.2

type IdentityAccessManagementUpdateCredentialInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateCredentialInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementUpdateCredentialInternalServerError added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialInternalServerError() *IdentityAccessManagementUpdateCredentialInternalServerError

NewIdentityAccessManagementUpdateCredentialInternalServerError creates a IdentityAccessManagementUpdateCredentialInternalServerError with default headers values

func (*IdentityAccessManagementUpdateCredentialInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update credential internal server error response has a 4xx status code

func (*IdentityAccessManagementUpdateCredentialInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management update credential internal server error response a status code equal to that given

func (*IdentityAccessManagementUpdateCredentialInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update credential internal server error response has a 3xx status code

func (*IdentityAccessManagementUpdateCredentialInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update credential internal server error response has a 5xx status code

func (*IdentityAccessManagementUpdateCredentialInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update credential internal server error response has a 2xx status code

func (*IdentityAccessManagementUpdateCredentialInternalServerError) String added in v1.0.2

type IdentityAccessManagementUpdateCredentialNotFound added in v1.0.2

type IdentityAccessManagementUpdateCredentialNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateCredentialNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementUpdateCredentialNotFound added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialNotFound() *IdentityAccessManagementUpdateCredentialNotFound

NewIdentityAccessManagementUpdateCredentialNotFound creates a IdentityAccessManagementUpdateCredentialNotFound with default headers values

func (*IdentityAccessManagementUpdateCredentialNotFound) Error added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update credential not found response has a 4xx status code

func (*IdentityAccessManagementUpdateCredentialNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management update credential not found response a status code equal to that given

func (*IdentityAccessManagementUpdateCredentialNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update credential not found response has a 3xx status code

func (*IdentityAccessManagementUpdateCredentialNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update credential not found response has a 5xx status code

func (*IdentityAccessManagementUpdateCredentialNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update credential not found response has a 2xx status code

func (*IdentityAccessManagementUpdateCredentialNotFound) String added in v1.0.2

type IdentityAccessManagementUpdateCredentialOK added in v1.0.2

type IdentityAccessManagementUpdateCredentialOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementUpdateCredentialOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementUpdateCredentialOK added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialOK() *IdentityAccessManagementUpdateCredentialOK

NewIdentityAccessManagementUpdateCredentialOK creates a IdentityAccessManagementUpdateCredentialOK with default headers values

func (*IdentityAccessManagementUpdateCredentialOK) Error added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update credential o k response has a 4xx status code

func (*IdentityAccessManagementUpdateCredentialOK) IsCode added in v1.0.2

IsCode returns true when this identity access management update credential o k response a status code equal to that given

func (*IdentityAccessManagementUpdateCredentialOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update credential o k response has a 3xx status code

func (*IdentityAccessManagementUpdateCredentialOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update credential o k response has a 5xx status code

func (*IdentityAccessManagementUpdateCredentialOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update credential o k response has a 2xx status code

func (*IdentityAccessManagementUpdateCredentialOK) String added in v1.0.2

type IdentityAccessManagementUpdateCredentialParams added in v1.0.2

type IdentityAccessManagementUpdateCredentialParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.Credential

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateCredentialParams contains all the parameters to send to the API endpoint

for the identity access management update credential operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementUpdateCredentialParams added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialParams() *IdentityAccessManagementUpdateCredentialParams

NewIdentityAccessManagementUpdateCredentialParams creates a new IdentityAccessManagementUpdateCredentialParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementUpdateCredentialParamsWithContext added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialParamsWithContext(ctx context.Context) *IdentityAccessManagementUpdateCredentialParams

NewIdentityAccessManagementUpdateCredentialParamsWithContext creates a new IdentityAccessManagementUpdateCredentialParams object with the ability to set a context for a request.

func NewIdentityAccessManagementUpdateCredentialParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementUpdateCredentialParams

NewIdentityAccessManagementUpdateCredentialParamsWithHTTPClient creates a new IdentityAccessManagementUpdateCredentialParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementUpdateCredentialParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementUpdateCredentialParams

NewIdentityAccessManagementUpdateCredentialParamsWithTimeout creates a new IdentityAccessManagementUpdateCredentialParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementUpdateCredentialParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management update credential params

func (*IdentityAccessManagementUpdateCredentialParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management update credential params

func (*IdentityAccessManagementUpdateCredentialParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management update credential params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateCredentialParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management update credential params

func (*IdentityAccessManagementUpdateCredentialParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management update credential params

func (*IdentityAccessManagementUpdateCredentialParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementUpdateCredentialParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management update credential params

func (*IdentityAccessManagementUpdateCredentialParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management update credential params

func (*IdentityAccessManagementUpdateCredentialParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management update credential params

func (*IdentityAccessManagementUpdateCredentialParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management update credential params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateCredentialParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management update credential params

func (*IdentityAccessManagementUpdateCredentialParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management update credential params

func (*IdentityAccessManagementUpdateCredentialParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management update credential params

func (*IdentityAccessManagementUpdateCredentialParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementUpdateCredentialReader added in v1.0.2

type IdentityAccessManagementUpdateCredentialReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateCredentialReader is a Reader for the IdentityAccessManagementUpdateCredential structure.

func (*IdentityAccessManagementUpdateCredentialReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementUpdateCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementUpdateCredentialSelfConflict added in v1.0.2

type IdentityAccessManagementUpdateCredentialSelfConflict struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateCredentialSelfConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing IAM credential record.

func NewIdentityAccessManagementUpdateCredentialSelfConflict added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialSelfConflict() *IdentityAccessManagementUpdateCredentialSelfConflict

NewIdentityAccessManagementUpdateCredentialSelfConflict creates a IdentityAccessManagementUpdateCredentialSelfConflict with default headers values

func (*IdentityAccessManagementUpdateCredentialSelfConflict) Error added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialSelfConflict) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialSelfConflict) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update credential self conflict response has a 4xx status code

func (*IdentityAccessManagementUpdateCredentialSelfConflict) IsCode added in v1.0.2

IsCode returns true when this identity access management update credential self conflict response a status code equal to that given

func (*IdentityAccessManagementUpdateCredentialSelfConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update credential self conflict response has a 3xx status code

func (*IdentityAccessManagementUpdateCredentialSelfConflict) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update credential self conflict response has a 5xx status code

func (*IdentityAccessManagementUpdateCredentialSelfConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update credential self conflict response has a 2xx status code

func (*IdentityAccessManagementUpdateCredentialSelfConflict) String added in v1.0.2

type IdentityAccessManagementUpdateCredentialSelfDefault added in v1.0.2

type IdentityAccessManagementUpdateCredentialSelfDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateCredentialSelfDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementUpdateCredentialSelfDefault added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialSelfDefault(code int) *IdentityAccessManagementUpdateCredentialSelfDefault

NewIdentityAccessManagementUpdateCredentialSelfDefault creates a IdentityAccessManagementUpdateCredentialSelfDefault with default headers values

func (*IdentityAccessManagementUpdateCredentialSelfDefault) Code added in v1.0.2

Code gets the status code for the identity access management update credential self default response

func (*IdentityAccessManagementUpdateCredentialSelfDefault) Error added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialSelfDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialSelfDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update credential self default response has a 4xx status code

func (*IdentityAccessManagementUpdateCredentialSelfDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management update credential self default response a status code equal to that given

func (*IdentityAccessManagementUpdateCredentialSelfDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update credential self default response has a 3xx status code

func (*IdentityAccessManagementUpdateCredentialSelfDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update credential self default response has a 5xx status code

func (*IdentityAccessManagementUpdateCredentialSelfDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update credential self default response has a 2xx status code

func (*IdentityAccessManagementUpdateCredentialSelfDefault) String added in v1.0.2

type IdentityAccessManagementUpdateCredentialSelfForbidden added in v1.0.2

type IdentityAccessManagementUpdateCredentialSelfForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateCredentialSelfForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementUpdateCredentialSelfForbidden added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialSelfForbidden() *IdentityAccessManagementUpdateCredentialSelfForbidden

NewIdentityAccessManagementUpdateCredentialSelfForbidden creates a IdentityAccessManagementUpdateCredentialSelfForbidden with default headers values

func (*IdentityAccessManagementUpdateCredentialSelfForbidden) Error added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialSelfForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialSelfForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update credential self forbidden response has a 4xx status code

func (*IdentityAccessManagementUpdateCredentialSelfForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management update credential self forbidden response a status code equal to that given

func (*IdentityAccessManagementUpdateCredentialSelfForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update credential self forbidden response has a 3xx status code

func (*IdentityAccessManagementUpdateCredentialSelfForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update credential self forbidden response has a 5xx status code

func (*IdentityAccessManagementUpdateCredentialSelfForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update credential self forbidden response has a 2xx status code

func (*IdentityAccessManagementUpdateCredentialSelfForbidden) String added in v1.0.2

type IdentityAccessManagementUpdateCredentialSelfGatewayTimeout added in v1.0.2

type IdentityAccessManagementUpdateCredentialSelfGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateCredentialSelfGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementUpdateCredentialSelfGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialSelfGatewayTimeout() *IdentityAccessManagementUpdateCredentialSelfGatewayTimeout

NewIdentityAccessManagementUpdateCredentialSelfGatewayTimeout creates a IdentityAccessManagementUpdateCredentialSelfGatewayTimeout with default headers values

func (*IdentityAccessManagementUpdateCredentialSelfGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialSelfGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialSelfGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update credential self gateway timeout response has a 4xx status code

func (*IdentityAccessManagementUpdateCredentialSelfGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management update credential self gateway timeout response a status code equal to that given

func (*IdentityAccessManagementUpdateCredentialSelfGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update credential self gateway timeout response has a 3xx status code

func (*IdentityAccessManagementUpdateCredentialSelfGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update credential self gateway timeout response has a 5xx status code

func (*IdentityAccessManagementUpdateCredentialSelfGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update credential self gateway timeout response has a 2xx status code

func (*IdentityAccessManagementUpdateCredentialSelfGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementUpdateCredentialSelfInternalServerError added in v1.0.2

type IdentityAccessManagementUpdateCredentialSelfInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateCredentialSelfInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementUpdateCredentialSelfInternalServerError added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialSelfInternalServerError() *IdentityAccessManagementUpdateCredentialSelfInternalServerError

NewIdentityAccessManagementUpdateCredentialSelfInternalServerError creates a IdentityAccessManagementUpdateCredentialSelfInternalServerError with default headers values

func (*IdentityAccessManagementUpdateCredentialSelfInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialSelfInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialSelfInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update credential self internal server error response has a 4xx status code

func (*IdentityAccessManagementUpdateCredentialSelfInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management update credential self internal server error response a status code equal to that given

func (*IdentityAccessManagementUpdateCredentialSelfInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update credential self internal server error response has a 3xx status code

func (*IdentityAccessManagementUpdateCredentialSelfInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update credential self internal server error response has a 5xx status code

func (*IdentityAccessManagementUpdateCredentialSelfInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update credential self internal server error response has a 2xx status code

func (*IdentityAccessManagementUpdateCredentialSelfInternalServerError) String added in v1.0.2

type IdentityAccessManagementUpdateCredentialSelfNotFound added in v1.0.2

type IdentityAccessManagementUpdateCredentialSelfNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateCredentialSelfNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementUpdateCredentialSelfNotFound added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialSelfNotFound() *IdentityAccessManagementUpdateCredentialSelfNotFound

NewIdentityAccessManagementUpdateCredentialSelfNotFound creates a IdentityAccessManagementUpdateCredentialSelfNotFound with default headers values

func (*IdentityAccessManagementUpdateCredentialSelfNotFound) Error added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialSelfNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialSelfNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update credential self not found response has a 4xx status code

func (*IdentityAccessManagementUpdateCredentialSelfNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management update credential self not found response a status code equal to that given

func (*IdentityAccessManagementUpdateCredentialSelfNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update credential self not found response has a 3xx status code

func (*IdentityAccessManagementUpdateCredentialSelfNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update credential self not found response has a 5xx status code

func (*IdentityAccessManagementUpdateCredentialSelfNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update credential self not found response has a 2xx status code

func (*IdentityAccessManagementUpdateCredentialSelfNotFound) String added in v1.0.2

type IdentityAccessManagementUpdateCredentialSelfOK added in v1.0.2

type IdentityAccessManagementUpdateCredentialSelfOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementUpdateCredentialSelfOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementUpdateCredentialSelfOK added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialSelfOK() *IdentityAccessManagementUpdateCredentialSelfOK

NewIdentityAccessManagementUpdateCredentialSelfOK creates a IdentityAccessManagementUpdateCredentialSelfOK with default headers values

func (*IdentityAccessManagementUpdateCredentialSelfOK) Error added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialSelfOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialSelfOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update credential self o k response has a 4xx status code

func (*IdentityAccessManagementUpdateCredentialSelfOK) IsCode added in v1.0.2

IsCode returns true when this identity access management update credential self o k response a status code equal to that given

func (*IdentityAccessManagementUpdateCredentialSelfOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update credential self o k response has a 3xx status code

func (*IdentityAccessManagementUpdateCredentialSelfOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update credential self o k response has a 5xx status code

func (*IdentityAccessManagementUpdateCredentialSelfOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update credential self o k response has a 2xx status code

func (*IdentityAccessManagementUpdateCredentialSelfOK) String added in v1.0.2

type IdentityAccessManagementUpdateCredentialSelfParams added in v1.0.2

type IdentityAccessManagementUpdateCredentialSelfParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.Credential

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateCredentialSelfParams contains all the parameters to send to the API endpoint

for the identity access management update credential self operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementUpdateCredentialSelfParams added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialSelfParams() *IdentityAccessManagementUpdateCredentialSelfParams

NewIdentityAccessManagementUpdateCredentialSelfParams creates a new IdentityAccessManagementUpdateCredentialSelfParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementUpdateCredentialSelfParamsWithContext added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialSelfParamsWithContext(ctx context.Context) *IdentityAccessManagementUpdateCredentialSelfParams

NewIdentityAccessManagementUpdateCredentialSelfParamsWithContext creates a new IdentityAccessManagementUpdateCredentialSelfParams object with the ability to set a context for a request.

func NewIdentityAccessManagementUpdateCredentialSelfParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialSelfParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementUpdateCredentialSelfParams

NewIdentityAccessManagementUpdateCredentialSelfParamsWithHTTPClient creates a new IdentityAccessManagementUpdateCredentialSelfParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementUpdateCredentialSelfParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialSelfParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementUpdateCredentialSelfParams

NewIdentityAccessManagementUpdateCredentialSelfParamsWithTimeout creates a new IdentityAccessManagementUpdateCredentialSelfParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementUpdateCredentialSelfParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management update credential self params

func (*IdentityAccessManagementUpdateCredentialSelfParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management update credential self params

func (*IdentityAccessManagementUpdateCredentialSelfParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management update credential self params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateCredentialSelfParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management update credential self params

func (*IdentityAccessManagementUpdateCredentialSelfParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management update credential self params

func (*IdentityAccessManagementUpdateCredentialSelfParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementUpdateCredentialSelfParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management update credential self params

func (*IdentityAccessManagementUpdateCredentialSelfParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management update credential self params

func (*IdentityAccessManagementUpdateCredentialSelfParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management update credential self params

func (*IdentityAccessManagementUpdateCredentialSelfParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management update credential self params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateCredentialSelfParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management update credential self params

func (*IdentityAccessManagementUpdateCredentialSelfParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management update credential self params

func (*IdentityAccessManagementUpdateCredentialSelfParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management update credential self params

func (*IdentityAccessManagementUpdateCredentialSelfParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementUpdateCredentialSelfReader added in v1.0.2

type IdentityAccessManagementUpdateCredentialSelfReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateCredentialSelfReader is a Reader for the IdentityAccessManagementUpdateCredentialSelf structure.

func (*IdentityAccessManagementUpdateCredentialSelfReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementUpdateCredentialSelfReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementUpdateCredentialSelfUnauthorized added in v1.0.2

type IdentityAccessManagementUpdateCredentialSelfUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateCredentialSelfUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementUpdateCredentialSelfUnauthorized added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialSelfUnauthorized() *IdentityAccessManagementUpdateCredentialSelfUnauthorized

NewIdentityAccessManagementUpdateCredentialSelfUnauthorized creates a IdentityAccessManagementUpdateCredentialSelfUnauthorized with default headers values

func (*IdentityAccessManagementUpdateCredentialSelfUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialSelfUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialSelfUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update credential self unauthorized response has a 4xx status code

func (*IdentityAccessManagementUpdateCredentialSelfUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management update credential self unauthorized response a status code equal to that given

func (*IdentityAccessManagementUpdateCredentialSelfUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update credential self unauthorized response has a 3xx status code

func (*IdentityAccessManagementUpdateCredentialSelfUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update credential self unauthorized response has a 5xx status code

func (*IdentityAccessManagementUpdateCredentialSelfUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update credential self unauthorized response has a 2xx status code

func (*IdentityAccessManagementUpdateCredentialSelfUnauthorized) String added in v1.0.2

type IdentityAccessManagementUpdateCredentialUnauthorized added in v1.0.2

type IdentityAccessManagementUpdateCredentialUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateCredentialUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementUpdateCredentialUnauthorized added in v1.0.2

func NewIdentityAccessManagementUpdateCredentialUnauthorized() *IdentityAccessManagementUpdateCredentialUnauthorized

NewIdentityAccessManagementUpdateCredentialUnauthorized creates a IdentityAccessManagementUpdateCredentialUnauthorized with default headers values

func (*IdentityAccessManagementUpdateCredentialUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateCredentialUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update credential unauthorized response has a 4xx status code

func (*IdentityAccessManagementUpdateCredentialUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management update credential unauthorized response a status code equal to that given

func (*IdentityAccessManagementUpdateCredentialUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update credential unauthorized response has a 3xx status code

func (*IdentityAccessManagementUpdateCredentialUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update credential unauthorized response has a 5xx status code

func (*IdentityAccessManagementUpdateCredentialUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update credential unauthorized response has a 2xx status code

func (*IdentityAccessManagementUpdateCredentialUnauthorized) String added in v1.0.2

type IdentityAccessManagementUpdateDocPolicyLatestConflict added in v1.0.2

type IdentityAccessManagementUpdateDocPolicyLatestConflict struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateDocPolicyLatestConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing AAA profile record.

func NewIdentityAccessManagementUpdateDocPolicyLatestConflict added in v1.0.2

func NewIdentityAccessManagementUpdateDocPolicyLatestConflict() *IdentityAccessManagementUpdateDocPolicyLatestConflict

NewIdentityAccessManagementUpdateDocPolicyLatestConflict creates a IdentityAccessManagementUpdateDocPolicyLatestConflict with default headers values

func (*IdentityAccessManagementUpdateDocPolicyLatestConflict) Error added in v1.0.2

func (*IdentityAccessManagementUpdateDocPolicyLatestConflict) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateDocPolicyLatestConflict) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update doc policy latest conflict response has a 4xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestConflict) IsCode added in v1.0.2

IsCode returns true when this identity access management update doc policy latest conflict response a status code equal to that given

func (*IdentityAccessManagementUpdateDocPolicyLatestConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update doc policy latest conflict response has a 3xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestConflict) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update doc policy latest conflict response has a 5xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update doc policy latest conflict response has a 2xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestConflict) String added in v1.0.2

type IdentityAccessManagementUpdateDocPolicyLatestDefault added in v1.0.2

type IdentityAccessManagementUpdateDocPolicyLatestDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateDocPolicyLatestDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementUpdateDocPolicyLatestDefault added in v1.0.2

func NewIdentityAccessManagementUpdateDocPolicyLatestDefault(code int) *IdentityAccessManagementUpdateDocPolicyLatestDefault

NewIdentityAccessManagementUpdateDocPolicyLatestDefault creates a IdentityAccessManagementUpdateDocPolicyLatestDefault with default headers values

func (*IdentityAccessManagementUpdateDocPolicyLatestDefault) Code added in v1.0.2

Code gets the status code for the identity access management update doc policy latest default response

func (*IdentityAccessManagementUpdateDocPolicyLatestDefault) Error added in v1.0.2

func (*IdentityAccessManagementUpdateDocPolicyLatestDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateDocPolicyLatestDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update doc policy latest default response has a 4xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management update doc policy latest default response a status code equal to that given

func (*IdentityAccessManagementUpdateDocPolicyLatestDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update doc policy latest default response has a 3xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update doc policy latest default response has a 5xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update doc policy latest default response has a 2xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestDefault) String added in v1.0.2

type IdentityAccessManagementUpdateDocPolicyLatestForbidden added in v1.0.2

type IdentityAccessManagementUpdateDocPolicyLatestForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateDocPolicyLatestForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementUpdateDocPolicyLatestForbidden added in v1.0.2

func NewIdentityAccessManagementUpdateDocPolicyLatestForbidden() *IdentityAccessManagementUpdateDocPolicyLatestForbidden

NewIdentityAccessManagementUpdateDocPolicyLatestForbidden creates a IdentityAccessManagementUpdateDocPolicyLatestForbidden with default headers values

func (*IdentityAccessManagementUpdateDocPolicyLatestForbidden) Error added in v1.0.2

func (*IdentityAccessManagementUpdateDocPolicyLatestForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateDocPolicyLatestForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update doc policy latest forbidden response has a 4xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management update doc policy latest forbidden response a status code equal to that given

func (*IdentityAccessManagementUpdateDocPolicyLatestForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update doc policy latest forbidden response has a 3xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update doc policy latest forbidden response has a 5xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update doc policy latest forbidden response has a 2xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestForbidden) String added in v1.0.2

type IdentityAccessManagementUpdateDocPolicyLatestGatewayTimeout added in v1.0.2

type IdentityAccessManagementUpdateDocPolicyLatestGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateDocPolicyLatestGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementUpdateDocPolicyLatestGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateDocPolicyLatestGatewayTimeout() *IdentityAccessManagementUpdateDocPolicyLatestGatewayTimeout

NewIdentityAccessManagementUpdateDocPolicyLatestGatewayTimeout creates a IdentityAccessManagementUpdateDocPolicyLatestGatewayTimeout with default headers values

func (*IdentityAccessManagementUpdateDocPolicyLatestGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementUpdateDocPolicyLatestGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateDocPolicyLatestGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update doc policy latest gateway timeout response has a 4xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management update doc policy latest gateway timeout response a status code equal to that given

func (*IdentityAccessManagementUpdateDocPolicyLatestGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update doc policy latest gateway timeout response has a 3xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update doc policy latest gateway timeout response has a 5xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update doc policy latest gateway timeout response has a 2xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementUpdateDocPolicyLatestInternalServerError added in v1.0.2

type IdentityAccessManagementUpdateDocPolicyLatestInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateDocPolicyLatestInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementUpdateDocPolicyLatestInternalServerError added in v1.0.2

func NewIdentityAccessManagementUpdateDocPolicyLatestInternalServerError() *IdentityAccessManagementUpdateDocPolicyLatestInternalServerError

NewIdentityAccessManagementUpdateDocPolicyLatestInternalServerError creates a IdentityAccessManagementUpdateDocPolicyLatestInternalServerError with default headers values

func (*IdentityAccessManagementUpdateDocPolicyLatestInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementUpdateDocPolicyLatestInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateDocPolicyLatestInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update doc policy latest internal server error response has a 4xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management update doc policy latest internal server error response a status code equal to that given

func (*IdentityAccessManagementUpdateDocPolicyLatestInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update doc policy latest internal server error response has a 3xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update doc policy latest internal server error response has a 5xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update doc policy latest internal server error response has a 2xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestInternalServerError) String added in v1.0.2

type IdentityAccessManagementUpdateDocPolicyLatestNotFound added in v1.0.2

type IdentityAccessManagementUpdateDocPolicyLatestNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateDocPolicyLatestNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementUpdateDocPolicyLatestNotFound added in v1.0.2

func NewIdentityAccessManagementUpdateDocPolicyLatestNotFound() *IdentityAccessManagementUpdateDocPolicyLatestNotFound

NewIdentityAccessManagementUpdateDocPolicyLatestNotFound creates a IdentityAccessManagementUpdateDocPolicyLatestNotFound with default headers values

func (*IdentityAccessManagementUpdateDocPolicyLatestNotFound) Error added in v1.0.2

func (*IdentityAccessManagementUpdateDocPolicyLatestNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateDocPolicyLatestNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update doc policy latest not found response has a 4xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management update doc policy latest not found response a status code equal to that given

func (*IdentityAccessManagementUpdateDocPolicyLatestNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update doc policy latest not found response has a 3xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update doc policy latest not found response has a 5xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update doc policy latest not found response has a 2xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestNotFound) String added in v1.0.2

type IdentityAccessManagementUpdateDocPolicyLatestOK added in v1.0.2

type IdentityAccessManagementUpdateDocPolicyLatestOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementUpdateDocPolicyLatestOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementUpdateDocPolicyLatestOK added in v1.0.2

func NewIdentityAccessManagementUpdateDocPolicyLatestOK() *IdentityAccessManagementUpdateDocPolicyLatestOK

NewIdentityAccessManagementUpdateDocPolicyLatestOK creates a IdentityAccessManagementUpdateDocPolicyLatestOK with default headers values

func (*IdentityAccessManagementUpdateDocPolicyLatestOK) Error added in v1.0.2

func (*IdentityAccessManagementUpdateDocPolicyLatestOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateDocPolicyLatestOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update doc policy latest o k response has a 4xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestOK) IsCode added in v1.0.2

IsCode returns true when this identity access management update doc policy latest o k response a status code equal to that given

func (*IdentityAccessManagementUpdateDocPolicyLatestOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update doc policy latest o k response has a 3xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update doc policy latest o k response has a 5xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update doc policy latest o k response has a 2xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestOK) String added in v1.0.2

type IdentityAccessManagementUpdateDocPolicyLatestParams added in v1.0.2

type IdentityAccessManagementUpdateDocPolicyLatestParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.DocPolicy

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateDocPolicyLatestParams contains all the parameters to send to the API endpoint

for the identity access management update doc policy latest operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementUpdateDocPolicyLatestParams added in v1.0.2

func NewIdentityAccessManagementUpdateDocPolicyLatestParams() *IdentityAccessManagementUpdateDocPolicyLatestParams

NewIdentityAccessManagementUpdateDocPolicyLatestParams creates a new IdentityAccessManagementUpdateDocPolicyLatestParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementUpdateDocPolicyLatestParamsWithContext added in v1.0.2

func NewIdentityAccessManagementUpdateDocPolicyLatestParamsWithContext(ctx context.Context) *IdentityAccessManagementUpdateDocPolicyLatestParams

NewIdentityAccessManagementUpdateDocPolicyLatestParamsWithContext creates a new IdentityAccessManagementUpdateDocPolicyLatestParams object with the ability to set a context for a request.

func NewIdentityAccessManagementUpdateDocPolicyLatestParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementUpdateDocPolicyLatestParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementUpdateDocPolicyLatestParams

NewIdentityAccessManagementUpdateDocPolicyLatestParamsWithHTTPClient creates a new IdentityAccessManagementUpdateDocPolicyLatestParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementUpdateDocPolicyLatestParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateDocPolicyLatestParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementUpdateDocPolicyLatestParams

NewIdentityAccessManagementUpdateDocPolicyLatestParamsWithTimeout creates a new IdentityAccessManagementUpdateDocPolicyLatestParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementUpdateDocPolicyLatestParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management update doc policy latest params

func (*IdentityAccessManagementUpdateDocPolicyLatestParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management update doc policy latest params

func (*IdentityAccessManagementUpdateDocPolicyLatestParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management update doc policy latest params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateDocPolicyLatestParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management update doc policy latest params

func (*IdentityAccessManagementUpdateDocPolicyLatestParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management update doc policy latest params

func (*IdentityAccessManagementUpdateDocPolicyLatestParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementUpdateDocPolicyLatestParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management update doc policy latest params

func (*IdentityAccessManagementUpdateDocPolicyLatestParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management update doc policy latest params

func (*IdentityAccessManagementUpdateDocPolicyLatestParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management update doc policy latest params

func (*IdentityAccessManagementUpdateDocPolicyLatestParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management update doc policy latest params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateDocPolicyLatestParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management update doc policy latest params

func (*IdentityAccessManagementUpdateDocPolicyLatestParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management update doc policy latest params

func (*IdentityAccessManagementUpdateDocPolicyLatestParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management update doc policy latest params

func (*IdentityAccessManagementUpdateDocPolicyLatestParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementUpdateDocPolicyLatestReader added in v1.0.2

type IdentityAccessManagementUpdateDocPolicyLatestReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateDocPolicyLatestReader is a Reader for the IdentityAccessManagementUpdateDocPolicyLatest structure.

func (*IdentityAccessManagementUpdateDocPolicyLatestReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementUpdateDocPolicyLatestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementUpdateDocPolicyLatestUnauthorized added in v1.0.2

type IdentityAccessManagementUpdateDocPolicyLatestUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateDocPolicyLatestUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementUpdateDocPolicyLatestUnauthorized added in v1.0.2

func NewIdentityAccessManagementUpdateDocPolicyLatestUnauthorized() *IdentityAccessManagementUpdateDocPolicyLatestUnauthorized

NewIdentityAccessManagementUpdateDocPolicyLatestUnauthorized creates a IdentityAccessManagementUpdateDocPolicyLatestUnauthorized with default headers values

func (*IdentityAccessManagementUpdateDocPolicyLatestUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementUpdateDocPolicyLatestUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateDocPolicyLatestUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update doc policy latest unauthorized response has a 4xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management update doc policy latest unauthorized response a status code equal to that given

func (*IdentityAccessManagementUpdateDocPolicyLatestUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update doc policy latest unauthorized response has a 3xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update doc policy latest unauthorized response has a 5xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update doc policy latest unauthorized response has a 2xx status code

func (*IdentityAccessManagementUpdateDocPolicyLatestUnauthorized) String added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2Body added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2Body struct {

	// hubspot Id
	HubspotID string `json:"HubspotId,omitempty"`

	// sfdc Id
	SfdcID string `json:"SfdcId,omitempty"`

	// enterprise level key-value pairs
	Attributes map[string]string `json:"attributes,omitempty"`

	// Azure subscription ID tied to this enterprise
	AzureSubID string `json:"azureSubId,omitempty"`

	// List of all child enterprises
	ChildEnterprises []*swagger_models.EnterpriseSummary `json:"childEnterprises"`

	// zedcontrol host
	ControllerHostURL string `json:"controllerHostURL,omitempty"`

	// Detailed description of the enterprise
	// Max Length: 256
	Description string `json:"description,omitempty"`

	// Perform authorization using parent enterprise
	InheritAuthFromParent bool `json:"inheritAuthFromParent,omitempty"`

	// User defined name of the enterprise. Once enterprise is created, name can’t be changed
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9][a-zA-Z0-9_.-]+
	Name *string `json:"name"`

	// string id = 100;
	// string name = 101;
	//
	// Parent enterprise ID
	// Pattern: [0-9A-Za-z_=-]{28}
	ParentEntpID string `json:"parentEntpId,omitempty"`

	// Policy version list
	PolicyList *swagger_models.PolicyVersionList `json:"policyList,omitempty"`

	// List of realms associated with the enterprise
	Realms []string `json:"realms"`

	// system defined info
	// Read Only: true
	Revision *swagger_models.ObjectRevision `json:"revision,omitempty"`

	// Enterprise state
	State *swagger_models.EnterpriseState `json:"state,omitempty"`

	// Enable / Disable streaming of events to 3rd party end point
	StreamEvents *swagger_models.DataStream `json:"streamEvents,omitempty"`

	// User defined title for the enterprise. Title can be changed any time
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9]+[a-zA-Z0-9!-~ ]+
	Title *string `json:"title"`

	// Enterprise type
	Type *swagger_models.EnterpriseType `json:"type,omitempty"`
}

IdentityAccessManagementUpdateEnterprise2Body Enterprise detail // // Enterprise meta data // Example: {"HubspotId":"","SfdcId":"","azureSubId":"","description":"This is a test enterprise","id":"AAFlABDe6Nm63ixF5LJBbk9Keqp6","name":"zededa","parentEntpId":"","policyList":{"list":[]},"revision":{"createdAt":"2020-07-16T18:19:56Z","createdBy":"SYSTEM_ROOT","curr":"1","prev":"","updatedAt":"2020-07-16T18:19:56Z","updatedBy":"SYSTEM_ROOT"},"state":"ENTERPRISE_STATE_ACTIVE","title":"ZEDEDA Inc. USA","type":"ENTERPRISE_TYPE_UNSPECIFIED"} swagger:model IdentityAccessManagementUpdateEnterprise2Body

func (*IdentityAccessManagementUpdateEnterprise2Body) ContextValidate added in v1.0.2

ContextValidate validate this identity access management update enterprise2 body based on the context it is used

func (*IdentityAccessManagementUpdateEnterprise2Body) MarshalBinary added in v1.0.2

MarshalBinary interface implementation

func (*IdentityAccessManagementUpdateEnterprise2Body) UnmarshalBinary added in v1.0.2

UnmarshalBinary interface implementation

func (*IdentityAccessManagementUpdateEnterprise2Body) Validate added in v1.0.2

Validate validates this identity access management update enterprise2 body

type IdentityAccessManagementUpdateEnterprise2Conflict added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2Conflict struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateEnterprise2Conflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing enterprise record.

func NewIdentityAccessManagementUpdateEnterprise2Conflict added in v1.0.2

func NewIdentityAccessManagementUpdateEnterprise2Conflict() *IdentityAccessManagementUpdateEnterprise2Conflict

NewIdentityAccessManagementUpdateEnterprise2Conflict creates a IdentityAccessManagementUpdateEnterprise2Conflict with default headers values

func (*IdentityAccessManagementUpdateEnterprise2Conflict) Error added in v1.0.2

func (*IdentityAccessManagementUpdateEnterprise2Conflict) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateEnterprise2Conflict) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update enterprise2 conflict response has a 4xx status code

func (*IdentityAccessManagementUpdateEnterprise2Conflict) IsCode added in v1.0.2

IsCode returns true when this identity access management update enterprise2 conflict response a status code equal to that given

func (*IdentityAccessManagementUpdateEnterprise2Conflict) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update enterprise2 conflict response has a 3xx status code

func (*IdentityAccessManagementUpdateEnterprise2Conflict) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update enterprise2 conflict response has a 5xx status code

func (*IdentityAccessManagementUpdateEnterprise2Conflict) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update enterprise2 conflict response has a 2xx status code

func (*IdentityAccessManagementUpdateEnterprise2Conflict) String added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2Default added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2Default struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateEnterprise2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementUpdateEnterprise2Default added in v1.0.2

func NewIdentityAccessManagementUpdateEnterprise2Default(code int) *IdentityAccessManagementUpdateEnterprise2Default

NewIdentityAccessManagementUpdateEnterprise2Default creates a IdentityAccessManagementUpdateEnterprise2Default with default headers values

func (*IdentityAccessManagementUpdateEnterprise2Default) Code added in v1.0.2

Code gets the status code for the identity access management update enterprise2 default response

func (*IdentityAccessManagementUpdateEnterprise2Default) Error added in v1.0.2

func (*IdentityAccessManagementUpdateEnterprise2Default) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateEnterprise2Default) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update enterprise2 default response has a 4xx status code

func (*IdentityAccessManagementUpdateEnterprise2Default) IsCode added in v1.0.2

IsCode returns true when this identity access management update enterprise2 default response a status code equal to that given

func (*IdentityAccessManagementUpdateEnterprise2Default) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update enterprise2 default response has a 3xx status code

func (*IdentityAccessManagementUpdateEnterprise2Default) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update enterprise2 default response has a 5xx status code

func (*IdentityAccessManagementUpdateEnterprise2Default) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update enterprise2 default response has a 2xx status code

func (*IdentityAccessManagementUpdateEnterprise2Default) String added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2Forbidden added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2Forbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateEnterprise2Forbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementUpdateEnterprise2Forbidden added in v1.0.2

func NewIdentityAccessManagementUpdateEnterprise2Forbidden() *IdentityAccessManagementUpdateEnterprise2Forbidden

NewIdentityAccessManagementUpdateEnterprise2Forbidden creates a IdentityAccessManagementUpdateEnterprise2Forbidden with default headers values

func (*IdentityAccessManagementUpdateEnterprise2Forbidden) Error added in v1.0.2

func (*IdentityAccessManagementUpdateEnterprise2Forbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateEnterprise2Forbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update enterprise2 forbidden response has a 4xx status code

func (*IdentityAccessManagementUpdateEnterprise2Forbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management update enterprise2 forbidden response a status code equal to that given

func (*IdentityAccessManagementUpdateEnterprise2Forbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update enterprise2 forbidden response has a 3xx status code

func (*IdentityAccessManagementUpdateEnterprise2Forbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update enterprise2 forbidden response has a 5xx status code

func (*IdentityAccessManagementUpdateEnterprise2Forbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update enterprise2 forbidden response has a 2xx status code

func (*IdentityAccessManagementUpdateEnterprise2Forbidden) String added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2GatewayTimeout added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2GatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateEnterprise2GatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementUpdateEnterprise2GatewayTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateEnterprise2GatewayTimeout() *IdentityAccessManagementUpdateEnterprise2GatewayTimeout

NewIdentityAccessManagementUpdateEnterprise2GatewayTimeout creates a IdentityAccessManagementUpdateEnterprise2GatewayTimeout with default headers values

func (*IdentityAccessManagementUpdateEnterprise2GatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementUpdateEnterprise2GatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateEnterprise2GatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update enterprise2 gateway timeout response has a 4xx status code

func (*IdentityAccessManagementUpdateEnterprise2GatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management update enterprise2 gateway timeout response a status code equal to that given

func (*IdentityAccessManagementUpdateEnterprise2GatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update enterprise2 gateway timeout response has a 3xx status code

func (*IdentityAccessManagementUpdateEnterprise2GatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update enterprise2 gateway timeout response has a 5xx status code

func (*IdentityAccessManagementUpdateEnterprise2GatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update enterprise2 gateway timeout response has a 2xx status code

func (*IdentityAccessManagementUpdateEnterprise2GatewayTimeout) String added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2InternalServerError added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2InternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateEnterprise2InternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementUpdateEnterprise2InternalServerError added in v1.0.2

func NewIdentityAccessManagementUpdateEnterprise2InternalServerError() *IdentityAccessManagementUpdateEnterprise2InternalServerError

NewIdentityAccessManagementUpdateEnterprise2InternalServerError creates a IdentityAccessManagementUpdateEnterprise2InternalServerError with default headers values

func (*IdentityAccessManagementUpdateEnterprise2InternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementUpdateEnterprise2InternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateEnterprise2InternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update enterprise2 internal server error response has a 4xx status code

func (*IdentityAccessManagementUpdateEnterprise2InternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management update enterprise2 internal server error response a status code equal to that given

func (*IdentityAccessManagementUpdateEnterprise2InternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update enterprise2 internal server error response has a 3xx status code

func (*IdentityAccessManagementUpdateEnterprise2InternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update enterprise2 internal server error response has a 5xx status code

func (*IdentityAccessManagementUpdateEnterprise2InternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update enterprise2 internal server error response has a 2xx status code

func (*IdentityAccessManagementUpdateEnterprise2InternalServerError) String added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2NotFound added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2NotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateEnterprise2NotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementUpdateEnterprise2NotFound added in v1.0.2

func NewIdentityAccessManagementUpdateEnterprise2NotFound() *IdentityAccessManagementUpdateEnterprise2NotFound

NewIdentityAccessManagementUpdateEnterprise2NotFound creates a IdentityAccessManagementUpdateEnterprise2NotFound with default headers values

func (*IdentityAccessManagementUpdateEnterprise2NotFound) Error added in v1.0.2

func (*IdentityAccessManagementUpdateEnterprise2NotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateEnterprise2NotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update enterprise2 not found response has a 4xx status code

func (*IdentityAccessManagementUpdateEnterprise2NotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management update enterprise2 not found response a status code equal to that given

func (*IdentityAccessManagementUpdateEnterprise2NotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update enterprise2 not found response has a 3xx status code

func (*IdentityAccessManagementUpdateEnterprise2NotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update enterprise2 not found response has a 5xx status code

func (*IdentityAccessManagementUpdateEnterprise2NotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update enterprise2 not found response has a 2xx status code

func (*IdentityAccessManagementUpdateEnterprise2NotFound) String added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2OK added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2OK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementUpdateEnterprise2OK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementUpdateEnterprise2OK added in v1.0.2

func NewIdentityAccessManagementUpdateEnterprise2OK() *IdentityAccessManagementUpdateEnterprise2OK

NewIdentityAccessManagementUpdateEnterprise2OK creates a IdentityAccessManagementUpdateEnterprise2OK with default headers values

func (*IdentityAccessManagementUpdateEnterprise2OK) Error added in v1.0.2

func (*IdentityAccessManagementUpdateEnterprise2OK) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateEnterprise2OK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update enterprise2 o k response has a 4xx status code

func (*IdentityAccessManagementUpdateEnterprise2OK) IsCode added in v1.0.2

IsCode returns true when this identity access management update enterprise2 o k response a status code equal to that given

func (*IdentityAccessManagementUpdateEnterprise2OK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update enterprise2 o k response has a 3xx status code

func (*IdentityAccessManagementUpdateEnterprise2OK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update enterprise2 o k response has a 5xx status code

func (*IdentityAccessManagementUpdateEnterprise2OK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update enterprise2 o k response has a 2xx status code

func (*IdentityAccessManagementUpdateEnterprise2OK) String added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2Params added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2Params struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body IdentityAccessManagementUpdateEnterprise2Body

	/* ID.

	   Unique system defined enterprise ID
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateEnterprise2Params contains all the parameters to send to the API endpoint

for the identity access management update enterprise2 operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementUpdateEnterprise2Params added in v1.0.2

func NewIdentityAccessManagementUpdateEnterprise2Params() *IdentityAccessManagementUpdateEnterprise2Params

NewIdentityAccessManagementUpdateEnterprise2Params creates a new IdentityAccessManagementUpdateEnterprise2Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementUpdateEnterprise2ParamsWithContext added in v1.0.2

func NewIdentityAccessManagementUpdateEnterprise2ParamsWithContext(ctx context.Context) *IdentityAccessManagementUpdateEnterprise2Params

NewIdentityAccessManagementUpdateEnterprise2ParamsWithContext creates a new IdentityAccessManagementUpdateEnterprise2Params object with the ability to set a context for a request.

func NewIdentityAccessManagementUpdateEnterprise2ParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementUpdateEnterprise2ParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementUpdateEnterprise2Params

NewIdentityAccessManagementUpdateEnterprise2ParamsWithHTTPClient creates a new IdentityAccessManagementUpdateEnterprise2Params object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementUpdateEnterprise2ParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateEnterprise2ParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementUpdateEnterprise2Params

NewIdentityAccessManagementUpdateEnterprise2ParamsWithTimeout creates a new IdentityAccessManagementUpdateEnterprise2Params object with the ability to set a timeout on a request.

func (*IdentityAccessManagementUpdateEnterprise2Params) SetBody added in v1.0.2

SetBody adds the body to the identity access management update enterprise2 params

func (*IdentityAccessManagementUpdateEnterprise2Params) SetContext added in v1.0.2

SetContext adds the context to the identity access management update enterprise2 params

func (*IdentityAccessManagementUpdateEnterprise2Params) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management update enterprise2 params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateEnterprise2Params) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management update enterprise2 params

func (*IdentityAccessManagementUpdateEnterprise2Params) SetID added in v1.0.2

SetID adds the id to the identity access management update enterprise2 params

func (*IdentityAccessManagementUpdateEnterprise2Params) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management update enterprise2 params

func (*IdentityAccessManagementUpdateEnterprise2Params) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementUpdateEnterprise2Params) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management update enterprise2 params

func (*IdentityAccessManagementUpdateEnterprise2Params) WithBody added in v1.0.2

WithBody adds the body to the identity access management update enterprise2 params

func (*IdentityAccessManagementUpdateEnterprise2Params) WithContext added in v1.0.2

WithContext adds the context to the identity access management update enterprise2 params

func (*IdentityAccessManagementUpdateEnterprise2Params) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management update enterprise2 params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateEnterprise2Params) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management update enterprise2 params

func (*IdentityAccessManagementUpdateEnterprise2Params) WithID added in v1.0.2

WithID adds the id to the identity access management update enterprise2 params

func (*IdentityAccessManagementUpdateEnterprise2Params) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management update enterprise2 params

func (*IdentityAccessManagementUpdateEnterprise2Params) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management update enterprise2 params

func (*IdentityAccessManagementUpdateEnterprise2Params) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementUpdateEnterprise2Reader added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2Reader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateEnterprise2Reader is a Reader for the IdentityAccessManagementUpdateEnterprise2 structure.

func (*IdentityAccessManagementUpdateEnterprise2Reader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementUpdateEnterprise2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementUpdateEnterprise2Unauthorized added in v1.0.2

type IdentityAccessManagementUpdateEnterprise2Unauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateEnterprise2Unauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementUpdateEnterprise2Unauthorized added in v1.0.2

func NewIdentityAccessManagementUpdateEnterprise2Unauthorized() *IdentityAccessManagementUpdateEnterprise2Unauthorized

NewIdentityAccessManagementUpdateEnterprise2Unauthorized creates a IdentityAccessManagementUpdateEnterprise2Unauthorized with default headers values

func (*IdentityAccessManagementUpdateEnterprise2Unauthorized) Error added in v1.0.2

func (*IdentityAccessManagementUpdateEnterprise2Unauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateEnterprise2Unauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update enterprise2 unauthorized response has a 4xx status code

func (*IdentityAccessManagementUpdateEnterprise2Unauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management update enterprise2 unauthorized response a status code equal to that given

func (*IdentityAccessManagementUpdateEnterprise2Unauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update enterprise2 unauthorized response has a 3xx status code

func (*IdentityAccessManagementUpdateEnterprise2Unauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update enterprise2 unauthorized response has a 5xx status code

func (*IdentityAccessManagementUpdateEnterprise2Unauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update enterprise2 unauthorized response has a 2xx status code

func (*IdentityAccessManagementUpdateEnterprise2Unauthorized) String added in v1.0.2

type IdentityAccessManagementUpdateEnterpriseConflict added in v1.0.2

type IdentityAccessManagementUpdateEnterpriseConflict struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateEnterpriseConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing enterprise record.

func NewIdentityAccessManagementUpdateEnterpriseConflict added in v1.0.2

func NewIdentityAccessManagementUpdateEnterpriseConflict() *IdentityAccessManagementUpdateEnterpriseConflict

NewIdentityAccessManagementUpdateEnterpriseConflict creates a IdentityAccessManagementUpdateEnterpriseConflict with default headers values

func (*IdentityAccessManagementUpdateEnterpriseConflict) Error added in v1.0.2

func (*IdentityAccessManagementUpdateEnterpriseConflict) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateEnterpriseConflict) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update enterprise conflict response has a 4xx status code

func (*IdentityAccessManagementUpdateEnterpriseConflict) IsCode added in v1.0.2

IsCode returns true when this identity access management update enterprise conflict response a status code equal to that given

func (*IdentityAccessManagementUpdateEnterpriseConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update enterprise conflict response has a 3xx status code

func (*IdentityAccessManagementUpdateEnterpriseConflict) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update enterprise conflict response has a 5xx status code

func (*IdentityAccessManagementUpdateEnterpriseConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update enterprise conflict response has a 2xx status code

func (*IdentityAccessManagementUpdateEnterpriseConflict) String added in v1.0.2

type IdentityAccessManagementUpdateEnterpriseDefault added in v1.0.2

type IdentityAccessManagementUpdateEnterpriseDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateEnterpriseDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementUpdateEnterpriseDefault added in v1.0.2

func NewIdentityAccessManagementUpdateEnterpriseDefault(code int) *IdentityAccessManagementUpdateEnterpriseDefault

NewIdentityAccessManagementUpdateEnterpriseDefault creates a IdentityAccessManagementUpdateEnterpriseDefault with default headers values

func (*IdentityAccessManagementUpdateEnterpriseDefault) Code added in v1.0.2

Code gets the status code for the identity access management update enterprise default response

func (*IdentityAccessManagementUpdateEnterpriseDefault) Error added in v1.0.2

func (*IdentityAccessManagementUpdateEnterpriseDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateEnterpriseDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update enterprise default response has a 4xx status code

func (*IdentityAccessManagementUpdateEnterpriseDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management update enterprise default response a status code equal to that given

func (*IdentityAccessManagementUpdateEnterpriseDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update enterprise default response has a 3xx status code

func (*IdentityAccessManagementUpdateEnterpriseDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update enterprise default response has a 5xx status code

func (*IdentityAccessManagementUpdateEnterpriseDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update enterprise default response has a 2xx status code

func (*IdentityAccessManagementUpdateEnterpriseDefault) String added in v1.0.2

type IdentityAccessManagementUpdateEnterpriseForbidden added in v1.0.2

type IdentityAccessManagementUpdateEnterpriseForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateEnterpriseForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementUpdateEnterpriseForbidden added in v1.0.2

func NewIdentityAccessManagementUpdateEnterpriseForbidden() *IdentityAccessManagementUpdateEnterpriseForbidden

NewIdentityAccessManagementUpdateEnterpriseForbidden creates a IdentityAccessManagementUpdateEnterpriseForbidden with default headers values

func (*IdentityAccessManagementUpdateEnterpriseForbidden) Error added in v1.0.2

func (*IdentityAccessManagementUpdateEnterpriseForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateEnterpriseForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update enterprise forbidden response has a 4xx status code

func (*IdentityAccessManagementUpdateEnterpriseForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management update enterprise forbidden response a status code equal to that given

func (*IdentityAccessManagementUpdateEnterpriseForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update enterprise forbidden response has a 3xx status code

func (*IdentityAccessManagementUpdateEnterpriseForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update enterprise forbidden response has a 5xx status code

func (*IdentityAccessManagementUpdateEnterpriseForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update enterprise forbidden response has a 2xx status code

func (*IdentityAccessManagementUpdateEnterpriseForbidden) String added in v1.0.2

type IdentityAccessManagementUpdateEnterpriseGatewayTimeout added in v1.0.2

type IdentityAccessManagementUpdateEnterpriseGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateEnterpriseGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementUpdateEnterpriseGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateEnterpriseGatewayTimeout() *IdentityAccessManagementUpdateEnterpriseGatewayTimeout

NewIdentityAccessManagementUpdateEnterpriseGatewayTimeout creates a IdentityAccessManagementUpdateEnterpriseGatewayTimeout with default headers values

func (*IdentityAccessManagementUpdateEnterpriseGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementUpdateEnterpriseGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateEnterpriseGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update enterprise gateway timeout response has a 4xx status code

func (*IdentityAccessManagementUpdateEnterpriseGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management update enterprise gateway timeout response a status code equal to that given

func (*IdentityAccessManagementUpdateEnterpriseGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update enterprise gateway timeout response has a 3xx status code

func (*IdentityAccessManagementUpdateEnterpriseGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update enterprise gateway timeout response has a 5xx status code

func (*IdentityAccessManagementUpdateEnterpriseGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update enterprise gateway timeout response has a 2xx status code

func (*IdentityAccessManagementUpdateEnterpriseGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementUpdateEnterpriseInternalServerError added in v1.0.2

type IdentityAccessManagementUpdateEnterpriseInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateEnterpriseInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementUpdateEnterpriseInternalServerError added in v1.0.2

func NewIdentityAccessManagementUpdateEnterpriseInternalServerError() *IdentityAccessManagementUpdateEnterpriseInternalServerError

NewIdentityAccessManagementUpdateEnterpriseInternalServerError creates a IdentityAccessManagementUpdateEnterpriseInternalServerError with default headers values

func (*IdentityAccessManagementUpdateEnterpriseInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementUpdateEnterpriseInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateEnterpriseInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update enterprise internal server error response has a 4xx status code

func (*IdentityAccessManagementUpdateEnterpriseInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management update enterprise internal server error response a status code equal to that given

func (*IdentityAccessManagementUpdateEnterpriseInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update enterprise internal server error response has a 3xx status code

func (*IdentityAccessManagementUpdateEnterpriseInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update enterprise internal server error response has a 5xx status code

func (*IdentityAccessManagementUpdateEnterpriseInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update enterprise internal server error response has a 2xx status code

func (*IdentityAccessManagementUpdateEnterpriseInternalServerError) String added in v1.0.2

type IdentityAccessManagementUpdateEnterpriseNotFound added in v1.0.2

type IdentityAccessManagementUpdateEnterpriseNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateEnterpriseNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementUpdateEnterpriseNotFound added in v1.0.2

func NewIdentityAccessManagementUpdateEnterpriseNotFound() *IdentityAccessManagementUpdateEnterpriseNotFound

NewIdentityAccessManagementUpdateEnterpriseNotFound creates a IdentityAccessManagementUpdateEnterpriseNotFound with default headers values

func (*IdentityAccessManagementUpdateEnterpriseNotFound) Error added in v1.0.2

func (*IdentityAccessManagementUpdateEnterpriseNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateEnterpriseNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update enterprise not found response has a 4xx status code

func (*IdentityAccessManagementUpdateEnterpriseNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management update enterprise not found response a status code equal to that given

func (*IdentityAccessManagementUpdateEnterpriseNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update enterprise not found response has a 3xx status code

func (*IdentityAccessManagementUpdateEnterpriseNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update enterprise not found response has a 5xx status code

func (*IdentityAccessManagementUpdateEnterpriseNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update enterprise not found response has a 2xx status code

func (*IdentityAccessManagementUpdateEnterpriseNotFound) String added in v1.0.2

type IdentityAccessManagementUpdateEnterpriseOK added in v1.0.2

type IdentityAccessManagementUpdateEnterpriseOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementUpdateEnterpriseOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementUpdateEnterpriseOK added in v1.0.2

func NewIdentityAccessManagementUpdateEnterpriseOK() *IdentityAccessManagementUpdateEnterpriseOK

NewIdentityAccessManagementUpdateEnterpriseOK creates a IdentityAccessManagementUpdateEnterpriseOK with default headers values

func (*IdentityAccessManagementUpdateEnterpriseOK) Error added in v1.0.2

func (*IdentityAccessManagementUpdateEnterpriseOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateEnterpriseOK) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update enterprise o k response has a 4xx status code

func (*IdentityAccessManagementUpdateEnterpriseOK) IsCode added in v1.0.2

IsCode returns true when this identity access management update enterprise o k response a status code equal to that given

func (*IdentityAccessManagementUpdateEnterpriseOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update enterprise o k response has a 3xx status code

func (*IdentityAccessManagementUpdateEnterpriseOK) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update enterprise o k response has a 5xx status code

func (*IdentityAccessManagementUpdateEnterpriseOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update enterprise o k response has a 2xx status code

func (*IdentityAccessManagementUpdateEnterpriseOK) String added in v1.0.2

type IdentityAccessManagementUpdateEnterpriseParams added in v1.0.2

type IdentityAccessManagementUpdateEnterpriseParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.Enterprise

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateEnterpriseParams contains all the parameters to send to the API endpoint

for the identity access management update enterprise operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementUpdateEnterpriseParams added in v1.0.2

func NewIdentityAccessManagementUpdateEnterpriseParams() *IdentityAccessManagementUpdateEnterpriseParams

NewIdentityAccessManagementUpdateEnterpriseParams creates a new IdentityAccessManagementUpdateEnterpriseParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementUpdateEnterpriseParamsWithContext added in v1.0.2

func NewIdentityAccessManagementUpdateEnterpriseParamsWithContext(ctx context.Context) *IdentityAccessManagementUpdateEnterpriseParams

NewIdentityAccessManagementUpdateEnterpriseParamsWithContext creates a new IdentityAccessManagementUpdateEnterpriseParams object with the ability to set a context for a request.

func NewIdentityAccessManagementUpdateEnterpriseParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementUpdateEnterpriseParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementUpdateEnterpriseParams

NewIdentityAccessManagementUpdateEnterpriseParamsWithHTTPClient creates a new IdentityAccessManagementUpdateEnterpriseParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementUpdateEnterpriseParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateEnterpriseParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementUpdateEnterpriseParams

NewIdentityAccessManagementUpdateEnterpriseParamsWithTimeout creates a new IdentityAccessManagementUpdateEnterpriseParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementUpdateEnterpriseParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management update enterprise params

func (*IdentityAccessManagementUpdateEnterpriseParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management update enterprise params

func (*IdentityAccessManagementUpdateEnterpriseParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management update enterprise params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateEnterpriseParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the identity access management update enterprise params

func (*IdentityAccessManagementUpdateEnterpriseParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management update enterprise params

func (*IdentityAccessManagementUpdateEnterpriseParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementUpdateEnterpriseParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management update enterprise params

func (*IdentityAccessManagementUpdateEnterpriseParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management update enterprise params

func (*IdentityAccessManagementUpdateEnterpriseParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management update enterprise params

func (*IdentityAccessManagementUpdateEnterpriseParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management update enterprise params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateEnterpriseParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management update enterprise params

func (*IdentityAccessManagementUpdateEnterpriseParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management update enterprise params

func (*IdentityAccessManagementUpdateEnterpriseParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management update enterprise params

func (*IdentityAccessManagementUpdateEnterpriseParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementUpdateEnterpriseReader added in v1.0.2

type IdentityAccessManagementUpdateEnterpriseReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateEnterpriseReader is a Reader for the IdentityAccessManagementUpdateEnterprise structure.

func (*IdentityAccessManagementUpdateEnterpriseReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementUpdateEnterpriseReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementUpdateEnterpriseUnauthorized added in v1.0.2

type IdentityAccessManagementUpdateEnterpriseUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateEnterpriseUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementUpdateEnterpriseUnauthorized added in v1.0.2

func NewIdentityAccessManagementUpdateEnterpriseUnauthorized() *IdentityAccessManagementUpdateEnterpriseUnauthorized

NewIdentityAccessManagementUpdateEnterpriseUnauthorized creates a IdentityAccessManagementUpdateEnterpriseUnauthorized with default headers values

func (*IdentityAccessManagementUpdateEnterpriseUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementUpdateEnterpriseUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateEnterpriseUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update enterprise unauthorized response has a 4xx status code

func (*IdentityAccessManagementUpdateEnterpriseUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management update enterprise unauthorized response a status code equal to that given

func (*IdentityAccessManagementUpdateEnterpriseUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update enterprise unauthorized response has a 3xx status code

func (*IdentityAccessManagementUpdateEnterpriseUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update enterprise unauthorized response has a 5xx status code

func (*IdentityAccessManagementUpdateEnterpriseUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update enterprise unauthorized response has a 2xx status code

func (*IdentityAccessManagementUpdateEnterpriseUnauthorized) String added in v1.0.2

type IdentityAccessManagementUpdateRealmBody added in v1.0.2

type IdentityAccessManagementUpdateRealmBody struct {

	// Detailed description of the realm
	// Max Length: 256
	Description string `json:"description,omitempty"`

	// Enterprise ID of the enterprise where the realm is to be created
	// Required: true
	// Pattern: [0-9A-Za-z_=-]{28}
	EnterpriseID *string `json:"enterpriseId"`

	// User defined name of the realm. Name cannot be changed once created
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9][a-zA-Z0-9_.-]+
	Name *string `json:"name"`

	// System defined info
	// Read Only: true
	Revision *swagger_models.ObjectRevision `json:"revision,omitempty"`

	// User defined title of the realm. Title can be changed anytime
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9]+[a-zA-Z0-9!-~ ]+
	Title *string `json:"title"`
}

IdentityAccessManagementUpdateRealmBody Realm detail // // Realm meta data // Example: {"description":"Test realm","enterpriseId":"AAFlABDe6Nm63ixF5LJBbk9Keqp6","id":"EAJ1ABAi-KOom7dJlrBoE8eq1pj9","name":"zededa.com","revision":{"createdAt":"2020-07-17T06:03:14Z","createdBy":"us.root@zededa.com","curr":"1","prev":"","updatedAt":"2020-07-17T06:03:14Z","updatedBy":"us.root@zededa.com"},"title":"zededa"} swagger:model IdentityAccessManagementUpdateRealmBody

func (*IdentityAccessManagementUpdateRealmBody) ContextValidate added in v1.0.2

ContextValidate validate this identity access management update realm body based on the context it is used

func (*IdentityAccessManagementUpdateRealmBody) MarshalBinary added in v1.0.2

func (o *IdentityAccessManagementUpdateRealmBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IdentityAccessManagementUpdateRealmBody) UnmarshalBinary added in v1.0.2

func (o *IdentityAccessManagementUpdateRealmBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IdentityAccessManagementUpdateRealmBody) Validate added in v1.0.2

Validate validates this identity access management update realm body

type IdentityAccessManagementUpdateRealmConflict added in v1.0.2

type IdentityAccessManagementUpdateRealmConflict struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateRealmConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing realm.

func NewIdentityAccessManagementUpdateRealmConflict added in v1.0.2

func NewIdentityAccessManagementUpdateRealmConflict() *IdentityAccessManagementUpdateRealmConflict

NewIdentityAccessManagementUpdateRealmConflict creates a IdentityAccessManagementUpdateRealmConflict with default headers values

func (*IdentityAccessManagementUpdateRealmConflict) Error added in v1.0.2

func (*IdentityAccessManagementUpdateRealmConflict) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateRealmConflict) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update realm conflict response has a 4xx status code

func (*IdentityAccessManagementUpdateRealmConflict) IsCode added in v1.0.2

IsCode returns true when this identity access management update realm conflict response a status code equal to that given

func (*IdentityAccessManagementUpdateRealmConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update realm conflict response has a 3xx status code

func (*IdentityAccessManagementUpdateRealmConflict) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update realm conflict response has a 5xx status code

func (*IdentityAccessManagementUpdateRealmConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update realm conflict response has a 2xx status code

func (*IdentityAccessManagementUpdateRealmConflict) String added in v1.0.2

type IdentityAccessManagementUpdateRealmDefault added in v1.0.2

type IdentityAccessManagementUpdateRealmDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateRealmDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementUpdateRealmDefault added in v1.0.2

func NewIdentityAccessManagementUpdateRealmDefault(code int) *IdentityAccessManagementUpdateRealmDefault

NewIdentityAccessManagementUpdateRealmDefault creates a IdentityAccessManagementUpdateRealmDefault with default headers values

func (*IdentityAccessManagementUpdateRealmDefault) Code added in v1.0.2

Code gets the status code for the identity access management update realm default response

func (*IdentityAccessManagementUpdateRealmDefault) Error added in v1.0.2

func (*IdentityAccessManagementUpdateRealmDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateRealmDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update realm default response has a 4xx status code

func (*IdentityAccessManagementUpdateRealmDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management update realm default response a status code equal to that given

func (*IdentityAccessManagementUpdateRealmDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update realm default response has a 3xx status code

func (*IdentityAccessManagementUpdateRealmDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update realm default response has a 5xx status code

func (*IdentityAccessManagementUpdateRealmDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update realm default response has a 2xx status code

func (*IdentityAccessManagementUpdateRealmDefault) String added in v1.0.2

type IdentityAccessManagementUpdateRealmForbidden added in v1.0.2

type IdentityAccessManagementUpdateRealmForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateRealmForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementUpdateRealmForbidden added in v1.0.2

func NewIdentityAccessManagementUpdateRealmForbidden() *IdentityAccessManagementUpdateRealmForbidden

NewIdentityAccessManagementUpdateRealmForbidden creates a IdentityAccessManagementUpdateRealmForbidden with default headers values

func (*IdentityAccessManagementUpdateRealmForbidden) Error added in v1.0.2

func (*IdentityAccessManagementUpdateRealmForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateRealmForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update realm forbidden response has a 4xx status code

func (*IdentityAccessManagementUpdateRealmForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management update realm forbidden response a status code equal to that given

func (*IdentityAccessManagementUpdateRealmForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update realm forbidden response has a 3xx status code

func (*IdentityAccessManagementUpdateRealmForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update realm forbidden response has a 5xx status code

func (*IdentityAccessManagementUpdateRealmForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update realm forbidden response has a 2xx status code

func (*IdentityAccessManagementUpdateRealmForbidden) String added in v1.0.2

type IdentityAccessManagementUpdateRealmGatewayTimeout added in v1.0.2

type IdentityAccessManagementUpdateRealmGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateRealmGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementUpdateRealmGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateRealmGatewayTimeout() *IdentityAccessManagementUpdateRealmGatewayTimeout

NewIdentityAccessManagementUpdateRealmGatewayTimeout creates a IdentityAccessManagementUpdateRealmGatewayTimeout with default headers values

func (*IdentityAccessManagementUpdateRealmGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementUpdateRealmGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateRealmGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update realm gateway timeout response has a 4xx status code

func (*IdentityAccessManagementUpdateRealmGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management update realm gateway timeout response a status code equal to that given

func (*IdentityAccessManagementUpdateRealmGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update realm gateway timeout response has a 3xx status code

func (*IdentityAccessManagementUpdateRealmGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update realm gateway timeout response has a 5xx status code

func (*IdentityAccessManagementUpdateRealmGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update realm gateway timeout response has a 2xx status code

func (*IdentityAccessManagementUpdateRealmGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementUpdateRealmInternalServerError added in v1.0.2

type IdentityAccessManagementUpdateRealmInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateRealmInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementUpdateRealmInternalServerError added in v1.0.2

func NewIdentityAccessManagementUpdateRealmInternalServerError() *IdentityAccessManagementUpdateRealmInternalServerError

NewIdentityAccessManagementUpdateRealmInternalServerError creates a IdentityAccessManagementUpdateRealmInternalServerError with default headers values

func (*IdentityAccessManagementUpdateRealmInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementUpdateRealmInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateRealmInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update realm internal server error response has a 4xx status code

func (*IdentityAccessManagementUpdateRealmInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management update realm internal server error response a status code equal to that given

func (*IdentityAccessManagementUpdateRealmInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update realm internal server error response has a 3xx status code

func (*IdentityAccessManagementUpdateRealmInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update realm internal server error response has a 5xx status code

func (*IdentityAccessManagementUpdateRealmInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update realm internal server error response has a 2xx status code

func (*IdentityAccessManagementUpdateRealmInternalServerError) String added in v1.0.2

type IdentityAccessManagementUpdateRealmNotFound added in v1.0.2

type IdentityAccessManagementUpdateRealmNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateRealmNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementUpdateRealmNotFound added in v1.0.2

func NewIdentityAccessManagementUpdateRealmNotFound() *IdentityAccessManagementUpdateRealmNotFound

NewIdentityAccessManagementUpdateRealmNotFound creates a IdentityAccessManagementUpdateRealmNotFound with default headers values

func (*IdentityAccessManagementUpdateRealmNotFound) Error added in v1.0.2

func (*IdentityAccessManagementUpdateRealmNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateRealmNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update realm not found response has a 4xx status code

func (*IdentityAccessManagementUpdateRealmNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management update realm not found response a status code equal to that given

func (*IdentityAccessManagementUpdateRealmNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update realm not found response has a 3xx status code

func (*IdentityAccessManagementUpdateRealmNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update realm not found response has a 5xx status code

func (*IdentityAccessManagementUpdateRealmNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update realm not found response has a 2xx status code

func (*IdentityAccessManagementUpdateRealmNotFound) String added in v1.0.2

type IdentityAccessManagementUpdateRealmOK added in v1.0.2

type IdentityAccessManagementUpdateRealmOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementUpdateRealmOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementUpdateRealmOK added in v1.0.2

func NewIdentityAccessManagementUpdateRealmOK() *IdentityAccessManagementUpdateRealmOK

NewIdentityAccessManagementUpdateRealmOK creates a IdentityAccessManagementUpdateRealmOK with default headers values

func (*IdentityAccessManagementUpdateRealmOK) Error added in v1.0.2

func (*IdentityAccessManagementUpdateRealmOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateRealmOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementUpdateRealmOK) IsClientError() bool

IsClientError returns true when this identity access management update realm o k response has a 4xx status code

func (*IdentityAccessManagementUpdateRealmOK) IsCode added in v1.0.2

IsCode returns true when this identity access management update realm o k response a status code equal to that given

func (*IdentityAccessManagementUpdateRealmOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update realm o k response has a 3xx status code

func (*IdentityAccessManagementUpdateRealmOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementUpdateRealmOK) IsServerError() bool

IsServerError returns true when this identity access management update realm o k response has a 5xx status code

func (*IdentityAccessManagementUpdateRealmOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update realm o k response has a 2xx status code

func (*IdentityAccessManagementUpdateRealmOK) String added in v1.0.2

type IdentityAccessManagementUpdateRealmParams added in v1.0.2

type IdentityAccessManagementUpdateRealmParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body IdentityAccessManagementUpdateRealmBody

	/* ID.

	   Unique system defined realm ID
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateRealmParams contains all the parameters to send to the API endpoint

for the identity access management update realm operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementUpdateRealmParams added in v1.0.2

func NewIdentityAccessManagementUpdateRealmParams() *IdentityAccessManagementUpdateRealmParams

NewIdentityAccessManagementUpdateRealmParams creates a new IdentityAccessManagementUpdateRealmParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementUpdateRealmParamsWithContext added in v1.0.2

func NewIdentityAccessManagementUpdateRealmParamsWithContext(ctx context.Context) *IdentityAccessManagementUpdateRealmParams

NewIdentityAccessManagementUpdateRealmParamsWithContext creates a new IdentityAccessManagementUpdateRealmParams object with the ability to set a context for a request.

func NewIdentityAccessManagementUpdateRealmParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementUpdateRealmParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementUpdateRealmParams

NewIdentityAccessManagementUpdateRealmParamsWithHTTPClient creates a new IdentityAccessManagementUpdateRealmParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementUpdateRealmParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateRealmParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementUpdateRealmParams

NewIdentityAccessManagementUpdateRealmParamsWithTimeout creates a new IdentityAccessManagementUpdateRealmParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementUpdateRealmParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management update realm params

func (*IdentityAccessManagementUpdateRealmParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management update realm params

func (*IdentityAccessManagementUpdateRealmParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management update realm params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateRealmParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementUpdateRealmParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management update realm params

func (*IdentityAccessManagementUpdateRealmParams) SetID added in v1.0.2

SetID adds the id to the identity access management update realm params

func (*IdentityAccessManagementUpdateRealmParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management update realm params

func (*IdentityAccessManagementUpdateRealmParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementUpdateRealmParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management update realm params

func (*IdentityAccessManagementUpdateRealmParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management update realm params

func (*IdentityAccessManagementUpdateRealmParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management update realm params

func (*IdentityAccessManagementUpdateRealmParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management update realm params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateRealmParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management update realm params

func (*IdentityAccessManagementUpdateRealmParams) WithID added in v1.0.2

WithID adds the id to the identity access management update realm params

func (*IdentityAccessManagementUpdateRealmParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management update realm params

func (*IdentityAccessManagementUpdateRealmParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management update realm params

func (*IdentityAccessManagementUpdateRealmParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementUpdateRealmReader added in v1.0.2

type IdentityAccessManagementUpdateRealmReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateRealmReader is a Reader for the IdentityAccessManagementUpdateRealm structure.

func (*IdentityAccessManagementUpdateRealmReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementUpdateRealmReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementUpdateRealmUnauthorized added in v1.0.2

type IdentityAccessManagementUpdateRealmUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateRealmUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementUpdateRealmUnauthorized added in v1.0.2

func NewIdentityAccessManagementUpdateRealmUnauthorized() *IdentityAccessManagementUpdateRealmUnauthorized

NewIdentityAccessManagementUpdateRealmUnauthorized creates a IdentityAccessManagementUpdateRealmUnauthorized with default headers values

func (*IdentityAccessManagementUpdateRealmUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementUpdateRealmUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateRealmUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update realm unauthorized response has a 4xx status code

func (*IdentityAccessManagementUpdateRealmUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management update realm unauthorized response a status code equal to that given

func (*IdentityAccessManagementUpdateRealmUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update realm unauthorized response has a 3xx status code

func (*IdentityAccessManagementUpdateRealmUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update realm unauthorized response has a 5xx status code

func (*IdentityAccessManagementUpdateRealmUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update realm unauthorized response has a 2xx status code

func (*IdentityAccessManagementUpdateRealmUnauthorized) String added in v1.0.2

type IdentityAccessManagementUpdateRoleBody added in v1.0.2

type IdentityAccessManagementUpdateRoleBody struct {

	// Detailed description of the role
	// Max Length: 256
	Description string `json:"description,omitempty"`

	// User defined name of the role. Name cannot be changed once created
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9][a-zA-Z0-9_.-]+
	Name *string `json:"name"`

	// System defined info
	// Read Only: true
	Revision *swagger_models.ObjectRevision `json:"revision,omitempty"`

	// Scopes/Permissions associated with the role
	// Required: true
	Scopes []*swagger_models.Scope `json:"scopes"`

	// State of the role
	State *swagger_models.RoleState `json:"state,omitempty"`

	// User defined title of the role. Title can be changed anytime
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9]+[a-zA-Z0-9!-~ ]+
	Title *string `json:"title"`

	// Type of the role
	// Required: true
	Type *swagger_models.UserRole `json:"type"`
}

IdentityAccessManagementUpdateRoleBody Role detail // // Role meta data // Example: {"description":"","id":"AAGFABAEqnH4je5PHZTXSmHOs-XC","name":"SysRoot","revision":{"createdAt":"2020-07-16T18:19:56Z","createdBy":"SYSTEM_ROOT","curr":"1","prev":"","updatedAt":"1970-01-01T00:00:01Z","updatedBy":"SYSTEM_ROOT"},"scopes":[{"accessApp":"PermissionAccessCreateReadUpdateDelete","accessDevice":"PermissionAccessCreateReadUpdateDelete","accessEnterprise":"PermissionAccessCreateReadUpdateDelete","accessStorage":"PermissionAccessCreateReadUpdateDelete","accessUser":"PermissionAccessCreateReadUpdateDelete","enterpriseFilter":["srAll"],"projectFilter":["srAll"]}],"state":"ROLE_STATE_ACTIVE","title":"SysRoot","type":"USER_ROLE_CLUSTER"} swagger:model IdentityAccessManagementUpdateRoleBody

func (*IdentityAccessManagementUpdateRoleBody) ContextValidate added in v1.0.2

ContextValidate validate this identity access management update role body based on the context it is used

func (*IdentityAccessManagementUpdateRoleBody) MarshalBinary added in v1.0.2

func (o *IdentityAccessManagementUpdateRoleBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IdentityAccessManagementUpdateRoleBody) UnmarshalBinary added in v1.0.2

func (o *IdentityAccessManagementUpdateRoleBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IdentityAccessManagementUpdateRoleBody) Validate added in v1.0.2

Validate validates this identity access management update role body

type IdentityAccessManagementUpdateRoleConflict added in v1.0.2

type IdentityAccessManagementUpdateRoleConflict struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateRoleConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing IAM role record.

func NewIdentityAccessManagementUpdateRoleConflict added in v1.0.2

func NewIdentityAccessManagementUpdateRoleConflict() *IdentityAccessManagementUpdateRoleConflict

NewIdentityAccessManagementUpdateRoleConflict creates a IdentityAccessManagementUpdateRoleConflict with default headers values

func (*IdentityAccessManagementUpdateRoleConflict) Error added in v1.0.2

func (*IdentityAccessManagementUpdateRoleConflict) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateRoleConflict) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update role conflict response has a 4xx status code

func (*IdentityAccessManagementUpdateRoleConflict) IsCode added in v1.0.2

IsCode returns true when this identity access management update role conflict response a status code equal to that given

func (*IdentityAccessManagementUpdateRoleConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update role conflict response has a 3xx status code

func (*IdentityAccessManagementUpdateRoleConflict) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update role conflict response has a 5xx status code

func (*IdentityAccessManagementUpdateRoleConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update role conflict response has a 2xx status code

func (*IdentityAccessManagementUpdateRoleConflict) String added in v1.0.2

type IdentityAccessManagementUpdateRoleDefault added in v1.0.2

type IdentityAccessManagementUpdateRoleDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateRoleDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementUpdateRoleDefault added in v1.0.2

func NewIdentityAccessManagementUpdateRoleDefault(code int) *IdentityAccessManagementUpdateRoleDefault

NewIdentityAccessManagementUpdateRoleDefault creates a IdentityAccessManagementUpdateRoleDefault with default headers values

func (*IdentityAccessManagementUpdateRoleDefault) Code added in v1.0.2

Code gets the status code for the identity access management update role default response

func (*IdentityAccessManagementUpdateRoleDefault) Error added in v1.0.2

func (*IdentityAccessManagementUpdateRoleDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateRoleDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update role default response has a 4xx status code

func (*IdentityAccessManagementUpdateRoleDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management update role default response a status code equal to that given

func (*IdentityAccessManagementUpdateRoleDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update role default response has a 3xx status code

func (*IdentityAccessManagementUpdateRoleDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update role default response has a 5xx status code

func (*IdentityAccessManagementUpdateRoleDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update role default response has a 2xx status code

func (*IdentityAccessManagementUpdateRoleDefault) String added in v1.0.2

type IdentityAccessManagementUpdateRoleForbidden added in v1.0.2

type IdentityAccessManagementUpdateRoleForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateRoleForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementUpdateRoleForbidden added in v1.0.2

func NewIdentityAccessManagementUpdateRoleForbidden() *IdentityAccessManagementUpdateRoleForbidden

NewIdentityAccessManagementUpdateRoleForbidden creates a IdentityAccessManagementUpdateRoleForbidden with default headers values

func (*IdentityAccessManagementUpdateRoleForbidden) Error added in v1.0.2

func (*IdentityAccessManagementUpdateRoleForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateRoleForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update role forbidden response has a 4xx status code

func (*IdentityAccessManagementUpdateRoleForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management update role forbidden response a status code equal to that given

func (*IdentityAccessManagementUpdateRoleForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update role forbidden response has a 3xx status code

func (*IdentityAccessManagementUpdateRoleForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update role forbidden response has a 5xx status code

func (*IdentityAccessManagementUpdateRoleForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update role forbidden response has a 2xx status code

func (*IdentityAccessManagementUpdateRoleForbidden) String added in v1.0.2

type IdentityAccessManagementUpdateRoleGatewayTimeout added in v1.0.2

type IdentityAccessManagementUpdateRoleGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateRoleGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementUpdateRoleGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateRoleGatewayTimeout() *IdentityAccessManagementUpdateRoleGatewayTimeout

NewIdentityAccessManagementUpdateRoleGatewayTimeout creates a IdentityAccessManagementUpdateRoleGatewayTimeout with default headers values

func (*IdentityAccessManagementUpdateRoleGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementUpdateRoleGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateRoleGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update role gateway timeout response has a 4xx status code

func (*IdentityAccessManagementUpdateRoleGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management update role gateway timeout response a status code equal to that given

func (*IdentityAccessManagementUpdateRoleGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update role gateway timeout response has a 3xx status code

func (*IdentityAccessManagementUpdateRoleGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update role gateway timeout response has a 5xx status code

func (*IdentityAccessManagementUpdateRoleGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update role gateway timeout response has a 2xx status code

func (*IdentityAccessManagementUpdateRoleGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementUpdateRoleInternalServerError added in v1.0.2

type IdentityAccessManagementUpdateRoleInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateRoleInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementUpdateRoleInternalServerError added in v1.0.2

func NewIdentityAccessManagementUpdateRoleInternalServerError() *IdentityAccessManagementUpdateRoleInternalServerError

NewIdentityAccessManagementUpdateRoleInternalServerError creates a IdentityAccessManagementUpdateRoleInternalServerError with default headers values

func (*IdentityAccessManagementUpdateRoleInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementUpdateRoleInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateRoleInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update role internal server error response has a 4xx status code

func (*IdentityAccessManagementUpdateRoleInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management update role internal server error response a status code equal to that given

func (*IdentityAccessManagementUpdateRoleInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update role internal server error response has a 3xx status code

func (*IdentityAccessManagementUpdateRoleInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update role internal server error response has a 5xx status code

func (*IdentityAccessManagementUpdateRoleInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update role internal server error response has a 2xx status code

func (*IdentityAccessManagementUpdateRoleInternalServerError) String added in v1.0.2

type IdentityAccessManagementUpdateRoleNotFound added in v1.0.2

type IdentityAccessManagementUpdateRoleNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateRoleNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementUpdateRoleNotFound added in v1.0.2

func NewIdentityAccessManagementUpdateRoleNotFound() *IdentityAccessManagementUpdateRoleNotFound

NewIdentityAccessManagementUpdateRoleNotFound creates a IdentityAccessManagementUpdateRoleNotFound with default headers values

func (*IdentityAccessManagementUpdateRoleNotFound) Error added in v1.0.2

func (*IdentityAccessManagementUpdateRoleNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateRoleNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update role not found response has a 4xx status code

func (*IdentityAccessManagementUpdateRoleNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management update role not found response a status code equal to that given

func (*IdentityAccessManagementUpdateRoleNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update role not found response has a 3xx status code

func (*IdentityAccessManagementUpdateRoleNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update role not found response has a 5xx status code

func (*IdentityAccessManagementUpdateRoleNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update role not found response has a 2xx status code

func (*IdentityAccessManagementUpdateRoleNotFound) String added in v1.0.2

type IdentityAccessManagementUpdateRoleOK added in v1.0.2

type IdentityAccessManagementUpdateRoleOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementUpdateRoleOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementUpdateRoleOK added in v1.0.2

func NewIdentityAccessManagementUpdateRoleOK() *IdentityAccessManagementUpdateRoleOK

NewIdentityAccessManagementUpdateRoleOK creates a IdentityAccessManagementUpdateRoleOK with default headers values

func (*IdentityAccessManagementUpdateRoleOK) Error added in v1.0.2

func (*IdentityAccessManagementUpdateRoleOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateRoleOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementUpdateRoleOK) IsClientError() bool

IsClientError returns true when this identity access management update role o k response has a 4xx status code

func (*IdentityAccessManagementUpdateRoleOK) IsCode added in v1.0.2

IsCode returns true when this identity access management update role o k response a status code equal to that given

func (*IdentityAccessManagementUpdateRoleOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update role o k response has a 3xx status code

func (*IdentityAccessManagementUpdateRoleOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementUpdateRoleOK) IsServerError() bool

IsServerError returns true when this identity access management update role o k response has a 5xx status code

func (*IdentityAccessManagementUpdateRoleOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update role o k response has a 2xx status code

func (*IdentityAccessManagementUpdateRoleOK) String added in v1.0.2

type IdentityAccessManagementUpdateRoleParams added in v1.0.2

type IdentityAccessManagementUpdateRoleParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body IdentityAccessManagementUpdateRoleBody

	/* ID.

	   Unique system defined role ID
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateRoleParams contains all the parameters to send to the API endpoint

for the identity access management update role operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementUpdateRoleParams added in v1.0.2

func NewIdentityAccessManagementUpdateRoleParams() *IdentityAccessManagementUpdateRoleParams

NewIdentityAccessManagementUpdateRoleParams creates a new IdentityAccessManagementUpdateRoleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementUpdateRoleParamsWithContext added in v1.0.2

func NewIdentityAccessManagementUpdateRoleParamsWithContext(ctx context.Context) *IdentityAccessManagementUpdateRoleParams

NewIdentityAccessManagementUpdateRoleParamsWithContext creates a new IdentityAccessManagementUpdateRoleParams object with the ability to set a context for a request.

func NewIdentityAccessManagementUpdateRoleParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementUpdateRoleParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementUpdateRoleParams

NewIdentityAccessManagementUpdateRoleParamsWithHTTPClient creates a new IdentityAccessManagementUpdateRoleParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementUpdateRoleParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateRoleParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementUpdateRoleParams

NewIdentityAccessManagementUpdateRoleParamsWithTimeout creates a new IdentityAccessManagementUpdateRoleParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementUpdateRoleParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management update role params

func (*IdentityAccessManagementUpdateRoleParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management update role params

func (*IdentityAccessManagementUpdateRoleParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management update role params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateRoleParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementUpdateRoleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management update role params

func (*IdentityAccessManagementUpdateRoleParams) SetID added in v1.0.2

SetID adds the id to the identity access management update role params

func (*IdentityAccessManagementUpdateRoleParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management update role params

func (*IdentityAccessManagementUpdateRoleParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementUpdateRoleParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management update role params

func (*IdentityAccessManagementUpdateRoleParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management update role params

func (*IdentityAccessManagementUpdateRoleParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management update role params

func (*IdentityAccessManagementUpdateRoleParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management update role params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateRoleParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management update role params

func (*IdentityAccessManagementUpdateRoleParams) WithID added in v1.0.2

WithID adds the id to the identity access management update role params

func (*IdentityAccessManagementUpdateRoleParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management update role params

func (*IdentityAccessManagementUpdateRoleParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management update role params

func (*IdentityAccessManagementUpdateRoleParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementUpdateRoleReader added in v1.0.2

type IdentityAccessManagementUpdateRoleReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateRoleReader is a Reader for the IdentityAccessManagementUpdateRole structure.

func (*IdentityAccessManagementUpdateRoleReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementUpdateRoleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementUpdateRoleUnauthorized added in v1.0.2

type IdentityAccessManagementUpdateRoleUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateRoleUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementUpdateRoleUnauthorized added in v1.0.2

func NewIdentityAccessManagementUpdateRoleUnauthorized() *IdentityAccessManagementUpdateRoleUnauthorized

NewIdentityAccessManagementUpdateRoleUnauthorized creates a IdentityAccessManagementUpdateRoleUnauthorized with default headers values

func (*IdentityAccessManagementUpdateRoleUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementUpdateRoleUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateRoleUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update role unauthorized response has a 4xx status code

func (*IdentityAccessManagementUpdateRoleUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management update role unauthorized response a status code equal to that given

func (*IdentityAccessManagementUpdateRoleUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update role unauthorized response has a 3xx status code

func (*IdentityAccessManagementUpdateRoleUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update role unauthorized response has a 5xx status code

func (*IdentityAccessManagementUpdateRoleUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update role unauthorized response has a 2xx status code

func (*IdentityAccessManagementUpdateRoleUnauthorized) String added in v1.0.2

type IdentityAccessManagementUpdateUser2Body added in v1.0.2

type IdentityAccessManagementUpdateUser2Body struct {

	// hubspot Id
	HubspotID string `json:"HubspotId,omitempty"`

	// Operational Status to be returned to CLI/UI
	//
	// Last login time of the user
	// Format: date-time
	LastLoginTime strfmt.DateTime `json:"LastLoginTime,omitempty"`

	// Last logout time of the user
	// Format: date-time
	LastLogoutTime strfmt.DateTime `json:"LastLogoutTime,omitempty"`

	// sfdc Id
	SfdcID string `json:"SfdcId,omitempty"`

	// Permitted list of enterprises with their associated roles
	AllowedEnterprises []*swagger_models.AllowedEnterprise `json:"allowedEnterprises"`

	// Custom user parameters
	CustomUserInput map[string]string `json:"customUserInput,omitempty"`

	// Email of the user
	// Required: true
	Email *string `json:"email"`

	// Email state
	// Read Only: true
	EmailState *swagger_models.IDState `json:"emailState,omitempty"`

	// Origin enterprise of the user
	// Read Only: true
	EnterpriseID string `json:"enterpriseId,omitempty"`

	// First name of the user
	FirstName string `json:"firstName,omitempty"`

	// Full name of the user
	FullName string `json:"fullName,omitempty"`

	// Locale of the user
	Locale string `json:"locale,omitempty"`

	// Notification preference of the user
	NotifyPref string `json:"notifyPref,omitempty"`

	// Phone number of the user
	Phone string `json:"phone,omitempty"`

	// Phone state
	// Read Only: true
	PhoneState *swagger_models.IDState `json:"phoneState,omitempty"`

	// system defined info
	// Read Only: true
	Revision *swagger_models.ObjectRevision `json:"revision,omitempty"`

	// Role associated with the user
	// Required: true
	// Pattern: [0-9A-Za-z_=-]{28}
	RoleID *string `json:"roleId"`

	// User state
	// Read Only: true
	State *swagger_models.UserState `json:"state,omitempty"`

	// Preferred time zone of the user
	TimeZone string `json:"timeZone,omitempty"`

	// Type of the user
	Type *swagger_models.AuthType `json:"type,omitempty"`

	// User defined name
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9][a-zA-Z0-9_.-]+
	Username *string `json:"username"`
}

IdentityAccessManagementUpdateUser2Body User detail // // User meta data // Example: {"HubspotId":"","LastLoginTime":"2020-07-17T06:02:36Z","LastLogoutTime":"1970-01-01T00:00:01Z","SfdcId":"","customUserInput":{},"email":"us.root@zededa.com","emailState":"ID_STATE_VERIFIED","firstName":"ROOT","fullName":"ZEDEDA root user","id":"AAF1ABCtMaCnVHZN_b9cm2yUEkgp","locale":"EN","notifyPref":"email","phone":"","phoneState":"ID_STATE_UNSPECIFIED","revision":{"createdAt":"2020-07-16T18:19:56Z","createdBy":"SYSTEM_ROOT","curr":"3","prev":"","updatedAt":"1970-01-01T00:00:01Z","updatedBy":"SYSTEM_ROOT"},"roleName":"SysRoot","state":"USER_STATE_ACTIVE","timeZone":"","type":"AUTH_TYPE_UNSPECIFIED","username":"test@zededa.com"} swagger:model IdentityAccessManagementUpdateUser2Body

func (*IdentityAccessManagementUpdateUser2Body) ContextValidate added in v1.0.2

ContextValidate validate this identity access management update user2 body based on the context it is used

func (*IdentityAccessManagementUpdateUser2Body) MarshalBinary added in v1.0.2

func (o *IdentityAccessManagementUpdateUser2Body) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IdentityAccessManagementUpdateUser2Body) UnmarshalBinary added in v1.0.2

func (o *IdentityAccessManagementUpdateUser2Body) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IdentityAccessManagementUpdateUser2Body) Validate added in v1.0.2

Validate validates this identity access management update user2 body

type IdentityAccessManagementUpdateUser2Conflict added in v1.0.2

type IdentityAccessManagementUpdateUser2Conflict struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateUser2Conflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing IAM user record.

func NewIdentityAccessManagementUpdateUser2Conflict added in v1.0.2

func NewIdentityAccessManagementUpdateUser2Conflict() *IdentityAccessManagementUpdateUser2Conflict

NewIdentityAccessManagementUpdateUser2Conflict creates a IdentityAccessManagementUpdateUser2Conflict with default headers values

func (*IdentityAccessManagementUpdateUser2Conflict) Error added in v1.0.2

func (*IdentityAccessManagementUpdateUser2Conflict) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateUser2Conflict) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update user2 conflict response has a 4xx status code

func (*IdentityAccessManagementUpdateUser2Conflict) IsCode added in v1.0.2

IsCode returns true when this identity access management update user2 conflict response a status code equal to that given

func (*IdentityAccessManagementUpdateUser2Conflict) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update user2 conflict response has a 3xx status code

func (*IdentityAccessManagementUpdateUser2Conflict) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update user2 conflict response has a 5xx status code

func (*IdentityAccessManagementUpdateUser2Conflict) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update user2 conflict response has a 2xx status code

func (*IdentityAccessManagementUpdateUser2Conflict) String added in v1.0.2

type IdentityAccessManagementUpdateUser2Default added in v1.0.2

type IdentityAccessManagementUpdateUser2Default struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateUser2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementUpdateUser2Default added in v1.0.2

func NewIdentityAccessManagementUpdateUser2Default(code int) *IdentityAccessManagementUpdateUser2Default

NewIdentityAccessManagementUpdateUser2Default creates a IdentityAccessManagementUpdateUser2Default with default headers values

func (*IdentityAccessManagementUpdateUser2Default) Code added in v1.0.2

Code gets the status code for the identity access management update user2 default response

func (*IdentityAccessManagementUpdateUser2Default) Error added in v1.0.2

func (*IdentityAccessManagementUpdateUser2Default) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateUser2Default) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update user2 default response has a 4xx status code

func (*IdentityAccessManagementUpdateUser2Default) IsCode added in v1.0.2

IsCode returns true when this identity access management update user2 default response a status code equal to that given

func (*IdentityAccessManagementUpdateUser2Default) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update user2 default response has a 3xx status code

func (*IdentityAccessManagementUpdateUser2Default) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update user2 default response has a 5xx status code

func (*IdentityAccessManagementUpdateUser2Default) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update user2 default response has a 2xx status code

func (*IdentityAccessManagementUpdateUser2Default) String added in v1.0.2

type IdentityAccessManagementUpdateUser2Forbidden added in v1.0.2

type IdentityAccessManagementUpdateUser2Forbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateUser2Forbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementUpdateUser2Forbidden added in v1.0.2

func NewIdentityAccessManagementUpdateUser2Forbidden() *IdentityAccessManagementUpdateUser2Forbidden

NewIdentityAccessManagementUpdateUser2Forbidden creates a IdentityAccessManagementUpdateUser2Forbidden with default headers values

func (*IdentityAccessManagementUpdateUser2Forbidden) Error added in v1.0.2

func (*IdentityAccessManagementUpdateUser2Forbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateUser2Forbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update user2 forbidden response has a 4xx status code

func (*IdentityAccessManagementUpdateUser2Forbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management update user2 forbidden response a status code equal to that given

func (*IdentityAccessManagementUpdateUser2Forbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update user2 forbidden response has a 3xx status code

func (*IdentityAccessManagementUpdateUser2Forbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update user2 forbidden response has a 5xx status code

func (*IdentityAccessManagementUpdateUser2Forbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update user2 forbidden response has a 2xx status code

func (*IdentityAccessManagementUpdateUser2Forbidden) String added in v1.0.2

type IdentityAccessManagementUpdateUser2GatewayTimeout added in v1.0.2

type IdentityAccessManagementUpdateUser2GatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateUser2GatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementUpdateUser2GatewayTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateUser2GatewayTimeout() *IdentityAccessManagementUpdateUser2GatewayTimeout

NewIdentityAccessManagementUpdateUser2GatewayTimeout creates a IdentityAccessManagementUpdateUser2GatewayTimeout with default headers values

func (*IdentityAccessManagementUpdateUser2GatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementUpdateUser2GatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateUser2GatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update user2 gateway timeout response has a 4xx status code

func (*IdentityAccessManagementUpdateUser2GatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management update user2 gateway timeout response a status code equal to that given

func (*IdentityAccessManagementUpdateUser2GatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update user2 gateway timeout response has a 3xx status code

func (*IdentityAccessManagementUpdateUser2GatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update user2 gateway timeout response has a 5xx status code

func (*IdentityAccessManagementUpdateUser2GatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update user2 gateway timeout response has a 2xx status code

func (*IdentityAccessManagementUpdateUser2GatewayTimeout) String added in v1.0.2

type IdentityAccessManagementUpdateUser2InternalServerError added in v1.0.2

type IdentityAccessManagementUpdateUser2InternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateUser2InternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementUpdateUser2InternalServerError added in v1.0.2

func NewIdentityAccessManagementUpdateUser2InternalServerError() *IdentityAccessManagementUpdateUser2InternalServerError

NewIdentityAccessManagementUpdateUser2InternalServerError creates a IdentityAccessManagementUpdateUser2InternalServerError with default headers values

func (*IdentityAccessManagementUpdateUser2InternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementUpdateUser2InternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateUser2InternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update user2 internal server error response has a 4xx status code

func (*IdentityAccessManagementUpdateUser2InternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management update user2 internal server error response a status code equal to that given

func (*IdentityAccessManagementUpdateUser2InternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update user2 internal server error response has a 3xx status code

func (*IdentityAccessManagementUpdateUser2InternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update user2 internal server error response has a 5xx status code

func (*IdentityAccessManagementUpdateUser2InternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update user2 internal server error response has a 2xx status code

func (*IdentityAccessManagementUpdateUser2InternalServerError) String added in v1.0.2

type IdentityAccessManagementUpdateUser2NotFound added in v1.0.2

type IdentityAccessManagementUpdateUser2NotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateUser2NotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementUpdateUser2NotFound added in v1.0.2

func NewIdentityAccessManagementUpdateUser2NotFound() *IdentityAccessManagementUpdateUser2NotFound

NewIdentityAccessManagementUpdateUser2NotFound creates a IdentityAccessManagementUpdateUser2NotFound with default headers values

func (*IdentityAccessManagementUpdateUser2NotFound) Error added in v1.0.2

func (*IdentityAccessManagementUpdateUser2NotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateUser2NotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update user2 not found response has a 4xx status code

func (*IdentityAccessManagementUpdateUser2NotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management update user2 not found response a status code equal to that given

func (*IdentityAccessManagementUpdateUser2NotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update user2 not found response has a 3xx status code

func (*IdentityAccessManagementUpdateUser2NotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update user2 not found response has a 5xx status code

func (*IdentityAccessManagementUpdateUser2NotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update user2 not found response has a 2xx status code

func (*IdentityAccessManagementUpdateUser2NotFound) String added in v1.0.2

type IdentityAccessManagementUpdateUser2OK added in v1.0.2

type IdentityAccessManagementUpdateUser2OK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementUpdateUser2OK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementUpdateUser2OK added in v1.0.2

func NewIdentityAccessManagementUpdateUser2OK() *IdentityAccessManagementUpdateUser2OK

NewIdentityAccessManagementUpdateUser2OK creates a IdentityAccessManagementUpdateUser2OK with default headers values

func (*IdentityAccessManagementUpdateUser2OK) Error added in v1.0.2

func (*IdentityAccessManagementUpdateUser2OK) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateUser2OK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementUpdateUser2OK) IsClientError() bool

IsClientError returns true when this identity access management update user2 o k response has a 4xx status code

func (*IdentityAccessManagementUpdateUser2OK) IsCode added in v1.0.2

IsCode returns true when this identity access management update user2 o k response a status code equal to that given

func (*IdentityAccessManagementUpdateUser2OK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update user2 o k response has a 3xx status code

func (*IdentityAccessManagementUpdateUser2OK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementUpdateUser2OK) IsServerError() bool

IsServerError returns true when this identity access management update user2 o k response has a 5xx status code

func (*IdentityAccessManagementUpdateUser2OK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update user2 o k response has a 2xx status code

func (*IdentityAccessManagementUpdateUser2OK) String added in v1.0.2

type IdentityAccessManagementUpdateUser2Params added in v1.0.2

type IdentityAccessManagementUpdateUser2Params struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body IdentityAccessManagementUpdateUser2Body

	/* ID.

	   Unique system defined user ID
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateUser2Params contains all the parameters to send to the API endpoint

for the identity access management update user2 operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementUpdateUser2Params added in v1.0.2

func NewIdentityAccessManagementUpdateUser2Params() *IdentityAccessManagementUpdateUser2Params

NewIdentityAccessManagementUpdateUser2Params creates a new IdentityAccessManagementUpdateUser2Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementUpdateUser2ParamsWithContext added in v1.0.2

func NewIdentityAccessManagementUpdateUser2ParamsWithContext(ctx context.Context) *IdentityAccessManagementUpdateUser2Params

NewIdentityAccessManagementUpdateUser2ParamsWithContext creates a new IdentityAccessManagementUpdateUser2Params object with the ability to set a context for a request.

func NewIdentityAccessManagementUpdateUser2ParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementUpdateUser2ParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementUpdateUser2Params

NewIdentityAccessManagementUpdateUser2ParamsWithHTTPClient creates a new IdentityAccessManagementUpdateUser2Params object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementUpdateUser2ParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateUser2ParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementUpdateUser2Params

NewIdentityAccessManagementUpdateUser2ParamsWithTimeout creates a new IdentityAccessManagementUpdateUser2Params object with the ability to set a timeout on a request.

func (*IdentityAccessManagementUpdateUser2Params) SetBody added in v1.0.2

SetBody adds the body to the identity access management update user2 params

func (*IdentityAccessManagementUpdateUser2Params) SetContext added in v1.0.2

SetContext adds the context to the identity access management update user2 params

func (*IdentityAccessManagementUpdateUser2Params) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management update user2 params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateUser2Params) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementUpdateUser2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management update user2 params

func (*IdentityAccessManagementUpdateUser2Params) SetID added in v1.0.2

SetID adds the id to the identity access management update user2 params

func (*IdentityAccessManagementUpdateUser2Params) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management update user2 params

func (*IdentityAccessManagementUpdateUser2Params) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementUpdateUser2Params) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management update user2 params

func (*IdentityAccessManagementUpdateUser2Params) WithBody added in v1.0.2

WithBody adds the body to the identity access management update user2 params

func (*IdentityAccessManagementUpdateUser2Params) WithContext added in v1.0.2

WithContext adds the context to the identity access management update user2 params

func (*IdentityAccessManagementUpdateUser2Params) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management update user2 params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateUser2Params) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management update user2 params

func (*IdentityAccessManagementUpdateUser2Params) WithID added in v1.0.2

WithID adds the id to the identity access management update user2 params

func (*IdentityAccessManagementUpdateUser2Params) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management update user2 params

func (*IdentityAccessManagementUpdateUser2Params) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management update user2 params

func (*IdentityAccessManagementUpdateUser2Params) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementUpdateUser2Reader added in v1.0.2

type IdentityAccessManagementUpdateUser2Reader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateUser2Reader is a Reader for the IdentityAccessManagementUpdateUser2 structure.

func (*IdentityAccessManagementUpdateUser2Reader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementUpdateUser2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementUpdateUser2Unauthorized added in v1.0.2

type IdentityAccessManagementUpdateUser2Unauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateUser2Unauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementUpdateUser2Unauthorized added in v1.0.2

func NewIdentityAccessManagementUpdateUser2Unauthorized() *IdentityAccessManagementUpdateUser2Unauthorized

NewIdentityAccessManagementUpdateUser2Unauthorized creates a IdentityAccessManagementUpdateUser2Unauthorized with default headers values

func (*IdentityAccessManagementUpdateUser2Unauthorized) Error added in v1.0.2

func (*IdentityAccessManagementUpdateUser2Unauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateUser2Unauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update user2 unauthorized response has a 4xx status code

func (*IdentityAccessManagementUpdateUser2Unauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management update user2 unauthorized response a status code equal to that given

func (*IdentityAccessManagementUpdateUser2Unauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update user2 unauthorized response has a 3xx status code

func (*IdentityAccessManagementUpdateUser2Unauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update user2 unauthorized response has a 5xx status code

func (*IdentityAccessManagementUpdateUser2Unauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update user2 unauthorized response has a 2xx status code

func (*IdentityAccessManagementUpdateUser2Unauthorized) String added in v1.0.2

type IdentityAccessManagementUpdateUserConflict added in v1.0.2

type IdentityAccessManagementUpdateUserConflict struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateUserConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing IAM user record.

func NewIdentityAccessManagementUpdateUserConflict added in v1.0.2

func NewIdentityAccessManagementUpdateUserConflict() *IdentityAccessManagementUpdateUserConflict

NewIdentityAccessManagementUpdateUserConflict creates a IdentityAccessManagementUpdateUserConflict with default headers values

func (*IdentityAccessManagementUpdateUserConflict) Error added in v1.0.2

func (*IdentityAccessManagementUpdateUserConflict) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateUserConflict) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update user conflict response has a 4xx status code

func (*IdentityAccessManagementUpdateUserConflict) IsCode added in v1.0.2

IsCode returns true when this identity access management update user conflict response a status code equal to that given

func (*IdentityAccessManagementUpdateUserConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update user conflict response has a 3xx status code

func (*IdentityAccessManagementUpdateUserConflict) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update user conflict response has a 5xx status code

func (*IdentityAccessManagementUpdateUserConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update user conflict response has a 2xx status code

func (*IdentityAccessManagementUpdateUserConflict) String added in v1.0.2

type IdentityAccessManagementUpdateUserDefault added in v1.0.2

type IdentityAccessManagementUpdateUserDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateUserDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewIdentityAccessManagementUpdateUserDefault added in v1.0.2

func NewIdentityAccessManagementUpdateUserDefault(code int) *IdentityAccessManagementUpdateUserDefault

NewIdentityAccessManagementUpdateUserDefault creates a IdentityAccessManagementUpdateUserDefault with default headers values

func (*IdentityAccessManagementUpdateUserDefault) Code added in v1.0.2

Code gets the status code for the identity access management update user default response

func (*IdentityAccessManagementUpdateUserDefault) Error added in v1.0.2

func (*IdentityAccessManagementUpdateUserDefault) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateUserDefault) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update user default response has a 4xx status code

func (*IdentityAccessManagementUpdateUserDefault) IsCode added in v1.0.2

IsCode returns true when this identity access management update user default response a status code equal to that given

func (*IdentityAccessManagementUpdateUserDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update user default response has a 3xx status code

func (*IdentityAccessManagementUpdateUserDefault) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update user default response has a 5xx status code

func (*IdentityAccessManagementUpdateUserDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update user default response has a 2xx status code

func (*IdentityAccessManagementUpdateUserDefault) String added in v1.0.2

type IdentityAccessManagementUpdateUserForbidden added in v1.0.2

type IdentityAccessManagementUpdateUserForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateUserForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewIdentityAccessManagementUpdateUserForbidden added in v1.0.2

func NewIdentityAccessManagementUpdateUserForbidden() *IdentityAccessManagementUpdateUserForbidden

NewIdentityAccessManagementUpdateUserForbidden creates a IdentityAccessManagementUpdateUserForbidden with default headers values

func (*IdentityAccessManagementUpdateUserForbidden) Error added in v1.0.2

func (*IdentityAccessManagementUpdateUserForbidden) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateUserForbidden) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update user forbidden response has a 4xx status code

func (*IdentityAccessManagementUpdateUserForbidden) IsCode added in v1.0.2

IsCode returns true when this identity access management update user forbidden response a status code equal to that given

func (*IdentityAccessManagementUpdateUserForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update user forbidden response has a 3xx status code

func (*IdentityAccessManagementUpdateUserForbidden) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update user forbidden response has a 5xx status code

func (*IdentityAccessManagementUpdateUserForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update user forbidden response has a 2xx status code

func (*IdentityAccessManagementUpdateUserForbidden) String added in v1.0.2

type IdentityAccessManagementUpdateUserGatewayTimeout added in v1.0.2

type IdentityAccessManagementUpdateUserGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateUserGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewIdentityAccessManagementUpdateUserGatewayTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateUserGatewayTimeout() *IdentityAccessManagementUpdateUserGatewayTimeout

NewIdentityAccessManagementUpdateUserGatewayTimeout creates a IdentityAccessManagementUpdateUserGatewayTimeout with default headers values

func (*IdentityAccessManagementUpdateUserGatewayTimeout) Error added in v1.0.2

func (*IdentityAccessManagementUpdateUserGatewayTimeout) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateUserGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update user gateway timeout response has a 4xx status code

func (*IdentityAccessManagementUpdateUserGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this identity access management update user gateway timeout response a status code equal to that given

func (*IdentityAccessManagementUpdateUserGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update user gateway timeout response has a 3xx status code

func (*IdentityAccessManagementUpdateUserGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update user gateway timeout response has a 5xx status code

func (*IdentityAccessManagementUpdateUserGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update user gateway timeout response has a 2xx status code

func (*IdentityAccessManagementUpdateUserGatewayTimeout) String added in v1.0.2

type IdentityAccessManagementUpdateUserInternalServerError added in v1.0.2

type IdentityAccessManagementUpdateUserInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateUserInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewIdentityAccessManagementUpdateUserInternalServerError added in v1.0.2

func NewIdentityAccessManagementUpdateUserInternalServerError() *IdentityAccessManagementUpdateUserInternalServerError

NewIdentityAccessManagementUpdateUserInternalServerError creates a IdentityAccessManagementUpdateUserInternalServerError with default headers values

func (*IdentityAccessManagementUpdateUserInternalServerError) Error added in v1.0.2

func (*IdentityAccessManagementUpdateUserInternalServerError) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateUserInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update user internal server error response has a 4xx status code

func (*IdentityAccessManagementUpdateUserInternalServerError) IsCode added in v1.0.2

IsCode returns true when this identity access management update user internal server error response a status code equal to that given

func (*IdentityAccessManagementUpdateUserInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update user internal server error response has a 3xx status code

func (*IdentityAccessManagementUpdateUserInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update user internal server error response has a 5xx status code

func (*IdentityAccessManagementUpdateUserInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update user internal server error response has a 2xx status code

func (*IdentityAccessManagementUpdateUserInternalServerError) String added in v1.0.2

type IdentityAccessManagementUpdateUserNotFound added in v1.0.2

type IdentityAccessManagementUpdateUserNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateUserNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewIdentityAccessManagementUpdateUserNotFound added in v1.0.2

func NewIdentityAccessManagementUpdateUserNotFound() *IdentityAccessManagementUpdateUserNotFound

NewIdentityAccessManagementUpdateUserNotFound creates a IdentityAccessManagementUpdateUserNotFound with default headers values

func (*IdentityAccessManagementUpdateUserNotFound) Error added in v1.0.2

func (*IdentityAccessManagementUpdateUserNotFound) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateUserNotFound) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update user not found response has a 4xx status code

func (*IdentityAccessManagementUpdateUserNotFound) IsCode added in v1.0.2

IsCode returns true when this identity access management update user not found response a status code equal to that given

func (*IdentityAccessManagementUpdateUserNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update user not found response has a 3xx status code

func (*IdentityAccessManagementUpdateUserNotFound) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update user not found response has a 5xx status code

func (*IdentityAccessManagementUpdateUserNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update user not found response has a 2xx status code

func (*IdentityAccessManagementUpdateUserNotFound) String added in v1.0.2

type IdentityAccessManagementUpdateUserOK added in v1.0.2

type IdentityAccessManagementUpdateUserOK struct {
	Payload *swagger_models.CrudResponse
}

IdentityAccessManagementUpdateUserOK describes a response with status code 200, with default header values.

A successful response.

func NewIdentityAccessManagementUpdateUserOK added in v1.0.2

func NewIdentityAccessManagementUpdateUserOK() *IdentityAccessManagementUpdateUserOK

NewIdentityAccessManagementUpdateUserOK creates a IdentityAccessManagementUpdateUserOK with default headers values

func (*IdentityAccessManagementUpdateUserOK) Error added in v1.0.2

func (*IdentityAccessManagementUpdateUserOK) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateUserOK) IsClientError added in v1.0.2

func (o *IdentityAccessManagementUpdateUserOK) IsClientError() bool

IsClientError returns true when this identity access management update user o k response has a 4xx status code

func (*IdentityAccessManagementUpdateUserOK) IsCode added in v1.0.2

IsCode returns true when this identity access management update user o k response a status code equal to that given

func (*IdentityAccessManagementUpdateUserOK) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update user o k response has a 3xx status code

func (*IdentityAccessManagementUpdateUserOK) IsServerError added in v1.0.2

func (o *IdentityAccessManagementUpdateUserOK) IsServerError() bool

IsServerError returns true when this identity access management update user o k response has a 5xx status code

func (*IdentityAccessManagementUpdateUserOK) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update user o k response has a 2xx status code

func (*IdentityAccessManagementUpdateUserOK) String added in v1.0.2

type IdentityAccessManagementUpdateUserParams added in v1.0.2

type IdentityAccessManagementUpdateUserParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.DetailedUser

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateUserParams contains all the parameters to send to the API endpoint

for the identity access management update user operation.

Typically these are written to a http.Request.

func NewIdentityAccessManagementUpdateUserParams added in v1.0.2

func NewIdentityAccessManagementUpdateUserParams() *IdentityAccessManagementUpdateUserParams

NewIdentityAccessManagementUpdateUserParams creates a new IdentityAccessManagementUpdateUserParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIdentityAccessManagementUpdateUserParamsWithContext added in v1.0.2

func NewIdentityAccessManagementUpdateUserParamsWithContext(ctx context.Context) *IdentityAccessManagementUpdateUserParams

NewIdentityAccessManagementUpdateUserParamsWithContext creates a new IdentityAccessManagementUpdateUserParams object with the ability to set a context for a request.

func NewIdentityAccessManagementUpdateUserParamsWithHTTPClient added in v1.0.2

func NewIdentityAccessManagementUpdateUserParamsWithHTTPClient(client *http.Client) *IdentityAccessManagementUpdateUserParams

NewIdentityAccessManagementUpdateUserParamsWithHTTPClient creates a new IdentityAccessManagementUpdateUserParams object with the ability to set a custom HTTPClient for a request.

func NewIdentityAccessManagementUpdateUserParamsWithTimeout added in v1.0.2

func NewIdentityAccessManagementUpdateUserParamsWithTimeout(timeout time.Duration) *IdentityAccessManagementUpdateUserParams

NewIdentityAccessManagementUpdateUserParamsWithTimeout creates a new IdentityAccessManagementUpdateUserParams object with the ability to set a timeout on a request.

func (*IdentityAccessManagementUpdateUserParams) SetBody added in v1.0.2

SetBody adds the body to the identity access management update user params

func (*IdentityAccessManagementUpdateUserParams) SetContext added in v1.0.2

SetContext adds the context to the identity access management update user params

func (*IdentityAccessManagementUpdateUserParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the identity access management update user params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateUserParams) SetHTTPClient added in v1.0.2

func (o *IdentityAccessManagementUpdateUserParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the identity access management update user params

func (*IdentityAccessManagementUpdateUserParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the identity access management update user params

func (*IdentityAccessManagementUpdateUserParams) SetXRequestID added in v1.0.2

func (o *IdentityAccessManagementUpdateUserParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the identity access management update user params

func (*IdentityAccessManagementUpdateUserParams) WithBody added in v1.0.2

WithBody adds the body to the identity access management update user params

func (*IdentityAccessManagementUpdateUserParams) WithContext added in v1.0.2

WithContext adds the context to the identity access management update user params

func (*IdentityAccessManagementUpdateUserParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the identity access management update user params (not the query body).

All values with no default are reset to their zero value.

func (*IdentityAccessManagementUpdateUserParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the identity access management update user params

func (*IdentityAccessManagementUpdateUserParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the identity access management update user params

func (*IdentityAccessManagementUpdateUserParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the identity access management update user params

func (*IdentityAccessManagementUpdateUserParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type IdentityAccessManagementUpdateUserReader added in v1.0.2

type IdentityAccessManagementUpdateUserReader struct {
	// contains filtered or unexported fields
}

IdentityAccessManagementUpdateUserReader is a Reader for the IdentityAccessManagementUpdateUser structure.

func (*IdentityAccessManagementUpdateUserReader) ReadResponse added in v1.0.2

func (o *IdentityAccessManagementUpdateUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IdentityAccessManagementUpdateUserUnauthorized added in v1.0.2

type IdentityAccessManagementUpdateUserUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

IdentityAccessManagementUpdateUserUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewIdentityAccessManagementUpdateUserUnauthorized added in v1.0.2

func NewIdentityAccessManagementUpdateUserUnauthorized() *IdentityAccessManagementUpdateUserUnauthorized

NewIdentityAccessManagementUpdateUserUnauthorized creates a IdentityAccessManagementUpdateUserUnauthorized with default headers values

func (*IdentityAccessManagementUpdateUserUnauthorized) Error added in v1.0.2

func (*IdentityAccessManagementUpdateUserUnauthorized) GetPayload added in v1.0.2

func (*IdentityAccessManagementUpdateUserUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this identity access management update user unauthorized response has a 4xx status code

func (*IdentityAccessManagementUpdateUserUnauthorized) IsCode added in v1.0.2

IsCode returns true when this identity access management update user unauthorized response a status code equal to that given

func (*IdentityAccessManagementUpdateUserUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this identity access management update user unauthorized response has a 3xx status code

func (*IdentityAccessManagementUpdateUserUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this identity access management update user unauthorized response has a 5xx status code

func (*IdentityAccessManagementUpdateUserUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this identity access management update user unauthorized response has a 2xx status code

func (*IdentityAccessManagementUpdateUserUnauthorized) String added in v1.0.2

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL