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
- func (r ApiCreateAPIServerOperationRequest) APIServerOperation(aPIServerOperation APIServerOperation) ApiCreateAPIServerOperationRequest
- func (r ApiCreateAPIServerOperationRequest) Execute() (*APIServerOperation, *http.Response, error)
- func (r ApiCreateAPIServerOperationRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateAPIServerOperationRequest
- func (r ApiCreateAPIServerOperationRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateAPIServerOperationRequest
- type ApiCreateAPIServerRequest
- func (r ApiCreateAPIServerRequest) APIServer(aPIServer APIServer) ApiCreateAPIServerRequest
- func (r ApiCreateAPIServerRequest) Execute() (*APIServer, *http.Response, error)
- func (r ApiCreateAPIServerRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateAPIServerRequest
- func (r ApiCreateAPIServerRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateAPIServerRequest
- type ApiCreateApplicationPermissionRequest
- func (r ApiCreateApplicationPermissionRequest) ApplicationResourcePermission(applicationResourcePermission ApplicationResourcePermission) ApiCreateApplicationPermissionRequest
- func (r ApiCreateApplicationPermissionRequest) Execute() (*ApplicationResourcePermission, *http.Response, error)
- func (r ApiCreateApplicationPermissionRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateApplicationPermissionRequest
- func (r ApiCreateApplicationPermissionRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateApplicationPermissionRequest
- type ApiCreateApplicationRolePermissionRequest
- func (r ApiCreateApplicationRolePermissionRequest) ApplicationRolePermission(applicationRolePermission ApplicationRolePermission) ApiCreateApplicationRolePermissionRequest
- func (r ApiCreateApplicationRolePermissionRequest) Execute() (*ApplicationRolePermission, *http.Response, error)
- func (r ApiCreateApplicationRolePermissionRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateApplicationRolePermissionRequest
- func (r ApiCreateApplicationRolePermissionRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateApplicationRolePermissionRequest
- type ApiCreateApplicationRolesRequest
- func (r ApiCreateApplicationRolesRequest) ApplicationRole(applicationRole ApplicationRole) ApiCreateApplicationRolesRequest
- func (r ApiCreateApplicationRolesRequest) Execute() (*ApplicationRole, *http.Response, error)
- func (r ApiCreateApplicationRolesRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateApplicationRolesRequest
- func (r ApiCreateApplicationRolesRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateApplicationRolesRequest
- type ApiCreateDecisionEndpointRequest
- func (r ApiCreateDecisionEndpointRequest) DecisionEndpoint(decisionEndpoint DecisionEndpoint) ApiCreateDecisionEndpointRequest
- func (r ApiCreateDecisionEndpointRequest) Execute() (*DecisionEndpoint, *http.Response, error)
- func (r ApiCreateDecisionEndpointRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateDecisionEndpointRequest
- func (r ApiCreateDecisionEndpointRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateDecisionEndpointRequest
- type ApiDeleteAPIServerOperationRequest
- func (r ApiDeleteAPIServerOperationRequest) Execute() (*http.Response, error)
- func (r ApiDeleteAPIServerOperationRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteAPIServerOperationRequest
- func (r ApiDeleteAPIServerOperationRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteAPIServerOperationRequest
- type ApiDeleteAPIServerRequest
- func (r ApiDeleteAPIServerRequest) Execute() (*http.Response, error)
- func (r ApiDeleteAPIServerRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteAPIServerRequest
- func (r ApiDeleteAPIServerRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteAPIServerRequest
- type ApiDeleteApplicationPermissionRequest
- func (r ApiDeleteApplicationPermissionRequest) Execute() (*http.Response, error)
- func (r ApiDeleteApplicationPermissionRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteApplicationPermissionRequest
- func (r ApiDeleteApplicationPermissionRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteApplicationPermissionRequest
- type ApiDeleteApplicationRolePermissionRequest
- func (r ApiDeleteApplicationRolePermissionRequest) Execute() (*http.Response, error)
- func (r ApiDeleteApplicationRolePermissionRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteApplicationRolePermissionRequest
- func (r ApiDeleteApplicationRolePermissionRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteApplicationRolePermissionRequest
- type ApiDeleteApplicationRoleRequest
- func (r ApiDeleteApplicationRoleRequest) Execute() (*http.Response, error)
- func (r ApiDeleteApplicationRoleRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteApplicationRoleRequest
- func (r ApiDeleteApplicationRoleRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteApplicationRoleRequest
- type ApiDeleteDecisionEndpointRequest
- func (r ApiDeleteDecisionEndpointRequest) Execute() (*http.Response, error)
- func (r ApiDeleteDecisionEndpointRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteDecisionEndpointRequest
- func (r ApiDeleteDecisionEndpointRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteDecisionEndpointRequest
- type ApiDeployAPIServerRequest
- func (r ApiDeployAPIServerRequest) ContentType(contentType string) ApiDeployAPIServerRequest
- func (r ApiDeployAPIServerRequest) Execute() (*APIServerDeployment, *http.Response, error)
- func (r ApiDeployAPIServerRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeployAPIServerRequest
- func (r ApiDeployAPIServerRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeployAPIServerRequest
- type ApiReadAllAPIServerOperationsRequest
- func (r ApiReadAllAPIServerOperationsRequest) Execute() EntityArrayPagedIterator
- func (r ApiReadAllAPIServerOperationsRequest) ExecuteInitialPage() (*EntityArray, *http.Response, error)
- func (r ApiReadAllAPIServerOperationsRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadAllAPIServerOperationsRequest
- func (r ApiReadAllAPIServerOperationsRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadAllAPIServerOperationsRequest
- type ApiReadAllAPIServersRequest
- func (r ApiReadAllAPIServersRequest) Execute() EntityArrayPagedIterator
- func (r ApiReadAllAPIServersRequest) ExecuteInitialPage() (*EntityArray, *http.Response, error)
- func (r ApiReadAllAPIServersRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadAllAPIServersRequest
- func (r ApiReadAllAPIServersRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadAllAPIServersRequest
- type ApiReadAllDecisionEndpointsRequest
- func (r ApiReadAllDecisionEndpointsRequest) Execute() EntityArrayPagedIterator
- func (r ApiReadAllDecisionEndpointsRequest) ExecuteInitialPage() (*EntityArray, *http.Response, error)
- func (r ApiReadAllDecisionEndpointsRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadAllDecisionEndpointsRequest
- func (r ApiReadAllDecisionEndpointsRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadAllDecisionEndpointsRequest
- type ApiReadApplicationPermissionsRequest
- func (r ApiReadApplicationPermissionsRequest) Execute() EntityArrayPagedIterator
- func (r ApiReadApplicationPermissionsRequest) ExecuteInitialPage() (*EntityArray, *http.Response, error)
- func (r ApiReadApplicationPermissionsRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadApplicationPermissionsRequest
- func (r ApiReadApplicationPermissionsRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadApplicationPermissionsRequest
- type ApiReadApplicationResourcesRequest
- func (r ApiReadApplicationResourcesRequest) Execute() EntityArrayPagedIterator
- func (r ApiReadApplicationResourcesRequest) ExecuteInitialPage() (*EntityArray, *http.Response, error)
- func (r ApiReadApplicationResourcesRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadApplicationResourcesRequest
- func (r ApiReadApplicationResourcesRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadApplicationResourcesRequest
- type ApiReadApplicationRoleAssignmentsRequest
- func (r ApiReadApplicationRoleAssignmentsRequest) Execute() EntityArrayPagedIterator
- func (r ApiReadApplicationRoleAssignmentsRequest) ExecuteInitialPage() (*EntityArray, *http.Response, error)
- func (r ApiReadApplicationRoleAssignmentsRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadApplicationRoleAssignmentsRequest
- func (r ApiReadApplicationRoleAssignmentsRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadApplicationRoleAssignmentsRequest
- type ApiReadApplicationRolePermissionsRequest
- func (r ApiReadApplicationRolePermissionsRequest) Execute() EntityArrayPagedIterator
- func (r ApiReadApplicationRolePermissionsRequest) ExecuteInitialPage() (*EntityArray, *http.Response, error)
- func (r ApiReadApplicationRolePermissionsRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadApplicationRolePermissionsRequest
- func (r ApiReadApplicationRolePermissionsRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadApplicationRolePermissionsRequest
- type ApiReadApplicationRolesRequest
- func (r ApiReadApplicationRolesRequest) Execute() EntityArrayPagedIterator
- func (r ApiReadApplicationRolesRequest) ExecuteInitialPage() (*EntityArray, *http.Response, error)
- func (r ApiReadApplicationRolesRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadApplicationRolesRequest
- func (r ApiReadApplicationRolesRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadApplicationRolesRequest
- type ApiReadDeploymentStatusRequest
- func (r ApiReadDeploymentStatusRequest) Execute() (*APIServerDeployment, *http.Response, error)
- func (r ApiReadDeploymentStatusRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadDeploymentStatusRequest
- func (r ApiReadDeploymentStatusRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadDeploymentStatusRequest
- type ApiReadHALLinkRequest
- type ApiReadOneAPIServerOperationRequest
- func (r ApiReadOneAPIServerOperationRequest) Execute() (*APIServerOperation, *http.Response, error)
- func (r ApiReadOneAPIServerOperationRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadOneAPIServerOperationRequest
- func (r ApiReadOneAPIServerOperationRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadOneAPIServerOperationRequest
- type ApiReadOneAPIServerRequest
- func (r ApiReadOneAPIServerRequest) Execute() (*APIServer, *http.Response, error)
- func (r ApiReadOneAPIServerRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadOneAPIServerRequest
- func (r ApiReadOneAPIServerRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadOneAPIServerRequest
- type ApiReadOneApplicationPermissionRequest
- func (r ApiReadOneApplicationPermissionRequest) Execute() (*ApplicationResourcePermission, *http.Response, error)
- func (r ApiReadOneApplicationPermissionRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadOneApplicationPermissionRequest
- func (r ApiReadOneApplicationPermissionRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadOneApplicationPermissionRequest
- type ApiReadOneApplicationResourceRequest
- func (r ApiReadOneApplicationResourceRequest) Execute() (*ApplicationResource, *http.Response, error)
- func (r ApiReadOneApplicationResourceRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadOneApplicationResourceRequest
- func (r ApiReadOneApplicationResourceRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadOneApplicationResourceRequest
- type ApiReadOneApplicationRoleRequest
- func (r ApiReadOneApplicationRoleRequest) Execute() (*ApplicationRole, *http.Response, error)
- func (r ApiReadOneApplicationRoleRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadOneApplicationRoleRequest
- func (r ApiReadOneApplicationRoleRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadOneApplicationRoleRequest
- type ApiReadOneDecisionEndpointRequest
- func (r ApiReadOneDecisionEndpointRequest) Execute() (*DecisionEndpoint, *http.Response, error)
- func (r ApiReadOneDecisionEndpointRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadOneDecisionEndpointRequest
- func (r ApiReadOneDecisionEndpointRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadOneDecisionEndpointRequest
- type ApiUpdateAPIServerOperationRequest
- func (r ApiUpdateAPIServerOperationRequest) APIServerOperation(aPIServerOperation APIServerOperation) ApiUpdateAPIServerOperationRequest
- func (r ApiUpdateAPIServerOperationRequest) Execute() (*APIServerOperation, *http.Response, error)
- func (r ApiUpdateAPIServerOperationRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiUpdateAPIServerOperationRequest
- func (r ApiUpdateAPIServerOperationRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiUpdateAPIServerOperationRequest
- type ApiUpdateAPIServerRequest
- func (r ApiUpdateAPIServerRequest) APIServer(aPIServer APIServer) ApiUpdateAPIServerRequest
- func (r ApiUpdateAPIServerRequest) Execute() (*APIServer, *http.Response, error)
- func (r ApiUpdateAPIServerRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiUpdateAPIServerRequest
- func (r ApiUpdateAPIServerRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiUpdateAPIServerRequest
- type ApiUpdateApplicationPermissionRequest
- func (r ApiUpdateApplicationPermissionRequest) ApplicationResourcePermission(applicationResourcePermission ApplicationResourcePermission) ApiUpdateApplicationPermissionRequest
- func (r ApiUpdateApplicationPermissionRequest) Execute() (*ApplicationResourcePermission, *http.Response, error)
- func (r ApiUpdateApplicationPermissionRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiUpdateApplicationPermissionRequest
- func (r ApiUpdateApplicationPermissionRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiUpdateApplicationPermissionRequest
- type ApiUpdateApplicationRoleRequest
- func (r ApiUpdateApplicationRoleRequest) ApplicationRole(applicationRole ApplicationRole) ApiUpdateApplicationRoleRequest
- func (r ApiUpdateApplicationRoleRequest) Execute() (*ApplicationRole, *http.Response, error)
- func (r ApiUpdateApplicationRoleRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiUpdateApplicationRoleRequest
- func (r ApiUpdateApplicationRoleRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiUpdateApplicationRoleRequest
- type ApiUpdateDecisionEndpointRequest
- func (r ApiUpdateDecisionEndpointRequest) DecisionEndpoint(decisionEndpoint DecisionEndpoint) ApiUpdateDecisionEndpointRequest
- func (r ApiUpdateDecisionEndpointRequest) Execute() (*DecisionEndpoint, *http.Response, error)
- func (r ApiUpdateDecisionEndpointRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiUpdateDecisionEndpointRequest
- func (r ApiUpdateDecisionEndpointRequest) XPingExternalTransactionID(xPingExternalTransactionID string) 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() APIServerOperationAccessControlPermission
GetPermission returns the Permission field value if set, zero value otherwise.
func (*APIServerOperationAccessControl) GetPermissionOk ¶ added in v0.5.0
func (o *APIServerOperationAccessControl) GetPermissionOk() (*APIServerOperationAccessControlPermission, bool)
GetPermissionOk returns a tuple with the Permission field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServerOperationAccessControl) GetScope ¶ added in v0.5.0
func (o *APIServerOperationAccessControl) GetScope() APIServerOperationAccessControlScope
GetScope returns the Scope field value if set, zero value otherwise.
func (*APIServerOperationAccessControl) GetScopeOk ¶ added in v0.5.0
func (o *APIServerOperationAccessControl) GetScopeOk() (*APIServerOperationAccessControlScope, bool)
GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServerOperationAccessControl) HasGroup ¶ added in v0.5.0
func (o *APIServerOperationAccessControl) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (*APIServerOperationAccessControl) HasPermission ¶ added in v0.5.0
func (o *APIServerOperationAccessControl) HasPermission() bool
HasPermission returns a boolean if a field has been set.
func (*APIServerOperationAccessControl) HasScope ¶ added in v0.5.0
func (o *APIServerOperationAccessControl) HasScope() bool
HasScope returns a boolean if a field has been set.
func (APIServerOperationAccessControl) MarshalJSON ¶ added in v0.5.0
func (o APIServerOperationAccessControl) MarshalJSON() ([]byte, error)
func (*APIServerOperationAccessControl) SetGroup ¶ added in v0.5.0
func (o *APIServerOperationAccessControl) SetGroup(v APIServerOperationAccessControlGroup)
SetGroup gets a reference to the given APIServerOperationAccessControlGroup and assigns it to the Group field.
func (*APIServerOperationAccessControl) SetPermission ¶ added in v0.5.0
func (o *APIServerOperationAccessControl) SetPermission(v APIServerOperationAccessControlPermission)
SetPermission gets a reference to the given APIServerOperationAccessControlPermission and assigns it to the Permission field.
func (*APIServerOperationAccessControl) SetScope ¶ added in v0.5.0
func (o *APIServerOperationAccessControl) SetScope(v APIServerOperationAccessControlScope)
SetScope gets a reference to the given APIServerOperationAccessControlScope and assigns it to the Scope field.
func (APIServerOperationAccessControl) ToMap ¶ added in v0.5.0
func (o APIServerOperationAccessControl) ToMap() (map[string]interface{}, error)
type APIServerOperationAccessControlGroup ¶ added in v0.5.0
type APIServerOperationAccessControlGroup struct { // The list of groups that define the access requirements for the operation. The end user must be a member of one or more of these groups to gain access to the operation. This is a required property if `accessControl.group` is set. The ID must reference a group that exists at the time the data is persisted. There is no referential integrity between a group and this configuration. If a group is subsequently deleted, the access control configuration will continue to reference that group. Groups []APIServerOperationAccessControlGroupGroupsInner `json:"groups"` }
APIServerOperationAccessControlGroup The group membership requirements for the operation. The `groups` array must be non-empty when the `group` object is included. The `groups` array must not contain more than 25 elements.
func NewAPIServerOperationAccessControlGroup ¶ added in v0.5.0
func NewAPIServerOperationAccessControlGroup(groups []APIServerOperationAccessControlGroupGroupsInner) *APIServerOperationAccessControlGroup
NewAPIServerOperationAccessControlGroup instantiates a new APIServerOperationAccessControlGroup 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 NewAPIServerOperationAccessControlGroupWithDefaults ¶ added in v0.5.0
func NewAPIServerOperationAccessControlGroupWithDefaults() *APIServerOperationAccessControlGroup
NewAPIServerOperationAccessControlGroupWithDefaults instantiates a new APIServerOperationAccessControlGroup 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 (*APIServerOperationAccessControlGroup) GetGroups ¶ added in v0.5.0
func (o *APIServerOperationAccessControlGroup) GetGroups() []APIServerOperationAccessControlGroupGroupsInner
GetGroups returns the Groups field value
func (*APIServerOperationAccessControlGroup) GetGroupsOk ¶ added in v0.5.0
func (o *APIServerOperationAccessControlGroup) GetGroupsOk() ([]APIServerOperationAccessControlGroupGroupsInner, bool)
GetGroupsOk returns a tuple with the Groups field value and a boolean to check if the value has been set.
func (APIServerOperationAccessControlGroup) MarshalJSON ¶ added in v0.5.0
func (o APIServerOperationAccessControlGroup) MarshalJSON() ([]byte, error)
func (*APIServerOperationAccessControlGroup) SetGroups ¶ added in v0.5.0
func (o *APIServerOperationAccessControlGroup) SetGroups(v []APIServerOperationAccessControlGroupGroupsInner)
SetGroups sets field value
func (APIServerOperationAccessControlGroup) ToMap ¶ added in v0.5.0
func (o APIServerOperationAccessControlGroup) ToMap() (map[string]interface{}, error)
type APIServerOperationAccessControlGroupGroupsInner ¶ added in v0.5.0
type APIServerOperationAccessControlGroupGroupsInner struct { // A UUID that specifies the group ID. This is a required property if `accessControl.group` is set. Id string `json:"id"` }
APIServerOperationAccessControlGroupGroupsInner struct for APIServerOperationAccessControlGroupGroupsInner
func NewAPIServerOperationAccessControlGroupGroupsInner ¶ added in v0.5.0
func NewAPIServerOperationAccessControlGroupGroupsInner(id string) *APIServerOperationAccessControlGroupGroupsInner
NewAPIServerOperationAccessControlGroupGroupsInner instantiates a new APIServerOperationAccessControlGroupGroupsInner 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 NewAPIServerOperationAccessControlGroupGroupsInnerWithDefaults ¶ added in v0.5.0
func NewAPIServerOperationAccessControlGroupGroupsInnerWithDefaults() *APIServerOperationAccessControlGroupGroupsInner
NewAPIServerOperationAccessControlGroupGroupsInnerWithDefaults instantiates a new APIServerOperationAccessControlGroupGroupsInner 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 (*APIServerOperationAccessControlGroupGroupsInner) GetId ¶ added in v0.5.0
func (o *APIServerOperationAccessControlGroupGroupsInner) GetId() string
GetId returns the Id field value
func (*APIServerOperationAccessControlGroupGroupsInner) GetIdOk ¶ added in v0.5.0
func (o *APIServerOperationAccessControlGroupGroupsInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (APIServerOperationAccessControlGroupGroupsInner) MarshalJSON ¶ added in v0.5.0
func (o APIServerOperationAccessControlGroupGroupsInner) MarshalJSON() ([]byte, error)
func (*APIServerOperationAccessControlGroupGroupsInner) SetId ¶ added in v0.5.0
func (o *APIServerOperationAccessControlGroupGroupsInner) SetId(v string)
SetId sets field value
func (APIServerOperationAccessControlGroupGroupsInner) ToMap ¶ added in v0.5.0
func (o APIServerOperationAccessControlGroupGroupsInner) ToMap() (map[string]interface{}, error)
type APIServerOperationAccessControlGroupGroupsInnerElement ¶ added in v0.5.0
type APIServerOperationAccessControlGroupGroupsInnerElement struct { // A UUID that specifies the group ID. This is a required property if `accessControl.group` is set. Id string `json:"id"` }
APIServerOperationAccessControlGroupGroupsInnerElement The ID of the group, wrapped in an object, for future extensibility. This is a required property if `operations.value.accessControl.group` is set.
func NewAPIServerOperationAccessControlGroupGroupsInnerElement ¶ added in v0.5.0
func NewAPIServerOperationAccessControlGroupGroupsInnerElement(id string) *APIServerOperationAccessControlGroupGroupsInnerElement
NewAPIServerOperationAccessControlGroupGroupsInnerElement instantiates a new APIServerOperationAccessControlGroupGroupsInnerElement 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 NewAPIServerOperationAccessControlGroupGroupsInnerElementWithDefaults ¶ added in v0.5.0
func NewAPIServerOperationAccessControlGroupGroupsInnerElementWithDefaults() *APIServerOperationAccessControlGroupGroupsInnerElement
NewAPIServerOperationAccessControlGroupGroupsInnerElementWithDefaults instantiates a new APIServerOperationAccessControlGroupGroupsInnerElement 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 (*APIServerOperationAccessControlGroupGroupsInnerElement) GetId ¶ added in v0.5.0
func (o *APIServerOperationAccessControlGroupGroupsInnerElement) GetId() string
GetId returns the Id field value
func (*APIServerOperationAccessControlGroupGroupsInnerElement) GetIdOk ¶ added in v0.5.0
func (o *APIServerOperationAccessControlGroupGroupsInnerElement) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (APIServerOperationAccessControlGroupGroupsInnerElement) MarshalJSON ¶ added in v0.5.0
func (o APIServerOperationAccessControlGroupGroupsInnerElement) MarshalJSON() ([]byte, error)
func (*APIServerOperationAccessControlGroupGroupsInnerElement) SetId ¶ added in v0.5.0
func (o *APIServerOperationAccessControlGroupGroupsInnerElement) SetId(v string)
SetId sets field value
func (APIServerOperationAccessControlGroupGroupsInnerElement) ToMap ¶ added in v0.5.0
func (o APIServerOperationAccessControlGroupGroupsInnerElement) ToMap() (map[string]interface{}, error)
type APIServerOperationAccessControlPermission ¶ added in v0.5.0
type APIServerOperationAccessControlPermission struct { // An application permission ID that defines the access requirements for the operation. The end user must be entitled to the specified application permission to gain access to the operation. This is a required property if `accessControl.permission` is set. Id string `json:"id"` }
APIServerOperationAccessControlPermission Defines the application permission requirements for the operation.
func NewAPIServerOperationAccessControlPermission ¶ added in v0.5.0
func NewAPIServerOperationAccessControlPermission(id string) *APIServerOperationAccessControlPermission
NewAPIServerOperationAccessControlPermission instantiates a new APIServerOperationAccessControlPermission 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 NewAPIServerOperationAccessControlPermissionWithDefaults ¶ added in v0.5.0
func NewAPIServerOperationAccessControlPermissionWithDefaults() *APIServerOperationAccessControlPermission
NewAPIServerOperationAccessControlPermissionWithDefaults instantiates a new APIServerOperationAccessControlPermission 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 (*APIServerOperationAccessControlPermission) GetId ¶ added in v0.5.0
func (o *APIServerOperationAccessControlPermission) GetId() string
GetId returns the Id field value
func (*APIServerOperationAccessControlPermission) GetIdOk ¶ added in v0.5.0
func (o *APIServerOperationAccessControlPermission) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (APIServerOperationAccessControlPermission) MarshalJSON ¶ added in v0.5.0
func (o APIServerOperationAccessControlPermission) MarshalJSON() ([]byte, error)
func (*APIServerOperationAccessControlPermission) SetId ¶ added in v0.5.0
func (o *APIServerOperationAccessControlPermission) SetId(v string)
SetId sets field value
func (APIServerOperationAccessControlPermission) ToMap ¶ added in v0.5.0
func (o APIServerOperationAccessControlPermission) ToMap() (map[string]interface{}, error)
type APIServerOperationAccessControlScope ¶ added in v0.5.0
type APIServerOperationAccessControlScope struct { MatchType *EnumAPIServerOperationMatchType `json:"matchType,omitempty"` // A list of scopes that define the access requirements for the operation. The client must be authorized with `ANY` or `ALL` of the scopes to be granted access, depending on the `matchType` configuration. Scopes []APIServerOperationAccessControlScopeScopesInner `json:"scopes"` }
APIServerOperationAccessControlScope Defines the scope membership requirements for the operation.
func NewAPIServerOperationAccessControlScope ¶ added in v0.5.0
func NewAPIServerOperationAccessControlScope(scopes []APIServerOperationAccessControlScopeScopesInner) *APIServerOperationAccessControlScope
NewAPIServerOperationAccessControlScope instantiates a new APIServerOperationAccessControlScope 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 NewAPIServerOperationAccessControlScopeWithDefaults ¶ added in v0.5.0
func NewAPIServerOperationAccessControlScopeWithDefaults() *APIServerOperationAccessControlScope
NewAPIServerOperationAccessControlScopeWithDefaults instantiates a new APIServerOperationAccessControlScope 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 (*APIServerOperationAccessControlScope) GetMatchType ¶ added in v0.5.0
func (o *APIServerOperationAccessControlScope) GetMatchType() EnumAPIServerOperationMatchType
GetMatchType returns the MatchType field value if set, zero value otherwise.
func (*APIServerOperationAccessControlScope) GetMatchTypeOk ¶ added in v0.5.0
func (o *APIServerOperationAccessControlScope) GetMatchTypeOk() (*EnumAPIServerOperationMatchType, bool)
GetMatchTypeOk returns a tuple with the MatchType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIServerOperationAccessControlScope) GetScopes ¶ added in v0.5.0
func (o *APIServerOperationAccessControlScope) GetScopes() []APIServerOperationAccessControlScopeScopesInner
GetScopes returns the Scopes field value
func (*APIServerOperationAccessControlScope) GetScopesOk ¶ added in v0.5.0
func (o *APIServerOperationAccessControlScope) GetScopesOk() ([]APIServerOperationAccessControlScopeScopesInner, bool)
GetScopesOk returns a tuple with the Scopes field value and a boolean to check if the value has been set.
func (*APIServerOperationAccessControlScope) HasMatchType ¶ added in v0.5.0
func (o *APIServerOperationAccessControlScope) HasMatchType() bool
HasMatchType returns a boolean if a field has been set.
func (APIServerOperationAccessControlScope) MarshalJSON ¶ added in v0.5.0
func (o APIServerOperationAccessControlScope) MarshalJSON() ([]byte, error)
func (*APIServerOperationAccessControlScope) SetMatchType ¶ added in v0.5.0
func (o *APIServerOperationAccessControlScope) SetMatchType(v EnumAPIServerOperationMatchType)
SetMatchType gets a reference to the given EnumAPIServerOperationMatchType and assigns it to the MatchType field.
func (*APIServerOperationAccessControlScope) SetScopes ¶ added in v0.5.0
func (o *APIServerOperationAccessControlScope) SetScopes(v []APIServerOperationAccessControlScopeScopesInner)
SetScopes sets field value
func (APIServerOperationAccessControlScope) ToMap ¶ added in v0.5.0
func (o APIServerOperationAccessControlScope) ToMap() (map[string]interface{}, error)
type APIServerOperationAccessControlScopeScopesInner ¶ added in v0.5.0
type APIServerOperationAccessControlScopeScopesInner struct { // The ID of the scope. Id string `json:"id"` }
APIServerOperationAccessControlScopeScopesInner struct for APIServerOperationAccessControlScopeScopesInner
func NewAPIServerOperationAccessControlScopeScopesInner ¶ added in v0.5.0
func NewAPIServerOperationAccessControlScopeScopesInner(id string) *APIServerOperationAccessControlScopeScopesInner
NewAPIServerOperationAccessControlScopeScopesInner instantiates a new APIServerOperationAccessControlScopeScopesInner 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 NewAPIServerOperationAccessControlScopeScopesInnerWithDefaults ¶ added in v0.5.0
func NewAPIServerOperationAccessControlScopeScopesInnerWithDefaults() *APIServerOperationAccessControlScopeScopesInner
NewAPIServerOperationAccessControlScopeScopesInnerWithDefaults instantiates a new APIServerOperationAccessControlScopeScopesInner 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 (*APIServerOperationAccessControlScopeScopesInner) GetId ¶ added in v0.5.0
func (o *APIServerOperationAccessControlScopeScopesInner) GetId() string
GetId returns the Id field value
func (*APIServerOperationAccessControlScopeScopesInner) GetIdOk ¶ added in v0.5.0
func (o *APIServerOperationAccessControlScopeScopesInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (APIServerOperationAccessControlScopeScopesInner) MarshalJSON ¶ added in v0.5.0
func (o APIServerOperationAccessControlScopeScopesInner) MarshalJSON() ([]byte, error)
func (*APIServerOperationAccessControlScopeScopesInner) SetId ¶ added in v0.5.0
func (o *APIServerOperationAccessControlScopeScopesInner) SetId(v string)
SetId sets field value
func (APIServerOperationAccessControlScopeScopesInner) ToMap ¶ added in v0.5.0
func (o APIServerOperationAccessControlScopeScopesInner) ToMap() (map[string]interface{}, error)
type APIServerOperationPathsInner ¶ added in v0.5.0
type APIServerOperationPathsInner struct { // The pattern used to identify the path or paths for the operation. The semantics of the pattern are determined by the type. For any type, the pattern can contain characters that are otherwise invalid in a URL path. Invalid characters are handled by performing matching against a percent-decoded HTTP request target path. This allows an administrator to configure patterns without worrying about percent encoding special characters. When the `type` is `PARAMETER`, the syntax outlined in the table below is enforced. Additionally, the pattern must contain a wildcard, double wildcard or named parameter. When the `type` is `EXACT`, the pattern can be any byte sequence except for ASCII control characters such as line feeds or carriage returns. The length of the pattern cannot exceed 2048 characters. The path pattern must not contain empty path segments such as `/../`, `//`, and `/./`. Pattern string `json:"pattern"` Type EnumAPIServerOperationPathPatternType `json:"type"` }
APIServerOperationPathsInner struct for APIServerOperationPathsInner
func NewAPIServerOperationPathsInner ¶ added in v0.5.0
func NewAPIServerOperationPathsInner(pattern string, type_ EnumAPIServerOperationPathPatternType) *APIServerOperationPathsInner
NewAPIServerOperationPathsInner instantiates a new APIServerOperationPathsInner 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 NewAPIServerOperationPathsInnerWithDefaults ¶ added in v0.5.0
func NewAPIServerOperationPathsInnerWithDefaults() *APIServerOperationPathsInner
NewAPIServerOperationPathsInnerWithDefaults instantiates a new APIServerOperationPathsInner 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 (*APIServerOperationPathsInner) GetPattern ¶ added in v0.5.0
func (o *APIServerOperationPathsInner) GetPattern() string
GetPattern returns the Pattern field value
func (*APIServerOperationPathsInner) GetPatternOk ¶ added in v0.5.0
func (o *APIServerOperationPathsInner) GetPatternOk() (*string, bool)
GetPatternOk returns a tuple with the Pattern field value and a boolean to check if the value has been set.
func (*APIServerOperationPathsInner) GetType ¶ added in v0.5.0
func (o *APIServerOperationPathsInner) GetType() EnumAPIServerOperationPathPatternType
GetType returns the Type field value
func (*APIServerOperationPathsInner) GetTypeOk ¶ added in v0.5.0
func (o *APIServerOperationPathsInner) GetTypeOk() (*EnumAPIServerOperationPathPatternType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (APIServerOperationPathsInner) MarshalJSON ¶ added in v0.5.0
func (o APIServerOperationPathsInner) MarshalJSON() ([]byte, error)
func (*APIServerOperationPathsInner) SetPattern ¶ added in v0.5.0
func (o *APIServerOperationPathsInner) SetPattern(v string)
SetPattern sets field value
func (*APIServerOperationPathsInner) SetType ¶ added in v0.5.0
func (o *APIServerOperationPathsInner) SetType(v EnumAPIServerOperationPathPatternType)
SetType sets field value
func (APIServerOperationPathsInner) ToMap ¶ added in v0.5.0
func (o APIServerOperationPathsInner) ToMap() (map[string]interface{}, error)
type APIServerOperationsApiService ¶ added in v0.5.0
type APIServerOperationsApiService service
APIServerOperationsApiService APIServerOperationsApi service
func (*APIServerOperationsApiService) CreateAPIServerOperation ¶ added in v0.5.0
func (a *APIServerOperationsApiService) CreateAPIServerOperation(ctx context.Context, environmentID string, apiServerID string) ApiCreateAPIServerOperationRequest
CreateAPIServerOperation CREATE API Server Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param apiServerID @return ApiCreateAPIServerOperationRequest
func (*APIServerOperationsApiService) CreateAPIServerOperationExecute ¶ added in v0.5.0
func (a *APIServerOperationsApiService) CreateAPIServerOperationExecute(r ApiCreateAPIServerOperationRequest) (*APIServerOperation, *http.Response, error)
Execute executes the request
@return APIServerOperation
func (*APIServerOperationsApiService) DeleteAPIServerOperation ¶ added in v0.5.0
func (a *APIServerOperationsApiService) DeleteAPIServerOperation(ctx context.Context, environmentID string, apiServerID string, apiServerOperationID string) ApiDeleteAPIServerOperationRequest
DeleteAPIServerOperation DELETE API Server Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param apiServerID @param apiServerOperationID @return ApiDeleteAPIServerOperationRequest
func (*APIServerOperationsApiService) DeleteAPIServerOperationExecute ¶ added in v0.5.0
func (a *APIServerOperationsApiService) DeleteAPIServerOperationExecute(r ApiDeleteAPIServerOperationRequest) (*http.Response, error)
Execute executes the request
func (*APIServerOperationsApiService) ReadAllAPIServerOperations ¶ added in v0.5.0
func (a *APIServerOperationsApiService) ReadAllAPIServerOperations(ctx context.Context, environmentID string, apiServerID string) ApiReadAllAPIServerOperationsRequest
ReadAllAPIServerOperations READ All API Server Operations
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param apiServerID @return ApiReadAllAPIServerOperationsRequest
func (*APIServerOperationsApiService) ReadAllAPIServerOperationsExecute ¶ added in v0.5.0
func (a *APIServerOperationsApiService) ReadAllAPIServerOperationsExecute(r ApiReadAllAPIServerOperationsRequest) EntityArrayPagedIterator
Execute executes the request
@return EntityArray
func (*APIServerOperationsApiService) ReadAllAPIServerOperationsExecuteInitialPage ¶ added in v0.7.0
func (a *APIServerOperationsApiService) ReadAllAPIServerOperationsExecuteInitialPage(r ApiReadAllAPIServerOperationsRequest) (*EntityArray, *http.Response, error)
func (*APIServerOperationsApiService) ReadOneAPIServerOperation ¶ added in v0.5.0
func (a *APIServerOperationsApiService) ReadOneAPIServerOperation(ctx context.Context, environmentID string, apiServerID string, apiServerOperationID string) ApiReadOneAPIServerOperationRequest
ReadOneAPIServerOperation READ One API Server Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param apiServerID @param apiServerOperationID @return ApiReadOneAPIServerOperationRequest
func (*APIServerOperationsApiService) ReadOneAPIServerOperationExecute ¶ added in v0.5.0
func (a *APIServerOperationsApiService) ReadOneAPIServerOperationExecute(r ApiReadOneAPIServerOperationRequest) (*APIServerOperation, *http.Response, error)
Execute executes the request
@return APIServerOperation
func (*APIServerOperationsApiService) UpdateAPIServerOperation ¶ added in v0.5.0
func (a *APIServerOperationsApiService) UpdateAPIServerOperation(ctx context.Context, environmentID string, apiServerID string, apiServerOperationID string) ApiUpdateAPIServerOperationRequest
UpdateAPIServerOperation UPDATE API Server Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param apiServerID @param apiServerOperationID @return ApiUpdateAPIServerOperationRequest
func (*APIServerOperationsApiService) UpdateAPIServerOperationExecute ¶ added in v0.5.0
func (a *APIServerOperationsApiService) UpdateAPIServerOperationExecute(r ApiUpdateAPIServerOperationRequest) (*APIServerOperation, *http.Response, error)
Execute executes the request
@return APIServerOperation
type APIServerPolicy ¶ added in v0.5.0
type APIServerPolicy struct { // The ID of the root policy. Id string `json:"id"` }
APIServerPolicy struct for APIServerPolicy
func NewAPIServerPolicy ¶ added in v0.5.0
func NewAPIServerPolicy(id string) *APIServerPolicy
NewAPIServerPolicy instantiates a new APIServerPolicy 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 NewAPIServerPolicyWithDefaults ¶ added in v0.5.0
func NewAPIServerPolicyWithDefaults() *APIServerPolicy
NewAPIServerPolicyWithDefaults instantiates a new APIServerPolicy 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 (*APIServerPolicy) GetId ¶ added in v0.5.0
func (o *APIServerPolicy) GetId() string
GetId returns the Id field value
func (*APIServerPolicy) GetIdOk ¶ added in v0.5.0
func (o *APIServerPolicy) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (APIServerPolicy) MarshalJSON ¶ added in v0.5.0
func (o APIServerPolicy) MarshalJSON() ([]byte, error)
func (*APIServerPolicy) SetId ¶ added in v0.5.0
func (o *APIServerPolicy) SetId(v string)
SetId sets field value
func (APIServerPolicy) ToMap ¶ added in v0.5.0
func (o APIServerPolicy) ToMap() (map[string]interface{}, error)
type APIServersApiService ¶
type APIServersApiService service
APIServersApiService APIServersApi service
func (*APIServersApiService) CreateAPIServer ¶
func (a *APIServersApiService) CreateAPIServer(ctx context.Context, environmentID string) ApiCreateAPIServerRequest
CreateAPIServer CREATE API Server
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @return ApiCreateAPIServerRequest
func (*APIServersApiService) CreateAPIServerExecute ¶
func (a *APIServersApiService) CreateAPIServerExecute(r ApiCreateAPIServerRequest) (*APIServer, *http.Response, error)
Execute executes the request
@return APIServer
func (*APIServersApiService) DeleteAPIServer ¶
func (a *APIServersApiService) DeleteAPIServer(ctx context.Context, environmentID string, apiServerID string) ApiDeleteAPIServerRequest
DeleteAPIServer DELETE API Server
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param apiServerID @return ApiDeleteAPIServerRequest
func (*APIServersApiService) DeleteAPIServerExecute ¶
func (a *APIServersApiService) DeleteAPIServerExecute(r ApiDeleteAPIServerRequest) (*http.Response, error)
Execute executes the request
func (*APIServersApiService) ReadAllAPIServers ¶
func (a *APIServersApiService) ReadAllAPIServers(ctx context.Context, environmentID string) ApiReadAllAPIServersRequest
ReadAllAPIServers READ All API Servers
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @return ApiReadAllAPIServersRequest
func (*APIServersApiService) ReadAllAPIServersExecute ¶
func (a *APIServersApiService) ReadAllAPIServersExecute(r ApiReadAllAPIServersRequest) EntityArrayPagedIterator
Execute executes the request
@return EntityArray
func (*APIServersApiService) ReadAllAPIServersExecuteInitialPage ¶ added in v0.7.0
func (a *APIServersApiService) ReadAllAPIServersExecuteInitialPage(r ApiReadAllAPIServersRequest) (*EntityArray, *http.Response, error)
func (*APIServersApiService) ReadOneAPIServer ¶
func (a *APIServersApiService) ReadOneAPIServer(ctx context.Context, environmentID string, apiServerID string) ApiReadOneAPIServerRequest
ReadOneAPIServer READ One API Server
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param apiServerID @return ApiReadOneAPIServerRequest
func (*APIServersApiService) ReadOneAPIServerExecute ¶
func (a *APIServersApiService) ReadOneAPIServerExecute(r ApiReadOneAPIServerRequest) (*APIServer, *http.Response, error)
Execute executes the request
@return APIServer
func (*APIServersApiService) UpdateAPIServer ¶
func (a *APIServersApiService) UpdateAPIServer(ctx context.Context, environmentID string, apiServerID string) ApiUpdateAPIServerRequest
UpdateAPIServer UPDATE API Server
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param apiServerID @return ApiUpdateAPIServerRequest
func (*APIServersApiService) UpdateAPIServerExecute ¶
func (a *APIServersApiService) UpdateAPIServerExecute(r ApiUpdateAPIServerRequest) (*APIServer, *http.Response, error)
Execute executes the request
@return APIServer
type ApiCreateAPIServerOperationRequest ¶ added in v0.5.0
type ApiCreateAPIServerOperationRequest struct { ApiService *APIServerOperationsApiService // contains filtered or unexported fields }
func (ApiCreateAPIServerOperationRequest) APIServerOperation ¶ added in v0.5.0
func (r ApiCreateAPIServerOperationRequest) APIServerOperation(aPIServerOperation APIServerOperation) ApiCreateAPIServerOperationRequest
func (ApiCreateAPIServerOperationRequest) Execute ¶ added in v0.5.0
func (r ApiCreateAPIServerOperationRequest) Execute() (*APIServerOperation, *http.Response, error)
func (ApiCreateAPIServerOperationRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiCreateAPIServerOperationRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateAPIServerOperationRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiCreateAPIServerOperationRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiCreateAPIServerOperationRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateAPIServerOperationRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiCreateAPIServerRequest ¶
type ApiCreateAPIServerRequest struct { ApiService *APIServersApiService // contains filtered or unexported fields }
func (ApiCreateAPIServerRequest) APIServer ¶
func (r ApiCreateAPIServerRequest) APIServer(aPIServer APIServer) ApiCreateAPIServerRequest
func (ApiCreateAPIServerRequest) Execute ¶
func (r ApiCreateAPIServerRequest) Execute() (*APIServer, *http.Response, error)
func (ApiCreateAPIServerRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiCreateAPIServerRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateAPIServerRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiCreateAPIServerRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiCreateAPIServerRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateAPIServerRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiCreateApplicationPermissionRequest ¶ added in v0.5.0
type ApiCreateApplicationPermissionRequest struct { ApiService *ApplicationResourcePermissionsApiService // contains filtered or unexported fields }
func (ApiCreateApplicationPermissionRequest) ApplicationResourcePermission ¶ added in v0.5.0
func (r ApiCreateApplicationPermissionRequest) ApplicationResourcePermission(applicationResourcePermission ApplicationResourcePermission) ApiCreateApplicationPermissionRequest
func (ApiCreateApplicationPermissionRequest) Execute ¶ added in v0.5.0
func (r ApiCreateApplicationPermissionRequest) Execute() (*ApplicationResourcePermission, *http.Response, error)
func (ApiCreateApplicationPermissionRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiCreateApplicationPermissionRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateApplicationPermissionRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiCreateApplicationPermissionRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiCreateApplicationPermissionRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateApplicationPermissionRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiCreateApplicationRolePermissionRequest ¶ added in v0.5.0
type ApiCreateApplicationRolePermissionRequest struct { ApiService *ApplicationRolePermissionsApiService // contains filtered or unexported fields }
func (ApiCreateApplicationRolePermissionRequest) ApplicationRolePermission ¶ added in v0.5.0
func (r ApiCreateApplicationRolePermissionRequest) ApplicationRolePermission(applicationRolePermission ApplicationRolePermission) ApiCreateApplicationRolePermissionRequest
func (ApiCreateApplicationRolePermissionRequest) Execute ¶ added in v0.5.0
func (r ApiCreateApplicationRolePermissionRequest) Execute() (*ApplicationRolePermission, *http.Response, error)
func (ApiCreateApplicationRolePermissionRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiCreateApplicationRolePermissionRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateApplicationRolePermissionRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiCreateApplicationRolePermissionRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiCreateApplicationRolePermissionRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateApplicationRolePermissionRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiCreateApplicationRolesRequest ¶ added in v0.5.0
type ApiCreateApplicationRolesRequest struct { ApiService *ApplicationRolesApiService // contains filtered or unexported fields }
func (ApiCreateApplicationRolesRequest) ApplicationRole ¶ added in v0.5.0
func (r ApiCreateApplicationRolesRequest) ApplicationRole(applicationRole ApplicationRole) ApiCreateApplicationRolesRequest
func (ApiCreateApplicationRolesRequest) Execute ¶ added in v0.5.0
func (r ApiCreateApplicationRolesRequest) Execute() (*ApplicationRole, *http.Response, error)
func (ApiCreateApplicationRolesRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiCreateApplicationRolesRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateApplicationRolesRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiCreateApplicationRolesRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiCreateApplicationRolesRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateApplicationRolesRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiCreateDecisionEndpointRequest ¶
type ApiCreateDecisionEndpointRequest struct { ApiService *PolicyDecisionManagementApiService // contains filtered or unexported fields }
func (ApiCreateDecisionEndpointRequest) DecisionEndpoint ¶
func (r ApiCreateDecisionEndpointRequest) DecisionEndpoint(decisionEndpoint DecisionEndpoint) ApiCreateDecisionEndpointRequest
func (ApiCreateDecisionEndpointRequest) Execute ¶
func (r ApiCreateDecisionEndpointRequest) Execute() (*DecisionEndpoint, *http.Response, error)
func (ApiCreateDecisionEndpointRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiCreateDecisionEndpointRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateDecisionEndpointRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiCreateDecisionEndpointRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiCreateDecisionEndpointRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateDecisionEndpointRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiDeleteAPIServerOperationRequest ¶ added in v0.5.0
type ApiDeleteAPIServerOperationRequest struct { ApiService *APIServerOperationsApiService // contains filtered or unexported fields }
func (ApiDeleteAPIServerOperationRequest) Execute ¶ added in v0.5.0
func (r ApiDeleteAPIServerOperationRequest) Execute() (*http.Response, error)
func (ApiDeleteAPIServerOperationRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiDeleteAPIServerOperationRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteAPIServerOperationRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiDeleteAPIServerOperationRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiDeleteAPIServerOperationRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteAPIServerOperationRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiDeleteAPIServerRequest ¶
type ApiDeleteAPIServerRequest struct { ApiService *APIServersApiService // contains filtered or unexported fields }
func (ApiDeleteAPIServerRequest) Execute ¶
func (r ApiDeleteAPIServerRequest) Execute() (*http.Response, error)
func (ApiDeleteAPIServerRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiDeleteAPIServerRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteAPIServerRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiDeleteAPIServerRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiDeleteAPIServerRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteAPIServerRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiDeleteApplicationPermissionRequest ¶ added in v0.5.0
type ApiDeleteApplicationPermissionRequest struct { ApiService *ApplicationResourcePermissionsApiService // contains filtered or unexported fields }
func (ApiDeleteApplicationPermissionRequest) Execute ¶ added in v0.5.0
func (r ApiDeleteApplicationPermissionRequest) Execute() (*http.Response, error)
func (ApiDeleteApplicationPermissionRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiDeleteApplicationPermissionRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteApplicationPermissionRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiDeleteApplicationPermissionRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiDeleteApplicationPermissionRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteApplicationPermissionRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiDeleteApplicationRolePermissionRequest ¶ added in v0.5.0
type ApiDeleteApplicationRolePermissionRequest struct { ApiService *ApplicationRolePermissionsApiService // contains filtered or unexported fields }
func (ApiDeleteApplicationRolePermissionRequest) Execute ¶ added in v0.5.0
func (r ApiDeleteApplicationRolePermissionRequest) Execute() (*http.Response, error)
func (ApiDeleteApplicationRolePermissionRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiDeleteApplicationRolePermissionRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteApplicationRolePermissionRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiDeleteApplicationRolePermissionRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiDeleteApplicationRolePermissionRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteApplicationRolePermissionRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiDeleteApplicationRoleRequest ¶ added in v0.5.0
type ApiDeleteApplicationRoleRequest struct { ApiService *ApplicationRolesApiService // contains filtered or unexported fields }
func (ApiDeleteApplicationRoleRequest) Execute ¶ added in v0.5.0
func (r ApiDeleteApplicationRoleRequest) Execute() (*http.Response, error)
func (ApiDeleteApplicationRoleRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiDeleteApplicationRoleRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteApplicationRoleRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiDeleteApplicationRoleRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiDeleteApplicationRoleRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteApplicationRoleRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiDeleteDecisionEndpointRequest ¶
type ApiDeleteDecisionEndpointRequest struct { ApiService *PolicyDecisionManagementApiService // contains filtered or unexported fields }
func (ApiDeleteDecisionEndpointRequest) Execute ¶
func (r ApiDeleteDecisionEndpointRequest) Execute() (*http.Response, error)
func (ApiDeleteDecisionEndpointRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiDeleteDecisionEndpointRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteDecisionEndpointRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiDeleteDecisionEndpointRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiDeleteDecisionEndpointRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteDecisionEndpointRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiDeployAPIServerRequest ¶ added in v0.5.0
type ApiDeployAPIServerRequest struct { ApiService *APIServerDeploymentApiService // contains filtered or unexported fields }
func (ApiDeployAPIServerRequest) ContentType ¶ added in v0.5.0
func (r ApiDeployAPIServerRequest) ContentType(contentType string) ApiDeployAPIServerRequest
func (ApiDeployAPIServerRequest) Execute ¶ added in v0.5.0
func (r ApiDeployAPIServerRequest) Execute() (*APIServerDeployment, *http.Response, error)
func (ApiDeployAPIServerRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiDeployAPIServerRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeployAPIServerRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiDeployAPIServerRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiDeployAPIServerRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeployAPIServerRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiReadAllAPIServerOperationsRequest ¶ added in v0.5.0
type ApiReadAllAPIServerOperationsRequest struct { ApiService *APIServerOperationsApiService // contains filtered or unexported fields }
func (ApiReadAllAPIServerOperationsRequest) Execute ¶ added in v0.5.0
func (r ApiReadAllAPIServerOperationsRequest) Execute() EntityArrayPagedIterator
func (ApiReadAllAPIServerOperationsRequest) ExecuteInitialPage ¶ added in v0.7.0
func (r ApiReadAllAPIServerOperationsRequest) ExecuteInitialPage() (*EntityArray, *http.Response, error)
func (ApiReadAllAPIServerOperationsRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiReadAllAPIServerOperationsRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadAllAPIServerOperationsRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiReadAllAPIServerOperationsRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiReadAllAPIServerOperationsRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadAllAPIServerOperationsRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiReadAllAPIServersRequest ¶
type ApiReadAllAPIServersRequest struct { ApiService *APIServersApiService // contains filtered or unexported fields }
func (ApiReadAllAPIServersRequest) Execute ¶
func (r ApiReadAllAPIServersRequest) Execute() EntityArrayPagedIterator
func (ApiReadAllAPIServersRequest) ExecuteInitialPage ¶ added in v0.7.0
func (r ApiReadAllAPIServersRequest) ExecuteInitialPage() (*EntityArray, *http.Response, error)
func (ApiReadAllAPIServersRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiReadAllAPIServersRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadAllAPIServersRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiReadAllAPIServersRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiReadAllAPIServersRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadAllAPIServersRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiReadAllDecisionEndpointsRequest ¶
type ApiReadAllDecisionEndpointsRequest struct { ApiService *PolicyDecisionManagementApiService // contains filtered or unexported fields }
func (ApiReadAllDecisionEndpointsRequest) Execute ¶
func (r ApiReadAllDecisionEndpointsRequest) Execute() EntityArrayPagedIterator
func (ApiReadAllDecisionEndpointsRequest) ExecuteInitialPage ¶ added in v0.7.0
func (r ApiReadAllDecisionEndpointsRequest) ExecuteInitialPage() (*EntityArray, *http.Response, error)
func (ApiReadAllDecisionEndpointsRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiReadAllDecisionEndpointsRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadAllDecisionEndpointsRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiReadAllDecisionEndpointsRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiReadAllDecisionEndpointsRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadAllDecisionEndpointsRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiReadApplicationPermissionsRequest ¶ added in v0.5.0
type ApiReadApplicationPermissionsRequest struct { ApiService *ApplicationResourcePermissionsApiService // contains filtered or unexported fields }
func (ApiReadApplicationPermissionsRequest) Execute ¶ added in v0.5.0
func (r ApiReadApplicationPermissionsRequest) Execute() EntityArrayPagedIterator
func (ApiReadApplicationPermissionsRequest) ExecuteInitialPage ¶ added in v0.7.0
func (r ApiReadApplicationPermissionsRequest) ExecuteInitialPage() (*EntityArray, *http.Response, error)
func (ApiReadApplicationPermissionsRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiReadApplicationPermissionsRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadApplicationPermissionsRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiReadApplicationPermissionsRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiReadApplicationPermissionsRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadApplicationPermissionsRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiReadApplicationResourcesRequest ¶ added in v0.5.0
type ApiReadApplicationResourcesRequest struct { ApiService *ApplicationResourcesApiService // contains filtered or unexported fields }
func (ApiReadApplicationResourcesRequest) Execute ¶ added in v0.5.0
func (r ApiReadApplicationResourcesRequest) Execute() EntityArrayPagedIterator
func (ApiReadApplicationResourcesRequest) ExecuteInitialPage ¶ added in v0.7.0
func (r ApiReadApplicationResourcesRequest) ExecuteInitialPage() (*EntityArray, *http.Response, error)
func (ApiReadApplicationResourcesRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiReadApplicationResourcesRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadApplicationResourcesRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiReadApplicationResourcesRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiReadApplicationResourcesRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadApplicationResourcesRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiReadApplicationRoleAssignmentsRequest ¶ added in v0.5.0
type ApiReadApplicationRoleAssignmentsRequest struct { ApiService *ApplicationRoleAssignmentsApiService // contains filtered or unexported fields }
func (ApiReadApplicationRoleAssignmentsRequest) Execute ¶ added in v0.5.0
func (r ApiReadApplicationRoleAssignmentsRequest) Execute() EntityArrayPagedIterator
func (ApiReadApplicationRoleAssignmentsRequest) ExecuteInitialPage ¶ added in v0.7.0
func (r ApiReadApplicationRoleAssignmentsRequest) ExecuteInitialPage() (*EntityArray, *http.Response, error)
func (ApiReadApplicationRoleAssignmentsRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiReadApplicationRoleAssignmentsRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadApplicationRoleAssignmentsRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiReadApplicationRoleAssignmentsRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiReadApplicationRoleAssignmentsRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadApplicationRoleAssignmentsRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiReadApplicationRolePermissionsRequest ¶ added in v0.5.0
type ApiReadApplicationRolePermissionsRequest struct { ApiService *ApplicationRolePermissionsApiService // contains filtered or unexported fields }
func (ApiReadApplicationRolePermissionsRequest) Execute ¶ added in v0.5.0
func (r ApiReadApplicationRolePermissionsRequest) Execute() EntityArrayPagedIterator
func (ApiReadApplicationRolePermissionsRequest) ExecuteInitialPage ¶ added in v0.7.0
func (r ApiReadApplicationRolePermissionsRequest) ExecuteInitialPage() (*EntityArray, *http.Response, error)
func (ApiReadApplicationRolePermissionsRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiReadApplicationRolePermissionsRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadApplicationRolePermissionsRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiReadApplicationRolePermissionsRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiReadApplicationRolePermissionsRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadApplicationRolePermissionsRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiReadApplicationRolesRequest ¶ added in v0.5.0
type ApiReadApplicationRolesRequest struct { ApiService *ApplicationRolesApiService // contains filtered or unexported fields }
func (ApiReadApplicationRolesRequest) Execute ¶ added in v0.5.0
func (r ApiReadApplicationRolesRequest) Execute() EntityArrayPagedIterator
func (ApiReadApplicationRolesRequest) ExecuteInitialPage ¶ added in v0.7.0
func (r ApiReadApplicationRolesRequest) ExecuteInitialPage() (*EntityArray, *http.Response, error)
func (ApiReadApplicationRolesRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiReadApplicationRolesRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadApplicationRolesRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiReadApplicationRolesRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiReadApplicationRolesRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadApplicationRolesRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiReadDeploymentStatusRequest ¶ added in v0.5.0
type ApiReadDeploymentStatusRequest struct { ApiService *APIServerDeploymentApiService // contains filtered or unexported fields }
func (ApiReadDeploymentStatusRequest) Execute ¶ added in v0.5.0
func (r ApiReadDeploymentStatusRequest) Execute() (*APIServerDeployment, *http.Response, error)
func (ApiReadDeploymentStatusRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiReadDeploymentStatusRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadDeploymentStatusRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiReadDeploymentStatusRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiReadDeploymentStatusRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadDeploymentStatusRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiReadHALLinkRequest ¶ added in v0.6.0
type ApiReadHALLinkRequest struct { ApiService *HALApiService // contains filtered or unexported fields }
func (ApiReadHALLinkRequest) Execute ¶ added in v0.6.0
func (r ApiReadHALLinkRequest) Execute() (interface{}, *http.Response, error)
func (ApiReadHALLinkRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiReadHALLinkRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadHALLinkRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiReadHALLinkRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiReadHALLinkRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadHALLinkRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiReadOneAPIServerOperationRequest ¶ added in v0.5.0
type ApiReadOneAPIServerOperationRequest struct { ApiService *APIServerOperationsApiService // contains filtered or unexported fields }
func (ApiReadOneAPIServerOperationRequest) Execute ¶ added in v0.5.0
func (r ApiReadOneAPIServerOperationRequest) Execute() (*APIServerOperation, *http.Response, error)
func (ApiReadOneAPIServerOperationRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiReadOneAPIServerOperationRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadOneAPIServerOperationRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiReadOneAPIServerOperationRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiReadOneAPIServerOperationRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadOneAPIServerOperationRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiReadOneAPIServerRequest ¶
type ApiReadOneAPIServerRequest struct { ApiService *APIServersApiService // contains filtered or unexported fields }
func (ApiReadOneAPIServerRequest) Execute ¶
func (r ApiReadOneAPIServerRequest) Execute() (*APIServer, *http.Response, error)
func (ApiReadOneAPIServerRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiReadOneAPIServerRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadOneAPIServerRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiReadOneAPIServerRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiReadOneAPIServerRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadOneAPIServerRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiReadOneApplicationPermissionRequest ¶ added in v0.5.0
type ApiReadOneApplicationPermissionRequest struct { ApiService *ApplicationResourcePermissionsApiService // contains filtered or unexported fields }
func (ApiReadOneApplicationPermissionRequest) Execute ¶ added in v0.5.0
func (r ApiReadOneApplicationPermissionRequest) Execute() (*ApplicationResourcePermission, *http.Response, error)
func (ApiReadOneApplicationPermissionRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiReadOneApplicationPermissionRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadOneApplicationPermissionRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiReadOneApplicationPermissionRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiReadOneApplicationPermissionRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadOneApplicationPermissionRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiReadOneApplicationResourceRequest ¶ added in v0.5.0
type ApiReadOneApplicationResourceRequest struct { ApiService *ApplicationResourcesApiService // contains filtered or unexported fields }
func (ApiReadOneApplicationResourceRequest) Execute ¶ added in v0.5.0
func (r ApiReadOneApplicationResourceRequest) Execute() (*ApplicationResource, *http.Response, error)
func (ApiReadOneApplicationResourceRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiReadOneApplicationResourceRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadOneApplicationResourceRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiReadOneApplicationResourceRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiReadOneApplicationResourceRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadOneApplicationResourceRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiReadOneApplicationRoleRequest ¶ added in v0.5.0
type ApiReadOneApplicationRoleRequest struct { ApiService *ApplicationRolesApiService // contains filtered or unexported fields }
func (ApiReadOneApplicationRoleRequest) Execute ¶ added in v0.5.0
func (r ApiReadOneApplicationRoleRequest) Execute() (*ApplicationRole, *http.Response, error)
func (ApiReadOneApplicationRoleRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiReadOneApplicationRoleRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadOneApplicationRoleRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiReadOneApplicationRoleRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiReadOneApplicationRoleRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadOneApplicationRoleRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiReadOneDecisionEndpointRequest ¶
type ApiReadOneDecisionEndpointRequest struct { ApiService *PolicyDecisionManagementApiService // contains filtered or unexported fields }
func (ApiReadOneDecisionEndpointRequest) Execute ¶
func (r ApiReadOneDecisionEndpointRequest) Execute() (*DecisionEndpoint, *http.Response, error)
func (ApiReadOneDecisionEndpointRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiReadOneDecisionEndpointRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReadOneDecisionEndpointRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiReadOneDecisionEndpointRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiReadOneDecisionEndpointRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReadOneDecisionEndpointRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiUpdateAPIServerOperationRequest ¶ added in v0.5.0
type ApiUpdateAPIServerOperationRequest struct { ApiService *APIServerOperationsApiService // contains filtered or unexported fields }
func (ApiUpdateAPIServerOperationRequest) APIServerOperation ¶ added in v0.5.0
func (r ApiUpdateAPIServerOperationRequest) APIServerOperation(aPIServerOperation APIServerOperation) ApiUpdateAPIServerOperationRequest
func (ApiUpdateAPIServerOperationRequest) Execute ¶ added in v0.5.0
func (r ApiUpdateAPIServerOperationRequest) Execute() (*APIServerOperation, *http.Response, error)
func (ApiUpdateAPIServerOperationRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiUpdateAPIServerOperationRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiUpdateAPIServerOperationRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiUpdateAPIServerOperationRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiUpdateAPIServerOperationRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiUpdateAPIServerOperationRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiUpdateAPIServerRequest ¶
type ApiUpdateAPIServerRequest struct { ApiService *APIServersApiService // contains filtered or unexported fields }
func (ApiUpdateAPIServerRequest) APIServer ¶
func (r ApiUpdateAPIServerRequest) APIServer(aPIServer APIServer) ApiUpdateAPIServerRequest
func (ApiUpdateAPIServerRequest) Execute ¶
func (r ApiUpdateAPIServerRequest) Execute() (*APIServer, *http.Response, error)
func (ApiUpdateAPIServerRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiUpdateAPIServerRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiUpdateAPIServerRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiUpdateAPIServerRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiUpdateAPIServerRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiUpdateAPIServerRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiUpdateApplicationPermissionRequest ¶ added in v0.5.0
type ApiUpdateApplicationPermissionRequest struct { ApiService *ApplicationResourcePermissionsApiService // contains filtered or unexported fields }
func (ApiUpdateApplicationPermissionRequest) ApplicationResourcePermission ¶ added in v0.5.0
func (r ApiUpdateApplicationPermissionRequest) ApplicationResourcePermission(applicationResourcePermission ApplicationResourcePermission) ApiUpdateApplicationPermissionRequest
func (ApiUpdateApplicationPermissionRequest) Execute ¶ added in v0.5.0
func (r ApiUpdateApplicationPermissionRequest) Execute() (*ApplicationResourcePermission, *http.Response, error)
func (ApiUpdateApplicationPermissionRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiUpdateApplicationPermissionRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiUpdateApplicationPermissionRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiUpdateApplicationPermissionRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiUpdateApplicationPermissionRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiUpdateApplicationPermissionRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiUpdateApplicationRoleRequest ¶ added in v0.5.0
type ApiUpdateApplicationRoleRequest struct { ApiService *ApplicationRolesApiService // contains filtered or unexported fields }
func (ApiUpdateApplicationRoleRequest) ApplicationRole ¶ added in v0.5.0
func (r ApiUpdateApplicationRoleRequest) ApplicationRole(applicationRole ApplicationRole) ApiUpdateApplicationRoleRequest
func (ApiUpdateApplicationRoleRequest) Execute ¶ added in v0.5.0
func (r ApiUpdateApplicationRoleRequest) Execute() (*ApplicationRole, *http.Response, error)
func (ApiUpdateApplicationRoleRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiUpdateApplicationRoleRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiUpdateApplicationRoleRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiUpdateApplicationRoleRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiUpdateApplicationRoleRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiUpdateApplicationRoleRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApiUpdateDecisionEndpointRequest ¶
type ApiUpdateDecisionEndpointRequest struct { ApiService *PolicyDecisionManagementApiService // contains filtered or unexported fields }
func (ApiUpdateDecisionEndpointRequest) DecisionEndpoint ¶
func (r ApiUpdateDecisionEndpointRequest) DecisionEndpoint(decisionEndpoint DecisionEndpoint) ApiUpdateDecisionEndpointRequest
func (ApiUpdateDecisionEndpointRequest) Execute ¶
func (r ApiUpdateDecisionEndpointRequest) Execute() (*DecisionEndpoint, *http.Response, error)
func (ApiUpdateDecisionEndpointRequest) XPingExternalSessionID ¶ added in v0.8.0
func (r ApiUpdateDecisionEndpointRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiUpdateDecisionEndpointRequest
An ID for telemetry purposes to correlate sessions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
func (ApiUpdateDecisionEndpointRequest) XPingExternalTransactionID ¶ added in v0.8.0
func (r ApiUpdateDecisionEndpointRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiUpdateDecisionEndpointRequest
An ID for telemetry purposes to correlate transactions with client systems through PingOne products. This may be a user defined value. If a value isn't provided on the API request, a unique value will be generated in the API response. See [External transaction and session IDs](https://apidocs.pingidentity.com/pingone/platform/v1/api/#external-transaction-and-session-ids) for more information. Any invalid characters will be converted to underscores. The following characters are allowed: Unicode letters, combining marks, numeric characters, dots, underscores, dashes `/`, `@`, `=`, `#`, `+`
type ApplicationResource ¶ added in v0.5.0
type ApplicationResource struct { Links *map[string]LinksHATEOASValue `json:"_links,omitempty"` // The application resource's description. Description *string `json:"description,omitempty"` // The resource's unique identifier. Id *string `json:"id,omitempty"` // The application resource name. The name value must be unique. Name string `json:"name"` Parent *ApplicationResourceParent `json:"parent,omitempty"` }
ApplicationResource struct for ApplicationResource
func NewApplicationResource ¶ added in v0.5.0
func NewApplicationResource(name string) *ApplicationResource
NewApplicationResource instantiates a new ApplicationResource 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 NewApplicationResourceWithDefaults ¶ added in v0.5.0
func NewApplicationResourceWithDefaults() *ApplicationResource
NewApplicationResourceWithDefaults instantiates a new ApplicationResource 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 (*ApplicationResource) GetDescription ¶ added in v0.5.0
func (o *ApplicationResource) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ApplicationResource) GetDescriptionOk ¶ added in v0.5.0
func (o *ApplicationResource) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationResource) GetId ¶ added in v0.5.0
func (o *ApplicationResource) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ApplicationResource) GetIdOk ¶ added in v0.5.0
func (o *ApplicationResource) 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 (*ApplicationResource) GetLinks ¶ added in v0.5.0
func (o *ApplicationResource) GetLinks() map[string]LinksHATEOASValue
GetLinks returns the Links field value if set, zero value otherwise.
func (*ApplicationResource) GetLinksOk ¶ added in v0.5.0
func (o *ApplicationResource) 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 (*ApplicationResource) GetName ¶ added in v0.5.0
func (o *ApplicationResource) GetName() string
GetName returns the Name field value
func (*ApplicationResource) GetNameOk ¶ added in v0.5.0
func (o *ApplicationResource) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ApplicationResource) GetParent ¶ added in v0.5.0
func (o *ApplicationResource) GetParent() ApplicationResourceParent
GetParent returns the Parent field value if set, zero value otherwise.
func (*ApplicationResource) GetParentOk ¶ added in v0.5.0
func (o *ApplicationResource) GetParentOk() (*ApplicationResourceParent, bool)
GetParentOk returns a tuple with the Parent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationResource) HasDescription ¶ added in v0.5.0
func (o *ApplicationResource) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ApplicationResource) HasId ¶ added in v0.5.0
func (o *ApplicationResource) HasId() bool
HasId returns a boolean if a field has been set.
func (*ApplicationResource) HasLinks ¶ added in v0.5.0
func (o *ApplicationResource) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*ApplicationResource) HasParent ¶ added in v0.5.0
func (o *ApplicationResource) HasParent() bool
HasParent returns a boolean if a field has been set.
func (ApplicationResource) MarshalJSON ¶ added in v0.5.0
func (o ApplicationResource) MarshalJSON() ([]byte, error)
func (*ApplicationResource) SetDescription ¶ added in v0.5.0
func (o *ApplicationResource) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ApplicationResource) SetId ¶ added in v0.5.0
func (o *ApplicationResource) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ApplicationResource) SetLinks ¶ added in v0.5.0
func (o *ApplicationResource) SetLinks(v map[string]LinksHATEOASValue)
SetLinks gets a reference to the given map[string]LinksHATEOASValue and assigns it to the Links field.
func (*ApplicationResource) SetName ¶ added in v0.5.0
func (o *ApplicationResource) SetName(v string)
SetName sets field value
func (*ApplicationResource) SetParent ¶ added in v0.5.0
func (o *ApplicationResource) SetParent(v ApplicationResourceParent)
SetParent gets a reference to the given ApplicationResourceParent and assigns it to the Parent field.
func (ApplicationResource) ToMap ¶ added in v0.5.0
func (o ApplicationResource) ToMap() (map[string]interface{}, error)
type ApplicationResourceParent ¶ added in v0.5.0
type ApplicationResourceParent struct { Type EnumApplicationResourceParentType `json:"type"` // The application resource's parent ID. Id string `json:"id"` }
ApplicationResourceParent The application resource's parent.
func NewApplicationResourceParent ¶ added in v0.5.0
func NewApplicationResourceParent(type_ EnumApplicationResourceParentType, id string) *ApplicationResourceParent
NewApplicationResourceParent instantiates a new ApplicationResourceParent 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 NewApplicationResourceParentWithDefaults ¶ added in v0.5.0
func NewApplicationResourceParentWithDefaults() *ApplicationResourceParent
NewApplicationResourceParentWithDefaults instantiates a new ApplicationResourceParent 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 (*ApplicationResourceParent) GetId ¶ added in v0.5.0
func (o *ApplicationResourceParent) GetId() string
GetId returns the Id field value
func (*ApplicationResourceParent) GetIdOk ¶ added in v0.5.0
func (o *ApplicationResourceParent) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ApplicationResourceParent) GetType ¶ added in v0.5.0
func (o *ApplicationResourceParent) GetType() EnumApplicationResourceParentType
GetType returns the Type field value
func (*ApplicationResourceParent) GetTypeOk ¶ added in v0.5.0
func (o *ApplicationResourceParent) GetTypeOk() (*EnumApplicationResourceParentType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (ApplicationResourceParent) MarshalJSON ¶ added in v0.5.0
func (o ApplicationResourceParent) MarshalJSON() ([]byte, error)
func (*ApplicationResourceParent) SetId ¶ added in v0.5.0
func (o *ApplicationResourceParent) SetId(v string)
SetId sets field value
func (*ApplicationResourceParent) SetType ¶ added in v0.5.0
func (o *ApplicationResourceParent) SetType(v EnumApplicationResourceParentType)
SetType sets field value
func (ApplicationResourceParent) ToMap ¶ added in v0.5.0
func (o ApplicationResourceParent) ToMap() (map[string]interface{}, error)
type ApplicationResourcePermission ¶ added in v0.5.0
type ApplicationResourcePermission struct { Links *map[string]LinksHATEOASValue `json:"_links,omitempty"` // The action associated with this permission. Action string `json:"action"` // The resource's description. Description *string `json:"description,omitempty"` Environment *ObjectEnvironment `json:"environment,omitempty"` // The resource's unique identifier. Id *string `json:"id,omitempty"` Resource *ApplicationResourcePermissionResource `json:"resource,omitempty"` }
ApplicationResourcePermission struct for ApplicationResourcePermission
func NewApplicationResourcePermission ¶ added in v0.5.0
func NewApplicationResourcePermission(action string) *ApplicationResourcePermission
NewApplicationResourcePermission instantiates a new ApplicationResourcePermission 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 NewApplicationResourcePermissionWithDefaults ¶ added in v0.5.0
func NewApplicationResourcePermissionWithDefaults() *ApplicationResourcePermission
NewApplicationResourcePermissionWithDefaults instantiates a new ApplicationResourcePermission 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 (*ApplicationResourcePermission) GetAction ¶ added in v0.5.0
func (o *ApplicationResourcePermission) GetAction() string
GetAction returns the Action field value
func (*ApplicationResourcePermission) GetActionOk ¶ added in v0.5.0
func (o *ApplicationResourcePermission) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*ApplicationResourcePermission) GetDescription ¶ added in v0.5.0
func (o *ApplicationResourcePermission) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ApplicationResourcePermission) GetDescriptionOk ¶ added in v0.5.0
func (o *ApplicationResourcePermission) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationResourcePermission) GetEnvironment ¶ added in v0.5.0
func (o *ApplicationResourcePermission) GetEnvironment() ObjectEnvironment
GetEnvironment returns the Environment field value if set, zero value otherwise.
func (*ApplicationResourcePermission) GetEnvironmentOk ¶ added in v0.5.0
func (o *ApplicationResourcePermission) GetEnvironmentOk() (*ObjectEnvironment, bool)
GetEnvironmentOk returns a tuple with the Environment field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationResourcePermission) GetId ¶ added in v0.5.0
func (o *ApplicationResourcePermission) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ApplicationResourcePermission) GetIdOk ¶ added in v0.5.0
func (o *ApplicationResourcePermission) 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 (*ApplicationResourcePermission) GetLinks ¶ added in v0.5.0
func (o *ApplicationResourcePermission) GetLinks() map[string]LinksHATEOASValue
GetLinks returns the Links field value if set, zero value otherwise.
func (*ApplicationResourcePermission) GetLinksOk ¶ added in v0.5.0
func (o *ApplicationResourcePermission) 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 (*ApplicationResourcePermission) GetResource ¶ added in v0.5.0
func (o *ApplicationResourcePermission) GetResource() ApplicationResourcePermissionResource
GetResource returns the Resource field value if set, zero value otherwise.
func (*ApplicationResourcePermission) GetResourceOk ¶ added in v0.5.0
func (o *ApplicationResourcePermission) GetResourceOk() (*ApplicationResourcePermissionResource, 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 (*ApplicationResourcePermission) HasDescription ¶ added in v0.5.0
func (o *ApplicationResourcePermission) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ApplicationResourcePermission) HasEnvironment ¶ added in v0.5.0
func (o *ApplicationResourcePermission) HasEnvironment() bool
HasEnvironment returns a boolean if a field has been set.
func (*ApplicationResourcePermission) HasId ¶ added in v0.5.0
func (o *ApplicationResourcePermission) HasId() bool
HasId returns a boolean if a field has been set.
func (*ApplicationResourcePermission) HasLinks ¶ added in v0.5.0
func (o *ApplicationResourcePermission) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*ApplicationResourcePermission) HasResource ¶ added in v0.5.0
func (o *ApplicationResourcePermission) HasResource() bool
HasResource returns a boolean if a field has been set.
func (ApplicationResourcePermission) MarshalJSON ¶ added in v0.5.0
func (o ApplicationResourcePermission) MarshalJSON() ([]byte, error)
func (*ApplicationResourcePermission) SetAction ¶ added in v0.5.0
func (o *ApplicationResourcePermission) SetAction(v string)
SetAction sets field value
func (*ApplicationResourcePermission) SetDescription ¶ added in v0.5.0
func (o *ApplicationResourcePermission) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ApplicationResourcePermission) SetEnvironment ¶ added in v0.5.0
func (o *ApplicationResourcePermission) SetEnvironment(v ObjectEnvironment)
SetEnvironment gets a reference to the given ObjectEnvironment and assigns it to the Environment field.
func (*ApplicationResourcePermission) SetId ¶ added in v0.5.0
func (o *ApplicationResourcePermission) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ApplicationResourcePermission) SetLinks ¶ added in v0.5.0
func (o *ApplicationResourcePermission) SetLinks(v map[string]LinksHATEOASValue)
SetLinks gets a reference to the given map[string]LinksHATEOASValue and assigns it to the Links field.
func (*ApplicationResourcePermission) SetResource ¶ added in v0.5.0
func (o *ApplicationResourcePermission) SetResource(v ApplicationResourcePermissionResource)
SetResource gets a reference to the given ApplicationResourcePermissionResource and assigns it to the Resource field.
func (ApplicationResourcePermission) ToMap ¶ added in v0.5.0
func (o ApplicationResourcePermission) ToMap() (map[string]interface{}, error)
type ApplicationResourcePermissionResource ¶ added in v0.5.0
type ApplicationResourcePermissionResource struct { // The ID for the associated application resource. Id *string `json:"id,omitempty"` // The name of the associated application resource. Name *string `json:"name,omitempty"` }
ApplicationResourcePermissionResource An object that identifies the associated application resource.
func NewApplicationResourcePermissionResource ¶ added in v0.5.0
func NewApplicationResourcePermissionResource() *ApplicationResourcePermissionResource
NewApplicationResourcePermissionResource instantiates a new ApplicationResourcePermissionResource 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 NewApplicationResourcePermissionResourceWithDefaults ¶ added in v0.5.0
func NewApplicationResourcePermissionResourceWithDefaults() *ApplicationResourcePermissionResource
NewApplicationResourcePermissionResourceWithDefaults instantiates a new ApplicationResourcePermissionResource 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 (*ApplicationResourcePermissionResource) GetId ¶ added in v0.5.0
func (o *ApplicationResourcePermissionResource) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ApplicationResourcePermissionResource) GetIdOk ¶ added in v0.5.0
func (o *ApplicationResourcePermissionResource) 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 (*ApplicationResourcePermissionResource) GetName ¶ added in v0.5.0
func (o *ApplicationResourcePermissionResource) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ApplicationResourcePermissionResource) GetNameOk ¶ added in v0.5.0
func (o *ApplicationResourcePermissionResource) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationResourcePermissionResource) HasId ¶ added in v0.5.0
func (o *ApplicationResourcePermissionResource) HasId() bool
HasId returns a boolean if a field has been set.
func (*ApplicationResourcePermissionResource) HasName ¶ added in v0.5.0
func (o *ApplicationResourcePermissionResource) HasName() bool
HasName returns a boolean if a field has been set.
func (ApplicationResourcePermissionResource) MarshalJSON ¶ added in v0.5.0
func (o ApplicationResourcePermissionResource) MarshalJSON() ([]byte, error)
func (*ApplicationResourcePermissionResource) SetId ¶ added in v0.5.0
func (o *ApplicationResourcePermissionResource) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ApplicationResourcePermissionResource) SetName ¶ added in v0.5.0
func (o *ApplicationResourcePermissionResource) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (ApplicationResourcePermissionResource) ToMap ¶ added in v0.5.0
func (o ApplicationResourcePermissionResource) ToMap() (map[string]interface{}, error)
type ApplicationResourcePermissionsApiService ¶ added in v0.5.0
type ApplicationResourcePermissionsApiService service
ApplicationResourcePermissionsApiService ApplicationResourcePermissionsApi service
func (*ApplicationResourcePermissionsApiService) CreateApplicationPermission ¶ added in v0.5.0
func (a *ApplicationResourcePermissionsApiService) CreateApplicationPermission(ctx context.Context, environmentID string, applicationResourceID string) ApiCreateApplicationPermissionRequest
CreateApplicationPermission CREATE Application Permission
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param applicationResourceID @return ApiCreateApplicationPermissionRequest
func (*ApplicationResourcePermissionsApiService) CreateApplicationPermissionExecute ¶ added in v0.5.0
func (a *ApplicationResourcePermissionsApiService) CreateApplicationPermissionExecute(r ApiCreateApplicationPermissionRequest) (*ApplicationResourcePermission, *http.Response, error)
Execute executes the request
@return ApplicationResourcePermission
func (*ApplicationResourcePermissionsApiService) DeleteApplicationPermission ¶ added in v0.5.0
func (a *ApplicationResourcePermissionsApiService) DeleteApplicationPermission(ctx context.Context, environmentID string, applicationResourceID string, applicationResourcePermissionID string) ApiDeleteApplicationPermissionRequest
DeleteApplicationPermission DELETE Application Permission
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param applicationResourceID @param applicationResourcePermissionID @return ApiDeleteApplicationPermissionRequest
func (*ApplicationResourcePermissionsApiService) DeleteApplicationPermissionExecute ¶ added in v0.5.0
func (a *ApplicationResourcePermissionsApiService) DeleteApplicationPermissionExecute(r ApiDeleteApplicationPermissionRequest) (*http.Response, error)
Execute executes the request
func (*ApplicationResourcePermissionsApiService) ReadApplicationPermissions ¶ added in v0.5.0
func (a *ApplicationResourcePermissionsApiService) ReadApplicationPermissions(ctx context.Context, environmentID string, applicationResourceID string) ApiReadApplicationPermissionsRequest
ReadApplicationPermissions READ Application Permissions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param applicationResourceID @return ApiReadApplicationPermissionsRequest
func (*ApplicationResourcePermissionsApiService) ReadApplicationPermissionsExecute ¶ added in v0.5.0
func (a *ApplicationResourcePermissionsApiService) ReadApplicationPermissionsExecute(r ApiReadApplicationPermissionsRequest) EntityArrayPagedIterator
Execute executes the request
@return EntityArray
func (*ApplicationResourcePermissionsApiService) ReadApplicationPermissionsExecuteInitialPage ¶ added in v0.7.0
func (a *ApplicationResourcePermissionsApiService) ReadApplicationPermissionsExecuteInitialPage(r ApiReadApplicationPermissionsRequest) (*EntityArray, *http.Response, error)
func (*ApplicationResourcePermissionsApiService) ReadOneApplicationPermission ¶ added in v0.5.0
func (a *ApplicationResourcePermissionsApiService) ReadOneApplicationPermission(ctx context.Context, environmentID string, applicationResourceID string, applicationResourcePermissionID string) ApiReadOneApplicationPermissionRequest
ReadOneApplicationPermission READ One Application Permission
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param applicationResourceID @param applicationResourcePermissionID @return ApiReadOneApplicationPermissionRequest
func (*ApplicationResourcePermissionsApiService) ReadOneApplicationPermissionExecute ¶ added in v0.5.0
func (a *ApplicationResourcePermissionsApiService) ReadOneApplicationPermissionExecute(r ApiReadOneApplicationPermissionRequest) (*ApplicationResourcePermission, *http.Response, error)
Execute executes the request
@return ApplicationResourcePermission
func (*ApplicationResourcePermissionsApiService) UpdateApplicationPermission ¶ added in v0.5.0
func (a *ApplicationResourcePermissionsApiService) UpdateApplicationPermission(ctx context.Context, environmentID string, applicationResourceID string, applicationResourcePermissionID string) ApiUpdateApplicationPermissionRequest
UpdateApplicationPermission UPDATE Application Permission
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param applicationResourceID @param applicationResourcePermissionID @return ApiUpdateApplicationPermissionRequest
func (*ApplicationResourcePermissionsApiService) UpdateApplicationPermissionExecute ¶ added in v0.5.0
func (a *ApplicationResourcePermissionsApiService) UpdateApplicationPermissionExecute(r ApiUpdateApplicationPermissionRequest) (*ApplicationResourcePermission, *http.Response, error)
Execute executes the request
@return ApplicationResourcePermission
type ApplicationResourcesApiService ¶ added in v0.5.0
type ApplicationResourcesApiService service
ApplicationResourcesApiService ApplicationResourcesApi service
func (*ApplicationResourcesApiService) ReadApplicationResources ¶ added in v0.5.0
func (a *ApplicationResourcesApiService) ReadApplicationResources(ctx context.Context, environmentID string) ApiReadApplicationResourcesRequest
ReadApplicationResources READ Application Resources
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @return ApiReadApplicationResourcesRequest
func (*ApplicationResourcesApiService) ReadApplicationResourcesExecute ¶ added in v0.5.0
func (a *ApplicationResourcesApiService) ReadApplicationResourcesExecute(r ApiReadApplicationResourcesRequest) EntityArrayPagedIterator
Execute executes the request
@return EntityArray
func (*ApplicationResourcesApiService) ReadApplicationResourcesExecuteInitialPage ¶ added in v0.7.0
func (a *ApplicationResourcesApiService) ReadApplicationResourcesExecuteInitialPage(r ApiReadApplicationResourcesRequest) (*EntityArray, *http.Response, error)
func (*ApplicationResourcesApiService) ReadOneApplicationResource ¶ added in v0.5.0
func (a *ApplicationResourcesApiService) ReadOneApplicationResource(ctx context.Context, environmentID string, applicationResourceID string) ApiReadOneApplicationResourceRequest
ReadOneApplicationResource READ One Application Resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param applicationResourceID @return ApiReadOneApplicationResourceRequest
func (*ApplicationResourcesApiService) ReadOneApplicationResourceExecute ¶ added in v0.5.0
func (a *ApplicationResourcesApiService) ReadOneApplicationResourceExecute(r ApiReadOneApplicationResourceRequest) (*ApplicationResource, *http.Response, error)
Execute executes the request
@return ApplicationResource
type ApplicationRole ¶ added in v0.5.0
type ApplicationRole struct { Links *map[string]LinksHATEOASValue `json:"_links,omitempty"` // The description of the application role. Description *string `json:"description,omitempty"` // The ID of the application role. Id *string `json:"id,omitempty"` // The name of the application role. Name string `json:"name"` }
ApplicationRole struct for ApplicationRole
func NewApplicationRole ¶ added in v0.5.0
func NewApplicationRole(name string) *ApplicationRole
NewApplicationRole instantiates a new ApplicationRole 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 NewApplicationRoleWithDefaults ¶ added in v0.5.0
func NewApplicationRoleWithDefaults() *ApplicationRole
NewApplicationRoleWithDefaults instantiates a new ApplicationRole 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 (*ApplicationRole) GetDescription ¶ added in v0.5.0
func (o *ApplicationRole) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ApplicationRole) GetDescriptionOk ¶ added in v0.5.0
func (o *ApplicationRole) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationRole) GetId ¶ added in v0.5.0
func (o *ApplicationRole) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ApplicationRole) GetIdOk ¶ added in v0.5.0
func (o *ApplicationRole) 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 (*ApplicationRole) GetLinks ¶ added in v0.5.0
func (o *ApplicationRole) GetLinks() map[string]LinksHATEOASValue
GetLinks returns the Links field value if set, zero value otherwise.
func (*ApplicationRole) GetLinksOk ¶ added in v0.5.0
func (o *ApplicationRole) 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 (*ApplicationRole) GetName ¶ added in v0.5.0
func (o *ApplicationRole) GetName() string
GetName returns the Name field value
func (*ApplicationRole) GetNameOk ¶ added in v0.5.0
func (o *ApplicationRole) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ApplicationRole) HasDescription ¶ added in v0.5.0
func (o *ApplicationRole) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ApplicationRole) HasId ¶ added in v0.5.0
func (o *ApplicationRole) HasId() bool
HasId returns a boolean if a field has been set.
func (*ApplicationRole) HasLinks ¶ added in v0.5.0
func (o *ApplicationRole) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (ApplicationRole) MarshalJSON ¶ added in v0.5.0
func (o ApplicationRole) MarshalJSON() ([]byte, error)
func (*ApplicationRole) SetDescription ¶ added in v0.5.0
func (o *ApplicationRole) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ApplicationRole) SetId ¶ added in v0.5.0
func (o *ApplicationRole) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ApplicationRole) SetLinks ¶ added in v0.5.0
func (o *ApplicationRole) SetLinks(v map[string]LinksHATEOASValue)
SetLinks gets a reference to the given map[string]LinksHATEOASValue and assigns it to the Links field.
func (*ApplicationRole) SetName ¶ added in v0.5.0
func (o *ApplicationRole) SetName(v string)
SetName sets field value
func (ApplicationRole) ToMap ¶ added in v0.5.0
func (o ApplicationRole) ToMap() (map[string]interface{}, error)
type ApplicationRoleAssignment ¶ added in v0.5.0
type ApplicationRoleAssignment struct { Links *map[string]LinksHATEOASValue `json:"_links,omitempty"` // The ID of the API server operation. This is randomly generated when the operation is created. Id *string `json:"id,omitempty"` // The role associated with the role assignment. Role map[string]interface{} `json:"role,omitempty"` // The user associated with the role assignment. Subject map[string]interface{} `json:"subject,omitempty"` }
ApplicationRoleAssignment struct for ApplicationRoleAssignment
func NewApplicationRoleAssignment ¶ added in v0.5.0
func NewApplicationRoleAssignment() *ApplicationRoleAssignment
NewApplicationRoleAssignment instantiates a new ApplicationRoleAssignment 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 NewApplicationRoleAssignmentWithDefaults ¶ added in v0.5.0
func NewApplicationRoleAssignmentWithDefaults() *ApplicationRoleAssignment
NewApplicationRoleAssignmentWithDefaults instantiates a new ApplicationRoleAssignment 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 (*ApplicationRoleAssignment) GetId ¶ added in v0.5.0
func (o *ApplicationRoleAssignment) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ApplicationRoleAssignment) GetIdOk ¶ added in v0.5.0
func (o *ApplicationRoleAssignment) 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 (*ApplicationRoleAssignment) GetLinks ¶ added in v0.5.0
func (o *ApplicationRoleAssignment) GetLinks() map[string]LinksHATEOASValue
GetLinks returns the Links field value if set, zero value otherwise.
func (*ApplicationRoleAssignment) GetLinksOk ¶ added in v0.5.0
func (o *ApplicationRoleAssignment) 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 (*ApplicationRoleAssignment) GetRole ¶ added in v0.5.0
func (o *ApplicationRoleAssignment) GetRole() map[string]interface{}
GetRole returns the Role field value if set, zero value otherwise.
func (*ApplicationRoleAssignment) GetRoleOk ¶ added in v0.5.0
func (o *ApplicationRoleAssignment) GetRoleOk() (map[string]interface{}, bool)
GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationRoleAssignment) GetSubject ¶ added in v0.5.0
func (o *ApplicationRoleAssignment) GetSubject() map[string]interface{}
GetSubject returns the Subject field value if set, zero value otherwise.
func (*ApplicationRoleAssignment) GetSubjectOk ¶ added in v0.5.0
func (o *ApplicationRoleAssignment) GetSubjectOk() (map[string]interface{}, bool)
GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationRoleAssignment) HasId ¶ added in v0.5.0
func (o *ApplicationRoleAssignment) HasId() bool
HasId returns a boolean if a field has been set.
func (*ApplicationRoleAssignment) HasLinks ¶ added in v0.5.0
func (o *ApplicationRoleAssignment) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*ApplicationRoleAssignment) HasRole ¶ added in v0.5.0
func (o *ApplicationRoleAssignment) HasRole() bool
HasRole returns a boolean if a field has been set.
func (*ApplicationRoleAssignment) HasSubject ¶ added in v0.5.0
func (o *ApplicationRoleAssignment) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (ApplicationRoleAssignment) MarshalJSON ¶ added in v0.5.0
func (o ApplicationRoleAssignment) MarshalJSON() ([]byte, error)
func (*ApplicationRoleAssignment) SetId ¶ added in v0.5.0
func (o *ApplicationRoleAssignment) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ApplicationRoleAssignment) SetLinks ¶ added in v0.5.0
func (o *ApplicationRoleAssignment) SetLinks(v map[string]LinksHATEOASValue)
SetLinks gets a reference to the given map[string]LinksHATEOASValue and assigns it to the Links field.
func (*ApplicationRoleAssignment) SetRole ¶ added in v0.5.0
func (o *ApplicationRoleAssignment) SetRole(v map[string]interface{})
SetRole gets a reference to the given map[string]interface{} and assigns it to the Role field.
func (*ApplicationRoleAssignment) SetSubject ¶ added in v0.5.0
func (o *ApplicationRoleAssignment) SetSubject(v map[string]interface{})
SetSubject gets a reference to the given map[string]interface{} and assigns it to the Subject field.
func (ApplicationRoleAssignment) ToMap ¶ added in v0.5.0
func (o ApplicationRoleAssignment) ToMap() (map[string]interface{}, error)
type ApplicationRoleAssignmentsApiService ¶ added in v0.5.0
type ApplicationRoleAssignmentsApiService service
ApplicationRoleAssignmentsApiService ApplicationRoleAssignmentsApi service
func (*ApplicationRoleAssignmentsApiService) ReadApplicationRoleAssignments ¶ added in v0.5.0
func (a *ApplicationRoleAssignmentsApiService) ReadApplicationRoleAssignments(ctx context.Context, environmentID string, applicationRoleID string) ApiReadApplicationRoleAssignmentsRequest
ReadApplicationRoleAssignments READ Application Role Assignments
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param applicationRoleID @return ApiReadApplicationRoleAssignmentsRequest
func (*ApplicationRoleAssignmentsApiService) ReadApplicationRoleAssignmentsExecute ¶ added in v0.5.0
func (a *ApplicationRoleAssignmentsApiService) ReadApplicationRoleAssignmentsExecute(r ApiReadApplicationRoleAssignmentsRequest) EntityArrayPagedIterator
Execute executes the request
@return EntityArray
func (*ApplicationRoleAssignmentsApiService) ReadApplicationRoleAssignmentsExecuteInitialPage ¶ added in v0.7.0
func (a *ApplicationRoleAssignmentsApiService) ReadApplicationRoleAssignmentsExecuteInitialPage(r ApiReadApplicationRoleAssignmentsRequest) (*EntityArray, *http.Response, error)
type ApplicationRolePermission ¶ added in v0.5.0
type ApplicationRolePermission struct { Links *map[string]LinksHATEOASValue `json:"_links,omitempty"` // The ID of the application resource permission to associate with this role. Id string `json:"id"` Environment *ObjectEnvironment `json:"environment,omitempty"` Key *string `json:"key,omitempty"` Description *string `json:"description,omitempty"` // The action associated with this permission. Action *string `json:"action,omitempty"` Resource *ApplicationRolePermissionResource `json:"resource,omitempty"` }
ApplicationRolePermission struct for ApplicationRolePermission
func NewApplicationRolePermission ¶ added in v0.5.0
func NewApplicationRolePermission(id string) *ApplicationRolePermission
NewApplicationRolePermission instantiates a new ApplicationRolePermission 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 NewApplicationRolePermissionWithDefaults ¶ added in v0.5.0
func NewApplicationRolePermissionWithDefaults() *ApplicationRolePermission
NewApplicationRolePermissionWithDefaults instantiates a new ApplicationRolePermission 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 (*ApplicationRolePermission) GetAction ¶ added in v0.5.0
func (o *ApplicationRolePermission) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*ApplicationRolePermission) GetActionOk ¶ added in v0.5.0
func (o *ApplicationRolePermission) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationRolePermission) GetDescription ¶ added in v0.5.0
func (o *ApplicationRolePermission) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ApplicationRolePermission) GetDescriptionOk ¶ added in v0.5.0
func (o *ApplicationRolePermission) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationRolePermission) GetEnvironment ¶ added in v0.5.0
func (o *ApplicationRolePermission) GetEnvironment() ObjectEnvironment
GetEnvironment returns the Environment field value if set, zero value otherwise.
func (*ApplicationRolePermission) GetEnvironmentOk ¶ added in v0.5.0
func (o *ApplicationRolePermission) GetEnvironmentOk() (*ObjectEnvironment, bool)
GetEnvironmentOk returns a tuple with the Environment field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationRolePermission) GetId ¶ added in v0.5.0
func (o *ApplicationRolePermission) GetId() string
GetId returns the Id field value
func (*ApplicationRolePermission) GetIdOk ¶ added in v0.5.0
func (o *ApplicationRolePermission) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ApplicationRolePermission) GetKey ¶ added in v0.5.0
func (o *ApplicationRolePermission) GetKey() string
GetKey returns the Key field value if set, zero value otherwise.
func (*ApplicationRolePermission) GetKeyOk ¶ added in v0.5.0
func (o *ApplicationRolePermission) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationRolePermission) GetLinks ¶ added in v0.5.0
func (o *ApplicationRolePermission) GetLinks() map[string]LinksHATEOASValue
GetLinks returns the Links field value if set, zero value otherwise.
func (*ApplicationRolePermission) GetLinksOk ¶ added in v0.5.0
func (o *ApplicationRolePermission) 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 (*ApplicationRolePermission) GetResource ¶ added in v0.5.0
func (o *ApplicationRolePermission) GetResource() ApplicationRolePermissionResource
GetResource returns the Resource field value if set, zero value otherwise.
func (*ApplicationRolePermission) GetResourceOk ¶ added in v0.5.0
func (o *ApplicationRolePermission) GetResourceOk() (*ApplicationRolePermissionResource, 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 (*ApplicationRolePermission) HasAction ¶ added in v0.5.0
func (o *ApplicationRolePermission) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*ApplicationRolePermission) HasDescription ¶ added in v0.5.0
func (o *ApplicationRolePermission) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ApplicationRolePermission) HasEnvironment ¶ added in v0.5.0
func (o *ApplicationRolePermission) HasEnvironment() bool
HasEnvironment returns a boolean if a field has been set.
func (*ApplicationRolePermission) HasKey ¶ added in v0.5.0
func (o *ApplicationRolePermission) HasKey() bool
HasKey returns a boolean if a field has been set.
func (*ApplicationRolePermission) HasLinks ¶ added in v0.5.0
func (o *ApplicationRolePermission) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*ApplicationRolePermission) HasResource ¶ added in v0.5.0
func (o *ApplicationRolePermission) HasResource() bool
HasResource returns a boolean if a field has been set.
func (ApplicationRolePermission) MarshalJSON ¶ added in v0.5.0
func (o ApplicationRolePermission) MarshalJSON() ([]byte, error)
func (*ApplicationRolePermission) SetAction ¶ added in v0.5.0
func (o *ApplicationRolePermission) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*ApplicationRolePermission) SetDescription ¶ added in v0.5.0
func (o *ApplicationRolePermission) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ApplicationRolePermission) SetEnvironment ¶ added in v0.5.0
func (o *ApplicationRolePermission) SetEnvironment(v ObjectEnvironment)
SetEnvironment gets a reference to the given ObjectEnvironment and assigns it to the Environment field.
func (*ApplicationRolePermission) SetId ¶ added in v0.5.0
func (o *ApplicationRolePermission) SetId(v string)
SetId sets field value
func (*ApplicationRolePermission) SetKey ¶ added in v0.5.0
func (o *ApplicationRolePermission) SetKey(v string)
SetKey gets a reference to the given string and assigns it to the Key field.
func (*ApplicationRolePermission) SetLinks ¶ added in v0.5.0
func (o *ApplicationRolePermission) SetLinks(v map[string]LinksHATEOASValue)
SetLinks gets a reference to the given map[string]LinksHATEOASValue and assigns it to the Links field.
func (*ApplicationRolePermission) SetResource ¶ added in v0.5.0
func (o *ApplicationRolePermission) SetResource(v ApplicationRolePermissionResource)
SetResource gets a reference to the given ApplicationRolePermissionResource and assigns it to the Resource field.
func (ApplicationRolePermission) ToMap ¶ added in v0.5.0
func (o ApplicationRolePermission) ToMap() (map[string]interface{}, error)
type ApplicationRolePermissionResource ¶ added in v0.5.0
type ApplicationRolePermissionResource struct { // The ID of the application resource associated with this permission. Id *string `json:"id,omitempty"` // The name of the applicawtion resource associated with this permission. Name *string `json:"name,omitempty"` }
ApplicationRolePermissionResource struct for ApplicationRolePermissionResource
func NewApplicationRolePermissionResource ¶ added in v0.5.0
func NewApplicationRolePermissionResource() *ApplicationRolePermissionResource
NewApplicationRolePermissionResource instantiates a new ApplicationRolePermissionResource 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 NewApplicationRolePermissionResourceWithDefaults ¶ added in v0.5.0
func NewApplicationRolePermissionResourceWithDefaults() *ApplicationRolePermissionResource
NewApplicationRolePermissionResourceWithDefaults instantiates a new ApplicationRolePermissionResource 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 (*ApplicationRolePermissionResource) GetId ¶ added in v0.5.0
func (o *ApplicationRolePermissionResource) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ApplicationRolePermissionResource) GetIdOk ¶ added in v0.5.0
func (o *ApplicationRolePermissionResource) 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 (*ApplicationRolePermissionResource) GetName ¶ added in v0.5.0
func (o *ApplicationRolePermissionResource) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ApplicationRolePermissionResource) GetNameOk ¶ added in v0.5.0
func (o *ApplicationRolePermissionResource) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationRolePermissionResource) HasId ¶ added in v0.5.0
func (o *ApplicationRolePermissionResource) HasId() bool
HasId returns a boolean if a field has been set.
func (*ApplicationRolePermissionResource) HasName ¶ added in v0.5.0
func (o *ApplicationRolePermissionResource) HasName() bool
HasName returns a boolean if a field has been set.
func (ApplicationRolePermissionResource) MarshalJSON ¶ added in v0.5.0
func (o ApplicationRolePermissionResource) MarshalJSON() ([]byte, error)
func (*ApplicationRolePermissionResource) SetId ¶ added in v0.5.0
func (o *ApplicationRolePermissionResource) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ApplicationRolePermissionResource) SetName ¶ added in v0.5.0
func (o *ApplicationRolePermissionResource) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (ApplicationRolePermissionResource) ToMap ¶ added in v0.5.0
func (o ApplicationRolePermissionResource) ToMap() (map[string]interface{}, error)
type ApplicationRolePermissionsApiService ¶ added in v0.5.0
type ApplicationRolePermissionsApiService service
ApplicationRolePermissionsApiService ApplicationRolePermissionsApi service
func (*ApplicationRolePermissionsApiService) CreateApplicationRolePermission ¶ added in v0.5.0
func (a *ApplicationRolePermissionsApiService) CreateApplicationRolePermission(ctx context.Context, environmentID string, applicationRoleID string) ApiCreateApplicationRolePermissionRequest
CreateApplicationRolePermission CREATE Application Role Permission
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param applicationRoleID @return ApiCreateApplicationRolePermissionRequest
func (*ApplicationRolePermissionsApiService) CreateApplicationRolePermissionExecute ¶ added in v0.5.0
func (a *ApplicationRolePermissionsApiService) CreateApplicationRolePermissionExecute(r ApiCreateApplicationRolePermissionRequest) (*ApplicationRolePermission, *http.Response, error)
Execute executes the request
@return ApplicationRolePermission
func (*ApplicationRolePermissionsApiService) DeleteApplicationRolePermission ¶ added in v0.5.0
func (a *ApplicationRolePermissionsApiService) DeleteApplicationRolePermission(ctx context.Context, environmentID string, applicationRoleID string, applicationRolePermissionID string) ApiDeleteApplicationRolePermissionRequest
DeleteApplicationRolePermission DELETE Application Role Permission
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param applicationRoleID @param applicationRolePermissionID @return ApiDeleteApplicationRolePermissionRequest
func (*ApplicationRolePermissionsApiService) DeleteApplicationRolePermissionExecute ¶ added in v0.5.0
func (a *ApplicationRolePermissionsApiService) DeleteApplicationRolePermissionExecute(r ApiDeleteApplicationRolePermissionRequest) (*http.Response, error)
Execute executes the request
func (*ApplicationRolePermissionsApiService) ReadApplicationRolePermissions ¶ added in v0.5.0
func (a *ApplicationRolePermissionsApiService) ReadApplicationRolePermissions(ctx context.Context, environmentID string, applicationRoleID string) ApiReadApplicationRolePermissionsRequest
ReadApplicationRolePermissions READ Application Role Permissions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param applicationRoleID @return ApiReadApplicationRolePermissionsRequest
func (*ApplicationRolePermissionsApiService) ReadApplicationRolePermissionsExecute ¶ added in v0.5.0
func (a *ApplicationRolePermissionsApiService) ReadApplicationRolePermissionsExecute(r ApiReadApplicationRolePermissionsRequest) EntityArrayPagedIterator
Execute executes the request
@return EntityArray
func (*ApplicationRolePermissionsApiService) ReadApplicationRolePermissionsExecuteInitialPage ¶ added in v0.7.0
func (a *ApplicationRolePermissionsApiService) ReadApplicationRolePermissionsExecuteInitialPage(r ApiReadApplicationRolePermissionsRequest) (*EntityArray, *http.Response, error)
type ApplicationRolesApiService ¶ added in v0.5.0
type ApplicationRolesApiService service
ApplicationRolesApiService ApplicationRolesApi service
func (*ApplicationRolesApiService) CreateApplicationRoles ¶ added in v0.5.0
func (a *ApplicationRolesApiService) CreateApplicationRoles(ctx context.Context, environmentID string) ApiCreateApplicationRolesRequest
CreateApplicationRoles CREATE Application Roles
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @return ApiCreateApplicationRolesRequest
func (*ApplicationRolesApiService) CreateApplicationRolesExecute ¶ added in v0.5.0
func (a *ApplicationRolesApiService) CreateApplicationRolesExecute(r ApiCreateApplicationRolesRequest) (*ApplicationRole, *http.Response, error)
Execute executes the request
@return ApplicationRole
func (*ApplicationRolesApiService) DeleteApplicationRole ¶ added in v0.5.0
func (a *ApplicationRolesApiService) DeleteApplicationRole(ctx context.Context, environmentID string, applicationRoleID string) ApiDeleteApplicationRoleRequest
DeleteApplicationRole DELETE Application Role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param applicationRoleID @return ApiDeleteApplicationRoleRequest
func (*ApplicationRolesApiService) DeleteApplicationRoleExecute ¶ added in v0.5.0
func (a *ApplicationRolesApiService) DeleteApplicationRoleExecute(r ApiDeleteApplicationRoleRequest) (*http.Response, error)
Execute executes the request
func (*ApplicationRolesApiService) ReadApplicationRoles ¶ added in v0.5.0
func (a *ApplicationRolesApiService) ReadApplicationRoles(ctx context.Context, environmentID string) ApiReadApplicationRolesRequest
ReadApplicationRoles READ Application Roles
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @return ApiReadApplicationRolesRequest
func (*ApplicationRolesApiService) ReadApplicationRolesExecute ¶ added in v0.5.0
func (a *ApplicationRolesApiService) ReadApplicationRolesExecute(r ApiReadApplicationRolesRequest) EntityArrayPagedIterator
Execute executes the request
@return EntityArray
func (*ApplicationRolesApiService) ReadApplicationRolesExecuteInitialPage ¶ added in v0.7.0
func (a *ApplicationRolesApiService) ReadApplicationRolesExecuteInitialPage(r ApiReadApplicationRolesRequest) (*EntityArray, *http.Response, error)
func (*ApplicationRolesApiService) ReadOneApplicationRole ¶ added in v0.5.0
func (a *ApplicationRolesApiService) ReadOneApplicationRole(ctx context.Context, environmentID string, applicationRoleID string) ApiReadOneApplicationRoleRequest
ReadOneApplicationRole READ One Application Role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param applicationRoleID @return ApiReadOneApplicationRoleRequest
func (*ApplicationRolesApiService) ReadOneApplicationRoleExecute ¶ added in v0.5.0
func (a *ApplicationRolesApiService) ReadOneApplicationRoleExecute(r ApiReadOneApplicationRoleRequest) (*ApplicationRole, *http.Response, error)
Execute executes the request
@return ApplicationRole
func (*ApplicationRolesApiService) UpdateApplicationRole ¶ added in v0.5.0
func (a *ApplicationRolesApiService) UpdateApplicationRole(ctx context.Context, environmentID string, applicationRoleID string) ApiUpdateApplicationRoleRequest
UpdateApplicationRole UPDATE Application Role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param applicationRoleID @return ApiUpdateApplicationRoleRequest
func (*ApplicationRolesApiService) UpdateApplicationRoleExecute ¶ added in v0.5.0
func (a *ApplicationRolesApiService) UpdateApplicationRoleExecute(r ApiUpdateApplicationRoleRequest) (*ApplicationRole, *http.Response, error)
Execute executes the request
@return ApplicationRole
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` DefaultServerIndex int `json:"defaultServerIndex,omitempty"` ProxyURL *string `json:"proxyURL,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) AppendUserAgent ¶ added in v0.4.1
func (c *Configuration) AppendUserAgent(userAgent string)
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
func (*Configuration) SetDebug ¶ added in v0.2.0
func (c *Configuration) SetDebug(debug bool)
func (*Configuration) SetDefaultServerIndex ¶ added in v0.2.0
func (c *Configuration) SetDefaultServerIndex(defaultServerIndex int)
func (*Configuration) SetDefaultServerVariableDefaultValue ¶ added in v0.2.0
func (c *Configuration) SetDefaultServerVariableDefaultValue(variable string, value string) error
func (*Configuration) SetServerVariableDefaultValue ¶ added in v0.2.0
func (c *Configuration) SetServerVariableDefaultValue(serverIndex int, variable string, value string) error
func (*Configuration) SetUserAgent ¶ added in v0.2.1
func (c *Configuration) SetUserAgent(userAgent string)
type DecisionEndpoint ¶
type DecisionEndpoint struct { Links *map[string]LinksHATEOASValue `json:"_links,omitempty"` // A string that specifies alternative unique identifier for the endpoint, which provides a method for locating the resource by a known, fixed identifier. AlternateId *string `json:"alternateId,omitempty"` AuthorizationVersion *DecisionEndpointAuthorizationVersion `json:"authorizationVersion,omitempty"` // A string that specifies the description of the policy decision resource. Description string `json:"description"` // A string that specifies the resource’s unique identifier. Id *string `json:"id,omitempty"` // A string that specifies the policy decision resource name. Name string `json:"name"` // A boolean that when true restricts modifications of the endpoint to PingOne-owned clients. Owned *bool `json:"owned,omitempty"` // A string that specifies the ID of the root policy configured for this endpoint. If omitted, the policy editor service decides on a suitable default. PolicyId *string `json:"policyId,omitempty"` // A string that specifies a machine-readable identifier indicating the provenance of the current configuration. It has no meaning to the Policy Decision Service itself but exists to support integration with other services. Provenance *string `json:"provenance,omitempty"` // A boolean that specifies whether to show recent decisions. RecentDecisionsEnabled *bool `json:"recentDecisionsEnabled,omitempty"` RecentDecisions *DecisionEndpointRecentDecisions `json:"recentDecisions,omitempty"` // A boolean that specifies whether to record a limited history of recent decision requests and responses, which can be queried through a separate API. RecordRecentRequests bool `json:"recordRecentRequests"` }
DecisionEndpoint struct for DecisionEndpoint
func NewDecisionEndpoint ¶
func NewDecisionEndpoint(description string, name string, recordRecentRequests bool) *DecisionEndpoint
NewDecisionEndpoint instantiates a new DecisionEndpoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDecisionEndpointWithDefaults ¶
func NewDecisionEndpointWithDefaults() *DecisionEndpoint
NewDecisionEndpointWithDefaults instantiates a new DecisionEndpoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DecisionEndpoint) GetAlternateId ¶
func (o *DecisionEndpoint) GetAlternateId() string
GetAlternateId returns the AlternateId field value if set, zero value otherwise.
func (*DecisionEndpoint) GetAlternateIdOk ¶
func (o *DecisionEndpoint) GetAlternateIdOk() (*string, bool)
GetAlternateIdOk returns a tuple with the AlternateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetAuthorizationVersion ¶
func (o *DecisionEndpoint) GetAuthorizationVersion() DecisionEndpointAuthorizationVersion
GetAuthorizationVersion returns the AuthorizationVersion field value if set, zero value otherwise.
func (*DecisionEndpoint) GetAuthorizationVersionOk ¶
func (o *DecisionEndpoint) GetAuthorizationVersionOk() (*DecisionEndpointAuthorizationVersion, bool)
GetAuthorizationVersionOk returns a tuple with the AuthorizationVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetDescription ¶
func (o *DecisionEndpoint) GetDescription() string
GetDescription returns the Description field value
func (*DecisionEndpoint) GetDescriptionOk ¶
func (o *DecisionEndpoint) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetId ¶
func (o *DecisionEndpoint) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DecisionEndpoint) GetIdOk ¶
func (o *DecisionEndpoint) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetLinks ¶ added in v0.3.0
func (o *DecisionEndpoint) GetLinks() map[string]LinksHATEOASValue
GetLinks returns the Links field value if set, zero value otherwise.
func (*DecisionEndpoint) GetLinksOk ¶ added in v0.3.0
func (o *DecisionEndpoint) 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 (*DecisionEndpoint) GetName ¶
func (o *DecisionEndpoint) GetName() string
GetName returns the Name field value
func (*DecisionEndpoint) GetNameOk ¶
func (o *DecisionEndpoint) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetOwned ¶
func (o *DecisionEndpoint) GetOwned() bool
GetOwned returns the Owned field value if set, zero value otherwise.
func (*DecisionEndpoint) GetOwnedOk ¶
func (o *DecisionEndpoint) GetOwnedOk() (*bool, bool)
GetOwnedOk returns a tuple with the Owned field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetPolicyId ¶
func (o *DecisionEndpoint) GetPolicyId() string
GetPolicyId returns the PolicyId field value if set, zero value otherwise.
func (*DecisionEndpoint) GetPolicyIdOk ¶
func (o *DecisionEndpoint) GetPolicyIdOk() (*string, bool)
GetPolicyIdOk returns a tuple with the PolicyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetProvenance ¶
func (o *DecisionEndpoint) GetProvenance() string
GetProvenance returns the Provenance field value if set, zero value otherwise.
func (*DecisionEndpoint) GetProvenanceOk ¶
func (o *DecisionEndpoint) GetProvenanceOk() (*string, bool)
GetProvenanceOk returns a tuple with the Provenance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetRecentDecisions ¶
func (o *DecisionEndpoint) GetRecentDecisions() DecisionEndpointRecentDecisions
GetRecentDecisions returns the RecentDecisions field value if set, zero value otherwise.
func (*DecisionEndpoint) GetRecentDecisionsEnabled ¶
func (o *DecisionEndpoint) GetRecentDecisionsEnabled() bool
GetRecentDecisionsEnabled returns the RecentDecisionsEnabled field value if set, zero value otherwise.
func (*DecisionEndpoint) GetRecentDecisionsEnabledOk ¶
func (o *DecisionEndpoint) GetRecentDecisionsEnabledOk() (*bool, bool)
GetRecentDecisionsEnabledOk returns a tuple with the RecentDecisionsEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetRecentDecisionsOk ¶
func (o *DecisionEndpoint) GetRecentDecisionsOk() (*DecisionEndpointRecentDecisions, bool)
GetRecentDecisionsOk returns a tuple with the RecentDecisions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpoint) GetRecordRecentRequests ¶
func (o *DecisionEndpoint) GetRecordRecentRequests() bool
GetRecordRecentRequests returns the RecordRecentRequests field value
func (*DecisionEndpoint) GetRecordRecentRequestsOk ¶
func (o *DecisionEndpoint) GetRecordRecentRequestsOk() (*bool, bool)
GetRecordRecentRequestsOk returns a tuple with the RecordRecentRequests field value and a boolean to check if the value has been set.
func (*DecisionEndpoint) HasAlternateId ¶
func (o *DecisionEndpoint) HasAlternateId() bool
HasAlternateId returns a boolean if a field has been set.
func (*DecisionEndpoint) HasAuthorizationVersion ¶
func (o *DecisionEndpoint) HasAuthorizationVersion() bool
HasAuthorizationVersion returns a boolean if a field has been set.
func (*DecisionEndpoint) HasId ¶
func (o *DecisionEndpoint) HasId() bool
HasId returns a boolean if a field has been set.
func (*DecisionEndpoint) HasLinks ¶ added in v0.3.0
func (o *DecisionEndpoint) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*DecisionEndpoint) HasOwned ¶
func (o *DecisionEndpoint) HasOwned() bool
HasOwned returns a boolean if a field has been set.
func (*DecisionEndpoint) HasPolicyId ¶
func (o *DecisionEndpoint) HasPolicyId() bool
HasPolicyId returns a boolean if a field has been set.
func (*DecisionEndpoint) HasProvenance ¶
func (o *DecisionEndpoint) HasProvenance() bool
HasProvenance returns a boolean if a field has been set.
func (*DecisionEndpoint) HasRecentDecisions ¶
func (o *DecisionEndpoint) HasRecentDecisions() bool
HasRecentDecisions returns a boolean if a field has been set.
func (*DecisionEndpoint) HasRecentDecisionsEnabled ¶
func (o *DecisionEndpoint) HasRecentDecisionsEnabled() bool
HasRecentDecisionsEnabled returns a boolean if a field has been set.
func (DecisionEndpoint) MarshalJSON ¶
func (o DecisionEndpoint) MarshalJSON() ([]byte, error)
func (*DecisionEndpoint) SetAlternateId ¶
func (o *DecisionEndpoint) SetAlternateId(v string)
SetAlternateId gets a reference to the given string and assigns it to the AlternateId field.
func (*DecisionEndpoint) SetAuthorizationVersion ¶
func (o *DecisionEndpoint) SetAuthorizationVersion(v DecisionEndpointAuthorizationVersion)
SetAuthorizationVersion gets a reference to the given DecisionEndpointAuthorizationVersion and assigns it to the AuthorizationVersion field.
func (*DecisionEndpoint) SetDescription ¶
func (o *DecisionEndpoint) SetDescription(v string)
SetDescription sets field value
func (*DecisionEndpoint) SetId ¶
func (o *DecisionEndpoint) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*DecisionEndpoint) SetLinks ¶ added in v0.3.0
func (o *DecisionEndpoint) SetLinks(v map[string]LinksHATEOASValue)
SetLinks gets a reference to the given map[string]LinksHATEOASValue and assigns it to the Links field.
func (*DecisionEndpoint) SetName ¶
func (o *DecisionEndpoint) SetName(v string)
SetName sets field value
func (*DecisionEndpoint) SetOwned ¶
func (o *DecisionEndpoint) SetOwned(v bool)
SetOwned gets a reference to the given bool and assigns it to the Owned field.
func (*DecisionEndpoint) SetPolicyId ¶
func (o *DecisionEndpoint) SetPolicyId(v string)
SetPolicyId gets a reference to the given string and assigns it to the PolicyId field.
func (*DecisionEndpoint) SetProvenance ¶
func (o *DecisionEndpoint) SetProvenance(v string)
SetProvenance gets a reference to the given string and assigns it to the Provenance field.
func (*DecisionEndpoint) SetRecentDecisions ¶
func (o *DecisionEndpoint) SetRecentDecisions(v DecisionEndpointRecentDecisions)
SetRecentDecisions gets a reference to the given DecisionEndpointRecentDecisions and assigns it to the RecentDecisions field.
func (*DecisionEndpoint) SetRecentDecisionsEnabled ¶
func (o *DecisionEndpoint) SetRecentDecisionsEnabled(v bool)
SetRecentDecisionsEnabled gets a reference to the given bool and assigns it to the RecentDecisionsEnabled field.
func (*DecisionEndpoint) SetRecordRecentRequests ¶
func (o *DecisionEndpoint) SetRecordRecentRequests(v bool)
SetRecordRecentRequests sets field value
func (DecisionEndpoint) ToMap ¶ added in v0.1.3
func (o DecisionEndpoint) ToMap() (map[string]interface{}, error)
type DecisionEndpointAuthorizationVersion ¶
type DecisionEndpointAuthorizationVersion struct { // A string that specifies the ID of the Authorization Version deployed to this endpoint. Versioning allows independent development and deployment of policies. If omitted, the endpoint always uses the latest policy version available from the policy editor service. Id *string `json:"id,omitempty"` // A string that specifies the request URL for the authorization version endpoint. Href *string `json:"href,omitempty"` // A string that specifies the title for the authorization version response. Title *string `json:"title,omitempty"` // A string that specifies the content type for the authorization version response. Type *string `json:"type,omitempty"` }
DecisionEndpointAuthorizationVersion struct for DecisionEndpointAuthorizationVersion
func NewDecisionEndpointAuthorizationVersion ¶
func NewDecisionEndpointAuthorizationVersion() *DecisionEndpointAuthorizationVersion
NewDecisionEndpointAuthorizationVersion instantiates a new DecisionEndpointAuthorizationVersion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDecisionEndpointAuthorizationVersionWithDefaults ¶
func NewDecisionEndpointAuthorizationVersionWithDefaults() *DecisionEndpointAuthorizationVersion
NewDecisionEndpointAuthorizationVersionWithDefaults instantiates a new DecisionEndpointAuthorizationVersion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DecisionEndpointAuthorizationVersion) GetHref ¶
func (o *DecisionEndpointAuthorizationVersion) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*DecisionEndpointAuthorizationVersion) GetHrefOk ¶
func (o *DecisionEndpointAuthorizationVersion) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpointAuthorizationVersion) GetId ¶
func (o *DecisionEndpointAuthorizationVersion) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DecisionEndpointAuthorizationVersion) GetIdOk ¶
func (o *DecisionEndpointAuthorizationVersion) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpointAuthorizationVersion) GetTitle ¶
func (o *DecisionEndpointAuthorizationVersion) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*DecisionEndpointAuthorizationVersion) GetTitleOk ¶
func (o *DecisionEndpointAuthorizationVersion) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpointAuthorizationVersion) GetType ¶
func (o *DecisionEndpointAuthorizationVersion) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*DecisionEndpointAuthorizationVersion) GetTypeOk ¶
func (o *DecisionEndpointAuthorizationVersion) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpointAuthorizationVersion) HasHref ¶
func (o *DecisionEndpointAuthorizationVersion) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*DecisionEndpointAuthorizationVersion) HasId ¶
func (o *DecisionEndpointAuthorizationVersion) HasId() bool
HasId returns a boolean if a field has been set.
func (*DecisionEndpointAuthorizationVersion) HasTitle ¶
func (o *DecisionEndpointAuthorizationVersion) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*DecisionEndpointAuthorizationVersion) HasType ¶
func (o *DecisionEndpointAuthorizationVersion) HasType() bool
HasType returns a boolean if a field has been set.
func (DecisionEndpointAuthorizationVersion) MarshalJSON ¶
func (o DecisionEndpointAuthorizationVersion) MarshalJSON() ([]byte, error)
func (*DecisionEndpointAuthorizationVersion) SetHref ¶
func (o *DecisionEndpointAuthorizationVersion) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*DecisionEndpointAuthorizationVersion) SetId ¶
func (o *DecisionEndpointAuthorizationVersion) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*DecisionEndpointAuthorizationVersion) SetTitle ¶
func (o *DecisionEndpointAuthorizationVersion) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*DecisionEndpointAuthorizationVersion) SetType ¶
func (o *DecisionEndpointAuthorizationVersion) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (DecisionEndpointAuthorizationVersion) ToMap ¶ added in v0.1.3
func (o DecisionEndpointAuthorizationVersion) ToMap() (map[string]interface{}, error)
type DecisionEndpointRecentDecisions ¶
type DecisionEndpointRecentDecisions struct { // A string that specifies the request URL for the recent decisions endpoint. Href *string `json:"href,omitempty"` // A string that specifies the title for the recent decisions response. Title *string `json:"title,omitempty"` // A string that specifies the content type for the recent decisions response. Type *string `json:"type,omitempty"` }
DecisionEndpointRecentDecisions struct for DecisionEndpointRecentDecisions
func NewDecisionEndpointRecentDecisions ¶
func NewDecisionEndpointRecentDecisions() *DecisionEndpointRecentDecisions
NewDecisionEndpointRecentDecisions instantiates a new DecisionEndpointRecentDecisions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDecisionEndpointRecentDecisionsWithDefaults ¶
func NewDecisionEndpointRecentDecisionsWithDefaults() *DecisionEndpointRecentDecisions
NewDecisionEndpointRecentDecisionsWithDefaults instantiates a new DecisionEndpointRecentDecisions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DecisionEndpointRecentDecisions) GetHref ¶
func (o *DecisionEndpointRecentDecisions) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*DecisionEndpointRecentDecisions) GetHrefOk ¶
func (o *DecisionEndpointRecentDecisions) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpointRecentDecisions) GetTitle ¶
func (o *DecisionEndpointRecentDecisions) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*DecisionEndpointRecentDecisions) GetTitleOk ¶
func (o *DecisionEndpointRecentDecisions) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpointRecentDecisions) GetType ¶
func (o *DecisionEndpointRecentDecisions) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*DecisionEndpointRecentDecisions) GetTypeOk ¶
func (o *DecisionEndpointRecentDecisions) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DecisionEndpointRecentDecisions) HasHref ¶
func (o *DecisionEndpointRecentDecisions) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*DecisionEndpointRecentDecisions) HasTitle ¶
func (o *DecisionEndpointRecentDecisions) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*DecisionEndpointRecentDecisions) HasType ¶
func (o *DecisionEndpointRecentDecisions) HasType() bool
HasType returns a boolean if a field has been set.
func (DecisionEndpointRecentDecisions) MarshalJSON ¶
func (o DecisionEndpointRecentDecisions) MarshalJSON() ([]byte, error)
func (*DecisionEndpointRecentDecisions) SetHref ¶
func (o *DecisionEndpointRecentDecisions) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*DecisionEndpointRecentDecisions) SetTitle ¶
func (o *DecisionEndpointRecentDecisions) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*DecisionEndpointRecentDecisions) SetType ¶
func (o *DecisionEndpointRecentDecisions) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (DecisionEndpointRecentDecisions) ToMap ¶ added in v0.1.3
func (o DecisionEndpointRecentDecisions) ToMap() (map[string]interface{}, error)
type EntityArray ¶
type EntityArray struct { Links *map[string]LinksHATEOASValue `json:"_links,omitempty"` Embedded *EntityArrayEmbedded `json:"_embedded,omitempty"` Count *float32 `json:"count,omitempty"` Size *float32 `json:"size,omitempty"` }
EntityArray struct for EntityArray
func NewEntityArray ¶
func NewEntityArray() *EntityArray
NewEntityArray instantiates a new EntityArray object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEntityArrayWithDefaults ¶
func NewEntityArrayWithDefaults() *EntityArray
NewEntityArrayWithDefaults instantiates a new EntityArray object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EntityArray) GetCount ¶
func (o *EntityArray) GetCount() float32
GetCount returns the Count field value if set, zero value otherwise.
func (*EntityArray) GetCountOk ¶
func (o *EntityArray) GetCountOk() (*float32, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArray) GetEmbedded ¶
func (o *EntityArray) GetEmbedded() EntityArrayEmbedded
GetEmbedded returns the Embedded field value if set, zero value otherwise.
func (*EntityArray) GetEmbeddedOk ¶
func (o *EntityArray) GetEmbeddedOk() (*EntityArrayEmbedded, bool)
GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArray) GetLinks ¶ added in v0.3.0
func (o *EntityArray) GetLinks() map[string]LinksHATEOASValue
GetLinks returns the Links field value if set, zero value otherwise.
func (*EntityArray) GetLinksOk ¶ added in v0.3.0
func (o *EntityArray) 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 (*EntityArray) GetPaginationNextLink ¶ added in v0.7.0
func (o *EntityArray) GetPaginationNextLink() LinksHATEOASValue
func (*EntityArray) GetPaginationNextLinkOk ¶ added in v0.7.0
func (o *EntityArray) GetPaginationNextLinkOk() (*LinksHATEOASValue, bool)
func (*EntityArray) GetPaginationPreviousLink ¶ added in v0.7.0
func (o *EntityArray) GetPaginationPreviousLink() LinksHATEOASValue
func (*EntityArray) GetPaginationPreviousLinkOk ¶ added in v0.7.0
func (o *EntityArray) GetPaginationPreviousLinkOk() (*LinksHATEOASValue, bool)
func (*EntityArray) GetPaginationSelfLink ¶ added in v0.7.0
func (o *EntityArray) GetPaginationSelfLink() LinksHATEOASValue
func (*EntityArray) GetPaginationSelfLinkOk ¶ added in v0.7.0
func (o *EntityArray) GetPaginationSelfLinkOk() (*LinksHATEOASValue, bool)
func (*EntityArray) GetSize ¶
func (o *EntityArray) GetSize() float32
GetSize returns the Size field value if set, zero value otherwise.
func (*EntityArray) GetSizeOk ¶
func (o *EntityArray) GetSizeOk() (*float32, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArray) HasCount ¶
func (o *EntityArray) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*EntityArray) HasEmbedded ¶
func (o *EntityArray) HasEmbedded() bool
HasEmbedded returns a boolean if a field has been set.
func (*EntityArray) HasLinks ¶ added in v0.3.0
func (o *EntityArray) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*EntityArray) HasPaginationNext ¶ added in v0.7.0
func (o *EntityArray) HasPaginationNext() bool
func (*EntityArray) HasPaginationPrevious ¶ added in v0.7.0
func (o *EntityArray) HasPaginationPrevious() bool
func (*EntityArray) HasPaginationSelf ¶ added in v0.7.0
func (o *EntityArray) HasPaginationSelf() bool
func (*EntityArray) HasSize ¶
func (o *EntityArray) HasSize() bool
HasSize returns a boolean if a field has been set.
func (*EntityArray) IsPaginated ¶ added in v0.7.0
func (o *EntityArray) IsPaginated() bool
func (EntityArray) MarshalJSON ¶
func (o EntityArray) MarshalJSON() ([]byte, error)
func (*EntityArray) SetCount ¶
func (o *EntityArray) SetCount(v float32)
SetCount gets a reference to the given float32 and assigns it to the Count field.
func (*EntityArray) SetEmbedded ¶
func (o *EntityArray) SetEmbedded(v EntityArrayEmbedded)
SetEmbedded gets a reference to the given EntityArrayEmbedded and assigns it to the Embedded field.
func (*EntityArray) SetLinks ¶ added in v0.3.0
func (o *EntityArray) SetLinks(v map[string]LinksHATEOASValue)
SetLinks gets a reference to the given map[string]LinksHATEOASValue and assigns it to the Links field.
func (*EntityArray) SetSize ¶
func (o *EntityArray) SetSize(v float32)
SetSize gets a reference to the given float32 and assigns it to the Size field.
func (EntityArray) ToMap ¶ added in v0.1.3
func (o EntityArray) ToMap() (map[string]interface{}, error)
type EntityArrayEmbedded ¶
type EntityArrayEmbedded struct { ApiServers []APIServer `json:"apiServers,omitempty"` Assignments []ApplicationRoleAssignment `json:"assignments,omitempty"` DecisionEndpoints []DecisionEndpoint `json:"decisionEndpoints,omitempty"` Operations []APIServerOperation `json:"operations,omitempty"` Permissions []EntityArrayEmbeddedPermissionsInner `json:"permissions,omitempty"` Resources []ApplicationResource `json:"resources,omitempty"` Roles []ApplicationRole `json:"roles,omitempty"` }
EntityArrayEmbedded struct for EntityArrayEmbedded
func NewEntityArrayEmbedded ¶
func NewEntityArrayEmbedded() *EntityArrayEmbedded
NewEntityArrayEmbedded instantiates a new EntityArrayEmbedded object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEntityArrayEmbeddedWithDefaults ¶
func NewEntityArrayEmbeddedWithDefaults() *EntityArrayEmbedded
NewEntityArrayEmbeddedWithDefaults instantiates a new EntityArrayEmbedded object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EntityArrayEmbedded) GetApiServers ¶
func (o *EntityArrayEmbedded) GetApiServers() []APIServer
GetApiServers returns the ApiServers field value if set, zero value otherwise.
func (*EntityArrayEmbedded) GetApiServersOk ¶
func (o *EntityArrayEmbedded) GetApiServersOk() ([]APIServer, bool)
GetApiServersOk returns a tuple with the ApiServers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArrayEmbedded) GetAssignments ¶ added in v0.5.0
func (o *EntityArrayEmbedded) GetAssignments() []ApplicationRoleAssignment
GetAssignments returns the Assignments field value if set, zero value otherwise.
func (*EntityArrayEmbedded) GetAssignmentsOk ¶ added in v0.5.0
func (o *EntityArrayEmbedded) GetAssignmentsOk() ([]ApplicationRoleAssignment, bool)
GetAssignmentsOk returns a tuple with the Assignments field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArrayEmbedded) GetDecisionEndpoints ¶
func (o *EntityArrayEmbedded) GetDecisionEndpoints() []DecisionEndpoint
GetDecisionEndpoints returns the DecisionEndpoints field value if set, zero value otherwise.
func (*EntityArrayEmbedded) GetDecisionEndpointsOk ¶
func (o *EntityArrayEmbedded) GetDecisionEndpointsOk() ([]DecisionEndpoint, bool)
GetDecisionEndpointsOk returns a tuple with the DecisionEndpoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArrayEmbedded) GetOperations ¶ added in v0.5.0
func (o *EntityArrayEmbedded) GetOperations() []APIServerOperation
GetOperations returns the Operations field value if set, zero value otherwise.
func (*EntityArrayEmbedded) GetOperationsOk ¶ added in v0.5.0
func (o *EntityArrayEmbedded) GetOperationsOk() ([]APIServerOperation, bool)
GetOperationsOk returns a tuple with the Operations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArrayEmbedded) GetPermissions ¶ added in v0.5.0
func (o *EntityArrayEmbedded) GetPermissions() []EntityArrayEmbeddedPermissionsInner
GetPermissions returns the Permissions field value if set, zero value otherwise.
func (*EntityArrayEmbedded) GetPermissionsOk ¶ added in v0.5.0
func (o *EntityArrayEmbedded) GetPermissionsOk() ([]EntityArrayEmbeddedPermissionsInner, bool)
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArrayEmbedded) GetResources ¶ added in v0.5.0
func (o *EntityArrayEmbedded) GetResources() []ApplicationResource
GetResources returns the Resources field value if set, zero value otherwise.
func (*EntityArrayEmbedded) GetResourcesOk ¶ added in v0.5.0
func (o *EntityArrayEmbedded) GetResourcesOk() ([]ApplicationResource, bool)
GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArrayEmbedded) GetRoles ¶ added in v0.5.0
func (o *EntityArrayEmbedded) GetRoles() []ApplicationRole
GetRoles returns the Roles field value if set, zero value otherwise.
func (*EntityArrayEmbedded) GetRolesOk ¶ added in v0.5.0
func (o *EntityArrayEmbedded) GetRolesOk() ([]ApplicationRole, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntityArrayEmbedded) HasApiServers ¶
func (o *EntityArrayEmbedded) HasApiServers() bool
HasApiServers returns a boolean if a field has been set.
func (*EntityArrayEmbedded) HasAssignments ¶ added in v0.5.0
func (o *EntityArrayEmbedded) HasAssignments() bool
HasAssignments returns a boolean if a field has been set.
func (*EntityArrayEmbedded) HasDecisionEndpoints ¶
func (o *EntityArrayEmbedded) HasDecisionEndpoints() bool
HasDecisionEndpoints returns a boolean if a field has been set.
func (*EntityArrayEmbedded) HasOperations ¶ added in v0.5.0
func (o *EntityArrayEmbedded) HasOperations() bool
HasOperations returns a boolean if a field has been set.
func (*EntityArrayEmbedded) HasPermissions ¶ added in v0.5.0
func (o *EntityArrayEmbedded) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (*EntityArrayEmbedded) HasResources ¶ added in v0.5.0
func (o *EntityArrayEmbedded) HasResources() bool
HasResources returns a boolean if a field has been set.
func (*EntityArrayEmbedded) HasRoles ¶ added in v0.5.0
func (o *EntityArrayEmbedded) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (EntityArrayEmbedded) MarshalJSON ¶
func (o EntityArrayEmbedded) MarshalJSON() ([]byte, error)
func (*EntityArrayEmbedded) SetApiServers ¶
func (o *EntityArrayEmbedded) SetApiServers(v []APIServer)
SetApiServers gets a reference to the given []APIServer and assigns it to the ApiServers field.
func (*EntityArrayEmbedded) SetAssignments ¶ added in v0.5.0
func (o *EntityArrayEmbedded) SetAssignments(v []ApplicationRoleAssignment)
SetAssignments gets a reference to the given []ApplicationRoleAssignment and assigns it to the Assignments field.
func (*EntityArrayEmbedded) SetDecisionEndpoints ¶
func (o *EntityArrayEmbedded) SetDecisionEndpoints(v []DecisionEndpoint)
SetDecisionEndpoints gets a reference to the given []DecisionEndpoint and assigns it to the DecisionEndpoints field.
func (*EntityArrayEmbedded) SetOperations ¶ added in v0.5.0
func (o *EntityArrayEmbedded) SetOperations(v []APIServerOperation)
SetOperations gets a reference to the given []APIServerOperation and assigns it to the Operations field.
func (*EntityArrayEmbedded) SetPermissions ¶ added in v0.5.0
func (o *EntityArrayEmbedded) SetPermissions(v []EntityArrayEmbeddedPermissionsInner)
SetPermissions gets a reference to the given []EntityArrayEmbeddedPermissionsInner and assigns it to the Permissions field.
func (*EntityArrayEmbedded) SetResources ¶ added in v0.5.0
func (o *EntityArrayEmbedded) SetResources(v []ApplicationResource)
SetResources gets a reference to the given []ApplicationResource and assigns it to the Resources field.
func (*EntityArrayEmbedded) SetRoles ¶ added in v0.5.0
func (o *EntityArrayEmbedded) SetRoles(v []ApplicationRole)
SetRoles gets a reference to the given []ApplicationRole and assigns it to the Roles field.
func (EntityArrayEmbedded) ToMap ¶ added in v0.1.3
func (o EntityArrayEmbedded) ToMap() (map[string]interface{}, error)
type EntityArrayEmbeddedPermissionsInner ¶ added in v0.5.0
type EntityArrayEmbeddedPermissionsInner struct { ApplicationResourcePermission *ApplicationResourcePermission ApplicationRolePermission *ApplicationRolePermission }
EntityArrayEmbeddedPermissionsInner - struct for EntityArrayEmbeddedPermissionsInner
func ApplicationResourcePermissionAsEntityArrayEmbeddedPermissionsInner ¶ added in v0.5.0
func ApplicationResourcePermissionAsEntityArrayEmbeddedPermissionsInner(v *ApplicationResourcePermission) EntityArrayEmbeddedPermissionsInner
ApplicationResourcePermissionAsEntityArrayEmbeddedPermissionsInner is a convenience function that returns ApplicationResourcePermission wrapped in EntityArrayEmbeddedPermissionsInner
func ApplicationRolePermissionAsEntityArrayEmbeddedPermissionsInner ¶ added in v0.5.0
func ApplicationRolePermissionAsEntityArrayEmbeddedPermissionsInner(v *ApplicationRolePermission) EntityArrayEmbeddedPermissionsInner
ApplicationRolePermissionAsEntityArrayEmbeddedPermissionsInner is a convenience function that returns ApplicationRolePermission wrapped in EntityArrayEmbeddedPermissionsInner
func (*EntityArrayEmbeddedPermissionsInner) GetActualInstance ¶ added in v0.5.0
func (obj *EntityArrayEmbeddedPermissionsInner) GetActualInstance() interface{}
Get the actual instance
func (EntityArrayEmbeddedPermissionsInner) MarshalJSON ¶ added in v0.5.0
func (src EntityArrayEmbeddedPermissionsInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*EntityArrayEmbeddedPermissionsInner) UnmarshalJSON ¶ added in v0.5.0
func (dst *EntityArrayEmbeddedPermissionsInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type EntityArrayPagedIterator ¶ added in v0.7.0
type EntityArrayPagedIterator iter.Seq2[PagedCursor, error]
type EnumAPIServerAuthorizationServerType ¶ added in v0.5.0
type EnumAPIServerAuthorizationServerType string
EnumAPIServerAuthorizationServerType The type of authorization server that will issue access tokens. Valid options are `PINGONE_SSO` or `EXTERNAL`. Defaults to `PINGONE_SSO`. Must be the same value as the directory.type. If `EXTERNAL`, the `authorizationServer.resource` field must not be provided.
const ( ENUMAPISERVERAUTHORIZATIONSERVERTYPE_PINGONE_SSO EnumAPIServerAuthorizationServerType = "PINGONE_SSO" ENUMAPISERVERAUTHORIZATIONSERVERTYPE_EXTERNAL EnumAPIServerAuthorizationServerType = "EXTERNAL" )
List of EnumAPIServerAuthorizationServerType
func NewEnumAPIServerAuthorizationServerTypeFromValue ¶ added in v0.5.0
func NewEnumAPIServerAuthorizationServerTypeFromValue(v string) (*EnumAPIServerAuthorizationServerType, error)
NewEnumAPIServerAuthorizationServerTypeFromValue returns a pointer to a valid EnumAPIServerAuthorizationServerType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumAPIServerAuthorizationServerType) IsValid ¶ added in v0.5.0
func (v EnumAPIServerAuthorizationServerType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumAPIServerAuthorizationServerType) Ptr ¶ added in v0.5.0
Ptr returns reference to EnumAPIServerAuthorizationServerType value
func (*EnumAPIServerAuthorizationServerType) UnmarshalJSON ¶ added in v0.5.0
func (v *EnumAPIServerAuthorizationServerType) UnmarshalJSON(src []byte) error
type EnumAPIServerOperationMatchType ¶ added in v0.5.0
type EnumAPIServerOperationMatchType string
EnumAPIServerOperationMatchType An enumeration defining the match type of the scope rule. `ALL` means the client must be authorized with all scopes configured in the `scopes` array to obtain access. `ANY` means the client must be authorized with one or more of the scopes.
const ( ENUMAPISERVEROPERATIONMATCHTYPE_ANY EnumAPIServerOperationMatchType = "ANY" ENUMAPISERVEROPERATIONMATCHTYPE_ALL EnumAPIServerOperationMatchType = "ALL" )
List of EnumAPIServerOperationMatchType
func NewEnumAPIServerOperationMatchTypeFromValue ¶ added in v0.5.0
func NewEnumAPIServerOperationMatchTypeFromValue(v string) (*EnumAPIServerOperationMatchType, error)
NewEnumAPIServerOperationMatchTypeFromValue returns a pointer to a valid EnumAPIServerOperationMatchType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumAPIServerOperationMatchType) IsValid ¶ added in v0.5.0
func (v EnumAPIServerOperationMatchType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumAPIServerOperationMatchType) Ptr ¶ added in v0.5.0
func (v EnumAPIServerOperationMatchType) Ptr() *EnumAPIServerOperationMatchType
Ptr returns reference to EnumAPIServerOperationMatchType value
func (*EnumAPIServerOperationMatchType) UnmarshalJSON ¶ added in v0.5.0
func (v *EnumAPIServerOperationMatchType) UnmarshalJSON(src []byte) error
type EnumAPIServerOperationMethod ¶ added in v0.5.0
type EnumAPIServerOperationMethod string
EnumAPIServerOperationMethod The name of the HTTP method. This value is case-sensitive.
const ( ENUMAPISERVEROPERATIONMETHOD_GET EnumAPIServerOperationMethod = "GET" ENUMAPISERVEROPERATIONMETHOD_POST EnumAPIServerOperationMethod = "POST" ENUMAPISERVEROPERATIONMETHOD_PUT EnumAPIServerOperationMethod = "PUT" ENUMAPISERVEROPERATIONMETHOD_PATCH EnumAPIServerOperationMethod = "PATCH" ENUMAPISERVEROPERATIONMETHOD_DELETE EnumAPIServerOperationMethod = "DELETE" ENUMAPISERVEROPERATIONMETHOD_OPTIONS EnumAPIServerOperationMethod = "OPTIONS" )
List of EnumAPIServerOperationMethod
func NewEnumAPIServerOperationMethodFromValue ¶ added in v0.5.0
func NewEnumAPIServerOperationMethodFromValue(v string) (*EnumAPIServerOperationMethod, error)
NewEnumAPIServerOperationMethodFromValue returns a pointer to a valid EnumAPIServerOperationMethod for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumAPIServerOperationMethod) IsValid ¶ added in v0.5.0
func (v EnumAPIServerOperationMethod) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumAPIServerOperationMethod) Ptr ¶ added in v0.5.0
func (v EnumAPIServerOperationMethod) Ptr() *EnumAPIServerOperationMethod
Ptr returns reference to EnumAPIServerOperationMethod value
func (*EnumAPIServerOperationMethod) UnmarshalJSON ¶ added in v0.5.0
func (v *EnumAPIServerOperationMethod) UnmarshalJSON(src []byte) error
type EnumAPIServerOperationPathPatternType ¶ added in v0.5.0
type EnumAPIServerOperationPathPatternType string
EnumAPIServerOperationPathPatternType The type of the pattern. Options are `EXACT` (the verbatim pattern is compared against the path from the request using a case-sensitive comparison) and `PARAMETER` (the pattern is compared against the path from the request using a case-sensitive comparison, using the syntax below to encode wildcards and named parameters).
const ( ENUMAPISERVEROPERATIONPATHPATTERNTYPE_EXACT EnumAPIServerOperationPathPatternType = "EXACT" ENUMAPISERVEROPERATIONPATHPATTERNTYPE_PARAMETER EnumAPIServerOperationPathPatternType = "PARAMETER" )
List of EnumAPIServerOperationPathPatternType
func NewEnumAPIServerOperationPathPatternTypeFromValue ¶ added in v0.5.0
func NewEnumAPIServerOperationPathPatternTypeFromValue(v string) (*EnumAPIServerOperationPathPatternType, error)
NewEnumAPIServerOperationPathPatternTypeFromValue returns a pointer to a valid EnumAPIServerOperationPathPatternType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumAPIServerOperationPathPatternType) IsValid ¶ added in v0.5.0
func (v EnumAPIServerOperationPathPatternType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumAPIServerOperationPathPatternType) Ptr ¶ added in v0.5.0
Ptr returns reference to EnumAPIServerOperationPathPatternType value
func (*EnumAPIServerOperationPathPatternType) UnmarshalJSON ¶ added in v0.5.0
func (v *EnumAPIServerOperationPathPatternType) UnmarshalJSON(src []byte) error
type EnumAPIServerPatternType ¶
type EnumAPIServerPatternType string
EnumAPIServerPatternType A string that specifies the type of the pattern. Options are `EXACT` ( the verbatim pattern is compared against the path from the request using a case-sensitive comparison) and `PARAMETER` (the pattern is compared against the path from the request using a case-sensitive comparison, using the syntax below to encode wildcards and path segment captures.)
const ( ENUMAPISERVERPATTERNTYPE_EXACT EnumAPIServerPatternType = "EXACT" ENUMAPISERVERPATTERNTYPE_PARAMETER EnumAPIServerPatternType = "PARAMETER" )
List of EnumAPIServerPatternType
func NewEnumAPIServerPatternTypeFromValue ¶
func NewEnumAPIServerPatternTypeFromValue(v string) (*EnumAPIServerPatternType, error)
NewEnumAPIServerPatternTypeFromValue returns a pointer to a valid EnumAPIServerPatternType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumAPIServerPatternType) IsValid ¶
func (v EnumAPIServerPatternType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumAPIServerPatternType) Ptr ¶
func (v EnumAPIServerPatternType) Ptr() *EnumAPIServerPatternType
Ptr returns reference to EnumAPIServerPatternType value
func (*EnumAPIServerPatternType) UnmarshalJSON ¶
func (v *EnumAPIServerPatternType) UnmarshalJSON(src []byte) error
type EnumApplicationResourceParentType ¶ added in v0.5.0
type EnumApplicationResourceParentType string
EnumApplicationResourceParentType The application resource's parent type. Options are PING_ONE_RESOURCE.
const (
ENUMAPPLICATIONRESOURCEPARENTTYPE_PING_ONE_RESOURCE EnumApplicationResourceParentType = "PING_ONE_RESOURCE"
)
List of EnumApplicationResourceParentType
func NewEnumApplicationResourceParentTypeFromValue ¶ added in v0.5.0
func NewEnumApplicationResourceParentTypeFromValue(v string) (*EnumApplicationResourceParentType, error)
NewEnumApplicationResourceParentTypeFromValue returns a pointer to a valid EnumApplicationResourceParentType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumApplicationResourceParentType) IsValid ¶ added in v0.5.0
func (v EnumApplicationResourceParentType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumApplicationResourceParentType) Ptr ¶ added in v0.5.0
func (v EnumApplicationResourceParentType) Ptr() *EnumApplicationResourceParentType
Ptr returns reference to EnumApplicationResourceParentType value
func (*EnumApplicationResourceParentType) UnmarshalJSON ¶ added in v0.5.0
func (v *EnumApplicationResourceParentType) UnmarshalJSON(src []byte) error
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type HALApiService ¶ added in v0.6.0
type HALApiService service
HALApiService HALApi service
func (*HALApiService) ReadHALLink ¶ added in v0.6.0
func (a *HALApiService) ReadHALLink(ctx context.Context, halLink LinksHATEOASValue) ApiReadHALLinkRequest
ReadHALLink READ HAL Link
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param halLink @param returnType @return ApiReadHALLinkRequest
func (*HALApiService) ReadHALLinkExecute ¶ added in v0.6.0
func (a *HALApiService) ReadHALLinkExecute(r ApiReadHALLinkRequest) (interface{}, *http.Response, error)
Execute executes the request
@return any
type LinksHATEOAS ¶ added in v0.3.0
type LinksHATEOAS struct { Self *LinksHATEOASSelf `json:"self,omitempty"` Next *LinksHATEOASNext `json:"next,omitempty"` AdditionalProperties map[string]interface{} }
LinksHATEOAS struct for LinksHATEOAS
func NewLinksHATEOAS ¶ added in v0.3.0
func NewLinksHATEOAS() *LinksHATEOAS
NewLinksHATEOAS instantiates a new LinksHATEOAS object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLinksHATEOASWithDefaults ¶ added in v0.3.0
func NewLinksHATEOASWithDefaults() *LinksHATEOAS
NewLinksHATEOASWithDefaults instantiates a new LinksHATEOAS object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LinksHATEOAS) GetNext ¶ added in v0.3.0
func (o *LinksHATEOAS) GetNext() LinksHATEOASNext
GetNext returns the Next field value if set, zero value otherwise.
func (*LinksHATEOAS) GetNextOk ¶ added in v0.3.0
func (o *LinksHATEOAS) GetNextOk() (*LinksHATEOASNext, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LinksHATEOAS) GetSelf ¶ added in v0.3.0
func (o *LinksHATEOAS) GetSelf() LinksHATEOASSelf
GetSelf returns the Self field value if set, zero value otherwise.
func (*LinksHATEOAS) GetSelfOk ¶ added in v0.3.0
func (o *LinksHATEOAS) GetSelfOk() (*LinksHATEOASSelf, bool)
GetSelfOk returns a tuple with the Self field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LinksHATEOAS) HasNext ¶ added in v0.3.0
func (o *LinksHATEOAS) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*LinksHATEOAS) HasSelf ¶ added in v0.3.0
func (o *LinksHATEOAS) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (LinksHATEOAS) MarshalJSON ¶ added in v0.3.0
func (o LinksHATEOAS) MarshalJSON() ([]byte, error)
func (*LinksHATEOAS) SetNext ¶ added in v0.3.0
func (o *LinksHATEOAS) SetNext(v LinksHATEOASNext)
SetNext gets a reference to the given LinksHATEOASNext and assigns it to the Next field.
func (*LinksHATEOAS) SetSelf ¶ added in v0.3.0
func (o *LinksHATEOAS) SetSelf(v LinksHATEOASSelf)
SetSelf gets a reference to the given LinksHATEOASSelf and assigns it to the Self field.
func (LinksHATEOAS) ToMap ¶ added in v0.3.0
func (o LinksHATEOAS) ToMap() (map[string]interface{}, error)
func (*LinksHATEOAS) UnmarshalJSON ¶ added in v0.3.0
func (o *LinksHATEOAS) UnmarshalJSON(bytes []byte) (err error)
type LinksHATEOASNext ¶ added in v0.3.0
type LinksHATEOASNext struct { // The URI of the resource. Href *string `json:"href,omitempty"` }
LinksHATEOASNext An object that describes the next page of results. This property is present only if there is a next page of results and the `limit` parameter is used.
func NewLinksHATEOASNext ¶ added in v0.3.0
func NewLinksHATEOASNext() *LinksHATEOASNext
NewLinksHATEOASNext instantiates a new LinksHATEOASNext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLinksHATEOASNextWithDefaults ¶ added in v0.3.0
func NewLinksHATEOASNextWithDefaults() *LinksHATEOASNext
NewLinksHATEOASNextWithDefaults instantiates a new LinksHATEOASNext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LinksHATEOASNext) GetHref ¶ added in v0.3.0
func (o *LinksHATEOASNext) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*LinksHATEOASNext) GetHrefOk ¶ added in v0.3.0
func (o *LinksHATEOASNext) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LinksHATEOASNext) HasHref ¶ added in v0.3.0
func (o *LinksHATEOASNext) HasHref() bool
HasHref returns a boolean if a field has been set.
func (LinksHATEOASNext) MarshalJSON ¶ added in v0.3.0
func (o LinksHATEOASNext) MarshalJSON() ([]byte, error)
func (*LinksHATEOASNext) SetHref ¶ added in v0.3.0
func (o *LinksHATEOASNext) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (LinksHATEOASNext) ToMap ¶ added in v0.3.0
func (o LinksHATEOASNext) ToMap() (map[string]interface{}, error)
type LinksHATEOASSelf ¶ added in v0.3.0
type LinksHATEOASSelf struct { // The URI of the resource. Href *string `json:"href,omitempty"` }
LinksHATEOASSelf An object that describes the current resource.
func NewLinksHATEOASSelf ¶ added in v0.3.0
func NewLinksHATEOASSelf() *LinksHATEOASSelf
NewLinksHATEOASSelf instantiates a new LinksHATEOASSelf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLinksHATEOASSelfWithDefaults ¶ added in v0.3.0
func NewLinksHATEOASSelfWithDefaults() *LinksHATEOASSelf
NewLinksHATEOASSelfWithDefaults instantiates a new LinksHATEOASSelf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LinksHATEOASSelf) GetHref ¶ added in v0.3.0
func (o *LinksHATEOASSelf) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*LinksHATEOASSelf) GetHrefOk ¶ added in v0.3.0
func (o *LinksHATEOASSelf) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LinksHATEOASSelf) HasHref ¶ added in v0.3.0
func (o *LinksHATEOASSelf) HasHref() bool
HasHref returns a boolean if a field has been set.
func (LinksHATEOASSelf) MarshalJSON ¶ added in v0.3.0
func (o LinksHATEOASSelf) MarshalJSON() ([]byte, error)
func (*LinksHATEOASSelf) SetHref ¶ added in v0.3.0
func (o *LinksHATEOASSelf) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (LinksHATEOASSelf) ToMap ¶ added in v0.3.0
func (o LinksHATEOASSelf) ToMap() (map[string]interface{}, error)
type LinksHATEOASValue ¶ added in v0.6.0
type LinksHATEOASValue struct { // The HREF of the link. Href string `json:"href"` }
LinksHATEOASValue struct for LinksHATEOASValue
func NewLinksHATEOASValue ¶ added in v0.6.0
func NewLinksHATEOASValue(href string) *LinksHATEOASValue
NewLinksHATEOASValue instantiates a new LinksHATEOASValue 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 NewLinksHATEOASValueWithDefaults ¶ added in v0.6.0
func NewLinksHATEOASValueWithDefaults() *LinksHATEOASValue
NewLinksHATEOASValueWithDefaults instantiates a new LinksHATEOASValue 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 (*LinksHATEOASValue) GetHref ¶ added in v0.6.0
func (o *LinksHATEOASValue) GetHref() string
GetHref returns the Href field value
func (*LinksHATEOASValue) GetHrefOk ¶ added in v0.6.0
func (o *LinksHATEOASValue) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (LinksHATEOASValue) MarshalJSON ¶ added in v0.6.0
func (o LinksHATEOASValue) MarshalJSON() ([]byte, error)
func (*LinksHATEOASValue) SetHref ¶ added in v0.6.0
func (o *LinksHATEOASValue) SetHref(v string)
SetHref sets field value
func (LinksHATEOASValue) ToMap ¶ added in v0.6.0
func (o LinksHATEOASValue) ToMap() (map[string]interface{}, error)
type MappedNullable ¶ added in v0.1.3
type NullableAPIServer ¶
type NullableAPIServer struct {
// contains filtered or unexported fields
}
func NewNullableAPIServer ¶
func NewNullableAPIServer(val *APIServer) *NullableAPIServer
func (NullableAPIServer) Get ¶
func (v NullableAPIServer) Get() *APIServer
func (NullableAPIServer) IsSet ¶
func (v NullableAPIServer) IsSet() bool
func (NullableAPIServer) MarshalJSON ¶
func (v NullableAPIServer) MarshalJSON() ([]byte, error)
func (*NullableAPIServer) Set ¶
func (v *NullableAPIServer) Set(val *APIServer)
func (*NullableAPIServer) UnmarshalJSON ¶
func (v *NullableAPIServer) UnmarshalJSON(src []byte) error
func (*NullableAPIServer) Unset ¶
func (v *NullableAPIServer) Unset()
type NullableAPIServerAccessControl ¶ added in v0.5.0
type NullableAPIServerAccessControl struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerAccessControl ¶ added in v0.5.0
func NewNullableAPIServerAccessControl(val *APIServerAccessControl) *NullableAPIServerAccessControl
func (NullableAPIServerAccessControl) Get ¶ added in v0.5.0
func (v NullableAPIServerAccessControl) Get() *APIServerAccessControl
func (NullableAPIServerAccessControl) IsSet ¶ added in v0.5.0
func (v NullableAPIServerAccessControl) IsSet() bool
func (NullableAPIServerAccessControl) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerAccessControl) MarshalJSON() ([]byte, error)
func (*NullableAPIServerAccessControl) Set ¶ added in v0.5.0
func (v *NullableAPIServerAccessControl) Set(val *APIServerAccessControl)
func (*NullableAPIServerAccessControl) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerAccessControl) UnmarshalJSON(src []byte) error
func (*NullableAPIServerAccessControl) Unset ¶ added in v0.5.0
func (v *NullableAPIServerAccessControl) Unset()
type NullableAPIServerAccessControlCustom ¶ added in v0.5.0
type NullableAPIServerAccessControlCustom struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerAccessControlCustom ¶ added in v0.5.0
func NewNullableAPIServerAccessControlCustom(val *APIServerAccessControlCustom) *NullableAPIServerAccessControlCustom
func (NullableAPIServerAccessControlCustom) Get ¶ added in v0.5.0
func (v NullableAPIServerAccessControlCustom) Get() *APIServerAccessControlCustom
func (NullableAPIServerAccessControlCustom) IsSet ¶ added in v0.5.0
func (v NullableAPIServerAccessControlCustom) IsSet() bool
func (NullableAPIServerAccessControlCustom) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerAccessControlCustom) MarshalJSON() ([]byte, error)
func (*NullableAPIServerAccessControlCustom) Set ¶ added in v0.5.0
func (v *NullableAPIServerAccessControlCustom) Set(val *APIServerAccessControlCustom)
func (*NullableAPIServerAccessControlCustom) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerAccessControlCustom) UnmarshalJSON(src []byte) error
func (*NullableAPIServerAccessControlCustom) Unset ¶ added in v0.5.0
func (v *NullableAPIServerAccessControlCustom) Unset()
type NullableAPIServerAuthorizationServer ¶
type NullableAPIServerAuthorizationServer struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerAuthorizationServer ¶
func NewNullableAPIServerAuthorizationServer(val *APIServerAuthorizationServer) *NullableAPIServerAuthorizationServer
func (NullableAPIServerAuthorizationServer) Get ¶
func (v NullableAPIServerAuthorizationServer) Get() *APIServerAuthorizationServer
func (NullableAPIServerAuthorizationServer) IsSet ¶
func (v NullableAPIServerAuthorizationServer) IsSet() bool
func (NullableAPIServerAuthorizationServer) MarshalJSON ¶
func (v NullableAPIServerAuthorizationServer) MarshalJSON() ([]byte, error)
func (*NullableAPIServerAuthorizationServer) Set ¶
func (v *NullableAPIServerAuthorizationServer) Set(val *APIServerAuthorizationServer)
func (*NullableAPIServerAuthorizationServer) UnmarshalJSON ¶
func (v *NullableAPIServerAuthorizationServer) UnmarshalJSON(src []byte) error
func (*NullableAPIServerAuthorizationServer) Unset ¶
func (v *NullableAPIServerAuthorizationServer) Unset()
type NullableAPIServerAuthorizationServerResource ¶
type NullableAPIServerAuthorizationServerResource struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerAuthorizationServerResource ¶
func NewNullableAPIServerAuthorizationServerResource(val *APIServerAuthorizationServerResource) *NullableAPIServerAuthorizationServerResource
func (NullableAPIServerAuthorizationServerResource) IsSet ¶
func (v NullableAPIServerAuthorizationServerResource) IsSet() bool
func (NullableAPIServerAuthorizationServerResource) MarshalJSON ¶
func (v NullableAPIServerAuthorizationServerResource) MarshalJSON() ([]byte, error)
func (*NullableAPIServerAuthorizationServerResource) Set ¶
func (v *NullableAPIServerAuthorizationServerResource) Set(val *APIServerAuthorizationServerResource)
func (*NullableAPIServerAuthorizationServerResource) UnmarshalJSON ¶
func (v *NullableAPIServerAuthorizationServerResource) UnmarshalJSON(src []byte) error
func (*NullableAPIServerAuthorizationServerResource) Unset ¶
func (v *NullableAPIServerAuthorizationServerResource) Unset()
type NullableAPIServerDeployment ¶ added in v0.5.0
type NullableAPIServerDeployment struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerDeployment ¶ added in v0.5.0
func NewNullableAPIServerDeployment(val *APIServerDeployment) *NullableAPIServerDeployment
func (NullableAPIServerDeployment) Get ¶ added in v0.5.0
func (v NullableAPIServerDeployment) Get() *APIServerDeployment
func (NullableAPIServerDeployment) IsSet ¶ added in v0.5.0
func (v NullableAPIServerDeployment) IsSet() bool
func (NullableAPIServerDeployment) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerDeployment) MarshalJSON() ([]byte, error)
func (*NullableAPIServerDeployment) Set ¶ added in v0.5.0
func (v *NullableAPIServerDeployment) Set(val *APIServerDeployment)
func (*NullableAPIServerDeployment) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerDeployment) UnmarshalJSON(src []byte) error
func (*NullableAPIServerDeployment) Unset ¶ added in v0.5.0
func (v *NullableAPIServerDeployment) Unset()
type NullableAPIServerDeploymentAccessControl ¶ added in v0.5.0
type NullableAPIServerDeploymentAccessControl struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerDeploymentAccessControl ¶ added in v0.5.0
func NewNullableAPIServerDeploymentAccessControl(val *APIServerDeploymentAccessControl) *NullableAPIServerDeploymentAccessControl
func (NullableAPIServerDeploymentAccessControl) IsSet ¶ added in v0.5.0
func (v NullableAPIServerDeploymentAccessControl) IsSet() bool
func (NullableAPIServerDeploymentAccessControl) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerDeploymentAccessControl) MarshalJSON() ([]byte, error)
func (*NullableAPIServerDeploymentAccessControl) Set ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentAccessControl) Set(val *APIServerDeploymentAccessControl)
func (*NullableAPIServerDeploymentAccessControl) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentAccessControl) UnmarshalJSON(src []byte) error
func (*NullableAPIServerDeploymentAccessControl) Unset ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentAccessControl) Unset()
type NullableAPIServerDeploymentAccessControlCustom ¶ added in v0.5.0
type NullableAPIServerDeploymentAccessControlCustom struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerDeploymentAccessControlCustom ¶ added in v0.5.0
func NewNullableAPIServerDeploymentAccessControlCustom(val *APIServerDeploymentAccessControlCustom) *NullableAPIServerDeploymentAccessControlCustom
func (NullableAPIServerDeploymentAccessControlCustom) IsSet ¶ added in v0.5.0
func (v NullableAPIServerDeploymentAccessControlCustom) IsSet() bool
func (NullableAPIServerDeploymentAccessControlCustom) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerDeploymentAccessControlCustom) MarshalJSON() ([]byte, error)
func (*NullableAPIServerDeploymentAccessControlCustom) Set ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentAccessControlCustom) Set(val *APIServerDeploymentAccessControlCustom)
func (*NullableAPIServerDeploymentAccessControlCustom) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentAccessControlCustom) UnmarshalJSON(src []byte) error
func (*NullableAPIServerDeploymentAccessControlCustom) Unset ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentAccessControlCustom) Unset()
type NullableAPIServerDeploymentAuthorizationVersion ¶ added in v0.5.0
type NullableAPIServerDeploymentAuthorizationVersion struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerDeploymentAuthorizationVersion ¶ added in v0.5.0
func NewNullableAPIServerDeploymentAuthorizationVersion(val *APIServerDeploymentAuthorizationVersion) *NullableAPIServerDeploymentAuthorizationVersion
func (NullableAPIServerDeploymentAuthorizationVersion) IsSet ¶ added in v0.5.0
func (v NullableAPIServerDeploymentAuthorizationVersion) IsSet() bool
func (NullableAPIServerDeploymentAuthorizationVersion) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerDeploymentAuthorizationVersion) MarshalJSON() ([]byte, error)
func (*NullableAPIServerDeploymentAuthorizationVersion) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentAuthorizationVersion) UnmarshalJSON(src []byte) error
func (*NullableAPIServerDeploymentAuthorizationVersion) Unset ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentAuthorizationVersion) Unset()
type NullableAPIServerDeploymentDecisionEndpoint ¶ added in v0.5.0
type NullableAPIServerDeploymentDecisionEndpoint struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerDeploymentDecisionEndpoint ¶ added in v0.5.0
func NewNullableAPIServerDeploymentDecisionEndpoint(val *APIServerDeploymentDecisionEndpoint) *NullableAPIServerDeploymentDecisionEndpoint
func (NullableAPIServerDeploymentDecisionEndpoint) IsSet ¶ added in v0.5.0
func (v NullableAPIServerDeploymentDecisionEndpoint) IsSet() bool
func (NullableAPIServerDeploymentDecisionEndpoint) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerDeploymentDecisionEndpoint) MarshalJSON() ([]byte, error)
func (*NullableAPIServerDeploymentDecisionEndpoint) Set ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentDecisionEndpoint) Set(val *APIServerDeploymentDecisionEndpoint)
func (*NullableAPIServerDeploymentDecisionEndpoint) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentDecisionEndpoint) UnmarshalJSON(src []byte) error
func (*NullableAPIServerDeploymentDecisionEndpoint) Unset ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentDecisionEndpoint) Unset()
type NullableAPIServerDeploymentPolicy ¶ added in v0.5.0
type NullableAPIServerDeploymentPolicy struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerDeploymentPolicy ¶ added in v0.5.0
func NewNullableAPIServerDeploymentPolicy(val *APIServerDeploymentPolicy) *NullableAPIServerDeploymentPolicy
func (NullableAPIServerDeploymentPolicy) Get ¶ added in v0.5.0
func (v NullableAPIServerDeploymentPolicy) Get() *APIServerDeploymentPolicy
func (NullableAPIServerDeploymentPolicy) IsSet ¶ added in v0.5.0
func (v NullableAPIServerDeploymentPolicy) IsSet() bool
func (NullableAPIServerDeploymentPolicy) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerDeploymentPolicy) MarshalJSON() ([]byte, error)
func (*NullableAPIServerDeploymentPolicy) Set ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentPolicy) Set(val *APIServerDeploymentPolicy)
func (*NullableAPIServerDeploymentPolicy) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentPolicy) UnmarshalJSON(src []byte) error
func (*NullableAPIServerDeploymentPolicy) Unset ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentPolicy) Unset()
type NullableAPIServerDeploymentStatus ¶ added in v0.5.0
type NullableAPIServerDeploymentStatus struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerDeploymentStatus ¶ added in v0.5.0
func NewNullableAPIServerDeploymentStatus(val *APIServerDeploymentStatus) *NullableAPIServerDeploymentStatus
func (NullableAPIServerDeploymentStatus) Get ¶ added in v0.5.0
func (v NullableAPIServerDeploymentStatus) Get() *APIServerDeploymentStatus
func (NullableAPIServerDeploymentStatus) IsSet ¶ added in v0.5.0
func (v NullableAPIServerDeploymentStatus) IsSet() bool
func (NullableAPIServerDeploymentStatus) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerDeploymentStatus) MarshalJSON() ([]byte, error)
func (*NullableAPIServerDeploymentStatus) Set ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentStatus) Set(val *APIServerDeploymentStatus)
func (*NullableAPIServerDeploymentStatus) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentStatus) UnmarshalJSON(src []byte) error
func (*NullableAPIServerDeploymentStatus) Unset ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentStatus) Unset()
type NullableAPIServerDeploymentStatusError ¶ added in v0.5.0
type NullableAPIServerDeploymentStatusError struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerDeploymentStatusError ¶ added in v0.5.0
func NewNullableAPIServerDeploymentStatusError(val *APIServerDeploymentStatusError) *NullableAPIServerDeploymentStatusError
func (NullableAPIServerDeploymentStatusError) Get ¶ added in v0.5.0
func (v NullableAPIServerDeploymentStatusError) Get() *APIServerDeploymentStatusError
func (NullableAPIServerDeploymentStatusError) IsSet ¶ added in v0.5.0
func (v NullableAPIServerDeploymentStatusError) IsSet() bool
func (NullableAPIServerDeploymentStatusError) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerDeploymentStatusError) MarshalJSON() ([]byte, error)
func (*NullableAPIServerDeploymentStatusError) Set ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentStatusError) Set(val *APIServerDeploymentStatusError)
func (*NullableAPIServerDeploymentStatusError) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentStatusError) UnmarshalJSON(src []byte) error
func (*NullableAPIServerDeploymentStatusError) Unset ¶ added in v0.5.0
func (v *NullableAPIServerDeploymentStatusError) Unset()
type NullableAPIServerDirectory ¶ added in v0.5.0
type NullableAPIServerDirectory struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerDirectory ¶ added in v0.5.0
func NewNullableAPIServerDirectory(val *APIServerDirectory) *NullableAPIServerDirectory
func (NullableAPIServerDirectory) Get ¶ added in v0.5.0
func (v NullableAPIServerDirectory) Get() *APIServerDirectory
func (NullableAPIServerDirectory) IsSet ¶ added in v0.5.0
func (v NullableAPIServerDirectory) IsSet() bool
func (NullableAPIServerDirectory) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerDirectory) MarshalJSON() ([]byte, error)
func (*NullableAPIServerDirectory) Set ¶ added in v0.5.0
func (v *NullableAPIServerDirectory) Set(val *APIServerDirectory)
func (*NullableAPIServerDirectory) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerDirectory) UnmarshalJSON(src []byte) error
func (*NullableAPIServerDirectory) Unset ¶ added in v0.5.0
func (v *NullableAPIServerDirectory) Unset()
type NullableAPIServerOperation ¶ added in v0.5.0
type NullableAPIServerOperation struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerOperation ¶ added in v0.5.0
func NewNullableAPIServerOperation(val *APIServerOperation) *NullableAPIServerOperation
func (NullableAPIServerOperation) Get ¶ added in v0.5.0
func (v NullableAPIServerOperation) Get() *APIServerOperation
func (NullableAPIServerOperation) IsSet ¶ added in v0.5.0
func (v NullableAPIServerOperation) IsSet() bool
func (NullableAPIServerOperation) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerOperation) MarshalJSON() ([]byte, error)
func (*NullableAPIServerOperation) Set ¶ added in v0.5.0
func (v *NullableAPIServerOperation) Set(val *APIServerOperation)
func (*NullableAPIServerOperation) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerOperation) UnmarshalJSON(src []byte) error
func (*NullableAPIServerOperation) Unset ¶ added in v0.5.0
func (v *NullableAPIServerOperation) Unset()
type NullableAPIServerOperationAccessControl ¶ added in v0.5.0
type NullableAPIServerOperationAccessControl struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerOperationAccessControl ¶ added in v0.5.0
func NewNullableAPIServerOperationAccessControl(val *APIServerOperationAccessControl) *NullableAPIServerOperationAccessControl
func (NullableAPIServerOperationAccessControl) IsSet ¶ added in v0.5.0
func (v NullableAPIServerOperationAccessControl) IsSet() bool
func (NullableAPIServerOperationAccessControl) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerOperationAccessControl) MarshalJSON() ([]byte, error)
func (*NullableAPIServerOperationAccessControl) Set ¶ added in v0.5.0
func (v *NullableAPIServerOperationAccessControl) Set(val *APIServerOperationAccessControl)
func (*NullableAPIServerOperationAccessControl) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerOperationAccessControl) UnmarshalJSON(src []byte) error
func (*NullableAPIServerOperationAccessControl) Unset ¶ added in v0.5.0
func (v *NullableAPIServerOperationAccessControl) Unset()
type NullableAPIServerOperationAccessControlGroup ¶ added in v0.5.0
type NullableAPIServerOperationAccessControlGroup struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerOperationAccessControlGroup ¶ added in v0.5.0
func NewNullableAPIServerOperationAccessControlGroup(val *APIServerOperationAccessControlGroup) *NullableAPIServerOperationAccessControlGroup
func (NullableAPIServerOperationAccessControlGroup) IsSet ¶ added in v0.5.0
func (v NullableAPIServerOperationAccessControlGroup) IsSet() bool
func (NullableAPIServerOperationAccessControlGroup) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerOperationAccessControlGroup) MarshalJSON() ([]byte, error)
func (*NullableAPIServerOperationAccessControlGroup) Set ¶ added in v0.5.0
func (v *NullableAPIServerOperationAccessControlGroup) Set(val *APIServerOperationAccessControlGroup)
func (*NullableAPIServerOperationAccessControlGroup) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerOperationAccessControlGroup) UnmarshalJSON(src []byte) error
func (*NullableAPIServerOperationAccessControlGroup) Unset ¶ added in v0.5.0
func (v *NullableAPIServerOperationAccessControlGroup) Unset()
type NullableAPIServerOperationAccessControlGroupGroupsInner ¶ added in v0.5.0
type NullableAPIServerOperationAccessControlGroupGroupsInner struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerOperationAccessControlGroupGroupsInner ¶ added in v0.5.0
func NewNullableAPIServerOperationAccessControlGroupGroupsInner(val *APIServerOperationAccessControlGroupGroupsInner) *NullableAPIServerOperationAccessControlGroupGroupsInner
func (NullableAPIServerOperationAccessControlGroupGroupsInner) IsSet ¶ added in v0.5.0
func (v NullableAPIServerOperationAccessControlGroupGroupsInner) IsSet() bool
func (NullableAPIServerOperationAccessControlGroupGroupsInner) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerOperationAccessControlGroupGroupsInner) MarshalJSON() ([]byte, error)
func (*NullableAPIServerOperationAccessControlGroupGroupsInner) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerOperationAccessControlGroupGroupsInner) UnmarshalJSON(src []byte) error
func (*NullableAPIServerOperationAccessControlGroupGroupsInner) Unset ¶ added in v0.5.0
func (v *NullableAPIServerOperationAccessControlGroupGroupsInner) Unset()
type NullableAPIServerOperationAccessControlGroupGroupsInnerElement ¶ added in v0.5.0
type NullableAPIServerOperationAccessControlGroupGroupsInnerElement struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerOperationAccessControlGroupGroupsInnerElement ¶ added in v0.5.0
func NewNullableAPIServerOperationAccessControlGroupGroupsInnerElement(val *APIServerOperationAccessControlGroupGroupsInnerElement) *NullableAPIServerOperationAccessControlGroupGroupsInnerElement
func (NullableAPIServerOperationAccessControlGroupGroupsInnerElement) IsSet ¶ added in v0.5.0
func (v NullableAPIServerOperationAccessControlGroupGroupsInnerElement) IsSet() bool
func (NullableAPIServerOperationAccessControlGroupGroupsInnerElement) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerOperationAccessControlGroupGroupsInnerElement) MarshalJSON() ([]byte, error)
func (*NullableAPIServerOperationAccessControlGroupGroupsInnerElement) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerOperationAccessControlGroupGroupsInnerElement) UnmarshalJSON(src []byte) error
func (*NullableAPIServerOperationAccessControlGroupGroupsInnerElement) Unset ¶ added in v0.5.0
func (v *NullableAPIServerOperationAccessControlGroupGroupsInnerElement) Unset()
type NullableAPIServerOperationAccessControlPermission ¶ added in v0.5.0
type NullableAPIServerOperationAccessControlPermission struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerOperationAccessControlPermission ¶ added in v0.5.0
func NewNullableAPIServerOperationAccessControlPermission(val *APIServerOperationAccessControlPermission) *NullableAPIServerOperationAccessControlPermission
func (NullableAPIServerOperationAccessControlPermission) IsSet ¶ added in v0.5.0
func (v NullableAPIServerOperationAccessControlPermission) IsSet() bool
func (NullableAPIServerOperationAccessControlPermission) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerOperationAccessControlPermission) MarshalJSON() ([]byte, error)
func (*NullableAPIServerOperationAccessControlPermission) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerOperationAccessControlPermission) UnmarshalJSON(src []byte) error
func (*NullableAPIServerOperationAccessControlPermission) Unset ¶ added in v0.5.0
func (v *NullableAPIServerOperationAccessControlPermission) Unset()
type NullableAPIServerOperationAccessControlScope ¶ added in v0.5.0
type NullableAPIServerOperationAccessControlScope struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerOperationAccessControlScope ¶ added in v0.5.0
func NewNullableAPIServerOperationAccessControlScope(val *APIServerOperationAccessControlScope) *NullableAPIServerOperationAccessControlScope
func (NullableAPIServerOperationAccessControlScope) IsSet ¶ added in v0.5.0
func (v NullableAPIServerOperationAccessControlScope) IsSet() bool
func (NullableAPIServerOperationAccessControlScope) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerOperationAccessControlScope) MarshalJSON() ([]byte, error)
func (*NullableAPIServerOperationAccessControlScope) Set ¶ added in v0.5.0
func (v *NullableAPIServerOperationAccessControlScope) Set(val *APIServerOperationAccessControlScope)
func (*NullableAPIServerOperationAccessControlScope) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerOperationAccessControlScope) UnmarshalJSON(src []byte) error
func (*NullableAPIServerOperationAccessControlScope) Unset ¶ added in v0.5.0
func (v *NullableAPIServerOperationAccessControlScope) Unset()
type NullableAPIServerOperationAccessControlScopeScopesInner ¶ added in v0.5.0
type NullableAPIServerOperationAccessControlScopeScopesInner struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerOperationAccessControlScopeScopesInner ¶ added in v0.5.0
func NewNullableAPIServerOperationAccessControlScopeScopesInner(val *APIServerOperationAccessControlScopeScopesInner) *NullableAPIServerOperationAccessControlScopeScopesInner
func (NullableAPIServerOperationAccessControlScopeScopesInner) IsSet ¶ added in v0.5.0
func (v NullableAPIServerOperationAccessControlScopeScopesInner) IsSet() bool
func (NullableAPIServerOperationAccessControlScopeScopesInner) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerOperationAccessControlScopeScopesInner) MarshalJSON() ([]byte, error)
func (*NullableAPIServerOperationAccessControlScopeScopesInner) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerOperationAccessControlScopeScopesInner) UnmarshalJSON(src []byte) error
func (*NullableAPIServerOperationAccessControlScopeScopesInner) Unset ¶ added in v0.5.0
func (v *NullableAPIServerOperationAccessControlScopeScopesInner) Unset()
type NullableAPIServerOperationPathsInner ¶ added in v0.5.0
type NullableAPIServerOperationPathsInner struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerOperationPathsInner ¶ added in v0.5.0
func NewNullableAPIServerOperationPathsInner(val *APIServerOperationPathsInner) *NullableAPIServerOperationPathsInner
func (NullableAPIServerOperationPathsInner) Get ¶ added in v0.5.0
func (v NullableAPIServerOperationPathsInner) Get() *APIServerOperationPathsInner
func (NullableAPIServerOperationPathsInner) IsSet ¶ added in v0.5.0
func (v NullableAPIServerOperationPathsInner) IsSet() bool
func (NullableAPIServerOperationPathsInner) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerOperationPathsInner) MarshalJSON() ([]byte, error)
func (*NullableAPIServerOperationPathsInner) Set ¶ added in v0.5.0
func (v *NullableAPIServerOperationPathsInner) Set(val *APIServerOperationPathsInner)
func (*NullableAPIServerOperationPathsInner) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerOperationPathsInner) UnmarshalJSON(src []byte) error
func (*NullableAPIServerOperationPathsInner) Unset ¶ added in v0.5.0
func (v *NullableAPIServerOperationPathsInner) Unset()
type NullableAPIServerPolicy ¶ added in v0.5.0
type NullableAPIServerPolicy struct {
// contains filtered or unexported fields
}
func NewNullableAPIServerPolicy ¶ added in v0.5.0
func NewNullableAPIServerPolicy(val *APIServerPolicy) *NullableAPIServerPolicy
func (NullableAPIServerPolicy) Get ¶ added in v0.5.0
func (v NullableAPIServerPolicy) Get() *APIServerPolicy
func (NullableAPIServerPolicy) IsSet ¶ added in v0.5.0
func (v NullableAPIServerPolicy) IsSet() bool
func (NullableAPIServerPolicy) MarshalJSON ¶ added in v0.5.0
func (v NullableAPIServerPolicy) MarshalJSON() ([]byte, error)
func (*NullableAPIServerPolicy) Set ¶ added in v0.5.0
func (v *NullableAPIServerPolicy) Set(val *APIServerPolicy)
func (*NullableAPIServerPolicy) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAPIServerPolicy) UnmarshalJSON(src []byte) error
func (*NullableAPIServerPolicy) Unset ¶ added in v0.5.0
func (v *NullableAPIServerPolicy) Unset()
type NullableApplicationResource ¶ added in v0.5.0
type NullableApplicationResource struct {
// contains filtered or unexported fields
}
func NewNullableApplicationResource ¶ added in v0.5.0
func NewNullableApplicationResource(val *ApplicationResource) *NullableApplicationResource
func (NullableApplicationResource) Get ¶ added in v0.5.0
func (v NullableApplicationResource) Get() *ApplicationResource
func (NullableApplicationResource) IsSet ¶ added in v0.5.0
func (v NullableApplicationResource) IsSet() bool
func (NullableApplicationResource) MarshalJSON ¶ added in v0.5.0
func (v NullableApplicationResource) MarshalJSON() ([]byte, error)
func (*NullableApplicationResource) Set ¶ added in v0.5.0
func (v *NullableApplicationResource) Set(val *ApplicationResource)
func (*NullableApplicationResource) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableApplicationResource) UnmarshalJSON(src []byte) error
func (*NullableApplicationResource) Unset ¶ added in v0.5.0
func (v *NullableApplicationResource) Unset()
type NullableApplicationResourceParent ¶ added in v0.5.0
type NullableApplicationResourceParent struct {
// contains filtered or unexported fields
}
func NewNullableApplicationResourceParent ¶ added in v0.5.0
func NewNullableApplicationResourceParent(val *ApplicationResourceParent) *NullableApplicationResourceParent
func (NullableApplicationResourceParent) Get ¶ added in v0.5.0
func (v NullableApplicationResourceParent) Get() *ApplicationResourceParent
func (NullableApplicationResourceParent) IsSet ¶ added in v0.5.0
func (v NullableApplicationResourceParent) IsSet() bool
func (NullableApplicationResourceParent) MarshalJSON ¶ added in v0.5.0
func (v NullableApplicationResourceParent) MarshalJSON() ([]byte, error)
func (*NullableApplicationResourceParent) Set ¶ added in v0.5.0
func (v *NullableApplicationResourceParent) Set(val *ApplicationResourceParent)
func (*NullableApplicationResourceParent) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableApplicationResourceParent) UnmarshalJSON(src []byte) error
func (*NullableApplicationResourceParent) Unset ¶ added in v0.5.0
func (v *NullableApplicationResourceParent) Unset()
type NullableApplicationResourcePermission ¶ added in v0.5.0
type NullableApplicationResourcePermission struct {
// contains filtered or unexported fields
}
func NewNullableApplicationResourcePermission ¶ added in v0.5.0
func NewNullableApplicationResourcePermission(val *ApplicationResourcePermission) *NullableApplicationResourcePermission
func (NullableApplicationResourcePermission) Get ¶ added in v0.5.0
func (v NullableApplicationResourcePermission) Get() *ApplicationResourcePermission
func (NullableApplicationResourcePermission) IsSet ¶ added in v0.5.0
func (v NullableApplicationResourcePermission) IsSet() bool
func (NullableApplicationResourcePermission) MarshalJSON ¶ added in v0.5.0
func (v NullableApplicationResourcePermission) MarshalJSON() ([]byte, error)
func (*NullableApplicationResourcePermission) Set ¶ added in v0.5.0
func (v *NullableApplicationResourcePermission) Set(val *ApplicationResourcePermission)
func (*NullableApplicationResourcePermission) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableApplicationResourcePermission) UnmarshalJSON(src []byte) error
func (*NullableApplicationResourcePermission) Unset ¶ added in v0.5.0
func (v *NullableApplicationResourcePermission) Unset()
type NullableApplicationResourcePermissionResource ¶ added in v0.5.0
type NullableApplicationResourcePermissionResource struct {
// contains filtered or unexported fields
}
func NewNullableApplicationResourcePermissionResource ¶ added in v0.5.0
func NewNullableApplicationResourcePermissionResource(val *ApplicationResourcePermissionResource) *NullableApplicationResourcePermissionResource
func (NullableApplicationResourcePermissionResource) IsSet ¶ added in v0.5.0
func (v NullableApplicationResourcePermissionResource) IsSet() bool
func (NullableApplicationResourcePermissionResource) MarshalJSON ¶ added in v0.5.0
func (v NullableApplicationResourcePermissionResource) MarshalJSON() ([]byte, error)
func (*NullableApplicationResourcePermissionResource) Set ¶ added in v0.5.0
func (v *NullableApplicationResourcePermissionResource) Set(val *ApplicationResourcePermissionResource)
func (*NullableApplicationResourcePermissionResource) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableApplicationResourcePermissionResource) UnmarshalJSON(src []byte) error
func (*NullableApplicationResourcePermissionResource) Unset ¶ added in v0.5.0
func (v *NullableApplicationResourcePermissionResource) Unset()
type NullableApplicationRole ¶ added in v0.5.0
type NullableApplicationRole struct {
// contains filtered or unexported fields
}
func NewNullableApplicationRole ¶ added in v0.5.0
func NewNullableApplicationRole(val *ApplicationRole) *NullableApplicationRole
func (NullableApplicationRole) Get ¶ added in v0.5.0
func (v NullableApplicationRole) Get() *ApplicationRole
func (NullableApplicationRole) IsSet ¶ added in v0.5.0
func (v NullableApplicationRole) IsSet() bool
func (NullableApplicationRole) MarshalJSON ¶ added in v0.5.0
func (v NullableApplicationRole) MarshalJSON() ([]byte, error)
func (*NullableApplicationRole) Set ¶ added in v0.5.0
func (v *NullableApplicationRole) Set(val *ApplicationRole)
func (*NullableApplicationRole) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableApplicationRole) UnmarshalJSON(src []byte) error
func (*NullableApplicationRole) Unset ¶ added in v0.5.0
func (v *NullableApplicationRole) Unset()
type NullableApplicationRoleAssignment ¶ added in v0.5.0
type NullableApplicationRoleAssignment struct {
// contains filtered or unexported fields
}
func NewNullableApplicationRoleAssignment ¶ added in v0.5.0
func NewNullableApplicationRoleAssignment(val *ApplicationRoleAssignment) *NullableApplicationRoleAssignment
func (NullableApplicationRoleAssignment) Get ¶ added in v0.5.0
func (v NullableApplicationRoleAssignment) Get() *ApplicationRoleAssignment
func (NullableApplicationRoleAssignment) IsSet ¶ added in v0.5.0
func (v NullableApplicationRoleAssignment) IsSet() bool
func (NullableApplicationRoleAssignment) MarshalJSON ¶ added in v0.5.0
func (v NullableApplicationRoleAssignment) MarshalJSON() ([]byte, error)
func (*NullableApplicationRoleAssignment) Set ¶ added in v0.5.0
func (v *NullableApplicationRoleAssignment) Set(val *ApplicationRoleAssignment)
func (*NullableApplicationRoleAssignment) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableApplicationRoleAssignment) UnmarshalJSON(src []byte) error
func (*NullableApplicationRoleAssignment) Unset ¶ added in v0.5.0
func (v *NullableApplicationRoleAssignment) Unset()
type NullableApplicationRolePermission ¶ added in v0.5.0
type NullableApplicationRolePermission struct {
// contains filtered or unexported fields
}
func NewNullableApplicationRolePermission ¶ added in v0.5.0
func NewNullableApplicationRolePermission(val *ApplicationRolePermission) *NullableApplicationRolePermission
func (NullableApplicationRolePermission) Get ¶ added in v0.5.0
func (v NullableApplicationRolePermission) Get() *ApplicationRolePermission
func (NullableApplicationRolePermission) IsSet ¶ added in v0.5.0
func (v NullableApplicationRolePermission) IsSet() bool
func (NullableApplicationRolePermission) MarshalJSON ¶ added in v0.5.0
func (v NullableApplicationRolePermission) MarshalJSON() ([]byte, error)
func (*NullableApplicationRolePermission) Set ¶ added in v0.5.0
func (v *NullableApplicationRolePermission) Set(val *ApplicationRolePermission)
func (*NullableApplicationRolePermission) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableApplicationRolePermission) UnmarshalJSON(src []byte) error
func (*NullableApplicationRolePermission) Unset ¶ added in v0.5.0
func (v *NullableApplicationRolePermission) Unset()
type NullableApplicationRolePermissionResource ¶ added in v0.5.0
type NullableApplicationRolePermissionResource struct {
// contains filtered or unexported fields
}
func NewNullableApplicationRolePermissionResource ¶ added in v0.5.0
func NewNullableApplicationRolePermissionResource(val *ApplicationRolePermissionResource) *NullableApplicationRolePermissionResource
func (NullableApplicationRolePermissionResource) IsSet ¶ added in v0.5.0
func (v NullableApplicationRolePermissionResource) IsSet() bool
func (NullableApplicationRolePermissionResource) MarshalJSON ¶ added in v0.5.0
func (v NullableApplicationRolePermissionResource) MarshalJSON() ([]byte, error)
func (*NullableApplicationRolePermissionResource) Set ¶ added in v0.5.0
func (v *NullableApplicationRolePermissionResource) Set(val *ApplicationRolePermissionResource)
func (*NullableApplicationRolePermissionResource) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableApplicationRolePermissionResource) UnmarshalJSON(src []byte) error
func (*NullableApplicationRolePermissionResource) Unset ¶ added in v0.5.0
func (v *NullableApplicationRolePermissionResource) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableDecisionEndpoint ¶
type NullableDecisionEndpoint struct {
// contains filtered or unexported fields
}
func NewNullableDecisionEndpoint ¶
func NewNullableDecisionEndpoint(val *DecisionEndpoint) *NullableDecisionEndpoint
func (NullableDecisionEndpoint) Get ¶
func (v NullableDecisionEndpoint) Get() *DecisionEndpoint
func (NullableDecisionEndpoint) IsSet ¶
func (v NullableDecisionEndpoint) IsSet() bool
func (NullableDecisionEndpoint) MarshalJSON ¶
func (v NullableDecisionEndpoint) MarshalJSON() ([]byte, error)
func (*NullableDecisionEndpoint) Set ¶
func (v *NullableDecisionEndpoint) Set(val *DecisionEndpoint)
func (*NullableDecisionEndpoint) UnmarshalJSON ¶
func (v *NullableDecisionEndpoint) UnmarshalJSON(src []byte) error
func (*NullableDecisionEndpoint) Unset ¶
func (v *NullableDecisionEndpoint) Unset()
type NullableDecisionEndpointAuthorizationVersion ¶
type NullableDecisionEndpointAuthorizationVersion struct {
// contains filtered or unexported fields
}
func NewNullableDecisionEndpointAuthorizationVersion ¶
func NewNullableDecisionEndpointAuthorizationVersion(val *DecisionEndpointAuthorizationVersion) *NullableDecisionEndpointAuthorizationVersion
func (NullableDecisionEndpointAuthorizationVersion) IsSet ¶
func (v NullableDecisionEndpointAuthorizationVersion) IsSet() bool
func (NullableDecisionEndpointAuthorizationVersion) MarshalJSON ¶
func (v NullableDecisionEndpointAuthorizationVersion) MarshalJSON() ([]byte, error)
func (*NullableDecisionEndpointAuthorizationVersion) Set ¶
func (v *NullableDecisionEndpointAuthorizationVersion) Set(val *DecisionEndpointAuthorizationVersion)
func (*NullableDecisionEndpointAuthorizationVersion) UnmarshalJSON ¶
func (v *NullableDecisionEndpointAuthorizationVersion) UnmarshalJSON(src []byte) error
func (*NullableDecisionEndpointAuthorizationVersion) Unset ¶
func (v *NullableDecisionEndpointAuthorizationVersion) Unset()
type NullableDecisionEndpointRecentDecisions ¶
type NullableDecisionEndpointRecentDecisions struct {
// contains filtered or unexported fields
}
func NewNullableDecisionEndpointRecentDecisions ¶
func NewNullableDecisionEndpointRecentDecisions(val *DecisionEndpointRecentDecisions) *NullableDecisionEndpointRecentDecisions
func (NullableDecisionEndpointRecentDecisions) IsSet ¶
func (v NullableDecisionEndpointRecentDecisions) IsSet() bool
func (NullableDecisionEndpointRecentDecisions) MarshalJSON ¶
func (v NullableDecisionEndpointRecentDecisions) MarshalJSON() ([]byte, error)
func (*NullableDecisionEndpointRecentDecisions) Set ¶
func (v *NullableDecisionEndpointRecentDecisions) Set(val *DecisionEndpointRecentDecisions)
func (*NullableDecisionEndpointRecentDecisions) UnmarshalJSON ¶
func (v *NullableDecisionEndpointRecentDecisions) UnmarshalJSON(src []byte) error
func (*NullableDecisionEndpointRecentDecisions) Unset ¶
func (v *NullableDecisionEndpointRecentDecisions) Unset()
type NullableEntityArray ¶
type NullableEntityArray struct {
// contains filtered or unexported fields
}
func NewNullableEntityArray ¶
func NewNullableEntityArray(val *EntityArray) *NullableEntityArray
func (NullableEntityArray) Get ¶
func (v NullableEntityArray) Get() *EntityArray
func (NullableEntityArray) IsSet ¶
func (v NullableEntityArray) IsSet() bool
func (NullableEntityArray) MarshalJSON ¶
func (v NullableEntityArray) MarshalJSON() ([]byte, error)
func (*NullableEntityArray) Set ¶
func (v *NullableEntityArray) Set(val *EntityArray)
func (*NullableEntityArray) UnmarshalJSON ¶
func (v *NullableEntityArray) UnmarshalJSON(src []byte) error
func (*NullableEntityArray) Unset ¶
func (v *NullableEntityArray) Unset()
type NullableEntityArrayEmbedded ¶
type NullableEntityArrayEmbedded struct {
// contains filtered or unexported fields
}
func NewNullableEntityArrayEmbedded ¶
func NewNullableEntityArrayEmbedded(val *EntityArrayEmbedded) *NullableEntityArrayEmbedded
func (NullableEntityArrayEmbedded) Get ¶
func (v NullableEntityArrayEmbedded) Get() *EntityArrayEmbedded
func (NullableEntityArrayEmbedded) IsSet ¶
func (v NullableEntityArrayEmbedded) IsSet() bool
func (NullableEntityArrayEmbedded) MarshalJSON ¶
func (v NullableEntityArrayEmbedded) MarshalJSON() ([]byte, error)
func (*NullableEntityArrayEmbedded) Set ¶
func (v *NullableEntityArrayEmbedded) Set(val *EntityArrayEmbedded)
func (*NullableEntityArrayEmbedded) UnmarshalJSON ¶
func (v *NullableEntityArrayEmbedded) UnmarshalJSON(src []byte) error
func (*NullableEntityArrayEmbedded) Unset ¶
func (v *NullableEntityArrayEmbedded) Unset()
type NullableEntityArrayEmbeddedPermissionsInner ¶ added in v0.5.0
type NullableEntityArrayEmbeddedPermissionsInner struct {
// contains filtered or unexported fields
}
func NewNullableEntityArrayEmbeddedPermissionsInner ¶ added in v0.5.0
func NewNullableEntityArrayEmbeddedPermissionsInner(val *EntityArrayEmbeddedPermissionsInner) *NullableEntityArrayEmbeddedPermissionsInner
func (NullableEntityArrayEmbeddedPermissionsInner) IsSet ¶ added in v0.5.0
func (v NullableEntityArrayEmbeddedPermissionsInner) IsSet() bool
func (NullableEntityArrayEmbeddedPermissionsInner) MarshalJSON ¶ added in v0.5.0
func (v NullableEntityArrayEmbeddedPermissionsInner) MarshalJSON() ([]byte, error)
func (*NullableEntityArrayEmbeddedPermissionsInner) Set ¶ added in v0.5.0
func (v *NullableEntityArrayEmbeddedPermissionsInner) Set(val *EntityArrayEmbeddedPermissionsInner)
func (*NullableEntityArrayEmbeddedPermissionsInner) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableEntityArrayEmbeddedPermissionsInner) UnmarshalJSON(src []byte) error
func (*NullableEntityArrayEmbeddedPermissionsInner) Unset ¶ added in v0.5.0
func (v *NullableEntityArrayEmbeddedPermissionsInner) Unset()
type NullableEnumAPIServerAuthorizationServerType ¶ added in v0.5.0
type NullableEnumAPIServerAuthorizationServerType struct {
// contains filtered or unexported fields
}
func NewNullableEnumAPIServerAuthorizationServerType ¶ added in v0.5.0
func NewNullableEnumAPIServerAuthorizationServerType(val *EnumAPIServerAuthorizationServerType) *NullableEnumAPIServerAuthorizationServerType
func (NullableEnumAPIServerAuthorizationServerType) IsSet ¶ added in v0.5.0
func (v NullableEnumAPIServerAuthorizationServerType) IsSet() bool
func (NullableEnumAPIServerAuthorizationServerType) MarshalJSON ¶ added in v0.5.0
func (v NullableEnumAPIServerAuthorizationServerType) MarshalJSON() ([]byte, error)
func (*NullableEnumAPIServerAuthorizationServerType) Set ¶ added in v0.5.0
func (v *NullableEnumAPIServerAuthorizationServerType) Set(val *EnumAPIServerAuthorizationServerType)
func (*NullableEnumAPIServerAuthorizationServerType) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableEnumAPIServerAuthorizationServerType) UnmarshalJSON(src []byte) error
func (*NullableEnumAPIServerAuthorizationServerType) Unset ¶ added in v0.5.0
func (v *NullableEnumAPIServerAuthorizationServerType) Unset()
type NullableEnumAPIServerOperationMatchType ¶ added in v0.5.0
type NullableEnumAPIServerOperationMatchType struct {
// contains filtered or unexported fields
}
func NewNullableEnumAPIServerOperationMatchType ¶ added in v0.5.0
func NewNullableEnumAPIServerOperationMatchType(val *EnumAPIServerOperationMatchType) *NullableEnumAPIServerOperationMatchType
func (NullableEnumAPIServerOperationMatchType) IsSet ¶ added in v0.5.0
func (v NullableEnumAPIServerOperationMatchType) IsSet() bool
func (NullableEnumAPIServerOperationMatchType) MarshalJSON ¶ added in v0.5.0
func (v NullableEnumAPIServerOperationMatchType) MarshalJSON() ([]byte, error)
func (*NullableEnumAPIServerOperationMatchType) Set ¶ added in v0.5.0
func (v *NullableEnumAPIServerOperationMatchType) Set(val *EnumAPIServerOperationMatchType)
func (*NullableEnumAPIServerOperationMatchType) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableEnumAPIServerOperationMatchType) UnmarshalJSON(src []byte) error
func (*NullableEnumAPIServerOperationMatchType) Unset ¶ added in v0.5.0
func (v *NullableEnumAPIServerOperationMatchType) Unset()
type NullableEnumAPIServerOperationMethod ¶ added in v0.5.0
type NullableEnumAPIServerOperationMethod struct {
// contains filtered or unexported fields
}
func NewNullableEnumAPIServerOperationMethod ¶ added in v0.5.0
func NewNullableEnumAPIServerOperationMethod(val *EnumAPIServerOperationMethod) *NullableEnumAPIServerOperationMethod
func (NullableEnumAPIServerOperationMethod) Get ¶ added in v0.5.0
func (v NullableEnumAPIServerOperationMethod) Get() *EnumAPIServerOperationMethod
func (NullableEnumAPIServerOperationMethod) IsSet ¶ added in v0.5.0
func (v NullableEnumAPIServerOperationMethod) IsSet() bool
func (NullableEnumAPIServerOperationMethod) MarshalJSON ¶ added in v0.5.0
func (v NullableEnumAPIServerOperationMethod) MarshalJSON() ([]byte, error)
func (*NullableEnumAPIServerOperationMethod) Set ¶ added in v0.5.0
func (v *NullableEnumAPIServerOperationMethod) Set(val *EnumAPIServerOperationMethod)
func (*NullableEnumAPIServerOperationMethod) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableEnumAPIServerOperationMethod) UnmarshalJSON(src []byte) error
func (*NullableEnumAPIServerOperationMethod) Unset ¶ added in v0.5.0
func (v *NullableEnumAPIServerOperationMethod) Unset()
type NullableEnumAPIServerOperationPathPatternType ¶ added in v0.5.0
type NullableEnumAPIServerOperationPathPatternType struct {
// contains filtered or unexported fields
}
func NewNullableEnumAPIServerOperationPathPatternType ¶ added in v0.5.0
func NewNullableEnumAPIServerOperationPathPatternType(val *EnumAPIServerOperationPathPatternType) *NullableEnumAPIServerOperationPathPatternType
func (NullableEnumAPIServerOperationPathPatternType) IsSet ¶ added in v0.5.0
func (v NullableEnumAPIServerOperationPathPatternType) IsSet() bool
func (NullableEnumAPIServerOperationPathPatternType) MarshalJSON ¶ added in v0.5.0
func (v NullableEnumAPIServerOperationPathPatternType) MarshalJSON() ([]byte, error)
func (*NullableEnumAPIServerOperationPathPatternType) Set ¶ added in v0.5.0
func (v *NullableEnumAPIServerOperationPathPatternType) Set(val *EnumAPIServerOperationPathPatternType)
func (*NullableEnumAPIServerOperationPathPatternType) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableEnumAPIServerOperationPathPatternType) UnmarshalJSON(src []byte) error
func (*NullableEnumAPIServerOperationPathPatternType) Unset ¶ added in v0.5.0
func (v *NullableEnumAPIServerOperationPathPatternType) Unset()
type NullableEnumAPIServerPatternType ¶
type NullableEnumAPIServerPatternType struct {
// contains filtered or unexported fields
}
func NewNullableEnumAPIServerPatternType ¶
func NewNullableEnumAPIServerPatternType(val *EnumAPIServerPatternType) *NullableEnumAPIServerPatternType
func (NullableEnumAPIServerPatternType) Get ¶
func (v NullableEnumAPIServerPatternType) Get() *EnumAPIServerPatternType
func (NullableEnumAPIServerPatternType) IsSet ¶
func (v NullableEnumAPIServerPatternType) IsSet() bool
func (NullableEnumAPIServerPatternType) MarshalJSON ¶
func (v NullableEnumAPIServerPatternType) MarshalJSON() ([]byte, error)
func (*NullableEnumAPIServerPatternType) Set ¶
func (v *NullableEnumAPIServerPatternType) Set(val *EnumAPIServerPatternType)
func (*NullableEnumAPIServerPatternType) UnmarshalJSON ¶
func (v *NullableEnumAPIServerPatternType) UnmarshalJSON(src []byte) error
func (*NullableEnumAPIServerPatternType) Unset ¶
func (v *NullableEnumAPIServerPatternType) Unset()
type NullableEnumApplicationResourceParentType ¶ added in v0.5.0
type NullableEnumApplicationResourceParentType struct {
// contains filtered or unexported fields
}
func NewNullableEnumApplicationResourceParentType ¶ added in v0.5.0
func NewNullableEnumApplicationResourceParentType(val *EnumApplicationResourceParentType) *NullableEnumApplicationResourceParentType
func (NullableEnumApplicationResourceParentType) IsSet ¶ added in v0.5.0
func (v NullableEnumApplicationResourceParentType) IsSet() bool
func (NullableEnumApplicationResourceParentType) MarshalJSON ¶ added in v0.5.0
func (v NullableEnumApplicationResourceParentType) MarshalJSON() ([]byte, error)
func (*NullableEnumApplicationResourceParentType) Set ¶ added in v0.5.0
func (v *NullableEnumApplicationResourceParentType) Set(val *EnumApplicationResourceParentType)
func (*NullableEnumApplicationResourceParentType) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableEnumApplicationResourceParentType) UnmarshalJSON(src []byte) error
func (*NullableEnumApplicationResourceParentType) Unset ¶ added in v0.5.0
func (v *NullableEnumApplicationResourceParentType) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableLinksHATEOAS ¶ added in v0.3.0
type NullableLinksHATEOAS struct {
// contains filtered or unexported fields
}
func NewNullableLinksHATEOAS ¶ added in v0.3.0
func NewNullableLinksHATEOAS(val *LinksHATEOAS) *NullableLinksHATEOAS
func (NullableLinksHATEOAS) Get ¶ added in v0.3.0
func (v NullableLinksHATEOAS) Get() *LinksHATEOAS
func (NullableLinksHATEOAS) IsSet ¶ added in v0.3.0
func (v NullableLinksHATEOAS) IsSet() bool
func (NullableLinksHATEOAS) MarshalJSON ¶ added in v0.3.0
func (v NullableLinksHATEOAS) MarshalJSON() ([]byte, error)
func (*NullableLinksHATEOAS) Set ¶ added in v0.3.0
func (v *NullableLinksHATEOAS) Set(val *LinksHATEOAS)
func (*NullableLinksHATEOAS) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableLinksHATEOAS) UnmarshalJSON(src []byte) error
func (*NullableLinksHATEOAS) Unset ¶ added in v0.3.0
func (v *NullableLinksHATEOAS) Unset()
type NullableLinksHATEOASNext ¶ added in v0.3.0
type NullableLinksHATEOASNext struct {
// contains filtered or unexported fields
}
func NewNullableLinksHATEOASNext ¶ added in v0.3.0
func NewNullableLinksHATEOASNext(val *LinksHATEOASNext) *NullableLinksHATEOASNext
func (NullableLinksHATEOASNext) Get ¶ added in v0.3.0
func (v NullableLinksHATEOASNext) Get() *LinksHATEOASNext
func (NullableLinksHATEOASNext) IsSet ¶ added in v0.3.0
func (v NullableLinksHATEOASNext) IsSet() bool
func (NullableLinksHATEOASNext) MarshalJSON ¶ added in v0.3.0
func (v NullableLinksHATEOASNext) MarshalJSON() ([]byte, error)
func (*NullableLinksHATEOASNext) Set ¶ added in v0.3.0
func (v *NullableLinksHATEOASNext) Set(val *LinksHATEOASNext)
func (*NullableLinksHATEOASNext) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableLinksHATEOASNext) UnmarshalJSON(src []byte) error
func (*NullableLinksHATEOASNext) Unset ¶ added in v0.3.0
func (v *NullableLinksHATEOASNext) Unset()
type NullableLinksHATEOASSelf ¶ added in v0.3.0
type NullableLinksHATEOASSelf struct {
// contains filtered or unexported fields
}
func NewNullableLinksHATEOASSelf ¶ added in v0.3.0
func NewNullableLinksHATEOASSelf(val *LinksHATEOASSelf) *NullableLinksHATEOASSelf
func (NullableLinksHATEOASSelf) Get ¶ added in v0.3.0
func (v NullableLinksHATEOASSelf) Get() *LinksHATEOASSelf
func (NullableLinksHATEOASSelf) IsSet ¶ added in v0.3.0
func (v NullableLinksHATEOASSelf) IsSet() bool
func (NullableLinksHATEOASSelf) MarshalJSON ¶ added in v0.3.0
func (v NullableLinksHATEOASSelf) MarshalJSON() ([]byte, error)
func (*NullableLinksHATEOASSelf) Set ¶ added in v0.3.0
func (v *NullableLinksHATEOASSelf) Set(val *LinksHATEOASSelf)
func (*NullableLinksHATEOASSelf) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableLinksHATEOASSelf) UnmarshalJSON(src []byte) error
func (*NullableLinksHATEOASSelf) Unset ¶ added in v0.3.0
func (v *NullableLinksHATEOASSelf) Unset()
type NullableLinksHATEOASValue ¶ added in v0.6.0
type NullableLinksHATEOASValue struct {
// contains filtered or unexported fields
}
func NewNullableLinksHATEOASValue ¶ added in v0.6.0
func NewNullableLinksHATEOASValue(val *LinksHATEOASValue) *NullableLinksHATEOASValue
func (NullableLinksHATEOASValue) Get ¶ added in v0.6.0
func (v NullableLinksHATEOASValue) Get() *LinksHATEOASValue
func (NullableLinksHATEOASValue) IsSet ¶ added in v0.6.0
func (v NullableLinksHATEOASValue) IsSet() bool
func (NullableLinksHATEOASValue) MarshalJSON ¶ added in v0.6.0
func (v NullableLinksHATEOASValue) MarshalJSON() ([]byte, error)
func (*NullableLinksHATEOASValue) Set ¶ added in v0.6.0
func (v *NullableLinksHATEOASValue) Set(val *LinksHATEOASValue)
func (*NullableLinksHATEOASValue) UnmarshalJSON ¶ added in v0.6.0
func (v *NullableLinksHATEOASValue) UnmarshalJSON(src []byte) error
func (*NullableLinksHATEOASValue) Unset ¶ added in v0.6.0
func (v *NullableLinksHATEOASValue) Unset()
type NullableObjectApplication ¶
type NullableObjectApplication struct {
// contains filtered or unexported fields
}
func NewNullableObjectApplication ¶
func NewNullableObjectApplication(val *ObjectApplication) *NullableObjectApplication
func (NullableObjectApplication) Get ¶
func (v NullableObjectApplication) Get() *ObjectApplication
func (NullableObjectApplication) IsSet ¶
func (v NullableObjectApplication) IsSet() bool
func (NullableObjectApplication) MarshalJSON ¶
func (v NullableObjectApplication) MarshalJSON() ([]byte, error)
func (*NullableObjectApplication) Set ¶
func (v *NullableObjectApplication) Set(val *ObjectApplication)
func (*NullableObjectApplication) UnmarshalJSON ¶
func (v *NullableObjectApplication) UnmarshalJSON(src []byte) error
func (*NullableObjectApplication) Unset ¶
func (v *NullableObjectApplication) Unset()
type NullableObjectEnvironment ¶
type NullableObjectEnvironment struct {
// contains filtered or unexported fields
}
func NewNullableObjectEnvironment ¶
func NewNullableObjectEnvironment(val *ObjectEnvironment) *NullableObjectEnvironment
func (NullableObjectEnvironment) Get ¶
func (v NullableObjectEnvironment) Get() *ObjectEnvironment
func (NullableObjectEnvironment) IsSet ¶
func (v NullableObjectEnvironment) IsSet() bool
func (NullableObjectEnvironment) MarshalJSON ¶
func (v NullableObjectEnvironment) MarshalJSON() ([]byte, error)
func (*NullableObjectEnvironment) Set ¶
func (v *NullableObjectEnvironment) Set(val *ObjectEnvironment)
func (*NullableObjectEnvironment) UnmarshalJSON ¶
func (v *NullableObjectEnvironment) UnmarshalJSON(src []byte) error
func (*NullableObjectEnvironment) Unset ¶
func (v *NullableObjectEnvironment) Unset()
type NullableObjectOrganization ¶
type NullableObjectOrganization struct {
// contains filtered or unexported fields
}
func NewNullableObjectOrganization ¶
func NewNullableObjectOrganization(val *ObjectOrganization) *NullableObjectOrganization
func (NullableObjectOrganization) Get ¶
func (v NullableObjectOrganization) Get() *ObjectOrganization
func (NullableObjectOrganization) IsSet ¶
func (v NullableObjectOrganization) IsSet() bool
func (NullableObjectOrganization) MarshalJSON ¶
func (v NullableObjectOrganization) MarshalJSON() ([]byte, error)
func (*NullableObjectOrganization) Set ¶
func (v *NullableObjectOrganization) Set(val *ObjectOrganization)
func (*NullableObjectOrganization) UnmarshalJSON ¶
func (v *NullableObjectOrganization) UnmarshalJSON(src []byte) error
func (*NullableObjectOrganization) Unset ¶
func (v *NullableObjectOrganization) Unset()
type NullableObjectPopulation ¶
type NullableObjectPopulation struct {
// contains filtered or unexported fields
}
func NewNullableObjectPopulation ¶
func NewNullableObjectPopulation(val *ObjectPopulation) *NullableObjectPopulation
func (NullableObjectPopulation) Get ¶
func (v NullableObjectPopulation) Get() *ObjectPopulation
func (NullableObjectPopulation) IsSet ¶
func (v NullableObjectPopulation) IsSet() bool
func (NullableObjectPopulation) MarshalJSON ¶
func (v NullableObjectPopulation) MarshalJSON() ([]byte, error)
func (*NullableObjectPopulation) Set ¶
func (v *NullableObjectPopulation) Set(val *ObjectPopulation)
func (*NullableObjectPopulation) UnmarshalJSON ¶
func (v *NullableObjectPopulation) UnmarshalJSON(src []byte) error
func (*NullableObjectPopulation) Unset ¶
func (v *NullableObjectPopulation) Unset()
type NullableP1Error ¶
type NullableP1Error struct {
// contains filtered or unexported fields
}
func NewNullableP1Error ¶
func NewNullableP1Error(val *P1Error) *NullableP1Error
func (NullableP1Error) Get ¶
func (v NullableP1Error) Get() *P1Error
func (NullableP1Error) IsSet ¶
func (v NullableP1Error) IsSet() bool
func (NullableP1Error) MarshalJSON ¶
func (v NullableP1Error) MarshalJSON() ([]byte, error)
func (*NullableP1Error) Set ¶
func (v *NullableP1Error) Set(val *P1Error)
func (*NullableP1Error) UnmarshalJSON ¶
func (v *NullableP1Error) UnmarshalJSON(src []byte) error
func (*NullableP1Error) Unset ¶
func (v *NullableP1Error) Unset()
type NullableP1ErrorDetailsInner ¶
type NullableP1ErrorDetailsInner struct {
// contains filtered or unexported fields
}
func NewNullableP1ErrorDetailsInner ¶
func NewNullableP1ErrorDetailsInner(val *P1ErrorDetailsInner) *NullableP1ErrorDetailsInner
func (NullableP1ErrorDetailsInner) Get ¶
func (v NullableP1ErrorDetailsInner) Get() *P1ErrorDetailsInner
func (NullableP1ErrorDetailsInner) IsSet ¶
func (v NullableP1ErrorDetailsInner) IsSet() bool
func (NullableP1ErrorDetailsInner) MarshalJSON ¶
func (v NullableP1ErrorDetailsInner) MarshalJSON() ([]byte, error)
func (*NullableP1ErrorDetailsInner) Set ¶
func (v *NullableP1ErrorDetailsInner) Set(val *P1ErrorDetailsInner)
func (*NullableP1ErrorDetailsInner) UnmarshalJSON ¶
func (v *NullableP1ErrorDetailsInner) UnmarshalJSON(src []byte) error
func (*NullableP1ErrorDetailsInner) Unset ¶
func (v *NullableP1ErrorDetailsInner) Unset()
type NullableP1ErrorDetailsInnerInnerError ¶
type NullableP1ErrorDetailsInnerInnerError struct {
// contains filtered or unexported fields
}
func NewNullableP1ErrorDetailsInnerInnerError ¶
func NewNullableP1ErrorDetailsInnerInnerError(val *P1ErrorDetailsInnerInnerError) *NullableP1ErrorDetailsInnerInnerError
func (NullableP1ErrorDetailsInnerInnerError) Get ¶
func (v NullableP1ErrorDetailsInnerInnerError) Get() *P1ErrorDetailsInnerInnerError
func (NullableP1ErrorDetailsInnerInnerError) IsSet ¶
func (v NullableP1ErrorDetailsInnerInnerError) IsSet() bool
func (NullableP1ErrorDetailsInnerInnerError) MarshalJSON ¶
func (v NullableP1ErrorDetailsInnerInnerError) MarshalJSON() ([]byte, error)
func (*NullableP1ErrorDetailsInnerInnerError) Set ¶
func (v *NullableP1ErrorDetailsInnerInnerError) Set(val *P1ErrorDetailsInnerInnerError)
func (*NullableP1ErrorDetailsInnerInnerError) UnmarshalJSON ¶
func (v *NullableP1ErrorDetailsInnerInnerError) UnmarshalJSON(src []byte) error
func (*NullableP1ErrorDetailsInnerInnerError) Unset ¶
func (v *NullableP1ErrorDetailsInnerInnerError) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type ObjectApplication ¶
type ObjectApplication struct { // A string that specifies the application resource ID associated with the object. Id *string `json:"id,omitempty"` }
ObjectApplication struct for ObjectApplication
func NewObjectApplication ¶
func NewObjectApplication() *ObjectApplication
NewObjectApplication instantiates a new ObjectApplication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObjectApplicationWithDefaults ¶
func NewObjectApplicationWithDefaults() *ObjectApplication
NewObjectApplicationWithDefaults instantiates a new ObjectApplication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObjectApplication) GetId ¶
func (o *ObjectApplication) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ObjectApplication) GetIdOk ¶
func (o *ObjectApplication) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectApplication) HasId ¶
func (o *ObjectApplication) HasId() bool
HasId returns a boolean if a field has been set.
func (ObjectApplication) MarshalJSON ¶
func (o ObjectApplication) MarshalJSON() ([]byte, error)
func (*ObjectApplication) SetId ¶
func (o *ObjectApplication) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (ObjectApplication) ToMap ¶ added in v0.1.3
func (o ObjectApplication) ToMap() (map[string]interface{}, error)
type ObjectEnvironment ¶
type ObjectEnvironment struct { // A string that specifies the environment associated with the object. Id *string `json:"id,omitempty"` }
ObjectEnvironment struct for ObjectEnvironment
func NewObjectEnvironment ¶
func NewObjectEnvironment() *ObjectEnvironment
NewObjectEnvironment instantiates a new ObjectEnvironment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObjectEnvironmentWithDefaults ¶
func NewObjectEnvironmentWithDefaults() *ObjectEnvironment
NewObjectEnvironmentWithDefaults instantiates a new ObjectEnvironment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObjectEnvironment) GetId ¶
func (o *ObjectEnvironment) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ObjectEnvironment) GetIdOk ¶
func (o *ObjectEnvironment) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectEnvironment) HasId ¶
func (o *ObjectEnvironment) HasId() bool
HasId returns a boolean if a field has been set.
func (ObjectEnvironment) MarshalJSON ¶
func (o ObjectEnvironment) MarshalJSON() ([]byte, error)
func (*ObjectEnvironment) SetId ¶
func (o *ObjectEnvironment) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (ObjectEnvironment) ToMap ¶ added in v0.1.3
func (o ObjectEnvironment) ToMap() (map[string]interface{}, error)
type ObjectOrganization ¶
type ObjectOrganization struct { // A string that specifies the organization associated with the object. Id *string `json:"id,omitempty"` }
ObjectOrganization struct for ObjectOrganization
func NewObjectOrganization ¶
func NewObjectOrganization() *ObjectOrganization
NewObjectOrganization instantiates a new ObjectOrganization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObjectOrganizationWithDefaults ¶
func NewObjectOrganizationWithDefaults() *ObjectOrganization
NewObjectOrganizationWithDefaults instantiates a new ObjectOrganization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObjectOrganization) GetId ¶
func (o *ObjectOrganization) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ObjectOrganization) GetIdOk ¶
func (o *ObjectOrganization) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectOrganization) HasId ¶
func (o *ObjectOrganization) HasId() bool
HasId returns a boolean if a field has been set.
func (ObjectOrganization) MarshalJSON ¶
func (o ObjectOrganization) MarshalJSON() ([]byte, error)
func (*ObjectOrganization) SetId ¶
func (o *ObjectOrganization) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (ObjectOrganization) ToMap ¶ added in v0.1.3
func (o ObjectOrganization) ToMap() (map[string]interface{}, error)
type ObjectPopulation ¶
type ObjectPopulation struct { // A string that specifies the population associated with the object. Id *string `json:"id,omitempty"` }
ObjectPopulation struct for ObjectPopulation
func NewObjectPopulation ¶
func NewObjectPopulation() *ObjectPopulation
NewObjectPopulation instantiates a new ObjectPopulation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObjectPopulationWithDefaults ¶
func NewObjectPopulationWithDefaults() *ObjectPopulation
NewObjectPopulationWithDefaults instantiates a new ObjectPopulation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObjectPopulation) GetId ¶
func (o *ObjectPopulation) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ObjectPopulation) GetIdOk ¶
func (o *ObjectPopulation) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectPopulation) HasId ¶
func (o *ObjectPopulation) HasId() bool
HasId returns a boolean if a field has been set.
func (ObjectPopulation) MarshalJSON ¶
func (o ObjectPopulation) MarshalJSON() ([]byte, error)
func (*ObjectPopulation) SetId ¶
func (o *ObjectPopulation) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (ObjectPopulation) ToMap ¶ added in v0.1.3
func (o ObjectPopulation) ToMap() (map[string]interface{}, error)
type P1Error ¶
type P1Error struct { // A unique identifier that is stored in log files and always included in an error response. This value can be used to track the error received by the client, with server-side activity included for troubleshooting purposes. Id *string `json:"id,omitempty"` // A general fault code which the client must handle to provide all exception handling routines and to localize messages for users. This code is common across all PingOne services and is human readable (such as a defined constant rather than a number). Code *string `json:"code,omitempty"` // A short description of the error. This message is intended to assist with debugging and is returned in English only. Message *string `json:"message,omitempty"` // Additional details about the error. Optional information to help resolve the error and to display to users. Details []P1ErrorDetailsInner `json:"details,omitempty"` }
P1Error struct for P1Error
func NewP1Error ¶
func NewP1Error() *P1Error
NewP1Error instantiates a new P1Error object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewP1ErrorWithDefaults ¶
func NewP1ErrorWithDefaults() *P1Error
NewP1ErrorWithDefaults instantiates a new P1Error object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*P1Error) GetCodeOk ¶
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1Error) GetDetails ¶
func (o *P1Error) GetDetails() []P1ErrorDetailsInner
GetDetails returns the Details field value if set, zero value otherwise.
func (*P1Error) GetDetailsOk ¶
func (o *P1Error) GetDetailsOk() ([]P1ErrorDetailsInner, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1Error) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1Error) GetMessage ¶
GetMessage returns the Message field value if set, zero value otherwise.
func (*P1Error) GetMessageOk ¶
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1Error) HasDetails ¶
HasDetails returns a boolean if a field has been set.
func (*P1Error) HasMessage ¶
HasMessage returns a boolean if a field has been set.
func (P1Error) MarshalJSON ¶
func (*P1Error) SetCode ¶
SetCode gets a reference to the given string and assigns it to the Code field.
func (*P1Error) SetDetails ¶
func (o *P1Error) SetDetails(v []P1ErrorDetailsInner)
SetDetails gets a reference to the given []P1ErrorDetailsInner and assigns it to the Details field.
func (*P1Error) SetMessage ¶
SetMessage gets a reference to the given string and assigns it to the Message field.
type P1ErrorDetailsInner ¶
type P1ErrorDetailsInner struct { // A general fault code which the client must handle to provide all exception handling routines and to localize messages for users. This code is common across all PingOne services and is human readable (such as a defined constant rather than a number). Code *string `json:"code,omitempty"` // The item that caused the error (such as a form field ID or an attribute inside a JSON object). Target *string `json:"target,omitempty"` // A short description of the error. This message is intended to assist with debugging and is returned in English only. Message *string `json:"message,omitempty"` InnerError *P1ErrorDetailsInnerInnerError `json:"innerError,omitempty"` }
P1ErrorDetailsInner struct for P1ErrorDetailsInner
func NewP1ErrorDetailsInner ¶
func NewP1ErrorDetailsInner() *P1ErrorDetailsInner
NewP1ErrorDetailsInner instantiates a new P1ErrorDetailsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewP1ErrorDetailsInnerWithDefaults ¶
func NewP1ErrorDetailsInnerWithDefaults() *P1ErrorDetailsInner
NewP1ErrorDetailsInnerWithDefaults instantiates a new P1ErrorDetailsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*P1ErrorDetailsInner) GetCode ¶
func (o *P1ErrorDetailsInner) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*P1ErrorDetailsInner) GetCodeOk ¶
func (o *P1ErrorDetailsInner) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInner) GetInnerError ¶
func (o *P1ErrorDetailsInner) GetInnerError() P1ErrorDetailsInnerInnerError
GetInnerError returns the InnerError field value if set, zero value otherwise.
func (*P1ErrorDetailsInner) GetInnerErrorOk ¶
func (o *P1ErrorDetailsInner) GetInnerErrorOk() (*P1ErrorDetailsInnerInnerError, bool)
GetInnerErrorOk returns a tuple with the InnerError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInner) GetMessage ¶
func (o *P1ErrorDetailsInner) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*P1ErrorDetailsInner) GetMessageOk ¶
func (o *P1ErrorDetailsInner) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInner) GetTarget ¶
func (o *P1ErrorDetailsInner) GetTarget() string
GetTarget returns the Target field value if set, zero value otherwise.
func (*P1ErrorDetailsInner) GetTargetOk ¶
func (o *P1ErrorDetailsInner) GetTargetOk() (*string, bool)
GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInner) HasCode ¶
func (o *P1ErrorDetailsInner) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*P1ErrorDetailsInner) HasInnerError ¶
func (o *P1ErrorDetailsInner) HasInnerError() bool
HasInnerError returns a boolean if a field has been set.
func (*P1ErrorDetailsInner) HasMessage ¶
func (o *P1ErrorDetailsInner) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*P1ErrorDetailsInner) HasTarget ¶
func (o *P1ErrorDetailsInner) HasTarget() bool
HasTarget returns a boolean if a field has been set.
func (P1ErrorDetailsInner) MarshalJSON ¶
func (o P1ErrorDetailsInner) MarshalJSON() ([]byte, error)
func (*P1ErrorDetailsInner) SetCode ¶
func (o *P1ErrorDetailsInner) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*P1ErrorDetailsInner) SetInnerError ¶
func (o *P1ErrorDetailsInner) SetInnerError(v P1ErrorDetailsInnerInnerError)
SetInnerError gets a reference to the given P1ErrorDetailsInnerInnerError and assigns it to the InnerError field.
func (*P1ErrorDetailsInner) SetMessage ¶
func (o *P1ErrorDetailsInner) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*P1ErrorDetailsInner) SetTarget ¶
func (o *P1ErrorDetailsInner) SetTarget(v string)
SetTarget gets a reference to the given string and assigns it to the Target field.
func (P1ErrorDetailsInner) ToMap ¶ added in v0.1.3
func (o P1ErrorDetailsInner) ToMap() (map[string]interface{}, error)
type P1ErrorDetailsInnerInnerError ¶
type P1ErrorDetailsInnerInnerError struct { // Errors that failed due to range violation. This attribute represents the minimum value of the range. RangeMinimumValue *int32 `json:"rangeMinimumValue,omitempty"` // The maximum range or value of an attribute. RangeMaximumValue *int32 `json:"rangeMaximumValue,omitempty"` // A regex pattern describing an acceptable input pattern. AllowedPattern *string `json:"allowedPattern,omitempty"` // A list describing acceptable values. AllowedValues []string `json:"allowedValues,omitempty"` // The maximum value allowed for the request. MaximumValue *int32 `json:"maximumValue,omitempty"` ReferencedValues []string `json:"referencedValues,omitempty"` }
P1ErrorDetailsInnerInnerError Additional details to help the client developer resolve the fault (primarily for UI validation reasons).
func NewP1ErrorDetailsInnerInnerError ¶
func NewP1ErrorDetailsInnerInnerError() *P1ErrorDetailsInnerInnerError
NewP1ErrorDetailsInnerInnerError instantiates a new P1ErrorDetailsInnerInnerError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewP1ErrorDetailsInnerInnerErrorWithDefaults ¶
func NewP1ErrorDetailsInnerInnerErrorWithDefaults() *P1ErrorDetailsInnerInnerError
NewP1ErrorDetailsInnerInnerErrorWithDefaults instantiates a new P1ErrorDetailsInnerInnerError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*P1ErrorDetailsInnerInnerError) GetAllowedPattern ¶
func (o *P1ErrorDetailsInnerInnerError) GetAllowedPattern() string
GetAllowedPattern returns the AllowedPattern field value if set, zero value otherwise.
func (*P1ErrorDetailsInnerInnerError) GetAllowedPatternOk ¶
func (o *P1ErrorDetailsInnerInnerError) GetAllowedPatternOk() (*string, bool)
GetAllowedPatternOk returns a tuple with the AllowedPattern field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInnerInnerError) GetAllowedValues ¶
func (o *P1ErrorDetailsInnerInnerError) GetAllowedValues() []string
GetAllowedValues returns the AllowedValues field value if set, zero value otherwise.
func (*P1ErrorDetailsInnerInnerError) GetAllowedValuesOk ¶
func (o *P1ErrorDetailsInnerInnerError) GetAllowedValuesOk() ([]string, bool)
GetAllowedValuesOk returns a tuple with the AllowedValues field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInnerInnerError) GetMaximumValue ¶
func (o *P1ErrorDetailsInnerInnerError) GetMaximumValue() int32
GetMaximumValue returns the MaximumValue field value if set, zero value otherwise.
func (*P1ErrorDetailsInnerInnerError) GetMaximumValueOk ¶
func (o *P1ErrorDetailsInnerInnerError) GetMaximumValueOk() (*int32, bool)
GetMaximumValueOk returns a tuple with the MaximumValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInnerInnerError) GetRangeMaximumValue ¶
func (o *P1ErrorDetailsInnerInnerError) GetRangeMaximumValue() int32
GetRangeMaximumValue returns the RangeMaximumValue field value if set, zero value otherwise.
func (*P1ErrorDetailsInnerInnerError) GetRangeMaximumValueOk ¶
func (o *P1ErrorDetailsInnerInnerError) GetRangeMaximumValueOk() (*int32, bool)
GetRangeMaximumValueOk returns a tuple with the RangeMaximumValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInnerInnerError) GetRangeMinimumValue ¶
func (o *P1ErrorDetailsInnerInnerError) GetRangeMinimumValue() int32
GetRangeMinimumValue returns the RangeMinimumValue field value if set, zero value otherwise.
func (*P1ErrorDetailsInnerInnerError) GetRangeMinimumValueOk ¶
func (o *P1ErrorDetailsInnerInnerError) GetRangeMinimumValueOk() (*int32, bool)
GetRangeMinimumValueOk returns a tuple with the RangeMinimumValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInnerInnerError) GetReferencedValues ¶ added in v0.4.0
func (o *P1ErrorDetailsInnerInnerError) GetReferencedValues() []string
GetReferencedValues returns the ReferencedValues field value if set, zero value otherwise.
func (*P1ErrorDetailsInnerInnerError) GetReferencedValuesOk ¶ added in v0.4.0
func (o *P1ErrorDetailsInnerInnerError) GetReferencedValuesOk() ([]string, bool)
GetReferencedValuesOk returns a tuple with the ReferencedValues field value if set, nil otherwise and a boolean to check if the value has been set.
func (*P1ErrorDetailsInnerInnerError) HasAllowedPattern ¶
func (o *P1ErrorDetailsInnerInnerError) HasAllowedPattern() bool
HasAllowedPattern returns a boolean if a field has been set.
func (*P1ErrorDetailsInnerInnerError) HasAllowedValues ¶
func (o *P1ErrorDetailsInnerInnerError) HasAllowedValues() bool
HasAllowedValues returns a boolean if a field has been set.
func (*P1ErrorDetailsInnerInnerError) HasMaximumValue ¶
func (o *P1ErrorDetailsInnerInnerError) HasMaximumValue() bool
HasMaximumValue returns a boolean if a field has been set.
func (*P1ErrorDetailsInnerInnerError) HasRangeMaximumValue ¶
func (o *P1ErrorDetailsInnerInnerError) HasRangeMaximumValue() bool
HasRangeMaximumValue returns a boolean if a field has been set.
func (*P1ErrorDetailsInnerInnerError) HasRangeMinimumValue ¶
func (o *P1ErrorDetailsInnerInnerError) HasRangeMinimumValue() bool
HasRangeMinimumValue returns a boolean if a field has been set.
func (*P1ErrorDetailsInnerInnerError) HasReferencedValues ¶ added in v0.4.0
func (o *P1ErrorDetailsInnerInnerError) HasReferencedValues() bool
HasReferencedValues returns a boolean if a field has been set.
func (P1ErrorDetailsInnerInnerError) MarshalJSON ¶
func (o P1ErrorDetailsInnerInnerError) MarshalJSON() ([]byte, error)
func (*P1ErrorDetailsInnerInnerError) SetAllowedPattern ¶
func (o *P1ErrorDetailsInnerInnerError) SetAllowedPattern(v string)
SetAllowedPattern gets a reference to the given string and assigns it to the AllowedPattern field.
func (*P1ErrorDetailsInnerInnerError) SetAllowedValues ¶
func (o *P1ErrorDetailsInnerInnerError) SetAllowedValues(v []string)
SetAllowedValues gets a reference to the given []string and assigns it to the AllowedValues field.
func (*P1ErrorDetailsInnerInnerError) SetMaximumValue ¶
func (o *P1ErrorDetailsInnerInnerError) SetMaximumValue(v int32)
SetMaximumValue gets a reference to the given int32 and assigns it to the MaximumValue field.
func (*P1ErrorDetailsInnerInnerError) SetRangeMaximumValue ¶
func (o *P1ErrorDetailsInnerInnerError) SetRangeMaximumValue(v int32)
SetRangeMaximumValue gets a reference to the given int32 and assigns it to the RangeMaximumValue field.
func (*P1ErrorDetailsInnerInnerError) SetRangeMinimumValue ¶
func (o *P1ErrorDetailsInnerInnerError) SetRangeMinimumValue(v int32)
SetRangeMinimumValue gets a reference to the given int32 and assigns it to the RangeMinimumValue field.
func (*P1ErrorDetailsInnerInnerError) SetReferencedValues ¶ added in v0.4.0
func (o *P1ErrorDetailsInnerInnerError) SetReferencedValues(v []string)
SetReferencedValues gets a reference to the given []string and assigns it to the ReferencedValues field.
func (P1ErrorDetailsInnerInnerError) ToMap ¶ added in v0.1.3
func (o P1ErrorDetailsInnerInnerError) ToMap() (map[string]interface{}, error)
type PagedCursor ¶ added in v0.7.0
type PagedCursor struct { EntityArray *EntityArray HTTPResponse *http.Response }
func (*PagedCursor) GetPaginationNextLink ¶ added in v0.7.0
func (o *PagedCursor) GetPaginationNextLink() LinksHATEOASValue
func (*PagedCursor) GetPaginationNextLinkOk ¶ added in v0.7.0
func (o *PagedCursor) GetPaginationNextLinkOk() (*LinksHATEOASValue, bool)
func (*PagedCursor) GetPaginationPreviousLink ¶ added in v0.7.0
func (o *PagedCursor) GetPaginationPreviousLink() LinksHATEOASValue
func (*PagedCursor) GetPaginationPreviousLinkOk ¶ added in v0.7.0
func (o *PagedCursor) GetPaginationPreviousLinkOk() (*LinksHATEOASValue, bool)
func (*PagedCursor) GetPaginationSelfLink ¶ added in v0.7.0
func (o *PagedCursor) GetPaginationSelfLink() LinksHATEOASValue
func (*PagedCursor) GetPaginationSelfLinkOk ¶ added in v0.7.0
func (o *PagedCursor) GetPaginationSelfLinkOk() (*LinksHATEOASValue, bool)
func (*PagedCursor) HasPaginationNext ¶ added in v0.7.0
func (o *PagedCursor) HasPaginationNext() bool
func (*PagedCursor) HasPaginationPrevious ¶ added in v0.7.0
func (o *PagedCursor) HasPaginationPrevious() bool
func (*PagedCursor) HasPaginationSelf ¶ added in v0.7.0
func (o *PagedCursor) HasPaginationSelf() bool
func (*PagedCursor) IsPaginated ¶ added in v0.7.0
func (o *PagedCursor) IsPaginated() bool
type PolicyDecisionManagementApiService ¶
type PolicyDecisionManagementApiService service
PolicyDecisionManagementApiService PolicyDecisionManagementApi service
func (*PolicyDecisionManagementApiService) CreateDecisionEndpoint ¶
func (a *PolicyDecisionManagementApiService) CreateDecisionEndpoint(ctx context.Context, environmentID string) ApiCreateDecisionEndpointRequest
CreateDecisionEndpoint CREATE Decision Endpoint
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @return ApiCreateDecisionEndpointRequest
func (*PolicyDecisionManagementApiService) CreateDecisionEndpointExecute ¶
func (a *PolicyDecisionManagementApiService) CreateDecisionEndpointExecute(r ApiCreateDecisionEndpointRequest) (*DecisionEndpoint, *http.Response, error)
Execute executes the request
@return DecisionEndpoint
func (*PolicyDecisionManagementApiService) DeleteDecisionEndpoint ¶
func (a *PolicyDecisionManagementApiService) DeleteDecisionEndpoint(ctx context.Context, environmentID string, decisionEndpointID string) ApiDeleteDecisionEndpointRequest
DeleteDecisionEndpoint DELETE Decision Endpoint
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param decisionEndpointID @return ApiDeleteDecisionEndpointRequest
func (*PolicyDecisionManagementApiService) DeleteDecisionEndpointExecute ¶
func (a *PolicyDecisionManagementApiService) DeleteDecisionEndpointExecute(r ApiDeleteDecisionEndpointRequest) (*http.Response, error)
Execute executes the request
func (*PolicyDecisionManagementApiService) ReadAllDecisionEndpoints ¶
func (a *PolicyDecisionManagementApiService) ReadAllDecisionEndpoints(ctx context.Context, environmentID string) ApiReadAllDecisionEndpointsRequest
ReadAllDecisionEndpoints READ All Decision Endpoints
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @return ApiReadAllDecisionEndpointsRequest
func (*PolicyDecisionManagementApiService) ReadAllDecisionEndpointsExecute ¶
func (a *PolicyDecisionManagementApiService) ReadAllDecisionEndpointsExecute(r ApiReadAllDecisionEndpointsRequest) EntityArrayPagedIterator
Execute executes the request
@return EntityArray
func (*PolicyDecisionManagementApiService) ReadAllDecisionEndpointsExecuteInitialPage ¶ added in v0.7.0
func (a *PolicyDecisionManagementApiService) ReadAllDecisionEndpointsExecuteInitialPage(r ApiReadAllDecisionEndpointsRequest) (*EntityArray, *http.Response, error)
func (*PolicyDecisionManagementApiService) ReadOneDecisionEndpoint ¶
func (a *PolicyDecisionManagementApiService) ReadOneDecisionEndpoint(ctx context.Context, environmentID string, decisionEndpointID string) ApiReadOneDecisionEndpointRequest
ReadOneDecisionEndpoint READ One Decision Endpoint
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param decisionEndpointID @return ApiReadOneDecisionEndpointRequest
func (*PolicyDecisionManagementApiService) ReadOneDecisionEndpointExecute ¶
func (a *PolicyDecisionManagementApiService) ReadOneDecisionEndpointExecute(r ApiReadOneDecisionEndpointRequest) (*DecisionEndpoint, *http.Response, error)
Execute executes the request
@return DecisionEndpoint
func (*PolicyDecisionManagementApiService) UpdateDecisionEndpoint ¶
func (a *PolicyDecisionManagementApiService) UpdateDecisionEndpoint(ctx context.Context, environmentID string, decisionEndpointID string) ApiUpdateDecisionEndpointRequest
UpdateDecisionEndpoint UPDATE Decision Endpoint
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param environmentID @param decisionEndpointID @return ApiUpdateDecisionEndpointRequest
func (*PolicyDecisionManagementApiService) UpdateDecisionEndpointExecute ¶
func (a *PolicyDecisionManagementApiService) UpdateDecisionEndpointExecute(r ApiUpdateDecisionEndpointRequest) (*DecisionEndpoint, *http.Response, error)
Execute executes the request
@return DecisionEndpoint
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
Source Files
¶
- api_api_server_deployment.go
- api_api_server_operations.go
- api_api_servers.go
- api_application_resource_permissions.go
- api_application_resources.go
- api_application_role_assignments.go
- api_application_role_permissions.go
- api_application_roles.go
- api_hal_ext.go
- api_policy_decision_management.go
- api_utils_pagination_ext.go
- client.go
- client_ext.go
- configuration.go
- model_api_server.go
- model_api_server_access_control.go
- model_api_server_access_control_custom.go
- model_api_server_authorization_server.go
- model_api_server_authorization_server_resource.go
- model_api_server_deployment.go
- model_api_server_deployment_access_control.go
- model_api_server_deployment_access_control_custom.go
- model_api_server_deployment_authorization_version.go
- model_api_server_deployment_decision_endpoint.go
- model_api_server_deployment_policy.go
- model_api_server_deployment_status.go
- model_api_server_deployment_status_error.go
- model_api_server_directory.go
- model_api_server_operation.go
- model_api_server_operation_access_control.go
- model_api_server_operation_access_control_group.go
- model_api_server_operation_access_control_group_groups_inner.go
- model_api_server_operation_access_control_group_groups_inner_element.go
- model_api_server_operation_access_control_permission.go
- model_api_server_operation_access_control_scope.go
- model_api_server_operation_access_control_scope_scopes_inner.go
- model_api_server_operation_paths_inner.go
- model_api_server_policy.go
- model_application_resource.go
- model_application_resource_parent.go
- model_application_resource_permission.go
- model_application_resource_permission_resource.go
- model_application_role.go
- model_application_role_assignment.go
- model_application_role_permission.go
- model_application_role_permission_resource.go
- model_decision_endpoint.go
- model_decision_endpoint_authorization_version.go
- model_decision_endpoint_recent_decisions.go
- model_entity_array.go
- model_entity_array__embedded.go
- model_entity_array__embedded_permissions_inner.go
- model_entity_array_ext.go
- model_enum_api_server_authorization_server_type.go
- model_enum_api_server_operation_match_type.go
- model_enum_api_server_operation_method.go
- model_enum_api_server_operation_path_pattern_type.go
- model_enum_api_server_pattern_type.go
- model_enum_application_resource_parent_type.go
- model_links_hateoas.go
- model_links_hateoas_next.go
- model_links_hateoas_self.go
- model_links_hateoas_value.go
- model_object_application.go
- model_object_environment.go
- model_object_organization.go
- model_object_population.go
- model_p1_error.go
- model_p1_error_details_inner.go
- model_p1_error_details_inner_inner_error.go
- model_paged_cursor_ext.go
- response.go
- utils.go