Documentation ¶
Index ¶
- Constants
- 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) GetAccessControl() APIServerAccessControl
- func (o *APIServer) GetAccessControlOk() (*APIServerAccessControl, bool)
- 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) GetDirectory() APIServerDirectory
- func (o *APIServer) GetDirectoryOk() (*APIServerDirectory, bool)
- func (o *APIServer) GetId() string
- func (o *APIServer) GetIdOk() (*string, bool)
- func (o *APIServer) GetLinks() map[string]LinksHATEOASValue
- func (o *APIServer) GetLinksOk() (*map[string]LinksHATEOASValue, bool)
- func (o *APIServer) GetName() string
- func (o *APIServer) GetNameOk() (*string, bool)
- func (o *APIServer) GetPolicy() APIServerPolicy
- func (o *APIServer) GetPolicyOk() (*APIServerPolicy, bool)
- func (o *APIServer) HasAccessControl() bool
- func (o *APIServer) HasDirectory() bool
- func (o *APIServer) HasId() bool
- func (o *APIServer) HasLinks() bool
- func (o *APIServer) HasPolicy() bool
- func (o APIServer) MarshalJSON() ([]byte, error)
- func (o *APIServer) SetAccessControl(v APIServerAccessControl)
- func (o *APIServer) SetAuthorizationServer(v APIServerAuthorizationServer)
- func (o *APIServer) SetBaseUrls(v []string)
- func (o *APIServer) SetDirectory(v APIServerDirectory)
- func (o *APIServer) SetId(v string)
- func (o *APIServer) SetLinks(v map[string]LinksHATEOASValue)
- func (o *APIServer) SetName(v string)
- func (o *APIServer) SetPolicy(v APIServerPolicy)
- func (o APIServer) ToMap() (map[string]interface{}, error)
- type APIServerAccessControl
- func (o *APIServerAccessControl) GetCustom() APIServerAccessControlCustom
- func (o *APIServerAccessControl) GetCustomOk() (*APIServerAccessControlCustom, bool)
- func (o *APIServerAccessControl) HasCustom() bool
- func (o APIServerAccessControl) MarshalJSON() ([]byte, error)
- func (o *APIServerAccessControl) SetCustom(v APIServerAccessControlCustom)
- func (o APIServerAccessControl) ToMap() (map[string]interface{}, error)
- type APIServerAccessControlCustom
- func (o *APIServerAccessControlCustom) GetEnabled() bool
- func (o *APIServerAccessControlCustom) GetEnabledOk() (*bool, bool)
- func (o *APIServerAccessControlCustom) HasEnabled() bool
- func (o APIServerAccessControlCustom) MarshalJSON() ([]byte, error)
- func (o *APIServerAccessControlCustom) SetEnabled(v bool)
- func (o APIServerAccessControlCustom) ToMap() (map[string]interface{}, error)
- type APIServerAuthorizationServer
- func (o *APIServerAuthorizationServer) GetResource() APIServerAuthorizationServerResource
- func (o *APIServerAuthorizationServer) GetResourceOk() (*APIServerAuthorizationServerResource, bool)
- func (o *APIServerAuthorizationServer) GetType() EnumAPIServerAuthorizationServerType
- func (o *APIServerAuthorizationServer) GetTypeOk() (*EnumAPIServerAuthorizationServerType, bool)
- func (o *APIServerAuthorizationServer) HasResource() bool
- func (o APIServerAuthorizationServer) MarshalJSON() ([]byte, error)
- func (o *APIServerAuthorizationServer) SetResource(v APIServerAuthorizationServerResource)
- func (o *APIServerAuthorizationServer) SetType(v EnumAPIServerAuthorizationServerType)
- 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 APIServerDeployment
- func (o *APIServerDeployment) GetAccessControl() APIServerDeploymentAccessControl
- func (o *APIServerDeployment) GetAccessControlOk() (*APIServerDeploymentAccessControl, bool)
- func (o *APIServerDeployment) GetAuthorizationVersion() APIServerDeploymentAuthorizationVersion
- func (o *APIServerDeployment) GetAuthorizationVersionOk() (*APIServerDeploymentAuthorizationVersion, bool)
- func (o *APIServerDeployment) GetDecisionEndpoint() APIServerDeploymentDecisionEndpoint
- func (o *APIServerDeployment) GetDecisionEndpointOk() (*APIServerDeploymentDecisionEndpoint, bool)
- func (o *APIServerDeployment) GetDeployedAt() time.Time
- func (o *APIServerDeployment) GetDeployedAtOk() (*time.Time, bool)
- func (o *APIServerDeployment) GetLinks() map[string]LinksHATEOASValue
- func (o *APIServerDeployment) GetLinksOk() (*map[string]LinksHATEOASValue, bool)
- func (o *APIServerDeployment) GetPolicy() APIServerDeploymentPolicy
- func (o *APIServerDeployment) GetPolicyOk() (*APIServerDeploymentPolicy, bool)
- func (o *APIServerDeployment) GetStatus() APIServerDeploymentStatus
- func (o *APIServerDeployment) GetStatusOk() (*APIServerDeploymentStatus, bool)
- func (o *APIServerDeployment) HasAccessControl() bool
- func (o *APIServerDeployment) HasAuthorizationVersion() bool
- func (o *APIServerDeployment) HasDecisionEndpoint() bool
- func (o *APIServerDeployment) HasDeployedAt() bool
- func (o *APIServerDeployment) HasLinks() bool
- func (o *APIServerDeployment) HasPolicy() bool
- func (o *APIServerDeployment) HasStatus() bool
- func (o APIServerDeployment) MarshalJSON() ([]byte, error)
- func (o *APIServerDeployment) SetAccessControl(v APIServerDeploymentAccessControl)
- func (o *APIServerDeployment) SetAuthorizationVersion(v APIServerDeploymentAuthorizationVersion)
- func (o *APIServerDeployment) SetDecisionEndpoint(v APIServerDeploymentDecisionEndpoint)
- func (o *APIServerDeployment) SetDeployedAt(v time.Time)
- func (o *APIServerDeployment) SetLinks(v map[string]LinksHATEOASValue)
- func (o *APIServerDeployment) SetPolicy(v APIServerDeploymentPolicy)
- func (o *APIServerDeployment) SetStatus(v APIServerDeploymentStatus)
- func (o APIServerDeployment) ToMap() (map[string]interface{}, error)
- type APIServerDeploymentAccessControl
- func (o *APIServerDeploymentAccessControl) GetCustom() APIServerDeploymentAccessControlCustom
- func (o *APIServerDeploymentAccessControl) GetCustomOk() (*APIServerDeploymentAccessControlCustom, bool)
- func (o *APIServerDeploymentAccessControl) HasCustom() bool
- func (o APIServerDeploymentAccessControl) MarshalJSON() ([]byte, error)
- func (o *APIServerDeploymentAccessControl) SetCustom(v APIServerDeploymentAccessControlCustom)
- func (o APIServerDeploymentAccessControl) ToMap() (map[string]interface{}, error)
- type APIServerDeploymentAccessControlCustom
- func (o *APIServerDeploymentAccessControlCustom) GetEnabled() bool
- func (o *APIServerDeploymentAccessControlCustom) GetEnabledOk() (*bool, bool)
- func (o *APIServerDeploymentAccessControlCustom) HasEnabled() bool
- func (o APIServerDeploymentAccessControlCustom) MarshalJSON() ([]byte, error)
- func (o *APIServerDeploymentAccessControlCustom) SetEnabled(v bool)
- func (o APIServerDeploymentAccessControlCustom) ToMap() (map[string]interface{}, error)
- type APIServerDeploymentApiService
- func (a *APIServerDeploymentApiService) DeployAPIServer(ctx context.Context, environmentID string, apiServerID string) ApiDeployAPIServerRequest
- func (a *APIServerDeploymentApiService) DeployAPIServerExecute(r ApiDeployAPIServerRequest) (*APIServerDeployment, *http.Response, error)
- func (a *APIServerDeploymentApiService) ReadDeploymentStatus(ctx context.Context, environmentID string, apiServerID string) ApiReadDeploymentStatusRequest
- func (a *APIServerDeploymentApiService) ReadDeploymentStatusExecute(r ApiReadDeploymentStatusRequest) (*APIServerDeployment, *http.Response, error)
- type APIServerDeploymentAuthorizationVersion
- func (o *APIServerDeploymentAuthorizationVersion) GetId() string
- func (o *APIServerDeploymentAuthorizationVersion) GetIdOk() (*string, bool)
- func (o *APIServerDeploymentAuthorizationVersion) HasId() bool
- func (o APIServerDeploymentAuthorizationVersion) MarshalJSON() ([]byte, error)
- func (o *APIServerDeploymentAuthorizationVersion) SetId(v string)
- func (o APIServerDeploymentAuthorizationVersion) ToMap() (map[string]interface{}, error)
- type APIServerDeploymentDecisionEndpoint
- func (o *APIServerDeploymentDecisionEndpoint) GetId() string
- func (o *APIServerDeploymentDecisionEndpoint) GetIdOk() (*string, bool)
- func (o *APIServerDeploymentDecisionEndpoint) HasId() bool
- func (o APIServerDeploymentDecisionEndpoint) MarshalJSON() ([]byte, error)
- func (o *APIServerDeploymentDecisionEndpoint) SetId(v string)
- func (o APIServerDeploymentDecisionEndpoint) ToMap() (map[string]interface{}, error)
- type APIServerDeploymentPolicy
- func (o *APIServerDeploymentPolicy) GetId() string
- func (o *APIServerDeploymentPolicy) GetIdOk() (*string, bool)
- func (o *APIServerDeploymentPolicy) HasId() bool
- func (o APIServerDeploymentPolicy) MarshalJSON() ([]byte, error)
- func (o *APIServerDeploymentPolicy) SetId(v string)
- func (o APIServerDeploymentPolicy) ToMap() (map[string]interface{}, error)
- type APIServerDeploymentStatus
- func (o *APIServerDeploymentStatus) GetCode() string
- func (o *APIServerDeploymentStatus) GetCodeOk() (*string, bool)
- func (o *APIServerDeploymentStatus) GetError() APIServerDeploymentStatusError
- func (o *APIServerDeploymentStatus) GetErrorOk() (*APIServerDeploymentStatusError, bool)
- func (o *APIServerDeploymentStatus) HasCode() bool
- func (o *APIServerDeploymentStatus) HasError() bool
- func (o APIServerDeploymentStatus) MarshalJSON() ([]byte, error)
- func (o *APIServerDeploymentStatus) SetCode(v string)
- func (o *APIServerDeploymentStatus) SetError(v APIServerDeploymentStatusError)
- func (o APIServerDeploymentStatus) ToMap() (map[string]interface{}, error)
- type APIServerDeploymentStatusError
- func (o *APIServerDeploymentStatusError) GetCode() string
- func (o *APIServerDeploymentStatusError) GetCodeOk() (*string, bool)
- func (o *APIServerDeploymentStatusError) GetId() string
- func (o *APIServerDeploymentStatusError) GetIdOk() (*string, bool)
- func (o *APIServerDeploymentStatusError) GetMessage() string
- func (o *APIServerDeploymentStatusError) GetMessageOk() (*string, bool)
- func (o *APIServerDeploymentStatusError) HasCode() bool
- func (o *APIServerDeploymentStatusError) HasId() bool
- func (o *APIServerDeploymentStatusError) HasMessage() bool
- func (o APIServerDeploymentStatusError) MarshalJSON() ([]byte, error)
- func (o *APIServerDeploymentStatusError) SetCode(v string)
- func (o *APIServerDeploymentStatusError) SetId(v string)
- func (o *APIServerDeploymentStatusError) SetMessage(v string)
- func (o APIServerDeploymentStatusError) ToMap() (map[string]interface{}, error)
- type APIServerDirectory
- func (o *APIServerDirectory) GetType() EnumAPIServerAuthorizationServerType
- func (o *APIServerDirectory) GetTypeOk() (*EnumAPIServerAuthorizationServerType, bool)
- func (o APIServerDirectory) MarshalJSON() ([]byte, error)
- func (o *APIServerDirectory) SetType(v EnumAPIServerAuthorizationServerType)
- func (o APIServerDirectory) ToMap() (map[string]interface{}, error)
- type APIServerOperation
- func (o *APIServerOperation) GetAccessControl() APIServerOperationAccessControl
- func (o *APIServerOperation) GetAccessControlOk() (*APIServerOperationAccessControl, bool)
- func (o *APIServerOperation) GetId() string
- func (o *APIServerOperation) GetIdOk() (*string, bool)
- func (o *APIServerOperation) GetLinks() map[string]LinksHATEOASValue
- func (o *APIServerOperation) GetLinksOk() (*map[string]LinksHATEOASValue, bool)
- func (o *APIServerOperation) GetMethods() []EnumAPIServerOperationMethod
- func (o *APIServerOperation) GetMethodsOk() ([]EnumAPIServerOperationMethod, bool)
- func (o *APIServerOperation) GetName() string
- func (o *APIServerOperation) GetNameOk() (*string, bool)
- func (o *APIServerOperation) GetPaths() []APIServerOperationPathsInner
- func (o *APIServerOperation) GetPathsOk() ([]APIServerOperationPathsInner, bool)
- func (o *APIServerOperation) GetPolicy() APIServerPolicy
- func (o *APIServerOperation) GetPolicyOk() (*APIServerPolicy, bool)
- func (o *APIServerOperation) HasAccessControl() bool
- func (o *APIServerOperation) HasId() bool
- func (o *APIServerOperation) HasLinks() bool
- func (o *APIServerOperation) HasMethods() bool
- func (o *APIServerOperation) HasPolicy() bool
- func (o APIServerOperation) MarshalJSON() ([]byte, error)
- func (o *APIServerOperation) SetAccessControl(v APIServerOperationAccessControl)
- func (o *APIServerOperation) SetId(v string)
- func (o *APIServerOperation) SetLinks(v map[string]LinksHATEOASValue)
- func (o *APIServerOperation) SetMethods(v []EnumAPIServerOperationMethod)
- func (o *APIServerOperation) SetName(v string)
- func (o *APIServerOperation) SetPaths(v []APIServerOperationPathsInner)
- func (o *APIServerOperation) SetPolicy(v APIServerPolicy)
- func (o APIServerOperation) ToMap() (map[string]interface{}, error)
- type APIServerOperationAccessControl
- func (o *APIServerOperationAccessControl) GetGroup() APIServerOperationAccessControlGroup
- func (o *APIServerOperationAccessControl) GetGroupOk() (*APIServerOperationAccessControlGroup, bool)
- func (o *APIServerOperationAccessControl) GetPermission() APIServerOperationAccessControlPermission
- func (o *APIServerOperationAccessControl) GetPermissionOk() (*APIServerOperationAccessControlPermission, bool)
- func (o *APIServerOperationAccessControl) GetScope() APIServerOperationAccessControlScope
- func (o *APIServerOperationAccessControl) GetScopeOk() (*APIServerOperationAccessControlScope, bool)
- func (o *APIServerOperationAccessControl) HasGroup() bool
- func (o *APIServerOperationAccessControl) HasPermission() bool
- func (o *APIServerOperationAccessControl) HasScope() bool
- func (o APIServerOperationAccessControl) MarshalJSON() ([]byte, error)
- func (o *APIServerOperationAccessControl) SetGroup(v APIServerOperationAccessControlGroup)
- func (o *APIServerOperationAccessControl) SetPermission(v APIServerOperationAccessControlPermission)
- func (o *APIServerOperationAccessControl) SetScope(v APIServerOperationAccessControlScope)
- func (o APIServerOperationAccessControl) ToMap() (map[string]interface{}, error)
- type APIServerOperationAccessControlGroup
- func (o *APIServerOperationAccessControlGroup) GetGroups() []APIServerOperationAccessControlGroupGroupsInner
- func (o *APIServerOperationAccessControlGroup) GetGroupsOk() ([]APIServerOperationAccessControlGroupGroupsInner, bool)
- func (o APIServerOperationAccessControlGroup) MarshalJSON() ([]byte, error)
- func (o *APIServerOperationAccessControlGroup) SetGroups(v []APIServerOperationAccessControlGroupGroupsInner)
- func (o APIServerOperationAccessControlGroup) ToMap() (map[string]interface{}, error)
- type APIServerOperationAccessControlGroupGroupsInner
- func (o *APIServerOperationAccessControlGroupGroupsInner) GetId() string
- func (o *APIServerOperationAccessControlGroupGroupsInner) GetIdOk() (*string, bool)
- func (o APIServerOperationAccessControlGroupGroupsInner) MarshalJSON() ([]byte, error)
- func (o *APIServerOperationAccessControlGroupGroupsInner) SetId(v string)
- func (o APIServerOperationAccessControlGroupGroupsInner) ToMap() (map[string]interface{}, error)
- type APIServerOperationAccessControlGroupGroupsInnerElement
- func (o *APIServerOperationAccessControlGroupGroupsInnerElement) GetId() string
- func (o *APIServerOperationAccessControlGroupGroupsInnerElement) GetIdOk() (*string, bool)
- func (o APIServerOperationAccessControlGroupGroupsInnerElement) MarshalJSON() ([]byte, error)
- func (o *APIServerOperationAccessControlGroupGroupsInnerElement) SetId(v string)
- func (o APIServerOperationAccessControlGroupGroupsInnerElement) ToMap() (map[string]interface{}, error)
- type APIServerOperationAccessControlPermission
- func (o *APIServerOperationAccessControlPermission) GetId() string
- func (o *APIServerOperationAccessControlPermission) GetIdOk() (*string, bool)
- func (o APIServerOperationAccessControlPermission) MarshalJSON() ([]byte, error)
- func (o *APIServerOperationAccessControlPermission) SetId(v string)
- func (o APIServerOperationAccessControlPermission) ToMap() (map[string]interface{}, error)
- type APIServerOperationAccessControlScope
- func (o *APIServerOperationAccessControlScope) GetMatchType() EnumAPIServerOperationMatchType
- func (o *APIServerOperationAccessControlScope) GetMatchTypeOk() (*EnumAPIServerOperationMatchType, bool)
- func (o *APIServerOperationAccessControlScope) GetScopes() []APIServerOperationAccessControlScopeScopesInner
- func (o *APIServerOperationAccessControlScope) GetScopesOk() ([]APIServerOperationAccessControlScopeScopesInner, bool)
- func (o *APIServerOperationAccessControlScope) HasMatchType() bool
- func (o APIServerOperationAccessControlScope) MarshalJSON() ([]byte, error)
- func (o *APIServerOperationAccessControlScope) SetMatchType(v EnumAPIServerOperationMatchType)
- func (o *APIServerOperationAccessControlScope) SetScopes(v []APIServerOperationAccessControlScopeScopesInner)
- func (o APIServerOperationAccessControlScope) ToMap() (map[string]interface{}, error)
- type APIServerOperationAccessControlScopeScopesInner
- func (o *APIServerOperationAccessControlScopeScopesInner) GetId() string
- func (o *APIServerOperationAccessControlScopeScopesInner) GetIdOk() (*string, bool)
- func (o APIServerOperationAccessControlScopeScopesInner) MarshalJSON() ([]byte, error)
- func (o *APIServerOperationAccessControlScopeScopesInner) SetId(v string)
- func (o APIServerOperationAccessControlScopeScopesInner) ToMap() (map[string]interface{}, error)
- type APIServerOperationPathsInner
- func (o *APIServerOperationPathsInner) GetPattern() string
- func (o *APIServerOperationPathsInner) GetPatternOk() (*string, bool)
- func (o *APIServerOperationPathsInner) GetType() EnumAPIServerOperationPathPatternType
- func (o *APIServerOperationPathsInner) GetTypeOk() (*EnumAPIServerOperationPathPatternType, bool)
- func (o APIServerOperationPathsInner) MarshalJSON() ([]byte, error)
- func (o *APIServerOperationPathsInner) SetPattern(v string)
- func (o *APIServerOperationPathsInner) SetType(v EnumAPIServerOperationPathPatternType)
- func (o APIServerOperationPathsInner) ToMap() (map[string]interface{}, error)
- type APIServerOperationsApiService
- func (a *APIServerOperationsApiService) CreateAPIServerOperation(ctx context.Context, environmentID string, apiServerID string) ApiCreateAPIServerOperationRequest
- func (a *APIServerOperationsApiService) CreateAPIServerOperationExecute(r ApiCreateAPIServerOperationRequest) (*APIServerOperation, *http.Response, error)
- func (a *APIServerOperationsApiService) DeleteAPIServerOperation(ctx context.Context, environmentID string, apiServerID string, ...) ApiDeleteAPIServerOperationRequest
- func (a *APIServerOperationsApiService) DeleteAPIServerOperationExecute(r ApiDeleteAPIServerOperationRequest) (*http.Response, error)
- func (a *APIServerOperationsApiService) ReadAllAPIServerOperations(ctx context.Context, environmentID string, apiServerID string) ApiReadAllAPIServerOperationsRequest
- func (a *APIServerOperationsApiService) ReadAllAPIServerOperationsExecute(r ApiReadAllAPIServerOperationsRequest) EntityArrayPagedIterator
- func (a *APIServerOperationsApiService) ReadAllAPIServerOperationsExecuteInitialPage(r ApiReadAllAPIServerOperationsRequest) (*EntityArray, *http.Response, error)
- func (a *APIServerOperationsApiService) ReadOneAPIServerOperation(ctx context.Context, environmentID string, apiServerID string, ...) ApiReadOneAPIServerOperationRequest
- func (a *APIServerOperationsApiService) ReadOneAPIServerOperationExecute(r ApiReadOneAPIServerOperationRequest) (*APIServerOperation, *http.Response, error)
- func (a *APIServerOperationsApiService) UpdateAPIServerOperation(ctx context.Context, environmentID string, apiServerID string, ...) ApiUpdateAPIServerOperationRequest
- func (a *APIServerOperationsApiService) UpdateAPIServerOperationExecute(r ApiUpdateAPIServerOperationRequest) (*APIServerOperation, *http.Response, error)
- type APIServerPolicy
- 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) EntityArrayPagedIterator
- func (a *APIServersApiService) ReadAllAPIServersExecuteInitialPage(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 ApiCreateAPIServerOperationRequest
- type ApiCreateAPIServerRequest
- type ApiCreateApplicationPermissionRequest
- type ApiCreateApplicationRolePermissionRequest
- type ApiCreateApplicationRolesRequest
- type ApiCreateDecisionEndpointRequest
- type ApiDeleteAPIServerOperationRequest
- type ApiDeleteAPIServerRequest
- type ApiDeleteApplicationPermissionRequest
- type ApiDeleteApplicationRolePermissionRequest
- type ApiDeleteApplicationRoleRequest
- type ApiDeleteDecisionEndpointRequest
- type ApiDeployAPIServerRequest
- type ApiReadAllAPIServerOperationsRequest
- type ApiReadAllAPIServersRequest
- type ApiReadAllDecisionEndpointsRequest
- type ApiReadApplicationPermissionsRequest
- type ApiReadApplicationResourcesRequest
- type ApiReadApplicationRoleAssignmentsRequest
- type ApiReadApplicationRolePermissionsRequest
- type ApiReadApplicationRolesRequest
- type ApiReadDeploymentStatusRequest
- type ApiReadHALLinkRequest
- type ApiReadOneAPIServerOperationRequest
- type ApiReadOneAPIServerRequest
- type ApiReadOneApplicationPermissionRequest
- type ApiReadOneApplicationResourceRequest
- type ApiReadOneApplicationRoleRequest
- type ApiReadOneDecisionEndpointRequest
- type ApiUpdateAPIServerOperationRequest
- type ApiUpdateAPIServerRequest
- type ApiUpdateApplicationPermissionRequest
- type ApiUpdateApplicationRoleRequest
- type ApiUpdateDecisionEndpointRequest
- type ApplicationResource
- func (o *ApplicationResource) GetDescription() string
- func (o *ApplicationResource) GetDescriptionOk() (*string, bool)
- func (o *ApplicationResource) GetId() string
- func (o *ApplicationResource) GetIdOk() (*string, bool)
- func (o *ApplicationResource) GetLinks() map[string]LinksHATEOASValue
- func (o *ApplicationResource) GetLinksOk() (*map[string]LinksHATEOASValue, bool)
- func (o *ApplicationResource) GetName() string
- func (o *ApplicationResource) GetNameOk() (*string, bool)
- func (o *ApplicationResource) GetParent() ApplicationResourceParent
- func (o *ApplicationResource) GetParentOk() (*ApplicationResourceParent, bool)
- func (o *ApplicationResource) HasDescription() bool
- func (o *ApplicationResource) HasId() bool
- func (o *ApplicationResource) HasLinks() bool
- func (o *ApplicationResource) HasParent() bool
- func (o ApplicationResource) MarshalJSON() ([]byte, error)
- func (o *ApplicationResource) SetDescription(v string)
- func (o *ApplicationResource) SetId(v string)
- func (o *ApplicationResource) SetLinks(v map[string]LinksHATEOASValue)
- func (o *ApplicationResource) SetName(v string)
- func (o *ApplicationResource) SetParent(v ApplicationResourceParent)
- func (o ApplicationResource) ToMap() (map[string]interface{}, error)
- type ApplicationResourceParent
- func (o *ApplicationResourceParent) GetId() string
- func (o *ApplicationResourceParent) GetIdOk() (*string, bool)
- func (o *ApplicationResourceParent) GetType() EnumApplicationResourceParentType
- func (o *ApplicationResourceParent) GetTypeOk() (*EnumApplicationResourceParentType, bool)
- func (o ApplicationResourceParent) MarshalJSON() ([]byte, error)
- func (o *ApplicationResourceParent) SetId(v string)
- func (o *ApplicationResourceParent) SetType(v EnumApplicationResourceParentType)
- func (o ApplicationResourceParent) ToMap() (map[string]interface{}, error)
- type ApplicationResourcePermission
- func (o *ApplicationResourcePermission) GetAction() string
- func (o *ApplicationResourcePermission) GetActionOk() (*string, bool)
- func (o *ApplicationResourcePermission) GetDescription() string
- func (o *ApplicationResourcePermission) GetDescriptionOk() (*string, bool)
- func (o *ApplicationResourcePermission) GetEnvironment() ObjectEnvironment
- func (o *ApplicationResourcePermission) GetEnvironmentOk() (*ObjectEnvironment, bool)
- func (o *ApplicationResourcePermission) GetId() string
- func (o *ApplicationResourcePermission) GetIdOk() (*string, bool)
- func (o *ApplicationResourcePermission) GetLinks() map[string]LinksHATEOASValue
- func (o *ApplicationResourcePermission) GetLinksOk() (*map[string]LinksHATEOASValue, bool)
- func (o *ApplicationResourcePermission) GetResource() ApplicationResourcePermissionResource
- func (o *ApplicationResourcePermission) GetResourceOk() (*ApplicationResourcePermissionResource, bool)
- func (o *ApplicationResourcePermission) HasDescription() bool
- func (o *ApplicationResourcePermission) HasEnvironment() bool
- func (o *ApplicationResourcePermission) HasId() bool
- func (o *ApplicationResourcePermission) HasLinks() bool
- func (o *ApplicationResourcePermission) HasResource() bool
- func (o ApplicationResourcePermission) MarshalJSON() ([]byte, error)
- func (o *ApplicationResourcePermission) SetAction(v string)
- func (o *ApplicationResourcePermission) SetDescription(v string)
- func (o *ApplicationResourcePermission) SetEnvironment(v ObjectEnvironment)
- func (o *ApplicationResourcePermission) SetId(v string)
- func (o *ApplicationResourcePermission) SetLinks(v map[string]LinksHATEOASValue)
- func (o *ApplicationResourcePermission) SetResource(v ApplicationResourcePermissionResource)
- func (o ApplicationResourcePermission) ToMap() (map[string]interface{}, error)
- type ApplicationResourcePermissionResource
- func (o *ApplicationResourcePermissionResource) GetId() string
- func (o *ApplicationResourcePermissionResource) GetIdOk() (*string, bool)
- func (o *ApplicationResourcePermissionResource) GetName() string
- func (o *ApplicationResourcePermissionResource) GetNameOk() (*string, bool)
- func (o *ApplicationResourcePermissionResource) HasId() bool
- func (o *ApplicationResourcePermissionResource) HasName() bool
- func (o ApplicationResourcePermissionResource) MarshalJSON() ([]byte, error)
- func (o *ApplicationResourcePermissionResource) SetId(v string)
- func (o *ApplicationResourcePermissionResource) SetName(v string)
- func (o ApplicationResourcePermissionResource) ToMap() (map[string]interface{}, error)
- type ApplicationResourcePermissionsApiService
- func (a *ApplicationResourcePermissionsApiService) CreateApplicationPermission(ctx context.Context, environmentID string, applicationResourceID string) ApiCreateApplicationPermissionRequest
- func (a *ApplicationResourcePermissionsApiService) CreateApplicationPermissionExecute(r ApiCreateApplicationPermissionRequest) (*ApplicationResourcePermission, *http.Response, error)
- func (a *ApplicationResourcePermissionsApiService) DeleteApplicationPermission(ctx context.Context, environmentID string, applicationResourceID string, ...) ApiDeleteApplicationPermissionRequest
- func (a *ApplicationResourcePermissionsApiService) DeleteApplicationPermissionExecute(r ApiDeleteApplicationPermissionRequest) (*http.Response, error)
- func (a *ApplicationResourcePermissionsApiService) ReadApplicationPermissions(ctx context.Context, environmentID string, applicationResourceID string) ApiReadApplicationPermissionsRequest
- func (a *ApplicationResourcePermissionsApiService) ReadApplicationPermissionsExecute(r ApiReadApplicationPermissionsRequest) EntityArrayPagedIterator
- func (a *ApplicationResourcePermissionsApiService) ReadApplicationPermissionsExecuteInitialPage(r ApiReadApplicationPermissionsRequest) (*EntityArray, *http.Response, error)
- func (a *ApplicationResourcePermissionsApiService) ReadOneApplicationPermission(ctx context.Context, environmentID string, applicationResourceID string, ...) ApiReadOneApplicationPermissionRequest
- func (a *ApplicationResourcePermissionsApiService) ReadOneApplicationPermissionExecute(r ApiReadOneApplicationPermissionRequest) (*ApplicationResourcePermission, *http.Response, error)
- func (a *ApplicationResourcePermissionsApiService) UpdateApplicationPermission(ctx context.Context, environmentID string, applicationResourceID string, ...) ApiUpdateApplicationPermissionRequest
- func (a *ApplicationResourcePermissionsApiService) UpdateApplicationPermissionExecute(r ApiUpdateApplicationPermissionRequest) (*ApplicationResourcePermission, *http.Response, error)
- type ApplicationResourcesApiService
- func (a *ApplicationResourcesApiService) ReadApplicationResources(ctx context.Context, environmentID string) ApiReadApplicationResourcesRequest
- func (a *ApplicationResourcesApiService) ReadApplicationResourcesExecute(r ApiReadApplicationResourcesRequest) EntityArrayPagedIterator
- func (a *ApplicationResourcesApiService) ReadApplicationResourcesExecuteInitialPage(r ApiReadApplicationResourcesRequest) (*EntityArray, *http.Response, error)
- func (a *ApplicationResourcesApiService) ReadOneApplicationResource(ctx context.Context, environmentID string, applicationResourceID string) ApiReadOneApplicationResourceRequest
- func (a *ApplicationResourcesApiService) ReadOneApplicationResourceExecute(r ApiReadOneApplicationResourceRequest) (*ApplicationResource, *http.Response, error)
- type ApplicationRole
- func (o *ApplicationRole) GetDescription() string
- func (o *ApplicationRole) GetDescriptionOk() (*string, bool)
- func (o *ApplicationRole) GetId() string
- func (o *ApplicationRole) GetIdOk() (*string, bool)
- func (o *ApplicationRole) GetLinks() map[string]LinksHATEOASValue
- func (o *ApplicationRole) GetLinksOk() (*map[string]LinksHATEOASValue, bool)
- func (o *ApplicationRole) GetName() string
- func (o *ApplicationRole) GetNameOk() (*string, bool)
- func (o *ApplicationRole) HasDescription() bool
- func (o *ApplicationRole) HasId() bool
- func (o *ApplicationRole) HasLinks() bool
- func (o ApplicationRole) MarshalJSON() ([]byte, error)
- func (o *ApplicationRole) SetDescription(v string)
- func (o *ApplicationRole) SetId(v string)
- func (o *ApplicationRole) SetLinks(v map[string]LinksHATEOASValue)
- func (o *ApplicationRole) SetName(v string)
- func (o ApplicationRole) ToMap() (map[string]interface{}, error)
- type ApplicationRoleAssignment
- func (o *ApplicationRoleAssignment) GetId() string
- func (o *ApplicationRoleAssignment) GetIdOk() (*string, bool)
- func (o *ApplicationRoleAssignment) GetLinks() map[string]LinksHATEOASValue
- func (o *ApplicationRoleAssignment) GetLinksOk() (*map[string]LinksHATEOASValue, bool)
- func (o *ApplicationRoleAssignment) GetRole() map[string]interface{}
- func (o *ApplicationRoleAssignment) GetRoleOk() (map[string]interface{}, bool)
- func (o *ApplicationRoleAssignment) GetSubject() map[string]interface{}
- func (o *ApplicationRoleAssignment) GetSubjectOk() (map[string]interface{}, bool)
- func (o *ApplicationRoleAssignment) HasId() bool
- func (o *ApplicationRoleAssignment) HasLinks() bool
- func (o *ApplicationRoleAssignment) HasRole() bool
- func (o *ApplicationRoleAssignment) HasSubject() bool
- func (o ApplicationRoleAssignment) MarshalJSON() ([]byte, error)
- func (o *ApplicationRoleAssignment) SetId(v string)
- func (o *ApplicationRoleAssignment) SetLinks(v map[string]LinksHATEOASValue)
- func (o *ApplicationRoleAssignment) SetRole(v map[string]interface{})
- func (o *ApplicationRoleAssignment) SetSubject(v map[string]interface{})
- func (o ApplicationRoleAssignment) ToMap() (map[string]interface{}, error)
- type ApplicationRoleAssignmentsApiService
- func (a *ApplicationRoleAssignmentsApiService) ReadApplicationRoleAssignments(ctx context.Context, environmentID string, applicationRoleID string) ApiReadApplicationRoleAssignmentsRequest
- func (a *ApplicationRoleAssignmentsApiService) ReadApplicationRoleAssignmentsExecute(r ApiReadApplicationRoleAssignmentsRequest) EntityArrayPagedIterator
- func (a *ApplicationRoleAssignmentsApiService) ReadApplicationRoleAssignmentsExecuteInitialPage(r ApiReadApplicationRoleAssignmentsRequest) (*EntityArray, *http.Response, error)
- type ApplicationRolePermission
- func (o *ApplicationRolePermission) GetAction() string
- func (o *ApplicationRolePermission) GetActionOk() (*string, bool)
- func (o *ApplicationRolePermission) GetDescription() string
- func (o *ApplicationRolePermission) GetDescriptionOk() (*string, bool)
- func (o *ApplicationRolePermission) GetEnvironment() ObjectEnvironment
- func (o *ApplicationRolePermission) GetEnvironmentOk() (*ObjectEnvironment, bool)
- func (o *ApplicationRolePermission) GetId() string
- func (o *ApplicationRolePermission) GetIdOk() (*string, bool)
- func (o *ApplicationRolePermission) GetKey() string
- func (o *ApplicationRolePermission) GetKeyOk() (*string, bool)
- func (o *ApplicationRolePermission) GetLinks() map[string]LinksHATEOASValue
- func (o *ApplicationRolePermission) GetLinksOk() (*map[string]LinksHATEOASValue, bool)
- func (o *ApplicationRolePermission) GetResource() ApplicationRolePermissionResource
- func (o *ApplicationRolePermission) GetResourceOk() (*ApplicationRolePermissionResource, bool)
- func (o *ApplicationRolePermission) HasAction() bool
- func (o *ApplicationRolePermission) HasDescription() bool
- func (o *ApplicationRolePermission) HasEnvironment() bool
- func (o *ApplicationRolePermission) HasKey() bool
- func (o *ApplicationRolePermission) HasLinks() bool
- func (o *ApplicationRolePermission) HasResource() bool
- func (o ApplicationRolePermission) MarshalJSON() ([]byte, error)
- func (o *ApplicationRolePermission) SetAction(v string)
- func (o *ApplicationRolePermission) SetDescription(v string)
- func (o *ApplicationRolePermission) SetEnvironment(v ObjectEnvironment)
- func (o *ApplicationRolePermission) SetId(v string)
- func (o *ApplicationRolePermission) SetKey(v string)
- func (o *ApplicationRolePermission) SetLinks(v map[string]LinksHATEOASValue)
- func (o *ApplicationRolePermission) SetResource(v ApplicationRolePermissionResource)
- func (o ApplicationRolePermission) ToMap() (map[string]interface{}, error)
- type ApplicationRolePermissionResource
- func (o *ApplicationRolePermissionResource) GetId() string
- func (o *ApplicationRolePermissionResource) GetIdOk() (*string, bool)
- func (o *ApplicationRolePermissionResource) GetName() string
- func (o *ApplicationRolePermissionResource) GetNameOk() (*string, bool)
- func (o *ApplicationRolePermissionResource) HasId() bool
- func (o *ApplicationRolePermissionResource) HasName() bool
- func (o ApplicationRolePermissionResource) MarshalJSON() ([]byte, error)
- func (o *ApplicationRolePermissionResource) SetId(v string)
- func (o *ApplicationRolePermissionResource) SetName(v string)
- func (o ApplicationRolePermissionResource) ToMap() (map[string]interface{}, error)
- type ApplicationRolePermissionsApiService
- func (a *ApplicationRolePermissionsApiService) CreateApplicationRolePermission(ctx context.Context, environmentID string, applicationRoleID string) ApiCreateApplicationRolePermissionRequest
- func (a *ApplicationRolePermissionsApiService) CreateApplicationRolePermissionExecute(r ApiCreateApplicationRolePermissionRequest) (*ApplicationRolePermission, *http.Response, error)
- func (a *ApplicationRolePermissionsApiService) DeleteApplicationRolePermission(ctx context.Context, environmentID string, applicationRoleID string, ...) ApiDeleteApplicationRolePermissionRequest
- func (a *ApplicationRolePermissionsApiService) DeleteApplicationRolePermissionExecute(r ApiDeleteApplicationRolePermissionRequest) (*http.Response, error)
- func (a *ApplicationRolePermissionsApiService) ReadApplicationRolePermissions(ctx context.Context, environmentID string, applicationRoleID string) ApiReadApplicationRolePermissionsRequest
- func (a *ApplicationRolePermissionsApiService) ReadApplicationRolePermissionsExecute(r ApiReadApplicationRolePermissionsRequest) EntityArrayPagedIterator
- func (a *ApplicationRolePermissionsApiService) ReadApplicationRolePermissionsExecuteInitialPage(r ApiReadApplicationRolePermissionsRequest) (*EntityArray, *http.Response, error)
- type ApplicationRolesApiService
- func (a *ApplicationRolesApiService) CreateApplicationRoles(ctx context.Context, environmentID string) ApiCreateApplicationRolesRequest
- func (a *ApplicationRolesApiService) CreateApplicationRolesExecute(r ApiCreateApplicationRolesRequest) (*ApplicationRole, *http.Response, error)
- func (a *ApplicationRolesApiService) DeleteApplicationRole(ctx context.Context, environmentID string, applicationRoleID string) ApiDeleteApplicationRoleRequest
- func (a *ApplicationRolesApiService) DeleteApplicationRoleExecute(r ApiDeleteApplicationRoleRequest) (*http.Response, error)
- func (a *ApplicationRolesApiService) ReadApplicationRoles(ctx context.Context, environmentID string) ApiReadApplicationRolesRequest
- func (a *ApplicationRolesApiService) ReadApplicationRolesExecute(r ApiReadApplicationRolesRequest) EntityArrayPagedIterator
- func (a *ApplicationRolesApiService) ReadApplicationRolesExecuteInitialPage(r ApiReadApplicationRolesRequest) (*EntityArray, *http.Response, error)
- func (a *ApplicationRolesApiService) ReadOneApplicationRole(ctx context.Context, environmentID string, applicationRoleID string) ApiReadOneApplicationRoleRequest
- func (a *ApplicationRolesApiService) ReadOneApplicationRoleExecute(r ApiReadOneApplicationRoleRequest) (*ApplicationRole, *http.Response, error)
- func (a *ApplicationRolesApiService) UpdateApplicationRole(ctx context.Context, environmentID string, applicationRoleID string) ApiUpdateApplicationRoleRequest
- func (a *ApplicationRolesApiService) UpdateApplicationRoleExecute(r ApiUpdateApplicationRoleRequest) (*ApplicationRole, *http.Response, error)
- type BasicAuth
- type Configuration
- func (c *Configuration) AddDefaultHeader(key string, value string)
- func (c *Configuration) AppendUserAgent(userAgent 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() map[string]LinksHATEOASValue
- func (o *DecisionEndpoint) GetLinksOk() (*map[string]LinksHATEOASValue, 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 map[string]LinksHATEOASValue)
- 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() map[string]LinksHATEOASValue
- func (o *EntityArray) GetLinksOk() (*map[string]LinksHATEOASValue, bool)
- func (o *EntityArray) GetPaginationNextLink() LinksHATEOASValue
- func (o *EntityArray) GetPaginationNextLinkOk() (*LinksHATEOASValue, bool)
- func (o *EntityArray) GetPaginationPreviousLink() LinksHATEOASValue
- func (o *EntityArray) GetPaginationPreviousLinkOk() (*LinksHATEOASValue, bool)
- func (o *EntityArray) GetPaginationSelfLink() LinksHATEOASValue
- func (o *EntityArray) GetPaginationSelfLinkOk() (*LinksHATEOASValue, 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) HasPaginationNext() bool
- func (o *EntityArray) HasPaginationPrevious() bool
- func (o *EntityArray) HasPaginationSelf() bool
- func (o *EntityArray) HasSize() bool
- func (o *EntityArray) IsPaginated() bool
- func (o EntityArray) MarshalJSON() ([]byte, error)
- func (o *EntityArray) SetCount(v float32)
- func (o *EntityArray) SetEmbedded(v EntityArrayEmbedded)
- func (o *EntityArray) SetLinks(v map[string]LinksHATEOASValue)
- 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) GetAssignments() []ApplicationRoleAssignment
- func (o *EntityArrayEmbedded) GetAssignmentsOk() ([]ApplicationRoleAssignment, bool)
- func (o *EntityArrayEmbedded) GetDecisionEndpoints() []DecisionEndpoint
- func (o *EntityArrayEmbedded) GetDecisionEndpointsOk() ([]DecisionEndpoint, bool)
- func (o *EntityArrayEmbedded) GetOperations() []APIServerOperation
- func (o *EntityArrayEmbedded) GetOperationsOk() ([]APIServerOperation, bool)
- func (o *EntityArrayEmbedded) GetPermissions() []EntityArrayEmbeddedPermissionsInner
- func (o *EntityArrayEmbedded) GetPermissionsOk() ([]EntityArrayEmbeddedPermissionsInner, bool)
- func (o *EntityArrayEmbedded) GetResources() []ApplicationResource
- func (o *EntityArrayEmbedded) GetResourcesOk() ([]ApplicationResource, bool)
- func (o *EntityArrayEmbedded) GetRoles() []ApplicationRole
- func (o *EntityArrayEmbedded) GetRolesOk() ([]ApplicationRole, bool)
- func (o *EntityArrayEmbedded) HasApiServers() bool
- func (o *EntityArrayEmbedded) HasAssignments() bool
- func (o *EntityArrayEmbedded) HasDecisionEndpoints() bool
- func (o *EntityArrayEmbedded) HasOperations() bool
- func (o *EntityArrayEmbedded) HasPermissions() bool
- func (o *EntityArrayEmbedded) HasResources() bool
- func (o *EntityArrayEmbedded) HasRoles() bool
- func (o EntityArrayEmbedded) MarshalJSON() ([]byte, error)
- func (o *EntityArrayEmbedded) SetApiServers(v []APIServer)
- func (o *EntityArrayEmbedded) SetAssignments(v []ApplicationRoleAssignment)
- func (o *EntityArrayEmbedded) SetDecisionEndpoints(v []DecisionEndpoint)
- func (o *EntityArrayEmbedded) SetOperations(v []APIServerOperation)
- func (o *EntityArrayEmbedded) SetPermissions(v []EntityArrayEmbeddedPermissionsInner)
- func (o *EntityArrayEmbedded) SetResources(v []ApplicationResource)
- func (o *EntityArrayEmbedded) SetRoles(v []ApplicationRole)
- func (o EntityArrayEmbedded) ToMap() (map[string]interface{}, error)
- type EntityArrayEmbeddedPermissionsInner
- type EntityArrayPagedIterator
- type EnumAPIServerAuthorizationServerType
- type EnumAPIServerOperationMatchType
- type EnumAPIServerOperationMethod
- type EnumAPIServerOperationPathPatternType
- type EnumAPIServerPatternType
- type EnumApplicationResourceParentType
- type GenericOpenAPIError
- type HALApiService
- 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 LinksHATEOASValue
- type MappedNullable
- type NullableAPIServer
- type NullableAPIServerAccessControl
- func (v NullableAPIServerAccessControl) Get() *APIServerAccessControl
- func (v NullableAPIServerAccessControl) IsSet() bool
- func (v NullableAPIServerAccessControl) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerAccessControl) Set(val *APIServerAccessControl)
- func (v *NullableAPIServerAccessControl) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerAccessControl) Unset()
- type NullableAPIServerAccessControlCustom
- func (v NullableAPIServerAccessControlCustom) Get() *APIServerAccessControlCustom
- func (v NullableAPIServerAccessControlCustom) IsSet() bool
- func (v NullableAPIServerAccessControlCustom) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerAccessControlCustom) Set(val *APIServerAccessControlCustom)
- func (v *NullableAPIServerAccessControlCustom) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerAccessControlCustom) Unset()
- 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 NullableAPIServerDeployment
- func (v NullableAPIServerDeployment) Get() *APIServerDeployment
- func (v NullableAPIServerDeployment) IsSet() bool
- func (v NullableAPIServerDeployment) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerDeployment) Set(val *APIServerDeployment)
- func (v *NullableAPIServerDeployment) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerDeployment) Unset()
- type NullableAPIServerDeploymentAccessControl
- func (v NullableAPIServerDeploymentAccessControl) Get() *APIServerDeploymentAccessControl
- func (v NullableAPIServerDeploymentAccessControl) IsSet() bool
- func (v NullableAPIServerDeploymentAccessControl) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerDeploymentAccessControl) Set(val *APIServerDeploymentAccessControl)
- func (v *NullableAPIServerDeploymentAccessControl) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerDeploymentAccessControl) Unset()
- type NullableAPIServerDeploymentAccessControlCustom
- func (v NullableAPIServerDeploymentAccessControlCustom) Get() *APIServerDeploymentAccessControlCustom
- func (v NullableAPIServerDeploymentAccessControlCustom) IsSet() bool
- func (v NullableAPIServerDeploymentAccessControlCustom) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerDeploymentAccessControlCustom) Set(val *APIServerDeploymentAccessControlCustom)
- func (v *NullableAPIServerDeploymentAccessControlCustom) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerDeploymentAccessControlCustom) Unset()
- type NullableAPIServerDeploymentAuthorizationVersion
- func (v NullableAPIServerDeploymentAuthorizationVersion) Get() *APIServerDeploymentAuthorizationVersion
- func (v NullableAPIServerDeploymentAuthorizationVersion) IsSet() bool
- func (v NullableAPIServerDeploymentAuthorizationVersion) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerDeploymentAuthorizationVersion) Set(val *APIServerDeploymentAuthorizationVersion)
- func (v *NullableAPIServerDeploymentAuthorizationVersion) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerDeploymentAuthorizationVersion) Unset()
- type NullableAPIServerDeploymentDecisionEndpoint
- func (v NullableAPIServerDeploymentDecisionEndpoint) Get() *APIServerDeploymentDecisionEndpoint
- func (v NullableAPIServerDeploymentDecisionEndpoint) IsSet() bool
- func (v NullableAPIServerDeploymentDecisionEndpoint) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerDeploymentDecisionEndpoint) Set(val *APIServerDeploymentDecisionEndpoint)
- func (v *NullableAPIServerDeploymentDecisionEndpoint) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerDeploymentDecisionEndpoint) Unset()
- type NullableAPIServerDeploymentPolicy
- func (v NullableAPIServerDeploymentPolicy) Get() *APIServerDeploymentPolicy
- func (v NullableAPIServerDeploymentPolicy) IsSet() bool
- func (v NullableAPIServerDeploymentPolicy) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerDeploymentPolicy) Set(val *APIServerDeploymentPolicy)
- func (v *NullableAPIServerDeploymentPolicy) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerDeploymentPolicy) Unset()
- type NullableAPIServerDeploymentStatus
- func (v NullableAPIServerDeploymentStatus) Get() *APIServerDeploymentStatus
- func (v NullableAPIServerDeploymentStatus) IsSet() bool
- func (v NullableAPIServerDeploymentStatus) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerDeploymentStatus) Set(val *APIServerDeploymentStatus)
- func (v *NullableAPIServerDeploymentStatus) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerDeploymentStatus) Unset()
- type NullableAPIServerDeploymentStatusError
- func (v NullableAPIServerDeploymentStatusError) Get() *APIServerDeploymentStatusError
- func (v NullableAPIServerDeploymentStatusError) IsSet() bool
- func (v NullableAPIServerDeploymentStatusError) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerDeploymentStatusError) Set(val *APIServerDeploymentStatusError)
- func (v *NullableAPIServerDeploymentStatusError) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerDeploymentStatusError) Unset()
- type NullableAPIServerDirectory
- func (v NullableAPIServerDirectory) Get() *APIServerDirectory
- func (v NullableAPIServerDirectory) IsSet() bool
- func (v NullableAPIServerDirectory) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerDirectory) Set(val *APIServerDirectory)
- func (v *NullableAPIServerDirectory) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerDirectory) Unset()
- type NullableAPIServerOperation
- func (v NullableAPIServerOperation) Get() *APIServerOperation
- func (v NullableAPIServerOperation) IsSet() bool
- func (v NullableAPIServerOperation) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerOperation) Set(val *APIServerOperation)
- func (v *NullableAPIServerOperation) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerOperation) Unset()
- type NullableAPIServerOperationAccessControl
- func (v NullableAPIServerOperationAccessControl) Get() *APIServerOperationAccessControl
- func (v NullableAPIServerOperationAccessControl) IsSet() bool
- func (v NullableAPIServerOperationAccessControl) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerOperationAccessControl) Set(val *APIServerOperationAccessControl)
- func (v *NullableAPIServerOperationAccessControl) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerOperationAccessControl) Unset()
- type NullableAPIServerOperationAccessControlGroup
- func (v NullableAPIServerOperationAccessControlGroup) Get() *APIServerOperationAccessControlGroup
- func (v NullableAPIServerOperationAccessControlGroup) IsSet() bool
- func (v NullableAPIServerOperationAccessControlGroup) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerOperationAccessControlGroup) Set(val *APIServerOperationAccessControlGroup)
- func (v *NullableAPIServerOperationAccessControlGroup) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerOperationAccessControlGroup) Unset()
- type NullableAPIServerOperationAccessControlGroupGroupsInner
- func (v NullableAPIServerOperationAccessControlGroupGroupsInner) Get() *APIServerOperationAccessControlGroupGroupsInner
- func (v NullableAPIServerOperationAccessControlGroupGroupsInner) IsSet() bool
- func (v NullableAPIServerOperationAccessControlGroupGroupsInner) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerOperationAccessControlGroupGroupsInner) Set(val *APIServerOperationAccessControlGroupGroupsInner)
- func (v *NullableAPIServerOperationAccessControlGroupGroupsInner) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerOperationAccessControlGroupGroupsInner) Unset()
- type NullableAPIServerOperationAccessControlGroupGroupsInnerElement
- func (v NullableAPIServerOperationAccessControlGroupGroupsInnerElement) Get() *APIServerOperationAccessControlGroupGroupsInnerElement
- func (v NullableAPIServerOperationAccessControlGroupGroupsInnerElement) IsSet() bool
- func (v NullableAPIServerOperationAccessControlGroupGroupsInnerElement) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerOperationAccessControlGroupGroupsInnerElement) Set(val *APIServerOperationAccessControlGroupGroupsInnerElement)
- func (v *NullableAPIServerOperationAccessControlGroupGroupsInnerElement) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerOperationAccessControlGroupGroupsInnerElement) Unset()
- type NullableAPIServerOperationAccessControlPermission
- func (v NullableAPIServerOperationAccessControlPermission) Get() *APIServerOperationAccessControlPermission
- func (v NullableAPIServerOperationAccessControlPermission) IsSet() bool
- func (v NullableAPIServerOperationAccessControlPermission) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerOperationAccessControlPermission) Set(val *APIServerOperationAccessControlPermission)
- func (v *NullableAPIServerOperationAccessControlPermission) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerOperationAccessControlPermission) Unset()
- type NullableAPIServerOperationAccessControlScope
- func (v NullableAPIServerOperationAccessControlScope) Get() *APIServerOperationAccessControlScope
- func (v NullableAPIServerOperationAccessControlScope) IsSet() bool
- func (v NullableAPIServerOperationAccessControlScope) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerOperationAccessControlScope) Set(val *APIServerOperationAccessControlScope)
- func (v *NullableAPIServerOperationAccessControlScope) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerOperationAccessControlScope) Unset()
- type NullableAPIServerOperationAccessControlScopeScopesInner
- func (v NullableAPIServerOperationAccessControlScopeScopesInner) Get() *APIServerOperationAccessControlScopeScopesInner
- func (v NullableAPIServerOperationAccessControlScopeScopesInner) IsSet() bool
- func (v NullableAPIServerOperationAccessControlScopeScopesInner) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerOperationAccessControlScopeScopesInner) Set(val *APIServerOperationAccessControlScopeScopesInner)
- func (v *NullableAPIServerOperationAccessControlScopeScopesInner) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerOperationAccessControlScopeScopesInner) Unset()
- type NullableAPIServerOperationPathsInner
- func (v NullableAPIServerOperationPathsInner) Get() *APIServerOperationPathsInner
- func (v NullableAPIServerOperationPathsInner) IsSet() bool
- func (v NullableAPIServerOperationPathsInner) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerOperationPathsInner) Set(val *APIServerOperationPathsInner)
- func (v *NullableAPIServerOperationPathsInner) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerOperationPathsInner) Unset()
- type NullableAPIServerPolicy
- func (v NullableAPIServerPolicy) Get() *APIServerPolicy
- func (v NullableAPIServerPolicy) IsSet() bool
- func (v NullableAPIServerPolicy) MarshalJSON() ([]byte, error)
- func (v *NullableAPIServerPolicy) Set(val *APIServerPolicy)
- func (v *NullableAPIServerPolicy) UnmarshalJSON(src []byte) error
- func (v *NullableAPIServerPolicy) Unset()
- type NullableApplicationResource
- func (v NullableApplicationResource) Get() *ApplicationResource
- func (v NullableApplicationResource) IsSet() bool
- func (v NullableApplicationResource) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationResource) Set(val *ApplicationResource)
- func (v *NullableApplicationResource) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationResource) Unset()
- type NullableApplicationResourceParent
- func (v NullableApplicationResourceParent) Get() *ApplicationResourceParent
- func (v NullableApplicationResourceParent) IsSet() bool
- func (v NullableApplicationResourceParent) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationResourceParent) Set(val *ApplicationResourceParent)
- func (v *NullableApplicationResourceParent) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationResourceParent) Unset()
- type NullableApplicationResourcePermission
- func (v NullableApplicationResourcePermission) Get() *ApplicationResourcePermission
- func (v NullableApplicationResourcePermission) IsSet() bool
- func (v NullableApplicationResourcePermission) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationResourcePermission) Set(val *ApplicationResourcePermission)
- func (v *NullableApplicationResourcePermission) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationResourcePermission) Unset()
- type NullableApplicationResourcePermissionResource
- func (v NullableApplicationResourcePermissionResource) Get() *ApplicationResourcePermissionResource
- func (v NullableApplicationResourcePermissionResource) IsSet() bool
- func (v NullableApplicationResourcePermissionResource) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationResourcePermissionResource) Set(val *ApplicationResourcePermissionResource)
- func (v *NullableApplicationResourcePermissionResource) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationResourcePermissionResource) Unset()
- type NullableApplicationRole
- func (v NullableApplicationRole) Get() *ApplicationRole
- func (v NullableApplicationRole) IsSet() bool
- func (v NullableApplicationRole) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationRole) Set(val *ApplicationRole)
- func (v *NullableApplicationRole) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationRole) Unset()
- type NullableApplicationRoleAssignment
- func (v NullableApplicationRoleAssignment) Get() *ApplicationRoleAssignment
- func (v NullableApplicationRoleAssignment) IsSet() bool
- func (v NullableApplicationRoleAssignment) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationRoleAssignment) Set(val *ApplicationRoleAssignment)
- func (v *NullableApplicationRoleAssignment) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationRoleAssignment) Unset()
- type NullableApplicationRolePermission
- func (v NullableApplicationRolePermission) Get() *ApplicationRolePermission
- func (v NullableApplicationRolePermission) IsSet() bool
- func (v NullableApplicationRolePermission) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationRolePermission) Set(val *ApplicationRolePermission)
- func (v *NullableApplicationRolePermission) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationRolePermission) Unset()
- type NullableApplicationRolePermissionResource
- func (v NullableApplicationRolePermissionResource) Get() *ApplicationRolePermissionResource
- func (v NullableApplicationRolePermissionResource) IsSet() bool
- func (v NullableApplicationRolePermissionResource) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationRolePermissionResource) Set(val *ApplicationRolePermissionResource)
- func (v *NullableApplicationRolePermissionResource) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationRolePermissionResource) 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 NullableEntityArrayEmbeddedPermissionsInner
- func (v NullableEntityArrayEmbeddedPermissionsInner) Get() *EntityArrayEmbeddedPermissionsInner
- func (v NullableEntityArrayEmbeddedPermissionsInner) IsSet() bool
- func (v NullableEntityArrayEmbeddedPermissionsInner) MarshalJSON() ([]byte, error)
- func (v *NullableEntityArrayEmbeddedPermissionsInner) Set(val *EntityArrayEmbeddedPermissionsInner)
- func (v *NullableEntityArrayEmbeddedPermissionsInner) UnmarshalJSON(src []byte) error
- func (v *NullableEntityArrayEmbeddedPermissionsInner) Unset()
- type NullableEnumAPIServerAuthorizationServerType
- func (v NullableEnumAPIServerAuthorizationServerType) Get() *EnumAPIServerAuthorizationServerType
- func (v NullableEnumAPIServerAuthorizationServerType) IsSet() bool
- func (v NullableEnumAPIServerAuthorizationServerType) MarshalJSON() ([]byte, error)
- func (v *NullableEnumAPIServerAuthorizationServerType) Set(val *EnumAPIServerAuthorizationServerType)
- func (v *NullableEnumAPIServerAuthorizationServerType) UnmarshalJSON(src []byte) error
- func (v *NullableEnumAPIServerAuthorizationServerType) Unset()
- type NullableEnumAPIServerOperationMatchType
- func (v NullableEnumAPIServerOperationMatchType) Get() *EnumAPIServerOperationMatchType
- func (v NullableEnumAPIServerOperationMatchType) IsSet() bool
- func (v NullableEnumAPIServerOperationMatchType) MarshalJSON() ([]byte, error)
- func (v *NullableEnumAPIServerOperationMatchType) Set(val *EnumAPIServerOperationMatchType)
- func (v *NullableEnumAPIServerOperationMatchType) UnmarshalJSON(src []byte) error
- func (v *NullableEnumAPIServerOperationMatchType) Unset()
- type NullableEnumAPIServerOperationMethod
- func (v NullableEnumAPIServerOperationMethod) Get() *EnumAPIServerOperationMethod
- func (v NullableEnumAPIServerOperationMethod) IsSet() bool
- func (v NullableEnumAPIServerOperationMethod) MarshalJSON() ([]byte, error)
- func (v *NullableEnumAPIServerOperationMethod) Set(val *EnumAPIServerOperationMethod)
- func (v *NullableEnumAPIServerOperationMethod) UnmarshalJSON(src []byte) error
- func (v *NullableEnumAPIServerOperationMethod) Unset()
- type NullableEnumAPIServerOperationPathPatternType
- func (v NullableEnumAPIServerOperationPathPatternType) Get() *EnumAPIServerOperationPathPatternType
- func (v NullableEnumAPIServerOperationPathPatternType) IsSet() bool
- func (v NullableEnumAPIServerOperationPathPatternType) MarshalJSON() ([]byte, error)
- func (v *NullableEnumAPIServerOperationPathPatternType) Set(val *EnumAPIServerOperationPathPatternType)
- func (v *NullableEnumAPIServerOperationPathPatternType) UnmarshalJSON(src []byte) error
- func (v *NullableEnumAPIServerOperationPathPatternType) 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 NullableEnumApplicationResourceParentType
- func (v NullableEnumApplicationResourceParentType) Get() *EnumApplicationResourceParentType
- func (v NullableEnumApplicationResourceParentType) IsSet() bool
- func (v NullableEnumApplicationResourceParentType) MarshalJSON() ([]byte, error)
- func (v *NullableEnumApplicationResourceParentType) Set(val *EnumApplicationResourceParentType)
- func (v *NullableEnumApplicationResourceParentType) UnmarshalJSON(src []byte) error
- func (v *NullableEnumApplicationResourceParentType) 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 NullableLinksHATEOASValue
- func (v NullableLinksHATEOASValue) Get() *LinksHATEOASValue
- func (v NullableLinksHATEOASValue) IsSet() bool
- func (v NullableLinksHATEOASValue) MarshalJSON() ([]byte, error)
- func (v *NullableLinksHATEOASValue) Set(val *LinksHATEOASValue)
- func (v *NullableLinksHATEOASValue) UnmarshalJSON(src []byte) error
- func (v *NullableLinksHATEOASValue) 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) GetReferencedValues() []string
- func (o *P1ErrorDetailsInnerInnerError) GetReferencedValuesOk() ([]string, 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) HasReferencedValues() 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) SetReferencedValues(v []string)
- func (o P1ErrorDetailsInnerInnerError) ToMap() (map[string]interface{}, error)
- type PagedCursor
- func (o *PagedCursor) GetPaginationNextLink() LinksHATEOASValue
- func (o *PagedCursor) GetPaginationNextLinkOk() (*LinksHATEOASValue, bool)
- func (o *PagedCursor) GetPaginationPreviousLink() LinksHATEOASValue
- func (o *PagedCursor) GetPaginationPreviousLinkOk() (*LinksHATEOASValue, bool)
- func (o *PagedCursor) GetPaginationSelfLink() LinksHATEOASValue
- func (o *PagedCursor) GetPaginationSelfLinkOk() (*LinksHATEOASValue, bool)
- func (o *PagedCursor) HasPaginationNext() bool
- func (o *PagedCursor) HasPaginationPrevious() bool
- func (o *PagedCursor) HasPaginationSelf() bool
- func (o *PagedCursor) IsPaginated() bool
- 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) EntityArrayPagedIterator
- func (a *PolicyDecisionManagementApiService) ReadAllDecisionEndpointsExecuteInitialPage(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 ¶
const ( PAGINATION_HAL_LINK_INDEX_SELF = "self" PAGINATION_HAL_LINK_INDEX_NEXT = "next" PAGINATION_HAL_LINK_INDEX_PREV = "prev" )
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 AllowedEnumAPIServerAuthorizationServerTypeEnumValues = []EnumAPIServerAuthorizationServerType{
"PINGONE_SSO",
"EXTERNAL",
}
All allowed values of EnumAPIServerAuthorizationServerType enum
var AllowedEnumAPIServerOperationMatchTypeEnumValues = []EnumAPIServerOperationMatchType{
"ANY",
"ALL",
}
All allowed values of EnumAPIServerOperationMatchType enum
var AllowedEnumAPIServerOperationMethodEnumValues = []EnumAPIServerOperationMethod{
"GET",
"POST",
"PUT",
"PATCH",
"DELETE",
"OPTIONS",
}
All allowed values of EnumAPIServerOperationMethod enum
var AllowedEnumAPIServerOperationPathPatternTypeEnumValues = []EnumAPIServerOperationPathPatternType{
"EXACT",
"PARAMETER",
}
All allowed values of EnumAPIServerOperationPathPatternType enum
var AllowedEnumAPIServerPatternTypeEnumValues = []EnumAPIServerPatternType{
"EXACT",
"PARAMETER",
}
All allowed values of EnumAPIServerPatternType enum
var AllowedEnumApplicationResourceParentTypeEnumValues = []EnumApplicationResourceParentType{
"PING_ONE_RESOURCE",
}
All allowed values of EnumApplicationResourceParentType 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 APIServerDeploymentApi *APIServerDeploymentApiService APIServerOperationsApi *APIServerOperationsApiService ApplicationResourcePermissionsApi *ApplicationResourcePermissionsApiService ApplicationResourcesApi *ApplicationResourcesApiService ApplicationRoleAssignmentsApi *ApplicationRoleAssignmentsApiService ApplicationRolePermissionsApi *ApplicationRolePermissionsApiService ApplicationRolesApi *ApplicationRolesApiService HALApi *HALApiService 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 *map[string]LinksHATEOASValue `json:"_links,omitempty"` AccessControl *APIServerAccessControl `json:"accessControl,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"` Directory *APIServerDirectory `json:"directory,omitempty"` // 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"` Policy *APIServerPolicy `json:"policy,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) GetAccessControl ¶ added in v0.5.0
func (o *APIServer) GetAccessControl() APIServerAccessControl
GetAccessControl returns the AccessControl field value if set, zero value otherwise.
func (*APIServer) GetAccessControlOk ¶ added in v0.5.0
func (o *APIServer) GetAccessControlOk() (*APIServerAccessControl, bool)
GetAccessControlOk returns a tuple with the AccessControl field value if set, nil otherwise and a boolean to check if the value has been 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 ¶ added in v0.5.0
GetBaseUrls returns the BaseUrls field value
func (*APIServer) GetBaseUrlsOk ¶ added in v0.5.0
GetBaseUrlsOk returns a tuple with the BaseUrls field value and a boolean to check if the value has been set.
func (*APIServer) GetDirectory ¶ added in v0.5.0
func (o *APIServer) GetDirectory() APIServerDirectory
GetDirectory returns the Directory field value if set, zero value otherwise.
func (*APIServer) GetDirectoryOk ¶ added in v0.5.0
func (o *APIServer) GetDirectoryOk() (*APIServerDirectory, bool)
GetDirectoryOk returns a tuple with the Directory field value if set, nil otherwise 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() map[string]LinksHATEOASValue
GetLinks returns the Links field value if set, zero value otherwise.
func (*APIServer) GetLinksOk ¶ added in v0.3.0
func (o *APIServer) GetLinksOk() (*map[string]LinksHATEOASValue, 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) GetPolicy ¶ added in v0.5.0
func (o *APIServer) GetPolicy() APIServerPolicy
GetPolicy returns the Policy field value if set, zero value otherwise.
func (*APIServer) GetPolicyOk ¶ added in v0.5.0
func (o *APIServer) GetPolicyOk() (*APIServerPolicy, bool)
GetPolicyOk returns a tuple with the Policy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServer) HasAccessControl ¶ added in v0.5.0
HasAccessControl returns a boolean if a field has been set.
func (*APIServer) HasDirectory ¶ added in v0.5.0
HasDirectory returns a boolean if a field has been set.
func (APIServer) MarshalJSON ¶
func (*APIServer) SetAccessControl ¶ added in v0.5.0
func (o *APIServer) SetAccessControl(v APIServerAccessControl)
SetAccessControl gets a reference to the given APIServerAccessControl and assigns it to the AccessControl field.
func (*APIServer) SetAuthorizationServer ¶
func (o *APIServer) SetAuthorizationServer(v APIServerAuthorizationServer)
SetAuthorizationServer sets field value
func (*APIServer) SetBaseUrls ¶ added in v0.5.0
SetBaseUrls sets field value
func (*APIServer) SetDirectory ¶ added in v0.5.0
func (o *APIServer) SetDirectory(v APIServerDirectory)
SetDirectory gets a reference to the given APIServerDirectory and assigns it to the Directory field.
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 map[string]LinksHATEOASValue)
SetLinks gets a reference to the given map[string]LinksHATEOASValue and assigns it to the Links field.
func (*APIServer) SetPolicy ¶ added in v0.5.0
func (o *APIServer) SetPolicy(v APIServerPolicy)
SetPolicy gets a reference to the given APIServerPolicy and assigns it to the Policy field.
type APIServerAccessControl ¶ added in v0.5.0
type APIServerAccessControl struct {
Custom *APIServerAccessControlCustom `json:"custom,omitempty"`
}
APIServerAccessControl struct for APIServerAccessControl
func NewAPIServerAccessControl ¶ added in v0.5.0
func NewAPIServerAccessControl() *APIServerAccessControl
NewAPIServerAccessControl instantiates a new APIServerAccessControl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAPIServerAccessControlWithDefaults ¶ added in v0.5.0
func NewAPIServerAccessControlWithDefaults() *APIServerAccessControl
NewAPIServerAccessControlWithDefaults instantiates a new APIServerAccessControl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*APIServerAccessControl) GetCustom ¶ added in v0.5.0
func (o *APIServerAccessControl) GetCustom() APIServerAccessControlCustom
GetCustom returns the Custom field value if set, zero value otherwise.
func (*APIServerAccessControl) GetCustomOk ¶ added in v0.5.0
func (o *APIServerAccessControl) GetCustomOk() (*APIServerAccessControlCustom, bool)
GetCustomOk returns a tuple with the Custom field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServerAccessControl) HasCustom ¶ added in v0.5.0
func (o *APIServerAccessControl) HasCustom() bool
HasCustom returns a boolean if a field has been set.
func (APIServerAccessControl) MarshalJSON ¶ added in v0.5.0
func (o APIServerAccessControl) MarshalJSON() ([]byte, error)
func (*APIServerAccessControl) SetCustom ¶ added in v0.5.0
func (o *APIServerAccessControl) SetCustom(v APIServerAccessControlCustom)
SetCustom gets a reference to the given APIServerAccessControlCustom and assigns it to the Custom field.
func (APIServerAccessControl) ToMap ¶ added in v0.5.0
func (o APIServerAccessControl) ToMap() (map[string]interface{}, error)
type APIServerAccessControlCustom ¶ added in v0.5.0
type APIServerAccessControlCustom struct { // If `TRUE`, custom policy will be used for the endpoint. Defaults to `FALSE`. Enabled *bool `json:"enabled,omitempty"` }
APIServerAccessControlCustom Defines if the operation will use custom policy rather than the \"Group\" or \"Scope\" `accessControl` requirement.
func NewAPIServerAccessControlCustom ¶ added in v0.5.0
func NewAPIServerAccessControlCustom() *APIServerAccessControlCustom
NewAPIServerAccessControlCustom instantiates a new APIServerAccessControlCustom object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAPIServerAccessControlCustomWithDefaults ¶ added in v0.5.0
func NewAPIServerAccessControlCustomWithDefaults() *APIServerAccessControlCustom
NewAPIServerAccessControlCustomWithDefaults instantiates a new APIServerAccessControlCustom object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*APIServerAccessControlCustom) GetEnabled ¶ added in v0.5.0
func (o *APIServerAccessControlCustom) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*APIServerAccessControlCustom) GetEnabledOk ¶ added in v0.5.0
func (o *APIServerAccessControlCustom) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServerAccessControlCustom) HasEnabled ¶ added in v0.5.0
func (o *APIServerAccessControlCustom) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (APIServerAccessControlCustom) MarshalJSON ¶ added in v0.5.0
func (o APIServerAccessControlCustom) MarshalJSON() ([]byte, error)
func (*APIServerAccessControlCustom) SetEnabled ¶ added in v0.5.0
func (o *APIServerAccessControlCustom) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (APIServerAccessControlCustom) ToMap ¶ added in v0.5.0
func (o APIServerAccessControlCustom) ToMap() (map[string]interface{}, error)
type APIServerAuthorizationServer ¶
type APIServerAuthorizationServer struct { Resource *APIServerAuthorizationServerResource `json:"resource,omitempty"` Type EnumAPIServerAuthorizationServerType `json:"type"` }
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(type_ EnumAPIServerAuthorizationServerType) *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 if set, zero value otherwise.
func (*APIServerAuthorizationServer) GetResourceOk ¶
func (o *APIServerAuthorizationServer) GetResourceOk() (*APIServerAuthorizationServerResource, bool)
GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServerAuthorizationServer) GetType ¶ added in v0.5.0
func (o *APIServerAuthorizationServer) GetType() EnumAPIServerAuthorizationServerType
GetType returns the Type field value
func (*APIServerAuthorizationServer) GetTypeOk ¶ added in v0.5.0
func (o *APIServerAuthorizationServer) GetTypeOk() (*EnumAPIServerAuthorizationServerType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*APIServerAuthorizationServer) HasResource ¶ added in v0.5.0
func (o *APIServerAuthorizationServer) HasResource() bool
HasResource returns a boolean if a field has been set.
func (APIServerAuthorizationServer) MarshalJSON ¶
func (o APIServerAuthorizationServer) MarshalJSON() ([]byte, error)
func (*APIServerAuthorizationServer) SetResource ¶
func (o *APIServerAuthorizationServer) SetResource(v APIServerAuthorizationServerResource)
SetResource gets a reference to the given APIServerAuthorizationServerResource and assigns it to the Resource field.
func (*APIServerAuthorizationServer) SetType ¶ added in v0.5.0
func (o *APIServerAuthorizationServer) SetType(v EnumAPIServerAuthorizationServerType)
SetType 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 APIServerDeployment ¶ added in v0.5.0
type APIServerDeployment struct { Links *map[string]LinksHATEOASValue `json:"_links,omitempty"` AccessControl *APIServerDeploymentAccessControl `json:"accessControl,omitempty"` AuthorizationVersion *APIServerDeploymentAuthorizationVersion `json:"authorizationVersion,omitempty"` DecisionEndpoint *APIServerDeploymentDecisionEndpoint `json:"decisionEndpoint,omitempty"` // The time of most recent successful deployment. Null if the API service has never been successfully deployed. DeployedAt *time.Time `json:"deployedAt,omitempty"` Policy *APIServerDeploymentPolicy `json:"policy,omitempty"` Status *APIServerDeploymentStatus `json:"status,omitempty"` }
APIServerDeployment struct for APIServerDeployment
func NewAPIServerDeployment ¶ added in v0.5.0
func NewAPIServerDeployment() *APIServerDeployment
NewAPIServerDeployment instantiates a new APIServerDeployment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAPIServerDeploymentWithDefaults ¶ added in v0.5.0
func NewAPIServerDeploymentWithDefaults() *APIServerDeployment
NewAPIServerDeploymentWithDefaults instantiates a new APIServerDeployment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*APIServerDeployment) GetAccessControl ¶ added in v0.5.0
func (o *APIServerDeployment) GetAccessControl() APIServerDeploymentAccessControl
GetAccessControl returns the AccessControl field value if set, zero value otherwise.
func (*APIServerDeployment) GetAccessControlOk ¶ added in v0.5.0
func (o *APIServerDeployment) GetAccessControlOk() (*APIServerDeploymentAccessControl, bool)
GetAccessControlOk returns a tuple with the AccessControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServerDeployment) GetAuthorizationVersion ¶ added in v0.5.0
func (o *APIServerDeployment) GetAuthorizationVersion() APIServerDeploymentAuthorizationVersion
GetAuthorizationVersion returns the AuthorizationVersion field value if set, zero value otherwise.
func (*APIServerDeployment) GetAuthorizationVersionOk ¶ added in v0.5.0
func (o *APIServerDeployment) GetAuthorizationVersionOk() (*APIServerDeploymentAuthorizationVersion, 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 (*APIServerDeployment) GetDecisionEndpoint ¶ added in v0.5.0
func (o *APIServerDeployment) GetDecisionEndpoint() APIServerDeploymentDecisionEndpoint
GetDecisionEndpoint returns the DecisionEndpoint field value if set, zero value otherwise.
func (*APIServerDeployment) GetDecisionEndpointOk ¶ added in v0.5.0
func (o *APIServerDeployment) GetDecisionEndpointOk() (*APIServerDeploymentDecisionEndpoint, bool)
GetDecisionEndpointOk returns a tuple with the DecisionEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServerDeployment) GetDeployedAt ¶ added in v0.5.0
func (o *APIServerDeployment) GetDeployedAt() time.Time
GetDeployedAt returns the DeployedAt field value if set, zero value otherwise.
func (*APIServerDeployment) GetDeployedAtOk ¶ added in v0.5.0
func (o *APIServerDeployment) GetDeployedAtOk() (*time.Time, bool)
GetDeployedAtOk returns a tuple with the DeployedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServerDeployment) GetLinks ¶ added in v0.5.0
func (o *APIServerDeployment) GetLinks() map[string]LinksHATEOASValue
GetLinks returns the Links field value if set, zero value otherwise.
func (*APIServerDeployment) GetLinksOk ¶ added in v0.5.0
func (o *APIServerDeployment) GetLinksOk() (*map[string]LinksHATEOASValue, 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 (*APIServerDeployment) GetPolicy ¶ added in v0.5.0
func (o *APIServerDeployment) GetPolicy() APIServerDeploymentPolicy
GetPolicy returns the Policy field value if set, zero value otherwise.
func (*APIServerDeployment) GetPolicyOk ¶ added in v0.5.0
func (o *APIServerDeployment) GetPolicyOk() (*APIServerDeploymentPolicy, bool)
GetPolicyOk returns a tuple with the Policy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServerDeployment) GetStatus ¶ added in v0.5.0
func (o *APIServerDeployment) GetStatus() APIServerDeploymentStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*APIServerDeployment) GetStatusOk ¶ added in v0.5.0
func (o *APIServerDeployment) GetStatusOk() (*APIServerDeploymentStatus, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServerDeployment) HasAccessControl ¶ added in v0.5.0
func (o *APIServerDeployment) HasAccessControl() bool
HasAccessControl returns a boolean if a field has been set.
func (*APIServerDeployment) HasAuthorizationVersion ¶ added in v0.5.0
func (o *APIServerDeployment) HasAuthorizationVersion() bool
HasAuthorizationVersion returns a boolean if a field has been set.
func (*APIServerDeployment) HasDecisionEndpoint ¶ added in v0.5.0
func (o *APIServerDeployment) HasDecisionEndpoint() bool
HasDecisionEndpoint returns a boolean if a field has been set.
func (*APIServerDeployment) HasDeployedAt ¶ added in v0.5.0
func (o *APIServerDeployment) HasDeployedAt() bool
HasDeployedAt returns a boolean if a field has been set.
func (*APIServerDeployment) HasLinks ¶ added in v0.5.0
func (o *APIServerDeployment) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*APIServerDeployment) HasPolicy ¶ added in v0.5.0
func (o *APIServerDeployment) HasPolicy() bool
HasPolicy returns a boolean if a field has been set.
func (*APIServerDeployment) HasStatus ¶ added in v0.5.0
func (o *APIServerDeployment) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (APIServerDeployment) MarshalJSON ¶ added in v0.5.0
func (o APIServerDeployment) MarshalJSON() ([]byte, error)
func (*APIServerDeployment) SetAccessControl ¶ added in v0.5.0
func (o *APIServerDeployment) SetAccessControl(v APIServerDeploymentAccessControl)
SetAccessControl gets a reference to the given APIServerDeploymentAccessControl and assigns it to the AccessControl field.
func (*APIServerDeployment) SetAuthorizationVersion ¶ added in v0.5.0
func (o *APIServerDeployment) SetAuthorizationVersion(v APIServerDeploymentAuthorizationVersion)
SetAuthorizationVersion gets a reference to the given APIServerDeploymentAuthorizationVersion and assigns it to the AuthorizationVersion field.
func (*APIServerDeployment) SetDecisionEndpoint ¶ added in v0.5.0
func (o *APIServerDeployment) SetDecisionEndpoint(v APIServerDeploymentDecisionEndpoint)
SetDecisionEndpoint gets a reference to the given APIServerDeploymentDecisionEndpoint and assigns it to the DecisionEndpoint field.
func (*APIServerDeployment) SetDeployedAt ¶ added in v0.5.0
func (o *APIServerDeployment) SetDeployedAt(v time.Time)
SetDeployedAt gets a reference to the given time.Time and assigns it to the DeployedAt field.
func (*APIServerDeployment) SetLinks ¶ added in v0.5.0
func (o *APIServerDeployment) SetLinks(v map[string]LinksHATEOASValue)
SetLinks gets a reference to the given map[string]LinksHATEOASValue and assigns it to the Links field.
func (*APIServerDeployment) SetPolicy ¶ added in v0.5.0
func (o *APIServerDeployment) SetPolicy(v APIServerDeploymentPolicy)
SetPolicy gets a reference to the given APIServerDeploymentPolicy and assigns it to the Policy field.
func (*APIServerDeployment) SetStatus ¶ added in v0.5.0
func (o *APIServerDeployment) SetStatus(v APIServerDeploymentStatus)
SetStatus gets a reference to the given APIServerDeploymentStatus and assigns it to the Status field.
func (APIServerDeployment) ToMap ¶ added in v0.5.0
func (o APIServerDeployment) ToMap() (map[string]interface{}, error)
type APIServerDeploymentAccessControl ¶ added in v0.5.0
type APIServerDeploymentAccessControl struct {
Custom *APIServerDeploymentAccessControlCustom `json:"custom,omitempty"`
}
APIServerDeploymentAccessControl struct for APIServerDeploymentAccessControl
func NewAPIServerDeploymentAccessControl ¶ added in v0.5.0
func NewAPIServerDeploymentAccessControl() *APIServerDeploymentAccessControl
NewAPIServerDeploymentAccessControl instantiates a new APIServerDeploymentAccessControl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAPIServerDeploymentAccessControlWithDefaults ¶ added in v0.5.0
func NewAPIServerDeploymentAccessControlWithDefaults() *APIServerDeploymentAccessControl
NewAPIServerDeploymentAccessControlWithDefaults instantiates a new APIServerDeploymentAccessControl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*APIServerDeploymentAccessControl) GetCustom ¶ added in v0.5.0
func (o *APIServerDeploymentAccessControl) GetCustom() APIServerDeploymentAccessControlCustom
GetCustom returns the Custom field value if set, zero value otherwise.
func (*APIServerDeploymentAccessControl) GetCustomOk ¶ added in v0.5.0
func (o *APIServerDeploymentAccessControl) GetCustomOk() (*APIServerDeploymentAccessControlCustom, bool)
GetCustomOk returns a tuple with the Custom field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServerDeploymentAccessControl) HasCustom ¶ added in v0.5.0
func (o *APIServerDeploymentAccessControl) HasCustom() bool
HasCustom returns a boolean if a field has been set.
func (APIServerDeploymentAccessControl) MarshalJSON ¶ added in v0.5.0
func (o APIServerDeploymentAccessControl) MarshalJSON() ([]byte, error)
func (*APIServerDeploymentAccessControl) SetCustom ¶ added in v0.5.0
func (o *APIServerDeploymentAccessControl) SetCustom(v APIServerDeploymentAccessControlCustom)
SetCustom gets a reference to the given APIServerDeploymentAccessControlCustom and assigns it to the Custom field.
func (APIServerDeploymentAccessControl) ToMap ¶ added in v0.5.0
func (o APIServerDeploymentAccessControl) ToMap() (map[string]interface{}, error)
type APIServerDeploymentAccessControlCustom ¶ added in v0.5.0
type APIServerDeploymentAccessControlCustom struct { // If `TRUE`, custom policy will be used for the endpoint. Defaults to `FALSE`. Enabled *bool `json:"enabled,omitempty"` }
APIServerDeploymentAccessControlCustom Defines if the operation will use custom policy rather than the \"Group\" or \"Scope\" `accessControl` requirement.
func NewAPIServerDeploymentAccessControlCustom ¶ added in v0.5.0
func NewAPIServerDeploymentAccessControlCustom() *APIServerDeploymentAccessControlCustom
NewAPIServerDeploymentAccessControlCustom instantiates a new APIServerDeploymentAccessControlCustom object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAPIServerDeploymentAccessControlCustomWithDefaults ¶ added in v0.5.0
func NewAPIServerDeploymentAccessControlCustomWithDefaults() *APIServerDeploymentAccessControlCustom
NewAPIServerDeploymentAccessControlCustomWithDefaults instantiates a new APIServerDeploymentAccessControlCustom object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*APIServerDeploymentAccessControlCustom) GetEnabled ¶ added in v0.5.0
func (o *APIServerDeploymentAccessControlCustom) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*APIServerDeploymentAccessControlCustom) GetEnabledOk ¶ added in v0.5.0
func (o *APIServerDeploymentAccessControlCustom) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServerDeploymentAccessControlCustom) HasEnabled ¶ added in v0.5.0
func (o *APIServerDeploymentAccessControlCustom) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (APIServerDeploymentAccessControlCustom) MarshalJSON ¶ added in v0.5.0
func (o APIServerDeploymentAccessControlCustom) MarshalJSON() ([]byte, error)
func (*APIServerDeploymentAccessControlCustom) SetEnabled ¶ added in v0.5.0
func (o *APIServerDeploymentAccessControlCustom) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (APIServerDeploymentAccessControlCustom) ToMap ¶ added in v0.5.0
func (o APIServerDeploymentAccessControlCustom) ToMap() (map[string]interface{}, error)
type APIServerDeploymentApiService ¶ added in v0.5.0
type APIServerDeploymentApiService service
APIServerDeploymentApiService APIServerDeploymentApi service
func (*APIServerDeploymentApiService) DeployAPIServer ¶ added in v0.5.0
func (a *APIServerDeploymentApiService) DeployAPIServer(ctx context.Context, environmentID string, apiServerID string) ApiDeployAPIServerRequest
DeployAPIServer Deploy 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 ApiDeployAPIServerRequest
func (*APIServerDeploymentApiService) DeployAPIServerExecute ¶ added in v0.5.0
func (a *APIServerDeploymentApiService) DeployAPIServerExecute(r ApiDeployAPIServerRequest) (*APIServerDeployment, *http.Response, error)
Execute executes the request
@return APIServerDeployment
func (*APIServerDeploymentApiService) ReadDeploymentStatus ¶ added in v0.5.0
func (a *APIServerDeploymentApiService) ReadDeploymentStatus(ctx context.Context, environmentID string, apiServerID string) ApiReadDeploymentStatusRequest
ReadDeploymentStatus READ API Server Deployment Status
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param apiServerID @return ApiReadDeploymentStatusRequest
func (*APIServerDeploymentApiService) ReadDeploymentStatusExecute ¶ added in v0.5.0
func (a *APIServerDeploymentApiService) ReadDeploymentStatusExecute(r ApiReadDeploymentStatusRequest) (*APIServerDeployment, *http.Response, error)
Execute executes the request
@return APIServerDeployment
type APIServerDeploymentAuthorizationVersion ¶ added in v0.5.0
type APIServerDeploymentAuthorizationVersion struct { // The UUID of the last deployed policy authorization version. This is present only if custom polcies are enabled and the API service has been deployed at least once. Id *string `json:"id,omitempty"` }
APIServerDeploymentAuthorizationVersion struct for APIServerDeploymentAuthorizationVersion
func NewAPIServerDeploymentAuthorizationVersion ¶ added in v0.5.0
func NewAPIServerDeploymentAuthorizationVersion() *APIServerDeploymentAuthorizationVersion
NewAPIServerDeploymentAuthorizationVersion instantiates a new APIServerDeploymentAuthorizationVersion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAPIServerDeploymentAuthorizationVersionWithDefaults ¶ added in v0.5.0
func NewAPIServerDeploymentAuthorizationVersionWithDefaults() *APIServerDeploymentAuthorizationVersion
NewAPIServerDeploymentAuthorizationVersionWithDefaults instantiates a new APIServerDeploymentAuthorizationVersion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*APIServerDeploymentAuthorizationVersion) GetId ¶ added in v0.5.0
func (o *APIServerDeploymentAuthorizationVersion) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*APIServerDeploymentAuthorizationVersion) GetIdOk ¶ added in v0.5.0
func (o *APIServerDeploymentAuthorizationVersion) 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 (*APIServerDeploymentAuthorizationVersion) HasId ¶ added in v0.5.0
func (o *APIServerDeploymentAuthorizationVersion) HasId() bool
HasId returns a boolean if a field has been set.
func (APIServerDeploymentAuthorizationVersion) MarshalJSON ¶ added in v0.5.0
func (o APIServerDeploymentAuthorizationVersion) MarshalJSON() ([]byte, error)
func (*APIServerDeploymentAuthorizationVersion) SetId ¶ added in v0.5.0
func (o *APIServerDeploymentAuthorizationVersion) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (APIServerDeploymentAuthorizationVersion) ToMap ¶ added in v0.5.0
func (o APIServerDeploymentAuthorizationVersion) ToMap() (map[string]interface{}, error)
type APIServerDeploymentDecisionEndpoint ¶ added in v0.5.0
type APIServerDeploymentDecisionEndpoint struct { // The UUID of the decision endpoint. Id *string `json:"id,omitempty"` }
APIServerDeploymentDecisionEndpoint struct for APIServerDeploymentDecisionEndpoint
func NewAPIServerDeploymentDecisionEndpoint ¶ added in v0.5.0
func NewAPIServerDeploymentDecisionEndpoint() *APIServerDeploymentDecisionEndpoint
NewAPIServerDeploymentDecisionEndpoint instantiates a new APIServerDeploymentDecisionEndpoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAPIServerDeploymentDecisionEndpointWithDefaults ¶ added in v0.5.0
func NewAPIServerDeploymentDecisionEndpointWithDefaults() *APIServerDeploymentDecisionEndpoint
NewAPIServerDeploymentDecisionEndpointWithDefaults instantiates a new APIServerDeploymentDecisionEndpoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*APIServerDeploymentDecisionEndpoint) GetId ¶ added in v0.5.0
func (o *APIServerDeploymentDecisionEndpoint) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*APIServerDeploymentDecisionEndpoint) GetIdOk ¶ added in v0.5.0
func (o *APIServerDeploymentDecisionEndpoint) 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 (*APIServerDeploymentDecisionEndpoint) HasId ¶ added in v0.5.0
func (o *APIServerDeploymentDecisionEndpoint) HasId() bool
HasId returns a boolean if a field has been set.
func (APIServerDeploymentDecisionEndpoint) MarshalJSON ¶ added in v0.5.0
func (o APIServerDeploymentDecisionEndpoint) MarshalJSON() ([]byte, error)
func (*APIServerDeploymentDecisionEndpoint) SetId ¶ added in v0.5.0
func (o *APIServerDeploymentDecisionEndpoint) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (APIServerDeploymentDecisionEndpoint) ToMap ¶ added in v0.5.0
func (o APIServerDeploymentDecisionEndpoint) ToMap() (map[string]interface{}, error)
type APIServerDeploymentPolicy ¶ added in v0.5.0
type APIServerDeploymentPolicy struct { // The ID of the root policy. Id *string `json:"id,omitempty"` }
APIServerDeploymentPolicy struct for APIServerDeploymentPolicy
func NewAPIServerDeploymentPolicy ¶ added in v0.5.0
func NewAPIServerDeploymentPolicy() *APIServerDeploymentPolicy
NewAPIServerDeploymentPolicy instantiates a new APIServerDeploymentPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAPIServerDeploymentPolicyWithDefaults ¶ added in v0.5.0
func NewAPIServerDeploymentPolicyWithDefaults() *APIServerDeploymentPolicy
NewAPIServerDeploymentPolicyWithDefaults instantiates a new APIServerDeploymentPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*APIServerDeploymentPolicy) GetId ¶ added in v0.5.0
func (o *APIServerDeploymentPolicy) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*APIServerDeploymentPolicy) GetIdOk ¶ added in v0.5.0
func (o *APIServerDeploymentPolicy) 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 (*APIServerDeploymentPolicy) HasId ¶ added in v0.5.0
func (o *APIServerDeploymentPolicy) HasId() bool
HasId returns a boolean if a field has been set.
func (APIServerDeploymentPolicy) MarshalJSON ¶ added in v0.5.0
func (o APIServerDeploymentPolicy) MarshalJSON() ([]byte, error)
func (*APIServerDeploymentPolicy) SetId ¶ added in v0.5.0
func (o *APIServerDeploymentPolicy) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (APIServerDeploymentPolicy) ToMap ¶ added in v0.5.0
func (o APIServerDeploymentPolicy) ToMap() (map[string]interface{}, error)
type APIServerDeploymentStatus ¶ added in v0.5.0
type APIServerDeploymentStatus struct { // The deployment status code. - `POLICIES_CREATE_IN_PROGRESS` The policy bundle for the API service's managed policies is being created. - `DECISION_ENDPOINT_CREATE_IN_PROGRESS` A decision endpoint is being created for the API service. - `DECISION_ENDPOINT_UPDATE_IN_PROGRESS` The API service's decision endpoint is being updated. - `DEPLOYMENT_SUCCESSFUL` The API service's policies have been successfully deployed. - `DEPLOYMENT_FAILED` HAP-MGMT was unable to deploy the API service's policies. - `DEPLOYMENT_UNINITIALIZED` A deployment has not yet been attempted. Code *string `json:"code,omitempty"` Error *APIServerDeploymentStatusError `json:"error,omitempty"` }
APIServerDeploymentStatus struct for APIServerDeploymentStatus
func NewAPIServerDeploymentStatus ¶ added in v0.5.0
func NewAPIServerDeploymentStatus() *APIServerDeploymentStatus
NewAPIServerDeploymentStatus instantiates a new APIServerDeploymentStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAPIServerDeploymentStatusWithDefaults ¶ added in v0.5.0
func NewAPIServerDeploymentStatusWithDefaults() *APIServerDeploymentStatus
NewAPIServerDeploymentStatusWithDefaults instantiates a new APIServerDeploymentStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*APIServerDeploymentStatus) GetCode ¶ added in v0.5.0
func (o *APIServerDeploymentStatus) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*APIServerDeploymentStatus) GetCodeOk ¶ added in v0.5.0
func (o *APIServerDeploymentStatus) 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 (*APIServerDeploymentStatus) GetError ¶ added in v0.5.0
func (o *APIServerDeploymentStatus) GetError() APIServerDeploymentStatusError
GetError returns the Error field value if set, zero value otherwise.
func (*APIServerDeploymentStatus) GetErrorOk ¶ added in v0.5.0
func (o *APIServerDeploymentStatus) GetErrorOk() (*APIServerDeploymentStatusError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServerDeploymentStatus) HasCode ¶ added in v0.5.0
func (o *APIServerDeploymentStatus) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*APIServerDeploymentStatus) HasError ¶ added in v0.5.0
func (o *APIServerDeploymentStatus) HasError() bool
HasError returns a boolean if a field has been set.
func (APIServerDeploymentStatus) MarshalJSON ¶ added in v0.5.0
func (o APIServerDeploymentStatus) MarshalJSON() ([]byte, error)
func (*APIServerDeploymentStatus) SetCode ¶ added in v0.5.0
func (o *APIServerDeploymentStatus) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*APIServerDeploymentStatus) SetError ¶ added in v0.5.0
func (o *APIServerDeploymentStatus) SetError(v APIServerDeploymentStatusError)
SetError gets a reference to the given APIServerDeploymentStatusError and assigns it to the Error field.
func (APIServerDeploymentStatus) ToMap ¶ added in v0.5.0
func (o APIServerDeploymentStatus) ToMap() (map[string]interface{}, error)
type APIServerDeploymentStatusError ¶ added in v0.5.0
type APIServerDeploymentStatusError struct { // A unique identifier for the error. Id *string `json:"id,omitempty"` // A general fault code that identifies the the type of error. See [Error codes](https://apidocs.pingidentity.com/pingone/platform/v1/api/#error-codes). Code *string `json:"code,omitempty"` // A short human-readable description of the error. Message *string `json:"message,omitempty"` }
APIServerDeploymentStatusError Error details returned if the last deployment request failed.
func NewAPIServerDeploymentStatusError ¶ added in v0.5.0
func NewAPIServerDeploymentStatusError() *APIServerDeploymentStatusError
NewAPIServerDeploymentStatusError instantiates a new APIServerDeploymentStatusError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAPIServerDeploymentStatusErrorWithDefaults ¶ added in v0.5.0
func NewAPIServerDeploymentStatusErrorWithDefaults() *APIServerDeploymentStatusError
NewAPIServerDeploymentStatusErrorWithDefaults instantiates a new APIServerDeploymentStatusError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*APIServerDeploymentStatusError) GetCode ¶ added in v0.5.0
func (o *APIServerDeploymentStatusError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*APIServerDeploymentStatusError) GetCodeOk ¶ added in v0.5.0
func (o *APIServerDeploymentStatusError) 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 (*APIServerDeploymentStatusError) GetId ¶ added in v0.5.0
func (o *APIServerDeploymentStatusError) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*APIServerDeploymentStatusError) GetIdOk ¶ added in v0.5.0
func (o *APIServerDeploymentStatusError) 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 (*APIServerDeploymentStatusError) GetMessage ¶ added in v0.5.0
func (o *APIServerDeploymentStatusError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*APIServerDeploymentStatusError) GetMessageOk ¶ added in v0.5.0
func (o *APIServerDeploymentStatusError) 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 (*APIServerDeploymentStatusError) HasCode ¶ added in v0.5.0
func (o *APIServerDeploymentStatusError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*APIServerDeploymentStatusError) HasId ¶ added in v0.5.0
func (o *APIServerDeploymentStatusError) HasId() bool
HasId returns a boolean if a field has been set.
func (*APIServerDeploymentStatusError) HasMessage ¶ added in v0.5.0
func (o *APIServerDeploymentStatusError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (APIServerDeploymentStatusError) MarshalJSON ¶ added in v0.5.0
func (o APIServerDeploymentStatusError) MarshalJSON() ([]byte, error)
func (*APIServerDeploymentStatusError) SetCode ¶ added in v0.5.0
func (o *APIServerDeploymentStatusError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*APIServerDeploymentStatusError) SetId ¶ added in v0.5.0
func (o *APIServerDeploymentStatusError) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*APIServerDeploymentStatusError) SetMessage ¶ added in v0.5.0
func (o *APIServerDeploymentStatusError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (APIServerDeploymentStatusError) ToMap ¶ added in v0.5.0
func (o APIServerDeploymentStatusError) ToMap() (map[string]interface{}, error)
type APIServerDirectory ¶ added in v0.5.0
type APIServerDirectory struct {
Type EnumAPIServerAuthorizationServerType `json:"type"`
}
APIServerDirectory A container object for fields related to the user directory used to issue access tokens for accessing the APIs. If not provided, the `directory.type` will default to `PINGONE_SSO`.
func NewAPIServerDirectory ¶ added in v0.5.0
func NewAPIServerDirectory(type_ EnumAPIServerAuthorizationServerType) *APIServerDirectory
NewAPIServerDirectory instantiates a new APIServerDirectory object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAPIServerDirectoryWithDefaults ¶ added in v0.5.0
func NewAPIServerDirectoryWithDefaults() *APIServerDirectory
NewAPIServerDirectoryWithDefaults instantiates a new APIServerDirectory object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*APIServerDirectory) GetType ¶ added in v0.5.0
func (o *APIServerDirectory) GetType() EnumAPIServerAuthorizationServerType
GetType returns the Type field value
func (*APIServerDirectory) GetTypeOk ¶ added in v0.5.0
func (o *APIServerDirectory) GetTypeOk() (*EnumAPIServerAuthorizationServerType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (APIServerDirectory) MarshalJSON ¶ added in v0.5.0
func (o APIServerDirectory) MarshalJSON() ([]byte, error)
func (*APIServerDirectory) SetType ¶ added in v0.5.0
func (o *APIServerDirectory) SetType(v EnumAPIServerAuthorizationServerType)
SetType sets field value
func (APIServerDirectory) ToMap ¶ added in v0.5.0
func (o APIServerDirectory) ToMap() (map[string]interface{}, error)
type APIServerOperation ¶ added in v0.5.0
type APIServerOperation struct { Links *map[string]LinksHATEOASValue `json:"_links,omitempty"` // The ID of the API service operation. This is randomly generated when the operation is created. Id *string `json:"id,omitempty"` // The name of the API service operation. Name string `json:"name"` AccessControl *APIServerOperationAccessControl `json:"accessControl,omitempty"` // The methods that define the operation. No duplicates are allowed. Each element must be a valid HTTP token, according to [RFC 7230](https://datatracker.ietf.org/doc/html/rfc7230), and cannot exceed 64 characters. An empty array is not valid. To indicate that an operation is defined for every method, the `methods` array should be set to null. The `methods` array is limited to 10 entries. Methods []EnumAPIServerOperationMethod `json:"methods,omitempty"` // The paths that define the operation. The same literal pattern is not allowed within the same operation (the pattern of a `paths` element must be unique as compared to all other patterns in the same `paths` array). However, the same literal pattern is allowed in different operations (for example, OperationA, `/path1`, OperationB, `/path1` is valid). The `paths` array is limited to 10 entries. Paths []APIServerOperationPathsInner `json:"paths"` Policy *APIServerPolicy `json:"policy,omitempty"` }
APIServerOperation struct for APIServerOperation
func NewAPIServerOperation ¶ added in v0.5.0
func NewAPIServerOperation(name string, paths []APIServerOperationPathsInner) *APIServerOperation
NewAPIServerOperation instantiates a new APIServerOperation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAPIServerOperationWithDefaults ¶ added in v0.5.0
func NewAPIServerOperationWithDefaults() *APIServerOperation
NewAPIServerOperationWithDefaults instantiates a new APIServerOperation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*APIServerOperation) GetAccessControl ¶ added in v0.5.0
func (o *APIServerOperation) GetAccessControl() APIServerOperationAccessControl
GetAccessControl returns the AccessControl field value if set, zero value otherwise.
func (*APIServerOperation) GetAccessControlOk ¶ added in v0.5.0
func (o *APIServerOperation) GetAccessControlOk() (*APIServerOperationAccessControl, bool)
GetAccessControlOk returns a tuple with the AccessControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServerOperation) GetId ¶ added in v0.5.0
func (o *APIServerOperation) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*APIServerOperation) GetIdOk ¶ added in v0.5.0
func (o *APIServerOperation) 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 (*APIServerOperation) GetLinks ¶ added in v0.5.0
func (o *APIServerOperation) GetLinks() map[string]LinksHATEOASValue
GetLinks returns the Links field value if set, zero value otherwise.
func (*APIServerOperation) GetLinksOk ¶ added in v0.5.0
func (o *APIServerOperation) GetLinksOk() (*map[string]LinksHATEOASValue, 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 (*APIServerOperation) GetMethods ¶ added in v0.5.0
func (o *APIServerOperation) GetMethods() []EnumAPIServerOperationMethod
GetMethods returns the Methods field value if set, zero value otherwise.
func (*APIServerOperation) GetMethodsOk ¶ added in v0.5.0
func (o *APIServerOperation) GetMethodsOk() ([]EnumAPIServerOperationMethod, bool)
GetMethodsOk returns a tuple with the Methods field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServerOperation) GetName ¶ added in v0.5.0
func (o *APIServerOperation) GetName() string
GetName returns the Name field value
func (*APIServerOperation) GetNameOk ¶ added in v0.5.0
func (o *APIServerOperation) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*APIServerOperation) GetPaths ¶ added in v0.5.0
func (o *APIServerOperation) GetPaths() []APIServerOperationPathsInner
GetPaths returns the Paths field value
func (*APIServerOperation) GetPathsOk ¶ added in v0.5.0
func (o *APIServerOperation) GetPathsOk() ([]APIServerOperationPathsInner, bool)
GetPathsOk returns a tuple with the Paths field value and a boolean to check if the value has been set.
func (*APIServerOperation) GetPolicy ¶ added in v0.5.0
func (o *APIServerOperation) GetPolicy() APIServerPolicy
GetPolicy returns the Policy field value if set, zero value otherwise.
func (*APIServerOperation) GetPolicyOk ¶ added in v0.5.0
func (o *APIServerOperation) GetPolicyOk() (*APIServerPolicy, bool)
GetPolicyOk returns a tuple with the Policy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServerOperation) HasAccessControl ¶ added in v0.5.0
func (o *APIServerOperation) HasAccessControl() bool
HasAccessControl returns a boolean if a field has been set.
func (*APIServerOperation) HasId ¶ added in v0.5.0
func (o *APIServerOperation) HasId() bool
HasId returns a boolean if a field has been set.
func (*APIServerOperation) HasLinks ¶ added in v0.5.0
func (o *APIServerOperation) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*APIServerOperation) HasMethods ¶ added in v0.5.0
func (o *APIServerOperation) HasMethods() bool
HasMethods returns a boolean if a field has been set.
func (*APIServerOperation) HasPolicy ¶ added in v0.5.0
func (o *APIServerOperation) HasPolicy() bool
HasPolicy returns a boolean if a field has been set.
func (APIServerOperation) MarshalJSON ¶ added in v0.5.0
func (o APIServerOperation) MarshalJSON() ([]byte, error)
func (*APIServerOperation) SetAccessControl ¶ added in v0.5.0
func (o *APIServerOperation) SetAccessControl(v APIServerOperationAccessControl)
SetAccessControl gets a reference to the given APIServerOperationAccessControl and assigns it to the AccessControl field.
func (*APIServerOperation) SetId ¶ added in v0.5.0
func (o *APIServerOperation) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*APIServerOperation) SetLinks ¶ added in v0.5.0
func (o *APIServerOperation) SetLinks(v map[string]LinksHATEOASValue)
SetLinks gets a reference to the given map[string]LinksHATEOASValue and assigns it to the Links field.
func (*APIServerOperation) SetMethods ¶ added in v0.5.0
func (o *APIServerOperation) SetMethods(v []EnumAPIServerOperationMethod)
SetMethods gets a reference to the given []EnumAPIServerOperationMethod and assigns it to the Methods field.
func (*APIServerOperation) SetName ¶ added in v0.5.0
func (o *APIServerOperation) SetName(v string)
SetName sets field value
func (*APIServerOperation) SetPaths ¶ added in v0.5.0
func (o *APIServerOperation) SetPaths(v []APIServerOperationPathsInner)
SetPaths sets field value
func (*APIServerOperation) SetPolicy ¶ added in v0.5.0
func (o *APIServerOperation) SetPolicy(v APIServerPolicy)
SetPolicy gets a reference to the given APIServerPolicy and assigns it to the Policy field.
func (APIServerOperation) ToMap ¶ added in v0.5.0
func (o APIServerOperation) ToMap() (map[string]interface{}, error)
type APIServerOperationAccessControl ¶ added in v0.5.0
type APIServerOperationAccessControl struct { Group *APIServerOperationAccessControlGroup `json:"group,omitempty"` Permission *APIServerOperationAccessControlPermission `json:"permission,omitempty"` Scope *APIServerOperationAccessControlScope `json:"scope,omitempty"` }
APIServerOperationAccessControl The access control configuration for the operation.
func NewAPIServerOperationAccessControl ¶ added in v0.5.0
func NewAPIServerOperationAccessControl() *APIServerOperationAccessControl
NewAPIServerOperationAccessControl instantiates a new APIServerOperationAccessControl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAPIServerOperationAccessControlWithDefaults ¶ added in v0.5.0
func NewAPIServerOperationAccessControlWithDefaults() *APIServerOperationAccessControl
NewAPIServerOperationAccessControlWithDefaults instantiates a new APIServerOperationAccessControl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*APIServerOperationAccessControl) GetGroup ¶ added in v0.5.0
func (o *APIServerOperationAccessControl) GetGroup() APIServerOperationAccessControlGroup
GetGroup returns the Group field value if set, zero value otherwise.
func (*APIServerOperationAccessControl) GetGroupOk ¶ added in v0.5.0
func (o *APIServerOperationAccessControl) GetGroupOk() (*APIServerOperationAccessControlGroup, bool)
GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServerOperationAccessControl) GetPermission ¶ added in v0.5.0
func (o *APIServerOperationAccessControl) GetPermission()