operations

package
v1.10.1 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 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 C1APIAppV1AppEntitlementOwnersAddRequest added in v1.8.0

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

func (*C1APIAppV1AppEntitlementOwnersAddRequest) GetAddAppEntitlementOwnerRequest added in v1.8.0

func (o *C1APIAppV1AppEntitlementOwnersAddRequest) GetAddAppEntitlementOwnerRequest() *shared.AddAppEntitlementOwnerRequest

func (*C1APIAppV1AppEntitlementOwnersAddRequest) GetAppID added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersAddRequest) GetEntitlementID added in v1.8.0

func (o *C1APIAppV1AppEntitlementOwnersAddRequest) GetEntitlementID() string

type C1APIAppV1AppEntitlementOwnersAddResponse added in v1.8.0

type C1APIAppV1AppEntitlementOwnersAddResponse struct {
	// The empty response message for adding an app entitlement owner.
	AddAppEntitlementOwnerResponse *shared.AddAppEntitlementOwnerResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementOwnersAddResponse) GetAddAppEntitlementOwnerResponse added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersAddResponse) GetContentType added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersAddResponse) GetRawResponse added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersAddResponse) GetStatusCode added in v1.8.0

type C1APIAppV1AppEntitlementOwnersListRequest added in v1.8.0

type C1APIAppV1AppEntitlementOwnersListRequest struct {
	AppID         string   `pathParam:"style=simple,explode=false,name=app_id"`
	EntitlementID string   `pathParam:"style=simple,explode=false,name=entitlement_id"`
	PageSize      *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken     *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppEntitlementOwnersListRequest) GetAppID added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersListRequest) GetEntitlementID added in v1.8.0

func (o *C1APIAppV1AppEntitlementOwnersListRequest) GetEntitlementID() string

func (*C1APIAppV1AppEntitlementOwnersListRequest) GetPageSize added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersListRequest) GetPageToken added in v1.8.0

type C1APIAppV1AppEntitlementOwnersListResponse added in v1.8.0

type C1APIAppV1AppEntitlementOwnersListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The response message for listing app entitlement owners.
	ListAppEntitlementOwnersResponse *shared.ListAppEntitlementOwnersResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementOwnersListResponse) GetContentType added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersListResponse) GetListAppEntitlementOwnersResponse added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersListResponse) GetRawResponse added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersListResponse) GetStatusCode added in v1.8.0

type C1APIAppV1AppEntitlementOwnersRemoveRequest added in v1.8.0

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

func (*C1APIAppV1AppEntitlementOwnersRemoveRequest) GetAppID added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersRemoveRequest) GetEntitlementID added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersRemoveRequest) GetRemoveAppEntitlementOwnerRequest added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersRemoveRequest) GetUserID added in v1.8.0

type C1APIAppV1AppEntitlementOwnersRemoveResponse added in v1.8.0

type C1APIAppV1AppEntitlementOwnersRemoveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The empty response message for removing an app entitlement owner.
	RemoveAppEntitlementOwnerResponse *shared.RemoveAppEntitlementOwnerResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementOwnersRemoveResponse) GetContentType added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersRemoveResponse) GetRawResponse added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersRemoveResponse) GetRemoveAppEntitlementOwnerResponse added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersRemoveResponse) GetStatusCode added in v1.8.0

type C1APIAppV1AppEntitlementOwnersSetRequest added in v1.8.0

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

func (*C1APIAppV1AppEntitlementOwnersSetRequest) GetAppID added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersSetRequest) GetEntitlementID added in v1.8.0

func (o *C1APIAppV1AppEntitlementOwnersSetRequest) GetEntitlementID() string

func (*C1APIAppV1AppEntitlementOwnersSetRequest) GetSetAppEntitlementOwnersRequest added in v1.8.0

func (o *C1APIAppV1AppEntitlementOwnersSetRequest) GetSetAppEntitlementOwnersRequest() *shared.SetAppEntitlementOwnersRequest

type C1APIAppV1AppEntitlementOwnersSetResponse added in v1.8.0

type C1APIAppV1AppEntitlementOwnersSetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The empty response message for setting the app entitlement owners.
	SetAppEntitlementOwnersResponse *shared.SetAppEntitlementOwnersResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementOwnersSetResponse) GetContentType added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersSetResponse) GetRawResponse added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersSetResponse) GetSetAppEntitlementOwnersResponse added in v1.8.0

func (o *C1APIAppV1AppEntitlementOwnersSetResponse) GetSetAppEntitlementOwnersResponse() *shared.SetAppEntitlementOwnersResponse

func (*C1APIAppV1AppEntitlementOwnersSetResponse) GetStatusCode added in v1.8.0

type C1APIAppV1AppEntitlementSearchServiceSearchResponse added in v1.7.0

type C1APIAppV1AppEntitlementSearchServiceSearchResponse struct {
	// Successful response
	AppEntitlementSearchServiceSearchResponse *shared.AppEntitlementSearchServiceSearchResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementSearchServiceSearchResponse) GetAppEntitlementSearchServiceSearchResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementSearchServiceSearchResponse) GetContentType added in v1.7.0

func (*C1APIAppV1AppEntitlementSearchServiceSearchResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementSearchServiceSearchResponse) GetStatusCode added in v1.7.0

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"`
}

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantRequest) GetAppEntitlementID added in v1.6.1

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantRequest) GetIdentityUserID added in v1.6.1

type C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantResponse

type C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	ListAppUsersForIdentityWithGrantResponse *shared.ListAppUsersForIdentityWithGrantResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantResponse) GetContentType added in v1.6.1

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantResponse) GetListAppUsersForIdentityWithGrantResponse added in v1.6.1

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantResponse) GetStatusCode added in v1.6.1

type C1APIAppV1AppEntitlementsGetRequest

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

func (*C1APIAppV1AppEntitlementsGetRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppEntitlementsGetRequest) GetID added in v1.6.1

type C1APIAppV1AppEntitlementsGetResponse

type C1APIAppV1AppEntitlementsGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The get app entitlement response returns an entitlement view containing paths in the expanded array for the objects expanded as indicated by the expand mask in the request.
	GetAppEntitlementResponse *shared.GetAppEntitlementResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementsGetResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppEntitlementsGetResponse) GetContentType() string

func (*C1APIAppV1AppEntitlementsGetResponse) GetGetAppEntitlementResponse added in v1.6.1

func (o *C1APIAppV1AppEntitlementsGetResponse) GetGetAppEntitlementResponse() *shared.GetAppEntitlementResponse

func (*C1APIAppV1AppEntitlementsGetResponse) GetRawResponse added in v1.6.1

func (o *C1APIAppV1AppEntitlementsGetResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppEntitlementsGetResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppEntitlementsGetResponse) GetStatusCode() int

type C1APIAppV1AppEntitlementsListForAppResourceRequest added in v1.7.0

type C1APIAppV1AppEntitlementsListForAppResourceRequest struct {
	AppID             string   `pathParam:"style=simple,explode=false,name=app_id"`
	AppResourceID     string   `pathParam:"style=simple,explode=false,name=app_resource_id"`
	AppResourceTypeID string   `pathParam:"style=simple,explode=false,name=app_resource_type_id"`
	PageSize          *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken         *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppEntitlementsListForAppResourceRequest) GetAppID added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppResourceRequest) GetAppResourceID added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppResourceRequest) GetAppResourceTypeID added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppResourceRequest) GetPageSize added in v1.7.1

func (*C1APIAppV1AppEntitlementsListForAppResourceRequest) GetPageToken added in v1.7.1

type C1APIAppV1AppEntitlementsListForAppResourceResponse added in v1.7.0

type C1APIAppV1AppEntitlementsListForAppResourceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The ListAppEntitlementsResponse message contains a list of results and a nextPageToken if applicable.
	ListAppEntitlementsResponse *shared.ListAppEntitlementsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementsListForAppResourceResponse) GetContentType added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppResourceResponse) GetListAppEntitlementsResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppResourceResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppResourceResponse) GetStatusCode added in v1.7.0

type C1APIAppV1AppEntitlementsListForAppUserRequest added in v1.7.0

type C1APIAppV1AppEntitlementsListForAppUserRequest struct {
	AppID     string   `pathParam:"style=simple,explode=false,name=app_id"`
	AppUserID string   `pathParam:"style=simple,explode=false,name=app_user_id"`
	PageSize  *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppEntitlementsListForAppUserRequest) GetAppID added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppUserRequest) GetAppUserID added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppUserRequest) GetPageSize added in v1.7.1

func (*C1APIAppV1AppEntitlementsListForAppUserRequest) GetPageToken added in v1.7.1

type C1APIAppV1AppEntitlementsListForAppUserResponse added in v1.7.0

type C1APIAppV1AppEntitlementsListForAppUserResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The ListAppEntitlementsResponse message contains a list of results and a nextPageToken if applicable.
	ListAppEntitlementsResponse *shared.ListAppEntitlementsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementsListForAppUserResponse) GetContentType added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppUserResponse) GetListAppEntitlementsResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppUserResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppUserResponse) GetStatusCode added in v1.7.0

type C1APIAppV1AppEntitlementsListRequest added in v1.7.0

type C1APIAppV1AppEntitlementsListRequest struct {
	AppID     string   `pathParam:"style=simple,explode=false,name=app_id"`
	PageSize  *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppEntitlementsListRequest) GetAppID added in v1.7.0

func (*C1APIAppV1AppEntitlementsListRequest) GetPageSize added in v1.7.1

func (*C1APIAppV1AppEntitlementsListRequest) GetPageToken added in v1.7.1

func (o *C1APIAppV1AppEntitlementsListRequest) GetPageToken() *string

type C1APIAppV1AppEntitlementsListResponse added in v1.7.0

type C1APIAppV1AppEntitlementsListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The ListAppEntitlementsResponse message contains a list of results and a nextPageToken if applicable.
	ListAppEntitlementsResponse *shared.ListAppEntitlementsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementsListResponse) GetContentType added in v1.7.0

func (o *C1APIAppV1AppEntitlementsListResponse) GetContentType() string

func (*C1APIAppV1AppEntitlementsListResponse) GetListAppEntitlementsResponse added in v1.7.0

func (o *C1APIAppV1AppEntitlementsListResponse) GetListAppEntitlementsResponse() *shared.ListAppEntitlementsResponse

func (*C1APIAppV1AppEntitlementsListResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementsListResponse) GetStatusCode added in v1.7.0

func (o *C1APIAppV1AppEntitlementsListResponse) GetStatusCode() int

type C1APIAppV1AppEntitlementsListUsersRequest added in v1.7.0

type C1APIAppV1AppEntitlementsListUsersRequest struct {
	AppEntitlementID string   `pathParam:"style=simple,explode=false,name=app_entitlement_id"`
	AppID            string   `pathParam:"style=simple,explode=false,name=app_id"`
	PageSize         *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken        *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppEntitlementsListUsersRequest) GetAppEntitlementID added in v1.7.0

func (o *C1APIAppV1AppEntitlementsListUsersRequest) GetAppEntitlementID() string

func (*C1APIAppV1AppEntitlementsListUsersRequest) GetAppID added in v1.7.0

func (*C1APIAppV1AppEntitlementsListUsersRequest) GetPageSize added in v1.7.1

func (*C1APIAppV1AppEntitlementsListUsersRequest) GetPageToken added in v1.7.1

type C1APIAppV1AppEntitlementsListUsersResponse added in v1.7.0

type C1APIAppV1AppEntitlementsListUsersResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The ListAppEntitlementUsersResponse message contains a list of results and a nextPageToken if applicable.
	ListAppEntitlementUsersResponse *shared.ListAppEntitlementUsersResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementsListUsersResponse) GetContentType added in v1.7.0

func (*C1APIAppV1AppEntitlementsListUsersResponse) GetListAppEntitlementUsersResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementsListUsersResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementsListUsersResponse) GetStatusCode added in v1.7.0

type C1APIAppV1AppEntitlementsUpdateRequest added in v1.7.0

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

func (*C1APIAppV1AppEntitlementsUpdateRequest) GetAppID added in v1.7.0

func (*C1APIAppV1AppEntitlementsUpdateRequest) GetID added in v1.7.0

func (*C1APIAppV1AppEntitlementsUpdateRequest) GetUpdateAppEntitlementRequestInput added in v1.7.0

func (o *C1APIAppV1AppEntitlementsUpdateRequest) GetUpdateAppEntitlementRequestInput() *shared.UpdateAppEntitlementRequestInput

type C1APIAppV1AppEntitlementsUpdateResponse added in v1.7.0

type C1APIAppV1AppEntitlementsUpdateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful response
	UpdateAppEntitlementResponse *shared.UpdateAppEntitlementResponse
}

func (*C1APIAppV1AppEntitlementsUpdateResponse) GetContentType added in v1.7.0

func (o *C1APIAppV1AppEntitlementsUpdateResponse) GetContentType() string

func (*C1APIAppV1AppEntitlementsUpdateResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementsUpdateResponse) GetStatusCode added in v1.7.0

func (o *C1APIAppV1AppEntitlementsUpdateResponse) GetStatusCode() int

func (*C1APIAppV1AppEntitlementsUpdateResponse) GetUpdateAppEntitlementResponse added in v1.7.0

func (o *C1APIAppV1AppEntitlementsUpdateResponse) GetUpdateAppEntitlementResponse() *shared.UpdateAppEntitlementResponse

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"`
}

func (*C1APIAppV1AppOwnersAddRequest) GetAddAppOwnerRequest added in v1.6.1

func (o *C1APIAppV1AppOwnersAddRequest) GetAddAppOwnerRequest() *shared.AddAppOwnerRequest

func (*C1APIAppV1AppOwnersAddRequest) GetAppID added in v1.6.1

func (o *C1APIAppV1AppOwnersAddRequest) GetAppID() string

func (*C1APIAppV1AppOwnersAddRequest) GetUserID added in v1.6.1

func (o *C1APIAppV1AppOwnersAddRequest) GetUserID() string

type C1APIAppV1AppOwnersAddResponse added in v1.1.1

type C1APIAppV1AppOwnersAddResponse struct {
	// Empty response with a status code indicating success
	AddAppOwnerResponse *shared.AddAppOwnerResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppOwnersAddResponse) GetAddAppOwnerResponse added in v1.6.1

func (o *C1APIAppV1AppOwnersAddResponse) GetAddAppOwnerResponse() *shared.AddAppOwnerResponse

func (*C1APIAppV1AppOwnersAddResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppOwnersAddResponse) GetContentType() string

func (*C1APIAppV1AppOwnersAddResponse) GetRawResponse added in v1.6.1

func (o *C1APIAppV1AppOwnersAddResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppOwnersAddResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppOwnersAddResponse) GetStatusCode() int

type C1APIAppV1AppOwnersListRequest added in v1.1.1

type C1APIAppV1AppOwnersListRequest struct {
	AppID     string   `pathParam:"style=simple,explode=false,name=app_id"`
	PageSize  *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppOwnersListRequest) GetAppID added in v1.6.1

func (o *C1APIAppV1AppOwnersListRequest) GetAppID() string

func (*C1APIAppV1AppOwnersListRequest) GetPageSize added in v1.7.1

func (o *C1APIAppV1AppOwnersListRequest) GetPageSize() *float64

func (*C1APIAppV1AppOwnersListRequest) GetPageToken added in v1.7.1

func (o *C1APIAppV1AppOwnersListRequest) GetPageToken() *string

type C1APIAppV1AppOwnersListResponse added in v1.1.1

type C1APIAppV1AppOwnersListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	ListAppOwnersResponse *shared.ListAppOwnersResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppOwnersListResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppOwnersListResponse) GetContentType() string

func (*C1APIAppV1AppOwnersListResponse) GetListAppOwnersResponse added in v1.6.1

func (o *C1APIAppV1AppOwnersListResponse) GetListAppOwnersResponse() *shared.ListAppOwnersResponse

func (*C1APIAppV1AppOwnersListResponse) GetRawResponse added in v1.6.1

func (o *C1APIAppV1AppOwnersListResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppOwnersListResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppOwnersListResponse) GetStatusCode() int

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"`
}

func (*C1APIAppV1AppOwnersRemoveRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppOwnersRemoveRequest) GetRemoveAppOwnerRequest added in v1.6.1

func (o *C1APIAppV1AppOwnersRemoveRequest) GetRemoveAppOwnerRequest() *shared.RemoveAppOwnerRequest

func (*C1APIAppV1AppOwnersRemoveRequest) GetUserID added in v1.6.1

type C1APIAppV1AppOwnersRemoveResponse added in v1.1.1

type C1APIAppV1AppOwnersRemoveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Empty response with a status code indicating success.
	RemoveAppOwnerResponse *shared.RemoveAppOwnerResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppOwnersRemoveResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppOwnersRemoveResponse) GetContentType() string

func (*C1APIAppV1AppOwnersRemoveResponse) GetRawResponse added in v1.6.1

func (o *C1APIAppV1AppOwnersRemoveResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppOwnersRemoveResponse) GetRemoveAppOwnerResponse added in v1.6.1

func (o *C1APIAppV1AppOwnersRemoveResponse) GetRemoveAppOwnerResponse() *shared.RemoveAppOwnerResponse

func (*C1APIAppV1AppOwnersRemoveResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppOwnersRemoveResponse) GetStatusCode() int

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"`
}

func (*C1APIAppV1AppReportActionServiceGenerateReportRequest) GetAppActionsServiceGenerateReportRequest added in v1.6.1

func (*C1APIAppV1AppReportActionServiceGenerateReportRequest) GetAppID added in v1.6.1

type C1APIAppV1AppReportActionServiceGenerateReportResponse added in v1.0.3

type C1APIAppV1AppReportActionServiceGenerateReportResponse struct {
	// Empty response body. Status code indicates success.
	AppActionsServiceGenerateReportResponse *shared.AppActionsServiceGenerateReportResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppReportActionServiceGenerateReportResponse) GetAppActionsServiceGenerateReportResponse added in v1.6.1

func (*C1APIAppV1AppReportActionServiceGenerateReportResponse) GetContentType added in v1.6.1

func (*C1APIAppV1AppReportActionServiceGenerateReportResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppReportActionServiceGenerateReportResponse) GetStatusCode added in v1.6.1

type C1APIAppV1AppReportServiceListRequest added in v1.0.3

type C1APIAppV1AppReportServiceListRequest struct {
	AppID     string   `pathParam:"style=simple,explode=false,name=app_id"`
	PageSize  *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppReportServiceListRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppReportServiceListRequest) GetPageSize added in v1.7.1

func (*C1APIAppV1AppReportServiceListRequest) GetPageToken added in v1.7.1

func (o *C1APIAppV1AppReportServiceListRequest) GetPageToken() *string

type C1APIAppV1AppReportServiceListResponse added in v1.0.3

type C1APIAppV1AppReportServiceListResponse struct {
	// The AppReportServiceListResponse message contains a list of results and a nextPageToken if applicable.
	AppReportServiceListResponse *shared.AppReportServiceListResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppReportServiceListResponse) GetAppReportServiceListResponse added in v1.6.1

func (o *C1APIAppV1AppReportServiceListResponse) GetAppReportServiceListResponse() *shared.AppReportServiceListResponse

func (*C1APIAppV1AppReportServiceListResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppReportServiceListResponse) GetContentType() string

func (*C1APIAppV1AppReportServiceListResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppReportServiceListResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppReportServiceListResponse) GetStatusCode() int

type C1APIAppV1AppResourceOwnersListRequest added in v1.1.1

type C1APIAppV1AppResourceOwnersListRequest struct {
	AppID          string   `pathParam:"style=simple,explode=false,name=app_id"`
	PageSize       *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken      *string  `queryParam:"style=form,explode=true,name=page_token"`
	ResourceID     string   `pathParam:"style=simple,explode=false,name=resource_id"`
	ResourceTypeID string   `pathParam:"style=simple,explode=false,name=resource_type_id"`
}

func (*C1APIAppV1AppResourceOwnersListRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppResourceOwnersListRequest) GetPageSize added in v1.7.1

func (*C1APIAppV1AppResourceOwnersListRequest) GetPageToken added in v1.7.1

func (*C1APIAppV1AppResourceOwnersListRequest) GetResourceID added in v1.6.1

func (*C1APIAppV1AppResourceOwnersListRequest) GetResourceTypeID added in v1.6.1

func (o *C1APIAppV1AppResourceOwnersListRequest) GetResourceTypeID() string

type C1APIAppV1AppResourceOwnersListResponse added in v1.1.1

type C1APIAppV1AppResourceOwnersListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The ListAppResourceOwnersResponse message contains a list of results and a nextPageToken if applicable
	ListAppResourceOwnersResponse *shared.ListAppResourceOwnersResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppResourceOwnersListResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppResourceOwnersListResponse) GetContentType() string

func (*C1APIAppV1AppResourceOwnersListResponse) GetListAppResourceOwnersResponse added in v1.6.1

func (o *C1APIAppV1AppResourceOwnersListResponse) GetListAppResourceOwnersResponse() *shared.ListAppResourceOwnersResponse

func (*C1APIAppV1AppResourceOwnersListResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppResourceOwnersListResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppResourceOwnersListResponse) GetStatusCode() int

type C1APIAppV1AppResourceSearchSearchAppResourceTypesResponse added in v1.0.3

type C1APIAppV1AppResourceSearchSearchAppResourceTypesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The SearchAppResourceTypesResponse message contains a list of results and a nextPageToken if applicable.
	SearchAppResourceTypesResponse *shared.SearchAppResourceTypesResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppResourceSearchSearchAppResourceTypesResponse) GetContentType added in v1.6.1

func (*C1APIAppV1AppResourceSearchSearchAppResourceTypesResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppResourceSearchSearchAppResourceTypesResponse) GetSearchAppResourceTypesResponse added in v1.6.1

func (*C1APIAppV1AppResourceSearchSearchAppResourceTypesResponse) GetStatusCode added in v1.6.1

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"`
}

func (*C1APIAppV1AppResourceServiceGetRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppResourceServiceGetRequest) GetAppResourceTypeID added in v1.6.1

func (o *C1APIAppV1AppResourceServiceGetRequest) GetAppResourceTypeID() string

func (*C1APIAppV1AppResourceServiceGetRequest) GetID added in v1.6.1

type C1APIAppV1AppResourceServiceGetResponse

type C1APIAppV1AppResourceServiceGetResponse struct {
	// The app resource service get response contains the app resource view and array of expanded items indicated by the request's expand mask.
	AppResourceServiceGetResponse *shared.AppResourceServiceGetResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppResourceServiceGetResponse) GetAppResourceServiceGetResponse added in v1.6.1

func (o *C1APIAppV1AppResourceServiceGetResponse) GetAppResourceServiceGetResponse() *shared.AppResourceServiceGetResponse

func (*C1APIAppV1AppResourceServiceGetResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppResourceServiceGetResponse) GetContentType() string

func (*C1APIAppV1AppResourceServiceGetResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppResourceServiceGetResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppResourceServiceGetResponse) GetStatusCode() int

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"`
	PageSize          *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken         *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppResourceServiceListRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppResourceServiceListRequest) GetAppResourceTypeID added in v1.6.1

func (o *C1APIAppV1AppResourceServiceListRequest) GetAppResourceTypeID() string

func (*C1APIAppV1AppResourceServiceListRequest) GetPageSize added in v1.7.1

func (*C1APIAppV1AppResourceServiceListRequest) GetPageToken added in v1.7.1

type C1APIAppV1AppResourceServiceListResponse added in v1.0.3

type C1APIAppV1AppResourceServiceListResponse struct {
	// The AppResourceServiceListResponse message contains a list of results and a nextPageToken if applicable.
	AppResourceServiceListResponse *shared.AppResourceServiceListResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppResourceServiceListResponse) GetAppResourceServiceListResponse added in v1.6.1

func (o *C1APIAppV1AppResourceServiceListResponse) GetAppResourceServiceListResponse() *shared.AppResourceServiceListResponse

func (*C1APIAppV1AppResourceServiceListResponse) GetContentType added in v1.6.1

func (*C1APIAppV1AppResourceServiceListResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppResourceServiceListResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppResourceServiceListResponse) GetStatusCode() int

type C1APIAppV1AppResourceTypeServiceGetRequest

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

func (*C1APIAppV1AppResourceTypeServiceGetRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppResourceTypeServiceGetRequest) GetID added in v1.6.1

type C1APIAppV1AppResourceTypeServiceGetResponse

type C1APIAppV1AppResourceTypeServiceGetResponse struct {
	// The AppResourceTypeServiceGetResponse contains an expanded array containing the expanded values indicated by the expand mask
	//  in the request and an app resource type view containing the resource type and JSONPATHs indicating which objects are where in the expand mask.
	AppResourceTypeServiceGetResponse *shared.AppResourceTypeServiceGetResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppResourceTypeServiceGetResponse) GetAppResourceTypeServiceGetResponse added in v1.6.1

func (*C1APIAppV1AppResourceTypeServiceGetResponse) GetContentType added in v1.6.1

func (*C1APIAppV1AppResourceTypeServiceGetResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppResourceTypeServiceGetResponse) GetStatusCode added in v1.6.1

type C1APIAppV1AppResourceTypeServiceListRequest added in v1.1.1

type C1APIAppV1AppResourceTypeServiceListRequest struct {
	AppID     string   `pathParam:"style=simple,explode=false,name=app_id"`
	PageSize  *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppResourceTypeServiceListRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppResourceTypeServiceListRequest) GetPageSize added in v1.7.1

func (*C1APIAppV1AppResourceTypeServiceListRequest) GetPageToken added in v1.7.1

type C1APIAppV1AppResourceTypeServiceListResponse added in v1.1.1

type C1APIAppV1AppResourceTypeServiceListResponse struct {
	// The AppResourceTypeServiceListResponse message contains a list of results and a nextPageToken if applicable.
	AppResourceTypeServiceListResponse *shared.AppResourceTypeServiceListResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppResourceTypeServiceListResponse) GetAppResourceTypeServiceListResponse added in v1.6.1

func (*C1APIAppV1AppResourceTypeServiceListResponse) GetContentType added in v1.6.1

func (*C1APIAppV1AppResourceTypeServiceListResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppResourceTypeServiceListResponse) GetStatusCode added in v1.6.1

type C1APIAppV1AppSearchSearchResponse added in v1.0.3

type C1APIAppV1AppSearchSearchResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The SearchAppsResponse message contains a list of results and a nextPageToken if applicable.
	SearchAppsResponse *shared.SearchAppsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppSearchSearchResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppSearchSearchResponse) GetContentType() string

func (*C1APIAppV1AppSearchSearchResponse) GetRawResponse added in v1.6.1

func (o *C1APIAppV1AppSearchSearchResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppSearchSearchResponse) GetSearchAppsResponse added in v1.6.1

func (o *C1APIAppV1AppSearchSearchResponse) GetSearchAppsResponse() *shared.SearchAppsResponse

func (*C1APIAppV1AppSearchSearchResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppSearchSearchResponse) GetStatusCode() int

type C1APIAppV1AppUsageControlsServiceGetRequest added in v1.0.3

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

func (*C1APIAppV1AppUsageControlsServiceGetRequest) GetAppID added in v1.6.1

type C1APIAppV1AppUsageControlsServiceGetResponse added in v1.0.3

type C1APIAppV1AppUsageControlsServiceGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The GetAppUsageControlsResponse message contains the retrieved AppUsageControls object.
	GetAppUsageControlsResponse *shared.GetAppUsageControlsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppUsageControlsServiceGetResponse) GetContentType added in v1.6.1

func (*C1APIAppV1AppUsageControlsServiceGetResponse) GetGetAppUsageControlsResponse added in v1.6.1

func (*C1APIAppV1AppUsageControlsServiceGetResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppUsageControlsServiceGetResponse) GetStatusCode added in v1.6.1

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"`
}

func (*C1APIAppV1AppUsageControlsServiceUpdateRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppUsageControlsServiceUpdateRequest) GetUpdateAppUsageControlsRequest added in v1.6.1

type C1APIAppV1AppUsageControlsServiceUpdateResponse added in v1.5.0

type C1APIAppV1AppUsageControlsServiceUpdateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The UpdateAppUsageControlsResponse message contains the updated AppUsageControls object.
	UpdateAppUsageControlsResponse *shared.UpdateAppUsageControlsResponse
}

func (*C1APIAppV1AppUsageControlsServiceUpdateResponse) GetContentType added in v1.6.1

func (*C1APIAppV1AppUsageControlsServiceUpdateResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppUsageControlsServiceUpdateResponse) GetStatusCode added in v1.6.1

func (*C1APIAppV1AppUsageControlsServiceUpdateResponse) GetUpdateAppUsageControlsResponse added in v1.6.1

type C1APIAppV1AppUserServiceUpdateRequest added in v1.8.0

type C1APIAppV1AppUserServiceUpdateRequest struct {
	AppUserServiceUpdateRequestInput *shared.AppUserServiceUpdateRequestInput `request:"mediaType=application/json"`
	AppUserAppID                     string                                   `pathParam:"style=simple,explode=false,name=app_user_app_id"`
	AppUserID                        string                                   `pathParam:"style=simple,explode=false,name=app_user_id"`
}

func (*C1APIAppV1AppUserServiceUpdateRequest) GetAppUserAppID added in v1.8.0

func (o *C1APIAppV1AppUserServiceUpdateRequest) GetAppUserAppID() string

func (*C1APIAppV1AppUserServiceUpdateRequest) GetAppUserID added in v1.8.0

func (*C1APIAppV1AppUserServiceUpdateRequest) GetAppUserServiceUpdateRequestInput added in v1.8.0

func (o *C1APIAppV1AppUserServiceUpdateRequest) GetAppUserServiceUpdateRequestInput() *shared.AppUserServiceUpdateRequestInput

type C1APIAppV1AppUserServiceUpdateResponse added in v1.8.0

type C1APIAppV1AppUserServiceUpdateResponse struct {
	// Successful response
	AppUserServiceUpdateResponse *shared.AppUserServiceUpdateResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppUserServiceUpdateResponse) GetAppUserServiceUpdateResponse added in v1.8.0

func (o *C1APIAppV1AppUserServiceUpdateResponse) GetAppUserServiceUpdateResponse() *shared.AppUserServiceUpdateResponse

func (*C1APIAppV1AppUserServiceUpdateResponse) GetContentType added in v1.8.0

func (o *C1APIAppV1AppUserServiceUpdateResponse) GetContentType() string

func (*C1APIAppV1AppUserServiceUpdateResponse) GetRawResponse added in v1.8.0

func (*C1APIAppV1AppUserServiceUpdateResponse) GetStatusCode added in v1.8.0

func (o *C1APIAppV1AppUserServiceUpdateResponse) GetStatusCode() int

type C1APIAppV1AppsCreateResponse added in v1.7.0

type C1APIAppV1AppsCreateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Returns the new app's values.
	CreateAppResponse *shared.CreateAppResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppsCreateResponse) GetContentType added in v1.7.0

func (o *C1APIAppV1AppsCreateResponse) GetContentType() string

func (*C1APIAppV1AppsCreateResponse) GetCreateAppResponse added in v1.7.0

func (o *C1APIAppV1AppsCreateResponse) GetCreateAppResponse() *shared.CreateAppResponse

func (*C1APIAppV1AppsCreateResponse) GetRawResponse added in v1.7.0

func (o *C1APIAppV1AppsCreateResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppsCreateResponse) GetStatusCode added in v1.7.0

func (o *C1APIAppV1AppsCreateResponse) GetStatusCode() int

type C1APIAppV1AppsDeleteRequest added in v1.7.0

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

func (*C1APIAppV1AppsDeleteRequest) GetDeleteAppRequest added in v1.7.0

func (o *C1APIAppV1AppsDeleteRequest) GetDeleteAppRequest() *shared.DeleteAppRequest

func (*C1APIAppV1AppsDeleteRequest) GetID added in v1.7.0

type C1APIAppV1AppsDeleteResponse added in v1.7.0

type C1APIAppV1AppsDeleteResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Empty response body. Status code indicates success.
	DeleteAppResponse *shared.DeleteAppResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppsDeleteResponse) GetContentType added in v1.7.0

func (o *C1APIAppV1AppsDeleteResponse) GetContentType() string

func (*C1APIAppV1AppsDeleteResponse) GetDeleteAppResponse added in v1.7.0

func (o *C1APIAppV1AppsDeleteResponse) GetDeleteAppResponse() *shared.DeleteAppResponse

func (*C1APIAppV1AppsDeleteResponse) GetRawResponse added in v1.7.0

func (o *C1APIAppV1AppsDeleteResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppsDeleteResponse) GetStatusCode added in v1.7.0

func (o *C1APIAppV1AppsDeleteResponse) GetStatusCode() int

type C1APIAppV1AppsGetRequest

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

func (*C1APIAppV1AppsGetRequest) GetID added in v1.6.1

func (o *C1APIAppV1AppsGetRequest) GetID() string

type C1APIAppV1AppsGetResponse

type C1APIAppV1AppsGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The GetAppResponse message contains the details of the requested app in the app field.
	GetAppResponse *shared.GetAppResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppsGetResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppsGetResponse) GetContentType() string

func (*C1APIAppV1AppsGetResponse) GetGetAppResponse added in v1.6.1

func (o *C1APIAppV1AppsGetResponse) GetGetAppResponse() *shared.GetAppResponse

func (*C1APIAppV1AppsGetResponse) GetRawResponse added in v1.6.1

func (o *C1APIAppV1AppsGetResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppsGetResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppsGetResponse) GetStatusCode() int

type C1APIAppV1AppsListRequest added in v1.7.1

type C1APIAppV1AppsListRequest struct {
	PageSize  *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppsListRequest) GetPageSize added in v1.7.1

func (o *C1APIAppV1AppsListRequest) GetPageSize() *float64

func (*C1APIAppV1AppsListRequest) GetPageToken added in v1.7.1

func (o *C1APIAppV1AppsListRequest) GetPageToken() *string

type C1APIAppV1AppsListResponse added in v1.0.3

type C1APIAppV1AppsListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The ListAppsResponse message contains a list of results and a nextPageToken if applicable.
	ListAppsResponse *shared.ListAppsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppsListResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppsListResponse) GetContentType() string

func (*C1APIAppV1AppsListResponse) GetListAppsResponse added in v1.6.1

func (o *C1APIAppV1AppsListResponse) GetListAppsResponse() *shared.ListAppsResponse

func (*C1APIAppV1AppsListResponse) GetRawResponse added in v1.6.1

func (o *C1APIAppV1AppsListResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppsListResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppsListResponse) GetStatusCode() int

type C1APIAppV1AppsUpdateRequest added in v1.7.0

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

func (*C1APIAppV1AppsUpdateRequest) GetID added in v1.7.0

func (*C1APIAppV1AppsUpdateRequest) GetUpdateAppRequestInput added in v1.7.0

func (o *C1APIAppV1AppsUpdateRequest) GetUpdateAppRequestInput() *shared.UpdateAppRequestInput

type C1APIAppV1AppsUpdateResponse added in v1.7.0

type C1APIAppV1AppsUpdateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Returns the updated app's new values.
	UpdateAppResponse *shared.UpdateAppResponse
}

func (*C1APIAppV1AppsUpdateResponse) GetContentType added in v1.7.0

func (o *C1APIAppV1AppsUpdateResponse) GetContentType() string

func (*C1APIAppV1AppsUpdateResponse) GetRawResponse added in v1.7.0

func (o *C1APIAppV1AppsUpdateResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppsUpdateResponse) GetStatusCode added in v1.7.0

func (o *C1APIAppV1AppsUpdateResponse) GetStatusCode() int

func (*C1APIAppV1AppsUpdateResponse) GetUpdateAppResponse added in v1.7.0

func (o *C1APIAppV1AppsUpdateResponse) GetUpdateAppResponse() *shared.UpdateAppResponse

type C1APIAppV1ConnectorServiceCreateDelegatedRequest added in v1.7.0

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

func (*C1APIAppV1ConnectorServiceCreateDelegatedRequest) GetAppID added in v1.7.0

func (*C1APIAppV1ConnectorServiceCreateDelegatedRequest) GetConnectorServiceCreateDelegatedRequest added in v1.7.0

type C1APIAppV1ConnectorServiceCreateDelegatedResponse added in v1.7.0

type C1APIAppV1ConnectorServiceCreateDelegatedResponse struct {
	// The ConnectorServiceCreateResponse is the response returned from creating a connector.
	ConnectorServiceCreateResponse *shared.ConnectorServiceCreateResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceCreateDelegatedResponse) GetConnectorServiceCreateResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceCreateDelegatedResponse) GetContentType added in v1.7.0

func (*C1APIAppV1ConnectorServiceCreateDelegatedResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceCreateDelegatedResponse) GetStatusCode added in v1.7.0

type C1APIAppV1ConnectorServiceCreateRequest added in v1.7.1

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

func (*C1APIAppV1ConnectorServiceCreateRequest) GetAppID added in v1.7.1

func (*C1APIAppV1ConnectorServiceCreateRequest) GetConnectorServiceCreateRequest added in v1.7.1

func (o *C1APIAppV1ConnectorServiceCreateRequest) GetConnectorServiceCreateRequest() *shared.ConnectorServiceCreateRequest

type C1APIAppV1ConnectorServiceCreateResponse added in v1.7.1

type C1APIAppV1ConnectorServiceCreateResponse struct {
	// The ConnectorServiceCreateResponse is the response returned from creating a connector.
	ConnectorServiceCreateResponse *shared.ConnectorServiceCreateResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceCreateResponse) GetConnectorServiceCreateResponse added in v1.7.1

func (o *C1APIAppV1ConnectorServiceCreateResponse) GetConnectorServiceCreateResponse() *shared.ConnectorServiceCreateResponse

func (*C1APIAppV1ConnectorServiceCreateResponse) GetContentType added in v1.7.1

func (*C1APIAppV1ConnectorServiceCreateResponse) GetRawResponse added in v1.7.1

func (*C1APIAppV1ConnectorServiceCreateResponse) GetStatusCode added in v1.7.1

func (o *C1APIAppV1ConnectorServiceCreateResponse) GetStatusCode() int

type C1APIAppV1ConnectorServiceDeleteRequest added in v1.7.0

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

func (*C1APIAppV1ConnectorServiceDeleteRequest) GetAppID added in v1.7.0

func (*C1APIAppV1ConnectorServiceDeleteRequest) GetConnectorServiceDeleteRequest added in v1.7.0

func (o *C1APIAppV1ConnectorServiceDeleteRequest) GetConnectorServiceDeleteRequest() *shared.ConnectorServiceDeleteRequest

func (*C1APIAppV1ConnectorServiceDeleteRequest) GetID added in v1.7.0

type C1APIAppV1ConnectorServiceDeleteResponse added in v1.7.0

type C1APIAppV1ConnectorServiceDeleteResponse struct {
	// Empty response body. Status code indicates success.
	ConnectorServiceDeleteResponse *shared.ConnectorServiceDeleteResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceDeleteResponse) GetConnectorServiceDeleteResponse added in v1.7.0

func (o *C1APIAppV1ConnectorServiceDeleteResponse) GetConnectorServiceDeleteResponse() *shared.ConnectorServiceDeleteResponse

func (*C1APIAppV1ConnectorServiceDeleteResponse) GetContentType added in v1.7.0

func (*C1APIAppV1ConnectorServiceDeleteResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceDeleteResponse) GetStatusCode added in v1.7.0

func (o *C1APIAppV1ConnectorServiceDeleteResponse) GetStatusCode() int

type C1APIAppV1ConnectorServiceGetCredentialsRequest added in v1.7.0

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

func (*C1APIAppV1ConnectorServiceGetCredentialsRequest) GetAppID added in v1.7.0

func (*C1APIAppV1ConnectorServiceGetCredentialsRequest) GetConnectorID added in v1.7.0

func (*C1APIAppV1ConnectorServiceGetCredentialsRequest) GetID added in v1.7.0

type C1APIAppV1ConnectorServiceGetCredentialsResponse added in v1.7.0

type C1APIAppV1ConnectorServiceGetCredentialsResponse struct {
	// ConnectorServiceGetCredentialsResponse is the response returned by the get method.
	ConnectorServiceGetCredentialsResponse *shared.ConnectorServiceGetCredentialsResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceGetCredentialsResponse) GetConnectorServiceGetCredentialsResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceGetCredentialsResponse) GetContentType added in v1.7.0

func (*C1APIAppV1ConnectorServiceGetCredentialsResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceGetCredentialsResponse) GetStatusCode added in v1.7.0

type C1APIAppV1ConnectorServiceGetRequest added in v1.7.0

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

func (*C1APIAppV1ConnectorServiceGetRequest) GetAppID added in v1.7.0

func (*C1APIAppV1ConnectorServiceGetRequest) GetID added in v1.7.0

type C1APIAppV1ConnectorServiceGetResponse added in v1.7.0

type C1APIAppV1ConnectorServiceGetResponse struct {
	// The ConnectorServiceGetResponse message contains the connectorView, and an expand mask.
	ConnectorServiceGetResponse *shared.ConnectorServiceGetResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceGetResponse) GetConnectorServiceGetResponse added in v1.7.0

func (o *C1APIAppV1ConnectorServiceGetResponse) GetConnectorServiceGetResponse() *shared.ConnectorServiceGetResponse

func (*C1APIAppV1ConnectorServiceGetResponse) GetContentType added in v1.7.0

func (o *C1APIAppV1ConnectorServiceGetResponse) GetContentType() string

func (*C1APIAppV1ConnectorServiceGetResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceGetResponse) GetStatusCode added in v1.7.0

func (o *C1APIAppV1ConnectorServiceGetResponse) GetStatusCode() int

type C1APIAppV1ConnectorServiceListRequest added in v1.7.0

type C1APIAppV1ConnectorServiceListRequest struct {
	AppID     string   `pathParam:"style=simple,explode=false,name=app_id"`
	PageSize  *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1ConnectorServiceListRequest) GetAppID added in v1.7.0

func (*C1APIAppV1ConnectorServiceListRequest) GetPageSize added in v1.7.1

func (*C1APIAppV1ConnectorServiceListRequest) GetPageToken added in v1.7.1

func (o *C1APIAppV1ConnectorServiceListRequest) GetPageToken() *string

type C1APIAppV1ConnectorServiceListResponse added in v1.7.0

type C1APIAppV1ConnectorServiceListResponse struct {
	// The ConnectorServiceListResponse message contains a list of results and a nextPageToken if applicable
	ConnectorServiceListResponse *shared.ConnectorServiceListResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceListResponse) GetConnectorServiceListResponse added in v1.7.0

func (o *C1APIAppV1ConnectorServiceListResponse) GetConnectorServiceListResponse() *shared.ConnectorServiceListResponse

func (*C1APIAppV1ConnectorServiceListResponse) GetContentType added in v1.7.0

func (o *C1APIAppV1ConnectorServiceListResponse) GetContentType() string

func (*C1APIAppV1ConnectorServiceListResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceListResponse) GetStatusCode added in v1.7.0

func (o *C1APIAppV1ConnectorServiceListResponse) GetStatusCode() int

type C1APIAppV1ConnectorServiceRevokeCredentialRequest added in v1.7.0

type C1APIAppV1ConnectorServiceRevokeCredentialRequest struct {
	ConnectorServiceRevokeCredentialRequest *shared.ConnectorServiceRevokeCredentialRequest `request:"mediaType=application/json"`
	AppID                                   string                                          `pathParam:"style=simple,explode=false,name=app_id"`
	ConnectorID                             string                                          `pathParam:"style=simple,explode=false,name=connector_id"`
	ID                                      string                                          `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAppV1ConnectorServiceRevokeCredentialRequest) GetAppID added in v1.7.0

func (*C1APIAppV1ConnectorServiceRevokeCredentialRequest) GetConnectorID added in v1.7.0

func (*C1APIAppV1ConnectorServiceRevokeCredentialRequest) GetConnectorServiceRevokeCredentialRequest added in v1.7.0

func (*C1APIAppV1ConnectorServiceRevokeCredentialRequest) GetID added in v1.7.0

type C1APIAppV1ConnectorServiceRevokeCredentialResponse added in v1.7.0

type C1APIAppV1ConnectorServiceRevokeCredentialResponse struct {
	// Empty response body. Status code indicates success.
	ConnectorServiceRevokeCredentialResponse *shared.ConnectorServiceRevokeCredentialResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceRevokeCredentialResponse) GetConnectorServiceRevokeCredentialResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceRevokeCredentialResponse) GetContentType added in v1.7.0

func (*C1APIAppV1ConnectorServiceRevokeCredentialResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceRevokeCredentialResponse) GetStatusCode added in v1.7.0

type C1APIAppV1ConnectorServiceRotateCredentialRequest added in v1.7.0

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

func (*C1APIAppV1ConnectorServiceRotateCredentialRequest) GetAppID added in v1.7.0

func (*C1APIAppV1ConnectorServiceRotateCredentialRequest) GetConnectorID added in v1.7.0

func (*C1APIAppV1ConnectorServiceRotateCredentialRequest) GetConnectorServiceRotateCredentialRequest added in v1.7.0

type C1APIAppV1ConnectorServiceRotateCredentialResponse added in v1.7.0

type C1APIAppV1ConnectorServiceRotateCredentialResponse struct {
	// ConnectorServiceRotateCredentialResponse is the response returned by the rotate method.
	ConnectorServiceRotateCredentialResponse *shared.ConnectorServiceRotateCredentialResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceRotateCredentialResponse) GetConnectorServiceRotateCredentialResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceRotateCredentialResponse) GetContentType added in v1.7.0

func (*C1APIAppV1ConnectorServiceRotateCredentialResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceRotateCredentialResponse) GetStatusCode added in v1.7.0

type C1APIAppV1ConnectorServiceUpdateDelegatedRequest added in v1.7.0

type C1APIAppV1ConnectorServiceUpdateDelegatedRequest struct {
	ConnectorServiceUpdateDelegatedRequestInput *shared.ConnectorServiceUpdateDelegatedRequestInput `request:"mediaType=application/json"`
	ConnectorAppID                              string                                              `pathParam:"style=simple,explode=false,name=connector_app_id"`
	ConnectorID                                 string                                              `pathParam:"style=simple,explode=false,name=connector_id"`
}

func (*C1APIAppV1ConnectorServiceUpdateDelegatedRequest) GetConnectorAppID added in v1.7.0

func (*C1APIAppV1ConnectorServiceUpdateDelegatedRequest) GetConnectorID added in v1.7.0

func (*C1APIAppV1ConnectorServiceUpdateDelegatedRequest) GetConnectorServiceUpdateDelegatedRequestInput added in v1.7.0

type C1APIAppV1ConnectorServiceUpdateDelegatedResponse added in v1.7.0

type C1APIAppV1ConnectorServiceUpdateDelegatedResponse struct {
	// ConnectorServiceUpdateResponse is the response returned by the update method.
	ConnectorServiceUpdateResponse *shared.ConnectorServiceUpdateResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceUpdateDelegatedResponse) GetConnectorServiceUpdateResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceUpdateDelegatedResponse) GetContentType added in v1.7.0

func (*C1APIAppV1ConnectorServiceUpdateDelegatedResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceUpdateDelegatedResponse) GetStatusCode added in v1.7.0

type C1APIAppV1ConnectorServiceUpdateRequest added in v1.7.0

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

func (*C1APIAppV1ConnectorServiceUpdateRequest) GetAppID added in v1.7.0

func (*C1APIAppV1ConnectorServiceUpdateRequest) GetConnectorServiceUpdateRequestInput added in v1.7.0

func (o *C1APIAppV1ConnectorServiceUpdateRequest) GetConnectorServiceUpdateRequestInput() *shared.ConnectorServiceUpdateRequestInput

func (*C1APIAppV1ConnectorServiceUpdateRequest) GetID added in v1.7.0

type C1APIAppV1ConnectorServiceUpdateResponse added in v1.7.0

type C1APIAppV1ConnectorServiceUpdateResponse struct {
	// ConnectorServiceUpdateResponse is the response returned by the update method.
	ConnectorServiceUpdateResponse *shared.ConnectorServiceUpdateResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceUpdateResponse) GetConnectorServiceUpdateResponse added in v1.7.0

func (o *C1APIAppV1ConnectorServiceUpdateResponse) GetConnectorServiceUpdateResponse() *shared.ConnectorServiceUpdateResponse

func (*C1APIAppV1ConnectorServiceUpdateResponse) GetContentType added in v1.7.0

func (*C1APIAppV1ConnectorServiceUpdateResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceUpdateResponse) GetStatusCode added in v1.7.0

func (o *C1APIAppV1ConnectorServiceUpdateResponse) GetStatusCode() int

type C1APIAttributeV1AttributeSearchSearchAttributeValuesResponse added in v1.8.0

type C1APIAttributeV1AttributeSearchSearchAttributeValuesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// SearchAttributeValuesResponse is the response for searching AttributeValues.
	SearchAttributeValuesResponse *shared.SearchAttributeValuesResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAttributeV1AttributeSearchSearchAttributeValuesResponse) GetContentType added in v1.8.0

func (*C1APIAttributeV1AttributeSearchSearchAttributeValuesResponse) GetRawResponse added in v1.8.0

func (*C1APIAttributeV1AttributeSearchSearchAttributeValuesResponse) GetSearchAttributeValuesResponse added in v1.8.0

func (*C1APIAttributeV1AttributeSearchSearchAttributeValuesResponse) GetStatusCode added in v1.8.0

type C1APIAttributeV1AttributesCreateAttributeValueResponse added in v1.8.0

type C1APIAttributeV1AttributesCreateAttributeValueResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// CreateAttributeValueResponse is the response for creating an attribute value.
	CreateAttributeValueResponse *shared.CreateAttributeValueResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAttributeV1AttributesCreateAttributeValueResponse) GetContentType added in v1.8.0

func (*C1APIAttributeV1AttributesCreateAttributeValueResponse) GetCreateAttributeValueResponse added in v1.8.0

func (*C1APIAttributeV1AttributesCreateAttributeValueResponse) GetRawResponse added in v1.8.0

func (*C1APIAttributeV1AttributesCreateAttributeValueResponse) GetStatusCode added in v1.8.0

type C1APIAttributeV1AttributesDeleteAttributeValueRequest added in v1.8.0

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

func (*C1APIAttributeV1AttributesDeleteAttributeValueRequest) GetDeleteAttributeValueRequest added in v1.8.0

func (*C1APIAttributeV1AttributesDeleteAttributeValueRequest) GetID added in v1.8.0

type C1APIAttributeV1AttributesDeleteAttributeValueResponse added in v1.8.0

type C1APIAttributeV1AttributesDeleteAttributeValueResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// DeleteAttributeValueResponse is the empty response for deleting an attribute value.
	DeleteAttributeValueResponse *shared.DeleteAttributeValueResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAttributeV1AttributesDeleteAttributeValueResponse) GetContentType added in v1.8.0

func (*C1APIAttributeV1AttributesDeleteAttributeValueResponse) GetDeleteAttributeValueResponse added in v1.8.0

func (*C1APIAttributeV1AttributesDeleteAttributeValueResponse) GetRawResponse added in v1.8.0

func (*C1APIAttributeV1AttributesDeleteAttributeValueResponse) GetStatusCode added in v1.8.0

type C1APIAttributeV1AttributesGetAttributeValueRequest added in v1.8.0

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

func (*C1APIAttributeV1AttributesGetAttributeValueRequest) GetID added in v1.8.0

type C1APIAttributeV1AttributesGetAttributeValueResponse added in v1.8.0

type C1APIAttributeV1AttributesGetAttributeValueResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// GetAttributeValueResponse is the response for getting an attribute value by id.
	GetAttributeValueResponse *shared.GetAttributeValueResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAttributeV1AttributesGetAttributeValueResponse) GetContentType added in v1.8.0

func (*C1APIAttributeV1AttributesGetAttributeValueResponse) GetGetAttributeValueResponse added in v1.8.0

func (*C1APIAttributeV1AttributesGetAttributeValueResponse) GetRawResponse added in v1.8.0

func (*C1APIAttributeV1AttributesGetAttributeValueResponse) GetStatusCode added in v1.8.0

type C1APIAttributeV1AttributesListAttributeTypesRequest added in v1.8.0

type C1APIAttributeV1AttributesListAttributeTypesRequest struct {
	PageSize  *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAttributeV1AttributesListAttributeTypesRequest) GetPageSize added in v1.8.0

func (*C1APIAttributeV1AttributesListAttributeTypesRequest) GetPageToken added in v1.8.0

type C1APIAttributeV1AttributesListAttributeTypesResponse added in v1.8.0

type C1APIAttributeV1AttributesListAttributeTypesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// ListAttributeTypesResponse is the response for listing attribute types.
	ListAttributeTypesResponse *shared.ListAttributeTypesResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAttributeV1AttributesListAttributeTypesResponse) GetContentType added in v1.8.0

func (*C1APIAttributeV1AttributesListAttributeTypesResponse) GetListAttributeTypesResponse added in v1.8.0

func (*C1APIAttributeV1AttributesListAttributeTypesResponse) GetRawResponse added in v1.8.0

func (*C1APIAttributeV1AttributesListAttributeTypesResponse) GetStatusCode added in v1.8.0

type C1APIAttributeV1AttributesListAttributeValuesRequest added in v1.8.0

type C1APIAttributeV1AttributesListAttributeValuesRequest struct {
	AttributeTypeID string   `pathParam:"style=simple,explode=false,name=attribute_type_id"`
	PageSize        *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken       *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAttributeV1AttributesListAttributeValuesRequest) GetAttributeTypeID added in v1.8.0

func (*C1APIAttributeV1AttributesListAttributeValuesRequest) GetPageSize added in v1.8.0

func (*C1APIAttributeV1AttributesListAttributeValuesRequest) GetPageToken added in v1.8.0

type C1APIAttributeV1AttributesListAttributeValuesResponse added in v1.8.0

type C1APIAttributeV1AttributesListAttributeValuesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// ListAttributeValuesResponse is the response for listing attribute values for a given AttributeType.
	ListAttributeValuesResponse *shared.ListAttributeValuesResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAttributeV1AttributesListAttributeValuesResponse) GetContentType added in v1.8.0

func (*C1APIAttributeV1AttributesListAttributeValuesResponse) GetListAttributeValuesResponse added in v1.8.0

func (*C1APIAttributeV1AttributesListAttributeValuesResponse) GetRawResponse added in v1.8.0

func (*C1APIAttributeV1AttributesListAttributeValuesResponse) GetStatusCode added in v1.8.0

type C1APIAuthV1AuthIntrospectResponse

type C1APIAuthV1AuthIntrospectResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// IntrospectResponse contains information about the current user who is authenticated.
	IntrospectResponse *shared.IntrospectResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAuthV1AuthIntrospectResponse) GetContentType added in v1.6.1

func (o *C1APIAuthV1AuthIntrospectResponse) GetContentType() string

func (*C1APIAuthV1AuthIntrospectResponse) GetIntrospectResponse added in v1.6.1

func (o *C1APIAuthV1AuthIntrospectResponse) GetIntrospectResponse() *shared.IntrospectResponse

func (*C1APIAuthV1AuthIntrospectResponse) GetRawResponse added in v1.6.1

func (o *C1APIAuthV1AuthIntrospectResponse) GetRawResponse() *http.Response

func (*C1APIAuthV1AuthIntrospectResponse) GetStatusCode added in v1.6.1

func (o *C1APIAuthV1AuthIntrospectResponse) GetStatusCode() int

type C1APIDirectoryV1DirectoryServiceCreateResponse added in v1.0.3

type C1APIDirectoryV1DirectoryServiceCreateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The DirectoryServiceCreateResponse message.
	DirectoryServiceCreateResponse *shared.DirectoryServiceCreateResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIDirectoryV1DirectoryServiceCreateResponse) GetContentType added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceCreateResponse) GetDirectoryServiceCreateResponse added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceCreateResponse) GetRawResponse added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceCreateResponse) GetStatusCode added in v1.6.1

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"`
}

func (*C1APIDirectoryV1DirectoryServiceDeleteRequest) GetAppID added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceDeleteRequest) GetDirectoryServiceDeleteRequest added in v1.6.1

type C1APIDirectoryV1DirectoryServiceDeleteResponse added in v1.0.3

type C1APIDirectoryV1DirectoryServiceDeleteResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Empty response with a status code indicating success.
	DirectoryServiceDeleteResponse *shared.DirectoryServiceDeleteResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIDirectoryV1DirectoryServiceDeleteResponse) GetContentType added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceDeleteResponse) GetDirectoryServiceDeleteResponse added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceDeleteResponse) GetRawResponse added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceDeleteResponse) GetStatusCode added in v1.6.1

type C1APIDirectoryV1DirectoryServiceGetRequest added in v1.0.3

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

func (*C1APIDirectoryV1DirectoryServiceGetRequest) GetAppID added in v1.6.1

type C1APIDirectoryV1DirectoryServiceGetResponse added in v1.0.3

type C1APIDirectoryV1DirectoryServiceGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The Directory Service Get Response returns a directory view with a directory and JSONPATHs indicating the
	//  location in the expanded array that items are expanded as indicated by the expand mask in the request.
	DirectoryServiceGetResponse *shared.DirectoryServiceGetResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIDirectoryV1DirectoryServiceGetResponse) GetContentType added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceGetResponse) GetDirectoryServiceGetResponse added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceGetResponse) GetRawResponse added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceGetResponse) GetStatusCode added in v1.6.1

type C1APIDirectoryV1DirectoryServiceListRequest added in v1.7.1

type C1APIDirectoryV1DirectoryServiceListRequest struct {
	PageSize  *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIDirectoryV1DirectoryServiceListRequest) GetPageSize added in v1.7.1

func (*C1APIDirectoryV1DirectoryServiceListRequest) GetPageToken added in v1.7.1

type C1APIDirectoryV1DirectoryServiceListResponse added in v1.0.3

type C1APIDirectoryV1DirectoryServiceListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The DirectoryServiceListResponse message contains a list of results and a nextPageToken if applicable.
	DirectoryServiceListResponse *shared.DirectoryServiceListResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIDirectoryV1DirectoryServiceListResponse) GetContentType added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceListResponse) GetDirectoryServiceListResponse added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceListResponse) GetRawResponse added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceListResponse) GetStatusCode added in v1.6.1

type C1APIIamV1PersonalClientServiceCreateResponse added in v1.1.2

type C1APIIamV1PersonalClientServiceCreateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The PersonalClientServiceCreateResponse message contains the created personal client and client secret.
	PersonalClientServiceCreateResponse *shared.PersonalClientServiceCreateResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIIamV1PersonalClientServiceCreateResponse) GetContentType added in v1.6.1

func (*C1APIIamV1PersonalClientServiceCreateResponse) GetPersonalClientServiceCreateResponse added in v1.6.1

func (*C1APIIamV1PersonalClientServiceCreateResponse) GetRawResponse added in v1.6.1

func (*C1APIIamV1PersonalClientServiceCreateResponse) GetStatusCode added in v1.6.1

type C1APIIamV1RolesGetRequest added in v1.0.3

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

func (*C1APIIamV1RolesGetRequest) GetRoleID added in v1.6.1

func (o *C1APIIamV1RolesGetRequest) GetRoleID() string

type C1APIIamV1RolesGetResponse added in v1.0.3

type C1APIIamV1RolesGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The GetRolesResponse message contains the retrieved role.
	GetRolesResponse *shared.GetRolesResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIIamV1RolesGetResponse) GetContentType added in v1.6.1

func (o *C1APIIamV1RolesGetResponse) GetContentType() string

func (*C1APIIamV1RolesGetResponse) GetGetRolesResponse added in v1.6.1

func (o *C1APIIamV1RolesGetResponse) GetGetRolesResponse() *shared.GetRolesResponse

func (*C1APIIamV1RolesGetResponse) GetRawResponse added in v1.6.1

func (o *C1APIIamV1RolesGetResponse) GetRawResponse() *http.Response

func (*C1APIIamV1RolesGetResponse) GetStatusCode added in v1.6.1

func (o *C1APIIamV1RolesGetResponse) GetStatusCode() int

type C1APIIamV1RolesListRequest added in v1.7.1

type C1APIIamV1RolesListRequest struct {
	PageSize  *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIIamV1RolesListRequest) GetPageSize added in v1.7.1

func (o *C1APIIamV1RolesListRequest) GetPageSize() *float64

func (*C1APIIamV1RolesListRequest) GetPageToken added in v1.7.1

func (o *C1APIIamV1RolesListRequest) GetPageToken() *string

type C1APIIamV1RolesListResponse added in v1.0.3

type C1APIIamV1RolesListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The ListRolesResponse message contains a list of results and a nextPageToken if applicable.
	ListRolesResponse *shared.ListRolesResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIIamV1RolesListResponse) GetContentType added in v1.6.1

func (o *C1APIIamV1RolesListResponse) GetContentType() string

func (*C1APIIamV1RolesListResponse) GetListRolesResponse added in v1.6.1

func (o *C1APIIamV1RolesListResponse) GetListRolesResponse() *shared.ListRolesResponse

func (*C1APIIamV1RolesListResponse) GetRawResponse added in v1.6.1

func (o *C1APIIamV1RolesListResponse) GetRawResponse() *http.Response

func (*C1APIIamV1RolesListResponse) GetStatusCode added in v1.6.1

func (o *C1APIIamV1RolesListResponse) GetStatusCode() int

type C1APIIamV1RolesUpdateRequest added in v1.5.0

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

func (*C1APIIamV1RolesUpdateRequest) GetRoleID added in v1.6.1

func (o *C1APIIamV1RolesUpdateRequest) GetRoleID() string

func (*C1APIIamV1RolesUpdateRequest) GetUpdateRoleRequestInput added in v1.7.0

func (o *C1APIIamV1RolesUpdateRequest) GetUpdateRoleRequestInput() *shared.UpdateRoleRequestInput

type C1APIIamV1RolesUpdateResponse added in v1.5.0

type C1APIIamV1RolesUpdateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// UpdateRolesResponse is the response message containing the updated role.
	UpdateRolesResponse *shared.UpdateRolesResponse
}

func (*C1APIIamV1RolesUpdateResponse) GetContentType added in v1.6.1

func (o *C1APIIamV1RolesUpdateResponse) GetContentType() string

func (*C1APIIamV1RolesUpdateResponse) GetRawResponse added in v1.6.1

func (o *C1APIIamV1RolesUpdateResponse) GetRawResponse() *http.Response

func (*C1APIIamV1RolesUpdateResponse) GetStatusCode added in v1.6.1

func (o *C1APIIamV1RolesUpdateResponse) GetStatusCode() int

func (*C1APIIamV1RolesUpdateResponse) GetUpdateRolesResponse added in v1.6.1

func (o *C1APIIamV1RolesUpdateResponse) GetUpdateRolesResponse() *shared.UpdateRolesResponse

type C1APIPolicyV1PoliciesCreateResponse added in v1.0.3

type C1APIPolicyV1PoliciesCreateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The CreatePolicyResponse message contains the created policy object.
	CreatePolicyResponse *shared.CreatePolicyResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIPolicyV1PoliciesCreateResponse) GetContentType added in v1.6.1

func (o *C1APIPolicyV1PoliciesCreateResponse) GetContentType() string

func (*C1APIPolicyV1PoliciesCreateResponse) GetCreatePolicyResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesCreateResponse) GetCreatePolicyResponse() *shared.CreatePolicyResponse

func (*C1APIPolicyV1PoliciesCreateResponse) GetRawResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesCreateResponse) GetRawResponse() *http.Response

func (*C1APIPolicyV1PoliciesCreateResponse) GetStatusCode added in v1.6.1

func (o *C1APIPolicyV1PoliciesCreateResponse) GetStatusCode() int

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"`
}

func (*C1APIPolicyV1PoliciesDeleteRequest) GetDeletePolicyRequest added in v1.6.1

func (o *C1APIPolicyV1PoliciesDeleteRequest) GetDeletePolicyRequest() *shared.DeletePolicyRequest

func (*C1APIPolicyV1PoliciesDeleteRequest) GetID added in v1.6.1

type C1APIPolicyV1PoliciesDeleteResponse added in v1.0.3

type C1APIPolicyV1PoliciesDeleteResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Empty response with a status code indicating success.
	DeletePolicyResponse *shared.DeletePolicyResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIPolicyV1PoliciesDeleteResponse) GetContentType added in v1.6.1

func (o *C1APIPolicyV1PoliciesDeleteResponse) GetContentType() string

func (*C1APIPolicyV1PoliciesDeleteResponse) GetDeletePolicyResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesDeleteResponse) GetDeletePolicyResponse() *shared.DeletePolicyResponse

func (*C1APIPolicyV1PoliciesDeleteResponse) GetRawResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesDeleteResponse) GetRawResponse() *http.Response

func (*C1APIPolicyV1PoliciesDeleteResponse) GetStatusCode added in v1.6.1

func (o *C1APIPolicyV1PoliciesDeleteResponse) GetStatusCode() int

type C1APIPolicyV1PoliciesGetRequest added in v1.0.3

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

func (*C1APIPolicyV1PoliciesGetRequest) GetID added in v1.6.1

type C1APIPolicyV1PoliciesGetResponse added in v1.0.3

type C1APIPolicyV1PoliciesGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The GetPolicyResponse message contains the policy object.
	GetPolicyResponse *shared.GetPolicyResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIPolicyV1PoliciesGetResponse) GetContentType added in v1.6.1

func (o *C1APIPolicyV1PoliciesGetResponse) GetContentType() string

func (*C1APIPolicyV1PoliciesGetResponse) GetGetPolicyResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesGetResponse) GetGetPolicyResponse() *shared.GetPolicyResponse

func (*C1APIPolicyV1PoliciesGetResponse) GetRawResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesGetResponse) GetRawResponse() *http.Response

func (*C1APIPolicyV1PoliciesGetResponse) GetStatusCode added in v1.6.1

func (o *C1APIPolicyV1PoliciesGetResponse) GetStatusCode() int

type C1APIPolicyV1PoliciesListRequest added in v1.7.1

type C1APIPolicyV1PoliciesListRequest struct {
	PageSize  *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIPolicyV1PoliciesListRequest) GetPageSize added in v1.7.1

func (o *C1APIPolicyV1PoliciesListRequest) GetPageSize() *float64

func (*C1APIPolicyV1PoliciesListRequest) GetPageToken added in v1.7.1

func (o *C1APIPolicyV1PoliciesListRequest) GetPageToken() *string

type C1APIPolicyV1PoliciesListResponse added in v1.0.3

type C1APIPolicyV1PoliciesListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	ListPolicyResponse *shared.ListPolicyResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIPolicyV1PoliciesListResponse) GetContentType added in v1.6.1

func (o *C1APIPolicyV1PoliciesListResponse) GetContentType() string

func (*C1APIPolicyV1PoliciesListResponse) GetListPolicyResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesListResponse) GetListPolicyResponse() *shared.ListPolicyResponse

func (*C1APIPolicyV1PoliciesListResponse) GetRawResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesListResponse) GetRawResponse() *http.Response

func (*C1APIPolicyV1PoliciesListResponse) GetStatusCode added in v1.6.1

func (o *C1APIPolicyV1PoliciesListResponse) GetStatusCode() int

type C1APIPolicyV1PoliciesUpdateRequest added in v1.3.0

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

func (*C1APIPolicyV1PoliciesUpdateRequest) GetID added in v1.6.1

func (*C1APIPolicyV1PoliciesUpdateRequest) GetUpdatePolicyRequestInput added in v1.7.0

func (o *C1APIPolicyV1PoliciesUpdateRequest) GetUpdatePolicyRequestInput() *shared.UpdatePolicyRequestInput

type C1APIPolicyV1PoliciesUpdateResponse added in v1.3.0

type C1APIPolicyV1PoliciesUpdateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The UpdatePolicyResponse message contains the updated policy object.
	UpdatePolicyResponse *shared.UpdatePolicyResponse
}

func (*C1APIPolicyV1PoliciesUpdateResponse) GetContentType added in v1.6.1

func (o *C1APIPolicyV1PoliciesUpdateResponse) GetContentType() string

func (*C1APIPolicyV1PoliciesUpdateResponse) GetRawResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesUpdateResponse) GetRawResponse() *http.Response

func (*C1APIPolicyV1PoliciesUpdateResponse) GetStatusCode added in v1.6.1

func (o *C1APIPolicyV1PoliciesUpdateResponse) GetStatusCode() int

func (*C1APIPolicyV1PoliciesUpdateResponse) GetUpdatePolicyResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesUpdateResponse) GetUpdatePolicyResponse() *shared.UpdatePolicyResponse

type C1APIPolicyV1PolicySearchSearchResponse added in v1.7.0

type C1APIPolicyV1PolicySearchSearchResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	ListPolicyResponse *shared.ListPolicyResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIPolicyV1PolicySearchSearchResponse) GetContentType added in v1.7.0

func (o *C1APIPolicyV1PolicySearchSearchResponse) GetContentType() string

func (*C1APIPolicyV1PolicySearchSearchResponse) GetListPolicyResponse added in v1.7.0

func (*C1APIPolicyV1PolicySearchSearchResponse) GetRawResponse added in v1.7.0

func (*C1APIPolicyV1PolicySearchSearchResponse) GetStatusCode added in v1.7.0

func (o *C1APIPolicyV1PolicySearchSearchResponse) GetStatusCode() int

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsRequest struct {
	RequestCatalogManagementServiceAddAccessEntitlementsRequest *shared.RequestCatalogManagementServiceAddAccessEntitlementsRequest `request:"mediaType=application/json"`
	CatalogID                                                   string                                                              `pathParam:"style=simple,explode=false,name=catalog_id"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsRequest) GetCatalogID added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsRequest) GetRequestCatalogManagementServiceAddAccessEntitlementsRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Empty response with a status code indicating success.
	RequestCatalogManagementServiceAddAccessEntitlementsResponse *shared.RequestCatalogManagementServiceAddAccessEntitlementsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsResponse) GetRequestCatalogManagementServiceAddAccessEntitlementsResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsRequest struct {
	RequestCatalogManagementServiceAddAppEntitlementsRequest *shared.RequestCatalogManagementServiceAddAppEntitlementsRequest `request:"mediaType=application/json"`
	CatalogID                                                string                                                           `pathParam:"style=simple,explode=false,name=catalog_id"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsRequest) GetCatalogID added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsRequest) GetRequestCatalogManagementServiceAddAppEntitlementsRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Empty response with a status code indicating success.
	RequestCatalogManagementServiceAddAppEntitlementsResponse *shared.RequestCatalogManagementServiceAddAppEntitlementsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsResponse) GetRequestCatalogManagementServiceAddAppEntitlementsResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceCreateResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceCreateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The request catalog management service get response returns a request catalog view with the expanded items in the expanded array indicated by the expand mask in the request.
	RequestCatalogManagementServiceGetResponse *shared.RequestCatalogManagementServiceGetResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceCreateResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceCreateResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceCreateResponse) GetRequestCatalogManagementServiceGetResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceCreateResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteRequest added in v1.6.1

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteRequest) GetID added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteRequest) GetRequestCatalogManagementServiceDeleteRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Empty response with a status code indicating success.
	RequestCatalogManagementServiceDeleteResponse *shared.RequestCatalogManagementServiceDeleteResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteResponse) GetRequestCatalogManagementServiceDeleteResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceGetRequest added in v1.6.1

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetRequest) GetID added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceGetResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The request catalog management service get response returns a request catalog view with the expanded items in the expanded array indicated by the expand mask in the request.
	RequestCatalogManagementServiceGetResponse *shared.RequestCatalogManagementServiceGetResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetResponse) GetRequestCatalogManagementServiceGetResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessRequest struct {
	CatalogID string   `pathParam:"style=simple,explode=false,name=catalog_id"`
	PageSize  *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessRequest) GetCatalogID added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessRequest) GetPageSize added in v1.7.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessRequest) GetPageToken added in v1.7.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The RequestCatalogManagementServiceListEntitlementsForAccessResponse message contains a list of results and a nextPageToken if applicable.
	RequestCatalogManagementServiceListEntitlementsForAccessResponse *shared.RequestCatalogManagementServiceListEntitlementsForAccessResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessResponse) GetRequestCatalogManagementServiceListEntitlementsForAccessResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogRequest struct {
	CatalogID string   `pathParam:"style=simple,explode=false,name=catalog_id"`
	PageSize  *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogRequest) GetCatalogID added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogRequest) GetPageSize added in v1.7.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogRequest) GetPageToken added in v1.7.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The RequestCatalogManagementServiceListEntitlementsPerCatalogResponse message contains a list of results and a nextPageToken if applicable.
	RequestCatalogManagementServiceListEntitlementsPerCatalogResponse *shared.RequestCatalogManagementServiceListEntitlementsPerCatalogResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogResponse) GetRequestCatalogManagementServiceListEntitlementsPerCatalogResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceListResponse added in v1.9.0

type C1APIRequestcatalogV1RequestCatalogManagementServiceListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	RequestCatalogManagementServiceListResponse *shared.RequestCatalogManagementServiceListResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListResponse) GetContentType added in v1.9.0

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListResponse) GetRawResponse added in v1.9.0

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListResponse) GetRequestCatalogManagementServiceListResponse added in v1.9.0

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListResponse) GetStatusCode added in v1.9.0

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsRequest struct {
	RequestCatalogManagementServiceRemoveAccessEntitlementsRequest *shared.RequestCatalogManagementServiceRemoveAccessEntitlementsRequest `request:"mediaType=application/json"`
	CatalogID                                                      string                                                                 `pathParam:"style=simple,explode=false,name=catalog_id"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsRequest) GetCatalogID added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsRequest) GetRequestCatalogManagementServiceRemoveAccessEntitlementsRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Empty response with a status code indicating success.
	RequestCatalogManagementServiceRemoveAccessEntitlementsResponse *shared.RequestCatalogManagementServiceRemoveAccessEntitlementsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsResponse) GetRequestCatalogManagementServiceRemoveAccessEntitlementsResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsRequest struct {
	RequestCatalogManagementServiceRemoveAppEntitlementsRequest *shared.RequestCatalogManagementServiceRemoveAppEntitlementsRequest `request:"mediaType=application/json"`
	CatalogID                                                   string                                                              `pathParam:"style=simple,explode=false,name=catalog_id"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsRequest) GetCatalogID added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsRequest) GetRequestCatalogManagementServiceRemoveAppEntitlementsRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Empty response with a status code indicating success
	RequestCatalogManagementServiceRemoveAppEntitlementsResponse *shared.RequestCatalogManagementServiceRemoveAppEntitlementsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsResponse) GetRequestCatalogManagementServiceRemoveAppEntitlementsResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateRequest added in v1.6.1

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateRequest) GetID added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateRequest) GetRequestCatalogManagementServiceUpdateRequestInput added in v1.7.0

type C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The request catalog management service get response returns a request catalog view with the expanded items in the expanded array indicated by the expand mask in the request.
	RequestCatalogManagementServiceGetResponse *shared.RequestCatalogManagementServiceGetResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateResponse) GetRequestCatalogManagementServiceGetResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogSearchServiceSearchEntitlementsResponse

type C1APIRequestcatalogV1RequestCatalogSearchServiceSearchEntitlementsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The RequestCatalogSearchServiceSearchEntitlementsResponse message contains a list of results and a nextPageToken if applicable.
	RequestCatalogSearchServiceSearchEntitlementsResponse *shared.RequestCatalogSearchServiceSearchEntitlementsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogSearchServiceSearchEntitlementsResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogSearchServiceSearchEntitlementsResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogSearchServiceSearchEntitlementsResponse) GetRequestCatalogSearchServiceSearchEntitlementsResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogSearchServiceSearchEntitlementsResponse) GetStatusCode added in v1.6.1

type C1APITaskV1TaskActionsServiceApproveRequest

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

func (*C1APITaskV1TaskActionsServiceApproveRequest) GetTaskActionsServiceApproveRequest added in v1.6.1

func (*C1APITaskV1TaskActionsServiceApproveRequest) GetTaskID added in v1.6.1

type C1APITaskV1TaskActionsServiceApproveResponse

type C1APITaskV1TaskActionsServiceApproveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The TaskActionsServiceApproveResponse returns a task view with paths indicating the location of expanded items in the array.
	TaskActionsServiceApproveResponse *shared.TaskActionsServiceApproveResponse
}

func (*C1APITaskV1TaskActionsServiceApproveResponse) GetContentType added in v1.6.1

func (*C1APITaskV1TaskActionsServiceApproveResponse) GetRawResponse added in v1.6.1

func (*C1APITaskV1TaskActionsServiceApproveResponse) GetStatusCode added in v1.6.1

func (*C1APITaskV1TaskActionsServiceApproveResponse) GetTaskActionsServiceApproveResponse added in v1.6.1

type C1APITaskV1TaskActionsServiceCommentRequest

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

func (*C1APITaskV1TaskActionsServiceCommentRequest) GetTaskActionsServiceCommentRequest added in v1.6.1

func (*C1APITaskV1TaskActionsServiceCommentRequest) GetTaskID added in v1.6.1

type C1APITaskV1TaskActionsServiceCommentResponse

type C1APITaskV1TaskActionsServiceCommentResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Task actions service comment response returns the task view inluding the expanded array of items that are indicated by the expand mask on the request.
	TaskActionsServiceCommentResponse *shared.TaskActionsServiceCommentResponse
}

func (*C1APITaskV1TaskActionsServiceCommentResponse) GetContentType added in v1.6.1

func (*C1APITaskV1TaskActionsServiceCommentResponse) GetRawResponse added in v1.6.1

func (*C1APITaskV1TaskActionsServiceCommentResponse) GetStatusCode added in v1.6.1

func (*C1APITaskV1TaskActionsServiceCommentResponse) GetTaskActionsServiceCommentResponse added in v1.6.1

type C1APITaskV1TaskActionsServiceDenyRequest

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

func (*C1APITaskV1TaskActionsServiceDenyRequest) GetTaskActionsServiceDenyRequest added in v1.6.1

func (o *C1APITaskV1TaskActionsServiceDenyRequest) GetTaskActionsServiceDenyRequest() *shared.TaskActionsServiceDenyRequest

func (*C1APITaskV1TaskActionsServiceDenyRequest) GetTaskID added in v1.6.1

type C1APITaskV1TaskActionsServiceDenyResponse

type C1APITaskV1TaskActionsServiceDenyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The TaskActionsServiceDenyResponse returns a task view with paths indicating the location of expanded items in the array.
	TaskActionsServiceDenyResponse *shared.TaskActionsServiceDenyResponse
}

func (*C1APITaskV1TaskActionsServiceDenyResponse) GetContentType added in v1.6.1

func (*C1APITaskV1TaskActionsServiceDenyResponse) GetRawResponse added in v1.6.1

func (*C1APITaskV1TaskActionsServiceDenyResponse) GetStatusCode added in v1.6.1

func (*C1APITaskV1TaskActionsServiceDenyResponse) GetTaskActionsServiceDenyResponse added in v1.6.1

type C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessRequest added in v1.7.0

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

func (*C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessRequest) GetTaskActionsServiceEscalateToEmergencyAccessRequest added in v1.7.0

func (*C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessRequest) GetTaskID added in v1.7.0

type C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessResponse added in v1.7.0

type C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful response
	TaskServiceActionResponse *shared.TaskServiceActionResponse
}

func (*C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessResponse) GetContentType added in v1.7.0

func (*C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessResponse) GetRawResponse added in v1.7.0

func (*C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessResponse) GetStatusCode added in v1.7.0

func (*C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessResponse) GetTaskServiceActionResponse added in v1.7.0

type C1APITaskV1TaskSearchServiceSearchResponse

type C1APITaskV1TaskSearchServiceSearchResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The TaskSearchResponse message contains a list of results and a nextPageToken if applicable.
	TaskSearchResponse *shared.TaskSearchResponse
}

func (*C1APITaskV1TaskSearchServiceSearchResponse) GetContentType added in v1.6.1

func (*C1APITaskV1TaskSearchServiceSearchResponse) GetRawResponse added in v1.6.1

func (*C1APITaskV1TaskSearchServiceSearchResponse) GetStatusCode added in v1.6.1

func (*C1APITaskV1TaskSearchServiceSearchResponse) GetTaskSearchResponse added in v1.6.1

type C1APITaskV1TaskServiceCreateGrantTaskResponse

type C1APITaskV1TaskServiceCreateGrantTaskResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The TaskServiceCreateGrantResponse returns a task view which has a task including JSONPATHs to the expanded items in the expanded array.
	TaskServiceCreateGrantResponse *shared.TaskServiceCreateGrantResponse
}

func (*C1APITaskV1TaskServiceCreateGrantTaskResponse) GetContentType added in v1.6.1

func (*C1APITaskV1TaskServiceCreateGrantTaskResponse) GetRawResponse added in v1.6.1

func (*C1APITaskV1TaskServiceCreateGrantTaskResponse) GetStatusCode added in v1.6.1

func (*C1APITaskV1TaskServiceCreateGrantTaskResponse) GetTaskServiceCreateGrantResponse added in v1.6.1

type C1APITaskV1TaskServiceCreateRevokeTaskResponse

type C1APITaskV1TaskServiceCreateRevokeTaskResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The TaskServiceCreateRevokeResponse returns a task view which has a task including JSONPATHs to the expanded items in the expanded array.
	TaskServiceCreateRevokeResponse *shared.TaskServiceCreateRevokeResponse
}

func (*C1APITaskV1TaskServiceCreateRevokeTaskResponse) GetContentType added in v1.6.1

func (*C1APITaskV1TaskServiceCreateRevokeTaskResponse) GetRawResponse added in v1.6.1

func (*C1APITaskV1TaskServiceCreateRevokeTaskResponse) GetStatusCode added in v1.6.1

func (*C1APITaskV1TaskServiceCreateRevokeTaskResponse) GetTaskServiceCreateRevokeResponse added in v1.6.1

type C1APITaskV1TaskServiceGetRequest

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

func (*C1APITaskV1TaskServiceGetRequest) GetID added in v1.6.1

type C1APITaskV1TaskServiceGetResponse

type C1APITaskV1TaskServiceGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The TaskServiceGetResponse returns a task view which has a task including JSONPATHs to the expanded items in the expanded array.
	TaskServiceGetResponse *shared.TaskServiceGetResponse
}

func (*C1APITaskV1TaskServiceGetResponse) GetContentType added in v1.6.1

func (o *C1APITaskV1TaskServiceGetResponse) GetContentType() string

func (*C1APITaskV1TaskServiceGetResponse) GetRawResponse added in v1.6.1

func (o *C1APITaskV1TaskServiceGetResponse) GetRawResponse() *http.Response

func (*C1APITaskV1TaskServiceGetResponse) GetStatusCode added in v1.6.1

func (o *C1APITaskV1TaskServiceGetResponse) GetStatusCode() int

func (*C1APITaskV1TaskServiceGetResponse) GetTaskServiceGetResponse added in v1.6.1

func (o *C1APITaskV1TaskServiceGetResponse) GetTaskServiceGetResponse() *shared.TaskServiceGetResponse

type C1APIUserV1UserSearchSearchResponse added in v1.0.3

type C1APIUserV1UserSearchSearchResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	SearchUsersResponse *shared.SearchUsersResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIUserV1UserSearchSearchResponse) GetContentType added in v1.6.1

func (o *C1APIUserV1UserSearchSearchResponse) GetContentType() string

func (*C1APIUserV1UserSearchSearchResponse) GetRawResponse added in v1.6.1

func (o *C1APIUserV1UserSearchSearchResponse) GetRawResponse() *http.Response

func (*C1APIUserV1UserSearchSearchResponse) GetSearchUsersResponse added in v1.6.1

func (o *C1APIUserV1UserSearchSearchResponse) GetSearchUsersResponse() *shared.SearchUsersResponse

func (*C1APIUserV1UserSearchSearchResponse) GetStatusCode added in v1.6.1

func (o *C1APIUserV1UserSearchSearchResponse) GetStatusCode() int

type C1APIUserV1UserServiceGetRequest

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

func (*C1APIUserV1UserServiceGetRequest) GetID added in v1.6.1

type C1APIUserV1UserServiceGetResponse

type C1APIUserV1UserServiceGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The UserServiceGetResponse returns a user view which has a user including JSONPATHs to the expanded items in the expanded array.
	UserServiceGetResponse *shared.UserServiceGetResponse
}

func (*C1APIUserV1UserServiceGetResponse) GetContentType added in v1.6.1

func (o *C1APIUserV1UserServiceGetResponse) GetContentType() string

func (*C1APIUserV1UserServiceGetResponse) GetRawResponse added in v1.6.1

func (o *C1APIUserV1UserServiceGetResponse) GetRawResponse() *http.Response

func (*C1APIUserV1UserServiceGetResponse) GetStatusCode added in v1.6.1

func (o *C1APIUserV1UserServiceGetResponse) GetStatusCode() int

func (*C1APIUserV1UserServiceGetResponse) GetUserServiceGetResponse added in v1.6.1

func (o *C1APIUserV1UserServiceGetResponse) GetUserServiceGetResponse() *shared.UserServiceGetResponse

type C1APIUserV1UserServiceListRequest added in v1.7.1

type C1APIUserV1UserServiceListRequest struct {
	PageSize  *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIUserV1UserServiceListRequest) GetPageSize added in v1.7.1

func (o *C1APIUserV1UserServiceListRequest) GetPageSize() *float64

func (*C1APIUserV1UserServiceListRequest) GetPageToken added in v1.7.1

func (o *C1APIUserV1UserServiceListRequest) GetPageToken() *string

type C1APIUserV1UserServiceListResponse added in v1.0.3

type C1APIUserV1UserServiceListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The UserServiceListResponse message contains a list of results and a nextPageToken if applicable.
	UserServiceListResponse *shared.UserServiceListResponse
}

func (*C1APIUserV1UserServiceListResponse) GetContentType added in v1.6.1

func (o *C1APIUserV1UserServiceListResponse) GetContentType() string

func (*C1APIUserV1UserServiceListResponse) GetRawResponse added in v1.6.1

func (o *C1APIUserV1UserServiceListResponse) GetRawResponse() *http.Response

func (*C1APIUserV1UserServiceListResponse) GetStatusCode added in v1.6.1

func (o *C1APIUserV1UserServiceListResponse) GetStatusCode() int

func (*C1APIUserV1UserServiceListResponse) GetUserServiceListResponse added in v1.6.1

func (o *C1APIUserV1UserServiceListResponse) GetUserServiceListResponse() *shared.UserServiceListResponse

Source Files

Jump to

Keyboard shortcuts

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