operations

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2023 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantRequest

type C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantRequest struct {
	AppEntitlementID string `pathParam:"style=simple,explode=false,name=app_entitlement_id"`
	AppID            string `pathParam:"style=simple,explode=false,name=app_id"`
	IdentityUserID   string `pathParam:"style=simple,explode=false,name=identity_user_id"`
}

type C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantResponse

type C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantResponse struct {
	ContentType string
	// Successful response
	ListAppUsersForIdentityWithGrantResponse *shared.ListAppUsersForIdentityWithGrantResponse
	StatusCode                               int
	RawResponse                              *http.Response
}

type C1APIAppV1AppEntitlementsGetRequest

type C1APIAppV1AppEntitlementsGetRequest struct {
	AppID string `pathParam:"style=simple,explode=false,name=app_id"`
	ID    string `pathParam:"style=simple,explode=false,name=id"`
}

type C1APIAppV1AppEntitlementsGetResponse

type C1APIAppV1AppEntitlementsGetResponse struct {
	ContentType string
	// Successful response
	GetAppEntitlementResponse *shared.GetAppEntitlementResponse
	StatusCode                int
	RawResponse               *http.Response
}

type C1APIAppV1AppOwnersAddRequest added in v1.1.1

type C1APIAppV1AppOwnersAddRequest struct {
	AddAppOwnerRequest *shared.AddAppOwnerRequest `request:"mediaType=application/json"`
	AppID              string                     `pathParam:"style=simple,explode=false,name=app_id"`
	UserID             string                     `pathParam:"style=simple,explode=false,name=user_id"`
}

type C1APIAppV1AppOwnersAddResponse added in v1.1.1

type C1APIAppV1AppOwnersAddResponse struct {
	// Successful response
	AddAppOwnerResponse *shared.AddAppOwnerResponse
	ContentType         string
	StatusCode          int
	RawResponse         *http.Response
}

type C1APIAppV1AppOwnersListRequest added in v1.1.1

type C1APIAppV1AppOwnersListRequest struct {
	AppID string `pathParam:"style=simple,explode=false,name=app_id"`
}

type C1APIAppV1AppOwnersListResponse added in v1.1.1

type C1APIAppV1AppOwnersListResponse struct {
	ContentType string
	// Successful response
	ListAppOwnersResponse *shared.ListAppOwnersResponse
	StatusCode            int
	RawResponse           *http.Response
}

type C1APIAppV1AppOwnersRemoveRequest added in v1.1.1

type C1APIAppV1AppOwnersRemoveRequest struct {
	RemoveAppOwnerRequest *shared.RemoveAppOwnerRequest `request:"mediaType=application/json"`
	AppID                 string                        `pathParam:"style=simple,explode=false,name=app_id"`
	UserID                string                        `pathParam:"style=simple,explode=false,name=user_id"`
}

type C1APIAppV1AppOwnersRemoveResponse added in v1.1.1

type C1APIAppV1AppOwnersRemoveResponse struct {
	ContentType string
	// Successful response
	RemoveAppOwnerResponse *shared.RemoveAppOwnerResponse
	StatusCode             int
	RawResponse            *http.Response
}

type C1APIAppV1AppReportActionServiceGenerateReportRequest added in v1.0.3

type C1APIAppV1AppReportActionServiceGenerateReportRequest struct {
	AppActionsServiceGenerateReportRequest *shared.AppActionsServiceGenerateReportRequest `request:"mediaType=application/json"`
	AppID                                  string                                         `pathParam:"style=simple,explode=false,name=app_id"`
}

type C1APIAppV1AppReportActionServiceGenerateReportResponse added in v1.0.3

type C1APIAppV1AppReportActionServiceGenerateReportResponse struct {
	// Successful response
	AppActionsServiceGenerateReportResponse *shared.AppActionsServiceGenerateReportResponse
	ContentType                             string
	StatusCode                              int
	RawResponse                             *http.Response
}

type C1APIAppV1AppReportServiceListRequest added in v1.0.3

type C1APIAppV1AppReportServiceListRequest struct {
	AppID string `pathParam:"style=simple,explode=false,name=app_id"`
}

type C1APIAppV1AppReportServiceListResponse added in v1.0.3

type C1APIAppV1AppReportServiceListResponse struct {
	// Successful response
	AppReportServiceListResponse *shared.AppReportServiceListResponse
	ContentType                  string
	StatusCode                   int
	RawResponse                  *http.Response
}

type C1APIAppV1AppResourceOwnersListRequest added in v1.1.1

type C1APIAppV1AppResourceOwnersListRequest struct {
	AppID          string `pathParam:"style=simple,explode=false,name=app_id"`
	ResourceID     string `pathParam:"style=simple,explode=false,name=resource_id"`
	ResourceTypeID string `pathParam:"style=simple,explode=false,name=resource_type_id"`
}

type C1APIAppV1AppResourceOwnersListResponse added in v1.1.1

type C1APIAppV1AppResourceOwnersListResponse struct {
	ContentType string
	// Successful response
	ListAppResourceOwnersResponse *shared.ListAppResourceOwnersResponse
	StatusCode                    int
	RawResponse                   *http.Response
}

type C1APIAppV1AppResourceSearchSearchAppResourceTypesResponse added in v1.0.3

type C1APIAppV1AppResourceSearchSearchAppResourceTypesResponse struct {
	ContentType string
	// Successful response
	SearchAppResourceTypesResponse *shared.SearchAppResourceTypesResponse
	StatusCode                     int
	RawResponse                    *http.Response
}

type C1APIAppV1AppResourceServiceGetRequest

type C1APIAppV1AppResourceServiceGetRequest struct {
	AppID             string `pathParam:"style=simple,explode=false,name=app_id"`
	AppResourceTypeID string `pathParam:"style=simple,explode=false,name=app_resource_type_id"`
	ID                string `pathParam:"style=simple,explode=false,name=id"`
}

type C1APIAppV1AppResourceServiceGetResponse

type C1APIAppV1AppResourceServiceGetResponse struct {
	// Successful response
	AppResourceServiceGetResponse *shared.AppResourceServiceGetResponse
	ContentType                   string
	StatusCode                    int
	RawResponse                   *http.Response
}

type C1APIAppV1AppResourceServiceListRequest added in v1.0.3

type C1APIAppV1AppResourceServiceListRequest struct {
	AppID             string `pathParam:"style=simple,explode=false,name=app_id"`
	AppResourceTypeID string `pathParam:"style=simple,explode=false,name=app_resource_type_id"`
}

type C1APIAppV1AppResourceServiceListResponse added in v1.0.3

type C1APIAppV1AppResourceServiceListResponse struct {
	// Successful response
	AppResourceServiceListResponse *shared.AppResourceServiceListResponse
	ContentType                    string
	StatusCode                     int
	RawResponse                    *http.Response
}

type C1APIAppV1AppResourceTypeServiceGetRequest

type C1APIAppV1AppResourceTypeServiceGetRequest struct {
	AppID string `pathParam:"style=simple,explode=false,name=app_id"`
	ID    string `pathParam:"style=simple,explode=false,name=id"`
}

type C1APIAppV1AppResourceTypeServiceGetResponse

type C1APIAppV1AppResourceTypeServiceGetResponse struct {
	// Successful response
	AppResourceTypeServiceGetResponse *shared.AppResourceTypeServiceGetResponse
	ContentType                       string
	StatusCode                        int
	RawResponse                       *http.Response
}

type C1APIAppV1AppResourceTypeServiceListRequest added in v1.1.1

type C1APIAppV1AppResourceTypeServiceListRequest struct {
	AppID string `pathParam:"style=simple,explode=false,name=app_id"`
}

type C1APIAppV1AppResourceTypeServiceListResponse added in v1.1.1

type C1APIAppV1AppResourceTypeServiceListResponse struct {
	// Successful response
	AppResourceTypeServiceListResponse *shared.AppResourceTypeServiceListResponse
	ContentType                        string
	StatusCode                         int
	RawResponse                        *http.Response
}

type C1APIAppV1AppSearchSearchResponse added in v1.0.3

type C1APIAppV1AppSearchSearchResponse struct {
	ContentType string
	// Successful response
	SearchAppsResponse *shared.SearchAppsResponse
	StatusCode         int
	RawResponse        *http.Response
}

type C1APIAppV1AppUsageControlsServiceGetRequest added in v1.0.3

type C1APIAppV1AppUsageControlsServiceGetRequest struct {
	AppID string `pathParam:"style=simple,explode=false,name=app_id"`
}

type C1APIAppV1AppUsageControlsServiceGetResponse added in v1.0.3

type C1APIAppV1AppUsageControlsServiceGetResponse struct {
	ContentType string
	// Successful response
	GetAppUsageControlsResponse *shared.GetAppUsageControlsResponse
	StatusCode                  int
	RawResponse                 *http.Response
}

type C1APIAppV1AppUsageControlsServiceUpdateRequest added in v1.5.0

type C1APIAppV1AppUsageControlsServiceUpdateRequest struct {
	UpdateAppUsageControlsRequest *shared.UpdateAppUsageControlsRequest `request:"mediaType=application/json"`
	AppID                         string                                `pathParam:"style=simple,explode=false,name=app_id"`
}

type C1APIAppV1AppUsageControlsServiceUpdateResponse added in v1.5.0

type C1APIAppV1AppUsageControlsServiceUpdateResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successful response
	UpdateAppUsageControlsResponse *shared.UpdateAppUsageControlsResponse
}

type C1APIAppV1AppsGetRequest

type C1APIAppV1AppsGetRequest struct {
	ID string `pathParam:"style=simple,explode=false,name=id"`
}

type C1APIAppV1AppsGetResponse

type C1APIAppV1AppsGetResponse struct {
	ContentType string
	// Successful response
	GetAppResponse *shared.GetAppResponse
	StatusCode     int
	RawResponse    *http.Response
}

type C1APIAppV1AppsListResponse added in v1.0.3

type C1APIAppV1AppsListResponse struct {
	ContentType string
	// Successful response
	ListAppsResponse *shared.ListAppsResponse
	StatusCode       int
	RawResponse      *http.Response
}

type C1APIAuthV1AuthIntrospectResponse

type C1APIAuthV1AuthIntrospectResponse struct {
	ContentType string
	// Successful response
	IntrospectResponse *shared.IntrospectResponse
	StatusCode         int
	RawResponse        *http.Response
}

type C1APIDirectoryV1DirectoryServiceCreateResponse added in v1.0.3

type C1APIDirectoryV1DirectoryServiceCreateResponse struct {
	ContentType string
	// Successful response
	DirectoryServiceCreateResponse *shared.DirectoryServiceCreateResponse
	StatusCode                     int
	RawResponse                    *http.Response
}

type C1APIDirectoryV1DirectoryServiceDeleteRequest added in v1.0.3

type C1APIDirectoryV1DirectoryServiceDeleteRequest struct {
	DirectoryServiceDeleteRequest *shared.DirectoryServiceDeleteRequest `request:"mediaType=application/json"`
	AppID                         string                                `pathParam:"style=simple,explode=false,name=app_id"`
}

type C1APIDirectoryV1DirectoryServiceDeleteResponse added in v1.0.3

type C1APIDirectoryV1DirectoryServiceDeleteResponse struct {
	ContentType string
	// Successful response
	DirectoryServiceDeleteResponse *shared.DirectoryServiceDeleteResponse
	StatusCode                     int
	RawResponse                    *http.Response
}

type C1APIDirectoryV1DirectoryServiceGetRequest added in v1.0.3

type C1APIDirectoryV1DirectoryServiceGetRequest struct {
	AppID string `pathParam:"style=simple,explode=false,name=app_id"`
}

type C1APIDirectoryV1DirectoryServiceGetResponse added in v1.0.3

type C1APIDirectoryV1DirectoryServiceGetResponse struct {
	ContentType string
	// Successful response
	DirectoryServiceGetResponse *shared.DirectoryServiceGetResponse
	StatusCode                  int
	RawResponse                 *http.Response
}

type C1APIDirectoryV1DirectoryServiceListResponse added in v1.0.3

type C1APIDirectoryV1DirectoryServiceListResponse struct {
	ContentType string
	// Successful response
	DirectoryServiceListResponse *shared.DirectoryServiceListResponse
	StatusCode                   int
	RawResponse                  *http.Response
}

type C1APIIamV1PersonalClientServiceCreateResponse added in v1.1.2

type C1APIIamV1PersonalClientServiceCreateResponse struct {
	ContentType string
	// Successful response
	PersonalClientServiceCreateResponse *shared.PersonalClientServiceCreateResponse
	StatusCode                          int
	RawResponse                         *http.Response
}

type C1APIIamV1RolesGetRequest added in v1.0.3

type C1APIIamV1RolesGetRequest struct {
	RoleID string `pathParam:"style=simple,explode=false,name=role_id"`
}

type C1APIIamV1RolesGetResponse added in v1.0.3

type C1APIIamV1RolesGetResponse struct {
	ContentType string
	// Successful response
	GetRolesResponse *shared.GetRolesResponse
	StatusCode       int
	RawResponse      *http.Response
}

type C1APIIamV1RolesListResponse added in v1.0.3

type C1APIIamV1RolesListResponse struct {
	ContentType string
	// Successful response
	ListRolesResponse *shared.ListRolesResponse
	StatusCode        int
	RawResponse       *http.Response
}

type C1APIIamV1RolesUpdateRequest added in v1.5.0

type C1APIIamV1RolesUpdateRequest struct {
	UpdateRoleRequest *shared.UpdateRoleRequest `request:"mediaType=application/json"`
	RoleID            string                    `pathParam:"style=simple,explode=false,name=role_id"`
}

type C1APIIamV1RolesUpdateResponse added in v1.5.0

type C1APIIamV1RolesUpdateResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successful response
	UpdateRolesResponse *shared.UpdateRolesResponse
}

type C1APIPolicyV1PoliciesCreateResponse added in v1.0.3

type C1APIPolicyV1PoliciesCreateResponse struct {
	ContentType string
	// Successful response
	CreatePolicyResponse *shared.CreatePolicyResponse
	StatusCode           int
	RawResponse          *http.Response
}

type C1APIPolicyV1PoliciesDeleteRequest added in v1.0.3

type C1APIPolicyV1PoliciesDeleteRequest struct {
	DeletePolicyRequest *shared.DeletePolicyRequest `request:"mediaType=application/json"`
	ID                  string                      `pathParam:"style=simple,explode=false,name=id"`
}

type C1APIPolicyV1PoliciesDeleteResponse added in v1.0.3

type C1APIPolicyV1PoliciesDeleteResponse struct {
	ContentType string
	// Successful response
	DeletePolicyResponse *shared.DeletePolicyResponse
	StatusCode           int
	RawResponse          *http.Response
}

type C1APIPolicyV1PoliciesGetRequest added in v1.0.3

type C1APIPolicyV1PoliciesGetRequest struct {
	ID string `pathParam:"style=simple,explode=false,name=id"`
}

type C1APIPolicyV1PoliciesGetResponse added in v1.0.3

type C1APIPolicyV1PoliciesGetResponse struct {
	ContentType string
	// Successful response
	GetPolicyResponse *shared.GetPolicyResponse
	StatusCode        int
	RawResponse       *http.Response
}

type C1APIPolicyV1PoliciesListResponse added in v1.0.3

type C1APIPolicyV1PoliciesListResponse struct {
	ContentType string
	// Successful response
	ListPolicyResponse *shared.ListPolicyResponse
	StatusCode         int
	RawResponse        *http.Response
}

type C1APIPolicyV1PoliciesUpdateRequest added in v1.3.0

type C1APIPolicyV1PoliciesUpdateRequest struct {
	UpdatePolicyRequest *shared.UpdatePolicyRequest `request:"mediaType=application/json"`
	ID                  string                      `pathParam:"style=simple,explode=false,name=id"`
}

type C1APIPolicyV1PoliciesUpdateResponse added in v1.3.0

type C1APIPolicyV1PoliciesUpdateResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successful response
	UpdatePolicyResponse *shared.UpdatePolicyResponse
}

type C1APIRequestcatalogV1RequestCatalogSearchServiceSearchEntitlementsResponse

type C1APIRequestcatalogV1RequestCatalogSearchServiceSearchEntitlementsResponse struct {
	ContentType string
	// Successful response
	RequestCatalogSearchServiceSearchEntitlementsResponse *shared.RequestCatalogSearchServiceSearchEntitlementsResponse
	StatusCode                                            int
	RawResponse                                           *http.Response
}

type C1APITaskV1TaskActionsServiceApproveRequest

type C1APITaskV1TaskActionsServiceApproveRequest struct {
	TaskActionsServiceApproveRequest *shared.TaskActionsServiceApproveRequest `request:"mediaType=application/json"`
	TaskID                           string                                   `pathParam:"style=simple,explode=false,name=task_id"`
}

type C1APITaskV1TaskActionsServiceApproveResponse

type C1APITaskV1TaskActionsServiceApproveResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successful response
	TaskActionsServiceApproveResponse *shared.TaskActionsServiceApproveResponse
}

type C1APITaskV1TaskActionsServiceCommentRequest

type C1APITaskV1TaskActionsServiceCommentRequest struct {
	TaskActionsServiceCommentRequest *shared.TaskActionsServiceCommentRequest `request:"mediaType=application/json"`
	TaskID                           string                                   `pathParam:"style=simple,explode=false,name=task_id"`
}

type C1APITaskV1TaskActionsServiceCommentResponse

type C1APITaskV1TaskActionsServiceCommentResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successful response
	TaskActionsServiceCommentResponse *shared.TaskActionsServiceCommentResponse
}

type C1APITaskV1TaskActionsServiceDenyRequest

type C1APITaskV1TaskActionsServiceDenyRequest struct {
	TaskActionsServiceDenyRequest *shared.TaskActionsServiceDenyRequest `request:"mediaType=application/json"`
	TaskID                        string                                `pathParam:"style=simple,explode=false,name=task_id"`
}

type C1APITaskV1TaskActionsServiceDenyResponse

type C1APITaskV1TaskActionsServiceDenyResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successful response
	TaskActionsServiceDenyResponse *shared.TaskActionsServiceDenyResponse
}

type C1APITaskV1TaskSearchServiceSearchResponse

type C1APITaskV1TaskSearchServiceSearchResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successful response
	TaskSearchResponse *shared.TaskSearchResponse
}

type C1APITaskV1TaskServiceCreateGrantTaskResponse

type C1APITaskV1TaskServiceCreateGrantTaskResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successful response
	TaskServiceCreateGrantResponse *shared.TaskServiceCreateGrantResponse
}

type C1APITaskV1TaskServiceCreateRevokeTaskResponse

type C1APITaskV1TaskServiceCreateRevokeTaskResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successful response
	TaskServiceCreateRevokeResponse *shared.TaskServiceCreateRevokeResponse
}

type C1APITaskV1TaskServiceGetRequest

type C1APITaskV1TaskServiceGetRequest struct {
	ID string `pathParam:"style=simple,explode=false,name=id"`
}

type C1APITaskV1TaskServiceGetResponse

type C1APITaskV1TaskServiceGetResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successful response
	TaskServiceGetResponse *shared.TaskServiceGetResponse
}

type C1APIUserV1UserSearchSearchResponse added in v1.0.3

type C1APIUserV1UserSearchSearchResponse struct {
	ContentType string
	// Successful response
	SearchUsersResponse *shared.SearchUsersResponse
	StatusCode          int
	RawResponse         *http.Response
}

type C1APIUserV1UserServiceGetRequest

type C1APIUserV1UserServiceGetRequest struct {
	ID string `pathParam:"style=simple,explode=false,name=id"`
}

type C1APIUserV1UserServiceGetResponse

type C1APIUserV1UserServiceGetResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successful response
	UserServiceGetResponse *shared.UserServiceGetResponse
}

type C1APIUserV1UserServiceListResponse added in v1.0.3

type C1APIUserV1UserServiceListResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successful response
	UserServiceListResponse *shared.UserServiceListResponse
}

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL