Versions in this module Expand all Collapse all v57 v57.0.0 Feb 8, 2022 Changes in this version + func GetAccessRequestLifecycleStatesEnumStringValues() []string + func GetAccessRequestSeveritiesEnumStringValues() []string + func GetInfrastrcutureLayersEnumStringValues() []string + func GetListAccessRequestsLifecycleStateEnumStringValues() []string + func GetListAccessRequestsSortByEnumStringValues() []string + func GetListAccessRequestsSortOrderEnumStringValues() []string + func GetListOperatorActionsLifecycleStateEnumStringValues() []string + func GetListOperatorActionsSortByEnumStringValues() []string + func GetListOperatorActionsSortOrderEnumStringValues() []string + func GetListOperatorControlAssignmentsLifecycleStateEnumStringValues() []string + func GetListOperatorControlAssignmentsSortByEnumStringValues() []string + func GetListOperatorControlAssignmentsSortOrderEnumStringValues() []string + func GetListOperatorControlsLifecycleStateEnumStringValues() []string + func GetListOperatorControlsSortByEnumStringValues() []string + func GetListOperatorControlsSortOrderEnumStringValues() []string + func GetOperatorActionCategoriesEnumStringValues() []string + func GetOperatorActionLifecycleStatesEnumStringValues() []string + func GetOperatorControlAssignmentLifecycleStatesEnumStringValues() []string + func GetOperatorControlLifecycleStatesEnumStringValues() []string + func GetResourceTypesEnumStringValues() []string + func GetSortOrdersEnumStringValues() []string + 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 + ResourceType ResourceTypesEnum + Severity AccessRequestSeveritiesEnum + SystemMessage *string + TimeOfCreation *common.SDKTime + TimeOfModification *common.SDKTime + TimeOfUserCreation *common.SDKTime + UserId *string + WorkflowId []string + func (m AccessRequest) String() string + func (m AccessRequest) ValidateEnumValue() (bool, error) + type AccessRequestCollection struct + Items []AccessRequestSummary + func (m AccessRequestCollection) String() string + func (m AccessRequestCollection) ValidateEnumValue() (bool, error) + type AccessRequestHistoryCollection struct + Items []AccessRequestHistorySummary + func (m AccessRequestHistoryCollection) String() string + func (m AccessRequestHistoryCollection) ValidateEnumValue() (bool, error) + type AccessRequestHistorySummary struct + ActionsList []string + Description *string + Duration *int + IsAutoApproved *bool + LifecycleState AccessRequestLifecycleStatesEnum + TimeOfAction *common.SDKTime + UserId *string + func (m AccessRequestHistorySummary) String() string + func (m AccessRequestHistorySummary) ValidateEnumValue() (bool, error) + type AccessRequestLifecycleStatesEnum string + const AccessRequestLifecycleStatesApprovalwaiting + const AccessRequestLifecycleStatesApproved + const AccessRequestLifecycleStatesApprovedforfuture + const AccessRequestLifecycleStatesClosefailed + const AccessRequestLifecycleStatesCompleted + const AccessRequestLifecycleStatesCompleting + const AccessRequestLifecycleStatesCreated + const AccessRequestLifecycleStatesDeployed + const AccessRequestLifecycleStatesDeployfailed + const AccessRequestLifecycleStatesExpired + const AccessRequestLifecycleStatesExpiryfailed + const AccessRequestLifecycleStatesExtended + const AccessRequestLifecycleStatesExtending + const AccessRequestLifecycleStatesExtensionrejected + const AccessRequestLifecycleStatesInreview + 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 + ResourceType ResourceTypesEnum + Severity AccessRequestSeveritiesEnum + TimeOfCreation *common.SDKTime + TimeOfModification *common.SDKTime + TimeOfUserCreation *common.SDKTime + func (m AccessRequestSummary) String() string + func (m AccessRequestSummary) ValidateEnumValue() (bool, error) + 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) ReviewAccessRequest(ctx context.Context, request ReviewAccessRequestRequest) (response ReviewAccessRequestResponse, err error) + func (client AccessRequestsClient) RevokeAccessRequest(ctx context.Context, request RevokeAccessRequestRequest) (response RevokeAccessRequestResponse, err error) + type ApproveAccessRequestDetails struct + AdditionalMessage *string + ApproverComment *string + AuditType []string + TimeOfUserCreation *common.SDKTime + func (m ApproveAccessRequestDetails) String() string + func (m ApproveAccessRequestDetails) ValidateEnumValue() (bool, error) + 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 + func (request ApproveAccessRequestRequest) ValidateEnumValue() (bool, error) + 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 + func (m ChangeOperatorControlAssignmentCompartmentDetails) ValidateEnumValue() (bool, error) + 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 + func (request ChangeOperatorControlAssignmentCompartmentRequest) ValidateEnumValue() (bool, error) + 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 + func (m ChangeOperatorControlCompartmentDetails) ValidateEnumValue() (bool, error) + 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 + func (request ChangeOperatorControlCompartmentRequest) ValidateEnumValue() (bool, error) + 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 + IsAutoApproveDuringMaintenance *bool + IsEnforcedAlways *bool + IsLogForwarded *bool + OperatorControlId *string + RemoteSyslogServerAddress *string + RemoteSyslogServerCACert *string + RemoteSyslogServerPort *int + ResourceCompartmentId *string + ResourceId *string + ResourceName *string + ResourceType ResourceTypesEnum + TimeAssignmentFrom *common.SDKTime + TimeAssignmentTo *common.SDKTime + func (m CreateOperatorControlAssignmentDetails) String() string + func (m CreateOperatorControlAssignmentDetails) ValidateEnumValue() (bool, error) + 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 + func (request CreateOperatorControlAssignmentRequest) ValidateEnumValue() (bool, error) + type CreateOperatorControlAssignmentResponse struct + Etag *string + 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 + ResourceType ResourceTypesEnum + SystemMessage *string + func (m CreateOperatorControlDetails) String() string + func (m CreateOperatorControlDetails) ValidateEnumValue() (bool, error) + 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 + func (request CreateOperatorControlRequest) ValidateEnumValue() (bool, error) + 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 + func (request DeleteOperatorControlAssignmentRequest) ValidateEnumValue() (bool, error) + 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 + func (request DeleteOperatorControlRequest) ValidateEnumValue() (bool, error) + 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 + func (request GetAccessRequestRequest) ValidateEnumValue() (bool, error) + 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 + func (request GetOperatorActionRequest) ValidateEnumValue() (bool, error) + 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 + func (request GetOperatorControlAssignmentRequest) ValidateEnumValue() (bool, error) + 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 + func (request GetOperatorControlRequest) ValidateEnumValue() (bool, error) + 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 + func (request ListAccessRequestHistoriesRequest) ValidateEnumValue() (bool, error) + 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 ListAccessRequestsLifecycleStateApprovedforfuture + const ListAccessRequestsLifecycleStateClosefailed + const ListAccessRequestsLifecycleStateCompleted + const ListAccessRequestsLifecycleStateCompleting + const ListAccessRequestsLifecycleStateCreated + const ListAccessRequestsLifecycleStateDeployed + const ListAccessRequestsLifecycleStateDeployfailed + const ListAccessRequestsLifecycleStateExpired + const ListAccessRequestsLifecycleStateExpiryfailed + const ListAccessRequestsLifecycleStateExtended + const ListAccessRequestsLifecycleStateExtending + const ListAccessRequestsLifecycleStateExtensionrejected + const ListAccessRequestsLifecycleStateInreview + 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 + ResourceType *string + SortBy ListAccessRequestsSortByEnum + SortOrder ListAccessRequestsSortOrderEnum + TimeEnd *common.SDKTime + TimeStart *common.SDKTime + 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 + func (request ListAccessRequestsRequest) ValidateEnumValue() (bool, error) + 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 + ResourceType *string + 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 + func (request ListOperatorActionsRequest) ValidateEnumValue() (bool, error) + 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 + const ListOperatorControlAssignmentsLifecycleStateDeleting + const ListOperatorControlAssignmentsLifecycleStateDeletionfailed + const ListOperatorControlAssignmentsLifecycleStateUpdating + func GetListOperatorControlAssignmentsLifecycleStateEnumValues() []ListOperatorControlAssignmentsLifecycleStateEnum + type ListOperatorControlAssignmentsRequest struct + CompartmentId *string + LifecycleState ListOperatorControlAssignmentsLifecycleStateEnum + Limit *int + OpcRequestId *string + OperatorControlName *string + Page *string + RequestMetadata common.RequestMetadata + ResourceName *string + ResourceType *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 + func (request ListOperatorControlAssignmentsRequest) ValidateEnumValue() (bool, error) + 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 + ResourceType *string + 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 + func (request ListOperatorControlsRequest) ValidateEnumValue() (bool, error) + 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 + CustomerDisplayName *string + Description *string + Id *string + Name *string + Properties []OperatorActionProperties + ResourceType ResourceTypesEnum + func (m OperatorAction) String() string + func (m OperatorAction) ValidateEnumValue() (bool, error) + 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 + func (m OperatorActionCollection) ValidateEnumValue() (bool, error) + type OperatorActionLifecycleStatesEnum string + const OperatorActionLifecycleStatesActive + const OperatorActionLifecycleStatesInactive + func GetOperatorActionLifecycleStatesEnumValues() []OperatorActionLifecycleStatesEnum + type OperatorActionProperties struct + Name *string + Value *string + func (m OperatorActionProperties) String() string + func (m OperatorActionProperties) ValidateEnumValue() (bool, error) + type OperatorActionSummary struct + CompartmentId *string + Component *string + Description *string + Id *string + LifecycleState OperatorActionLifecycleStatesEnum + Name *string + ResourceType ResourceTypesEnum + func (m OperatorActionSummary) String() string + func (m OperatorActionSummary) ValidateEnumValue() (bool, error) + 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 + EmailIdList []string + FreeformTags map[string]string + Id *string + IsFullyPreApproved *bool + LastModifiedInfo *string + LifecycleState OperatorControlLifecycleStatesEnum + OperatorControlName *string + PreApprovedOpActionList []string + ResourceType ResourceTypesEnum + SystemMessage *string + TimeOfCreation *common.SDKTime + TimeOfDeletion *common.SDKTime + TimeOfModification *common.SDKTime + func (m OperatorControl) String() string + func (m OperatorControl) ValidateEnumValue() (bool, error) + type OperatorControlAssignment struct + AssignerId *string + Comment *string + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DetachmentDescription *string + ErrorCode *int + ErrorMessage *string + FreeformTags map[string]string + Id *string + IsAutoApproveDuringMaintenance *bool + IsEnforcedAlways *bool + IsLogForwarded *bool + LifecycleState OperatorControlAssignmentLifecycleStatesEnum + OperatorControlId *string + RemoteSyslogServerAddress *string + RemoteSyslogServerCACert *string + RemoteSyslogServerPort *int + 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 + func (m OperatorControlAssignment) ValidateEnumValue() (bool, error) + 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 + func (m OperatorControlAssignmentCollection) ValidateEnumValue() (bool, error) + type OperatorControlAssignmentLifecycleStatesEnum string + const OperatorControlAssignmentLifecycleStatesApplied + const OperatorControlAssignmentLifecycleStatesApplyfailed + const OperatorControlAssignmentLifecycleStatesCreated + const OperatorControlAssignmentLifecycleStatesDeleted + const OperatorControlAssignmentLifecycleStatesDeleting + const OperatorControlAssignmentLifecycleStatesDeletionfailed + const OperatorControlAssignmentLifecycleStatesUpdating + func GetOperatorControlAssignmentLifecycleStatesEnumValues() []OperatorControlAssignmentLifecycleStatesEnum + type OperatorControlAssignmentSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + ErrorCode *int + ErrorMessage *string + FreeformTags map[string]string + Id *string + IsEnforcedAlways *bool + IsLogForwarded *bool + LifecycleState OperatorControlAssignmentLifecycleStatesEnum + OperatorControlId *string + RemoteSyslogServerAddress *string + RemoteSyslogServerPort *int + ResourceId *string + ResourceType ResourceTypesEnum + TimeAssignmentFrom *common.SDKTime + TimeAssignmentTo *common.SDKTime + TimeOfAssignment *common.SDKTime + func (m OperatorControlAssignmentSummary) String() string + func (m OperatorControlAssignmentSummary) ValidateEnumValue() (bool, error) + 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 + func (m OperatorControlCollection) ValidateEnumValue() (bool, error) + 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 + ResourceType ResourceTypesEnum + TimeOfCreation *common.SDKTime + TimeOfDeletion *common.SDKTime + TimeOfModification *common.SDKTime + func (m OperatorControlSummary) String() string + func (m OperatorControlSummary) ValidateEnumValue() (bool, error) + type RejectAccessRequestDetails struct + ApproverComment *string + func (m RejectAccessRequestDetails) String() string + func (m RejectAccessRequestDetails) ValidateEnumValue() (bool, error) + 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 + func (request RejectAccessRequestRequest) ValidateEnumValue() (bool, error) + 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 ResourceTypesAutonomousvmcluster + const ResourceTypesExacc + const ResourceTypesExadatainfrastructure + func GetResourceTypesEnumValues() []ResourceTypesEnum + type ReviewAccessRequestDetails struct + ApproverComment *string + func (m ReviewAccessRequestDetails) String() string + func (m ReviewAccessRequestDetails) ValidateEnumValue() (bool, error) + type ReviewAccessRequestRequest struct + AccessRequestId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ReviewAccessRequestRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ReviewAccessRequestRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ReviewAccessRequestRequest) RetryPolicy() *common.RetryPolicy + func (request ReviewAccessRequestRequest) String() string + func (request ReviewAccessRequestRequest) ValidateEnumValue() (bool, error) + type ReviewAccessRequestResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response ReviewAccessRequestResponse) HTTPResponse() *http.Response + func (response ReviewAccessRequestResponse) String() string + type RevokeAccessRequestDetails struct + ApproverComment *string + func (m RevokeAccessRequestDetails) String() string + func (m RevokeAccessRequestDetails) ValidateEnumValue() (bool, error) + 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 + func (request RevokeAccessRequestRequest) ValidateEnumValue() (bool, error) + 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 + IsAutoApproveDuringMaintenance *bool + IsEnforcedAlways *bool + IsLogForwarded *bool + RemoteSyslogServerAddress *string + RemoteSyslogServerCACert *string + RemoteSyslogServerPort *int + TimeAssignmentFrom *common.SDKTime + TimeAssignmentTo *common.SDKTime + func (m UpdateOperatorControlAssignmentDetails) String() string + func (m UpdateOperatorControlAssignmentDetails) ValidateEnumValue() (bool, error) + 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 + func (request UpdateOperatorControlAssignmentRequest) ValidateEnumValue() (bool, error) + 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 + func (m UpdateOperatorControlDetails) ValidateEnumValue() (bool, error) + 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 + func (request UpdateOperatorControlRequest) ValidateEnumValue() (bool, error) + 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/v48 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/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