Versions in this module Expand all Collapse all v48 v48.0.0 Sep 28, 2021 Changes in this version + type AccessRequest struct + AccessReasonSummary *string + ActionRequestsList []string + ApproverComment *string + AuditType []string + ClosureComment *string + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Duration *int + ExtendDuration *int + FreeformTags map[string]string + Id *string + IsAutoApproved *bool + LifecycleState AccessRequestLifecycleStatesEnum + OpctlAdditionalMessage *string + OpctlId *string + OpctlName *string + OperatorId *string + Reason *string + RequestId *string + ResourceId *string + ResourceName *string + Severity AccessRequestSeveritiesEnum + SystemMessage *string + TimeOfCreation *common.SDKTime + TimeOfModification *common.SDKTime + UserId *string + WorkflowId []string + func (m AccessRequest) String() string + type AccessRequestCollection struct + Items []AccessRequestSummary + func (m AccessRequestCollection) String() string + type AccessRequestHistoryCollection struct + Items []AccessRequestHistorySummary + func (m AccessRequestHistoryCollection) String() string + type AccessRequestHistorySummary struct + ActionsList []string + Description *string + Duration *int + IsAutoApproved *bool + LifecycleState AccessRequestLifecycleStatesEnum + TimeOfAction *common.SDKTime + UserId *string + func (m AccessRequestHistorySummary) String() string + type AccessRequestLifecycleStatesEnum string + const AccessRequestLifecycleStatesApprovalwaiting + const AccessRequestLifecycleStatesApproved + const AccessRequestLifecycleStatesClosefailed + const AccessRequestLifecycleStatesCompleted + const AccessRequestLifecycleStatesCompleting + const AccessRequestLifecycleStatesCreated + const AccessRequestLifecycleStatesDeployed + const AccessRequestLifecycleStatesDeployfailed + const AccessRequestLifecycleStatesExpired + const AccessRequestLifecycleStatesExpiryfailed + const AccessRequestLifecycleStatesExtended + const AccessRequestLifecycleStatesExtending + const AccessRequestLifecycleStatesExtensionrejected + const AccessRequestLifecycleStatesPreapproved + const AccessRequestLifecycleStatesRejected + const AccessRequestLifecycleStatesRevoked + const AccessRequestLifecycleStatesRevokefailed + const AccessRequestLifecycleStatesRevoking + const AccessRequestLifecycleStatesUndeployed + const AccessRequestLifecycleStatesUndeployfailed + func GetAccessRequestLifecycleStatesEnumValues() []AccessRequestLifecycleStatesEnum + type AccessRequestSeveritiesEnum string + const AccessRequestSeveritiesS1 + const AccessRequestSeveritiesS2 + const AccessRequestSeveritiesS3 + const AccessRequestSeveritiesS4 + func GetAccessRequestSeveritiesEnumValues() []AccessRequestSeveritiesEnum + type AccessRequestSummary struct + AccessReasonSummary *string + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Duration *int + ExtendDuration *int + FreeformTags map[string]string + Id *string + IsAutoApproved *bool + LifecycleState AccessRequestLifecycleStatesEnum + RequestId *string + ResourceId *string + ResourceName *string + Severity AccessRequestSeveritiesEnum + TimeOfCreation *common.SDKTime + TimeOfModification *common.SDKTime + func (m AccessRequestSummary) String() string + type AccessRequestsClient struct + func NewAccessRequestsClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client AccessRequestsClient, err error) + func NewAccessRequestsClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client AccessRequestsClient, err error) + func (client *AccessRequestsClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *AccessRequestsClient) SetRegion(region string) + func (client AccessRequestsClient) ApproveAccessRequest(ctx context.Context, request ApproveAccessRequestRequest) (response ApproveAccessRequestResponse, err error) + func (client AccessRequestsClient) GetAccessRequest(ctx context.Context, request GetAccessRequestRequest) (response GetAccessRequestResponse, err error) + func (client AccessRequestsClient) ListAccessRequestHistories(ctx context.Context, request ListAccessRequestHistoriesRequest) (response ListAccessRequestHistoriesResponse, err error) + func (client AccessRequestsClient) ListAccessRequests(ctx context.Context, request ListAccessRequestsRequest) (response ListAccessRequestsResponse, err error) + func (client AccessRequestsClient) RejectAccessRequest(ctx context.Context, request RejectAccessRequestRequest) (response RejectAccessRequestResponse, err error) + func (client AccessRequestsClient) RevokeAccessRequest(ctx context.Context, request RevokeAccessRequestRequest) (response RevokeAccessRequestResponse, err error) + type ApproveAccessRequestDetails struct + AdditionalMessage *string + ApproverComment *string + AuditType []string + func (m ApproveAccessRequestDetails) String() string + type ApproveAccessRequestRequest struct + AccessRequestId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ApproveAccessRequestRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ApproveAccessRequestRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ApproveAccessRequestRequest) RetryPolicy() *common.RetryPolicy + func (request ApproveAccessRequestRequest) String() string + type ApproveAccessRequestResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response ApproveAccessRequestResponse) HTTPResponse() *http.Response + func (response ApproveAccessRequestResponse) String() string + type ChangeOperatorControlAssignmentCompartmentDetails struct + CompartmentId *string + func (m ChangeOperatorControlAssignmentCompartmentDetails) String() string + type ChangeOperatorControlAssignmentCompartmentRequest struct + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + OperatorControlAssignmentId *string + RequestMetadata common.RequestMetadata + func (request ChangeOperatorControlAssignmentCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeOperatorControlAssignmentCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ChangeOperatorControlAssignmentCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeOperatorControlAssignmentCompartmentRequest) String() string + type ChangeOperatorControlAssignmentCompartmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ChangeOperatorControlAssignmentCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeOperatorControlAssignmentCompartmentResponse) String() string + type ChangeOperatorControlCompartmentDetails struct + CompartmentId *string + func (m ChangeOperatorControlCompartmentDetails) String() string + type ChangeOperatorControlCompartmentRequest struct + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + OperatorControlId *string + RequestMetadata common.RequestMetadata + func (request ChangeOperatorControlCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeOperatorControlCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ChangeOperatorControlCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeOperatorControlCompartmentRequest) String() string + type ChangeOperatorControlCompartmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ChangeOperatorControlCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeOperatorControlCompartmentResponse) String() string + type CreateOperatorControlAssignmentDetails struct + Comment *string + CompartmentId *string + DefinedTags map[string]map[string]interface{} + FreeformTags map[string]string + IsEnforcedAlways *bool + OperatorControlId *string + ResourceCompartmentId *string + ResourceId *string + ResourceName *string + ResourceType ResourceTypesEnum + TimeAssignmentFrom *common.SDKTime + TimeAssignmentTo *common.SDKTime + func (m CreateOperatorControlAssignmentDetails) String() string + type CreateOperatorControlAssignmentRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateOperatorControlAssignmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateOperatorControlAssignmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateOperatorControlAssignmentRequest) RetryPolicy() *common.RetryPolicy + func (request CreateOperatorControlAssignmentRequest) String() string + type CreateOperatorControlAssignmentResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response CreateOperatorControlAssignmentResponse) HTTPResponse() *http.Response + func (response CreateOperatorControlAssignmentResponse) String() string + type CreateOperatorControlDetails struct + ApproverGroupsList []string + ApproversList []string + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + EmailIdList []string + FreeformTags map[string]string + IsFullyPreApproved *bool + OperatorControlName *string + PreApprovedOpActionList []string + SystemMessage *string + func (m CreateOperatorControlDetails) String() string + type CreateOperatorControlRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateOperatorControlRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateOperatorControlRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateOperatorControlRequest) RetryPolicy() *common.RetryPolicy + func (request CreateOperatorControlRequest) String() string + type CreateOperatorControlResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateOperatorControlResponse) HTTPResponse() *http.Response + func (response CreateOperatorControlResponse) String() string + type DeleteOperatorControlAssignmentRequest struct + Description *string + IfMatch *string + OpcRequestId *string + OperatorControlAssignmentId *string + RequestMetadata common.RequestMetadata + func (request DeleteOperatorControlAssignmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteOperatorControlAssignmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request DeleteOperatorControlAssignmentRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteOperatorControlAssignmentRequest) String() string + type DeleteOperatorControlAssignmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response DeleteOperatorControlAssignmentResponse) HTTPResponse() *http.Response + func (response DeleteOperatorControlAssignmentResponse) String() string + type DeleteOperatorControlRequest struct + Description *string + IfMatch *string + OpcRequestId *string + OperatorControlId *string + RequestMetadata common.RequestMetadata + func (request DeleteOperatorControlRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteOperatorControlRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request DeleteOperatorControlRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteOperatorControlRequest) String() string + type DeleteOperatorControlResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response DeleteOperatorControlResponse) HTTPResponse() *http.Response + func (response DeleteOperatorControlResponse) String() string + type GetAccessRequestRequest struct + AccessRequestId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetAccessRequestRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetAccessRequestRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetAccessRequestRequest) RetryPolicy() *common.RetryPolicy + func (request GetAccessRequestRequest) String() string + type GetAccessRequestResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response GetAccessRequestResponse) HTTPResponse() *http.Response + func (response GetAccessRequestResponse) String() string + type GetOperatorActionRequest struct + OpcRequestId *string + OperatorActionId *string + RequestMetadata common.RequestMetadata + func (request GetOperatorActionRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetOperatorActionRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetOperatorActionRequest) RetryPolicy() *common.RetryPolicy + func (request GetOperatorActionRequest) String() string + type GetOperatorActionResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response GetOperatorActionResponse) HTTPResponse() *http.Response + func (response GetOperatorActionResponse) String() string + type GetOperatorControlAssignmentRequest struct + OpcRequestId *string + OperatorControlAssignmentId *string + RequestMetadata common.RequestMetadata + func (request GetOperatorControlAssignmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetOperatorControlAssignmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetOperatorControlAssignmentRequest) RetryPolicy() *common.RetryPolicy + func (request GetOperatorControlAssignmentRequest) String() string + type GetOperatorControlAssignmentResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetOperatorControlAssignmentResponse) HTTPResponse() *http.Response + func (response GetOperatorControlAssignmentResponse) String() string + type GetOperatorControlRequest struct + OpcRequestId *string + OperatorControlId *string + RequestMetadata common.RequestMetadata + func (request GetOperatorControlRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetOperatorControlRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetOperatorControlRequest) RetryPolicy() *common.RetryPolicy + func (request GetOperatorControlRequest) String() string + type GetOperatorControlResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetOperatorControlResponse) HTTPResponse() *http.Response + func (response GetOperatorControlResponse) String() string + type InfrastrcutureLayersEnum string + const InfrastrcutureLayersCellserver + const InfrastrcutureLayersCps + const InfrastrcutureLayersDom0 + func GetInfrastrcutureLayersEnumValues() []InfrastrcutureLayersEnum + type ListAccessRequestHistoriesRequest struct + AccessRequestId *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + func (request ListAccessRequestHistoriesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListAccessRequestHistoriesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListAccessRequestHistoriesRequest) RetryPolicy() *common.RetryPolicy + func (request ListAccessRequestHistoriesRequest) String() string + type ListAccessRequestHistoriesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListAccessRequestHistoriesResponse) HTTPResponse() *http.Response + func (response ListAccessRequestHistoriesResponse) String() string + type ListAccessRequestsLifecycleStateEnum string + const ListAccessRequestsLifecycleStateApprovalwaiting + const ListAccessRequestsLifecycleStateApproved + const ListAccessRequestsLifecycleStateClosefailed + const ListAccessRequestsLifecycleStateCompleted + const ListAccessRequestsLifecycleStateCompleting + const ListAccessRequestsLifecycleStateCreated + const ListAccessRequestsLifecycleStateDeployed + const ListAccessRequestsLifecycleStateDeployfailed + const ListAccessRequestsLifecycleStateExpired + const ListAccessRequestsLifecycleStateExpiryfailed + const ListAccessRequestsLifecycleStateExtended + const ListAccessRequestsLifecycleStateExtending + const ListAccessRequestsLifecycleStateExtensionrejected + const ListAccessRequestsLifecycleStatePreapproved + const ListAccessRequestsLifecycleStateRejected + const ListAccessRequestsLifecycleStateRevoked + const ListAccessRequestsLifecycleStateRevokefailed + const ListAccessRequestsLifecycleStateRevoking + const ListAccessRequestsLifecycleStateUndeployed + const ListAccessRequestsLifecycleStateUndeployfailed + func GetListAccessRequestsLifecycleStateEnumValues() []ListAccessRequestsLifecycleStateEnum + type ListAccessRequestsRequest struct + CompartmentId *string + LifecycleState ListAccessRequestsLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + ResourceName *string + SortBy ListAccessRequestsSortByEnum + SortOrder ListAccessRequestsSortOrderEnum + func (request ListAccessRequestsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListAccessRequestsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListAccessRequestsRequest) RetryPolicy() *common.RetryPolicy + func (request ListAccessRequestsRequest) String() string + type ListAccessRequestsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListAccessRequestsResponse) HTTPResponse() *http.Response + func (response ListAccessRequestsResponse) String() string + type ListAccessRequestsSortByEnum string + const ListAccessRequestsSortByDisplayname + const ListAccessRequestsSortByTimecreated + func GetListAccessRequestsSortByEnumValues() []ListAccessRequestsSortByEnum + type ListAccessRequestsSortOrderEnum string + const ListAccessRequestsSortOrderAsc + const ListAccessRequestsSortOrderDesc + func GetListAccessRequestsSortOrderEnumValues() []ListAccessRequestsSortOrderEnum + type ListOperatorActionsLifecycleStateEnum string + const ListOperatorActionsLifecycleStateActive + const ListOperatorActionsLifecycleStateInactive + func GetListOperatorActionsLifecycleStateEnumValues() []ListOperatorActionsLifecycleStateEnum + type ListOperatorActionsRequest struct + CompartmentId *string + LifecycleState ListOperatorActionsLifecycleStateEnum + Limit *int + Name *string + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListOperatorActionsSortByEnum + SortOrder ListOperatorActionsSortOrderEnum + func (request ListOperatorActionsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListOperatorActionsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListOperatorActionsRequest) RetryPolicy() *common.RetryPolicy + func (request ListOperatorActionsRequest) String() string + type ListOperatorActionsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListOperatorActionsResponse) HTTPResponse() *http.Response + func (response ListOperatorActionsResponse) String() string + type ListOperatorActionsSortByEnum string + const ListOperatorActionsSortByDisplayname + const ListOperatorActionsSortByTimecreated + func GetListOperatorActionsSortByEnumValues() []ListOperatorActionsSortByEnum + type ListOperatorActionsSortOrderEnum string + const ListOperatorActionsSortOrderAsc + const ListOperatorActionsSortOrderDesc + func GetListOperatorActionsSortOrderEnumValues() []ListOperatorActionsSortOrderEnum + type ListOperatorControlAssignmentsLifecycleStateEnum string + const ListOperatorControlAssignmentsLifecycleStateApplied + const ListOperatorControlAssignmentsLifecycleStateApplyfailed + const ListOperatorControlAssignmentsLifecycleStateCreated + const ListOperatorControlAssignmentsLifecycleStateDeleted + func GetListOperatorControlAssignmentsLifecycleStateEnumValues() []ListOperatorControlAssignmentsLifecycleStateEnum + type ListOperatorControlAssignmentsRequest struct + CompartmentId *string + LifecycleState ListOperatorControlAssignmentsLifecycleStateEnum + Limit *int + OpcRequestId *string + OperatorControlName *string + Page *string + RequestMetadata common.RequestMetadata + ResourceName *string + SortBy ListOperatorControlAssignmentsSortByEnum + SortOrder ListOperatorControlAssignmentsSortOrderEnum + func (request ListOperatorControlAssignmentsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListOperatorControlAssignmentsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListOperatorControlAssignmentsRequest) RetryPolicy() *common.RetryPolicy + func (request ListOperatorControlAssignmentsRequest) String() string + type ListOperatorControlAssignmentsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListOperatorControlAssignmentsResponse) HTTPResponse() *http.Response + func (response ListOperatorControlAssignmentsResponse) String() string + type ListOperatorControlAssignmentsSortByEnum string + const ListOperatorControlAssignmentsSortByDisplayname + const ListOperatorControlAssignmentsSortByTimecreated + func GetListOperatorControlAssignmentsSortByEnumValues() []ListOperatorControlAssignmentsSortByEnum + type ListOperatorControlAssignmentsSortOrderEnum string + const ListOperatorControlAssignmentsSortOrderAsc + const ListOperatorControlAssignmentsSortOrderDesc + func GetListOperatorControlAssignmentsSortOrderEnumValues() []ListOperatorControlAssignmentsSortOrderEnum + type ListOperatorControlsLifecycleStateEnum string + const ListOperatorControlsLifecycleStateAssigned + const ListOperatorControlsLifecycleStateCreated + const ListOperatorControlsLifecycleStateDeleted + const ListOperatorControlsLifecycleStateUnassigned + func GetListOperatorControlsLifecycleStateEnumValues() []ListOperatorControlsLifecycleStateEnum + type ListOperatorControlsRequest struct + CompartmentId *string + DisplayName *string + LifecycleState ListOperatorControlsLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListOperatorControlsSortByEnum + SortOrder ListOperatorControlsSortOrderEnum + func (request ListOperatorControlsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListOperatorControlsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListOperatorControlsRequest) RetryPolicy() *common.RetryPolicy + func (request ListOperatorControlsRequest) String() string + type ListOperatorControlsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListOperatorControlsResponse) HTTPResponse() *http.Response + func (response ListOperatorControlsResponse) String() string + type ListOperatorControlsSortByEnum string + const ListOperatorControlsSortByDisplayname + const ListOperatorControlsSortByTimecreated + func GetListOperatorControlsSortByEnumValues() []ListOperatorControlsSortByEnum + type ListOperatorControlsSortOrderEnum string + const ListOperatorControlsSortOrderAsc + const ListOperatorControlsSortOrderDesc + func GetListOperatorControlsSortOrderEnumValues() []ListOperatorControlsSortOrderEnum + type OperatorAction struct + Component *string + Description *string + Id *string + Name *string + Properties []OperatorActionProperties + func (m OperatorAction) String() string + type OperatorActionCategoriesEnum string + const OperatorActionCategoriesCellmanagement + const OperatorActionCategoriesFulladministration + const OperatorActionCategoriesServicediagnostics + const OperatorActionCategoriesServicemanagement + const OperatorActionCategoriesSystemmanagement + func GetOperatorActionCategoriesEnumValues() []OperatorActionCategoriesEnum + type OperatorActionCollection struct + Items []OperatorActionSummary + func (m OperatorActionCollection) String() string + type OperatorActionLifecycleStatesEnum string + const OperatorActionLifecycleStatesActive + const OperatorActionLifecycleStatesInactive + func GetOperatorActionLifecycleStatesEnumValues() []OperatorActionLifecycleStatesEnum + type OperatorActionProperties struct + Name *string + Value *string + func (m OperatorActionProperties) String() string + type OperatorActionSummary struct + CompartmentId *string + Component *string + Description *string + Id *string + LifecycleState OperatorActionLifecycleStatesEnum + Name *string + func (m OperatorActionSummary) String() string + type OperatorActionsClient struct + func NewOperatorActionsClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client OperatorActionsClient, err error) + func NewOperatorActionsClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client OperatorActionsClient, err error) + func (client *OperatorActionsClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *OperatorActionsClient) SetRegion(region string) + func (client OperatorActionsClient) GetOperatorAction(ctx context.Context, request GetOperatorActionRequest) (response GetOperatorActionResponse, err error) + func (client OperatorActionsClient) ListOperatorActions(ctx context.Context, request ListOperatorActionsRequest) (response ListOperatorActionsResponse, err error) + type OperatorControl struct + ApprovalRequiredOpActionList []string + ApproverGroupsList []string + ApproversList []string + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + FreeformTags map[string]string + Id *string + IsFullyPreApproved *bool + LastModifiedInfo *string + LifecycleState OperatorControlLifecycleStatesEnum + OperatorControlName *string + PreApprovedOpActionList []string + SystemMessage *string + TimeOfCreation *common.SDKTime + TimeOfDeletion *common.SDKTime + TimeOfModification *common.SDKTime + func (m OperatorControl) String() string + type OperatorControlAssignment struct + AssignerId *string + Comment *string + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DetachmentDescription *string + FreeformTags map[string]string + Id *string + IsEnforcedAlways *bool + LifecycleState OperatorControlAssignmentLifecycleStatesEnum + OperatorControlId *string + ResourceCompartmentId *string + ResourceId *string + ResourceName *string + ResourceType ResourceTypesEnum + TimeAssignmentFrom *common.SDKTime + TimeAssignmentTo *common.SDKTime + TimeOfAssignment *common.SDKTime + TimeOfDeletion *common.SDKTime + UnassignerId *string + func (m OperatorControlAssignment) String() string + type OperatorControlAssignmentClient struct + func NewOperatorControlAssignmentClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client OperatorControlAssignmentClient, err error) + func NewOperatorControlAssignmentClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client OperatorControlAssignmentClient, err error) + func (client *OperatorControlAssignmentClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *OperatorControlAssignmentClient) SetRegion(region string) + func (client OperatorControlAssignmentClient) ChangeOperatorControlAssignmentCompartment(ctx context.Context, request ChangeOperatorControlAssignmentCompartmentRequest) (response ChangeOperatorControlAssignmentCompartmentResponse, err error) + func (client OperatorControlAssignmentClient) CreateOperatorControlAssignment(ctx context.Context, request CreateOperatorControlAssignmentRequest) (response CreateOperatorControlAssignmentResponse, err error) + func (client OperatorControlAssignmentClient) DeleteOperatorControlAssignment(ctx context.Context, request DeleteOperatorControlAssignmentRequest) (response DeleteOperatorControlAssignmentResponse, err error) + func (client OperatorControlAssignmentClient) GetOperatorControlAssignment(ctx context.Context, request GetOperatorControlAssignmentRequest) (response GetOperatorControlAssignmentResponse, err error) + func (client OperatorControlAssignmentClient) ListOperatorControlAssignments(ctx context.Context, request ListOperatorControlAssignmentsRequest) (response ListOperatorControlAssignmentsResponse, err error) + func (client OperatorControlAssignmentClient) UpdateOperatorControlAssignment(ctx context.Context, request UpdateOperatorControlAssignmentRequest) (response UpdateOperatorControlAssignmentResponse, err error) + type OperatorControlAssignmentCollection struct + Items []OperatorControlAssignmentSummary + func (m OperatorControlAssignmentCollection) String() string + type OperatorControlAssignmentLifecycleStatesEnum string + const OperatorControlAssignmentLifecycleStatesApplied + const OperatorControlAssignmentLifecycleStatesApplyfailed + const OperatorControlAssignmentLifecycleStatesCreated + const OperatorControlAssignmentLifecycleStatesDeleted + func GetOperatorControlAssignmentLifecycleStatesEnumValues() []OperatorControlAssignmentLifecycleStatesEnum + type OperatorControlAssignmentSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + FreeformTags map[string]string + Id *string + IsEnforcedAlways *bool + LifecycleState OperatorControlAssignmentLifecycleStatesEnum + OperatorControlId *string + ResourceId *string + ResourceType *string + TimeAssignmentFrom *common.SDKTime + TimeAssignmentTo *common.SDKTime + TimeOfAssignment *common.SDKTime + func (m OperatorControlAssignmentSummary) String() string + type OperatorControlClient struct + func NewOperatorControlClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client OperatorControlClient, err error) + func NewOperatorControlClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client OperatorControlClient, err error) + func (client *OperatorControlClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *OperatorControlClient) SetRegion(region string) + func (client OperatorControlClient) ChangeOperatorControlCompartment(ctx context.Context, request ChangeOperatorControlCompartmentRequest) (response ChangeOperatorControlCompartmentResponse, err error) + func (client OperatorControlClient) CreateOperatorControl(ctx context.Context, request CreateOperatorControlRequest) (response CreateOperatorControlResponse, err error) + func (client OperatorControlClient) DeleteOperatorControl(ctx context.Context, request DeleteOperatorControlRequest) (response DeleteOperatorControlResponse, err error) + func (client OperatorControlClient) GetOperatorControl(ctx context.Context, request GetOperatorControlRequest) (response GetOperatorControlResponse, err error) + func (client OperatorControlClient) ListOperatorControls(ctx context.Context, request ListOperatorControlsRequest) (response ListOperatorControlsResponse, err error) + func (client OperatorControlClient) UpdateOperatorControl(ctx context.Context, request UpdateOperatorControlRequest) (response UpdateOperatorControlResponse, err error) + type OperatorControlCollection struct + Items []OperatorControlSummary + func (m OperatorControlCollection) String() string + type OperatorControlLifecycleStatesEnum string + const OperatorControlLifecycleStatesAssigned + const OperatorControlLifecycleStatesCreated + const OperatorControlLifecycleStatesDeleted + const OperatorControlLifecycleStatesUnassigned + func GetOperatorControlLifecycleStatesEnumValues() []OperatorControlLifecycleStatesEnum + type OperatorControlSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + FreeformTags map[string]string + Id *string + IsFullyPreApproved *bool + LifecycleState OperatorControlLifecycleStatesEnum + OperatorControlName *string + TimeOfCreation *common.SDKTime + TimeOfDeletion *common.SDKTime + TimeOfModification *common.SDKTime + func (m OperatorControlSummary) String() string + type RejectAccessRequestDetails struct + ApproverComment *string + func (m RejectAccessRequestDetails) String() string + type RejectAccessRequestRequest struct + AccessRequestId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request RejectAccessRequestRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request RejectAccessRequestRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request RejectAccessRequestRequest) RetryPolicy() *common.RetryPolicy + func (request RejectAccessRequestRequest) String() string + type RejectAccessRequestResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response RejectAccessRequestResponse) HTTPResponse() *http.Response + func (response RejectAccessRequestResponse) String() string + type ResourceTypesEnum string + const ResourceTypesExacc + func GetResourceTypesEnumValues() []ResourceTypesEnum + type RevokeAccessRequestDetails struct + ApproverComment *string + func (m RevokeAccessRequestDetails) String() string + type RevokeAccessRequestRequest struct + AccessRequestId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request RevokeAccessRequestRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request RevokeAccessRequestRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request RevokeAccessRequestRequest) RetryPolicy() *common.RetryPolicy + func (request RevokeAccessRequestRequest) String() string + type RevokeAccessRequestResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response RevokeAccessRequestResponse) HTTPResponse() *http.Response + func (response RevokeAccessRequestResponse) String() string + type SortOrdersEnum string + const SortOrdersAsc + const SortOrdersDesc + func GetSortOrdersEnumValues() []SortOrdersEnum + type UpdateOperatorControlAssignmentDetails struct + Comment *string + DefinedTags map[string]map[string]interface{} + FreeformTags map[string]string + IsEnforcedAlways *bool + TimeAssignmentFrom *common.SDKTime + TimeAssignmentTo *common.SDKTime + func (m UpdateOperatorControlAssignmentDetails) String() string + type UpdateOperatorControlAssignmentRequest struct + IfMatch *string + OpcRequestId *string + OperatorControlAssignmentId *string + RequestMetadata common.RequestMetadata + func (request UpdateOperatorControlAssignmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateOperatorControlAssignmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request UpdateOperatorControlAssignmentRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateOperatorControlAssignmentRequest) String() string + type UpdateOperatorControlAssignmentResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateOperatorControlAssignmentResponse) HTTPResponse() *http.Response + func (response UpdateOperatorControlAssignmentResponse) String() string + type UpdateOperatorControlDetails struct + ApproverGroupsList []string + ApproversList []string + DefinedTags map[string]map[string]interface{} + Description *string + EmailIdList []string + FreeformTags map[string]string + IsFullyPreApproved *bool + OperatorControlName *string + PreApprovedOpActionList []string + SystemMessage *string + func (m UpdateOperatorControlDetails) String() string + type UpdateOperatorControlRequest struct + IfMatch *string + OpcRequestId *string + OperatorControlId *string + RequestMetadata common.RequestMetadata + func (request UpdateOperatorControlRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateOperatorControlRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request UpdateOperatorControlRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateOperatorControlRequest) String() string + type UpdateOperatorControlResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateOperatorControlResponse) HTTPResponse() *http.Response + func (response UpdateOperatorControlResponse) String() string Other modules containing this package github.com/oracle/oci-go-sdk/v40 github.com/oracle/oci-go-sdk/v41 github.com/oracle/oci-go-sdk/v42 github.com/oracle/oci-go-sdk/v43 github.com/oracle/oci-go-sdk/v44 github.com/oracle/oci-go-sdk/v45 github.com/oracle/oci-go-sdk/v46 github.com/oracle/oci-go-sdk/v47 github.com/oracle/oci-go-sdk/v49 github.com/oracle/oci-go-sdk/v50 github.com/oracle/oci-go-sdk/v51 github.com/oracle/oci-go-sdk/v52 github.com/oracle/oci-go-sdk/v53 github.com/oracle/oci-go-sdk/v54 github.com/oracle/oci-go-sdk/v55 github.com/oracle/oci-go-sdk/v56 github.com/oracle/oci-go-sdk/v57 github.com/oracle/oci-go-sdk/v58 github.com/oracle/oci-go-sdk/v59 github.com/oracle/oci-go-sdk/v60 github.com/oracle/oci-go-sdk/v61 github.com/oracle/oci-go-sdk/v62 github.com/oracle/oci-go-sdk/v63 github.com/oracle/oci-go-sdk/v64 github.com/oracle/oci-go-sdk/v65