Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AcsClientRequestData
- func (o *AcsClientRequestData) GetName() string
- func (o *AcsClientRequestData) GetNameOk() (*string, bool)
- func (o *AcsClientRequestData) GetOrgId() string
- func (o *AcsClientRequestData) GetOrgIdOk() (*string, bool)
- func (o *AcsClientRequestData) GetRedirectUris() []string
- func (o *AcsClientRequestData) GetRedirectUrisOk() (*[]string, bool)
- func (o *AcsClientRequestData) HasName() bool
- func (o AcsClientRequestData) MarshalJSON() ([]byte, error)
- func (o *AcsClientRequestData) SetName(v string)
- func (o *AcsClientRequestData) SetOrgId(v string)
- func (o *AcsClientRequestData) SetRedirectUris(v []string)
- type AcsClientResponseData
- func (o *AcsClientResponseData) GetClientId() string
- func (o *AcsClientResponseData) GetClientIdOk() (*string, bool)
- func (o *AcsClientResponseData) GetCreatedAt() int64
- func (o *AcsClientResponseData) GetCreatedAtOk() (*int64, bool)
- func (o *AcsClientResponseData) GetName() string
- func (o *AcsClientResponseData) GetNameOk() (*string, bool)
- func (o *AcsClientResponseData) GetSecret() string
- func (o *AcsClientResponseData) GetSecretOk() (*string, bool)
- func (o *AcsClientResponseData) HasClientId() bool
- func (o *AcsClientResponseData) HasCreatedAt() bool
- func (o *AcsClientResponseData) HasName() bool
- func (o *AcsClientResponseData) HasSecret() bool
- func (o AcsClientResponseData) MarshalJSON() ([]byte, error)
- func (o *AcsClientResponseData) SetClientId(v string)
- func (o *AcsClientResponseData) SetCreatedAt(v int64)
- func (o *AcsClientResponseData) SetName(v string)
- func (o *AcsClientResponseData) SetSecret(v string)
- type AcsTenantsApi
- type AcsTenantsApiService
- func (a *AcsTenantsApiService) CreateAcsClient(ctx _context.Context) ApiCreateAcsClientRequest
- func (a *AcsTenantsApiService) CreateAcsClientExecute(r ApiCreateAcsClientRequest) (AcsClientResponseData, *_nethttp.Response, error)
- func (a *AcsTenantsApiService) DeleteAcsClient(ctx _context.Context, clientId string) ApiDeleteAcsClientRequest
- func (a *AcsTenantsApiService) DeleteAcsClientExecute(r ApiDeleteAcsClientRequest) (*_nethttp.Response, error)
- type ApiCreateAcsClientRequest
- type ApiCreateServiceAccountRequest
- type ApiDeleteAcsClientRequest
- type ApiDeleteServiceAccountRequest
- type ApiGetAuthenticationPolicyRequest
- type ApiGetServiceAccountRequest
- type ApiGetServiceAccountsRequest
- func (r ApiGetServiceAccountsRequest) ClientId(clientId []string) ApiGetServiceAccountsRequest
- func (r ApiGetServiceAccountsRequest) Execute() ([]ServiceAccountData, *_nethttp.Response, error)
- func (r ApiGetServiceAccountsRequest) First(first int32) ApiGetServiceAccountsRequest
- func (r ApiGetServiceAccountsRequest) Max(max int32) ApiGetServiceAccountsRequest
- type ApiResetServiceAccountSecretRequest
- type ApiSetAuthenticationPolicyRequest
- type ApiUpdateServiceAccountRequest
- type AuthenticationFactors
- type AuthenticationPolicy
- func (o *AuthenticationPolicy) GetAuthenticationFactors() AuthenticationFactors
- func (o *AuthenticationPolicy) GetAuthenticationFactorsOk() (*AuthenticationFactors, bool)
- func (o *AuthenticationPolicy) HasAuthenticationFactors() bool
- func (o AuthenticationPolicy) MarshalJSON() ([]byte, error)
- func (o *AuthenticationPolicy) SetAuthenticationFactors(v AuthenticationFactors)
- type BasicAuth
- type Configuration
- type DefaultApi
- type DefaultApiService
- func (a *DefaultApiService) GetAuthenticationPolicy(ctx _context.Context, id string) ApiGetAuthenticationPolicyRequest
- func (a *DefaultApiService) GetAuthenticationPolicyExecute(r ApiGetAuthenticationPolicyRequest) (AuthenticationPolicy, *_nethttp.Response, error)
- func (a *DefaultApiService) SetAuthenticationPolicy(ctx _context.Context, id string) ApiSetAuthenticationPolicyRequest
- func (a *DefaultApiService) SetAuthenticationPolicyExecute(r ApiSetAuthenticationPolicyRequest) (AuthenticationPolicy, *_nethttp.Response, error)
- type Error
- type GenericOpenAPIError
- type NullableAcsClientRequestData
- func (v NullableAcsClientRequestData) Get() *AcsClientRequestData
- func (v NullableAcsClientRequestData) IsSet() bool
- func (v NullableAcsClientRequestData) MarshalJSON() ([]byte, error)
- func (v *NullableAcsClientRequestData) Set(val *AcsClientRequestData)
- func (v *NullableAcsClientRequestData) UnmarshalJSON(src []byte) error
- func (v *NullableAcsClientRequestData) Unset()
- type NullableAcsClientResponseData
- func (v NullableAcsClientResponseData) Get() *AcsClientResponseData
- func (v NullableAcsClientResponseData) IsSet() bool
- func (v NullableAcsClientResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableAcsClientResponseData) Set(val *AcsClientResponseData)
- func (v *NullableAcsClientResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableAcsClientResponseData) Unset()
- type NullableAuthenticationFactors
- func (v NullableAuthenticationFactors) Get() *AuthenticationFactors
- func (v NullableAuthenticationFactors) IsSet() bool
- func (v NullableAuthenticationFactors) MarshalJSON() ([]byte, error)
- func (v *NullableAuthenticationFactors) Set(val *AuthenticationFactors)
- func (v *NullableAuthenticationFactors) UnmarshalJSON(src []byte) error
- func (v *NullableAuthenticationFactors) Unset()
- type NullableAuthenticationPolicy
- func (v NullableAuthenticationPolicy) Get() *AuthenticationPolicy
- func (v NullableAuthenticationPolicy) IsSet() bool
- func (v NullableAuthenticationPolicy) MarshalJSON() ([]byte, error)
- func (v *NullableAuthenticationPolicy) Set(val *AuthenticationPolicy)
- func (v *NullableAuthenticationPolicy) UnmarshalJSON(src []byte) error
- func (v *NullableAuthenticationPolicy) Unset()
- type NullableBool
- type NullableError
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableOtp
- type NullableRedHatErrorRepresentation
- func (v NullableRedHatErrorRepresentation) Get() *RedHatErrorRepresentation
- func (v NullableRedHatErrorRepresentation) IsSet() bool
- func (v NullableRedHatErrorRepresentation) MarshalJSON() ([]byte, error)
- func (v *NullableRedHatErrorRepresentation) Set(val *RedHatErrorRepresentation)
- func (v *NullableRedHatErrorRepresentation) UnmarshalJSON(src []byte) error
- func (v *NullableRedHatErrorRepresentation) Unset()
- type NullableServiceAccountCreateRequestData
- func (v NullableServiceAccountCreateRequestData) Get() *ServiceAccountCreateRequestData
- func (v NullableServiceAccountCreateRequestData) IsSet() bool
- func (v NullableServiceAccountCreateRequestData) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccountCreateRequestData) Set(val *ServiceAccountCreateRequestData)
- func (v *NullableServiceAccountCreateRequestData) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccountCreateRequestData) Unset()
- type NullableServiceAccountData
- func (v NullableServiceAccountData) Get() *ServiceAccountData
- func (v NullableServiceAccountData) IsSet() bool
- func (v NullableServiceAccountData) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccountData) Set(val *ServiceAccountData)
- func (v *NullableServiceAccountData) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccountData) Unset()
- type NullableServiceAccountRequestData
- func (v NullableServiceAccountRequestData) Get() *ServiceAccountRequestData
- func (v NullableServiceAccountRequestData) IsSet() bool
- func (v NullableServiceAccountRequestData) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccountRequestData) Set(val *ServiceAccountRequestData)
- func (v *NullableServiceAccountRequestData) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccountRequestData) Unset()
- type NullableString
- type NullableTime
- type NullableValidationExceptionData
- func (v NullableValidationExceptionData) Get() *ValidationExceptionData
- func (v NullableValidationExceptionData) IsSet() bool
- func (v NullableValidationExceptionData) MarshalJSON() ([]byte, error)
- func (v *NullableValidationExceptionData) Set(val *ValidationExceptionData)
- func (v *NullableValidationExceptionData) UnmarshalJSON(src []byte) error
- func (v *NullableValidationExceptionData) Unset()
- type Otp
- type RedHatErrorRepresentation
- func (o *RedHatErrorRepresentation) GetError() string
- func (o *RedHatErrorRepresentation) GetErrorDescription() string
- func (o *RedHatErrorRepresentation) GetErrorDescriptionOk() (*string, bool)
- func (o *RedHatErrorRepresentation) GetErrorOk() (*string, bool)
- func (o *RedHatErrorRepresentation) HasError() bool
- func (o *RedHatErrorRepresentation) HasErrorDescription() bool
- func (o RedHatErrorRepresentation) MarshalJSON() ([]byte, error)
- func (o *RedHatErrorRepresentation) SetError(v string)
- func (o *RedHatErrorRepresentation) SetErrorDescription(v string)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type ServiceAccountCreateRequestData
- func (o *ServiceAccountCreateRequestData) GetDescription() string
- func (o *ServiceAccountCreateRequestData) GetDescriptionOk() (*string, bool)
- func (o *ServiceAccountCreateRequestData) GetName() string
- func (o *ServiceAccountCreateRequestData) GetNameOk() (*string, bool)
- func (o *ServiceAccountCreateRequestData) HasDescription() bool
- func (o ServiceAccountCreateRequestData) MarshalJSON() ([]byte, error)
- func (o *ServiceAccountCreateRequestData) SetDescription(v string)
- func (o *ServiceAccountCreateRequestData) SetName(v string)
- type ServiceAccountData
- func (o *ServiceAccountData) GetClientId() string
- func (o *ServiceAccountData) GetClientIdOk() (*string, bool)
- func (o *ServiceAccountData) GetCreatedAt() int64
- func (o *ServiceAccountData) GetCreatedAtOk() (*int64, bool)
- func (o *ServiceAccountData) GetCreatedBy() string
- func (o *ServiceAccountData) GetCreatedByOk() (*string, bool)
- func (o *ServiceAccountData) GetDescription() string
- func (o *ServiceAccountData) GetDescriptionOk() (*string, bool)
- func (o *ServiceAccountData) GetId() string
- func (o *ServiceAccountData) GetIdOk() (*string, bool)
- func (o *ServiceAccountData) GetName() string
- func (o *ServiceAccountData) GetNameOk() (*string, bool)
- func (o *ServiceAccountData) GetSecret() string
- func (o *ServiceAccountData) GetSecretOk() (*string, bool)
- func (o *ServiceAccountData) HasClientId() bool
- func (o *ServiceAccountData) HasCreatedAt() bool
- func (o *ServiceAccountData) HasCreatedBy() bool
- func (o *ServiceAccountData) HasDescription() bool
- func (o *ServiceAccountData) HasId() bool
- func (o *ServiceAccountData) HasName() bool
- func (o *ServiceAccountData) HasSecret() bool
- func (o ServiceAccountData) MarshalJSON() ([]byte, error)
- func (o *ServiceAccountData) SetClientId(v string)
- func (o *ServiceAccountData) SetCreatedAt(v int64)
- func (o *ServiceAccountData) SetCreatedBy(v string)
- func (o *ServiceAccountData) SetDescription(v string)
- func (o *ServiceAccountData) SetId(v string)
- func (o *ServiceAccountData) SetName(v string)
- func (o *ServiceAccountData) SetSecret(v string)
- type ServiceAccountRequestData
- func (o *ServiceAccountRequestData) GetDescription() string
- func (o *ServiceAccountRequestData) GetDescriptionOk() (*string, bool)
- func (o *ServiceAccountRequestData) GetName() string
- func (o *ServiceAccountRequestData) GetNameOk() (*string, bool)
- func (o *ServiceAccountRequestData) HasDescription() bool
- func (o *ServiceAccountRequestData) HasName() bool
- func (o ServiceAccountRequestData) MarshalJSON() ([]byte, error)
- func (o *ServiceAccountRequestData) SetDescription(v string)
- func (o *ServiceAccountRequestData) SetName(v string)
- type ServiceAccountsApi
- type ServiceAccountsApiService
- func (a *ServiceAccountsApiService) CreateServiceAccount(ctx _context.Context) ApiCreateServiceAccountRequest
- func (a *ServiceAccountsApiService) CreateServiceAccountExecute(r ApiCreateServiceAccountRequest) (ServiceAccountData, *_nethttp.Response, error)
- func (a *ServiceAccountsApiService) DeleteServiceAccount(ctx _context.Context, id string) ApiDeleteServiceAccountRequest
- func (a *ServiceAccountsApiService) DeleteServiceAccountExecute(r ApiDeleteServiceAccountRequest) (*_nethttp.Response, error)
- func (a *ServiceAccountsApiService) GetServiceAccount(ctx _context.Context, id string) ApiGetServiceAccountRequest
- func (a *ServiceAccountsApiService) GetServiceAccountExecute(r ApiGetServiceAccountRequest) (ServiceAccountData, *_nethttp.Response, error)
- func (a *ServiceAccountsApiService) GetServiceAccounts(ctx _context.Context) ApiGetServiceAccountsRequest
- func (a *ServiceAccountsApiService) GetServiceAccountsExecute(r ApiGetServiceAccountsRequest) ([]ServiceAccountData, *_nethttp.Response, error)
- func (a *ServiceAccountsApiService) ResetServiceAccountSecret(ctx _context.Context, id string) ApiResetServiceAccountSecretRequest
- func (a *ServiceAccountsApiService) ResetServiceAccountSecretExecute(r ApiResetServiceAccountSecretRequest) (ServiceAccountData, *_nethttp.Response, error)
- func (a *ServiceAccountsApiService) UpdateServiceAccount(ctx _context.Context, id string) ApiUpdateServiceAccountRequest
- func (a *ServiceAccountsApiService) UpdateServiceAccountExecute(r ApiUpdateServiceAccountRequest) (ServiceAccountData, *_nethttp.Response, error)
- type ValidationExceptionData
- func (o *ValidationExceptionData) GetError() string
- func (o *ValidationExceptionData) GetErrorDescription() string
- func (o *ValidationExceptionData) GetErrorDescriptionOk() (*string, bool)
- func (o *ValidationExceptionData) GetErrorOk() (*string, bool)
- func (o *ValidationExceptionData) GetFields() map[string]string
- func (o *ValidationExceptionData) GetFieldsOk() (*map[string]string, bool)
- func (o *ValidationExceptionData) HasError() bool
- func (o *ValidationExceptionData) HasErrorDescription() bool
- func (o *ValidationExceptionData) HasFields() bool
- func (o ValidationExceptionData) MarshalJSON() ([]byte, error)
- func (o *ValidationExceptionData) SetError(v string)
- func (o *ValidationExceptionData) SetErrorDescription(v string)
- func (o *ValidationExceptionData) SetFields(v map[string]string)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request. ContextHttpSignatureAuth = contextKey("httpsignature") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { AcsTenantsApi AcsTenantsApi DefaultApi DefaultApi ServiceAccountsApi ServiceAccountsApi // contains filtered or unexported fields }
APIClient manages communication with the sso.redhat.com API documentation API v5.0.19-SNAPSHOT In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AcsClientRequestData ¶
type AcsClientRequestData struct { Name *string `json:"name,omitempty"` RedirectUris []string `json:"redirectUris"` OrgId string `json:"orgId"` }
AcsClientRequestData struct for AcsClientRequestData
func NewAcsClientRequestData ¶
func NewAcsClientRequestData(redirectUris []string, orgId string) *AcsClientRequestData
NewAcsClientRequestData instantiates a new AcsClientRequestData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAcsClientRequestDataWithDefaults ¶
func NewAcsClientRequestDataWithDefaults() *AcsClientRequestData
NewAcsClientRequestDataWithDefaults instantiates a new AcsClientRequestData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AcsClientRequestData) GetName ¶
func (o *AcsClientRequestData) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*AcsClientRequestData) GetNameOk ¶
func (o *AcsClientRequestData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcsClientRequestData) GetOrgId ¶
func (o *AcsClientRequestData) GetOrgId() string
GetOrgId returns the OrgId field value
func (*AcsClientRequestData) GetOrgIdOk ¶
func (o *AcsClientRequestData) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*AcsClientRequestData) GetRedirectUris ¶
func (o *AcsClientRequestData) GetRedirectUris() []string
GetRedirectUris returns the RedirectUris field value
func (*AcsClientRequestData) GetRedirectUrisOk ¶
func (o *AcsClientRequestData) GetRedirectUrisOk() (*[]string, bool)
GetRedirectUrisOk returns a tuple with the RedirectUris field value and a boolean to check if the value has been set.
func (*AcsClientRequestData) HasName ¶
func (o *AcsClientRequestData) HasName() bool
HasName returns a boolean if a field has been set.
func (AcsClientRequestData) MarshalJSON ¶
func (o AcsClientRequestData) MarshalJSON() ([]byte, error)
func (*AcsClientRequestData) SetName ¶
func (o *AcsClientRequestData) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*AcsClientRequestData) SetOrgId ¶
func (o *AcsClientRequestData) SetOrgId(v string)
SetOrgId sets field value
func (*AcsClientRequestData) SetRedirectUris ¶
func (o *AcsClientRequestData) SetRedirectUris(v []string)
SetRedirectUris sets field value
type AcsClientResponseData ¶
type AcsClientResponseData struct { ClientId *string `json:"clientId,omitempty"` Secret *string `json:"secret,omitempty"` Name *string `json:"name,omitempty"` CreatedAt *int64 `json:"createdAt,omitempty"` }
AcsClientResponseData struct for AcsClientResponseData
func NewAcsClientResponseData ¶
func NewAcsClientResponseData() *AcsClientResponseData
NewAcsClientResponseData instantiates a new AcsClientResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAcsClientResponseDataWithDefaults ¶
func NewAcsClientResponseDataWithDefaults() *AcsClientResponseData
NewAcsClientResponseDataWithDefaults instantiates a new AcsClientResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AcsClientResponseData) GetClientId ¶
func (o *AcsClientResponseData) GetClientId() string
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*AcsClientResponseData) GetClientIdOk ¶
func (o *AcsClientResponseData) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcsClientResponseData) GetCreatedAt ¶
func (o *AcsClientResponseData) GetCreatedAt() int64
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*AcsClientResponseData) GetCreatedAtOk ¶
func (o *AcsClientResponseData) GetCreatedAtOk() (*int64, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcsClientResponseData) GetName ¶
func (o *AcsClientResponseData) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*AcsClientResponseData) GetNameOk ¶
func (o *AcsClientResponseData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcsClientResponseData) GetSecret ¶
func (o *AcsClientResponseData) GetSecret() string
GetSecret returns the Secret field value if set, zero value otherwise.
func (*AcsClientResponseData) GetSecretOk ¶
func (o *AcsClientResponseData) GetSecretOk() (*string, bool)
GetSecretOk returns a tuple with the Secret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcsClientResponseData) HasClientId ¶
func (o *AcsClientResponseData) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (*AcsClientResponseData) HasCreatedAt ¶
func (o *AcsClientResponseData) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*AcsClientResponseData) HasName ¶
func (o *AcsClientResponseData) HasName() bool
HasName returns a boolean if a field has been set.
func (*AcsClientResponseData) HasSecret ¶
func (o *AcsClientResponseData) HasSecret() bool
HasSecret returns a boolean if a field has been set.
func (AcsClientResponseData) MarshalJSON ¶
func (o AcsClientResponseData) MarshalJSON() ([]byte, error)
func (*AcsClientResponseData) SetClientId ¶
func (o *AcsClientResponseData) SetClientId(v string)
SetClientId gets a reference to the given string and assigns it to the ClientId field.
func (*AcsClientResponseData) SetCreatedAt ¶
func (o *AcsClientResponseData) SetCreatedAt(v int64)
SetCreatedAt gets a reference to the given int64 and assigns it to the CreatedAt field.
func (*AcsClientResponseData) SetName ¶
func (o *AcsClientResponseData) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*AcsClientResponseData) SetSecret ¶
func (o *AcsClientResponseData) SetSecret(v string)
SetSecret gets a reference to the given string and assigns it to the Secret field.
type AcsTenantsApi ¶
type AcsTenantsApi interface { /* * CreateAcsClient Create ACS managed central client * Create an ACS managed central client. Created ACS managed central clients are associated with the supplied organization id. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateAcsClientRequest */ CreateAcsClient(ctx _context.Context) ApiCreateAcsClientRequest /* * CreateAcsClientExecute executes the request * @return AcsClientResponseData */ CreateAcsClientExecute(r ApiCreateAcsClientRequest) (AcsClientResponseData, *_nethttp.Response, error) /* * DeleteAcsClient Delete ACS managed central client * Delete ACS managed central client by clientId. Throws not found exception if the client is not found * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param clientId * @return ApiDeleteAcsClientRequest */ DeleteAcsClient(ctx _context.Context, clientId string) ApiDeleteAcsClientRequest /* * DeleteAcsClientExecute executes the request */ DeleteAcsClientExecute(r ApiDeleteAcsClientRequest) (*_nethttp.Response, error) }
type AcsTenantsApiService ¶
type AcsTenantsApiService service
AcsTenantsApiService AcsTenantsApi service
func (*AcsTenantsApiService) CreateAcsClient ¶
func (a *AcsTenantsApiService) CreateAcsClient(ctx _context.Context) ApiCreateAcsClientRequest
* CreateAcsClient Create ACS managed central client * Create an ACS managed central client. Created ACS managed central clients are associated with the supplied organization id. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateAcsClientRequest
func (*AcsTenantsApiService) CreateAcsClientExecute ¶
func (a *AcsTenantsApiService) CreateAcsClientExecute(r ApiCreateAcsClientRequest) (AcsClientResponseData, *_nethttp.Response, error)
* Execute executes the request * @return AcsClientResponseData
func (*AcsTenantsApiService) DeleteAcsClient ¶
func (a *AcsTenantsApiService) DeleteAcsClient(ctx _context.Context, clientId string) ApiDeleteAcsClientRequest
* DeleteAcsClient Delete ACS managed central client * Delete ACS managed central client by clientId. Throws not found exception if the client is not found * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param clientId * @return ApiDeleteAcsClientRequest
func (*AcsTenantsApiService) DeleteAcsClientExecute ¶
func (a *AcsTenantsApiService) DeleteAcsClientExecute(r ApiDeleteAcsClientRequest) (*_nethttp.Response, error)
* Execute executes the request
type ApiCreateAcsClientRequest ¶
type ApiCreateAcsClientRequest struct { ApiService AcsTenantsApi // contains filtered or unexported fields }
func (ApiCreateAcsClientRequest) AcsClientRequestData ¶
func (r ApiCreateAcsClientRequest) AcsClientRequestData(acsClientRequestData AcsClientRequestData) ApiCreateAcsClientRequest
func (ApiCreateAcsClientRequest) Execute ¶
func (r ApiCreateAcsClientRequest) Execute() (AcsClientResponseData, *_nethttp.Response, error)
type ApiCreateServiceAccountRequest ¶
type ApiCreateServiceAccountRequest struct { ApiService ServiceAccountsApi // contains filtered or unexported fields }
func (ApiCreateServiceAccountRequest) Execute ¶
func (r ApiCreateServiceAccountRequest) Execute() (ServiceAccountData, *_nethttp.Response, error)
func (ApiCreateServiceAccountRequest) ServiceAccountCreateRequestData ¶
func (r ApiCreateServiceAccountRequest) ServiceAccountCreateRequestData(serviceAccountCreateRequestData ServiceAccountCreateRequestData) ApiCreateServiceAccountRequest
type ApiDeleteAcsClientRequest ¶
type ApiDeleteAcsClientRequest struct { ApiService AcsTenantsApi // contains filtered or unexported fields }
type ApiDeleteServiceAccountRequest ¶
type ApiDeleteServiceAccountRequest struct { ApiService ServiceAccountsApi // contains filtered or unexported fields }
type ApiGetAuthenticationPolicyRequest ¶
type ApiGetAuthenticationPolicyRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiGetAuthenticationPolicyRequest) Execute ¶
func (r ApiGetAuthenticationPolicyRequest) Execute() (AuthenticationPolicy, *_nethttp.Response, error)
type ApiGetServiceAccountRequest ¶
type ApiGetServiceAccountRequest struct { ApiService ServiceAccountsApi // contains filtered or unexported fields }
func (ApiGetServiceAccountRequest) Execute ¶
func (r ApiGetServiceAccountRequest) Execute() (ServiceAccountData, *_nethttp.Response, error)
type ApiGetServiceAccountsRequest ¶
type ApiGetServiceAccountsRequest struct { ApiService ServiceAccountsApi // contains filtered or unexported fields }
func (ApiGetServiceAccountsRequest) ClientId ¶
func (r ApiGetServiceAccountsRequest) ClientId(clientId []string) ApiGetServiceAccountsRequest
func (ApiGetServiceAccountsRequest) Execute ¶
func (r ApiGetServiceAccountsRequest) Execute() ([]ServiceAccountData, *_nethttp.Response, error)
func (ApiGetServiceAccountsRequest) First ¶
func (r ApiGetServiceAccountsRequest) First(first int32) ApiGetServiceAccountsRequest
func (ApiGetServiceAccountsRequest) Max ¶
func (r ApiGetServiceAccountsRequest) Max(max int32) ApiGetServiceAccountsRequest
type ApiResetServiceAccountSecretRequest ¶
type ApiResetServiceAccountSecretRequest struct { ApiService ServiceAccountsApi // contains filtered or unexported fields }
func (ApiResetServiceAccountSecretRequest) Execute ¶
func (r ApiResetServiceAccountSecretRequest) Execute() (ServiceAccountData, *_nethttp.Response, error)
type ApiSetAuthenticationPolicyRequest ¶
type ApiSetAuthenticationPolicyRequest struct { ApiService DefaultApi // contains filtered or unexported fields }
func (ApiSetAuthenticationPolicyRequest) AuthenticationPolicy ¶
func (r ApiSetAuthenticationPolicyRequest) AuthenticationPolicy(authenticationPolicy AuthenticationPolicy) ApiSetAuthenticationPolicyRequest
func (ApiSetAuthenticationPolicyRequest) Execute ¶
func (r ApiSetAuthenticationPolicyRequest) Execute() (AuthenticationPolicy, *_nethttp.Response, error)
type ApiUpdateServiceAccountRequest ¶
type ApiUpdateServiceAccountRequest struct { ApiService ServiceAccountsApi // contains filtered or unexported fields }
func (ApiUpdateServiceAccountRequest) Execute ¶
func (r ApiUpdateServiceAccountRequest) Execute() (ServiceAccountData, *_nethttp.Response, error)
func (ApiUpdateServiceAccountRequest) ServiceAccountRequestData ¶
func (r ApiUpdateServiceAccountRequest) ServiceAccountRequestData(serviceAccountRequestData ServiceAccountRequestData) ApiUpdateServiceAccountRequest
type AuthenticationFactors ¶
type AuthenticationFactors struct {
Otp *Otp `json:"otp,omitempty"`
}
AuthenticationFactors struct for AuthenticationFactors
func NewAuthenticationFactors ¶
func NewAuthenticationFactors() *AuthenticationFactors
NewAuthenticationFactors instantiates a new AuthenticationFactors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAuthenticationFactorsWithDefaults ¶
func NewAuthenticationFactorsWithDefaults() *AuthenticationFactors
NewAuthenticationFactorsWithDefaults instantiates a new AuthenticationFactors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AuthenticationFactors) GetOtp ¶
func (o *AuthenticationFactors) GetOtp() Otp
GetOtp returns the Otp field value if set, zero value otherwise.
func (*AuthenticationFactors) GetOtpOk ¶
func (o *AuthenticationFactors) GetOtpOk() (*Otp, bool)
GetOtpOk returns a tuple with the Otp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthenticationFactors) HasOtp ¶
func (o *AuthenticationFactors) HasOtp() bool
HasOtp returns a boolean if a field has been set.
func (AuthenticationFactors) MarshalJSON ¶
func (o AuthenticationFactors) MarshalJSON() ([]byte, error)
func (*AuthenticationFactors) SetOtp ¶
func (o *AuthenticationFactors) SetOtp(v Otp)
SetOtp gets a reference to the given Otp and assigns it to the Otp field.
type AuthenticationPolicy ¶
type AuthenticationPolicy struct {
AuthenticationFactors *AuthenticationFactors `json:"authenticationFactors,omitempty"`
}
AuthenticationPolicy struct for AuthenticationPolicy
func NewAuthenticationPolicy ¶
func NewAuthenticationPolicy() *AuthenticationPolicy
NewAuthenticationPolicy instantiates a new AuthenticationPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAuthenticationPolicyWithDefaults ¶
func NewAuthenticationPolicyWithDefaults() *AuthenticationPolicy
NewAuthenticationPolicyWithDefaults instantiates a new AuthenticationPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AuthenticationPolicy) GetAuthenticationFactors ¶
func (o *AuthenticationPolicy) GetAuthenticationFactors() AuthenticationFactors
GetAuthenticationFactors returns the AuthenticationFactors field value if set, zero value otherwise.
func (*AuthenticationPolicy) GetAuthenticationFactorsOk ¶
func (o *AuthenticationPolicy) GetAuthenticationFactorsOk() (*AuthenticationFactors, bool)
GetAuthenticationFactorsOk returns a tuple with the AuthenticationFactors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthenticationPolicy) HasAuthenticationFactors ¶
func (o *AuthenticationPolicy) HasAuthenticationFactors() bool
HasAuthenticationFactors returns a boolean if a field has been set.
func (AuthenticationPolicy) MarshalJSON ¶
func (o AuthenticationPolicy) MarshalJSON() ([]byte, error)
func (*AuthenticationPolicy) SetAuthenticationFactors ¶
func (o *AuthenticationPolicy) SetAuthenticationFactors(v AuthenticationFactors)
SetAuthenticationFactors gets a reference to the given AuthenticationFactors and assigns it to the AuthenticationFactors field.
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type DefaultApi ¶
type DefaultApi interface { /* * GetAuthenticationPolicy Get current authentication policy information * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetAuthenticationPolicyRequest */ GetAuthenticationPolicy(ctx _context.Context, id string) ApiGetAuthenticationPolicyRequest /* * GetAuthenticationPolicyExecute executes the request * @return AuthenticationPolicy */ GetAuthenticationPolicyExecute(r ApiGetAuthenticationPolicyRequest) (AuthenticationPolicy, *_nethttp.Response, error) /* * SetAuthenticationPolicy Update current authentication policy information * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiSetAuthenticationPolicyRequest */ SetAuthenticationPolicy(ctx _context.Context, id string) ApiSetAuthenticationPolicyRequest /* * SetAuthenticationPolicyExecute executes the request * @return AuthenticationPolicy */ SetAuthenticationPolicyExecute(r ApiSetAuthenticationPolicyRequest) (AuthenticationPolicy, *_nethttp.Response, error) }
type DefaultApiService ¶
type DefaultApiService service
DefaultApiService DefaultApi service
func (*DefaultApiService) GetAuthenticationPolicy ¶
func (a *DefaultApiService) GetAuthenticationPolicy(ctx _context.Context, id string) ApiGetAuthenticationPolicyRequest
* GetAuthenticationPolicy Get current authentication policy information * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetAuthenticationPolicyRequest
func (*DefaultApiService) GetAuthenticationPolicyExecute ¶
func (a *DefaultApiService) GetAuthenticationPolicyExecute(r ApiGetAuthenticationPolicyRequest) (AuthenticationPolicy, *_nethttp.Response, error)
* Execute executes the request * @return AuthenticationPolicy
func (*DefaultApiService) SetAuthenticationPolicy ¶
func (a *DefaultApiService) SetAuthenticationPolicy(ctx _context.Context, id string) ApiSetAuthenticationPolicyRequest
* SetAuthenticationPolicy Update current authentication policy information * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiSetAuthenticationPolicyRequest
func (*DefaultApiService) SetAuthenticationPolicyExecute ¶
func (a *DefaultApiService) SetAuthenticationPolicyExecute(r ApiSetAuthenticationPolicyRequest) (AuthenticationPolicy, *_nethttp.Response, error)
* Execute executes the request * @return AuthenticationPolicy
type Error ¶
type Error struct { // The cause of the Error. Error string `json:"error"` }
Error struct for Error
func NewError ¶
NewError instantiates a new Error object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorWithDefaults ¶
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Error) GetErrorOk ¶
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (Error) MarshalJSON ¶
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type NullableAcsClientRequestData ¶
type NullableAcsClientRequestData struct {
// contains filtered or unexported fields
}
func NewNullableAcsClientRequestData ¶
func NewNullableAcsClientRequestData(val *AcsClientRequestData) *NullableAcsClientRequestData
func (NullableAcsClientRequestData) Get ¶
func (v NullableAcsClientRequestData) Get() *AcsClientRequestData
func (NullableAcsClientRequestData) IsSet ¶
func (v NullableAcsClientRequestData) IsSet() bool
func (NullableAcsClientRequestData) MarshalJSON ¶
func (v NullableAcsClientRequestData) MarshalJSON() ([]byte, error)
func (*NullableAcsClientRequestData) Set ¶
func (v *NullableAcsClientRequestData) Set(val *AcsClientRequestData)
func (*NullableAcsClientRequestData) UnmarshalJSON ¶
func (v *NullableAcsClientRequestData) UnmarshalJSON(src []byte) error
func (*NullableAcsClientRequestData) Unset ¶
func (v *NullableAcsClientRequestData) Unset()
type NullableAcsClientResponseData ¶
type NullableAcsClientResponseData struct {
// contains filtered or unexported fields
}
func NewNullableAcsClientResponseData ¶
func NewNullableAcsClientResponseData(val *AcsClientResponseData) *NullableAcsClientResponseData
func (NullableAcsClientResponseData) Get ¶
func (v NullableAcsClientResponseData) Get() *AcsClientResponseData
func (NullableAcsClientResponseData) IsSet ¶
func (v NullableAcsClientResponseData) IsSet() bool
func (NullableAcsClientResponseData) MarshalJSON ¶
func (v NullableAcsClientResponseData) MarshalJSON() ([]byte, error)
func (*NullableAcsClientResponseData) Set ¶
func (v *NullableAcsClientResponseData) Set(val *AcsClientResponseData)
func (*NullableAcsClientResponseData) UnmarshalJSON ¶
func (v *NullableAcsClientResponseData) UnmarshalJSON(src []byte) error
func (*NullableAcsClientResponseData) Unset ¶
func (v *NullableAcsClientResponseData) Unset()
type NullableAuthenticationFactors ¶
type NullableAuthenticationFactors struct {
// contains filtered or unexported fields
}
func NewNullableAuthenticationFactors ¶
func NewNullableAuthenticationFactors(val *AuthenticationFactors) *NullableAuthenticationFactors
func (NullableAuthenticationFactors) Get ¶
func (v NullableAuthenticationFactors) Get() *AuthenticationFactors
func (NullableAuthenticationFactors) IsSet ¶
func (v NullableAuthenticationFactors) IsSet() bool
func (NullableAuthenticationFactors) MarshalJSON ¶
func (v NullableAuthenticationFactors) MarshalJSON() ([]byte, error)
func (*NullableAuthenticationFactors) Set ¶
func (v *NullableAuthenticationFactors) Set(val *AuthenticationFactors)
func (*NullableAuthenticationFactors) UnmarshalJSON ¶
func (v *NullableAuthenticationFactors) UnmarshalJSON(src []byte) error
func (*NullableAuthenticationFactors) Unset ¶
func (v *NullableAuthenticationFactors) Unset()
type NullableAuthenticationPolicy ¶
type NullableAuthenticationPolicy struct {
// contains filtered or unexported fields
}
func NewNullableAuthenticationPolicy ¶
func NewNullableAuthenticationPolicy(val *AuthenticationPolicy) *NullableAuthenticationPolicy
func (NullableAuthenticationPolicy) Get ¶
func (v NullableAuthenticationPolicy) Get() *AuthenticationPolicy
func (NullableAuthenticationPolicy) IsSet ¶
func (v NullableAuthenticationPolicy) IsSet() bool
func (NullableAuthenticationPolicy) MarshalJSON ¶
func (v NullableAuthenticationPolicy) MarshalJSON() ([]byte, error)
func (*NullableAuthenticationPolicy) Set ¶
func (v *NullableAuthenticationPolicy) Set(val *AuthenticationPolicy)
func (*NullableAuthenticationPolicy) UnmarshalJSON ¶
func (v *NullableAuthenticationPolicy) UnmarshalJSON(src []byte) error
func (*NullableAuthenticationPolicy) Unset ¶
func (v *NullableAuthenticationPolicy) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableError ¶
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶
func (v *NullableError) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableOtp ¶
type NullableOtp struct {
// contains filtered or unexported fields
}
func NewNullableOtp ¶
func NewNullableOtp(val *Otp) *NullableOtp
func (NullableOtp) Get ¶
func (v NullableOtp) Get() *Otp
func (NullableOtp) IsSet ¶
func (v NullableOtp) IsSet() bool
func (NullableOtp) MarshalJSON ¶
func (v NullableOtp) MarshalJSON() ([]byte, error)
func (*NullableOtp) Set ¶
func (v *NullableOtp) Set(val *Otp)
func (*NullableOtp) UnmarshalJSON ¶
func (v *NullableOtp) UnmarshalJSON(src []byte) error
func (*NullableOtp) Unset ¶
func (v *NullableOtp) Unset()
type NullableRedHatErrorRepresentation ¶
type NullableRedHatErrorRepresentation struct {
// contains filtered or unexported fields
}
func NewNullableRedHatErrorRepresentation ¶
func NewNullableRedHatErrorRepresentation(val *RedHatErrorRepresentation) *NullableRedHatErrorRepresentation
func (NullableRedHatErrorRepresentation) Get ¶
func (v NullableRedHatErrorRepresentation) Get() *RedHatErrorRepresentation
func (NullableRedHatErrorRepresentation) IsSet ¶
func (v NullableRedHatErrorRepresentation) IsSet() bool
func (NullableRedHatErrorRepresentation) MarshalJSON ¶
func (v NullableRedHatErrorRepresentation) MarshalJSON() ([]byte, error)
func (*NullableRedHatErrorRepresentation) Set ¶
func (v *NullableRedHatErrorRepresentation) Set(val *RedHatErrorRepresentation)
func (*NullableRedHatErrorRepresentation) UnmarshalJSON ¶
func (v *NullableRedHatErrorRepresentation) UnmarshalJSON(src []byte) error
func (*NullableRedHatErrorRepresentation) Unset ¶
func (v *NullableRedHatErrorRepresentation) Unset()
type NullableServiceAccountCreateRequestData ¶
type NullableServiceAccountCreateRequestData struct {
// contains filtered or unexported fields
}
func NewNullableServiceAccountCreateRequestData ¶
func NewNullableServiceAccountCreateRequestData(val *ServiceAccountCreateRequestData) *NullableServiceAccountCreateRequestData
func (NullableServiceAccountCreateRequestData) IsSet ¶
func (v NullableServiceAccountCreateRequestData) IsSet() bool
func (NullableServiceAccountCreateRequestData) MarshalJSON ¶
func (v NullableServiceAccountCreateRequestData) MarshalJSON() ([]byte, error)
func (*NullableServiceAccountCreateRequestData) Set ¶
func (v *NullableServiceAccountCreateRequestData) Set(val *ServiceAccountCreateRequestData)
func (*NullableServiceAccountCreateRequestData) UnmarshalJSON ¶
func (v *NullableServiceAccountCreateRequestData) UnmarshalJSON(src []byte) error
func (*NullableServiceAccountCreateRequestData) Unset ¶
func (v *NullableServiceAccountCreateRequestData) Unset()
type NullableServiceAccountData ¶
type NullableServiceAccountData struct {
// contains filtered or unexported fields
}
func NewNullableServiceAccountData ¶
func NewNullableServiceAccountData(val *ServiceAccountData) *NullableServiceAccountData
func (NullableServiceAccountData) Get ¶
func (v NullableServiceAccountData) Get() *ServiceAccountData
func (NullableServiceAccountData) IsSet ¶
func (v NullableServiceAccountData) IsSet() bool
func (NullableServiceAccountData) MarshalJSON ¶
func (v NullableServiceAccountData) MarshalJSON() ([]byte, error)
func (*NullableServiceAccountData) Set ¶
func (v *NullableServiceAccountData) Set(val *ServiceAccountData)
func (*NullableServiceAccountData) UnmarshalJSON ¶
func (v *NullableServiceAccountData) UnmarshalJSON(src []byte) error
func (*NullableServiceAccountData) Unset ¶
func (v *NullableServiceAccountData) Unset()
type NullableServiceAccountRequestData ¶
type NullableServiceAccountRequestData struct {
// contains filtered or unexported fields
}
func NewNullableServiceAccountRequestData ¶
func NewNullableServiceAccountRequestData(val *ServiceAccountRequestData) *NullableServiceAccountRequestData
func (NullableServiceAccountRequestData) Get ¶
func (v NullableServiceAccountRequestData) Get() *ServiceAccountRequestData
func (NullableServiceAccountRequestData) IsSet ¶
func (v NullableServiceAccountRequestData) IsSet() bool
func (NullableServiceAccountRequestData) MarshalJSON ¶
func (v NullableServiceAccountRequestData) MarshalJSON() ([]byte, error)
func (*NullableServiceAccountRequestData) Set ¶
func (v *NullableServiceAccountRequestData) Set(val *ServiceAccountRequestData)
func (*NullableServiceAccountRequestData) UnmarshalJSON ¶
func (v *NullableServiceAccountRequestData) UnmarshalJSON(src []byte) error
func (*NullableServiceAccountRequestData) Unset ¶
func (v *NullableServiceAccountRequestData) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableValidationExceptionData ¶
type NullableValidationExceptionData struct {
// contains filtered or unexported fields
}
func NewNullableValidationExceptionData ¶
func NewNullableValidationExceptionData(val *ValidationExceptionData) *NullableValidationExceptionData
func (NullableValidationExceptionData) Get ¶
func (v NullableValidationExceptionData) Get() *ValidationExceptionData
func (NullableValidationExceptionData) IsSet ¶
func (v NullableValidationExceptionData) IsSet() bool
func (NullableValidationExceptionData) MarshalJSON ¶
func (v NullableValidationExceptionData) MarshalJSON() ([]byte, error)
func (*NullableValidationExceptionData) Set ¶
func (v *NullableValidationExceptionData) Set(val *ValidationExceptionData)
func (*NullableValidationExceptionData) UnmarshalJSON ¶
func (v *NullableValidationExceptionData) UnmarshalJSON(src []byte) error
func (*NullableValidationExceptionData) Unset ¶
func (v *NullableValidationExceptionData) Unset()
type Otp ¶
type Otp struct {
Required *bool `json:"required,omitempty"`
}
Otp struct for Otp
func NewOtp ¶
func NewOtp() *Otp
NewOtp instantiates a new Otp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOtpWithDefaults ¶
func NewOtpWithDefaults() *Otp
NewOtpWithDefaults instantiates a new Otp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Otp) GetRequired ¶
GetRequired returns the Required field value if set, zero value otherwise.
func (*Otp) GetRequiredOk ¶
GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Otp) HasRequired ¶
HasRequired returns a boolean if a field has been set.
func (Otp) MarshalJSON ¶
func (*Otp) SetRequired ¶
SetRequired gets a reference to the given bool and assigns it to the Required field.
type RedHatErrorRepresentation ¶
type RedHatErrorRepresentation struct { Error *string `json:"error,omitempty"` ErrorDescription *string `json:"error_description,omitempty"` }
RedHatErrorRepresentation struct for RedHatErrorRepresentation
func NewRedHatErrorRepresentation ¶
func NewRedHatErrorRepresentation() *RedHatErrorRepresentation
NewRedHatErrorRepresentation instantiates a new RedHatErrorRepresentation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRedHatErrorRepresentationWithDefaults ¶
func NewRedHatErrorRepresentationWithDefaults() *RedHatErrorRepresentation
NewRedHatErrorRepresentationWithDefaults instantiates a new RedHatErrorRepresentation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RedHatErrorRepresentation) GetError ¶
func (o *RedHatErrorRepresentation) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*RedHatErrorRepresentation) GetErrorDescription ¶
func (o *RedHatErrorRepresentation) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.
func (*RedHatErrorRepresentation) GetErrorDescriptionOk ¶
func (o *RedHatErrorRepresentation) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedHatErrorRepresentation) GetErrorOk ¶
func (o *RedHatErrorRepresentation) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedHatErrorRepresentation) HasError ¶
func (o *RedHatErrorRepresentation) HasError() bool
HasError returns a boolean if a field has been set.
func (*RedHatErrorRepresentation) HasErrorDescription ¶
func (o *RedHatErrorRepresentation) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (RedHatErrorRepresentation) MarshalJSON ¶
func (o RedHatErrorRepresentation) MarshalJSON() ([]byte, error)
func (*RedHatErrorRepresentation) SetError ¶
func (o *RedHatErrorRepresentation) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*RedHatErrorRepresentation) SetErrorDescription ¶
func (o *RedHatErrorRepresentation) SetErrorDescription(v string)
SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type ServiceAccountCreateRequestData ¶
type ServiceAccountCreateRequestData struct { Name string `json:"name"` Description *string `json:"description,omitempty"` }
ServiceAccountCreateRequestData struct for ServiceAccountCreateRequestData
func NewServiceAccountCreateRequestData ¶
func NewServiceAccountCreateRequestData(name string) *ServiceAccountCreateRequestData
NewServiceAccountCreateRequestData instantiates a new ServiceAccountCreateRequestData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceAccountCreateRequestDataWithDefaults ¶
func NewServiceAccountCreateRequestDataWithDefaults() *ServiceAccountCreateRequestData
NewServiceAccountCreateRequestDataWithDefaults instantiates a new ServiceAccountCreateRequestData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceAccountCreateRequestData) GetDescription ¶
func (o *ServiceAccountCreateRequestData) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ServiceAccountCreateRequestData) GetDescriptionOk ¶
func (o *ServiceAccountCreateRequestData) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountCreateRequestData) GetName ¶
func (o *ServiceAccountCreateRequestData) GetName() string
GetName returns the Name field value
func (*ServiceAccountCreateRequestData) GetNameOk ¶
func (o *ServiceAccountCreateRequestData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ServiceAccountCreateRequestData) HasDescription ¶
func (o *ServiceAccountCreateRequestData) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (ServiceAccountCreateRequestData) MarshalJSON ¶
func (o ServiceAccountCreateRequestData) MarshalJSON() ([]byte, error)
func (*ServiceAccountCreateRequestData) SetDescription ¶
func (o *ServiceAccountCreateRequestData) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ServiceAccountCreateRequestData) SetName ¶
func (o *ServiceAccountCreateRequestData) SetName(v string)
SetName sets field value
type ServiceAccountData ¶
type ServiceAccountData struct { Id *string `json:"id,omitempty"` ClientId *string `json:"clientId,omitempty"` // Provided during creation and resetting of service account credentials. Secret *string `json:"secret,omitempty"` Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedAt *int64 `json:"createdAt,omitempty"` }
ServiceAccountData struct for ServiceAccountData
func NewServiceAccountData ¶
func NewServiceAccountData() *ServiceAccountData
NewServiceAccountData instantiates a new ServiceAccountData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceAccountDataWithDefaults ¶
func NewServiceAccountDataWithDefaults() *ServiceAccountData
NewServiceAccountDataWithDefaults instantiates a new ServiceAccountData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceAccountData) GetClientId ¶
func (o *ServiceAccountData) GetClientId() string
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*ServiceAccountData) GetClientIdOk ¶
func (o *ServiceAccountData) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountData) GetCreatedAt ¶
func (o *ServiceAccountData) GetCreatedAt() int64
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ServiceAccountData) GetCreatedAtOk ¶
func (o *ServiceAccountData) GetCreatedAtOk() (*int64, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountData) GetCreatedBy ¶
func (o *ServiceAccountData) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*ServiceAccountData) GetCreatedByOk ¶
func (o *ServiceAccountData) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountData) GetDescription ¶
func (o *ServiceAccountData) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ServiceAccountData) GetDescriptionOk ¶
func (o *ServiceAccountData) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountData) GetId ¶
func (o *ServiceAccountData) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ServiceAccountData) GetIdOk ¶
func (o *ServiceAccountData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountData) GetName ¶
func (o *ServiceAccountData) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ServiceAccountData) GetNameOk ¶
func (o *ServiceAccountData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountData) GetSecret ¶
func (o *ServiceAccountData) GetSecret() string
GetSecret returns the Secret field value if set, zero value otherwise.
func (*ServiceAccountData) GetSecretOk ¶
func (o *ServiceAccountData) GetSecretOk() (*string, bool)
GetSecretOk returns a tuple with the Secret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountData) HasClientId ¶
func (o *ServiceAccountData) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (*ServiceAccountData) HasCreatedAt ¶
func (o *ServiceAccountData) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ServiceAccountData) HasCreatedBy ¶
func (o *ServiceAccountData) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*ServiceAccountData) HasDescription ¶
func (o *ServiceAccountData) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ServiceAccountData) HasId ¶
func (o *ServiceAccountData) HasId() bool
HasId returns a boolean if a field has been set.
func (*ServiceAccountData) HasName ¶
func (o *ServiceAccountData) HasName() bool
HasName returns a boolean if a field has been set.
func (*ServiceAccountData) HasSecret ¶
func (o *ServiceAccountData) HasSecret() bool
HasSecret returns a boolean if a field has been set.
func (ServiceAccountData) MarshalJSON ¶
func (o ServiceAccountData) MarshalJSON() ([]byte, error)
func (*ServiceAccountData) SetClientId ¶
func (o *ServiceAccountData) SetClientId(v string)
SetClientId gets a reference to the given string and assigns it to the ClientId field.
func (*ServiceAccountData) SetCreatedAt ¶
func (o *ServiceAccountData) SetCreatedAt(v int64)
SetCreatedAt gets a reference to the given int64 and assigns it to the CreatedAt field.
func (*ServiceAccountData) SetCreatedBy ¶
func (o *ServiceAccountData) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*ServiceAccountData) SetDescription ¶
func (o *ServiceAccountData) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ServiceAccountData) SetId ¶
func (o *ServiceAccountData) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ServiceAccountData) SetName ¶
func (o *ServiceAccountData) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ServiceAccountData) SetSecret ¶
func (o *ServiceAccountData) SetSecret(v string)
SetSecret gets a reference to the given string and assigns it to the Secret field.
type ServiceAccountRequestData ¶
type ServiceAccountRequestData struct { Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` }
ServiceAccountRequestData struct for ServiceAccountRequestData
func NewServiceAccountRequestData ¶
func NewServiceAccountRequestData() *ServiceAccountRequestData
NewServiceAccountRequestData instantiates a new ServiceAccountRequestData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceAccountRequestDataWithDefaults ¶
func NewServiceAccountRequestDataWithDefaults() *ServiceAccountRequestData
NewServiceAccountRequestDataWithDefaults instantiates a new ServiceAccountRequestData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceAccountRequestData) GetDescription ¶
func (o *ServiceAccountRequestData) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ServiceAccountRequestData) GetDescriptionOk ¶
func (o *ServiceAccountRequestData) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountRequestData) GetName ¶
func (o *ServiceAccountRequestData) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ServiceAccountRequestData) GetNameOk ¶
func (o *ServiceAccountRequestData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountRequestData) HasDescription ¶
func (o *ServiceAccountRequestData) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ServiceAccountRequestData) HasName ¶
func (o *ServiceAccountRequestData) HasName() bool
HasName returns a boolean if a field has been set.
func (ServiceAccountRequestData) MarshalJSON ¶
func (o ServiceAccountRequestData) MarshalJSON() ([]byte, error)
func (*ServiceAccountRequestData) SetDescription ¶
func (o *ServiceAccountRequestData) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ServiceAccountRequestData) SetName ¶
func (o *ServiceAccountRequestData) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type ServiceAccountsApi ¶
type ServiceAccountsApi interface { /* * CreateServiceAccount Create service account * Create a service account. Created service account is associated with the user defined in the bearer token. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateServiceAccountRequest */ CreateServiceAccount(ctx _context.Context) ApiCreateServiceAccountRequest /* * CreateServiceAccountExecute executes the request * @return ServiceAccountData */ CreateServiceAccountExecute(r ApiCreateServiceAccountRequest) (ServiceAccountData, *_nethttp.Response, error) /* * DeleteServiceAccount Delete service account by id * Delete service account by id. Throws not found exception if the service account is not found or the user does not have access to this service account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteServiceAccountRequest */ DeleteServiceAccount(ctx _context.Context, id string) ApiDeleteServiceAccountRequest /* * DeleteServiceAccountExecute executes the request */ DeleteServiceAccountExecute(r ApiDeleteServiceAccountRequest) (*_nethttp.Response, error) /* * GetServiceAccount Get service account by id * Returns service account by id. Throws not found exception if the service account is not found or the user does not have access to this service account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetServiceAccountRequest */ GetServiceAccount(ctx _context.Context, id string) ApiGetServiceAccountRequest /* * GetServiceAccountExecute executes the request * @return ServiceAccountData */ GetServiceAccountExecute(r ApiGetServiceAccountRequest) (ServiceAccountData, *_nethttp.Response, error) /* * GetServiceAccounts List all service accounts * Returns a list of service accounts created by a user. User information is obtained from the bearer token. The list is paginated with starting index as 'first' and page size as 'max'. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetServiceAccountsRequest */ GetServiceAccounts(ctx _context.Context) ApiGetServiceAccountsRequest /* * GetServiceAccountsExecute executes the request * @return []ServiceAccountData */ GetServiceAccountsExecute(r ApiGetServiceAccountsRequest) ([]ServiceAccountData, *_nethttp.Response, error) /* * ResetServiceAccountSecret Reset service account secret by id * Reset service account secret by id . Throws not found exception if the service account is not found or the user does not have access to this service account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiResetServiceAccountSecretRequest */ ResetServiceAccountSecret(ctx _context.Context, id string) ApiResetServiceAccountSecretRequest /* * ResetServiceAccountSecretExecute executes the request * @return ServiceAccountData */ ResetServiceAccountSecretExecute(r ApiResetServiceAccountSecretRequest) (ServiceAccountData, *_nethttp.Response, error) /* * UpdateServiceAccount Update service account * Update a service account by id. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateServiceAccountRequest */ UpdateServiceAccount(ctx _context.Context, id string) ApiUpdateServiceAccountRequest /* * UpdateServiceAccountExecute executes the request * @return ServiceAccountData */ UpdateServiceAccountExecute(r ApiUpdateServiceAccountRequest) (ServiceAccountData, *_nethttp.Response, error) }
type ServiceAccountsApiService ¶
type ServiceAccountsApiService service
ServiceAccountsApiService ServiceAccountsApi service
func (*ServiceAccountsApiService) CreateServiceAccount ¶
func (a *ServiceAccountsApiService) CreateServiceAccount(ctx _context.Context) ApiCreateServiceAccountRequest
* CreateServiceAccount Create service account * Create a service account. Created service account is associated with the user defined in the bearer token. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateServiceAccountRequest
func (*ServiceAccountsApiService) CreateServiceAccountExecute ¶
func (a *ServiceAccountsApiService) CreateServiceAccountExecute(r ApiCreateServiceAccountRequest) (ServiceAccountData, *_nethttp.Response, error)
* Execute executes the request * @return ServiceAccountData
func (*ServiceAccountsApiService) DeleteServiceAccount ¶
func (a *ServiceAccountsApiService) DeleteServiceAccount(ctx _context.Context, id string) ApiDeleteServiceAccountRequest
* DeleteServiceAccount Delete service account by id * Delete service account by id. Throws not found exception if the service account is not found or the user does not have access to this service account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiDeleteServiceAccountRequest
func (*ServiceAccountsApiService) DeleteServiceAccountExecute ¶
func (a *ServiceAccountsApiService) DeleteServiceAccountExecute(r ApiDeleteServiceAccountRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*ServiceAccountsApiService) GetServiceAccount ¶
func (a *ServiceAccountsApiService) GetServiceAccount(ctx _context.Context, id string) ApiGetServiceAccountRequest
* GetServiceAccount Get service account by id * Returns service account by id. Throws not found exception if the service account is not found or the user does not have access to this service account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiGetServiceAccountRequest
func (*ServiceAccountsApiService) GetServiceAccountExecute ¶
func (a *ServiceAccountsApiService) GetServiceAccountExecute(r ApiGetServiceAccountRequest) (ServiceAccountData, *_nethttp.Response, error)
* Execute executes the request * @return ServiceAccountData
func (*ServiceAccountsApiService) GetServiceAccounts ¶
func (a *ServiceAccountsApiService) GetServiceAccounts(ctx _context.Context) ApiGetServiceAccountsRequest
* GetServiceAccounts List all service accounts * Returns a list of service accounts created by a user. User information is obtained from the bearer token. The list is paginated with starting index as 'first' and page size as 'max'. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetServiceAccountsRequest
func (*ServiceAccountsApiService) GetServiceAccountsExecute ¶
func (a *ServiceAccountsApiService) GetServiceAccountsExecute(r ApiGetServiceAccountsRequest) ([]ServiceAccountData, *_nethttp.Response, error)
* Execute executes the request * @return []ServiceAccountData
func (*ServiceAccountsApiService) ResetServiceAccountSecret ¶
func (a *ServiceAccountsApiService) ResetServiceAccountSecret(ctx _context.Context, id string) ApiResetServiceAccountSecretRequest
* ResetServiceAccountSecret Reset service account secret by id * Reset service account secret by id . Throws not found exception if the service account is not found or the user does not have access to this service account * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiResetServiceAccountSecretRequest
func (*ServiceAccountsApiService) ResetServiceAccountSecretExecute ¶
func (a *ServiceAccountsApiService) ResetServiceAccountSecretExecute(r ApiResetServiceAccountSecretRequest) (ServiceAccountData, *_nethttp.Response, error)
* Execute executes the request * @return ServiceAccountData
func (*ServiceAccountsApiService) UpdateServiceAccount ¶
func (a *ServiceAccountsApiService) UpdateServiceAccount(ctx _context.Context, id string) ApiUpdateServiceAccountRequest
* UpdateServiceAccount Update service account * Update a service account by id. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id * @return ApiUpdateServiceAccountRequest
func (*ServiceAccountsApiService) UpdateServiceAccountExecute ¶
func (a *ServiceAccountsApiService) UpdateServiceAccountExecute(r ApiUpdateServiceAccountRequest) (ServiceAccountData, *_nethttp.Response, error)
* Execute executes the request * @return ServiceAccountData
type ValidationExceptionData ¶
type ValidationExceptionData struct { Fields *map[string]string `json:"fields,omitempty"` Error *string `json:"error,omitempty"` ErrorDescription *string `json:"error_description,omitempty"` }
ValidationExceptionData struct for ValidationExceptionData
func NewValidationExceptionData ¶
func NewValidationExceptionData() *ValidationExceptionData
NewValidationExceptionData instantiates a new ValidationExceptionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewValidationExceptionDataWithDefaults ¶
func NewValidationExceptionDataWithDefaults() *ValidationExceptionData
NewValidationExceptionDataWithDefaults instantiates a new ValidationExceptionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ValidationExceptionData) GetError ¶
func (o *ValidationExceptionData) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*ValidationExceptionData) GetErrorDescription ¶
func (o *ValidationExceptionData) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.
func (*ValidationExceptionData) GetErrorDescriptionOk ¶
func (o *ValidationExceptionData) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ValidationExceptionData) GetErrorOk ¶
func (o *ValidationExceptionData) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ValidationExceptionData) GetFields ¶
func (o *ValidationExceptionData) GetFields() map[string]string
GetFields returns the Fields field value if set, zero value otherwise.
func (*ValidationExceptionData) GetFieldsOk ¶
func (o *ValidationExceptionData) GetFieldsOk() (*map[string]string, bool)
GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ValidationExceptionData) HasError ¶
func (o *ValidationExceptionData) HasError() bool
HasError returns a boolean if a field has been set.
func (*ValidationExceptionData) HasErrorDescription ¶
func (o *ValidationExceptionData) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (*ValidationExceptionData) HasFields ¶
func (o *ValidationExceptionData) HasFields() bool
HasFields returns a boolean if a field has been set.
func (ValidationExceptionData) MarshalJSON ¶
func (o ValidationExceptionData) MarshalJSON() ([]byte, error)
func (*ValidationExceptionData) SetError ¶
func (o *ValidationExceptionData) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*ValidationExceptionData) SetErrorDescription ¶
func (o *ValidationExceptionData) SetErrorDescription(v string)
SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.
func (*ValidationExceptionData) SetFields ¶
func (o *ValidationExceptionData) SetFields(v map[string]string)
SetFields gets a reference to the given map[string]string and assigns it to the Fields field.
Source Files ¶
- api_acs_tenants.go
- api_default.go
- api_service_accounts.go
- client.go
- configuration.go
- model_acs_client_request_data.go
- model_acs_client_response_data.go
- model_authentication_factors.go
- model_authentication_policy.go
- model_error.go
- model_otp.go
- model_red_hat_error_representation.go
- model_service_account_create_request_data.go
- model_service_account_data.go
- model_service_account_request_data.go
- model_validation_exception_data.go
- response.go
- utils.go