Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type APIServer
- func (o *APIServer) GetAuthorizationServer() APIServerAuthorizationServer
- func (o *APIServer) GetAuthorizationServerOk() (*APIServerAuthorizationServer, bool)
- func (o *APIServer) GetBaseURLs() []string
- func (o *APIServer) GetBaseURLsOk() ([]string, bool)
- func (o *APIServer) GetId() string
- func (o *APIServer) GetIdOk() (*string, bool)
- func (o *APIServer) GetLinks() LinksHATEOAS
- func (o *APIServer) GetLinksOk() (*LinksHATEOAS, bool)
- func (o *APIServer) GetName() string
- func (o *APIServer) GetNameOk() (*string, bool)
- func (o *APIServer) GetOperations() map[string]interface{}
- func (o *APIServer) GetOperationsOk() (map[string]interface{}, bool)
- func (o *APIServer) HasId() bool
- func (o *APIServer) HasLinks() bool
- func (o *APIServer) HasOperations() bool
- func (o APIServer) MarshalJSON() ([]byte, error)
- func (o *APIServer) SetAuthorizationServer(v APIServerAuthorizationServer)
- func (o *APIServer) SetBaseURLs(v []string)
- func (o *APIServer) SetId(v string)
- func (o *APIServer) SetLinks(v LinksHATEOAS)
- func (o *APIServer) SetName(v string)
- func (o *APIServer) SetOperations(v map[string]interface{})
- func (o APIServer) ToMap() (map[string]interface{}, error)
- type APIServerAuthorizationServer
- func (o *APIServerAuthorizationServer) GetResource() APIServerAuthorizationServerResource
- func (o *APIServerAuthorizationServer) GetResourceOk() (*APIServerAuthorizationServerResource, bool)
- func (o APIServerAuthorizationServer) MarshalJSON() ([]byte, error)
- func (o *APIServerAuthorizationServer) SetResource(v APIServerAuthorizationServerResource)
- func (o APIServerAuthorizationServer) ToMap() (map[string]interface{}, error)
- type APIServerAuthorizationServerResource
- func (o *APIServerAuthorizationServerResource) GetId() string
- func (o *APIServerAuthorizationServerResource) GetIdOk() (*string, bool)
- func (o APIServerAuthorizationServerResource) MarshalJSON() ([]byte, error)
- func (o *APIServerAuthorizationServerResource) SetId(v string)
- func (o APIServerAuthorizationServerResource) ToMap() (map[string]interface{}, error)
- type APIServersApiService
- func (a *APIServersApiService) CreateAPIServer(ctx context.Context, environmentID string) ApiCreateAPIServerRequest
- func (a *APIServersApiService) CreateAPIServerExecute(r ApiCreateAPIServerRequest) (*APIServer, *http.Response, error)
- func (a *APIServersApiService) DeleteAPIServer(ctx context.Context, environmentID string, apiServerID string) ApiDeleteAPIServerRequest
- func (a *APIServersApiService) DeleteAPIServerExecute(r ApiDeleteAPIServerRequest) (*http.Response, error)
- func (a *APIServersApiService) ReadAllAPIServers(ctx context.Context, environmentID string) ApiReadAllAPIServersRequest
- func (a *APIServersApiService) ReadAllAPIServersExecute(r ApiReadAllAPIServersRequest) (*EntityArray, *http.Response, error)
- func (a *APIServersApiService) ReadOneAPIServer(ctx context.Context, environmentID string, apiServerID string) ApiReadOneAPIServerRequest
- func (a *APIServersApiService) ReadOneAPIServerExecute(r ApiReadOneAPIServerRequest) (*APIServer, *http.Response, error)
- func (a *APIServersApiService) UpdateAPIServer(ctx context.Context, environmentID string, apiServerID string) ApiUpdateAPIServerRequest
- func (a *APIServersApiService) UpdateAPIServerExecute(r ApiUpdateAPIServerRequest) (*APIServer, *http.Response, error)
- type ApiCreateAPIServerRequest
- type ApiCreateDecisionEndpointRequest
- type ApiDeleteAPIServerRequest
- type ApiDeleteDecisionEndpointRequest
- type ApiReadAllAPIServersRequest
- type ApiReadAllDecisionEndpointsRequest
- type ApiReadOneAPIServerRequest
- type ApiReadOneDecisionEndpointRequest
- type ApiUpdateAPIServerRequest
- type ApiUpdateDecisionEndpointRequest
- type BasicAuth
- type Configuration
- func (c *Configuration) AddDefaultHeader(key string, value string)
- func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)
- func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)
- func (c *Configuration) SetDebug(debug bool)
- func (c *Configuration) SetDefaultServerIndex(defaultServerIndex int)
- func (c *Configuration) SetDefaultServerVariableDefaultValue(variable string, value string) error
- func (c *Configuration) SetServerVariableDefaultValue(serverIndex int, variable string, value string) error
- func (c *Configuration) SetUserAgent(userAgent string)
- type DecisionEndpoint
- func (o *DecisionEndpoint) GetAlternateId() string
- func (o *DecisionEndpoint) GetAlternateIdOk() (*string, bool)
- func (o *DecisionEndpoint) GetAuthorizationVersion() DecisionEndpointAuthorizationVersion
- func (o *DecisionEndpoint) GetAuthorizationVersionOk() (*DecisionEndpointAuthorizationVersion, bool)
- func (o *DecisionEndpoint) GetDescription() string
- func (o *DecisionEndpoint) GetDescriptionOk() (*string, bool)
- func (o *DecisionEndpoint) GetId() string
- func (o *DecisionEndpoint) GetIdOk() (*string, bool)
- func (o *DecisionEndpoint) GetLinks() LinksHATEOAS
- func (o *DecisionEndpoint) GetLinksOk() (*LinksHATEOAS, bool)
- func (o *DecisionEndpoint) GetName() string
- func (o *DecisionEndpoint) GetNameOk() (*string, bool)
- func (o *DecisionEndpoint) GetOwned() bool
- func (o *DecisionEndpoint) GetOwnedOk() (*bool, bool)
- func (o *DecisionEndpoint) GetPolicyId() string
- func (o *DecisionEndpoint) GetPolicyIdOk() (*string, bool)
- func (o *DecisionEndpoint) GetProvenance() string
- func (o *DecisionEndpoint) GetProvenanceOk() (*string, bool)
- func (o *DecisionEndpoint) GetRecentDecisions() DecisionEndpointRecentDecisions
- func (o *DecisionEndpoint) GetRecentDecisionsEnabled() bool
- func (o *DecisionEndpoint) GetRecentDecisionsEnabledOk() (*bool, bool)
- func (o *DecisionEndpoint) GetRecentDecisionsOk() (*DecisionEndpointRecentDecisions, bool)
- func (o *DecisionEndpoint) GetRecordRecentRequests() bool
- func (o *DecisionEndpoint) GetRecordRecentRequestsOk() (*bool, bool)
- func (o *DecisionEndpoint) HasAlternateId() bool
- func (o *DecisionEndpoint) HasAuthorizationVersion() bool
- func (o *DecisionEndpoint) HasId() bool
- func (o *DecisionEndpoint) HasLinks() bool
- func (o *DecisionEndpoint) HasOwned() bool
- func (o *DecisionEndpoint) HasPolicyId() bool
- func (o *DecisionEndpoint) HasProvenance() bool
- func (o *DecisionEndpoint) HasRecentDecisions() bool
- func (o *DecisionEndpoint) HasRecentDecisionsEnabled() bool
- func (o DecisionEndpoint) MarshalJSON() ([]byte, error)
- func (o *DecisionEndpoint) SetAlternateId(v string)
- func (o *DecisionEndpoint) SetAuthorizationVersion(v DecisionEndpointAuthorizationVersion)
- func (o *DecisionEndpoint) SetDescription(v string)
- func (o *DecisionEndpoint) SetId(v string)
- func (o *DecisionEndpoint) SetLinks(v LinksHATEOAS)
- func (o *DecisionEndpoint) SetName(v string)
- func (o *DecisionEndpoint) SetOwned(v bool)
- func (o *DecisionEndpoint) SetPolicyId(v string)
- func (o *DecisionEndpoint) SetProvenance(v string)
- func (o *DecisionEndpoint) SetRecentDecisions(v DecisionEndpointRecentDecisions)
- func (o *DecisionEndpoint) SetRecentDecisionsEnabled(v bool)
- func (o *DecisionEndpoint) SetRecordRecentRequests(v bool)
- func (o DecisionEndpoint) ToMap() (map[string]interface{}, error)
- type DecisionEndpointAuthorizationVersion
- func (o *DecisionEndpointAuthorizationVersion) GetHref() string
- func (o *DecisionEndpointAuthorizationVersion) GetHrefOk() (*string, bool)
- func (o *DecisionEndpointAuthorizationVersion) GetId() string
- func (o *DecisionEndpointAuthorizationVersion) GetIdOk() (*string, bool)
- func (o *DecisionEndpointAuthorizationVersion) GetTitle() string
- func (o *DecisionEndpointAuthorizationVersion) GetTitleOk() (*string, bool)
- func (o *DecisionEndpointAuthorizationVersion) GetType() string
- func (o *DecisionEndpointAuthorizationVersion) GetTypeOk() (*string, bool)
- func (o *DecisionEndpointAuthorizationVersion) HasHref() bool
- func (o *DecisionEndpointAuthorizationVersion) HasId() bool
- func (o *DecisionEndpointAuthorizationVersion) HasTitle() bool
- func (o *DecisionEndpointAuthorizationVersion) HasType() bool
- func (o DecisionEndpointAuthorizationVersion) MarshalJSON() ([]byte, error)
- func (o *DecisionEndpointAuthorizationVersion) SetHref(v string)
- func (o *DecisionEndpointAuthorizationVersion) SetId(v string)
- func (o *DecisionEndpointAuthorizationVersion) SetTitle(v string)
- func (o *DecisionEndpointAuthorizationVersion) SetType(v string)
- func (o DecisionEndpointAuthorizationVersion) ToMap() (map[string]interface{}, error)
- type DecisionEndpointRecentDecisions
- func (o *DecisionEndpointRecentDecisions) GetHref() string
- func (o *DecisionEndpointRecentDecisions) GetHrefOk() (*string, bool)
- func (o *DecisionEndpointRecentDecisions) GetTitle() string
- func (o *DecisionEndpointRecentDecisions) GetTitleOk() (*string, bool)
- func (o *DecisionEndpointRecentDecisions) GetType() string
- func (o *DecisionEndpointRecentDecisions) GetTypeOk() (*string, bool)
- func (o *DecisionEndpointRecentDecisions) HasHref() bool
- func (o *DecisionEndpointRecentDecisions) HasTitle() bool
- func (o *DecisionEndpointRecentDecisions) HasType() bool
- func (o DecisionEndpointRecentDecisions) MarshalJSON() ([]byte, error)
- func (o *DecisionEndpointRecentDecisions) SetHref(v string)
- func (o *DecisionEndpointRecentDecisions) SetTitle(v string)
- func (o *DecisionEndpointRecentDecisions) SetType(v string)
- func (o DecisionEndpointRecentDecisions) ToMap() (map[string]interface{}, error)
- type EntityArray
- func (o *EntityArray) GetCount() float32
- func (o *EntityArray) GetCountOk() (*float32, bool)
- func (o *EntityArray) GetEmbedded() EntityArrayEmbedded
- func (o *EntityArray) GetEmbeddedOk() (*EntityArrayEmbedded, bool)
- func (o *EntityArray) GetLinks() LinksHATEOAS
- func (o *EntityArray) GetLinksOk() (*LinksHATEOAS, bool)
- func (o *EntityArray) GetSize() float32
- func (o *EntityArray) GetSizeOk() (*float32, bool)
- func (o *EntityArray) HasCount() bool
- func (o *EntityArray) HasEmbedded() bool
- func (o *EntityArray) HasLinks() bool
- func (o *EntityArray) HasSize() bool
- func (o EntityArray) MarshalJSON() ([]byte, error)
- func (o *EntityArray) SetCount(v float32)
- func (o *EntityArray) SetEmbedded(v EntityArrayEmbedded)
- func (o *EntityArray) SetLinks(v LinksHATEOAS)
- func (o *EntityArray) SetSize(v float32)
- func (o EntityArray) ToMap() (map[string]interface{}, error)
- type EntityArrayEmbedded
- func (o *EntityArrayEmbedded) GetApiServers() []APIServer
- func (o *EntityArrayEmbedded) GetApiServersOk() ([]APIServer, bool)
- func (o *EntityArrayEmbedded) GetDecisionEndpoints() []DecisionEndpoint
- func (o *EntityArrayEmbedded) GetDecisionEndpointsOk() ([]DecisionEndpoint, bool)
- func (o *EntityArrayEmbedded) HasApiServers() bool
- func (o *EntityArrayEmbedded) HasDecisionEndpoints() bool
- func (o EntityArrayEmbedded) MarshalJSON() ([]byte, error)
- func (o *EntityArrayEmbedded) SetApiServers(v []APIServer)
- func (o *EntityArrayEmbedded) SetDecisionEndpoints(v []DecisionEndpoint)
- func (o EntityArrayEmbedded) ToMap() (map[string]interface{}, error)
- type EnumAPIServerPatternType
- type GenericOpenAPIError
- type LinksHATEOAS
- func (o *LinksHATEOAS) GetNext() LinksHATEOASNext
- func (o *LinksHATEOAS) GetNextOk() (*LinksHATEOASNext, bool)
- func (o *LinksHATEOAS) GetSelf() LinksHATEOASSelf
- func (o *LinksHATEOAS) GetSelfOk() (*LinksHATEOASSelf, bool)
- func (o *LinksHATEOAS) HasNext() bool
- func (o *LinksHATEOAS) HasSelf() bool
- func (o LinksHATEOAS) MarshalJSON() ([]byte, error)
- func (o *LinksHATEOAS) SetNext(v LinksHATEOASNext)
- func (o *LinksHATEOAS) SetSelf(v LinksHATEOASSelf)
- func (o LinksHATEOAS) ToMap() (map[string]interface{}, error)
- func (o *LinksHATEOAS) UnmarshalJSON(bytes []byte) (err error)
- type LinksHATEOASNext
- func (o *LinksHATEOASNext) GetHref() string
- func (o *LinksHATEOASNext) GetHrefOk() (*string, bool)
- func (o *LinksHATEOASNext) HasHref() bool
- func (o LinksHATEOASNext) MarshalJSON() ([]byte, error)
- func (o *LinksHATEOASNext) SetHref(v string)
- func (o LinksHATEOASNext) ToMap() (map[string]interface{}, error)
- type LinksHATEOASSelf
- func (o *LinksHATEOASSelf) GetHref() string
- func (o *LinksHATEOASSelf) GetHrefOk() (*string, bool)
- func (o *LinksHATEOASSelf) HasHref() bool
- func (o LinksHATEOASSelf) MarshalJSON() ([]byte, error)
- func (o *LinksHATEOASSelf) SetHref(v string)
- func (o LinksHATEOASSelf) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type NullableAPIServer
- type NullableAPIServerAuthorizationServer
- func (v NullableAPIServerAuthorizationServer) Get() *APIServerAuthorizationServer
- func (v NullableAPIServerAuthorizationServer) IsSet() bool
- func (v NullableAPIServerAuthorizationServer) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerAuthorizationServer) Set(val *APIServerAuthorizationServer)
- func (v *NullableAPIServerAuthorizationServer) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerAuthorizationServer) Unset()
- type NullableAPIServerAuthorizationServerResource
- func (v NullableAPIServerAuthorizationServerResource) Get() *APIServerAuthorizationServerResource
- func (v NullableAPIServerAuthorizationServerResource) IsSet() bool
- func (v NullableAPIServerAuthorizationServerResource) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerAuthorizationServerResource) Set(val *APIServerAuthorizationServerResource)
- func (v *NullableAPIServerAuthorizationServerResource) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerAuthorizationServerResource) Unset()
- type NullableBool
- type NullableDecisionEndpoint
- func (v NullableDecisionEndpoint) Get() *DecisionEndpoint
- func (v NullableDecisionEndpoint) IsSet() bool
- func (v NullableDecisionEndpoint) MarshalJSON() ([]byte, error)
- func (v *NullableDecisionEndpoint) Set(val *DecisionEndpoint)
- func (v *NullableDecisionEndpoint) UnmarshalJSON(src []byte) error
- func (v *NullableDecisionEndpoint) Unset()
- type NullableDecisionEndpointAuthorizationVersion
- func (v NullableDecisionEndpointAuthorizationVersion) Get() *DecisionEndpointAuthorizationVersion
- func (v NullableDecisionEndpointAuthorizationVersion) IsSet() bool
- func (v NullableDecisionEndpointAuthorizationVersion) MarshalJSON() ([]byte, error)
- func (v *NullableDecisionEndpointAuthorizationVersion) Set(val *DecisionEndpointAuthorizationVersion)
- func (v *NullableDecisionEndpointAuthorizationVersion) UnmarshalJSON(src []byte) error
- func (v *NullableDecisionEndpointAuthorizationVersion) Unset()
- type NullableDecisionEndpointRecentDecisions
- func (v NullableDecisionEndpointRecentDecisions) Get() *DecisionEndpointRecentDecisions
- func (v NullableDecisionEndpointRecentDecisions) IsSet() bool
- func (v NullableDecisionEndpointRecentDecisions) MarshalJSON() ([]byte, error)
- func (v *NullableDecisionEndpointRecentDecisions) Set(val *DecisionEndpointRecentDecisions)
- func (v *NullableDecisionEndpointRecentDecisions) UnmarshalJSON(src []byte) error
- func (v *NullableDecisionEndpointRecentDecisions) Unset()
- type NullableEntityArray
- func (v NullableEntityArray) Get() *EntityArray
- func (v NullableEntityArray) IsSet() bool
- func (v NullableEntityArray) MarshalJSON() ([]byte, error)
- func (v *NullableEntityArray) Set(val *EntityArray)
- func (v *NullableEntityArray) UnmarshalJSON(src []byte) error
- func (v *NullableEntityArray) Unset()
- type NullableEntityArrayEmbedded
- func (v NullableEntityArrayEmbedded) Get() *EntityArrayEmbedded
- func (v NullableEntityArrayEmbedded) IsSet() bool
- func (v NullableEntityArrayEmbedded) MarshalJSON() ([]byte, error)
- func (v *NullableEntityArrayEmbedded) Set(val *EntityArrayEmbedded)
- func (v *NullableEntityArrayEmbedded) UnmarshalJSON(src []byte) error
- func (v *NullableEntityArrayEmbedded) Unset()
- type NullableEnumAPIServerPatternType
- func (v NullableEnumAPIServerPatternType) Get() *EnumAPIServerPatternType
- func (v NullableEnumAPIServerPatternType) IsSet() bool
- func (v NullableEnumAPIServerPatternType) MarshalJSON() ([]byte, error)
- func (v *NullableEnumAPIServerPatternType) Set(val *EnumAPIServerPatternType)
- func (v *NullableEnumAPIServerPatternType) UnmarshalJSON(src []byte) error
- func (v *NullableEnumAPIServerPatternType) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableLinksHATEOAS
- func (v NullableLinksHATEOAS) Get() *LinksHATEOAS
- func (v NullableLinksHATEOAS) IsSet() bool
- func (v NullableLinksHATEOAS) MarshalJSON() ([]byte, error)
- func (v *NullableLinksHATEOAS) Set(val *LinksHATEOAS)
- func (v *NullableLinksHATEOAS) UnmarshalJSON(src []byte) error
- func (v *NullableLinksHATEOAS) Unset()
- type NullableLinksHATEOASNext
- func (v NullableLinksHATEOASNext) Get() *LinksHATEOASNext
- func (v NullableLinksHATEOASNext) IsSet() bool
- func (v NullableLinksHATEOASNext) MarshalJSON() ([]byte, error)
- func (v *NullableLinksHATEOASNext) Set(val *LinksHATEOASNext)
- func (v *NullableLinksHATEOASNext) UnmarshalJSON(src []byte) error
- func (v *NullableLinksHATEOASNext) Unset()
- type NullableLinksHATEOASSelf
- func (v NullableLinksHATEOASSelf) Get() *LinksHATEOASSelf
- func (v NullableLinksHATEOASSelf) IsSet() bool
- func (v NullableLinksHATEOASSelf) MarshalJSON() ([]byte, error)
- func (v *NullableLinksHATEOASSelf) Set(val *LinksHATEOASSelf)
- func (v *NullableLinksHATEOASSelf) UnmarshalJSON(src []byte) error
- func (v *NullableLinksHATEOASSelf) Unset()
- type NullableObjectApplication
- func (v NullableObjectApplication) Get() *ObjectApplication
- func (v NullableObjectApplication) IsSet() bool
- func (v NullableObjectApplication) MarshalJSON() ([]byte, error)
- func (v *NullableObjectApplication) Set(val *ObjectApplication)
- func (v *NullableObjectApplication) UnmarshalJSON(src []byte) error
- func (v *NullableObjectApplication) Unset()
- type NullableObjectEnvironment
- func (v NullableObjectEnvironment) Get() *ObjectEnvironment
- func (v NullableObjectEnvironment) IsSet() bool
- func (v NullableObjectEnvironment) MarshalJSON() ([]byte, error)
- func (v *NullableObjectEnvironment) Set(val *ObjectEnvironment)
- func (v *NullableObjectEnvironment) UnmarshalJSON(src []byte) error
- func (v *NullableObjectEnvironment) Unset()
- type NullableObjectOrganization
- func (v NullableObjectOrganization) Get() *ObjectOrganization
- func (v NullableObjectOrganization) IsSet() bool
- func (v NullableObjectOrganization) MarshalJSON() ([]byte, error)
- func (v *NullableObjectOrganization) Set(val *ObjectOrganization)
- func (v *NullableObjectOrganization) UnmarshalJSON(src []byte) error
- func (v *NullableObjectOrganization) Unset()
- type NullableObjectPopulation
- func (v NullableObjectPopulation) Get() *ObjectPopulation
- func (v NullableObjectPopulation) IsSet() bool
- func (v NullableObjectPopulation) MarshalJSON() ([]byte, error)
- func (v *NullableObjectPopulation) Set(val *ObjectPopulation)
- func (v *NullableObjectPopulation) UnmarshalJSON(src []byte) error
- func (v *NullableObjectPopulation) Unset()
- type NullableP1Error
- type NullableP1ErrorDetailsInner
- func (v NullableP1ErrorDetailsInner) Get() *P1ErrorDetailsInner
- func (v NullableP1ErrorDetailsInner) IsSet() bool
- func (v NullableP1ErrorDetailsInner) MarshalJSON() ([]byte, error)
- func (v *NullableP1ErrorDetailsInner) Set(val *P1ErrorDetailsInner)
- func (v *NullableP1ErrorDetailsInner) UnmarshalJSON(src []byte) error
- func (v *NullableP1ErrorDetailsInner) Unset()
- type NullableP1ErrorDetailsInnerInnerError
- func (v NullableP1ErrorDetailsInnerInnerError) Get() *P1ErrorDetailsInnerInnerError
- func (v NullableP1ErrorDetailsInnerInnerError) IsSet() bool
- func (v NullableP1ErrorDetailsInnerInnerError) MarshalJSON() ([]byte, error)
- func (v *NullableP1ErrorDetailsInnerInnerError) Set(val *P1ErrorDetailsInnerInnerError)
- func (v *NullableP1ErrorDetailsInnerInnerError) UnmarshalJSON(src []byte) error
- func (v *NullableP1ErrorDetailsInnerInnerError) Unset()
- type NullableString
- type NullableTime
- type ObjectApplication
- func (o *ObjectApplication) GetId() string
- func (o *ObjectApplication) GetIdOk() (*string, bool)
- func (o *ObjectApplication) HasId() bool
- func (o ObjectApplication) MarshalJSON() ([]byte, error)
- func (o *ObjectApplication) SetId(v string)
- func (o ObjectApplication) ToMap() (map[string]interface{}, error)
- type ObjectEnvironment
- func (o *ObjectEnvironment) GetId() string
- func (o *ObjectEnvironment) GetIdOk() (*string, bool)
- func (o *ObjectEnvironment) HasId() bool
- func (o ObjectEnvironment) MarshalJSON() ([]byte, error)
- func (o *ObjectEnvironment) SetId(v string)
- func (o ObjectEnvironment) ToMap() (map[string]interface{}, error)
- type ObjectOrganization
- func (o *ObjectOrganization) GetId() string
- func (o *ObjectOrganization) GetIdOk() (*string, bool)
- func (o *ObjectOrganization) HasId() bool
- func (o ObjectOrganization) MarshalJSON() ([]byte, error)
- func (o *ObjectOrganization) SetId(v string)
- func (o ObjectOrganization) ToMap() (map[string]interface{}, error)
- type ObjectPopulation
- type P1Error
- func (o *P1Error) GetCode() string
- func (o *P1Error) GetCodeOk() (*string, bool)
- func (o *P1Error) GetDetails() []P1ErrorDetailsInner
- func (o *P1Error) GetDetailsOk() ([]P1ErrorDetailsInner, bool)
- func (o *P1Error) GetId() string
- func (o *P1Error) GetIdOk() (*string, bool)
- func (o *P1Error) GetMessage() string
- func (o *P1Error) GetMessageOk() (*string, bool)
- func (o *P1Error) HasCode() bool
- func (o *P1Error) HasDetails() bool
- func (o *P1Error) HasId() bool
- func (o *P1Error) HasMessage() bool
- func (o P1Error) MarshalJSON() ([]byte, error)
- func (o *P1Error) SetCode(v string)
- func (o *P1Error) SetDetails(v []P1ErrorDetailsInner)
- func (o *P1Error) SetId(v string)
- func (o *P1Error) SetMessage(v string)
- func (o P1Error) ToMap() (map[string]interface{}, error)
- type P1ErrorDetailsInner
- func (o *P1ErrorDetailsInner) GetCode() string
- func (o *P1ErrorDetailsInner) GetCodeOk() (*string, bool)
- func (o *P1ErrorDetailsInner) GetInnerError() P1ErrorDetailsInnerInnerError
- func (o *P1ErrorDetailsInner) GetInnerErrorOk() (*P1ErrorDetailsInnerInnerError, bool)
- func (o *P1ErrorDetailsInner) GetMessage() string
- func (o *P1ErrorDetailsInner) GetMessageOk() (*string, bool)
- func (o *P1ErrorDetailsInner) GetTarget() string
- func (o *P1ErrorDetailsInner) GetTargetOk() (*string, bool)
- func (o *P1ErrorDetailsInner) HasCode() bool
- func (o *P1ErrorDetailsInner) HasInnerError() bool
- func (o *P1ErrorDetailsInner) HasMessage() bool
- func (o *P1ErrorDetailsInner) HasTarget() bool
- func (o P1ErrorDetailsInner) MarshalJSON() ([]byte, error)
- func (o *P1ErrorDetailsInner) SetCode(v string)
- func (o *P1ErrorDetailsInner) SetInnerError(v P1ErrorDetailsInnerInnerError)
- func (o *P1ErrorDetailsInner) SetMessage(v string)
- func (o *P1ErrorDetailsInner) SetTarget(v string)
- func (o P1ErrorDetailsInner) ToMap() (map[string]interface{}, error)
- type P1ErrorDetailsInnerInnerError
- func (o *P1ErrorDetailsInnerInnerError) GetAllowedPattern() string
- func (o *P1ErrorDetailsInnerInnerError) GetAllowedPatternOk() (*string, bool)
- func (o *P1ErrorDetailsInnerInnerError) GetAllowedValues() []string
- func (o *P1ErrorDetailsInnerInnerError) GetAllowedValuesOk() ([]string, bool)
- func (o *P1ErrorDetailsInnerInnerError) GetMaximumValue() int32
- func (o *P1ErrorDetailsInnerInnerError) GetMaximumValueOk() (*int32, bool)
- func (o *P1ErrorDetailsInnerInnerError) GetRangeMaximumValue() int32
- func (o *P1ErrorDetailsInnerInnerError) GetRangeMaximumValueOk() (*int32, bool)
- func (o *P1ErrorDetailsInnerInnerError) GetRangeMinimumValue() int32
- func (o *P1ErrorDetailsInnerInnerError) GetRangeMinimumValueOk() (*int32, bool)
- func (o *P1ErrorDetailsInnerInnerError) HasAllowedPattern() bool
- func (o *P1ErrorDetailsInnerInnerError) HasAllowedValues() bool
- func (o *P1ErrorDetailsInnerInnerError) HasMaximumValue() bool
- func (o *P1ErrorDetailsInnerInnerError) HasRangeMaximumValue() bool
- func (o *P1ErrorDetailsInnerInnerError) HasRangeMinimumValue() bool
- func (o P1ErrorDetailsInnerInnerError) MarshalJSON() ([]byte, error)
- func (o *P1ErrorDetailsInnerInnerError) SetAllowedPattern(v string)
- func (o *P1ErrorDetailsInnerInnerError) SetAllowedValues(v []string)
- func (o *P1ErrorDetailsInnerInnerError) SetMaximumValue(v int32)
- func (o *P1ErrorDetailsInnerInnerError) SetRangeMaximumValue(v int32)
- func (o *P1ErrorDetailsInnerInnerError) SetRangeMinimumValue(v int32)
- func (o P1ErrorDetailsInnerInnerError) ToMap() (map[string]interface{}, error)
- type PolicyDecisionManagementApiService
- func (a *PolicyDecisionManagementApiService) CreateDecisionEndpoint(ctx context.Context, environmentID string) ApiCreateDecisionEndpointRequest
- func (a *PolicyDecisionManagementApiService) CreateDecisionEndpointExecute(r ApiCreateDecisionEndpointRequest) (*DecisionEndpoint, *http.Response, error)
- func (a *PolicyDecisionManagementApiService) DeleteDecisionEndpoint(ctx context.Context, environmentID string, decisionEndpointID string) ApiDeleteDecisionEndpointRequest
- func (a *PolicyDecisionManagementApiService) DeleteDecisionEndpointExecute(r ApiDeleteDecisionEndpointRequest) (*http.Response, error)
- func (a *PolicyDecisionManagementApiService) ReadAllDecisionEndpoints(ctx context.Context, environmentID string) ApiReadAllDecisionEndpointsRequest
- func (a *PolicyDecisionManagementApiService) ReadAllDecisionEndpointsExecute(r ApiReadAllDecisionEndpointsRequest) (*EntityArray, *http.Response, error)
- func (a *PolicyDecisionManagementApiService) ReadOneDecisionEndpoint(ctx context.Context, environmentID string, decisionEndpointID string) ApiReadOneDecisionEndpointRequest
- func (a *PolicyDecisionManagementApiService) ReadOneDecisionEndpointExecute(r ApiReadOneDecisionEndpointRequest) (*DecisionEndpoint, *http.Response, error)
- func (a *PolicyDecisionManagementApiService) UpdateDecisionEndpoint(ctx context.Context, environmentID string, decisionEndpointID string) ApiUpdateDecisionEndpointRequest
- func (a *PolicyDecisionManagementApiService) UpdateDecisionEndpointExecute(r ApiUpdateDecisionEndpointRequest) (*DecisionEndpoint, *http.Response, error)
- type SDKInterfaceFunc
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
Constants ¶
This section is empty.
Variables ¶
var ( // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedEnumAPIServerPatternTypeEnumValues = []EnumAPIServerPatternType{
"EXACT",
"PARAMETER",
}
All allowed values of EnumAPIServerPatternType enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { APIServersApi *APIServersApiService PolicyDecisionManagementApi *PolicyDecisionManagementApiService // contains filtered or unexported fields }
APIClient manages communication with the PingOne Platform API - Authorize API v2022-09-23 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 APIServer ¶
type APIServer struct { Links *LinksHATEOAS `json:"_links,omitempty"` AuthorizationServer APIServerAuthorizationServer `json:"authorizationServer"` // An array of string that specifies the possible base URLs that an end-user will use to access the APIs hosted on the customer's API server. Multiple base URLs may be specified to support cases where the same API may be available from multiple URLs (for example, from a user-friendly domain URL and an internal domain URL). Base URLs must be valid absolute URLs with the https or http scheme. If the path component is non-empty, it must not end in a trailing slash. The path must not contain empty backslash, dot, or double-dot segments. It must not have a query or fragment present, and the host portion of the authority must be a DNS hostname or valid IP (IPv4 or IPv6). The length must be less than or equal to 256 characters. BaseURLs []string `json:"baseURLs"` // A string that specifies the resource's unique identifier. Id *string `json:"id,omitempty"` // A string that specifies the API server resource name. The name value must be unique among all API servers, and it must be a valid resource name. Name string `json:"name"` // A map from the operation name to the operation object. Each key must be valid ObjectName, and each value must be a valid operation. Each key must be unique within the operations object, which means the operation key is unique within an API server. No duplicate operation values are allowed; operations with the same paths and methods members are not allowed. The operations object is limited to 25 keys (25 individual operations). Operations map[string]interface{} `json:"operations,omitempty"` }
APIServer struct for APIServer
func NewAPIServer ¶
func NewAPIServer(authorizationServer APIServerAuthorizationServer, baseURLs []string, name string) *APIServer
NewAPIServer instantiates a new APIServer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAPIServerWithDefaults ¶
func NewAPIServerWithDefaults() *APIServer
NewAPIServerWithDefaults instantiates a new APIServer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*APIServer) GetAuthorizationServer ¶
func (o *APIServer) GetAuthorizationServer() APIServerAuthorizationServer
GetAuthorizationServer returns the AuthorizationServer field value
func (*APIServer) GetAuthorizationServerOk ¶
func (o *APIServer) GetAuthorizationServerOk() (*APIServerAuthorizationServer, bool)
GetAuthorizationServerOk returns a tuple with the AuthorizationServer field value and a boolean to check if the value has been set.
func (*APIServer) GetBaseURLs ¶
GetBaseURLs returns the BaseURLs field value
func (*APIServer) GetBaseURLsOk ¶
GetBaseURLsOk returns a tuple with the BaseURLs field value and a boolean to check if the value has been set.
func (*APIServer) GetIdOk ¶
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 (*APIServer) GetLinks ¶ added in v0.3.0
func (o *APIServer) GetLinks() LinksHATEOAS
GetLinks returns the Links field value if set, zero value otherwise.
func (*APIServer) GetLinksOk ¶ added in v0.3.0
func (o *APIServer) GetLinksOk() (*LinksHATEOAS, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServer) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*APIServer) GetOperations ¶
GetOperations returns the Operations field value if set, zero value otherwise.
func (*APIServer) GetOperationsOk ¶
GetOperationsOk returns a tuple with the Operations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServer) HasOperations ¶
HasOperations returns a boolean if a field has been set.
func (APIServer) MarshalJSON ¶
func (*APIServer) SetAuthorizationServer ¶
func (o *APIServer) SetAuthorizationServer(v APIServerAuthorizationServer)
SetAuthorizationServer sets field value
func (*APIServer) SetBaseURLs ¶
SetBaseURLs sets field value
func (*APIServer) SetId ¶
SetId gets a reference to the given string and assigns it to the Id field.
func (*APIServer) SetLinks ¶ added in v0.3.0
func (o *APIServer) SetLinks(v LinksHATEOAS)
SetLinks gets a reference to the given LinksHATEOAS and assigns it to the Links field.
func (*APIServer) SetOperations ¶
SetOperations gets a reference to the given map[string]interface{} and assigns it to the Operations field.
type APIServerAuthorizationServer ¶
type APIServerAuthorizationServer struct {
Resource APIServerAuthorizationServerResource `json:"resource"`
}
APIServerAuthorizationServer A container object for properties related to the authorization server that will issue access tokens used to access the APIs.
func NewAPIServerAuthorizationServer ¶
func NewAPIServerAuthorizationServer(resource APIServerAuthorizationServerResource) *APIServerAuthorizationServer
NewAPIServerAuthorizationServer instantiates a new APIServerAuthorizationServer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAPIServerAuthorizationServerWithDefaults ¶
func NewAPIServerAuthorizationServerWithDefaults() *APIServerAuthorizationServer
NewAPIServerAuthorizationServerWithDefaults instantiates a new APIServerAuthorizationServer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*APIServerAuthorizationServer) GetResource ¶
func (o *APIServerAuthorizationServer) GetResource() APIServerAuthorizationServerResource
GetResource returns the Resource field value
func (*APIServerAuthorizationServer) GetResourceOk ¶
func (o *APIServerAuthorizationServer) GetResourceOk() (*APIServerAuthorizationServerResource, bool)
GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.
func (APIServerAuthorizationServer) MarshalJSON ¶
func (o APIServerAuthorizationServer) MarshalJSON() ([]byte, error)
func (*APIServerAuthorizationServer) SetResource ¶
func (o *APIServerAuthorizationServer) SetResource(v APIServerAuthorizationServerResource)
SetResource sets field value
func (APIServerAuthorizationServer) ToMap ¶ added in v0.1.3
func (o APIServerAuthorizationServer) ToMap() (map[string]interface{}, error)
type APIServerAuthorizationServerResource ¶
type APIServerAuthorizationServerResource struct { // A string that specifies the UUID of the custom PingOne resource. This property must identify a PingOne resource with a type property value of CUSTOM. Id string `json:"id"` }
APIServerAuthorizationServerResource The resource defines the characteristics of the OAuth 2.0 access tokens used to get access to the APIs on the API server such as the audience and scopes.
func NewAPIServerAuthorizationServerResource ¶
func NewAPIServerAuthorizationServerResource(id string) *APIServerAuthorizationServerResource
NewAPIServerAuthorizationServerResource instantiates a new APIServerAuthorizationServerResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAPIServerAuthorizationServerResourceWithDefaults ¶
func NewAPIServerAuthorizationServerResourceWithDefaults() *APIServerAuthorizationServerResource
NewAPIServerAuthorizationServerResourceWithDefaults instantiates a new APIServerAuthorizationServerResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*APIServerAuthorizationServerResource) GetId ¶
func (o *APIServerAuthorizationServerResource) GetId() string
GetId returns the Id field value
func (*APIServerAuthorizationServerResource) GetIdOk ¶
func (o *APIServerAuthorizationServerResource) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (APIServerAuthorizationServerResource) MarshalJSON ¶
func (o APIServerAuthorizationServerResource) MarshalJSON() ([]byte, error)
func (*APIServerAuthorizationServerResource) SetId ¶
func (o *APIServerAuthorizationServerResource) SetId(v string)
SetId sets field value
func (APIServerAuthorizationServerResource) ToMap ¶ added in v0.1.3
func (o APIServerAuthorizationServerResource) ToMap() (map[string]interface{}, error)
type APIServersApiService ¶
type APIServersApiService service
APIServersApiService APIServersApi service
func (*APIServersApiService) CreateAPIServer ¶
func (a *APIServersApiService) CreateAPIServer(ctx context.Context, environmentID string) ApiCreateAPIServerRequest
CreateAPIServer CREATE API Server
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @return ApiCreateAPIServerRequest
func (*APIServersApiService) CreateAPIServerExecute ¶
func (a *APIServersApiService) CreateAPIServerExecute(r ApiCreateAPIServerRequest) (*APIServer, *http.Response, error)
Execute executes the request
@return APIServer
func (*APIServersApiService) DeleteAPIServer ¶
func (a *APIServersApiService) DeleteAPIServer(ctx context.Context, environmentID string, apiServerID string) ApiDeleteAPIServerRequest
DeleteAPIServer DELETE API Server
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param apiServerID @return ApiDeleteAPIServerRequest
func (*APIServersApiService) DeleteAPIServerExecute ¶
func (a *APIServersApiService) DeleteAPIServerExecute(r ApiDeleteAPIServerRequest) (*http.Response, error)
Execute executes the request
func (*APIServersApiService) ReadAllAPIServers ¶
func (a *APIServersApiService) ReadAllAPIServers(ctx context.Context, environmentID string) ApiReadAllAPIServersRequest
ReadAllAPIServers READ All API Servers
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @return ApiReadAllAPIServersRequest
func (*APIServersApiService) ReadAllAPIServersExecute ¶
func (a *APIServersApiService) ReadAllAPIServersExecute(r ApiReadAllAPIServersRequest) (*EntityArray, *http.Response, error)
Execute executes the request
@return EntityArray
func (*APIServersApiService) ReadOneAPIServer ¶
func (a *APIServersApiService) ReadOneAPIServer(ctx context.Context, environmentID string, apiServerID string) ApiReadOneAPIServerRequest
ReadOneAPIServer READ One API Server
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param apiServerID @return ApiReadOneAPIServerRequest
func (*APIServersApiService) ReadOneAPIServerExecute ¶
func (a *APIServersApiService) ReadOneAPIServerExecute(r ApiReadOneAPIServerRequest) (*APIServer, *http.Response, error)
Execute executes the request
@return APIServer
func (*APIServersApiService) UpdateAPIServer ¶
func (a *APIServersApiService) UpdateAPIServer(ctx context.Context, environmentID string, apiServerID string) ApiUpdateAPIServerRequest
UpdateAPIServer UPDATE API Server
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param apiServerID @return ApiUpdateAPIServerRequest
func (*APIServersApiService) UpdateAPIServerExecute ¶
func (a *APIServersApiService) UpdateAPIServerExecute(r ApiUpdateAPIServerRequest) (*APIServer, *http.Response, error)
Execute executes the request
@return APIServer
type ApiCreateAPIServerRequest ¶
type ApiCreateAPIServerRequest struct { ApiService *APIServersApiService // contains filtered or unexported fields }
func (ApiCreateAPIServerRequest) APIServer ¶
func (r ApiCreateAPIServerRequest) APIServer(aPIServer APIServer) ApiCreateAPIServerRequest
type ApiCreateDecisionEndpointRequest ¶
type ApiCreateDecisionEndpointRequest struct { ApiService *PolicyDecisionManagementApiService // contains filtered or unexported fields }
func (ApiCreateDecisionEndpointRequest) DecisionEndpoint ¶
func (r ApiCreateDecisionEndpointRequest) DecisionEndpoint(decisionEndpoint DecisionEndpoint) ApiCreateDecisionEndpointRequest
func (ApiCreateDecisionEndpointRequest) Execute ¶
func (r ApiCreateDecisionEndpointRequest) Execute() (*DecisionEndpoint, *http.Response, error)
type ApiDeleteAPIServerRequest ¶
type ApiDeleteAPIServerRequest struct { ApiService *APIServersApiService // contains filtered or unexported fields }
type ApiDeleteDecisionEndpointRequest ¶
type ApiDeleteDecisionEndpointRequest struct { ApiService *PolicyDecisionManagementApiService // contains filtered or unexported fields }
type ApiReadAllAPIServersRequest ¶
type ApiReadAllAPIServersRequest struct { ApiService *APIServersApiService // contains filtered or unexported fields }
func (ApiReadAllAPIServersRequest) Execute ¶
func (r ApiReadAllAPIServersRequest) Execute() (*EntityArray, *http.Response, error)
type ApiReadAllDecisionEndpointsRequest ¶
type ApiReadAllDecisionEndpointsRequest struct { ApiService *PolicyDecisionManagementApiService // contains filtered or unexported fields }
func (ApiReadAllDecisionEndpointsRequest) Execute ¶
func (r ApiReadAllDecisionEndpointsRequest) Execute() (*EntityArray, *http.Response, error)
type ApiReadOneAPIServerRequest ¶
type ApiReadOneAPIServerRequest struct { ApiService *APIServersApiService // contains filtered or unexported fields }
type ApiReadOneDecisionEndpointRequest ¶
type ApiReadOneDecisionEndpointRequest struct { ApiService *PolicyDecisionManagementApiService // contains filtered or unexported fields }
func (ApiReadOneDecisionEndpointRequest) Execute ¶
func (r ApiReadOneDecisionEndpointRequest) Execute() (*DecisionEndpoint, *http.Response, error)
type ApiUpdateAPIServerRequest ¶
type ApiUpdateAPIServerRequest struct { ApiService *APIServersApiService // contains filtered or unexported fields }
func (ApiUpdateAPIServerRequest) APIServer ¶
func (r ApiUpdateAPIServerRequest) APIServer(aPIServer APIServer) ApiUpdateAPIServerRequest
type ApiUpdateDecisionEndpointRequest ¶
type ApiUpdateDecisionEndpointRequest struct { ApiService *PolicyDecisionManagementApiService // contains filtered or unexported fields }
func (ApiUpdateDecisionEndpointRequest) DecisionEndpoint ¶
func (r ApiUpdateDecisionEndpointRequest) DecisionEndpoint(decisionEndpoint DecisionEndpoint) ApiUpdateDecisionEndpointRequest
func (ApiUpdateDecisionEndpointRequest) Execute ¶
func (r ApiUpdateDecisionEndpointRequest) Execute() (*DecisionEndpoint, *http.Response, error)
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type 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"` DefaultServerIndex int `json:"defaultServerIndex,omitempty"` ProxyURL *string `json:"proxyURL,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
func (*Configuration) SetDebug ¶ added in v0.2.0
func (c *Configuration) SetDebug(debug bool)
func (*Configuration) SetDefaultServerIndex ¶ added in v0.2.0
func (c *Configuration) SetDefaultServerIndex(defaultServerIndex int)
func (*Configuration) SetDefaultServerVariableDefaultValue ¶ added in v0.2.0
func (c *Configuration) SetDefaultServerVariableDefaultValue(variable string, value string) error
func (*Configuration) SetServerVariableDefaultValue ¶ added in v0.2.0
func (c *Configuration) SetServerVariableDefaultValue(serverIndex int, variable string, value string) error
func (*Configuration) SetUserAgent ¶ added in v0.2.1
func (c *Configuration) SetUserAgent(userAgent string)
type DecisionEndpoint ¶
type DecisionEndpoint struct { Links *LinksHATEOAS `json:"_links,omitempty"` // A string that specifies alternative unique identifier for the endpoint, which provides a method for locating the resource by a known, fixed identifier. AlternateId *string `json:"alternateId,omitempty"` AuthorizationVersion *DecisionEndpointAuthorizationVersion `json:"authorizationVersion,omitempty"` // A string that specifies the description of the policy decision resource. Description string `json:"description"` // A string that specifies the resource’s unique identifier. Id *string `json:"id,omitempty"` // A string that specifies the policy decision resource name. Name string `json:"name"` // A boolean that when true restricts modifications of the endpoint to PingOne-owned clients. Owned *bool `json:"owned,omitempty"` // A string that specifies the ID of the root policy configured for this endpoint. If omitted, the policy editor service decides on a suitable default. PolicyId *string `json:"policyId,omitempty"` // A string that specifies a machine-readable identifier indicating the provenance of the current configuration. It has no meaning to the Policy Decision Service itself but exists to support integration with other services. Provenance *string `json:"provenance,omitempty"` // A boolean that specifies whether to show recent decisions. RecentDecisionsEnabled *bool `json:"recentDecisionsEnabled,omitempty"` RecentDecisions *DecisionEndpointRecentDecisions `json:"recentDecisions,omitempty"` // A boolean that specifies whether to record a limited history of recent decision requests and responses, which can be queried through a separate API. RecordRecentRequests bool `json:"recordRecentRequests"` }
DecisionEndpoint struct for DecisionEndpoint
func NewDecisionEndpoint ¶
func NewDecisionEndpoint(description string, name string, recordRecentRequests bool) *DecisionEndpoint
NewDecisionEndpoint instantiates a new DecisionEndpoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDecisionEndpointWithDefaults ¶
func NewDecisionEndpointWithDefaults() *DecisionEndpoint
NewDecisionEndpointWithDefaults instantiates a new DecisionEndpoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DecisionEndpoint) GetAlternateId ¶
func (o *DecisionEndpoint) GetAlternateId() string
GetAlternateId returns the AlternateId field value if set, zero value otherwise.
func (*DecisionEndpoint) GetAlternateIdOk ¶
func (o *DecisionEndpoint) GetAlternateIdOk() (*string, bool)
GetAlternateIdOk returns a tuple with the AlternateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetAuthorizationVersion ¶
func (o *DecisionEndpoint) GetAuthorizationVersion() DecisionEndpointAuthorizationVersion
GetAuthorizationVersion returns the AuthorizationVersion field value if set, zero value otherwise.
func (*DecisionEndpoint) GetAuthorizationVersionOk ¶
func (o *DecisionEndpoint) GetAuthorizationVersionOk() (*DecisionEndpointAuthorizationVersion, bool)
GetAuthorizationVersionOk returns a tuple with the AuthorizationVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetDescription ¶
func (o *DecisionEndpoint) GetDescription() string
GetDescription returns the Description field value
func (*DecisionEndpoint) GetDescriptionOk ¶
func (o *DecisionEndpoint) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetId ¶
func (o *DecisionEndpoint) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DecisionEndpoint) GetIdOk ¶
func (o *DecisionEndpoint) 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 (*DecisionEndpoint) GetLinks ¶ added in v0.3.0
func (o *DecisionEndpoint) GetLinks() LinksHATEOAS
GetLinks returns the Links field value if set, zero value otherwise.
func (*DecisionEndpoint) GetLinksOk ¶ added in v0.3.0
func (o *DecisionEndpoint) GetLinksOk() (*LinksHATEOAS, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetName ¶
func (o *DecisionEndpoint) GetName() string
GetName returns the Name field value
func (*DecisionEndpoint) GetNameOk ¶
func (o *DecisionEndpoint) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetOwned ¶
func (o *DecisionEndpoint) GetOwned() bool
GetOwned returns the Owned field value if set, zero value otherwise.
func (*DecisionEndpoint) GetOwnedOk ¶
func (o *DecisionEndpoint) GetOwnedOk() (*bool, bool)
GetOwnedOk returns a tuple with the Owned field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetPolicyId ¶
func (o *DecisionEndpoint) GetPolicyId() string
GetPolicyId returns the PolicyId field value if set, zero value otherwise.
func (*DecisionEndpoint) GetPolicyIdOk ¶
func (o *DecisionEndpoint) GetPolicyIdOk() (*string, bool)
GetPolicyIdOk returns a tuple with the PolicyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetProvenance ¶
func (o *DecisionEndpoint) GetProvenance() string
GetProvenance returns the Provenance field value if set, zero value otherwise.
func (*DecisionEndpoint) GetProvenanceOk ¶
func (o *DecisionEndpoint) GetProvenanceOk() (*string, bool)
GetProvenanceOk returns a tuple with the Provenance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetRecentDecisions ¶
func (o *DecisionEndpoint) GetRecentDecisions() DecisionEndpointRecentDecisions
GetRecentDecisions returns the RecentDecisions field value if set, zero value otherwise.
func (*DecisionEndpoint) GetRecentDecisionsEnabled ¶
func (o *DecisionEndpoint) GetRecentDecisionsEnabled() bool
GetRecentDecisionsEnabled returns the RecentDecisionsEnabled field value if set, zero value otherwise.
func (*DecisionEndpoint) GetRecentDecisionsEnabledOk ¶
func (o *DecisionEndpoint) GetRecentDecisionsEnabledOk() (*bool, bool)
GetRecentDecisionsEnabledOk returns a tuple with the RecentDecisionsEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetRecentDecisionsOk ¶
func (o *DecisionEndpoint) GetRecentDecisionsOk() (*DecisionEndpointRecentDecisions, bool)
GetRecentDecisionsOk returns a tuple with the RecentDecisions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetRecordRecentRequests ¶
func (o *DecisionEndpoint) GetRecordRecentRequests() bool
GetRecordRecentRequests returns the RecordRecentRequests field value
func (*DecisionEndpoint) GetRecordRecentRequestsOk ¶
func (o *DecisionEndpoint) GetRecordRecentRequestsOk() (*bool, bool)
GetRecordRecentRequestsOk returns a tuple with the RecordRecentRequests field value and a boolean to check if the value has been set.
func (*DecisionEndpoint) HasAlternateId ¶
func (o *DecisionEndpoint) HasAlternateId() bool
HasAlternateId returns a boolean if a field has been set.
func (*DecisionEndpoint) HasAuthorizationVersion ¶
func (o *DecisionEndpoint) HasAuthorizationVersion() bool
HasAuthorizationVersion returns a boolean if a field has been set.
func (*DecisionEndpoint) HasId ¶
func (o *DecisionEndpoint) HasId() bool
HasId returns a boolean if a field has been set.
func (*DecisionEndpoint) HasLinks ¶ added in v0.3.0
func (o *DecisionEndpoint) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*DecisionEndpoint) HasOwned ¶
func (o *DecisionEndpoint) HasOwned() bool
HasOwned returns a boolean if a field has been set.
func (*DecisionEndpoint) HasPolicyId ¶
func (o *DecisionEndpoint) HasPolicyId() bool
HasPolicyId returns a boolean if a field has been set.
func (*DecisionEndpoint) HasProvenance ¶
func (o *DecisionEndpoint) HasProvenance() bool
HasProvenance returns a boolean if a field has been set.
func (*DecisionEndpoint) HasRecentDecisions ¶
func (o *DecisionEndpoint) HasRecentDecisions() bool
HasRecentDecisions returns a boolean if a field has been set.
func (*DecisionEndpoint) HasRecentDecisionsEnabled ¶
func (o *DecisionEndpoint) HasRecentDecisionsEnabled() bool
HasRecentDecisionsEnabled returns a boolean if a field has been set.
func (DecisionEndpoint) MarshalJSON ¶
func (o DecisionEndpoint) MarshalJSON() ([]byte, error)
func (*DecisionEndpoint) SetAlternateId ¶
func (o *DecisionEndpoint) SetAlternateId(v string)
SetAlternateId gets a reference to the given string and assigns it to the AlternateId field.
func (*DecisionEndpoint) SetAuthorizationVersion ¶
func (o *DecisionEndpoint) SetAuthorizationVersion(v DecisionEndpointAuthorizationVersion)
SetAuthorizationVersion gets a reference to the given DecisionEndpointAuthorizationVersion and assigns it to the AuthorizationVersion field.
func (*DecisionEndpoint) SetDescription ¶
func (o *DecisionEndpoint) SetDescription(v string)
SetDescription sets field value
func (*DecisionEndpoint) SetId ¶
func (o *DecisionEndpoint) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*DecisionEndpoint) SetLinks ¶ added in v0.3.0
func (o *DecisionEndpoint) SetLinks(v LinksHATEOAS)
SetLinks gets a reference to the given LinksHATEOAS and assigns it to the Links field.
func (*DecisionEndpoint) SetName ¶
func (o *DecisionEndpoint) SetName(v string)
SetName sets field value
func (*DecisionEndpoint) SetOwned ¶
func (o *DecisionEndpoint) SetOwned(v bool)
SetOwned gets a reference to the given bool and assigns it to the Owned field.
func (*DecisionEndpoint) SetPolicyId ¶
func (o *DecisionEndpoint) SetPolicyId(v string)
SetPolicyId gets a reference to the given string and assigns it to the PolicyId field.
func (*DecisionEndpoint) SetProvenance ¶
func (o *DecisionEndpoint) SetProvenance(v string)
SetProvenance gets a reference to the given string and assigns it to the Provenance field.
func (*DecisionEndpoint) SetRecentDecisions ¶
func (o *DecisionEndpoint) SetRecentDecisions(v DecisionEndpointRecentDecisions)
SetRecentDecisions gets a reference to the given DecisionEndpointRecentDecisions and assigns it to the RecentDecisions field.
func (*DecisionEndpoint) SetRecentDecisionsEnabled ¶
func (o *DecisionEndpoint) SetRecentDecisionsEnabled(v bool)
SetRecentDecisionsEnabled gets a reference to the given bool and assigns it to the RecentDecisionsEnabled field.
func (*DecisionEndpoint) SetRecordRecentRequests ¶
func (o *DecisionEndpoint) SetRecordRecentRequests(v bool)
SetRecordRecentRequests sets field value
func (DecisionEndpoint) ToMap ¶ added in v0.1.3
func (o DecisionEndpoint) ToMap() (map[string]interface{}, error)
type DecisionEndpointAuthorizationVersion ¶
type DecisionEndpointAuthorizationVersion struct { // A string that specifies the ID of the Authorization Version deployed to this endpoint. Versioning allows independent development and deployment of policies. If omitted, the endpoint always uses the latest policy version available from the policy editor service. Id *string `json:"id,omitempty"` // A string that specifies the request URL for the authorization version endpoint. Href *string `json:"href,omitempty"` // A string that specifies the title for the authorization version response. Title *string `json:"title,omitempty"` // A string that specifies the content type for the authorization version response. Type *string `json:"type,omitempty"` }
DecisionEndpointAuthorizationVersion struct for DecisionEndpointAuthorizationVersion
func NewDecisionEndpointAuthorizationVersion ¶
func NewDecisionEndpointAuthorizationVersion() *DecisionEndpointAuthorizationVersion
NewDecisionEndpointAuthorizationVersion instantiates a new DecisionEndpointAuthorizationVersion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDecisionEndpointAuthorizationVersionWithDefaults ¶
func NewDecisionEndpointAuthorizationVersionWithDefaults() *DecisionEndpointAuthorizationVersion
NewDecisionEndpointAuthorizationVersionWithDefaults instantiates a new DecisionEndpointAuthorizationVersion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DecisionEndpointAuthorizationVersion) GetHref ¶
func (o *DecisionEndpointAuthorizationVersion) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*DecisionEndpointAuthorizationVersion) GetHrefOk ¶
func (o *DecisionEndpointAuthorizationVersion) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpointAuthorizationVersion) GetId ¶
func (o *DecisionEndpointAuthorizationVersion) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DecisionEndpointAuthorizationVersion) GetIdOk ¶
func (o *DecisionEndpointAuthorizationVersion) 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 (*DecisionEndpointAuthorizationVersion) GetTitle ¶
func (o *DecisionEndpointAuthorizationVersion) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*DecisionEndpointAuthorizationVersion) GetTitleOk ¶
func (o *DecisionEndpointAuthorizationVersion) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpointAuthorizationVersion) GetType ¶
func (o *DecisionEndpointAuthorizationVersion) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*DecisionEndpointAuthorizationVersion) GetTypeOk ¶
func (o *DecisionEndpointAuthorizationVersion) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpointAuthorizationVersion) HasHref ¶
func (o *DecisionEndpointAuthorizationVersion) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*DecisionEndpointAuthorizationVersion) HasId ¶
func (o *DecisionEndpointAuthorizationVersion) HasId() bool
HasId returns a boolean if a field has been set.
func (*DecisionEndpointAuthorizationVersion) HasTitle ¶
func (o *DecisionEndpointAuthorizationVersion) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*DecisionEndpointAuthorizationVersion) HasType ¶
func (o *DecisionEndpointAuthorizationVersion) HasType() bool
HasType returns a boolean if a field has been set.
func (DecisionEndpointAuthorizationVersion) MarshalJSON ¶
func (o DecisionEndpointAuthorizationVersion) MarshalJSON() ([]byte, error)
func (*DecisionEndpointAuthorizationVersion) SetHref ¶
func (o *DecisionEndpointAuthorizationVersion) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*DecisionEndpointAuthorizationVersion) SetId ¶
func (o *DecisionEndpointAuthorizationVersion) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*DecisionEndpointAuthorizationVersion) SetTitle ¶
func (o *DecisionEndpointAuthorizationVersion) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*DecisionEndpointAuthorizationVersion) SetType ¶
func (o *DecisionEndpointAuthorizationVersion) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (DecisionEndpointAuthorizationVersion) ToMap ¶ added in v0.1.3
func (o DecisionEndpointAuthorizationVersion) ToMap() (map[string]interface{}, error)
type DecisionEndpointRecentDecisions ¶
type DecisionEndpointRecentDecisions struct { // A string that specifies the request URL for the recent decisions endpoint. Href *string `json:"href,omitempty"` // A string that specifies the title for the recent decisions response. Title *string `json:"title,omitempty"` // A string that specifies the content type for the recent decisions response. Type *string `json:"type,omitempty"` }
DecisionEndpointRecentDecisions struct for DecisionEndpointRecentDecisions
func NewDecisionEndpointRecentDecisions ¶
func NewDecisionEndpointRecentDecisions() *DecisionEndpointRecentDecisions
NewDecisionEndpointRecentDecisions instantiates a new DecisionEndpointRecentDecisions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDecisionEndpointRecentDecisionsWithDefaults ¶
func NewDecisionEndpointRecentDecisionsWithDefaults() *DecisionEndpointRecentDecisions
NewDecisionEndpointRecentDecisionsWithDefaults instantiates a new DecisionEndpointRecentDecisions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DecisionEndpointRecentDecisions) GetHref ¶
func (o *DecisionEndpointRecentDecisions) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*DecisionEndpointRecentDecisions) GetHrefOk ¶
func (o *DecisionEndpointRecentDecisions) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpointRecentDecisions) GetTitle ¶
func (o *DecisionEndpointRecentDecisions) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*DecisionEndpointRecentDecisions) GetTitleOk ¶
func (o *DecisionEndpointRecentDecisions) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpointRecentDecisions) GetType ¶
func (o *DecisionEndpointRecentDecisions) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*DecisionEndpointRecentDecisions) GetTypeOk ¶
func (o *DecisionEndpointRecentDecisions) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpointRecentDecisions) HasHref ¶
func (o *DecisionEndpointRecentDecisions) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*DecisionEndpointRecentDecisions) HasTitle ¶
func (o *DecisionEndpointRecentDecisions) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*DecisionEndpointRecentDecisions) HasType ¶
func (o *DecisionEndpointRecentDecisions) HasType() bool
HasType returns a boolean if a field has been set.
func (DecisionEndpointRecentDecisions) MarshalJSON ¶
func (o DecisionEndpointRecentDecisions) MarshalJSON() ([]byte, error)
func (*DecisionEndpointRecentDecisions) SetHref ¶
func (o *DecisionEndpointRecentDecisions) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*DecisionEndpointRecentDecisions) SetTitle ¶
func (o *DecisionEndpointRecentDecisions) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*DecisionEndpointRecentDecisions) SetType ¶
func (o *DecisionEndpointRecentDecisions) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (DecisionEndpointRecentDecisions) ToMap ¶ added in v0.1.3
func (o DecisionEndpointRecentDecisions) ToMap() (map[string]interface{}, error)
type EntityArray ¶
type EntityArray struct { Links *LinksHATEOAS `json:"_links,omitempty"` Embedded *EntityArrayEmbedded `json:"_embedded,omitempty"` Count *float32 `json:"count,omitempty"` Size *float32 `json:"size,omitempty"` }
EntityArray struct for EntityArray
func NewEntityArray ¶
func NewEntityArray() *EntityArray
NewEntityArray instantiates a new EntityArray object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEntityArrayWithDefaults ¶
func NewEntityArrayWithDefaults() *EntityArray
NewEntityArrayWithDefaults instantiates a new EntityArray object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EntityArray) GetCount ¶
func (o *EntityArray) GetCount() float32
GetCount returns the Count field value if set, zero value otherwise.
func (*EntityArray) GetCountOk ¶
func (o *EntityArray) GetCountOk() (*float32, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArray) GetEmbedded ¶
func (o *EntityArray) GetEmbedded() EntityArrayEmbedded
GetEmbedded returns the Embedded field value if set, zero value otherwise.
func (*EntityArray) GetEmbeddedOk ¶
func (o *EntityArray) GetEmbeddedOk() (*EntityArrayEmbedded, bool)
GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArray) GetLinks ¶ added in v0.3.0
func (o *EntityArray) GetLinks() LinksHATEOAS
GetLinks returns the Links field value if set, zero value otherwise.
func (*EntityArray) GetLinksOk ¶ added in v0.3.0
func (o *EntityArray) GetLinksOk() (*LinksHATEOAS, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArray) GetSize ¶
func (o *EntityArray) GetSize() float32
GetSize returns the Size field value if set, zero value otherwise.
func (*EntityArray) GetSizeOk ¶
func (o *EntityArray) GetSizeOk() (*float32, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArray) HasCount ¶
func (o *EntityArray) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*EntityArray) HasEmbedded ¶
func (o *EntityArray) HasEmbedded() bool
HasEmbedded returns a boolean if a field has been set.
func (*EntityArray) HasLinks ¶ added in v0.3.0
func (o *EntityArray) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*EntityArray) HasSize ¶
func (o *EntityArray) HasSize() bool
HasSize returns a boolean if a field has been set.
func (EntityArray) MarshalJSON ¶
func (o EntityArray) MarshalJSON() ([]byte, error)
func (*EntityArray) SetCount ¶
func (o *EntityArray) SetCount(v float32)
SetCount gets a reference to the given float32 and assigns it to the Count field.
func (*EntityArray) SetEmbedded ¶
func (o *EntityArray) SetEmbedded(v EntityArrayEmbedded)
SetEmbedded gets a reference to the given EntityArrayEmbedded and assigns it to the Embedded field.
func (*EntityArray) SetLinks ¶ added in v0.3.0
func (o *EntityArray) SetLinks(v LinksHATEOAS)
SetLinks gets a reference to the given LinksHATEOAS and assigns it to the Links field.
func (*EntityArray) SetSize ¶
func (o *EntityArray) SetSize(v float32)
SetSize gets a reference to the given float32 and assigns it to the Size field.
func (EntityArray) ToMap ¶ added in v0.1.3
func (o EntityArray) ToMap() (map[string]interface{}, error)
type EntityArrayEmbedded ¶
type EntityArrayEmbedded struct { DecisionEndpoints []DecisionEndpoint `json:"decisionEndpoints,omitempty"` ApiServers []APIServer `json:"apiServers,omitempty"` }
EntityArrayEmbedded struct for EntityArrayEmbedded
func NewEntityArrayEmbedded ¶
func NewEntityArrayEmbedded() *EntityArrayEmbedded
NewEntityArrayEmbedded instantiates a new EntityArrayEmbedded object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEntityArrayEmbeddedWithDefaults ¶
func NewEntityArrayEmbeddedWithDefaults() *EntityArrayEmbedded
NewEntityArrayEmbeddedWithDefaults instantiates a new EntityArrayEmbedded object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EntityArrayEmbedded) GetApiServers ¶
func (o *EntityArrayEmbedded) GetApiServers() []APIServer
GetApiServers returns the ApiServers field value if set, zero value otherwise.
func (*EntityArrayEmbedded) GetApiServersOk ¶
func (o *EntityArrayEmbedded) GetApiServersOk() ([]APIServer, bool)
GetApiServersOk returns a tuple with the ApiServers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArrayEmbedded) GetDecisionEndpoints ¶
func (o *EntityArrayEmbedded) GetDecisionEndpoints() []DecisionEndpoint
GetDecisionEndpoints returns the DecisionEndpoints field value if set, zero value otherwise.
func (*EntityArrayEmbedded) GetDecisionEndpointsOk ¶
func (o *EntityArrayEmbedded) GetDecisionEndpointsOk() ([]DecisionEndpoint, bool)
GetDecisionEndpointsOk returns a tuple with the DecisionEndpoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArrayEmbedded) HasApiServers ¶
func (o *EntityArrayEmbedded) HasApiServers() bool
HasApiServers returns a boolean if a field has been set.
func (*EntityArrayEmbedded) HasDecisionEndpoints ¶
func (o *EntityArrayEmbedded) HasDecisionEndpoints() bool
HasDecisionEndpoints returns a boolean if a field has been set.
func (EntityArrayEmbedded) MarshalJSON ¶
func (o EntityArrayEmbedded) MarshalJSON() ([]byte, error)
func (*EntityArrayEmbedded) SetApiServers ¶
func (o *EntityArrayEmbedded) SetApiServers(v []APIServer)
SetApiServers gets a reference to the given []APIServer and assigns it to the ApiServers field.
func (*EntityArrayEmbedded) SetDecisionEndpoints ¶
func (o *EntityArrayEmbedded) SetDecisionEndpoints(v []DecisionEndpoint)
SetDecisionEndpoints gets a reference to the given []DecisionEndpoint and assigns it to the DecisionEndpoints field.
func (EntityArrayEmbedded) ToMap ¶ added in v0.1.3
func (o EntityArrayEmbedded) ToMap() (map[string]interface{}, error)
type EnumAPIServerPatternType ¶
type EnumAPIServerPatternType string
EnumAPIServerPatternType A string that specifies the type of the pattern. Options are `EXACT` ( the verbatim pattern is compared against the path from the request using a case-sensitive comparison) and `PARAMETER` (the pattern is compared against the path from the request using a case-sensitive comparison, using the syntax below to encode wildcards and path segment captures.)
const ( ENUMAPISERVERPATTERNTYPE_EXACT EnumAPIServerPatternType = "EXACT" ENUMAPISERVERPATTERNTYPE_PARAMETER EnumAPIServerPatternType = "PARAMETER" )
List of EnumAPIServerPatternType
func NewEnumAPIServerPatternTypeFromValue ¶
func NewEnumAPIServerPatternTypeFromValue(v string) (*EnumAPIServerPatternType, error)
NewEnumAPIServerPatternTypeFromValue returns a pointer to a valid EnumAPIServerPatternType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumAPIServerPatternType) IsValid ¶
func (v EnumAPIServerPatternType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumAPIServerPatternType) Ptr ¶
func (v EnumAPIServerPatternType) Ptr() *EnumAPIServerPatternType
Ptr returns reference to EnumAPIServerPatternType value
func (*EnumAPIServerPatternType) UnmarshalJSON ¶
func (v *EnumAPIServerPatternType) UnmarshalJSON(src []byte) error
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type LinksHATEOAS ¶ added in v0.3.0
type LinksHATEOAS struct { Self *LinksHATEOASSelf `json:"self,omitempty"` Next *LinksHATEOASNext `json:"next,omitempty"` AdditionalProperties map[string]interface{} }
LinksHATEOAS struct for LinksHATEOAS
func NewLinksHATEOAS ¶ added in v0.3.0
func NewLinksHATEOAS() *LinksHATEOAS
NewLinksHATEOAS instantiates a new LinksHATEOAS object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLinksHATEOASWithDefaults ¶ added in v0.3.0
func NewLinksHATEOASWithDefaults() *LinksHATEOAS
NewLinksHATEOASWithDefaults instantiates a new LinksHATEOAS object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LinksHATEOAS) GetNext ¶ added in v0.3.0
func (o *LinksHATEOAS) GetNext() LinksHATEOASNext
GetNext returns the Next field value if set, zero value otherwise.
func (*LinksHATEOAS) GetNextOk ¶ added in v0.3.0
func (o *LinksHATEOAS) GetNextOk() (*LinksHATEOASNext, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LinksHATEOAS) GetSelf ¶ added in v0.3.0
func (o *LinksHATEOAS) GetSelf() LinksHATEOASSelf
GetSelf returns the Self field value if set, zero value otherwise.
func (*LinksHATEOAS) GetSelfOk ¶ added in v0.3.0
func (o *LinksHATEOAS) GetSelfOk() (*LinksHATEOASSelf, bool)
GetSelfOk returns a tuple with the Self field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LinksHATEOAS) HasNext ¶ added in v0.3.0
func (o *LinksHATEOAS) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*LinksHATEOAS) HasSelf ¶ added in v0.3.0
func (o *LinksHATEOAS) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (LinksHATEOAS) MarshalJSON ¶ added in v0.3.0
func (o LinksHATEOAS) MarshalJSON() ([]byte, error)
func (*LinksHATEOAS) SetNext ¶ added in v0.3.0
func (o *LinksHATEOAS) SetNext(v LinksHATEOASNext)
SetNext gets a reference to the given LinksHATEOASNext and assigns it to the Next field.
func (*LinksHATEOAS) SetSelf ¶ added in v0.3.0
func (o *LinksHATEOAS) SetSelf(v LinksHATEOASSelf)
SetSelf gets a reference to the given LinksHATEOASSelf and assigns it to the Self field.
func (LinksHATEOAS) ToMap ¶ added in v0.3.0
func (o LinksHATEOAS) ToMap() (map[string]interface{}, error)
func (*LinksHATEOAS) UnmarshalJSON ¶ added in v0.3.0
func (o *LinksHATEOAS) UnmarshalJSON(bytes []byte) (err error)
type LinksHATEOASNext ¶ added in v0.3.0
type LinksHATEOASNext struct { // The URI of the resource. Href *string `json:"href,omitempty"` }
LinksHATEOASNext An object that describes the next page of results. This property is present only if there is a next page of results and the `limit` parameter is used.
func NewLinksHATEOASNext ¶ added in v0.3.0
func NewLinksHATEOASNext() *LinksHATEOASNext
NewLinksHATEOASNext instantiates a new LinksHATEOASNext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLinksHATEOASNextWithDefaults ¶ added in v0.3.0
func NewLinksHATEOASNextWithDefaults() *LinksHATEOASNext
NewLinksHATEOASNextWithDefaults instantiates a new LinksHATEOASNext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LinksHATEOASNext) GetHref ¶ added in v0.3.0
func (o *LinksHATEOASNext) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*LinksHATEOASNext) GetHrefOk ¶ added in v0.3.0
func (o *LinksHATEOASNext) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LinksHATEOASNext) HasHref ¶ added in v0.3.0
func (o *LinksHATEOASNext) HasHref() bool
HasHref returns a boolean if a field has been set.
func (LinksHATEOASNext) MarshalJSON ¶ added in v0.3.0
func (o LinksHATEOASNext) MarshalJSON() ([]byte, error)
func (*LinksHATEOASNext) SetHref ¶ added in v0.3.0
func (o *LinksHATEOASNext) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (LinksHATEOASNext) ToMap ¶ added in v0.3.0
func (o LinksHATEOASNext) ToMap() (map[string]interface{}, error)
type LinksHATEOASSelf ¶ added in v0.3.0
type LinksHATEOASSelf struct { // The URI of the resource. Href *string `json:"href,omitempty"` }
LinksHATEOASSelf An object that describes the current resource.
func NewLinksHATEOASSelf ¶ added in v0.3.0
func NewLinksHATEOASSelf() *LinksHATEOASSelf
NewLinksHATEOASSelf instantiates a new LinksHATEOASSelf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLinksHATEOASSelfWithDefaults ¶ added in v0.3.0
func NewLinksHATEOASSelfWithDefaults() *LinksHATEOASSelf
NewLinksHATEOASSelfWithDefaults instantiates a new LinksHATEOASSelf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LinksHATEOASSelf) GetHref ¶ added in v0.3.0
func (o *LinksHATEOASSelf) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*LinksHATEOASSelf) GetHrefOk ¶ added in v0.3.0
func (o *LinksHATEOASSelf) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LinksHATEOASSelf) HasHref ¶ added in v0.3.0
func (o *LinksHATEOASSelf) HasHref() bool
HasHref returns a boolean if a field has been set.
func (LinksHATEOASSelf) MarshalJSON ¶ added in v0.3.0
func (o LinksHATEOASSelf) MarshalJSON() ([]byte, error)
func (*LinksHATEOASSelf) SetHref ¶ added in v0.3.0
func (o *LinksHATEOASSelf) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (LinksHATEOASSelf) ToMap ¶ added in v0.3.0
func (o LinksHATEOASSelf) ToMap() (map[string]interface{}, error)
type MappedNullable ¶ added in v0.1.3
type NullableAPIServer ¶
type NullableAPIServer struct {
// contains filtered or unexported fields
}
func NewNullableAPIServer ¶
func NewNullableAPIServer(val *APIServer) *NullableAPIServer
func (NullableAPIServer) Get ¶
func (v NullableAPIServer) Get() *APIServer
func (NullableAPIServer) IsSet ¶
func (v NullableAPIServer) IsSet() bool
func (NullableAPIServer) MarshalJSON ¶
func (v NullableAPIServer) MarshalJSON() ([]byte, error)
func (*NullableAPIServer) Set ¶
func (v *NullableAPIServer) Set(val *APIServer)
func (*NullableAPIServer) UnmarshalJSON ¶
func (v *NullableAPIServer) UnmarshalJSON(src []byte) error
func (*NullableAPIServer) Unset ¶
func (v *NullableAPIServer) Unset()
type NullableAPIServerAuthorizationServer ¶
type NullableAPIServerAuthorizationServer struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerAuthorizationServer ¶
func NewNullableAPIServerAuthorizationServer(val *APIServerAuthorizationServer) *NullableAPIServerAuthorizationServer
func (NullableAPIServerAuthorizationServer) Get ¶
func (v NullableAPIServerAuthorizationServer) Get() *APIServerAuthorizationServer
func (NullableAPIServerAuthorizationServer) IsSet ¶
func (v NullableAPIServerAuthorizationServer) IsSet() bool
func (NullableAPIServerAuthorizationServer) MarshalJSON ¶
func (v NullableAPIServerAuthorizationServer) MarshalJSON() ([]byte, error)
func (*NullableAPIServerAuthorizationServer) Set ¶
func (v *NullableAPIServerAuthorizationServer) Set(val *APIServerAuthorizationServer)
func (*NullableAPIServerAuthorizationServer) UnmarshalJSON ¶
func (v *NullableAPIServerAuthorizationServer) UnmarshalJSON(src []byte) error
func (*NullableAPIServerAuthorizationServer) Unset ¶
func (v *NullableAPIServerAuthorizationServer) Unset()
type NullableAPIServerAuthorizationServerResource ¶
type NullableAPIServerAuthorizationServerResource struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerAuthorizationServerResource ¶
func NewNullableAPIServerAuthorizationServerResource(val *APIServerAuthorizationServerResource) *NullableAPIServerAuthorizationServerResource
func (NullableAPIServerAuthorizationServerResource) IsSet ¶
func (v NullableAPIServerAuthorizationServerResource) IsSet() bool
func (NullableAPIServerAuthorizationServerResource) MarshalJSON ¶
func (v NullableAPIServerAuthorizationServerResource) MarshalJSON() ([]byte, error)
func (*NullableAPIServerAuthorizationServerResource) Set ¶
func (v *NullableAPIServerAuthorizationServerResource) Set(val *APIServerAuthorizationServerResource)
func (*NullableAPIServerAuthorizationServerResource) UnmarshalJSON ¶
func (v *NullableAPIServerAuthorizationServerResource) UnmarshalJSON(src []byte) error
func (*NullableAPIServerAuthorizationServerResource) Unset ¶
func (v *NullableAPIServerAuthorizationServerResource) 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 NullableDecisionEndpoint ¶
type NullableDecisionEndpoint struct {
// contains filtered or unexported fields
}
func NewNullableDecisionEndpoint ¶
func NewNullableDecisionEndpoint(val *DecisionEndpoint) *NullableDecisionEndpoint
func (NullableDecisionEndpoint) Get ¶
func (v NullableDecisionEndpoint) Get() *DecisionEndpoint
func (NullableDecisionEndpoint) IsSet ¶
func (v NullableDecisionEndpoint) IsSet() bool
func (NullableDecisionEndpoint) MarshalJSON ¶
func (v NullableDecisionEndpoint) MarshalJSON() ([]byte, error)
func (*NullableDecisionEndpoint) Set ¶
func (v *NullableDecisionEndpoint) Set(val *DecisionEndpoint)
func (*NullableDecisionEndpoint) UnmarshalJSON ¶
func (v *NullableDecisionEndpoint) UnmarshalJSON(src []byte) error
func (*NullableDecisionEndpoint) Unset ¶
func (v *NullableDecisionEndpoint) Unset()
type NullableDecisionEndpointAuthorizationVersion ¶
type NullableDecisionEndpointAuthorizationVersion struct {
// contains filtered or unexported fields
}
func NewNullableDecisionEndpointAuthorizationVersion ¶
func NewNullableDecisionEndpointAuthorizationVersion(val *DecisionEndpointAuthorizationVersion) *NullableDecisionEndpointAuthorizationVersion
func (NullableDecisionEndpointAuthorizationVersion) IsSet ¶
func (v NullableDecisionEndpointAuthorizationVersion) IsSet() bool
func (NullableDecisionEndpointAuthorizationVersion) MarshalJSON ¶
func (v NullableDecisionEndpointAuthorizationVersion) MarshalJSON() ([]byte, error)
func (*NullableDecisionEndpointAuthorizationVersion) Set ¶
func (v *NullableDecisionEndpointAuthorizationVersion) Set(val *DecisionEndpointAuthorizationVersion)
func (*NullableDecisionEndpointAuthorizationVersion) UnmarshalJSON ¶
func (v *NullableDecisionEndpointAuthorizationVersion) UnmarshalJSON(src []byte) error
func (*NullableDecisionEndpointAuthorizationVersion) Unset ¶
func (v *NullableDecisionEndpointAuthorizationVersion) Unset()
type NullableDecisionEndpointRecentDecisions ¶
type NullableDecisionEndpointRecentDecisions struct {
// contains filtered or unexported fields
}
func NewNullableDecisionEndpointRecentDecisions ¶
func NewNullableDecisionEndpointRecentDecisions(val *DecisionEndpointRecentDecisions) *NullableDecisionEndpointRecentDecisions
func (NullableDecisionEndpointRecentDecisions) IsSet ¶
func (v NullableDecisionEndpointRecentDecisions) IsSet() bool
func (NullableDecisionEndpointRecentDecisions) MarshalJSON ¶
func (v NullableDecisionEndpointRecentDecisions) MarshalJSON() ([]byte, error)
func (*NullableDecisionEndpointRecentDecisions) Set ¶
func (v *NullableDecisionEndpointRecentDecisions) Set(val *DecisionEndpointRecentDecisions)
func (*NullableDecisionEndpointRecentDecisions) UnmarshalJSON ¶
func (v *NullableDecisionEndpointRecentDecisions) UnmarshalJSON(src []byte) error
func (*NullableDecisionEndpointRecentDecisions) Unset ¶
func (v *NullableDecisionEndpointRecentDecisions) Unset()
type NullableEntityArray ¶
type NullableEntityArray struct {
// contains filtered or unexported fields
}
func NewNullableEntityArray ¶
func NewNullableEntityArray(val *EntityArray) *NullableEntityArray
func (NullableEntityArray) Get ¶
func (v NullableEntityArray) Get() *EntityArray
func (NullableEntityArray) IsSet ¶
func (v NullableEntityArray) IsSet() bool
func (NullableEntityArray) MarshalJSON ¶
func (v NullableEntityArray) MarshalJSON() ([]byte, error)
func (*NullableEntityArray) Set ¶
func (v *NullableEntityArray) Set(val *EntityArray)
func (*NullableEntityArray) UnmarshalJSON ¶
func (v *NullableEntityArray) UnmarshalJSON(src []byte) error
func (*NullableEntityArray) Unset ¶
func (v *NullableEntityArray) Unset()
type NullableEntityArrayEmbedded ¶
type NullableEntityArrayEmbedded struct {
// contains filtered or unexported fields
}
func NewNullableEntityArrayEmbedded ¶
func NewNullableEntityArrayEmbedded(val *EntityArrayEmbedded) *NullableEntityArrayEmbedded
func (NullableEntityArrayEmbedded) Get ¶
func (v NullableEntityArrayEmbedded) Get() *EntityArrayEmbedded
func (NullableEntityArrayEmbedded) IsSet ¶
func (v NullableEntityArrayEmbedded) IsSet() bool
func (NullableEntityArrayEmbedded) MarshalJSON ¶
func (v NullableEntityArrayEmbedded) MarshalJSON() ([]byte, error)
func (*NullableEntityArrayEmbedded) Set ¶
func (v *NullableEntityArrayEmbedded) Set(val *EntityArrayEmbedded)
func (*NullableEntityArrayEmbedded) UnmarshalJSON ¶
func (v *NullableEntityArrayEmbedded) UnmarshalJSON(src []byte) error
func (*NullableEntityArrayEmbedded) Unset ¶
func (v *NullableEntityArrayEmbedded) Unset()
type NullableEnumAPIServerPatternType ¶
type NullableEnumAPIServerPatternType struct {
// contains filtered or unexported fields
}
func NewNullableEnumAPIServerPatternType ¶
func NewNullableEnumAPIServerPatternType(val *EnumAPIServerPatternType) *NullableEnumAPIServerPatternType
func (NullableEnumAPIServerPatternType) Get ¶
func (v NullableEnumAPIServerPatternType) Get() *EnumAPIServerPatternType
func (NullableEnumAPIServerPatternType) IsSet ¶
func (v NullableEnumAPIServerPatternType) IsSet() bool
func (NullableEnumAPIServerPatternType) MarshalJSON ¶
func (v NullableEnumAPIServerPatternType) MarshalJSON() ([]byte, error)
func (*NullableEnumAPIServerPatternType) Set ¶
func (v *NullableEnumAPIServerPatternType) Set(val *EnumAPIServerPatternType)
func (*NullableEnumAPIServerPatternType) UnmarshalJSON ¶
func (v *NullableEnumAPIServerPatternType) UnmarshalJSON(src []byte) error
func (*NullableEnumAPIServerPatternType) Unset ¶
func (v *NullableEnumAPIServerPatternType) 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 NullableLinksHATEOAS ¶ added in v0.3.0
type NullableLinksHATEOAS struct {
// contains filtered or unexported fields
}
func NewNullableLinksHATEOAS ¶ added in v0.3.0
func NewNullableLinksHATEOAS(val *LinksHATEOAS) *NullableLinksHATEOAS
func (NullableLinksHATEOAS) Get ¶ added in v0.3.0
func (v NullableLinksHATEOAS) Get() *LinksHATEOAS
func (NullableLinksHATEOAS) IsSet ¶ added in v0.3.0
func (v NullableLinksHATEOAS) IsSet() bool
func (NullableLinksHATEOAS) MarshalJSON ¶ added in v0.3.0
func (v NullableLinksHATEOAS) MarshalJSON() ([]byte, error)
func (*NullableLinksHATEOAS) Set ¶ added in v0.3.0
func (v *NullableLinksHATEOAS) Set(val *LinksHATEOAS)
func (*NullableLinksHATEOAS) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableLinksHATEOAS) UnmarshalJSON(src []byte) error
func (*NullableLinksHATEOAS) Unset ¶ added in v0.3.0
func (v *NullableLinksHATEOAS) Unset()
type NullableLinksHATEOASNext ¶ added in v0.3.0
type NullableLinksHATEOASNext struct {
// contains filtered or unexported fields
}
func NewNullableLinksHATEOASNext ¶ added in v0.3.0
func NewNullableLinksHATEOASNext(val *LinksHATEOASNext) *NullableLinksHATEOASNext
func (NullableLinksHATEOASNext) Get ¶ added in v0.3.0
func (v NullableLinksHATEOASNext) Get() *LinksHATEOASNext
func (NullableLinksHATEOASNext) IsSet ¶ added in v0.3.0
func (v NullableLinksHATEOASNext) IsSet() bool
func (NullableLinksHATEOASNext) MarshalJSON ¶ added in v0.3.0
func (v NullableLinksHATEOASNext) MarshalJSON() ([]byte, error)
func (*NullableLinksHATEOASNext) Set ¶ added in v0.3.0
func (v *NullableLinksHATEOASNext) Set(val *LinksHATEOASNext)
func (*NullableLinksHATEOASNext) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableLinksHATEOASNext) UnmarshalJSON(src []byte) error
func (*NullableLinksHATEOASNext) Unset ¶ added in v0.3.0
func (v *NullableLinksHATEOASNext) Unset()
type NullableLinksHATEOASSelf ¶ added in v0.3.0
type NullableLinksHATEOASSelf struct {
// contains filtered or unexported fields
}
func NewNullableLinksHATEOASSelf ¶ added in v0.3.0
func NewNullableLinksHATEOASSelf(val *LinksHATEOASSelf) *NullableLinksHATEOASSelf
func (NullableLinksHATEOASSelf) Get ¶ added in v0.3.0
func (v NullableLinksHATEOASSelf) Get() *LinksHATEOASSelf
func (NullableLinksHATEOASSelf) IsSet ¶ added in v0.3.0
func (v NullableLinksHATEOASSelf) IsSet() bool
func (NullableLinksHATEOASSelf) MarshalJSON ¶ added in v0.3.0
func (v NullableLinksHATEOASSelf) MarshalJSON() ([]byte, error)
func (*NullableLinksHATEOASSelf) Set ¶ added in v0.3.0
func (v *NullableLinksHATEOASSelf) Set(val *LinksHATEOASSelf)
func (*NullableLinksHATEOASSelf) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableLinksHATEOASSelf) UnmarshalJSON(src []byte) error
func (*NullableLinksHATEOASSelf) Unset ¶ added in v0.3.0
func (v *NullableLinksHATEOASSelf) Unset()
type NullableObjectApplication ¶
type NullableObjectApplication struct {
// contains filtered or unexported fields
}
func NewNullableObjectApplication ¶
func NewNullableObjectApplication(val *ObjectApplication) *NullableObjectApplication
func (NullableObjectApplication) Get ¶
func (v NullableObjectApplication) Get() *ObjectApplication
func (NullableObjectApplication) IsSet ¶
func (v NullableObjectApplication) IsSet() bool
func (NullableObjectApplication) MarshalJSON ¶
func (v NullableObjectApplication) MarshalJSON() ([]byte, error)
func (*NullableObjectApplication) Set ¶
func (v *NullableObjectApplication) Set(val *ObjectApplication)
func (*NullableObjectApplication) UnmarshalJSON ¶
func (v *NullableObjectApplication) UnmarshalJSON(src []byte) error
func (*NullableObjectApplication) Unset ¶
func (v *NullableObjectApplication) Unset()
type NullableObjectEnvironment ¶
type NullableObjectEnvironment struct {
// contains filtered or unexported fields
}
func NewNullableObjectEnvironment ¶
func NewNullableObjectEnvironment(val *ObjectEnvironment) *NullableObjectEnvironment
func (NullableObjectEnvironment) Get ¶
func (v NullableObjectEnvironment) Get() *ObjectEnvironment
func (NullableObjectEnvironment) IsSet ¶
func (v NullableObjectEnvironment) IsSet() bool
func (NullableObjectEnvironment) MarshalJSON ¶
func (v NullableObjectEnvironment) MarshalJSON() ([]byte, error)
func (*NullableObjectEnvironment) Set ¶
func (v *NullableObjectEnvironment) Set(val *ObjectEnvironment)
func (*NullableObjectEnvironment) UnmarshalJSON ¶
func (v *NullableObjectEnvironment) UnmarshalJSON(src []byte) error
func (*NullableObjectEnvironment) Unset ¶
func (v *NullableObjectEnvironment) Unset()
type NullableObjectOrganization ¶
type NullableObjectOrganization struct {
// contains filtered or unexported fields
}
func NewNullableObjectOrganization ¶
func NewNullableObjectOrganization(val *ObjectOrganization) *NullableObjectOrganization
func (NullableObjectOrganization) Get ¶
func (v NullableObjectOrganization) Get() *ObjectOrganization
func (NullableObjectOrganization) IsSet ¶
func (v NullableObjectOrganization) IsSet() bool
func (NullableObjectOrganization) MarshalJSON ¶
func (v NullableObjectOrganization) MarshalJSON() ([]byte, error)
func (*NullableObjectOrganization) Set ¶
func (v *NullableObjectOrganization) Set(val *ObjectOrganization)
func (*NullableObjectOrganization) UnmarshalJSON ¶
func (v *NullableObjectOrganization) UnmarshalJSON(src []byte) error
func (*NullableObjectOrganization) Unset ¶
func (v *NullableObjectOrganization) Unset()
type NullableObjectPopulation ¶
type NullableObjectPopulation struct {
// contains filtered or unexported fields
}
func NewNullableObjectPopulation ¶
func NewNullableObjectPopulation(val *ObjectPopulation) *NullableObjectPopulation
func (NullableObjectPopulation) Get ¶
func (v NullableObjectPopulation) Get() *ObjectPopulation
func (NullableObjectPopulation) IsSet ¶
func (v NullableObjectPopulation) IsSet() bool
func (NullableObjectPopulation) MarshalJSON ¶
func (v NullableObjectPopulation) MarshalJSON() ([]byte, error)
func (*NullableObjectPopulation) Set ¶
func (v *NullableObjectPopulation) Set(val *ObjectPopulation)
func (*NullableObjectPopulation) UnmarshalJSON ¶
func (v *NullableObjectPopulation) UnmarshalJSON(src []byte) error
func (*NullableObjectPopulation) Unset ¶
func (v *NullableObjectPopulation) Unset()
type NullableP1Error ¶
type NullableP1Error struct {
// contains filtered or unexported fields
}
func NewNullableP1Error ¶
func NewNullableP1Error(val *P1Error) *NullableP1Error
func (NullableP1Error) Get ¶
func (v NullableP1Error) Get() *P1Error
func (NullableP1Error) IsSet ¶
func (v NullableP1Error) IsSet() bool
func (NullableP1Error) MarshalJSON ¶
func (v NullableP1Error) MarshalJSON() ([]byte, error)
func (*NullableP1Error) Set ¶
func (v *NullableP1Error) Set(val *P1Error)
func (*NullableP1Error) UnmarshalJSON ¶
func (v *NullableP1Error) UnmarshalJSON(src []byte) error
func (*NullableP1Error) Unset ¶
func (v *NullableP1Error) Unset()
type NullableP1ErrorDetailsInner ¶
type NullableP1ErrorDetailsInner struct {
// contains filtered or unexported fields
}
func NewNullableP1ErrorDetailsInner ¶
func NewNullableP1ErrorDetailsInner(val *P1ErrorDetailsInner) *NullableP1ErrorDetailsInner
func (NullableP1ErrorDetailsInner) Get ¶
func (v NullableP1ErrorDetailsInner) Get() *P1ErrorDetailsInner
func (NullableP1ErrorDetailsInner) IsSet ¶
func (v NullableP1ErrorDetailsInner) IsSet() bool
func (NullableP1ErrorDetailsInner) MarshalJSON ¶
func (v NullableP1ErrorDetailsInner) MarshalJSON() ([]byte, error)
func (*NullableP1ErrorDetailsInner) Set ¶
func (v *NullableP1ErrorDetailsInner) Set(val *P1ErrorDetailsInner)
func (*NullableP1ErrorDetailsInner) UnmarshalJSON ¶
func (v *NullableP1ErrorDetailsInner) UnmarshalJSON(src []byte) error
func (*NullableP1ErrorDetailsInner) Unset ¶
func (v *NullableP1ErrorDetailsInner) Unset()
type NullableP1ErrorDetailsInnerInnerError ¶
type NullableP1ErrorDetailsInnerInnerError struct {
// contains filtered or unexported fields
}
func NewNullableP1ErrorDetailsInnerInnerError ¶
func NewNullableP1ErrorDetailsInnerInnerError(val *P1ErrorDetailsInnerInnerError) *NullableP1ErrorDetailsInnerInnerError
func (NullableP1ErrorDetailsInnerInnerError) Get ¶
func (v NullableP1ErrorDetailsInnerInnerError) Get() *P1ErrorDetailsInnerInnerError
func (NullableP1ErrorDetailsInnerInnerError) IsSet ¶
func (v NullableP1ErrorDetailsInnerInnerError) IsSet() bool
func (NullableP1ErrorDetailsInnerInnerError) MarshalJSON ¶
func (v NullableP1ErrorDetailsInnerInnerError) MarshalJSON() ([]byte, error)
func (*NullableP1ErrorDetailsInnerInnerError) Set ¶
func (v *NullableP1ErrorDetailsInnerInnerError) Set(val *P1ErrorDetailsInnerInnerError)
func (*NullableP1ErrorDetailsInnerInnerError) UnmarshalJSON ¶
func (v *NullableP1ErrorDetailsInnerInnerError) UnmarshalJSON(src []byte) error
func (*NullableP1ErrorDetailsInnerInnerError) Unset ¶
func (v *NullableP1ErrorDetailsInnerInnerError) 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 ObjectApplication ¶
type ObjectApplication struct { // A string that specifies the application resource ID associated with the object. Id *string `json:"id,omitempty"` }
ObjectApplication struct for ObjectApplication
func NewObjectApplication ¶
func NewObjectApplication() *ObjectApplication
NewObjectApplication instantiates a new ObjectApplication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObjectApplicationWithDefaults ¶
func NewObjectApplicationWithDefaults() *ObjectApplication
NewObjectApplicationWithDefaults instantiates a new ObjectApplication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObjectApplication) GetId ¶
func (o *ObjectApplication) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ObjectApplication) GetIdOk ¶
func (o *ObjectApplication) 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 (*ObjectApplication) HasId ¶
func (o *ObjectApplication) HasId() bool
HasId returns a boolean if a field has been set.
func (ObjectApplication) MarshalJSON ¶
func (o ObjectApplication) MarshalJSON() ([]byte, error)
func (*ObjectApplication) SetId ¶
func (o *ObjectApplication) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (ObjectApplication) ToMap ¶ added in v0.1.3
func (o ObjectApplication) ToMap() (map[string]interface{}, error)
type ObjectEnvironment ¶
type ObjectEnvironment struct { // A string that specifies the environment associated with the object. Id *string `json:"id,omitempty"` }
ObjectEnvironment struct for ObjectEnvironment
func NewObjectEnvironment ¶
func NewObjectEnvironment() *ObjectEnvironment
NewObjectEnvironment instantiates a new ObjectEnvironment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObjectEnvironmentWithDefaults ¶
func NewObjectEnvironmentWithDefaults() *ObjectEnvironment
NewObjectEnvironmentWithDefaults instantiates a new ObjectEnvironment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObjectEnvironment) GetId ¶
func (o *ObjectEnvironment) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ObjectEnvironment) GetIdOk ¶
func (o *ObjectEnvironment) 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 (*ObjectEnvironment) HasId ¶
func (o *ObjectEnvironment) HasId() bool
HasId returns a boolean if a field has been set.
func (ObjectEnvironment) MarshalJSON ¶
func (o ObjectEnvironment) MarshalJSON() ([]byte, error)
func (*ObjectEnvironment) SetId ¶
func (o *ObjectEnvironment) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (ObjectEnvironment) ToMap ¶ added in v0.1.3
func (o ObjectEnvironment) ToMap() (map[string]interface{}, error)
type ObjectOrganization ¶
type ObjectOrganization struct { // A string that specifies the organization associated with the object. Id *string `json:"id,omitempty"` }
ObjectOrganization struct for ObjectOrganization
func NewObjectOrganization ¶
func NewObjectOrganization() *ObjectOrganization
NewObjectOrganization instantiates a new ObjectOrganization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObjectOrganizationWithDefaults ¶
func NewObjectOrganizationWithDefaults() *ObjectOrganization
NewObjectOrganizationWithDefaults instantiates a new ObjectOrganization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObjectOrganization) GetId ¶
func (o *ObjectOrganization) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ObjectOrganization) GetIdOk ¶
func (o *ObjectOrganization) 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 (*ObjectOrganization) HasId ¶
func (o *ObjectOrganization) HasId() bool
HasId returns a boolean if a field has been set.
func (ObjectOrganization) MarshalJSON ¶
func (o ObjectOrganization) MarshalJSON() ([]byte, error)
func (*ObjectOrganization) SetId ¶
func (o *ObjectOrganization) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (ObjectOrganization) ToMap ¶ added in v0.1.3
func (o ObjectOrganization) ToMap() (map[string]interface{}, error)
type ObjectPopulation ¶
type ObjectPopulation struct { // A string that specifies the population associated with the object. Id *string `json:"id,omitempty"` }
ObjectPopulation struct for ObjectPopulation
func NewObjectPopulation ¶
func NewObjectPopulation() *ObjectPopulation
NewObjectPopulation instantiates a new ObjectPopulation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObjectPopulationWithDefaults ¶
func NewObjectPopulationWithDefaults() *ObjectPopulation
NewObjectPopulationWithDefaults instantiates a new ObjectPopulation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObjectPopulation) GetId ¶
func (o *ObjectPopulation) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ObjectPopulation) GetIdOk ¶
func (o *ObjectPopulation) 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 (*ObjectPopulation) HasId ¶
func (o *ObjectPopulation) HasId() bool
HasId returns a boolean if a field has been set.
func (ObjectPopulation) MarshalJSON ¶
func (o ObjectPopulation) MarshalJSON() ([]byte, error)
func (*ObjectPopulation) SetId ¶
func (o *ObjectPopulation) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (ObjectPopulation) ToMap ¶ added in v0.1.3
func (o ObjectPopulation) ToMap() (map[string]interface{}, error)
type P1Error ¶
type P1Error struct { // A unique identifier that is stored in log files and always included in an error response. This value can be used to track the error received by the client, with server-side activity included for troubleshooting purposes. Id *string `json:"id,omitempty"` // A general fault code which the client must handle to provide all exception handling routines and to localize messages for users. This code is common across all PingOne services and is human readable (such as a defined constant rather than a number). Code *string `json:"code,omitempty"` // A short description of the error. This message is intended to assist with debugging and is returned in English only. Message *string `json:"message,omitempty"` // Additional details about the error. Optional information to help resolve the error and to display to users. Details []P1ErrorDetailsInner `json:"details,omitempty"` }
P1Error struct for P1Error
func NewP1Error ¶
func NewP1Error() *P1Error
NewP1Error instantiates a new P1Error object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewP1ErrorWithDefaults ¶
func NewP1ErrorWithDefaults() *P1Error
NewP1ErrorWithDefaults instantiates a new P1Error object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*P1Error) GetCodeOk ¶
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1Error) GetDetails ¶
func (o *P1Error) GetDetails() []P1ErrorDetailsInner
GetDetails returns the Details field value if set, zero value otherwise.
func (*P1Error) GetDetailsOk ¶
func (o *P1Error) GetDetailsOk() ([]P1ErrorDetailsInner, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1Error) GetIdOk ¶
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 (*P1Error) GetMessage ¶
GetMessage returns the Message field value if set, zero value otherwise.
func (*P1Error) GetMessageOk ¶
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1Error) HasDetails ¶
HasDetails returns a boolean if a field has been set.
func (*P1Error) HasMessage ¶
HasMessage returns a boolean if a field has been set.
func (P1Error) MarshalJSON ¶
func (*P1Error) SetCode ¶
SetCode gets a reference to the given string and assigns it to the Code field.
func (*P1Error) SetDetails ¶
func (o *P1Error) SetDetails(v []P1ErrorDetailsInner)
SetDetails gets a reference to the given []P1ErrorDetailsInner and assigns it to the Details field.
func (*P1Error) SetMessage ¶
SetMessage gets a reference to the given string and assigns it to the Message field.
type P1ErrorDetailsInner ¶
type P1ErrorDetailsInner struct { // A general fault code which the client must handle to provide all exception handling routines and to localize messages for users. This code is common across all PingOne services and is human readable (such as a defined constant rather than a number). Code *string `json:"code,omitempty"` // The item that caused the error (such as a form field ID or an attribute inside a JSON object). Target *string `json:"target,omitempty"` // A short description of the error. This message is intended to assist with debugging and is returned in English only. Message *string `json:"message,omitempty"` InnerError *P1ErrorDetailsInnerInnerError `json:"innerError,omitempty"` }
P1ErrorDetailsInner struct for P1ErrorDetailsInner
func NewP1ErrorDetailsInner ¶
func NewP1ErrorDetailsInner() *P1ErrorDetailsInner
NewP1ErrorDetailsInner instantiates a new P1ErrorDetailsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewP1ErrorDetailsInnerWithDefaults ¶
func NewP1ErrorDetailsInnerWithDefaults() *P1ErrorDetailsInner
NewP1ErrorDetailsInnerWithDefaults instantiates a new P1ErrorDetailsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*P1ErrorDetailsInner) GetCode ¶
func (o *P1ErrorDetailsInner) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*P1ErrorDetailsInner) GetCodeOk ¶
func (o *P1ErrorDetailsInner) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInner) GetInnerError ¶
func (o *P1ErrorDetailsInner) GetInnerError() P1ErrorDetailsInnerInnerError
GetInnerError returns the InnerError field value if set, zero value otherwise.
func (*P1ErrorDetailsInner) GetInnerErrorOk ¶
func (o *P1ErrorDetailsInner) GetInnerErrorOk() (*P1ErrorDetailsInnerInnerError, bool)
GetInnerErrorOk returns a tuple with the InnerError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInner) GetMessage ¶
func (o *P1ErrorDetailsInner) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*P1ErrorDetailsInner) GetMessageOk ¶
func (o *P1ErrorDetailsInner) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInner) GetTarget ¶
func (o *P1ErrorDetailsInner) GetTarget() string
GetTarget returns the Target field value if set, zero value otherwise.
func (*P1ErrorDetailsInner) GetTargetOk ¶
func (o *P1ErrorDetailsInner) GetTargetOk() (*string, bool)
GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInner) HasCode ¶
func (o *P1ErrorDetailsInner) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*P1ErrorDetailsInner) HasInnerError ¶
func (o *P1ErrorDetailsInner) HasInnerError() bool
HasInnerError returns a boolean if a field has been set.
func (*P1ErrorDetailsInner) HasMessage ¶
func (o *P1ErrorDetailsInner) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*P1ErrorDetailsInner) HasTarget ¶
func (o *P1ErrorDetailsInner) HasTarget() bool
HasTarget returns a boolean if a field has been set.
func (P1ErrorDetailsInner) MarshalJSON ¶
func (o P1ErrorDetailsInner) MarshalJSON() ([]byte, error)
func (*P1ErrorDetailsInner) SetCode ¶
func (o *P1ErrorDetailsInner) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*P1ErrorDetailsInner) SetInnerError ¶
func (o *P1ErrorDetailsInner) SetInnerError(v P1ErrorDetailsInnerInnerError)
SetInnerError gets a reference to the given P1ErrorDetailsInnerInnerError and assigns it to the InnerError field.
func (*P1ErrorDetailsInner) SetMessage ¶
func (o *P1ErrorDetailsInner) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*P1ErrorDetailsInner) SetTarget ¶
func (o *P1ErrorDetailsInner) SetTarget(v string)
SetTarget gets a reference to the given string and assigns it to the Target field.
func (P1ErrorDetailsInner) ToMap ¶ added in v0.1.3
func (o P1ErrorDetailsInner) ToMap() (map[string]interface{}, error)
type P1ErrorDetailsInnerInnerError ¶
type P1ErrorDetailsInnerInnerError struct { // Errors that failed due to range violation. This attribute represents the minimum value of the range. RangeMinimumValue *int32 `json:"rangeMinimumValue,omitempty"` // The maximum range or value of an attribute. RangeMaximumValue *int32 `json:"rangeMaximumValue,omitempty"` // A regex pattern describing an acceptable input pattern. AllowedPattern *string `json:"allowedPattern,omitempty"` // A list describing acceptable values. AllowedValues []string `json:"allowedValues,omitempty"` // The maximum value allowed for the request. MaximumValue *int32 `json:"maximumValue,omitempty"` }
P1ErrorDetailsInnerInnerError Additional details to help the client developer resolve the fault (primarily for UI validation reasons).
func NewP1ErrorDetailsInnerInnerError ¶
func NewP1ErrorDetailsInnerInnerError() *P1ErrorDetailsInnerInnerError
NewP1ErrorDetailsInnerInnerError instantiates a new P1ErrorDetailsInnerInnerError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewP1ErrorDetailsInnerInnerErrorWithDefaults ¶
func NewP1ErrorDetailsInnerInnerErrorWithDefaults() *P1ErrorDetailsInnerInnerError
NewP1ErrorDetailsInnerInnerErrorWithDefaults instantiates a new P1ErrorDetailsInnerInnerError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*P1ErrorDetailsInnerInnerError) GetAllowedPattern ¶
func (o *P1ErrorDetailsInnerInnerError) GetAllowedPattern() string
GetAllowedPattern returns the AllowedPattern field value if set, zero value otherwise.
func (*P1ErrorDetailsInnerInnerError) GetAllowedPatternOk ¶
func (o *P1ErrorDetailsInnerInnerError) GetAllowedPatternOk() (*string, bool)
GetAllowedPatternOk returns a tuple with the AllowedPattern field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInnerInnerError) GetAllowedValues ¶
func (o *P1ErrorDetailsInnerInnerError) GetAllowedValues() []string
GetAllowedValues returns the AllowedValues field value if set, zero value otherwise.
func (*P1ErrorDetailsInnerInnerError) GetAllowedValuesOk ¶
func (o *P1ErrorDetailsInnerInnerError) GetAllowedValuesOk() ([]string, bool)
GetAllowedValuesOk returns a tuple with the AllowedValues field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInnerInnerError) GetMaximumValue ¶
func (o *P1ErrorDetailsInnerInnerError) GetMaximumValue() int32
GetMaximumValue returns the MaximumValue field value if set, zero value otherwise.
func (*P1ErrorDetailsInnerInnerError) GetMaximumValueOk ¶
func (o *P1ErrorDetailsInnerInnerError) GetMaximumValueOk() (*int32, bool)
GetMaximumValueOk returns a tuple with the MaximumValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInnerInnerError) GetRangeMaximumValue ¶
func (o *P1ErrorDetailsInnerInnerError) GetRangeMaximumValue() int32
GetRangeMaximumValue returns the RangeMaximumValue field value if set, zero value otherwise.
func (*P1ErrorDetailsInnerInnerError) GetRangeMaximumValueOk ¶
func (o *P1ErrorDetailsInnerInnerError) GetRangeMaximumValueOk() (*int32, bool)
GetRangeMaximumValueOk returns a tuple with the RangeMaximumValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInnerInnerError) GetRangeMinimumValue ¶
func (o *P1ErrorDetailsInnerInnerError) GetRangeMinimumValue() int32
GetRangeMinimumValue returns the RangeMinimumValue field value if set, zero value otherwise.
func (*P1ErrorDetailsInnerInnerError) GetRangeMinimumValueOk ¶
func (o *P1ErrorDetailsInnerInnerError) GetRangeMinimumValueOk() (*int32, bool)
GetRangeMinimumValueOk returns a tuple with the RangeMinimumValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInnerInnerError) HasAllowedPattern ¶
func (o *P1ErrorDetailsInnerInnerError) HasAllowedPattern() bool
HasAllowedPattern returns a boolean if a field has been set.
func (*P1ErrorDetailsInnerInnerError) HasAllowedValues ¶
func (o *P1ErrorDetailsInnerInnerError) HasAllowedValues() bool
HasAllowedValues returns a boolean if a field has been set.
func (*P1ErrorDetailsInnerInnerError) HasMaximumValue ¶
func (o *P1ErrorDetailsInnerInnerError) HasMaximumValue() bool
HasMaximumValue returns a boolean if a field has been set.
func (*P1ErrorDetailsInnerInnerError) HasRangeMaximumValue ¶
func (o *P1ErrorDetailsInnerInnerError) HasRangeMaximumValue() bool
HasRangeMaximumValue returns a boolean if a field has been set.
func (*P1ErrorDetailsInnerInnerError) HasRangeMinimumValue ¶
func (o *P1ErrorDetailsInnerInnerError) HasRangeMinimumValue() bool
HasRangeMinimumValue returns a boolean if a field has been set.
func (P1ErrorDetailsInnerInnerError) MarshalJSON ¶
func (o P1ErrorDetailsInnerInnerError) MarshalJSON() ([]byte, error)
func (*P1ErrorDetailsInnerInnerError) SetAllowedPattern ¶
func (o *P1ErrorDetailsInnerInnerError) SetAllowedPattern(v string)
SetAllowedPattern gets a reference to the given string and assigns it to the AllowedPattern field.
func (*P1ErrorDetailsInnerInnerError) SetAllowedValues ¶
func (o *P1ErrorDetailsInnerInnerError) SetAllowedValues(v []string)
SetAllowedValues gets a reference to the given []string and assigns it to the AllowedValues field.
func (*P1ErrorDetailsInnerInnerError) SetMaximumValue ¶
func (o *P1ErrorDetailsInnerInnerError) SetMaximumValue(v int32)
SetMaximumValue gets a reference to the given int32 and assigns it to the MaximumValue field.
func (*P1ErrorDetailsInnerInnerError) SetRangeMaximumValue ¶
func (o *P1ErrorDetailsInnerInnerError) SetRangeMaximumValue(v int32)
SetRangeMaximumValue gets a reference to the given int32 and assigns it to the RangeMaximumValue field.
func (*P1ErrorDetailsInnerInnerError) SetRangeMinimumValue ¶
func (o *P1ErrorDetailsInnerInnerError) SetRangeMinimumValue(v int32)
SetRangeMinimumValue gets a reference to the given int32 and assigns it to the RangeMinimumValue field.
func (P1ErrorDetailsInnerInnerError) ToMap ¶ added in v0.1.3
func (o P1ErrorDetailsInnerInnerError) ToMap() (map[string]interface{}, error)
type PolicyDecisionManagementApiService ¶
type PolicyDecisionManagementApiService service
PolicyDecisionManagementApiService PolicyDecisionManagementApi service
func (*PolicyDecisionManagementApiService) CreateDecisionEndpoint ¶
func (a *PolicyDecisionManagementApiService) CreateDecisionEndpoint(ctx context.Context, environmentID string) ApiCreateDecisionEndpointRequest
CreateDecisionEndpoint CREATE Decision Endpoint
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @return ApiCreateDecisionEndpointRequest
func (*PolicyDecisionManagementApiService) CreateDecisionEndpointExecute ¶
func (a *PolicyDecisionManagementApiService) CreateDecisionEndpointExecute(r ApiCreateDecisionEndpointRequest) (*DecisionEndpoint, *http.Response, error)
Execute executes the request
@return DecisionEndpoint
func (*PolicyDecisionManagementApiService) DeleteDecisionEndpoint ¶
func (a *PolicyDecisionManagementApiService) DeleteDecisionEndpoint(ctx context.Context, environmentID string, decisionEndpointID string) ApiDeleteDecisionEndpointRequest
DeleteDecisionEndpoint DELETE Decision Endpoint
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param decisionEndpointID @return ApiDeleteDecisionEndpointRequest
func (*PolicyDecisionManagementApiService) DeleteDecisionEndpointExecute ¶
func (a *PolicyDecisionManagementApiService) DeleteDecisionEndpointExecute(r ApiDeleteDecisionEndpointRequest) (*http.Response, error)
Execute executes the request
func (*PolicyDecisionManagementApiService) ReadAllDecisionEndpoints ¶
func (a *PolicyDecisionManagementApiService) ReadAllDecisionEndpoints(ctx context.Context, environmentID string) ApiReadAllDecisionEndpointsRequest
ReadAllDecisionEndpoints READ All Decision Endpoints
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @return ApiReadAllDecisionEndpointsRequest
func (*PolicyDecisionManagementApiService) ReadAllDecisionEndpointsExecute ¶
func (a *PolicyDecisionManagementApiService) ReadAllDecisionEndpointsExecute(r ApiReadAllDecisionEndpointsRequest) (*EntityArray, *http.Response, error)
Execute executes the request
@return EntityArray
func (*PolicyDecisionManagementApiService) ReadOneDecisionEndpoint ¶
func (a *PolicyDecisionManagementApiService) ReadOneDecisionEndpoint(ctx context.Context, environmentID string, decisionEndpointID string) ApiReadOneDecisionEndpointRequest
ReadOneDecisionEndpoint READ One Decision Endpoint
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param decisionEndpointID @return ApiReadOneDecisionEndpointRequest
func (*PolicyDecisionManagementApiService) ReadOneDecisionEndpointExecute ¶
func (a *PolicyDecisionManagementApiService) ReadOneDecisionEndpointExecute(r ApiReadOneDecisionEndpointRequest) (*DecisionEndpoint, *http.Response, error)
Execute executes the request
@return DecisionEndpoint
func (*PolicyDecisionManagementApiService) UpdateDecisionEndpoint ¶
func (a *PolicyDecisionManagementApiService) UpdateDecisionEndpoint(ctx context.Context, environmentID string, decisionEndpointID string) ApiUpdateDecisionEndpointRequest
UpdateDecisionEndpoint UPDATE Decision Endpoint
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param decisionEndpointID @return ApiUpdateDecisionEndpointRequest
func (*PolicyDecisionManagementApiService) UpdateDecisionEndpointExecute ¶
func (a *PolicyDecisionManagementApiService) UpdateDecisionEndpointExecute(r ApiUpdateDecisionEndpointRequest) (*DecisionEndpoint, *http.Response, error)
Execute executes the request
@return DecisionEndpoint
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
Source Files ¶
- api_api_servers.go
- api_policy_decision_management.go
- client.go
- client_ext.go
- configuration.go
- model_api_server.go
- model_api_server_authorization_server.go
- model_api_server_authorization_server_resource.go
- model_decision_endpoint.go
- model_decision_endpoint_authorization_version.go
- model_decision_endpoint_recent_decisions.go
- model_entity_array.go
- model_entity_array__embedded.go
- model_enum_api_server_pattern_type.go
- model_links_hateoas.go
- model_links_hateoas_next.go
- model_links_hateoas_self.go
- model_object_application.go
- model_object_environment.go
- model_object_organization.go
- model_object_population.go
- model_p1_error.go
- model_p1_error_details_inner.go
- model_p1_error_details_inner_inner_error.go
- response.go
- utils.go