Versions in this module Expand all Collapse all v34 v34.0.0 Jan 26, 2021 Changes in this version + type ActivityProblemAggregation struct + Count *int + DimensionsMap map[string]string + GeographicalLocation *GeographicalLocation + PoliticalLocation *PoliticalLocation + func (m ActivityProblemAggregation) String() string + type ActivityProblemAggregationCollection struct + Items []ActivityProblemAggregation + func (m ActivityProblemAggregationCollection) String() string + type ActorTypeEnum string + const ActorTypeCloudGuardService + const ActorTypeCorrelation + const ActorTypeResponder + const ActorTypeUser + func GetActorTypeEnumValues() []ActorTypeEnum + type AttachTargetDetectorRecipeDetails struct + DetectorRecipeId *string + func (m AttachTargetDetectorRecipeDetails) String() string + type AttachTargetResponderRecipeDetails struct + ResponderRecipeId *string + func (m AttachTargetResponderRecipeDetails) String() string + type CandidateResponderRule struct + DisplayName *string + Id *string + IsPreferred *bool + func (m CandidateResponderRule) String() string + type ChangeDetectorRecipeCompartmentDetails struct + CompartmentId *string + func (m ChangeDetectorRecipeCompartmentDetails) String() string + type ChangeDetectorRecipeCompartmentRequest struct + DetectorRecipeId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeDetectorRecipeCompartmentRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ChangeDetectorRecipeCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeDetectorRecipeCompartmentRequest) String() string + type ChangeDetectorRecipeCompartmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ChangeDetectorRecipeCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeDetectorRecipeCompartmentResponse) String() string + type ChangeManagedListCompartmentDetails struct + CompartmentId *string + func (m ChangeManagedListCompartmentDetails) String() string + type ChangeManagedListCompartmentRequest struct + IfMatch *string + ManagedListId *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeManagedListCompartmentRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ChangeManagedListCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeManagedListCompartmentRequest) String() string + type ChangeManagedListCompartmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ChangeManagedListCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeManagedListCompartmentResponse) String() string + type ChangeResponderRecipeCompartmentDetails struct + CompartmentId *string + func (m ChangeResponderRecipeCompartmentDetails) String() string + type ChangeResponderRecipeCompartmentRequest struct + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + ResponderRecipeId *string + func (request ChangeResponderRecipeCompartmentRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ChangeResponderRecipeCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeResponderRecipeCompartmentRequest) String() string + type ChangeResponderRecipeCompartmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ChangeResponderRecipeCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeResponderRecipeCompartmentResponse) String() string + type CloudGuardClient struct + func NewCloudGuardClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client CloudGuardClient, err error) + func NewCloudGuardClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client CloudGuardClient, err error) + func (client *CloudGuardClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *CloudGuardClient) SetRegion(region string) + func (client CloudGuardClient) ChangeDetectorRecipeCompartment(ctx context.Context, request ChangeDetectorRecipeCompartmentRequest) (response ChangeDetectorRecipeCompartmentResponse, err error) + func (client CloudGuardClient) ChangeManagedListCompartment(ctx context.Context, request ChangeManagedListCompartmentRequest) (response ChangeManagedListCompartmentResponse, err error) + func (client CloudGuardClient) ChangeResponderRecipeCompartment(ctx context.Context, request ChangeResponderRecipeCompartmentRequest) (response ChangeResponderRecipeCompartmentResponse, err error) + func (client CloudGuardClient) CreateDetectorRecipe(ctx context.Context, request CreateDetectorRecipeRequest) (response CreateDetectorRecipeResponse, err error) + func (client CloudGuardClient) CreateManagedList(ctx context.Context, request CreateManagedListRequest) (response CreateManagedListResponse, err error) + func (client CloudGuardClient) CreateResponderRecipe(ctx context.Context, request CreateResponderRecipeRequest) (response CreateResponderRecipeResponse, err error) + func (client CloudGuardClient) CreateTarget(ctx context.Context, request CreateTargetRequest) (response CreateTargetResponse, err error) + func (client CloudGuardClient) CreateTargetDetectorRecipe(ctx context.Context, request CreateTargetDetectorRecipeRequest) (response CreateTargetDetectorRecipeResponse, err error) + func (client CloudGuardClient) CreateTargetResponderRecipe(ctx context.Context, request CreateTargetResponderRecipeRequest) (response CreateTargetResponderRecipeResponse, err error) + func (client CloudGuardClient) DeleteDetectorRecipe(ctx context.Context, request DeleteDetectorRecipeRequest) (response DeleteDetectorRecipeResponse, err error) + func (client CloudGuardClient) DeleteManagedList(ctx context.Context, request DeleteManagedListRequest) (response DeleteManagedListResponse, err error) + func (client CloudGuardClient) DeleteResponderRecipe(ctx context.Context, request DeleteResponderRecipeRequest) (response DeleteResponderRecipeResponse, err error) + func (client CloudGuardClient) DeleteTarget(ctx context.Context, request DeleteTargetRequest) (response DeleteTargetResponse, err error) + func (client CloudGuardClient) DeleteTargetDetectorRecipe(ctx context.Context, request DeleteTargetDetectorRecipeRequest) (response DeleteTargetDetectorRecipeResponse, err error) + func (client CloudGuardClient) DeleteTargetResponderRecipe(ctx context.Context, request DeleteTargetResponderRecipeRequest) (response DeleteTargetResponderRecipeResponse, err error) + func (client CloudGuardClient) ExecuteResponderExecution(ctx context.Context, request ExecuteResponderExecutionRequest) (response ExecuteResponderExecutionResponse, err error) + func (client CloudGuardClient) GetConditionMetadataType(ctx context.Context, request GetConditionMetadataTypeRequest) (response GetConditionMetadataTypeResponse, err error) + func (client CloudGuardClient) GetConfiguration(ctx context.Context, request GetConfigurationRequest) (response GetConfigurationResponse, err error) + func (client CloudGuardClient) GetDetector(ctx context.Context, request GetDetectorRequest) (response GetDetectorResponse, err error) + func (client CloudGuardClient) GetDetectorRecipe(ctx context.Context, request GetDetectorRecipeRequest) (response GetDetectorRecipeResponse, err error) + func (client CloudGuardClient) GetDetectorRecipeDetectorRule(ctx context.Context, request GetDetectorRecipeDetectorRuleRequest) (response GetDetectorRecipeDetectorRuleResponse, err error) + func (client CloudGuardClient) GetDetectorRule(ctx context.Context, request GetDetectorRuleRequest) (response GetDetectorRuleResponse, err error) + func (client CloudGuardClient) GetManagedList(ctx context.Context, request GetManagedListRequest) (response GetManagedListResponse, err error) + func (client CloudGuardClient) GetProblem(ctx context.Context, request GetProblemRequest) (response GetProblemResponse, err error) + func (client CloudGuardClient) GetResponderExecution(ctx context.Context, request GetResponderExecutionRequest) (response GetResponderExecutionResponse, err error) + func (client CloudGuardClient) GetResponderRecipe(ctx context.Context, request GetResponderRecipeRequest) (response GetResponderRecipeResponse, err error) + func (client CloudGuardClient) GetResponderRecipeResponderRule(ctx context.Context, request GetResponderRecipeResponderRuleRequest) (response GetResponderRecipeResponderRuleResponse, err error) + func (client CloudGuardClient) GetResponderRule(ctx context.Context, request GetResponderRuleRequest) (response GetResponderRuleResponse, err error) + func (client CloudGuardClient) GetTarget(ctx context.Context, request GetTargetRequest) (response GetTargetResponse, err error) + func (client CloudGuardClient) GetTargetDetectorRecipe(ctx context.Context, request GetTargetDetectorRecipeRequest) (response GetTargetDetectorRecipeResponse, err error) + func (client CloudGuardClient) GetTargetDetectorRecipeDetectorRule(ctx context.Context, request GetTargetDetectorRecipeDetectorRuleRequest) (response GetTargetDetectorRecipeDetectorRuleResponse, err error) + func (client CloudGuardClient) GetTargetResponderRecipe(ctx context.Context, request GetTargetResponderRecipeRequest) (response GetTargetResponderRecipeResponse, err error) + func (client CloudGuardClient) GetTargetResponderRecipeResponderRule(ctx context.Context, request GetTargetResponderRecipeResponderRuleRequest) (response GetTargetResponderRecipeResponderRuleResponse, err error) + func (client CloudGuardClient) ListConditionMetadataTypes(ctx context.Context, request ListConditionMetadataTypesRequest) (response ListConditionMetadataTypesResponse, err error) + func (client CloudGuardClient) ListDetectorRecipeDetectorRules(ctx context.Context, request ListDetectorRecipeDetectorRulesRequest) (response ListDetectorRecipeDetectorRulesResponse, err error) + func (client CloudGuardClient) ListDetectorRecipes(ctx context.Context, request ListDetectorRecipesRequest) (response ListDetectorRecipesResponse, err error) + func (client CloudGuardClient) ListDetectorRules(ctx context.Context, request ListDetectorRulesRequest) (response ListDetectorRulesResponse, err error) + func (client CloudGuardClient) ListDetectors(ctx context.Context, request ListDetectorsRequest) (response ListDetectorsResponse, err error) + func (client CloudGuardClient) ListImpactedResources(ctx context.Context, request ListImpactedResourcesRequest) (response ListImpactedResourcesResponse, err error) + func (client CloudGuardClient) ListManagedListTypes(ctx context.Context, request ListManagedListTypesRequest) (response ListManagedListTypesResponse, err error) + func (client CloudGuardClient) ListManagedLists(ctx context.Context, request ListManagedListsRequest) (response ListManagedListsResponse, err error) + func (client CloudGuardClient) ListProblemHistories(ctx context.Context, request ListProblemHistoriesRequest) (response ListProblemHistoriesResponse, err error) + func (client CloudGuardClient) ListProblems(ctx context.Context, request ListProblemsRequest) (response ListProblemsResponse, err error) + func (client CloudGuardClient) ListRecommendations(ctx context.Context, request ListRecommendationsRequest) (response ListRecommendationsResponse, err error) + func (client CloudGuardClient) ListResourceTypes(ctx context.Context, request ListResourceTypesRequest) (response ListResourceTypesResponse, err error) + func (client CloudGuardClient) ListResponderActivities(ctx context.Context, request ListResponderActivitiesRequest) (response ListResponderActivitiesResponse, err error) + func (client CloudGuardClient) ListResponderExecutions(ctx context.Context, request ListResponderExecutionsRequest) (response ListResponderExecutionsResponse, err error) + func (client CloudGuardClient) ListResponderRecipeResponderRules(ctx context.Context, request ListResponderRecipeResponderRulesRequest) (response ListResponderRecipeResponderRulesResponse, err error) + func (client CloudGuardClient) ListResponderRecipes(ctx context.Context, request ListResponderRecipesRequest) (response ListResponderRecipesResponse, err error) + func (client CloudGuardClient) ListResponderRules(ctx context.Context, request ListResponderRulesRequest) (response ListResponderRulesResponse, err error) + func (client CloudGuardClient) ListTargetDetectorRecipeDetectorRules(ctx context.Context, request ListTargetDetectorRecipeDetectorRulesRequest) (response ListTargetDetectorRecipeDetectorRulesResponse, err error) + func (client CloudGuardClient) ListTargetDetectorRecipes(ctx context.Context, request ListTargetDetectorRecipesRequest) (response ListTargetDetectorRecipesResponse, err error) + func (client CloudGuardClient) ListTargetResponderRecipeResponderRules(ctx context.Context, request ListTargetResponderRecipeResponderRulesRequest) (response ListTargetResponderRecipeResponderRulesResponse, err error) + func (client CloudGuardClient) ListTargetResponderRecipes(ctx context.Context, request ListTargetResponderRecipesRequest) (response ListTargetResponderRecipesResponse, err error) + func (client CloudGuardClient) ListTargets(ctx context.Context, request ListTargetsRequest) (response ListTargetsResponse, err error) + func (client CloudGuardClient) RequestRiskScores(ctx context.Context, request RequestRiskScoresRequest) (response RequestRiskScoresResponse, err error) + func (client CloudGuardClient) RequestSecurityScoreSummarizedTrend(ctx context.Context, request RequestSecurityScoreSummarizedTrendRequest) (response RequestSecurityScoreSummarizedTrendResponse, err error) + func (client CloudGuardClient) RequestSecurityScores(ctx context.Context, request RequestSecurityScoresRequest) (response RequestSecurityScoresResponse, err error) + func (client CloudGuardClient) RequestSummarizedActivityProblems(ctx context.Context, request RequestSummarizedActivityProblemsRequest) (response RequestSummarizedActivityProblemsResponse, err error) + func (client CloudGuardClient) RequestSummarizedProblems(ctx context.Context, request RequestSummarizedProblemsRequest) (response RequestSummarizedProblemsResponse, err error) + func (client CloudGuardClient) RequestSummarizedResponderExecutions(ctx context.Context, request RequestSummarizedResponderExecutionsRequest) (response RequestSummarizedResponderExecutionsResponse, err error) + func (client CloudGuardClient) RequestSummarizedRiskScores(ctx context.Context, request RequestSummarizedRiskScoresRequest) (response RequestSummarizedRiskScoresResponse, err error) + func (client CloudGuardClient) RequestSummarizedSecurityScores(ctx context.Context, request RequestSummarizedSecurityScoresRequest) (response RequestSummarizedSecurityScoresResponse, err error) + func (client CloudGuardClient) RequestSummarizedTrendProblems(ctx context.Context, request RequestSummarizedTrendProblemsRequest) (response RequestSummarizedTrendProblemsResponse, err error) + func (client CloudGuardClient) RequestSummarizedTrendResponderExecutions(ctx context.Context, request RequestSummarizedTrendResponderExecutionsRequest) (response RequestSummarizedTrendResponderExecutionsResponse, err error) + func (client CloudGuardClient) RequestSummarizedTrendSecurityScores(ctx context.Context, request RequestSummarizedTrendSecurityScoresRequest) (response RequestSummarizedTrendSecurityScoresResponse, err error) + func (client CloudGuardClient) SkipBulkResponderExecution(ctx context.Context, request SkipBulkResponderExecutionRequest) (response SkipBulkResponderExecutionResponse, err error) + func (client CloudGuardClient) SkipResponderExecution(ctx context.Context, request SkipResponderExecutionRequest) (response SkipResponderExecutionResponse, err error) + func (client CloudGuardClient) TriggerResponder(ctx context.Context, request TriggerResponderRequest) (response TriggerResponderResponse, err error) + func (client CloudGuardClient) UpdateBulkProblemStatus(ctx context.Context, request UpdateBulkProblemStatusRequest) (response UpdateBulkProblemStatusResponse, err error) + func (client CloudGuardClient) UpdateConfiguration(ctx context.Context, request UpdateConfigurationRequest) (response UpdateConfigurationResponse, err error) + func (client CloudGuardClient) UpdateDetectorRecipe(ctx context.Context, request UpdateDetectorRecipeRequest) (response UpdateDetectorRecipeResponse, err error) + func (client CloudGuardClient) UpdateDetectorRecipeDetectorRule(ctx context.Context, request UpdateDetectorRecipeDetectorRuleRequest) (response UpdateDetectorRecipeDetectorRuleResponse, err error) + func (client CloudGuardClient) UpdateManagedList(ctx context.Context, request UpdateManagedListRequest) (response UpdateManagedListResponse, err error) + func (client CloudGuardClient) UpdateProblemStatus(ctx context.Context, request UpdateProblemStatusRequest) (response UpdateProblemStatusResponse, err error) + func (client CloudGuardClient) UpdateResponderRecipe(ctx context.Context, request UpdateResponderRecipeRequest) (response UpdateResponderRecipeResponse, err error) + func (client CloudGuardClient) UpdateResponderRecipeResponderRule(ctx context.Context, request UpdateResponderRecipeResponderRuleRequest) (response UpdateResponderRecipeResponderRuleResponse, err error) + func (client CloudGuardClient) UpdateTarget(ctx context.Context, request UpdateTargetRequest) (response UpdateTargetResponse, err error) + func (client CloudGuardClient) UpdateTargetDetectorRecipe(ctx context.Context, request UpdateTargetDetectorRecipeRequest) (response UpdateTargetDetectorRecipeResponse, err error) + func (client CloudGuardClient) UpdateTargetDetectorRecipeDetectorRule(ctx context.Context, request UpdateTargetDetectorRecipeDetectorRuleRequest) (response UpdateTargetDetectorRecipeDetectorRuleResponse, err error) + func (client CloudGuardClient) UpdateTargetResponderRecipe(ctx context.Context, request UpdateTargetResponderRecipeRequest) (response UpdateTargetResponderRecipeResponse, err error) + func (client CloudGuardClient) UpdateTargetResponderRecipeResponderRule(ctx context.Context, request UpdateTargetResponderRecipeResponderRuleRequest) (response UpdateTargetResponderRecipeResponderRuleResponse, err error) + type CloudGuardStatusEnum string + const CloudGuardStatusDisabled + const CloudGuardStatusEnabled + func GetCloudGuardStatusEnumValues() []CloudGuardStatusEnum + type CompositeCondition struct + CompositeOperator CompositeConditionCompositeOperatorEnum + LeftOperand Condition + RightOperand Condition + func (m *CompositeCondition) UnmarshalJSON(data []byte) (e error) + func (m CompositeCondition) MarshalJSON() (buff []byte, e error) + func (m CompositeCondition) String() string + type CompositeConditionCompositeOperatorEnum string + const CompositeConditionCompositeOperatorAnd + const CompositeConditionCompositeOperatorOr + func GetCompositeConditionCompositeOperatorEnumValues() []CompositeConditionCompositeOperatorEnum + type Condition interface + type ConditionFilterTypeEnum string + const ConditionFilterTypeCondition + const ConditionFilterTypeConfig + func GetConditionFilterTypeEnumValues() []ConditionFilterTypeEnum + type ConditionGroup struct + CompartmentId *string + Condition Condition + func (m *ConditionGroup) UnmarshalJSON(data []byte) (e error) + func (m ConditionGroup) String() string + type ConditionKindEnum string + const ConditionKindComposite + const ConditionKindSimple + func GetConditionKindEnumValues() []ConditionKindEnum + type ConditionMetadataType struct + Name *string + ServiceTypes []ServiceTypeSummary + func (m ConditionMetadataType) String() string + type ConditionMetadataTypeCollection struct + Items []ConditionMetadataTypeSummary + func (m ConditionMetadataTypeCollection) String() string + type ConditionMetadataTypeSummary struct + Description *string + Id *string + LifecycleState LifecycleStateEnum + func (m ConditionMetadataTypeSummary) String() string + type ConditionOperator struct + DisplayName *string + Name ConditionOperatorNameEnum + func (m ConditionOperator) String() string + type ConditionOperatorNameEnum string + const ConditionOperatorNameAnd + const ConditionOperatorNameEquals + const ConditionOperatorNameGreaterThan + const ConditionOperatorNameIn + const ConditionOperatorNameLessThan + const ConditionOperatorNameNotEquals + const ConditionOperatorNameNotIn + const ConditionOperatorNameOr + const ConditionOperatorNameRange + func GetConditionOperatorNameEnumValues() []ConditionOperatorNameEnum + type ConditionTypeEnumEnum string + const ConditionTypeEnumActivityCondition + const ConditionTypeEnumCloudGuardCondition + const ConditionTypeEnumSecurityCondition + func GetConditionTypeEnumEnumValues() []ConditionTypeEnumEnum + type ConditionValueTypeEnum string + const ConditionValueTypeCustom + const ConditionValueTypeManaged + func GetConditionValueTypeEnumValues() []ConditionValueTypeEnum + type ConfigValue struct + ListType ConfigurationListItemTypeEnum + ManagedListType *string + Value *string + func (m ConfigValue) String() string + type Configuration struct + ReportingRegion *string + SelfManageResources *bool + Status CloudGuardStatusEnum + func (m Configuration) String() string + type ConfigurationListItemTypeEnum string + const ConfigurationListItemTypeCustom + const ConfigurationListItemTypeManaged + func GetConfigurationListItemTypeEnumValues() []ConfigurationListItemTypeEnum + type CreateDetectorRecipeDetails struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DetectorRules []UpdateDetectorRecipeDetectorRule + DisplayName *string + FreeformTags map[string]string + SourceDetectorRecipeId *string + func (m CreateDetectorRecipeDetails) String() string + type CreateDetectorRecipeRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateDetectorRecipeRequest) HTTPRequest(method, path string) (http.Request, error) + func (request CreateDetectorRecipeRequest) RetryPolicy() *common.RetryPolicy + func (request CreateDetectorRecipeRequest) String() string + type CreateDetectorRecipeResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateDetectorRecipeResponse) HTTPResponse() *http.Response + func (response CreateDetectorRecipeResponse) String() string + type CreateManagedListDetails struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + ListItems []string + ListType ManagedListTypeEnum + SourceManagedListId *string + func (m CreateManagedListDetails) String() string + type CreateManagedListRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateManagedListRequest) HTTPRequest(method, path string) (http.Request, error) + func (request CreateManagedListRequest) RetryPolicy() *common.RetryPolicy + func (request CreateManagedListRequest) String() string + type CreateManagedListResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateManagedListResponse) HTTPResponse() *http.Response + func (response CreateManagedListResponse) String() string + type CreateResponderRecipeDetails struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + ResponderRules []UpdateResponderRecipeResponderRule + SourceResponderRecipeId *string + func (m CreateResponderRecipeDetails) String() string + type CreateResponderRecipeRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateResponderRecipeRequest) HTTPRequest(method, path string) (http.Request, error) + func (request CreateResponderRecipeRequest) RetryPolicy() *common.RetryPolicy + func (request CreateResponderRecipeRequest) String() string + type CreateResponderRecipeResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateResponderRecipeResponse) HTTPResponse() *http.Response + func (response CreateResponderRecipeResponse) String() string + type CreateTargetDetails struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + LifecycleState LifecycleStateEnum + TargetDetectorRecipes []CreateTargetDetectorRecipeDetails + TargetResourceId *string + TargetResourceType TargetResourceTypeEnum + TargetResponderRecipes []CreateTargetResponderRecipeDetails + func (m CreateTargetDetails) String() string + type CreateTargetDetectorRecipeDetails struct + DetectorRecipeId *string + DetectorRules []UpdateTargetRecipeDetectorRuleDetails + func (m CreateTargetDetectorRecipeDetails) String() string + type CreateTargetDetectorRecipeRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + TargetId *string + func (request CreateTargetDetectorRecipeRequest) HTTPRequest(method, path string) (http.Request, error) + func (request CreateTargetDetectorRecipeRequest) RetryPolicy() *common.RetryPolicy + func (request CreateTargetDetectorRecipeRequest) String() string + type CreateTargetDetectorRecipeResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateTargetDetectorRecipeResponse) HTTPResponse() *http.Response + func (response CreateTargetDetectorRecipeResponse) String() string + type CreateTargetRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateTargetRequest) HTTPRequest(method, path string) (http.Request, error) + func (request CreateTargetRequest) RetryPolicy() *common.RetryPolicy + func (request CreateTargetRequest) String() string + type CreateTargetResponderRecipeDetails struct + ResponderRecipeId *string + ResponderRules []UpdateTargetRecipeResponderRuleDetails + func (m CreateTargetResponderRecipeDetails) String() string + type CreateTargetResponderRecipeRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + TargetId *string + func (request CreateTargetResponderRecipeRequest) HTTPRequest(method, path string) (http.Request, error) + func (request CreateTargetResponderRecipeRequest) RetryPolicy() *common.RetryPolicy + func (request CreateTargetResponderRecipeRequest) String() string + type CreateTargetResponderRecipeResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateTargetResponderRecipeResponse) HTTPResponse() *http.Response + func (response CreateTargetResponderRecipeResponse) String() string + type CreateTargetResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateTargetResponse) HTTPResponse() *http.Response + func (response CreateTargetResponse) String() string + type DeleteDetectorRecipeRequest struct + DetectorRecipeId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request DeleteDetectorRecipeRequest) HTTPRequest(method, path string) (http.Request, error) + func (request DeleteDetectorRecipeRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteDetectorRecipeRequest) String() string + type DeleteDetectorRecipeResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response DeleteDetectorRecipeResponse) HTTPResponse() *http.Response + func (response DeleteDetectorRecipeResponse) String() string + type DeleteManagedListRequest struct + IfMatch *string + ManagedListId *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request DeleteManagedListRequest) HTTPRequest(method, path string) (http.Request, error) + func (request DeleteManagedListRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteManagedListRequest) String() string + type DeleteManagedListResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response DeleteManagedListResponse) HTTPResponse() *http.Response + func (response DeleteManagedListResponse) String() string + type DeleteResponderRecipeRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + ResponderRecipeId *string + func (request DeleteResponderRecipeRequest) HTTPRequest(method, path string) (http.Request, error) + func (request DeleteResponderRecipeRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteResponderRecipeRequest) String() string + type DeleteResponderRecipeResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response DeleteResponderRecipeResponse) HTTPResponse() *http.Response + func (response DeleteResponderRecipeResponse) String() string + type DeleteTargetDetectorRecipeRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + TargetDetectorRecipeId *string + TargetId *string + func (request DeleteTargetDetectorRecipeRequest) HTTPRequest(method, path string) (http.Request, error) + func (request DeleteTargetDetectorRecipeRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteTargetDetectorRecipeRequest) String() string + type DeleteTargetDetectorRecipeResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response DeleteTargetDetectorRecipeResponse) HTTPResponse() *http.Response + func (response DeleteTargetDetectorRecipeResponse) String() string + type DeleteTargetRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + TargetId *string + func (request DeleteTargetRequest) HTTPRequest(method, path string) (http.Request, error) + func (request DeleteTargetRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteTargetRequest) String() string + type DeleteTargetResponderRecipeRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + TargetId *string + TargetResponderRecipeId *string + func (request DeleteTargetResponderRecipeRequest) HTTPRequest(method, path string) (http.Request, error) + func (request DeleteTargetResponderRecipeRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteTargetResponderRecipeRequest) String() string + type DeleteTargetResponderRecipeResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response DeleteTargetResponderRecipeResponse) HTTPResponse() *http.Response + func (response DeleteTargetResponderRecipeResponse) String() string + type DeleteTargetResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response DeleteTargetResponse) HTTPResponse() *http.Response + func (response DeleteTargetResponse) String() string + type Detector struct + Description *string + Id *string + LifecycleState LifecycleStateEnum + func (m Detector) String() string + type DetectorCollection struct + Items []DetectorSummary + func (m DetectorCollection) String() string + type DetectorConfiguration struct + ConfigKey *string + DataType *string + Name *string + Value *string + Values []ConfigValue + func (m DetectorConfiguration) String() string + type DetectorDetails struct + Condition Condition + Configurations []DetectorConfiguration + IsConfigurationAllowed *bool + IsEnabled *bool + Labels []string + RiskLevel RiskLevelEnum + func (m *DetectorDetails) UnmarshalJSON(data []byte) (e error) + func (m DetectorDetails) String() string + type DetectorEnumEnum string + const DetectorEnumIaasActivityDetector + const DetectorEnumIaasConfigurationDetector + func GetDetectorEnumEnumValues() []DetectorEnumEnum + type DetectorRecipe struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + Detector DetectorEnumEnum + DetectorRules []DetectorRecipeDetectorRule + DisplayName *string + EffectiveDetectorRules []DetectorRecipeDetectorRule + FreeformTags map[string]string + Id *string + LifecycleState LifecycleStateEnum + Owner OwnerTypeEnum + SourceDetectorRecipeId *string + SystemTags map[string]map[string]interface{} + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m DetectorRecipe) String() string + type DetectorRecipeCollection struct + Items []DetectorRecipeSummary + func (m DetectorRecipeCollection) String() string + type DetectorRecipeDetectorRule struct + CandidateResponderRules []CandidateResponderRule + Description *string + Details *DetectorDetails + Detector DetectorEnumEnum + DetectorRuleId *string + DisplayName *string + LifecycleDetails *string + LifecycleState LifecycleStateEnum + ManagedListTypes []DetectorRecipeDetectorRuleManagedListTypesEnum + Recommendation *string + ResourceType *string + ServiceType *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m DetectorRecipeDetectorRule) String() string + type DetectorRecipeDetectorRuleCollection struct + Items []DetectorRecipeDetectorRuleSummary + func (m DetectorRecipeDetectorRuleCollection) String() string + type DetectorRecipeDetectorRuleManagedListTypesEnum string + const DetectorRecipeDetectorRuleManagedListTypesCidrBlock + const DetectorRecipeDetectorRuleManagedListTypesCity + const DetectorRecipeDetectorRuleManagedListTypesCountry + const DetectorRecipeDetectorRuleManagedListTypesGroups + const DetectorRecipeDetectorRuleManagedListTypesIpv4address + const DetectorRecipeDetectorRuleManagedListTypesIpv6address + const DetectorRecipeDetectorRuleManagedListTypesRegion + const DetectorRecipeDetectorRuleManagedListTypesResourceOcid + const DetectorRecipeDetectorRuleManagedListTypesState + const DetectorRecipeDetectorRuleManagedListTypesTags + const DetectorRecipeDetectorRuleManagedListTypesUsers + func GetDetectorRecipeDetectorRuleManagedListTypesEnumValues() []DetectorRecipeDetectorRuleManagedListTypesEnum + type DetectorRecipeDetectorRuleSummary struct + CandidateResponderRules []CandidateResponderRule + Description *string + Detector DetectorEnumEnum + DetectorDetails *DetectorDetails + DisplayName *string + Id *string + LifecycleDetails *string + LifecycleState LifecycleStateEnum + ManagedListTypes []DetectorRecipeDetectorRuleSummaryManagedListTypesEnum + Recommendation *string + ResourceType *string + ServiceType *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m DetectorRecipeDetectorRuleSummary) String() string + type DetectorRecipeDetectorRuleSummaryManagedListTypesEnum string + const DetectorRecipeDetectorRuleSummaryManagedListTypesCidrBlock + const DetectorRecipeDetectorRuleSummaryManagedListTypesCity + const DetectorRecipeDetectorRuleSummaryManagedListTypesCountry + const DetectorRecipeDetectorRuleSummaryManagedListTypesGroups + const DetectorRecipeDetectorRuleSummaryManagedListTypesIpv4address + const DetectorRecipeDetectorRuleSummaryManagedListTypesIpv6address + const DetectorRecipeDetectorRuleSummaryManagedListTypesRegion + const DetectorRecipeDetectorRuleSummaryManagedListTypesResourceOcid + const DetectorRecipeDetectorRuleSummaryManagedListTypesState + const DetectorRecipeDetectorRuleSummaryManagedListTypesTags + const DetectorRecipeDetectorRuleSummaryManagedListTypesUsers + func GetDetectorRecipeDetectorRuleSummaryManagedListTypesEnumValues() []DetectorRecipeDetectorRuleSummaryManagedListTypesEnum + type DetectorRecipeSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + Detector DetectorEnumEnum + DetectorRules []DetectorRecipeDetectorRule + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState LifecycleStateEnum + Owner OwnerTypeEnum + SourceDetectorRecipeId *string + SystemTags map[string]map[string]interface{} + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m DetectorRecipeSummary) String() string + type DetectorRule struct + CandidateResponderRules []CandidateResponderRule + Description *string + Detector DetectorEnumEnum + DetectorDetails *DetectorDetails + DisplayName *string + Id *string + LifecycleDetails *string + LifecycleState LifecycleStateEnum + ManagedListTypes []DetectorRuleManagedListTypesEnum + Recommendation *string + ResourceType *string + ServiceType *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m DetectorRule) String() string + type DetectorRuleCollection struct + Items []DetectorRuleSummary + func (m DetectorRuleCollection) String() string + type DetectorRuleManagedListTypesEnum string + const DetectorRuleManagedListTypesCidrBlock + const DetectorRuleManagedListTypesCity + const DetectorRuleManagedListTypesCountry + const DetectorRuleManagedListTypesGroups + const DetectorRuleManagedListTypesIpv4address + const DetectorRuleManagedListTypesIpv6address + const DetectorRuleManagedListTypesRegion + const DetectorRuleManagedListTypesResourceOcid + const DetectorRuleManagedListTypesState + const DetectorRuleManagedListTypesTags + const DetectorRuleManagedListTypesUsers + func GetDetectorRuleManagedListTypesEnumValues() []DetectorRuleManagedListTypesEnum + type DetectorRuleSummary struct + CandidateResponderRules []CandidateResponderRule + Description *string + Detector DetectorEnumEnum + DetectorDetails *DetectorDetails + DisplayName *string + Id *string + LifecycleDetails *string + LifecycleState LifecycleStateEnum + ManagedListTypes []DetectorRuleSummaryManagedListTypesEnum + Recommendation *string + ResourceType *string + ServiceType *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m DetectorRuleSummary) String() string + type DetectorRuleSummaryManagedListTypesEnum string + const DetectorRuleSummaryManagedListTypesCidrBlock + const DetectorRuleSummaryManagedListTypesCity + const DetectorRuleSummaryManagedListTypesCountry + const DetectorRuleSummaryManagedListTypesGroups + const DetectorRuleSummaryManagedListTypesIpv4address + const DetectorRuleSummaryManagedListTypesIpv6address + const DetectorRuleSummaryManagedListTypesRegion + const DetectorRuleSummaryManagedListTypesResourceOcid + const DetectorRuleSummaryManagedListTypesState + const DetectorRuleSummaryManagedListTypesTags + const DetectorRuleSummaryManagedListTypesUsers + func GetDetectorRuleSummaryManagedListTypesEnumValues() []DetectorRuleSummaryManagedListTypesEnum + type DetectorSummary struct + Description *string + Id *string + LifecycleState LifecycleStateEnum + func (m DetectorSummary) String() string + type EventStatusEnum string + const EventStatusDismiss + const EventStatusOpen + const EventStatusReopen + const EventStatusResolve + const EventStatusUpdate + func GetEventStatusEnumValues() []EventStatusEnum + type ExecuteResponderExecutionDetails struct + Configurations []ResponderConfiguration + func (m ExecuteResponderExecutionDetails) String() string + type ExecuteResponderExecutionRequest struct + CompartmentId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + ResponderExecutionId *string + func (request ExecuteResponderExecutionRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ExecuteResponderExecutionRequest) RetryPolicy() *common.RetryPolicy + func (request ExecuteResponderExecutionRequest) String() string + type ExecuteResponderExecutionResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ExecuteResponderExecutionResponse) HTTPResponse() *http.Response + func (response ExecuteResponderExecutionResponse) String() string + type FeedProviderTypeEnum string + const FeedProviderTypeCustomer + const FeedProviderTypeOracle + func GetFeedProviderTypeEnumValues() []FeedProviderTypeEnum + type GeographicalLocation struct + Latitude *float64 + Longitude *float64 + func (m GeographicalLocation) String() string + type GetConditionMetadataTypeConditionMetadataTypeIdEnum string + const GetConditionMetadataTypeConditionMetadataTypeIdActivitycondition + const GetConditionMetadataTypeConditionMetadataTypeIdCloudguardcondition + const GetConditionMetadataTypeConditionMetadataTypeIdSecuritycondition + func GetGetConditionMetadataTypeConditionMetadataTypeIdEnumValues() []GetConditionMetadataTypeConditionMetadataTypeIdEnum + type GetConditionMetadataTypeRequest struct + ConditionMetadataTypeId GetConditionMetadataTypeConditionMetadataTypeIdEnum + OpcRequestId *string + RequestMetadata common.RequestMetadata + ResourceType *string + ServiceType *string + func (request GetConditionMetadataTypeRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetConditionMetadataTypeRequest) RetryPolicy() *common.RetryPolicy + func (request GetConditionMetadataTypeRequest) String() string + type GetConditionMetadataTypeResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetConditionMetadataTypeResponse) HTTPResponse() *http.Response + func (response GetConditionMetadataTypeResponse) String() string + type GetConfigurationRequest struct + CompartmentId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetConfigurationRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetConfigurationRequest) RetryPolicy() *common.RetryPolicy + func (request GetConfigurationRequest) String() string + type GetConfigurationResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + RetryAfter *float32 + func (response GetConfigurationResponse) HTTPResponse() *http.Response + func (response GetConfigurationResponse) String() string + type GetDetectorRecipeDetectorRuleRequest struct + DetectorRecipeId *string + DetectorRuleId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetDetectorRecipeDetectorRuleRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetDetectorRecipeDetectorRuleRequest) RetryPolicy() *common.RetryPolicy + func (request GetDetectorRecipeDetectorRuleRequest) String() string + type GetDetectorRecipeDetectorRuleResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetDetectorRecipeDetectorRuleResponse) HTTPResponse() *http.Response + func (response GetDetectorRecipeDetectorRuleResponse) String() string + type GetDetectorRecipeRequest struct + DetectorRecipeId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetDetectorRecipeRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetDetectorRecipeRequest) RetryPolicy() *common.RetryPolicy + func (request GetDetectorRecipeRequest) String() string + type GetDetectorRecipeResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetDetectorRecipeResponse) HTTPResponse() *http.Response + func (response GetDetectorRecipeResponse) String() string + type GetDetectorRequest struct + DetectorId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetDetectorRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetDetectorRequest) RetryPolicy() *common.RetryPolicy + func (request GetDetectorRequest) String() string + type GetDetectorResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response GetDetectorResponse) HTTPResponse() *http.Response + func (response GetDetectorResponse) String() string + type GetDetectorRuleRequest struct + DetectorId *string + DetectorRuleId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetDetectorRuleRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetDetectorRuleRequest) RetryPolicy() *common.RetryPolicy + func (request GetDetectorRuleRequest) String() string + type GetDetectorRuleResponse struct + Etag *string + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response GetDetectorRuleResponse) HTTPResponse() *http.Response + func (response GetDetectorRuleResponse) String() string + type GetManagedListRequest struct + ManagedListId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetManagedListRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetManagedListRequest) RetryPolicy() *common.RetryPolicy + func (request GetManagedListRequest) String() string + type GetManagedListResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetManagedListResponse) HTTPResponse() *http.Response + func (response GetManagedListResponse) String() string + type GetProblemRequest struct + OpcRequestId *string + ProblemId *string + RequestMetadata common.RequestMetadata + func (request GetProblemRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetProblemRequest) RetryPolicy() *common.RetryPolicy + func (request GetProblemRequest) String() string + type GetProblemResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetProblemResponse) HTTPResponse() *http.Response + func (response GetProblemResponse) String() string + type GetResponderExecutionRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + ResponderExecutionId *string + func (request GetResponderExecutionRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetResponderExecutionRequest) RetryPolicy() *common.RetryPolicy + func (request GetResponderExecutionRequest) String() string + type GetResponderExecutionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetResponderExecutionResponse) HTTPResponse() *http.Response + func (response GetResponderExecutionResponse) String() string + type GetResponderRecipeRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + ResponderRecipeId *string + func (request GetResponderRecipeRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetResponderRecipeRequest) RetryPolicy() *common.RetryPolicy + func (request GetResponderRecipeRequest) String() string + type GetResponderRecipeResponderRuleRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + ResponderRecipeId *string + ResponderRuleId *string + func (request GetResponderRecipeResponderRuleRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetResponderRecipeResponderRuleRequest) RetryPolicy() *common.RetryPolicy + func (request GetResponderRecipeResponderRuleRequest) String() string + type GetResponderRecipeResponderRuleResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetResponderRecipeResponderRuleResponse) HTTPResponse() *http.Response + func (response GetResponderRecipeResponderRuleResponse) String() string + type GetResponderRecipeResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetResponderRecipeResponse) HTTPResponse() *http.Response + func (response GetResponderRecipeResponse) String() string + type GetResponderRuleRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + ResponderRuleId *string + func (request GetResponderRuleRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetResponderRuleRequest) RetryPolicy() *common.RetryPolicy + func (request GetResponderRuleRequest) String() string + type GetResponderRuleResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetResponderRuleResponse) HTTPResponse() *http.Response + func (response GetResponderRuleResponse) String() string + type GetTargetDetectorRecipeDetectorRuleRequest struct + DetectorRuleId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + TargetDetectorRecipeId *string + TargetId *string + func (request GetTargetDetectorRecipeDetectorRuleRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetTargetDetectorRecipeDetectorRuleRequest) RetryPolicy() *common.RetryPolicy + func (request GetTargetDetectorRecipeDetectorRuleRequest) String() string + type GetTargetDetectorRecipeDetectorRuleResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetTargetDetectorRecipeDetectorRuleResponse) HTTPResponse() *http.Response + func (response GetTargetDetectorRecipeDetectorRuleResponse) String() string + type GetTargetDetectorRecipeRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + TargetDetectorRecipeId *string + TargetId *string + func (request GetTargetDetectorRecipeRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetTargetDetectorRecipeRequest) RetryPolicy() *common.RetryPolicy + func (request GetTargetDetectorRecipeRequest) String() string + type GetTargetDetectorRecipeResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetTargetDetectorRecipeResponse) HTTPResponse() *http.Response + func (response GetTargetDetectorRecipeResponse) String() string + type GetTargetRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + TargetId *string + func (request GetTargetRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetTargetRequest) RetryPolicy() *common.RetryPolicy + func (request GetTargetRequest) String() string + type GetTargetResponderRecipeRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + TargetId *string + TargetResponderRecipeId *string + func (request GetTargetResponderRecipeRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetTargetResponderRecipeRequest) RetryPolicy() *common.RetryPolicy + func (request GetTargetResponderRecipeRequest) String() string + type GetTargetResponderRecipeResponderRuleRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + ResponderRuleId *string + TargetId *string + TargetResponderRecipeId *string + func (request GetTargetResponderRecipeResponderRuleRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetTargetResponderRecipeResponderRuleRequest) RetryPolicy() *common.RetryPolicy + func (request GetTargetResponderRecipeResponderRuleRequest) String() string + type GetTargetResponderRecipeResponderRuleResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetTargetResponderRecipeResponderRuleResponse) HTTPResponse() *http.Response + func (response GetTargetResponderRecipeResponderRuleResponse) String() string + type GetTargetResponderRecipeResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetTargetResponderRecipeResponse) HTTPResponse() *http.Response + func (response GetTargetResponderRecipeResponse) String() string + type GetTargetResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetTargetResponse) HTTPResponse() *http.Response + func (response GetTargetResponse) String() string + type ImpactedResourceCollection struct + Items []ImpactedResourceSummary + func (m ImpactedResourceCollection) String() string + type ImpactedResourceSummary struct + CompartmentId *string + Id *string + ProblemId *string + Region *string + ResourceId *string + ResourceName *string + ResourceType *string + TimeIdentified *common.SDKTime + func (m ImpactedResourceSummary) String() string + type LifecycleStateEnum string + const LifecycleStateActive + const LifecycleStateCreating + const LifecycleStateDeleted + const LifecycleStateDeleting + const LifecycleStateFailed + const LifecycleStateInactive + const LifecycleStateUpdating + func GetLifecycleStateEnumValues() []LifecycleStateEnum + type ListConditionMetadataTypesLifecycleStateEnum string + const ListConditionMetadataTypesLifecycleStateActive + const ListConditionMetadataTypesLifecycleStateCreating + const ListConditionMetadataTypesLifecycleStateDeleted + const ListConditionMetadataTypesLifecycleStateDeleting + const ListConditionMetadataTypesLifecycleStateFailed + const ListConditionMetadataTypesLifecycleStateInactive + const ListConditionMetadataTypesLifecycleStateUpdating + func GetListConditionMetadataTypesLifecycleStateEnumValues() []ListConditionMetadataTypesLifecycleStateEnum + type ListConditionMetadataTypesRequest struct + CompartmentId *string + LifecycleState ListConditionMetadataTypesLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListConditionMetadataTypesSortByEnum + SortOrder ListConditionMetadataTypesSortOrderEnum + func (request ListConditionMetadataTypesRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListConditionMetadataTypesRequest) RetryPolicy() *common.RetryPolicy + func (request ListConditionMetadataTypesRequest) String() string + type ListConditionMetadataTypesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListConditionMetadataTypesResponse) HTTPResponse() *http.Response + func (response ListConditionMetadataTypesResponse) String() string + type ListConditionMetadataTypesSortByEnum string + const ListConditionMetadataTypesSortByDisplayname + const ListConditionMetadataTypesSortByTimecreated + func GetListConditionMetadataTypesSortByEnumValues() []ListConditionMetadataTypesSortByEnum + type ListConditionMetadataTypesSortOrderEnum string + const ListConditionMetadataTypesSortOrderAsc + const ListConditionMetadataTypesSortOrderDesc + func GetListConditionMetadataTypesSortOrderEnumValues() []ListConditionMetadataTypesSortOrderEnum + type ListDetectorRecipeDetectorRulesLifecycleStateEnum string + const ListDetectorRecipeDetectorRulesLifecycleStateActive + const ListDetectorRecipeDetectorRulesLifecycleStateCreating + const ListDetectorRecipeDetectorRulesLifecycleStateDeleted + const ListDetectorRecipeDetectorRulesLifecycleStateDeleting + const ListDetectorRecipeDetectorRulesLifecycleStateFailed + const ListDetectorRecipeDetectorRulesLifecycleStateInactive + const ListDetectorRecipeDetectorRulesLifecycleStateUpdating + func GetListDetectorRecipeDetectorRulesLifecycleStateEnumValues() []ListDetectorRecipeDetectorRulesLifecycleStateEnum + type ListDetectorRecipeDetectorRulesRequest struct + CompartmentId *string + DetectorRecipeId *string + DisplayName *string + LifecycleState ListDetectorRecipeDetectorRulesLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListDetectorRecipeDetectorRulesSortByEnum + SortOrder ListDetectorRecipeDetectorRulesSortOrderEnum + func (request ListDetectorRecipeDetectorRulesRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListDetectorRecipeDetectorRulesRequest) RetryPolicy() *common.RetryPolicy + func (request ListDetectorRecipeDetectorRulesRequest) String() string + type ListDetectorRecipeDetectorRulesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListDetectorRecipeDetectorRulesResponse) HTTPResponse() *http.Response + func (response ListDetectorRecipeDetectorRulesResponse) String() string + type ListDetectorRecipeDetectorRulesSortByEnum string + const ListDetectorRecipeDetectorRulesSortByDisplayname + const ListDetectorRecipeDetectorRulesSortByRisklevel + func GetListDetectorRecipeDetectorRulesSortByEnumValues() []ListDetectorRecipeDetectorRulesSortByEnum + type ListDetectorRecipeDetectorRulesSortOrderEnum string + const ListDetectorRecipeDetectorRulesSortOrderAsc + const ListDetectorRecipeDetectorRulesSortOrderDesc + func GetListDetectorRecipeDetectorRulesSortOrderEnumValues() []ListDetectorRecipeDetectorRulesSortOrderEnum + type ListDetectorRecipesAccessLevelEnum string + const ListDetectorRecipesAccessLevelAccessible + const ListDetectorRecipesAccessLevelRestricted + func GetListDetectorRecipesAccessLevelEnumValues() []ListDetectorRecipesAccessLevelEnum + type ListDetectorRecipesLifecycleStateEnum string + const ListDetectorRecipesLifecycleStateActive + const ListDetectorRecipesLifecycleStateCreating + const ListDetectorRecipesLifecycleStateDeleted + const ListDetectorRecipesLifecycleStateDeleting + const ListDetectorRecipesLifecycleStateFailed + const ListDetectorRecipesLifecycleStateInactive + const ListDetectorRecipesLifecycleStateUpdating + func GetListDetectorRecipesLifecycleStateEnumValues() []ListDetectorRecipesLifecycleStateEnum + type ListDetectorRecipesRequest struct + AccessLevel ListDetectorRecipesAccessLevelEnum + CompartmentId *string + CompartmentIdInSubtree *bool + DisplayName *string + LifecycleState ListDetectorRecipesLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + ResourceMetadataOnly *bool + SortBy ListDetectorRecipesSortByEnum + SortOrder ListDetectorRecipesSortOrderEnum + func (request ListDetectorRecipesRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListDetectorRecipesRequest) RetryPolicy() *common.RetryPolicy + func (request ListDetectorRecipesRequest) String() string + type ListDetectorRecipesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListDetectorRecipesResponse) HTTPResponse() *http.Response + func (response ListDetectorRecipesResponse) String() string + type ListDetectorRecipesSortByEnum string + const ListDetectorRecipesSortByDisplayname + const ListDetectorRecipesSortByTimecreated + func GetListDetectorRecipesSortByEnumValues() []ListDetectorRecipesSortByEnum + type ListDetectorRecipesSortOrderEnum string + const ListDetectorRecipesSortOrderAsc + const ListDetectorRecipesSortOrderDesc + func GetListDetectorRecipesSortOrderEnumValues() []ListDetectorRecipesSortOrderEnum + type ListDetectorRulesLifecycleStateEnum string + const ListDetectorRulesLifecycleStateActive + const ListDetectorRulesLifecycleStateCreating + const ListDetectorRulesLifecycleStateDeleted + const ListDetectorRulesLifecycleStateDeleting + const ListDetectorRulesLifecycleStateFailed + const ListDetectorRulesLifecycleStateInactive + const ListDetectorRulesLifecycleStateUpdating + func GetListDetectorRulesLifecycleStateEnumValues() []ListDetectorRulesLifecycleStateEnum + type ListDetectorRulesRequest struct + CompartmentId *string + DetectorId *string + DisplayName *string + LifecycleState ListDetectorRulesLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListDetectorRulesSortByEnum + SortOrder ListDetectorRulesSortOrderEnum + func (request ListDetectorRulesRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListDetectorRulesRequest) RetryPolicy() *common.RetryPolicy + func (request ListDetectorRulesRequest) String() string + type ListDetectorRulesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListDetectorRulesResponse) HTTPResponse() *http.Response + func (response ListDetectorRulesResponse) String() string + type ListDetectorRulesSortByEnum string + const ListDetectorRulesSortByDisplayname + const ListDetectorRulesSortByTimecreated + func GetListDetectorRulesSortByEnumValues() []ListDetectorRulesSortByEnum + type ListDetectorRulesSortOrderEnum string + const ListDetectorRulesSortOrderAsc + const ListDetectorRulesSortOrderDesc + func GetListDetectorRulesSortOrderEnumValues() []ListDetectorRulesSortOrderEnum + type ListDetectorsLifecycleStateEnum string + const ListDetectorsLifecycleStateActive + const ListDetectorsLifecycleStateCreating + const ListDetectorsLifecycleStateDeleted + const ListDetectorsLifecycleStateDeleting + const ListDetectorsLifecycleStateFailed + const ListDetectorsLifecycleStateInactive + const ListDetectorsLifecycleStateUpdating + func GetListDetectorsLifecycleStateEnumValues() []ListDetectorsLifecycleStateEnum + type ListDetectorsRequest struct + CompartmentId *string + LifecycleState ListDetectorsLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListDetectorsSortByEnum + SortOrder ListDetectorsSortOrderEnum + func (request ListDetectorsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListDetectorsRequest) RetryPolicy() *common.RetryPolicy + func (request ListDetectorsRequest) String() string + type ListDetectorsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListDetectorsResponse) HTTPResponse() *http.Response + func (response ListDetectorsResponse) String() string + type ListDetectorsSortByEnum string + const ListDetectorsSortByDisplayname + const ListDetectorsSortByTimecreated + func GetListDetectorsSortByEnumValues() []ListDetectorsSortByEnum + type ListDetectorsSortOrderEnum string + const ListDetectorsSortOrderAsc + const ListDetectorsSortOrderDesc + func GetListDetectorsSortOrderEnumValues() []ListDetectorsSortOrderEnum + type ListImpactedResourcesRequest struct + Limit *int + OpcRequestId *string + Page *string + ProblemId *string + RequestMetadata common.RequestMetadata + SortBy ListImpactedResourcesSortByEnum + SortOrder ListImpactedResourcesSortOrderEnum + func (request ListImpactedResourcesRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListImpactedResourcesRequest) RetryPolicy() *common.RetryPolicy + func (request ListImpactedResourcesRequest) String() string + type ListImpactedResourcesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListImpactedResourcesResponse) HTTPResponse() *http.Response + func (response ListImpactedResourcesResponse) String() string + type ListImpactedResourcesSortByEnum string + const ListImpactedResourcesSortByTimecreated + func GetListImpactedResourcesSortByEnumValues() []ListImpactedResourcesSortByEnum + type ListImpactedResourcesSortOrderEnum string + const ListImpactedResourcesSortOrderAsc + const ListImpactedResourcesSortOrderDesc + func GetListImpactedResourcesSortOrderEnumValues() []ListImpactedResourcesSortOrderEnum + type ListManagedListTypesLifecycleStateEnum string + const ListManagedListTypesLifecycleStateActive + const ListManagedListTypesLifecycleStateCreating + const ListManagedListTypesLifecycleStateDeleted + const ListManagedListTypesLifecycleStateDeleting + const ListManagedListTypesLifecycleStateFailed + const ListManagedListTypesLifecycleStateInactive + const ListManagedListTypesLifecycleStateUpdating + func GetListManagedListTypesLifecycleStateEnumValues() []ListManagedListTypesLifecycleStateEnum + type ListManagedListTypesRequest struct + CompartmentId *string + LifecycleState ListManagedListTypesLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListManagedListTypesSortByEnum + SortOrder ListManagedListTypesSortOrderEnum + func (request ListManagedListTypesRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListManagedListTypesRequest) RetryPolicy() *common.RetryPolicy + func (request ListManagedListTypesRequest) String() string + type ListManagedListTypesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListManagedListTypesResponse) HTTPResponse() *http.Response + func (response ListManagedListTypesResponse) String() string + type ListManagedListTypesSortByEnum string + const ListManagedListTypesSortByDisplayname + const ListManagedListTypesSortByRisklevel + func GetListManagedListTypesSortByEnumValues() []ListManagedListTypesSortByEnum + type ListManagedListTypesSortOrderEnum string + const ListManagedListTypesSortOrderAsc + const ListManagedListTypesSortOrderDesc + func GetListManagedListTypesSortOrderEnumValues() []ListManagedListTypesSortOrderEnum + type ListManagedListsAccessLevelEnum string + const ListManagedListsAccessLevelAccessible + const ListManagedListsAccessLevelRestricted + func GetListManagedListsAccessLevelEnumValues() []ListManagedListsAccessLevelEnum + type ListManagedListsLifecycleStateEnum string + const ListManagedListsLifecycleStateActive + const ListManagedListsLifecycleStateCreating + const ListManagedListsLifecycleStateDeleted + const ListManagedListsLifecycleStateDeleting + const ListManagedListsLifecycleStateFailed + const ListManagedListsLifecycleStateInactive + const ListManagedListsLifecycleStateUpdating + func GetListManagedListsLifecycleStateEnumValues() []ListManagedListsLifecycleStateEnum + type ListManagedListsListTypeEnum string + const ListManagedListsListTypeCidrBlock + const ListManagedListsListTypeCity + const ListManagedListsListTypeCountry + const ListManagedListsListTypeGroups + const ListManagedListsListTypeIpv4address + const ListManagedListsListTypeIpv6address + const ListManagedListsListTypeRegion + const ListManagedListsListTypeResourceOcid + const ListManagedListsListTypeState + const ListManagedListsListTypeTags + const ListManagedListsListTypeUsers + func GetListManagedListsListTypeEnumValues() []ListManagedListsListTypeEnum + type ListManagedListsRequest struct + AccessLevel ListManagedListsAccessLevelEnum + CompartmentId *string + CompartmentIdInSubtree *bool + DisplayName *string + LifecycleState ListManagedListsLifecycleStateEnum + Limit *int + ListType ListManagedListsListTypeEnum + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + ResourceMetadataOnly *bool + SortBy ListManagedListsSortByEnum + SortOrder ListManagedListsSortOrderEnum + func (request ListManagedListsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListManagedListsRequest) RetryPolicy() *common.RetryPolicy + func (request ListManagedListsRequest) String() string + type ListManagedListsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListManagedListsResponse) HTTPResponse() *http.Response + func (response ListManagedListsResponse) String() string + type ListManagedListsSortByEnum string + const ListManagedListsSortByDisplayname + const ListManagedListsSortByTimecreated + func GetListManagedListsSortByEnumValues() []ListManagedListsSortByEnum + type ListManagedListsSortOrderEnum string + const ListManagedListsSortOrderAsc + const ListManagedListsSortOrderDesc + func GetListManagedListsSortOrderEnumValues() []ListManagedListsSortOrderEnum + type ListProblemHistoriesRequest struct + CompartmentId *string + Limit *int + OpcRequestId *string + Page *string + ProblemId *string + RequestMetadata common.RequestMetadata + SortBy ListProblemHistoriesSortByEnum + SortOrder ListProblemHistoriesSortOrderEnum + func (request ListProblemHistoriesRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListProblemHistoriesRequest) RetryPolicy() *common.RetryPolicy + func (request ListProblemHistoriesRequest) String() string + type ListProblemHistoriesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListProblemHistoriesResponse) HTTPResponse() *http.Response + func (response ListProblemHistoriesResponse) String() string + type ListProblemHistoriesSortByEnum string + const ListProblemHistoriesSortByTimecreated + func GetListProblemHistoriesSortByEnumValues() []ListProblemHistoriesSortByEnum + type ListProblemHistoriesSortOrderEnum string + const ListProblemHistoriesSortOrderAsc + const ListProblemHistoriesSortOrderDesc + func GetListProblemHistoriesSortOrderEnumValues() []ListProblemHistoriesSortOrderEnum + type ListProblemsAccessLevelEnum string + const ListProblemsAccessLevelAccessible + const ListProblemsAccessLevelRestricted + func GetListProblemsAccessLevelEnumValues() []ListProblemsAccessLevelEnum + type ListProblemsDetectorTypeEnum string + const ListProblemsDetectorTypeActivityDetector + const ListProblemsDetectorTypeConfigurationDetector + func GetListProblemsDetectorTypeEnumValues() []ListProblemsDetectorTypeEnum + type ListProblemsLifecycleDetailEnum string + const ListProblemsLifecycleDetailDismissed + const ListProblemsLifecycleDetailOpen + const ListProblemsLifecycleDetailResolved + func GetListProblemsLifecycleDetailEnumValues() []ListProblemsLifecycleDetailEnum + type ListProblemsLifecycleStateEnum string + const ListProblemsLifecycleStateActive + const ListProblemsLifecycleStateInactive + func GetListProblemsLifecycleStateEnumValues() []ListProblemsLifecycleStateEnum + type ListProblemsRequest struct + AccessLevel ListProblemsAccessLevelEnum + City *string + CompartmentId *string + CompartmentIdInSubtree *bool + Country *string + DetectorRuleIdList []string + DetectorType ListProblemsDetectorTypeEnum + Label *string + LifecycleDetail ListProblemsLifecycleDetailEnum + LifecycleState ListProblemsLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + Region *string + RequestMetadata common.RequestMetadata + ResourceId *string + ResourceType *string + RiskLevel *string + SortBy ListProblemsSortByEnum + SortOrder ListProblemsSortOrderEnum + State *string + TargetId *string + TimeFirstDetectedGreaterThanOrEqualTo *common.SDKTime + TimeFirstDetectedLessThanOrEqualTo *common.SDKTime + TimeLastDetectedGreaterThanOrEqualTo *common.SDKTime + TimeLastDetectedLessThanOrEqualTo *common.SDKTime + func (request ListProblemsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListProblemsRequest) RetryPolicy() *common.RetryPolicy + func (request ListProblemsRequest) String() string + type ListProblemsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListProblemsResponse) HTTPResponse() *http.Response + func (response ListProblemsResponse) String() string + type ListProblemsSortByEnum string + const ListProblemsSortByResourcename + const ListProblemsSortByRisklevel + const ListProblemsSortByTimelastdetected + func GetListProblemsSortByEnumValues() []ListProblemsSortByEnum + type ListProblemsSortOrderEnum string + const ListProblemsSortOrderAsc + const ListProblemsSortOrderDesc + func GetListProblemsSortOrderEnumValues() []ListProblemsSortOrderEnum + type ListRecommendationsAccessLevelEnum string + const ListRecommendationsAccessLevelAccessible + const ListRecommendationsAccessLevelRestricted + func GetListRecommendationsAccessLevelEnumValues() []ListRecommendationsAccessLevelEnum + type ListRecommendationsLifecycleDetailEnum string + const ListRecommendationsLifecycleDetailDismissed + const ListRecommendationsLifecycleDetailOpen + const ListRecommendationsLifecycleDetailResolved + func GetListRecommendationsLifecycleDetailEnumValues() []ListRecommendationsLifecycleDetailEnum + type ListRecommendationsLifecycleStateEnum string + const ListRecommendationsLifecycleStateActive + const ListRecommendationsLifecycleStateCreating + const ListRecommendationsLifecycleStateDeleted + const ListRecommendationsLifecycleStateDeleting + const ListRecommendationsLifecycleStateFailed + const ListRecommendationsLifecycleStateInactive + const ListRecommendationsLifecycleStateUpdating + func GetListRecommendationsLifecycleStateEnumValues() []ListRecommendationsLifecycleStateEnum + type ListRecommendationsRequest struct + AccessLevel ListRecommendationsAccessLevelEnum + CompartmentId *string + CompartmentIdInSubtree *bool + LifecycleDetail ListRecommendationsLifecycleDetailEnum + LifecycleState ListRecommendationsLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListRecommendationsSortByEnum + SortOrder ListRecommendationsSortOrderEnum + TargetId *string + func (request ListRecommendationsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListRecommendationsRequest) RetryPolicy() *common.RetryPolicy + func (request ListRecommendationsRequest) String() string + type ListRecommendationsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListRecommendationsResponse) HTTPResponse() *http.Response + func (response ListRecommendationsResponse) String() string + type ListRecommendationsSortByEnum string + const ListRecommendationsSortByRisklevel + const ListRecommendationsSortByTimecreated + func GetListRecommendationsSortByEnumValues() []ListRecommendationsSortByEnum + type ListRecommendationsSortOrderEnum string + const ListRecommendationsSortOrderAsc + const ListRecommendationsSortOrderDesc + func GetListRecommendationsSortOrderEnumValues() []ListRecommendationsSortOrderEnum + type ListResourceTypesLifecycleStateEnum string + const ListResourceTypesLifecycleStateActive + const ListResourceTypesLifecycleStateCreating + const ListResourceTypesLifecycleStateDeleted + const ListResourceTypesLifecycleStateDeleting + const ListResourceTypesLifecycleStateFailed + const ListResourceTypesLifecycleStateInactive + const ListResourceTypesLifecycleStateUpdating + func GetListResourceTypesLifecycleStateEnumValues() []ListResourceTypesLifecycleStateEnum + type ListResourceTypesRequest struct + CompartmentId *string + LifecycleState ListResourceTypesLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListResourceTypesSortByEnum + SortOrder ListResourceTypesSortOrderEnum + func (request ListResourceTypesRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListResourceTypesRequest) RetryPolicy() *common.RetryPolicy + func (request ListResourceTypesRequest) String() string + type ListResourceTypesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListResourceTypesResponse) HTTPResponse() *http.Response + func (response ListResourceTypesResponse) String() string + type ListResourceTypesSortByEnum string + const ListResourceTypesSortByDisplayname + const ListResourceTypesSortByRisklevel + func GetListResourceTypesSortByEnumValues() []ListResourceTypesSortByEnum + type ListResourceTypesSortOrderEnum string + const ListResourceTypesSortOrderAsc + const ListResourceTypesSortOrderDesc + func GetListResourceTypesSortOrderEnumValues() []ListResourceTypesSortOrderEnum + type ListResponderActivitiesRequest struct + Limit *int + OpcRequestId *string + Page *string + ProblemId *string + RequestMetadata common.RequestMetadata + SortBy ListResponderActivitiesSortByEnum + SortOrder ListResponderActivitiesSortOrderEnum + func (request ListResponderActivitiesRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListResponderActivitiesRequest) RetryPolicy() *common.RetryPolicy + func (request ListResponderActivitiesRequest) String() string + type ListResponderActivitiesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListResponderActivitiesResponse) HTTPResponse() *http.Response + func (response ListResponderActivitiesResponse) String() string + type ListResponderActivitiesSortByEnum string + const ListResponderActivitiesSortByResponderrulename + const ListResponderActivitiesSortByTimecreated + func GetListResponderActivitiesSortByEnumValues() []ListResponderActivitiesSortByEnum + type ListResponderActivitiesSortOrderEnum string + const ListResponderActivitiesSortOrderAsc + const ListResponderActivitiesSortOrderDesc + func GetListResponderActivitiesSortOrderEnumValues() []ListResponderActivitiesSortOrderEnum + type ListResponderExecutionsAccessLevelEnum string + const ListResponderExecutionsAccessLevelAccessible + const ListResponderExecutionsAccessLevelRestricted + func GetListResponderExecutionsAccessLevelEnumValues() []ListResponderExecutionsAccessLevelEnum + type ListResponderExecutionsRequest struct + AccessLevel ListResponderExecutionsAccessLevelEnum + CompartmentId *string + CompartmentIdInSubtree *bool + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + ResourceType *string + ResponderExecutionMode ListResponderExecutionsResponderExecutionModeEnum + ResponderExecutionStatus ListResponderExecutionsResponderExecutionStatusEnum + ResponderRuleIds []string + ResponderType ListResponderExecutionsResponderTypeEnum + SortBy ListResponderExecutionsSortByEnum + SortOrder ListResponderExecutionsSortOrderEnum + TargetId *string + TimeCompletedGreaterThanOrEqualTo *common.SDKTime + TimeCompletedLessThanOrEqualTo *common.SDKTime + TimeCreatedGreaterThanOrEqualTo *common.SDKTime + TimeCreatedLessThanOrEqualTo *common.SDKTime + func (request ListResponderExecutionsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListResponderExecutionsRequest) RetryPolicy() *common.RetryPolicy + func (request ListResponderExecutionsRequest) String() string + type ListResponderExecutionsResponderExecutionModeEnum string + const ListResponderExecutionsResponderExecutionModeAll + const ListResponderExecutionsResponderExecutionModeAutomated + const ListResponderExecutionsResponderExecutionModeManual + func GetListResponderExecutionsResponderExecutionModeEnumValues() []ListResponderExecutionsResponderExecutionModeEnum + type ListResponderExecutionsResponderExecutionStatusEnum string + const ListResponderExecutionsResponderExecutionStatusAll + const ListResponderExecutionsResponderExecutionStatusAwaitingConfirmation + const ListResponderExecutionsResponderExecutionStatusAwaitingInput + const ListResponderExecutionsResponderExecutionStatusFailed + const ListResponderExecutionsResponderExecutionStatusSkipped + const ListResponderExecutionsResponderExecutionStatusStarted + const ListResponderExecutionsResponderExecutionStatusSucceeded + func GetListResponderExecutionsResponderExecutionStatusEnumValues() []ListResponderExecutionsResponderExecutionStatusEnum + type ListResponderExecutionsResponderTypeEnum string + const ListResponderExecutionsResponderTypeNotification + const ListResponderExecutionsResponderTypeRemediation + func GetListResponderExecutionsResponderTypeEnumValues() []ListResponderExecutionsResponderTypeEnum + type ListResponderExecutionsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListResponderExecutionsResponse) HTTPResponse() *http.Response + func (response ListResponderExecutionsResponse) String() string + type ListResponderExecutionsSortByEnum string + const ListResponderExecutionsSortByResourcename + const ListResponderExecutionsSortByResponderrulename + const ListResponderExecutionsSortByTimecompleted + const ListResponderExecutionsSortByTimecreated + func GetListResponderExecutionsSortByEnumValues() []ListResponderExecutionsSortByEnum + type ListResponderExecutionsSortOrderEnum string + const ListResponderExecutionsSortOrderAsc + const ListResponderExecutionsSortOrderDesc + func GetListResponderExecutionsSortOrderEnumValues() []ListResponderExecutionsSortOrderEnum + type ListResponderRecipeResponderRulesLifecycleStateEnum string + const ListResponderRecipeResponderRulesLifecycleStateActive + const ListResponderRecipeResponderRulesLifecycleStateCreating + const ListResponderRecipeResponderRulesLifecycleStateDeleted + const ListResponderRecipeResponderRulesLifecycleStateDeleting + const ListResponderRecipeResponderRulesLifecycleStateFailed + const ListResponderRecipeResponderRulesLifecycleStateInactive + const ListResponderRecipeResponderRulesLifecycleStateUpdating + func GetListResponderRecipeResponderRulesLifecycleStateEnumValues() []ListResponderRecipeResponderRulesLifecycleStateEnum + type ListResponderRecipeResponderRulesRequest struct + CompartmentId *string + DisplayName *string + LifecycleState ListResponderRecipeResponderRulesLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + ResponderRecipeId *string + SortBy ListResponderRecipeResponderRulesSortByEnum + SortOrder ListResponderRecipeResponderRulesSortOrderEnum + func (request ListResponderRecipeResponderRulesRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListResponderRecipeResponderRulesRequest) RetryPolicy() *common.RetryPolicy + func (request ListResponderRecipeResponderRulesRequest) String() string + type ListResponderRecipeResponderRulesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListResponderRecipeResponderRulesResponse) HTTPResponse() *http.Response + func (response ListResponderRecipeResponderRulesResponse) String() string + type ListResponderRecipeResponderRulesSortByEnum string + const ListResponderRecipeResponderRulesSortByDisplayname + const ListResponderRecipeResponderRulesSortByRisklevel + func GetListResponderRecipeResponderRulesSortByEnumValues() []ListResponderRecipeResponderRulesSortByEnum + type ListResponderRecipeResponderRulesSortOrderEnum string + const ListResponderRecipeResponderRulesSortOrderAsc + const ListResponderRecipeResponderRulesSortOrderDesc + func GetListResponderRecipeResponderRulesSortOrderEnumValues() []ListResponderRecipeResponderRulesSortOrderEnum + type ListResponderRecipesAccessLevelEnum string + const ListResponderRecipesAccessLevelAccessible + const ListResponderRecipesAccessLevelRestricted + func GetListResponderRecipesAccessLevelEnumValues() []ListResponderRecipesAccessLevelEnum + type ListResponderRecipesLifecycleStateEnum string + const ListResponderRecipesLifecycleStateActive + const ListResponderRecipesLifecycleStateCreating + const ListResponderRecipesLifecycleStateDeleted + const ListResponderRecipesLifecycleStateDeleting + const ListResponderRecipesLifecycleStateFailed + const ListResponderRecipesLifecycleStateInactive + const ListResponderRecipesLifecycleStateUpdating + func GetListResponderRecipesLifecycleStateEnumValues() []ListResponderRecipesLifecycleStateEnum + type ListResponderRecipesRequest struct + AccessLevel ListResponderRecipesAccessLevelEnum + CompartmentId *string + CompartmentIdInSubtree *bool + DisplayName *string + LifecycleState ListResponderRecipesLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + ResourceMetadataOnly *bool + SortBy ListResponderRecipesSortByEnum + SortOrder ListResponderRecipesSortOrderEnum + func (request ListResponderRecipesRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListResponderRecipesRequest) RetryPolicy() *common.RetryPolicy + func (request ListResponderRecipesRequest) String() string + type ListResponderRecipesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListResponderRecipesResponse) HTTPResponse() *http.Response + func (response ListResponderRecipesResponse) String() string + type ListResponderRecipesSortByEnum string + const ListResponderRecipesSortByDisplayname + const ListResponderRecipesSortByTimecreated + func GetListResponderRecipesSortByEnumValues() []ListResponderRecipesSortByEnum + type ListResponderRecipesSortOrderEnum string + const ListResponderRecipesSortOrderAsc + const ListResponderRecipesSortOrderDesc + func GetListResponderRecipesSortOrderEnumValues() []ListResponderRecipesSortOrderEnum + type ListResponderRulesLifecycleStateEnum string + const ListResponderRulesLifecycleStateActive + const ListResponderRulesLifecycleStateCreating + const ListResponderRulesLifecycleStateDeleted + const ListResponderRulesLifecycleStateDeleting + const ListResponderRulesLifecycleStateFailed + const ListResponderRulesLifecycleStateInactive + const ListResponderRulesLifecycleStateUpdating + func GetListResponderRulesLifecycleStateEnumValues() []ListResponderRulesLifecycleStateEnum + type ListResponderRulesRequest struct + CompartmentId *string + DisplayName *string + LifecycleState ListResponderRulesLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListResponderRulesSortByEnum + SortOrder ListResponderRulesSortOrderEnum + func (request ListResponderRulesRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListResponderRulesRequest) RetryPolicy() *common.RetryPolicy + func (request ListResponderRulesRequest) String() string + type ListResponderRulesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListResponderRulesResponse) HTTPResponse() *http.Response + func (response ListResponderRulesResponse) String() string + type ListResponderRulesSortByEnum string + const ListResponderRulesSortByDisplayname + const ListResponderRulesSortByTimecreated + func GetListResponderRulesSortByEnumValues() []ListResponderRulesSortByEnum + type ListResponderRulesSortOrderEnum string + const ListResponderRulesSortOrderAsc + const ListResponderRulesSortOrderDesc + func GetListResponderRulesSortOrderEnumValues() []ListResponderRulesSortOrderEnum + type ListTargetDetectorRecipeDetectorRulesLifecycleStateEnum string + const ListTargetDetectorRecipeDetectorRulesLifecycleStateActive + const ListTargetDetectorRecipeDetectorRulesLifecycleStateCreating + const ListTargetDetectorRecipeDetectorRulesLifecycleStateDeleted + const ListTargetDetectorRecipeDetectorRulesLifecycleStateDeleting + const ListTargetDetectorRecipeDetectorRulesLifecycleStateFailed + const ListTargetDetectorRecipeDetectorRulesLifecycleStateInactive + const ListTargetDetectorRecipeDetectorRulesLifecycleStateUpdating + func GetListTargetDetectorRecipeDetectorRulesLifecycleStateEnumValues() []ListTargetDetectorRecipeDetectorRulesLifecycleStateEnum + type ListTargetDetectorRecipeDetectorRulesRequest struct + CompartmentId *string + DisplayName *string + LifecycleState ListTargetDetectorRecipeDetectorRulesLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListTargetDetectorRecipeDetectorRulesSortByEnum + SortOrder ListTargetDetectorRecipeDetectorRulesSortOrderEnum + TargetDetectorRecipeId *string + TargetId *string + func (request ListTargetDetectorRecipeDetectorRulesRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListTargetDetectorRecipeDetectorRulesRequest) RetryPolicy() *common.RetryPolicy + func (request ListTargetDetectorRecipeDetectorRulesRequest) String() string + type ListTargetDetectorRecipeDetectorRulesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListTargetDetectorRecipeDetectorRulesResponse) HTTPResponse() *http.Response + func (response ListTargetDetectorRecipeDetectorRulesResponse) String() string + type ListTargetDetectorRecipeDetectorRulesSortByEnum string + const ListTargetDetectorRecipeDetectorRulesSortByDisplayname + const ListTargetDetectorRecipeDetectorRulesSortByRisklevel + func GetListTargetDetectorRecipeDetectorRulesSortByEnumValues() []ListTargetDetectorRecipeDetectorRulesSortByEnum + type ListTargetDetectorRecipeDetectorRulesSortOrderEnum string + const ListTargetDetectorRecipeDetectorRulesSortOrderAsc + const ListTargetDetectorRecipeDetectorRulesSortOrderDesc + func GetListTargetDetectorRecipeDetectorRulesSortOrderEnumValues() []ListTargetDetectorRecipeDetectorRulesSortOrderEnum + type ListTargetDetectorRecipesLifecycleStateEnum string + const ListTargetDetectorRecipesLifecycleStateActive + const ListTargetDetectorRecipesLifecycleStateCreating + const ListTargetDetectorRecipesLifecycleStateDeleted + const ListTargetDetectorRecipesLifecycleStateDeleting + const ListTargetDetectorRecipesLifecycleStateFailed + const ListTargetDetectorRecipesLifecycleStateInactive + const ListTargetDetectorRecipesLifecycleStateUpdating + func GetListTargetDetectorRecipesLifecycleStateEnumValues() []ListTargetDetectorRecipesLifecycleStateEnum + type ListTargetDetectorRecipesRequest struct + CompartmentId *string + DisplayName *string + LifecycleState ListTargetDetectorRecipesLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListTargetDetectorRecipesSortByEnum + SortOrder ListTargetDetectorRecipesSortOrderEnum + TargetId *string + func (request ListTargetDetectorRecipesRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListTargetDetectorRecipesRequest) RetryPolicy() *common.RetryPolicy + func (request ListTargetDetectorRecipesRequest) String() string + type ListTargetDetectorRecipesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListTargetDetectorRecipesResponse) HTTPResponse() *http.Response + func (response ListTargetDetectorRecipesResponse) String() string + type ListTargetDetectorRecipesSortByEnum string + const ListTargetDetectorRecipesSortByDisplayname + const ListTargetDetectorRecipesSortByTimecreated + func GetListTargetDetectorRecipesSortByEnumValues() []ListTargetDetectorRecipesSortByEnum + type ListTargetDetectorRecipesSortOrderEnum string + const ListTargetDetectorRecipesSortOrderAsc + const ListTargetDetectorRecipesSortOrderDesc + func GetListTargetDetectorRecipesSortOrderEnumValues() []ListTargetDetectorRecipesSortOrderEnum + type ListTargetResponderRecipeResponderRulesLifecycleStateEnum string + const ListTargetResponderRecipeResponderRulesLifecycleStateActive + const ListTargetResponderRecipeResponderRulesLifecycleStateCreating + const ListTargetResponderRecipeResponderRulesLifecycleStateDeleted + const ListTargetResponderRecipeResponderRulesLifecycleStateDeleting + const ListTargetResponderRecipeResponderRulesLifecycleStateFailed + const ListTargetResponderRecipeResponderRulesLifecycleStateInactive + const ListTargetResponderRecipeResponderRulesLifecycleStateUpdating + func GetListTargetResponderRecipeResponderRulesLifecycleStateEnumValues() []ListTargetResponderRecipeResponderRulesLifecycleStateEnum + type ListTargetResponderRecipeResponderRulesRequest struct + CompartmentId *string + DisplayName *string + LifecycleState ListTargetResponderRecipeResponderRulesLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListTargetResponderRecipeResponderRulesSortByEnum + SortOrder ListTargetResponderRecipeResponderRulesSortOrderEnum + TargetId *string + TargetResponderRecipeId *string + func (request ListTargetResponderRecipeResponderRulesRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListTargetResponderRecipeResponderRulesRequest) RetryPolicy() *common.RetryPolicy + func (request ListTargetResponderRecipeResponderRulesRequest) String() string + type ListTargetResponderRecipeResponderRulesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListTargetResponderRecipeResponderRulesResponse) HTTPResponse() *http.Response + func (response ListTargetResponderRecipeResponderRulesResponse) String() string + type ListTargetResponderRecipeResponderRulesSortByEnum string + const ListTargetResponderRecipeResponderRulesSortByDisplayname + const ListTargetResponderRecipeResponderRulesSortByRisklevel + func GetListTargetResponderRecipeResponderRulesSortByEnumValues() []ListTargetResponderRecipeResponderRulesSortByEnum + type ListTargetResponderRecipeResponderRulesSortOrderEnum string + const ListTargetResponderRecipeResponderRulesSortOrderAsc + const ListTargetResponderRecipeResponderRulesSortOrderDesc + func GetListTargetResponderRecipeResponderRulesSortOrderEnumValues() []ListTargetResponderRecipeResponderRulesSortOrderEnum + type ListTargetResponderRecipesLifecycleStateEnum string + const ListTargetResponderRecipesLifecycleStateActive + const ListTargetResponderRecipesLifecycleStateCreating + const ListTargetResponderRecipesLifecycleStateDeleted + const ListTargetResponderRecipesLifecycleStateDeleting + const ListTargetResponderRecipesLifecycleStateFailed + const ListTargetResponderRecipesLifecycleStateInactive + const ListTargetResponderRecipesLifecycleStateUpdating + func GetListTargetResponderRecipesLifecycleStateEnumValues() []ListTargetResponderRecipesLifecycleStateEnum + type ListTargetResponderRecipesRequest struct + CompartmentId *string + DisplayName *string + LifecycleState ListTargetResponderRecipesLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListTargetResponderRecipesSortByEnum + SortOrder ListTargetResponderRecipesSortOrderEnum + TargetId *string + func (request ListTargetResponderRecipesRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListTargetResponderRecipesRequest) RetryPolicy() *common.RetryPolicy + func (request ListTargetResponderRecipesRequest) String() string + type ListTargetResponderRecipesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListTargetResponderRecipesResponse) HTTPResponse() *http.Response + func (response ListTargetResponderRecipesResponse) String() string + type ListTargetResponderRecipesSortByEnum string + const ListTargetResponderRecipesSortByDisplayname + const ListTargetResponderRecipesSortByTimecreated + func GetListTargetResponderRecipesSortByEnumValues() []ListTargetResponderRecipesSortByEnum + type ListTargetResponderRecipesSortOrderEnum string + const ListTargetResponderRecipesSortOrderAsc + const ListTargetResponderRecipesSortOrderDesc + func GetListTargetResponderRecipesSortOrderEnumValues() []ListTargetResponderRecipesSortOrderEnum + type ListTargetsAccessLevelEnum string + const ListTargetsAccessLevelAccessible + const ListTargetsAccessLevelRestricted + func GetListTargetsAccessLevelEnumValues() []ListTargetsAccessLevelEnum + type ListTargetsLifecycleStateEnum string + const ListTargetsLifecycleStateActive + const ListTargetsLifecycleStateCreating + const ListTargetsLifecycleStateDeleted + const ListTargetsLifecycleStateDeleting + const ListTargetsLifecycleStateFailed + const ListTargetsLifecycleStateInactive + const ListTargetsLifecycleStateUpdating + func GetListTargetsLifecycleStateEnumValues() []ListTargetsLifecycleStateEnum + type ListTargetsRequest struct + AccessLevel ListTargetsAccessLevelEnum + CompartmentId *string + CompartmentIdInSubtree *bool + DisplayName *string + LifecycleState ListTargetsLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListTargetsSortByEnum + SortOrder ListTargetsSortOrderEnum + func (request ListTargetsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListTargetsRequest) RetryPolicy() *common.RetryPolicy + func (request ListTargetsRequest) String() string + type ListTargetsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListTargetsResponse) HTTPResponse() *http.Response + func (response ListTargetsResponse) String() string + type ListTargetsSortByEnum string + const ListTargetsSortByDisplayname + const ListTargetsSortByTimecreated + func GetListTargetsSortByEnumValues() []ListTargetsSortByEnum + type ListTargetsSortOrderEnum string + const ListTargetsSortOrderAsc + const ListTargetsSortOrderDesc + func GetListTargetsSortOrderEnumValues() []ListTargetsSortOrderEnum + type ManagedList struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FeedProvider FeedProviderTypeEnum + FreeformTags map[string]string + Id *string + IsEditable *bool + LifecycleState LifecycleStateEnum + LifecyleDetails *string + ListItems []string + ListType ManagedListTypeEnum + SourceManagedListId *string + SystemTags map[string]map[string]interface{} + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m ManagedList) String() string + type ManagedListCollection struct + Items []ManagedListSummary + func (m ManagedListCollection) String() string + type ManagedListSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FeedProvider FeedProviderTypeEnum + FreeformTags map[string]string + Id *string + IsEditable *bool + LifecycleState LifecycleStateEnum + LifecyleDetails *string + ListItems []string + ListType ManagedListTypeEnum + SourceManagedListId *string + SystemTags map[string]map[string]interface{} + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m ManagedListSummary) String() string + type ManagedListTypeCollection struct + Items []ManagedListTypeSummary + func (m ManagedListTypeCollection) String() string + type ManagedListTypeEnum string + const ManagedListTypeCidrBlock + const ManagedListTypeCity + const ManagedListTypeCountry + const ManagedListTypeGroups + const ManagedListTypeIpv4Address + const ManagedListTypeIpv6Address + const ManagedListTypeRegion + const ManagedListTypeResourceOcid + const ManagedListTypeState + const ManagedListTypeTags + const ManagedListTypeUsers + func GetManagedListTypeEnumValues() []ManagedListTypeEnum + type ManagedListTypeSummary struct + Description *string + Id *string + LifecycleState LifecycleStateEnum + func (m ManagedListTypeSummary) String() string + type OperatorSummary struct + Datatype *string + DisplayName *string + FilterType ConditionFilterTypeEnum + ManagedListtype *string + MultiListTypes []string + Name *string + Operators []ConditionOperator + func (m OperatorSummary) String() string + type OperatorTypeEnum string + const OperatorTypeEquals + const OperatorTypeIn + const OperatorTypeNotEquals + const OperatorTypeNotIn + func GetOperatorTypeEnumValues() []OperatorTypeEnum + type OwnerTypeEnum string + const OwnerTypeCustomer + const OwnerTypeOracle + func GetOwnerTypeEnumValues() []OwnerTypeEnum + type PoliticalLocation struct + City *string + Country *string + State *string + func (m PoliticalLocation) String() string + type Problem struct + Comment *string + CompartmentId *string + DetectorId DetectorEnumEnum + DetectorRuleId *string + Id *string + Labels []string + LifecycleDetail ProblemLifecycleDetailEnum + LifecycleState ProblemLifecycleStateEnum + Region *string + Regions []string + ResourceId *string + ResourceName *string + ResourceType *string + RiskLevel RiskLevelEnum + TargetId *string + TimeFirstDetected *common.SDKTime + TimeLastDetected *common.SDKTime + func (m Problem) String() string + type ProblemAggregation struct + Count *int + DimensionsMap map[string]string + func (m ProblemAggregation) String() string + type ProblemAggregationCollection struct + Items []ProblemAggregation + func (m ProblemAggregationCollection) String() string + type ProblemCollection struct + Items []ProblemSummary + func (m ProblemCollection) String() string + type ProblemDimensionEnum string + const ProblemDimensionCompartmentId + const ProblemDimensionRegion + const ProblemDimensionResourceType + const ProblemDimensionRiskLevel + func GetProblemDimensionEnumValues() []ProblemDimensionEnum + type ProblemHistoryCollection struct + Items []ProblemHistorySummary + func (m ProblemHistoryCollection) String() string + type ProblemHistorySummary struct + ActorName *string + ActorType ActorTypeEnum + Comment *string + Delta *string + EventStatus EventStatusEnum + Explanation *string + Id *string + LifecycleDetail ProblemLifecycleDetailEnum + ProblemId *string + TimeCreated *common.SDKTime + func (m ProblemHistorySummary) String() string + type ProblemLifecycleDetailEnum string + const ProblemLifecycleDetailDismissed + const ProblemLifecycleDetailOpen + const ProblemLifecycleDetailResolved + func GetProblemLifecycleDetailEnumValues() []ProblemLifecycleDetailEnum + type ProblemLifecycleStateEnum string + const ProblemLifecycleStateActive + const ProblemLifecycleStateInactive + func GetProblemLifecycleStateEnumValues() []ProblemLifecycleStateEnum + type ProblemSummary struct + CompartmentId *string + DetectorId DetectorEnumEnum + DetectorRuleId *string + Id *string + Labels []string + LifecycleDetail ProblemLifecycleDetailEnum + LifecycleState ProblemLifecycleStateEnum + Region *string + Regions []string + ResourceId *string + ResourceName *string + ResourceType *string + RiskLevel RiskLevelEnum + TargetId *string + TimeFirstDetected *common.SDKTime + TimeLastDetected *common.SDKTime + func (m ProblemSummary) String() string + type ProblemTrendAggregation struct + Count *int + DimensionsMap map[string]string + DurationInSeconds *int + StartTimestamp *float32 + func (m ProblemTrendAggregation) String() string + type ProblemTrendAggregationCollection struct + Items []ProblemTrendAggregation + func (m ProblemTrendAggregationCollection) String() string + type RecommendationLifecycleDetailEnum string + const RecommendationLifecycleDetailDismissed + const RecommendationLifecycleDetailOpen + const RecommendationLifecycleDetailResolved + func GetRecommendationLifecycleDetailEnumValues() []RecommendationLifecycleDetailEnum + type RecommendationSummary struct + CompartmentId *string + Description *string + Details map[string]string + Id *string + LifecycleDetail RecommendationLifecycleDetailEnum + LifecycleState LifecycleStateEnum + Name *string + ProblemCount *int64 + RiskLevel RiskLevelEnum + TargetId *string + TenantId *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + Type RecommendationTypeEnum + func (m RecommendationSummary) String() string + type RecommendationSummaryCollection struct + Items []RecommendationSummary + func (m RecommendationSummaryCollection) String() string + type RecommendationTypeEnum string + const RecommendationTypeDetectorProblems + const RecommendationTypeResolvedProblems + func GetRecommendationTypeEnumValues() []RecommendationTypeEnum + type RequestRiskScoresRequest struct + CompartmentId *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + func (request RequestRiskScoresRequest) HTTPRequest(method, path string) (http.Request, error) + func (request RequestRiskScoresRequest) RetryPolicy() *common.RetryPolicy + func (request RequestRiskScoresRequest) String() string + type RequestRiskScoresResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response RequestRiskScoresResponse) HTTPResponse() *http.Response + func (response RequestRiskScoresResponse) String() string + type RequestSecurityScoreSummarizedTrendRequest struct + CompartmentId *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + TimeScoreComputedGreaterThanOrEqualTo *common.SDKTime + TimeScoreComputedLessThanOrEqualTo *common.SDKTime + func (request RequestSecurityScoreSummarizedTrendRequest) HTTPRequest(method, path string) (http.Request, error) + func (request RequestSecurityScoreSummarizedTrendRequest) RetryPolicy() *common.RetryPolicy + func (request RequestSecurityScoreSummarizedTrendRequest) String() string + type RequestSecurityScoreSummarizedTrendResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response RequestSecurityScoreSummarizedTrendResponse) HTTPResponse() *http.Response + func (response RequestSecurityScoreSummarizedTrendResponse) String() string + type RequestSecurityScoresRequest struct + CompartmentId *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + func (request RequestSecurityScoresRequest) HTTPRequest(method, path string) (http.Request, error) + func (request RequestSecurityScoresRequest) RetryPolicy() *common.RetryPolicy + func (request RequestSecurityScoresRequest) String() string + type RequestSecurityScoresResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response RequestSecurityScoresResponse) HTTPResponse() *http.Response + func (response RequestSecurityScoresResponse) String() string + type RequestSummarizedActivityProblemsAccessLevelEnum string + const RequestSummarizedActivityProblemsAccessLevelAccessible + const RequestSummarizedActivityProblemsAccessLevelRestricted + func GetRequestSummarizedActivityProblemsAccessLevelEnumValues() []RequestSummarizedActivityProblemsAccessLevelEnum + type RequestSummarizedActivityProblemsRequest struct + AccessLevel RequestSummarizedActivityProblemsAccessLevelEnum + CompartmentId *string + CompartmentIdInSubtree *bool + IncludeUnknownLocations *bool + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + func (request RequestSummarizedActivityProblemsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request RequestSummarizedActivityProblemsRequest) RetryPolicy() *common.RetryPolicy + func (request RequestSummarizedActivityProblemsRequest) String() string + type RequestSummarizedActivityProblemsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response RequestSummarizedActivityProblemsResponse) HTTPResponse() *http.Response + func (response RequestSummarizedActivityProblemsResponse) String() string + type RequestSummarizedProblemsAccessLevelEnum string + const RequestSummarizedProblemsAccessLevelAccessible + const RequestSummarizedProblemsAccessLevelRestricted + func GetRequestSummarizedProblemsAccessLevelEnumValues() []RequestSummarizedProblemsAccessLevelEnum + type RequestSummarizedProblemsListDimensionsEnum string + const RequestSummarizedProblemsListDimensionsCompartmentId + const RequestSummarizedProblemsListDimensionsRegion + const RequestSummarizedProblemsListDimensionsResourceType + const RequestSummarizedProblemsListDimensionsRiskLevel + func GetRequestSummarizedProblemsListDimensionsEnumValues() []RequestSummarizedProblemsListDimensionsEnum + type RequestSummarizedProblemsRequest struct + AccessLevel RequestSummarizedProblemsAccessLevelEnum + CompartmentId *string + CompartmentIdInSubtree *bool + Limit *int + ListDimensions []RequestSummarizedProblemsListDimensionsEnum + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + func (request RequestSummarizedProblemsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request RequestSummarizedProblemsRequest) RetryPolicy() *common.RetryPolicy + func (request RequestSummarizedProblemsRequest) String() string + type RequestSummarizedProblemsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response RequestSummarizedProblemsResponse) HTTPResponse() *http.Response + func (response RequestSummarizedProblemsResponse) String() string + type RequestSummarizedResponderExecutionsAccessLevelEnum string + const RequestSummarizedResponderExecutionsAccessLevelAccessible + const RequestSummarizedResponderExecutionsAccessLevelRestricted + func GetRequestSummarizedResponderExecutionsAccessLevelEnumValues() []RequestSummarizedResponderExecutionsAccessLevelEnum + type RequestSummarizedResponderExecutionsRequest struct + AccessLevel RequestSummarizedResponderExecutionsAccessLevelEnum + CompartmentId *string + CompartmentIdInSubtree *bool + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + ResponderExecutionStatusFilter []RequestSummarizedResponderExecutionsResponderExecutionStatusFilterEnum + ResponderExecutionsDimensions []RequestSummarizedResponderExecutionsResponderExecutionsDimensionsEnum + ResponderTypeFilter []RequestSummarizedResponderExecutionsResponderTypeFilterEnum + func (request RequestSummarizedResponderExecutionsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request RequestSummarizedResponderExecutionsRequest) RetryPolicy() *common.RetryPolicy + func (request RequestSummarizedResponderExecutionsRequest) String() string + type RequestSummarizedResponderExecutionsResponderExecutionStatusFilterEnum string + const RequestSummarizedResponderExecutionsResponderExecutionStatusFilterAwaitingConfirmation + const RequestSummarizedResponderExecutionsResponderExecutionStatusFilterFailed + const RequestSummarizedResponderExecutionsResponderExecutionStatusFilterSkipped + const RequestSummarizedResponderExecutionsResponderExecutionStatusFilterStarted + const RequestSummarizedResponderExecutionsResponderExecutionStatusFilterSucceeded + func GetRequestSummarizedResponderExecutionsResponderExecutionStatusFilterEnumValues() []RequestSummarizedResponderExecutionsResponderExecutionStatusFilterEnum + type RequestSummarizedResponderExecutionsResponderExecutionsDimensionsEnum string + const RequestSummarizedResponderExecutionsResponderExecutionsDimensionsExecutionStatus + const RequestSummarizedResponderExecutionsResponderExecutionsDimensionsRuleType + func GetRequestSummarizedResponderExecutionsResponderExecutionsDimensionsEnumValues() []RequestSummarizedResponderExecutionsResponderExecutionsDimensionsEnum + type RequestSummarizedResponderExecutionsResponderTypeFilterEnum string + const RequestSummarizedResponderExecutionsResponderTypeFilterNotification + const RequestSummarizedResponderExecutionsResponderTypeFilterRemediation + func GetRequestSummarizedResponderExecutionsResponderTypeFilterEnumValues() []RequestSummarizedResponderExecutionsResponderTypeFilterEnum + type RequestSummarizedResponderExecutionsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response RequestSummarizedResponderExecutionsResponse) HTTPResponse() *http.Response + func (response RequestSummarizedResponderExecutionsResponse) String() string + type RequestSummarizedRiskScoresRequest struct + CompartmentId *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + func (request RequestSummarizedRiskScoresRequest) HTTPRequest(method, path string) (http.Request, error) + func (request RequestSummarizedRiskScoresRequest) RetryPolicy() *common.RetryPolicy + func (request RequestSummarizedRiskScoresRequest) String() string + type RequestSummarizedRiskScoresResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response RequestSummarizedRiskScoresResponse) HTTPResponse() *http.Response + func (response RequestSummarizedRiskScoresResponse) String() string + type RequestSummarizedSecurityScoresRequest struct + CompartmentId *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + func (request RequestSummarizedSecurityScoresRequest) HTTPRequest(method, path string) (http.Request, error) + func (request RequestSummarizedSecurityScoresRequest) RetryPolicy() *common.RetryPolicy + func (request RequestSummarizedSecurityScoresRequest) String() string + type RequestSummarizedSecurityScoresResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response RequestSummarizedSecurityScoresResponse) HTTPResponse() *http.Response + func (response RequestSummarizedSecurityScoresResponse) String() string + type RequestSummarizedTrendProblemsAccessLevelEnum string + const RequestSummarizedTrendProblemsAccessLevelAccessible + const RequestSummarizedTrendProblemsAccessLevelRestricted + func GetRequestSummarizedTrendProblemsAccessLevelEnumValues() []RequestSummarizedTrendProblemsAccessLevelEnum + type RequestSummarizedTrendProblemsRequest struct + AccessLevel RequestSummarizedTrendProblemsAccessLevelEnum + CompartmentId *string + CompartmentIdInSubtree *bool + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + TimeFirstDetectedGreaterThanOrEqualTo *common.SDKTime + TimeFirstDetectedLessThanOrEqualTo *common.SDKTime + func (request RequestSummarizedTrendProblemsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request RequestSummarizedTrendProblemsRequest) RetryPolicy() *common.RetryPolicy + func (request RequestSummarizedTrendProblemsRequest) String() string + type RequestSummarizedTrendProblemsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response RequestSummarizedTrendProblemsResponse) HTTPResponse() *http.Response + func (response RequestSummarizedTrendProblemsResponse) String() string + type RequestSummarizedTrendResponderExecutionsAccessLevelEnum string + const RequestSummarizedTrendResponderExecutionsAccessLevelAccessible + const RequestSummarizedTrendResponderExecutionsAccessLevelRestricted + func GetRequestSummarizedTrendResponderExecutionsAccessLevelEnumValues() []RequestSummarizedTrendResponderExecutionsAccessLevelEnum + type RequestSummarizedTrendResponderExecutionsRequest struct + AccessLevel RequestSummarizedTrendResponderExecutionsAccessLevelEnum + CompartmentId *string + CompartmentIdInSubtree *bool + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + TimeCompletedGreaterThanOrEqualTo *common.SDKTime + TimeCompletedLessThanOrEqualTo *common.SDKTime + func (request RequestSummarizedTrendResponderExecutionsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request RequestSummarizedTrendResponderExecutionsRequest) RetryPolicy() *common.RetryPolicy + func (request RequestSummarizedTrendResponderExecutionsRequest) String() string + type RequestSummarizedTrendResponderExecutionsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response RequestSummarizedTrendResponderExecutionsResponse) HTTPResponse() *http.Response + func (response RequestSummarizedTrendResponderExecutionsResponse) String() string + type RequestSummarizedTrendSecurityScoresRequest struct + CompartmentId *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + TimeScoreComputedGreaterThanOrEqualTo *common.SDKTime + TimeScoreComputedLessThanOrEqualTo *common.SDKTime + func (request RequestSummarizedTrendSecurityScoresRequest) HTTPRequest(method, path string) (http.Request, error) + func (request RequestSummarizedTrendSecurityScoresRequest) RetryPolicy() *common.RetryPolicy + func (request RequestSummarizedTrendSecurityScoresRequest) String() string + type RequestSummarizedTrendSecurityScoresResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response RequestSummarizedTrendSecurityScoresResponse) HTTPResponse() *http.Response + func (response RequestSummarizedTrendSecurityScoresResponse) String() string + type ResourceTypeCollection struct + Items []ResourceTypeSummary + func (m ResourceTypeCollection) String() string + type ResourceTypeSummary struct + DisplayName *string + Name *string + Rules []RuleSummary + func (m ResourceTypeSummary) String() string + type ResponderActivityCollection struct + Items []ResponderActivitySummary + func (m ResponderActivityCollection) String() string + type ResponderActivitySummary struct + Id *string + Message *string + ProblemId *string + ResponderActivityType ResponderActivityTypeEnum + ResponderExecutionStatus ResponderExecutionStatesEnum + ResponderRuleId *string + ResponderRuleName *string + ResponderType ResponderTypeEnum + TimeCreated *common.SDKTime + func (m ResponderActivitySummary) String() string + type ResponderActivityTypeEnum string + const ResponderActivityTypeCompleted + const ResponderActivityTypeStarted + func GetResponderActivityTypeEnumValues() []ResponderActivityTypeEnum + type ResponderConfiguration struct + ConfigKey *string + Name *string + Value *string + func (m ResponderConfiguration) String() string + type ResponderDimensionEnum string + const ResponderDimensionResponderExecutionStatus + const ResponderDimensionResponderRuleType + func GetResponderDimensionEnumValues() []ResponderDimensionEnum + type ResponderExecution struct + CompartmentId *string + Id *string + Message *string + ProblemId *string + Region *string + ResourceName *string + ResourceType *string + ResponderExecutionMode ResponderExecutionModesEnum + ResponderExecutionStatus ResponderExecutionStatesEnum + ResponderRuleExecutionDetails *ResponderRuleExecutionDetails + ResponderRuleId *string + ResponderRuleName *string + ResponderRuleType ResponderTypeEnum + TargetId *string + TimeCompleted *common.SDKTime + TimeCreated *common.SDKTime + func (m ResponderExecution) String() string + type ResponderExecutionAggregation struct + Count *int + DimensionsMap map[string]string + func (m ResponderExecutionAggregation) String() string + type ResponderExecutionAggregationCollection struct + Items []ResponderExecutionAggregation + func (m ResponderExecutionAggregationCollection) String() string + type ResponderExecutionCollection struct + Items []ResponderExecutionSummary + func (m ResponderExecutionCollection) String() string + type ResponderExecutionModesEnum string + const ResponderExecutionModesAll + const ResponderExecutionModesAutomated + const ResponderExecutionModesManual + func GetResponderExecutionModesEnumValues() []ResponderExecutionModesEnum + type ResponderExecutionStatesEnum string + const ResponderExecutionStatesAll + const ResponderExecutionStatesAwaitingConfirmation + const ResponderExecutionStatesAwaitingInput + const ResponderExecutionStatesFailed + const ResponderExecutionStatesSkipped + const ResponderExecutionStatesStarted + const ResponderExecutionStatesSucceeded + func GetResponderExecutionStatesEnumValues() []ResponderExecutionStatesEnum + type ResponderExecutionStatusEnum string + const ResponderExecutionStatusAwaitingConfirmation + const ResponderExecutionStatusFailed + const ResponderExecutionStatusSkipped + const ResponderExecutionStatusStarted + const ResponderExecutionStatusSucceeded + func GetResponderExecutionStatusEnumValues() []ResponderExecutionStatusEnum + type ResponderExecutionSummary struct + CompartmentId *string + Id *string + Message *string + ProblemId *string + ProblemName *string + Region *string + ResourceName *string + ResourceType *string + ResponderExecutionMode ResponderExecutionModesEnum + ResponderExecutionStatus ResponderExecutionStatesEnum + ResponderRuleExecutionDetails *ResponderRuleExecutionDetails + ResponderRuleId *string + ResponderRuleName *string + ResponderRuleType ResponderTypeEnum + TargetId *string + TimeCompleted *common.SDKTime + TimeCreated *common.SDKTime + func (m ResponderExecutionSummary) String() string + type ResponderExecutionTrendAggregation struct + Count *int + DimensionsMap map[string]string + DurationInSeconds *int + StartTimestamp *float32 + func (m ResponderExecutionTrendAggregation) String() string + type ResponderExecutionTrendAggregationCollection struct + Items []ResponderExecutionTrendAggregation + func (m ResponderExecutionTrendAggregationCollection) String() string + type ResponderModeTypesEnum string + const ResponderModeTypesAutoaction + const ResponderModeTypesUseraction + func GetResponderModeTypesEnumValues() []ResponderModeTypesEnum + type ResponderRecipe struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + EffectiveResponderRules []ResponderRecipeResponderRule + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState LifecycleStateEnum + Owner OwnerTypeEnum + ResponderRules []ResponderRecipeResponderRule + SourceResponderRecipeId *string + SystemTags map[string]map[string]interface{} + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m ResponderRecipe) String() string + type ResponderRecipeCollection struct + Items []ResponderRecipeSummary + func (m ResponderRecipeCollection) String() string + type ResponderRecipeResponderRule struct + CompartmentId *string + Description *string + Details *ResponderRuleDetails + DisplayName *string + LifecycleDetails *string + LifecycleState LifecycleStateEnum + Policies []string + ResponderRuleId *string + SupportedModes []ResponderRecipeResponderRuleSupportedModesEnum + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + Type ResponderTypeEnum + func (m ResponderRecipeResponderRule) String() string + type ResponderRecipeResponderRuleCollection struct + Items []ResponderRecipeResponderRuleSummary + func (m ResponderRecipeResponderRuleCollection) String() string + type ResponderRecipeResponderRuleSummary struct + CompartmentId *string + Description *string + Details *ResponderRuleDetails + DisplayName *string + Id *string + LifecycleDetails *string + LifecycleState LifecycleStateEnum + Policies []string + SupportedModes []ResponderRecipeResponderRuleSummarySupportedModesEnum + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + Type ResponderTypeEnum + func (m ResponderRecipeResponderRuleSummary) String() string + type ResponderRecipeResponderRuleSummarySupportedModesEnum string + const ResponderRecipeResponderRuleSummarySupportedModesAutoaction + const ResponderRecipeResponderRuleSummarySupportedModesUseraction + func GetResponderRecipeResponderRuleSummarySupportedModesEnumValues() []ResponderRecipeResponderRuleSummarySupportedModesEnum + type ResponderRecipeResponderRuleSupportedModesEnum string + const ResponderRecipeResponderRuleSupportedModesAutoaction + const ResponderRecipeResponderRuleSupportedModesUseraction + func GetResponderRecipeResponderRuleSupportedModesEnumValues() []ResponderRecipeResponderRuleSupportedModesEnum + type ResponderRecipeSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState LifecycleStateEnum + Owner OwnerTypeEnum + ResponderRules []ResponderRecipeResponderRule + SourceResponderRecipeId *string + SystemTags map[string]map[string]interface{} + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m ResponderRecipeSummary) String() string + type ResponderRule struct + Description *string + Details *ResponderRuleDetails + DisplayName *string + Id *string + LifecycleDetails *string + LifecycleState LifecycleStateEnum + Policies []string + SupportedModes []ResponderRuleSupportedModesEnum + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + Type ResponderTypeEnum + func (m ResponderRule) String() string + type ResponderRuleCollection struct + Items []ResponderRuleSummary + func (m ResponderRuleCollection) String() string + type ResponderRuleDetails struct + Condition Condition + Configurations []ResponderConfiguration + IsEnabled *bool + Mode ResponderModeTypesEnum + func (m *ResponderRuleDetails) UnmarshalJSON(data []byte) (e error) + func (m ResponderRuleDetails) String() string + type ResponderRuleExecutionDetails struct + Condition Condition + Configurations []ResponderConfiguration + func (m *ResponderRuleExecutionDetails) UnmarshalJSON(data []byte) (e error) + func (m ResponderRuleExecutionDetails) String() string + type ResponderRuleSummary struct + Description *string + Details *ResponderRuleDetails + DisplayName *string + Id *string + LifecycleDetails *string + LifecycleState LifecycleStateEnum + Policies []string + SupportedModes []ResponderRuleSummarySupportedModesEnum + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + Type ResponderTypeEnum + func (m ResponderRuleSummary) String() string + type ResponderRuleSummarySupportedModesEnum string + const ResponderRuleSummarySupportedModesAutoaction + const ResponderRuleSummarySupportedModesUseraction + func GetResponderRuleSummarySupportedModesEnumValues() []ResponderRuleSummarySupportedModesEnum + type ResponderRuleSupportedModesEnum string + const ResponderRuleSupportedModesAutoaction + const ResponderRuleSupportedModesUseraction + func GetResponderRuleSupportedModesEnumValues() []ResponderRuleSupportedModesEnum + type ResponderTypeEnum string + const ResponderTypeNotification + const ResponderTypeRemediation + func GetResponderTypeEnumValues() []ResponderTypeEnum + type RiskLevelEnum string + const RiskLevelCritical + const RiskLevelHigh + const RiskLevelLow + const RiskLevelMedium + const RiskLevelMinor + func GetRiskLevelEnumValues() []RiskLevelEnum + type RiskScoreAggregation struct + DimensionsMap map[string]string + RiskScore *int + func (m RiskScoreAggregation) String() string + type RiskScoreAggregationCollection struct + Items []RiskScoreAggregation + func (m RiskScoreAggregationCollection) String() string + type RuleSummary struct + Description *string + Id *string + Parameters []OperatorSummary + func (m RuleSummary) String() string + type SecurityRatingEnum string + const SecurityRatingExcellent + const SecurityRatingFair + const SecurityRatingGood + const SecurityRatingPoor + func GetSecurityRatingEnumValues() []SecurityRatingEnum + type SecurityScoreAggregation struct + DimensionsMap map[string]string + SecurityRating SecurityRatingEnum + SecurityScore *int + func (m SecurityScoreAggregation) String() string + type SecurityScoreAggregationCollection struct + Items []SecurityScoreAggregation + func (m SecurityScoreAggregationCollection) String() string + type SecurityScoreTrendAggregation struct + DimensionsMap map[string]string + DurationInSeconds *int + SecurityRating SecurityRatingEnum + SecurityScore *int + StartTimestamp *float32 + func (m SecurityScoreTrendAggregation) String() string + type SecurityScoreTrendAggregationCollection struct + Items []SecurityScoreTrendAggregation + func (m SecurityScoreTrendAggregationCollection) String() string + type ServiceTypeSummary struct + Name *string + ResourceTypes []ResourceTypeSummary + func (m ServiceTypeSummary) String() string + type SimpleCondition struct + Operator OperatorTypeEnum + Parameter *string + Value *string + ValueType ConditionValueTypeEnum + func (m SimpleCondition) MarshalJSON() (buff []byte, e error) + func (m SimpleCondition) String() string + type SkipBulkResponderExecutionDetails struct + ResponderExecutionIds []string + func (m SkipBulkResponderExecutionDetails) String() string + type SkipBulkResponderExecutionRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request SkipBulkResponderExecutionRequest) HTTPRequest(method, path string) (http.Request, error) + func (request SkipBulkResponderExecutionRequest) RetryPolicy() *common.RetryPolicy + func (request SkipBulkResponderExecutionRequest) String() string + type SkipBulkResponderExecutionResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response SkipBulkResponderExecutionResponse) HTTPResponse() *http.Response + func (response SkipBulkResponderExecutionResponse) String() string + type SkipResponderExecutionRequest struct + CompartmentId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + ResponderExecutionId *string + func (request SkipResponderExecutionRequest) HTTPRequest(method, path string) (http.Request, error) + func (request SkipResponderExecutionRequest) RetryPolicy() *common.RetryPolicy + func (request SkipResponderExecutionRequest) String() string + type SkipResponderExecutionResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response SkipResponderExecutionResponse) HTTPResponse() *http.Response + func (response SkipResponderExecutionResponse) String() string + type SortOrdersEnum string + const SortOrdersAsc + const SortOrdersDesc + func GetSortOrdersEnumValues() []SortOrdersEnum + type Target struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + InheritedByCompartments []string + LifecycleState LifecycleStateEnum + LifecyleDetails *string + RecipeCount *int + SystemTags map[string]map[string]interface{} + TargetDetectorRecipes []TargetDetectorRecipe + TargetResourceId *string + TargetResourceType TargetResourceTypeEnum + TargetResponderRecipes []TargetResponderRecipe + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m Target) String() string + type TargetCollection struct + Items []TargetSummary + func (m TargetCollection) String() string + type TargetDetectorDetails struct + ConditionGroups []ConditionGroup + Configurations []DetectorConfiguration + IsConfigurationAllowed *bool + IsEnabled *bool + Labels []string + RiskLevel RiskLevelEnum + func (m TargetDetectorDetails) String() string + type TargetDetectorRecipe struct + CompartmentId *string + Description *string + Detector DetectorEnumEnum + DetectorRecipeId *string + DetectorRules []TargetDetectorRecipeDetectorRule + DisplayName *string + EffectiveDetectorRules []TargetDetectorRecipeDetectorRule + Id *string + LifecycleState LifecycleStateEnum + Owner OwnerTypeEnum + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m TargetDetectorRecipe) String() string + type TargetDetectorRecipeCollection struct + Items []TargetDetectorRecipeSummary + func (m TargetDetectorRecipeCollection) String() string + type TargetDetectorRecipeDetectorRule struct + Description *string + Details *TargetDetectorDetails + Detector DetectorEnumEnum + DetectorRuleId *string + DisplayName *string + LifecycleDetails *string + LifecycleState LifecycleStateEnum + ManagedListTypes []TargetDetectorRecipeDetectorRuleManagedListTypesEnum + Recommendation *string + ResourceType *string + ServiceType *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m TargetDetectorRecipeDetectorRule) String() string + type TargetDetectorRecipeDetectorRuleCollection struct + Items []TargetDetectorRecipeDetectorRuleSummary + func (m TargetDetectorRecipeDetectorRuleCollection) String() string + type TargetDetectorRecipeDetectorRuleManagedListTypesEnum string + const TargetDetectorRecipeDetectorRuleManagedListTypesCidrBlock + const TargetDetectorRecipeDetectorRuleManagedListTypesCity + const TargetDetectorRecipeDetectorRuleManagedListTypesCountry + const TargetDetectorRecipeDetectorRuleManagedListTypesGroups + const TargetDetectorRecipeDetectorRuleManagedListTypesIpv4address + const TargetDetectorRecipeDetectorRuleManagedListTypesIpv6address + const TargetDetectorRecipeDetectorRuleManagedListTypesRegion + const TargetDetectorRecipeDetectorRuleManagedListTypesResourceOcid + const TargetDetectorRecipeDetectorRuleManagedListTypesState + const TargetDetectorRecipeDetectorRuleManagedListTypesTags + const TargetDetectorRecipeDetectorRuleManagedListTypesUsers + func GetTargetDetectorRecipeDetectorRuleManagedListTypesEnumValues() []TargetDetectorRecipeDetectorRuleManagedListTypesEnum + type TargetDetectorRecipeDetectorRuleSummary struct + Description *string + Detector DetectorEnumEnum + DetectorDetails *TargetDetectorDetails + DisplayName *string + Id *string + LifecycleDetails *string + LifecycleState LifecycleStateEnum + ManagedListTypes []TargetDetectorRecipeDetectorRuleSummaryManagedListTypesEnum + Recommendation *string + ResourceType *string + ServiceType *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m TargetDetectorRecipeDetectorRuleSummary) String() string + type TargetDetectorRecipeDetectorRuleSummaryManagedListTypesEnum string + const TargetDetectorRecipeDetectorRuleSummaryManagedListTypesCidrBlock + const TargetDetectorRecipeDetectorRuleSummaryManagedListTypesCity + const TargetDetectorRecipeDetectorRuleSummaryManagedListTypesCountry + const TargetDetectorRecipeDetectorRuleSummaryManagedListTypesGroups + const TargetDetectorRecipeDetectorRuleSummaryManagedListTypesIpv4address + const TargetDetectorRecipeDetectorRuleSummaryManagedListTypesIpv6address + const TargetDetectorRecipeDetectorRuleSummaryManagedListTypesRegion + const TargetDetectorRecipeDetectorRuleSummaryManagedListTypesResourceOcid + const TargetDetectorRecipeDetectorRuleSummaryManagedListTypesState + const TargetDetectorRecipeDetectorRuleSummaryManagedListTypesTags + const TargetDetectorRecipeDetectorRuleSummaryManagedListTypesUsers + func GetTargetDetectorRecipeDetectorRuleSummaryManagedListTypesEnumValues() []TargetDetectorRecipeDetectorRuleSummaryManagedListTypesEnum + type TargetDetectorRecipeSummary struct + CompartmentId *string + Description *string + Detector DetectorEnumEnum + DetectorRecipeId *string + DisplayName *string + Id *string + LifecycleDetails *string + LifecycleState LifecycleStateEnum + Owner OwnerTypeEnum + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m TargetDetectorRecipeSummary) String() string + type TargetResourceTypeEnum string + const TargetResourceTypeCompartment + const TargetResourceTypeErpcloud + const TargetResourceTypeHcmcloud + func GetTargetResourceTypeEnumValues() []TargetResourceTypeEnum + type TargetResponderRecipe struct + CompartmentId *string + Description *string + DisplayName *string + EffectiveResponderRules []TargetResponderRecipeResponderRule + Id *string + Owner OwnerTypeEnum + ResponderRecipeId *string + ResponderRules []TargetResponderRecipeResponderRule + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m TargetResponderRecipe) String() string + type TargetResponderRecipeCollection struct + Items []TargetResponderRecipeSummary + func (m TargetResponderRecipeCollection) String() string + type TargetResponderRecipeResponderRule struct + CompartmentId *string + Description *string + Details *ResponderRuleDetails + DisplayName *string + LifecycleDetails *string + LifecycleState LifecycleStateEnum + Policies []string + ResponderRuleId *string + SupportedModes []TargetResponderRecipeResponderRuleSupportedModesEnum + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + Type ResponderTypeEnum + func (m TargetResponderRecipeResponderRule) String() string + type TargetResponderRecipeResponderRuleCollection struct + Items []TargetResponderRecipeResponderRuleSummary + func (m TargetResponderRecipeResponderRuleCollection) String() string + type TargetResponderRecipeResponderRuleSummary struct + CompartmentId *string + Description *string + Details *ResponderRuleDetails + DisplayName *string + Id *string + LifecycleDetails *string + LifecycleState LifecycleStateEnum + Policies []string + SupportedModes []TargetResponderRecipeResponderRuleSummarySupportedModesEnum + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + Type ResponderTypeEnum + func (m TargetResponderRecipeResponderRuleSummary) String() string + type TargetResponderRecipeResponderRuleSummarySupportedModesEnum string + const TargetResponderRecipeResponderRuleSummarySupportedModesAutoaction + const TargetResponderRecipeResponderRuleSummarySupportedModesUseraction + func GetTargetResponderRecipeResponderRuleSummarySupportedModesEnumValues() []TargetResponderRecipeResponderRuleSummarySupportedModesEnum + type TargetResponderRecipeResponderRuleSupportedModesEnum string + const TargetResponderRecipeResponderRuleSupportedModesAutoaction + const TargetResponderRecipeResponderRuleSupportedModesUseraction + func GetTargetResponderRecipeResponderRuleSupportedModesEnumValues() []TargetResponderRecipeResponderRuleSupportedModesEnum + type TargetResponderRecipeSummary struct + CompartmentId *string + Description *string + DisplayName *string + Id *string + LifecycleDetails *string + LifecycleState LifecycleStateEnum + Owner OwnerTypeEnum + ResponderRecipeId *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m TargetResponderRecipeSummary) String() string + type TargetSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState LifecycleStateEnum + LifecyleDetails *string + RecipeCount *int + SystemTags map[string]map[string]interface{} + TargetResourceId *string + TargetResourceType TargetResourceTypeEnum + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m TargetSummary) String() string + type TriggerResponderDetails struct + Configurations []ResponderConfiguration + ResponderRuleId *string + func (m TriggerResponderDetails) String() string + type TriggerResponderRequest struct + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + ProblemId *string + RequestMetadata common.RequestMetadata + func (request TriggerResponderRequest) HTTPRequest(method, path string) (http.Request, error) + func (request TriggerResponderRequest) RetryPolicy() *common.RetryPolicy + func (request TriggerResponderRequest) String() string + type TriggerResponderResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response TriggerResponderResponse) HTTPResponse() *http.Response + func (response TriggerResponderResponse) String() string + type UpdateBulkProblemStatusDetails struct + ProblemIds []string + Status ProblemLifecycleDetailEnum + func (m UpdateBulkProblemStatusDetails) String() string + type UpdateBulkProblemStatusRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateBulkProblemStatusRequest) HTTPRequest(method, path string) (http.Request, error) + func (request UpdateBulkProblemStatusRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateBulkProblemStatusRequest) String() string + type UpdateBulkProblemStatusResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response UpdateBulkProblemStatusResponse) HTTPResponse() *http.Response + func (response UpdateBulkProblemStatusResponse) String() string + type UpdateConfigurationDetails struct + ReportingRegion *string + SelfManageResources *bool + Status CloudGuardStatusEnum + func (m UpdateConfigurationDetails) String() string + type UpdateConfigurationRequest struct + CompartmentId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request UpdateConfigurationRequest) HTTPRequest(method, path string) (http.Request, error) + func (request UpdateConfigurationRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateConfigurationRequest) String() string + type UpdateConfigurationResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateConfigurationResponse) HTTPResponse() *http.Response + func (response UpdateConfigurationResponse) String() string + type UpdateDetectorRecipeDetails struct + DefinedTags map[string]map[string]interface{} + Description *string + DetectorRules []UpdateDetectorRecipeDetectorRule + DisplayName *string + FreeformTags map[string]string + func (m UpdateDetectorRecipeDetails) String() string + type UpdateDetectorRecipeDetectorRule struct + Details *UpdateDetectorRuleDetails + DetectorRuleId *string + func (m UpdateDetectorRecipeDetectorRule) String() string + type UpdateDetectorRecipeDetectorRuleDetails struct + Details *UpdateDetectorRuleDetails + func (m UpdateDetectorRecipeDetectorRuleDetails) String() string + type UpdateDetectorRecipeDetectorRuleRequest struct + DetectorRecipeId *string + DetectorRuleId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateDetectorRecipeDetectorRuleRequest) HTTPRequest(method, path string) (http.Request, error) + func (request UpdateDetectorRecipeDetectorRuleRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateDetectorRecipeDetectorRuleRequest) String() string + type UpdateDetectorRecipeDetectorRuleResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateDetectorRecipeDetectorRuleResponse) HTTPResponse() *http.Response + func (response UpdateDetectorRecipeDetectorRuleResponse) String() string + type UpdateDetectorRecipeRequest struct + DetectorRecipeId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request UpdateDetectorRecipeRequest) HTTPRequest(method, path string) (http.Request, error) + func (request UpdateDetectorRecipeRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateDetectorRecipeRequest) String() string + type UpdateDetectorRecipeResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateDetectorRecipeResponse) HTTPResponse() *http.Response + func (response UpdateDetectorRecipeResponse) String() string + type UpdateDetectorRuleDetails struct + Condition Condition + Configurations []DetectorConfiguration + IsEnabled *bool + Labels []string + RiskLevel RiskLevelEnum + func (m *UpdateDetectorRuleDetails) UnmarshalJSON(data []byte) (e error) + func (m UpdateDetectorRuleDetails) String() string + type UpdateManagedListDetails struct + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + ListItems []string + func (m UpdateManagedListDetails) String() string + type UpdateManagedListRequest struct + IfMatch *string + ManagedListId *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request UpdateManagedListRequest) HTTPRequest(method, path string) (http.Request, error) + func (request UpdateManagedListRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateManagedListRequest) String() string + type UpdateManagedListResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateManagedListResponse) HTTPResponse() *http.Response + func (response UpdateManagedListResponse) String() string + type UpdateProblemStatusDetails struct + Comment *string + Status ProblemLifecycleDetailEnum + func (m UpdateProblemStatusDetails) String() string + type UpdateProblemStatusRequest struct + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + ProblemId *string + RequestMetadata common.RequestMetadata + func (request UpdateProblemStatusRequest) HTTPRequest(method, path string) (http.Request, error) + func (request UpdateProblemStatusRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateProblemStatusRequest) String() string + type UpdateProblemStatusResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateProblemStatusResponse) HTTPResponse() *http.Response + func (response UpdateProblemStatusResponse) String() string + type UpdateResponderRecipeDetails struct + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + ResponderRules []UpdateResponderRecipeResponderRule + func (m UpdateResponderRecipeDetails) String() string + type UpdateResponderRecipeRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + ResponderRecipeId *string + func (request UpdateResponderRecipeRequest) HTTPRequest(method, path string) (http.Request, error) + func (request UpdateResponderRecipeRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateResponderRecipeRequest) String() string + type UpdateResponderRecipeResponderRule struct + Details *UpdateResponderRuleDetails + ResponderRuleId *string + func (m UpdateResponderRecipeResponderRule) String() string + type UpdateResponderRecipeResponderRuleDetails struct + Details *UpdateResponderRuleDetails + func (m UpdateResponderRecipeResponderRuleDetails) String() string + type UpdateResponderRecipeResponderRuleRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + ResponderRecipeId *string + ResponderRuleId *string + func (request UpdateResponderRecipeResponderRuleRequest) HTTPRequest(method, path string) (http.Request, error) + func (request UpdateResponderRecipeResponderRuleRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateResponderRecipeResponderRuleRequest) String() string + type UpdateResponderRecipeResponderRuleResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateResponderRecipeResponderRuleResponse) HTTPResponse() *http.Response + func (response UpdateResponderRecipeResponderRuleResponse) String() string + type UpdateResponderRecipeResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateResponderRecipeResponse) HTTPResponse() *http.Response + func (response UpdateResponderRecipeResponse) String() string + type UpdateResponderRuleDetails struct + IsEnabled *bool + func (m UpdateResponderRuleDetails) String() string + type UpdateTargetDetails struct + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + LifecycleState LifecycleStateEnum + TargetDetectorRecipes []UpdateTargetDetectorRecipe + TargetResponderRecipes []UpdateTargetResponderRecipe + func (m UpdateTargetDetails) String() string + type UpdateTargetDetectorRecipe struct + DetectorRules []UpdateTargetRecipeDetectorRuleDetails + TargetDetectorRecipeId *string + func (m UpdateTargetDetectorRecipe) String() string + type UpdateTargetDetectorRecipeDetails struct + DetectorRules []UpdateTargetRecipeDetectorRuleDetails + func (m UpdateTargetDetectorRecipeDetails) String() string + type UpdateTargetDetectorRecipeDetectorRuleDetails struct + Details *UpdateTargetDetectorRuleDetails + func (m UpdateTargetDetectorRecipeDetectorRuleDetails) String() string + type UpdateTargetDetectorRecipeDetectorRuleRequest struct + DetectorRuleId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + TargetDetectorRecipeId *string + TargetId *string + func (request UpdateTargetDetectorRecipeDetectorRuleRequest) HTTPRequest(method, path string) (http.Request, error) + func (request UpdateTargetDetectorRecipeDetectorRuleRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateTargetDetectorRecipeDetectorRuleRequest) String() string + type UpdateTargetDetectorRecipeDetectorRuleResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateTargetDetectorRecipeDetectorRuleResponse) HTTPResponse() *http.Response + func (response UpdateTargetDetectorRecipeDetectorRuleResponse) String() string + type UpdateTargetDetectorRecipeRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + TargetDetectorRecipeId *string + TargetId *string + func (request UpdateTargetDetectorRecipeRequest) HTTPRequest(method, path string) (http.Request, error) + func (request UpdateTargetDetectorRecipeRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateTargetDetectorRecipeRequest) String() string + type UpdateTargetDetectorRecipeResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateTargetDetectorRecipeResponse) HTTPResponse() *http.Response + func (response UpdateTargetDetectorRecipeResponse) String() string + type UpdateTargetDetectorRuleDetails struct + ConditionGroups []ConditionGroup + func (m UpdateTargetDetectorRuleDetails) String() string + type UpdateTargetRecipeDetectorRuleDetails struct + Details *UpdateTargetDetectorRuleDetails + DetectorRuleId *string + func (m UpdateTargetRecipeDetectorRuleDetails) String() string + type UpdateTargetRecipeResponderRuleDetails struct + Details *UpdateTargetResponderRuleDetails + ResponderRuleId *string + func (m UpdateTargetRecipeResponderRuleDetails) String() string + type UpdateTargetRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + TargetId *string + func (request UpdateTargetRequest) HTTPRequest(method, path string) (http.Request, error) + func (request UpdateTargetRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateTargetRequest) String() string + type UpdateTargetResponderRecipe struct + ResponderRules []UpdateTargetRecipeResponderRuleDetails + TargetResponderRecipeId *string + func (m UpdateTargetResponderRecipe) String() string + type UpdateTargetResponderRecipeDetails struct + ResponderRules []UpdateTargetRecipeResponderRuleDetails + func (m UpdateTargetResponderRecipeDetails) String() string + type UpdateTargetResponderRecipeRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + TargetId *string + TargetResponderRecipeId *string + func (request UpdateTargetResponderRecipeRequest) HTTPRequest(method, path string) (http.Request, error) + func (request UpdateTargetResponderRecipeRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateTargetResponderRecipeRequest) String() string + type UpdateTargetResponderRecipeResponderRuleDetails struct + Details *UpdateTargetResponderRuleDetails + func (m UpdateTargetResponderRecipeResponderRuleDetails) String() string + type UpdateTargetResponderRecipeResponderRuleRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + ResponderRuleId *string + TargetId *string + TargetResponderRecipeId *string + func (request UpdateTargetResponderRecipeResponderRuleRequest) HTTPRequest(method, path string) (http.Request, error) + func (request UpdateTargetResponderRecipeResponderRuleRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateTargetResponderRecipeResponderRuleRequest) String() string + type UpdateTargetResponderRecipeResponderRuleResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateTargetResponderRecipeResponderRuleResponse) HTTPResponse() *http.Response + func (response UpdateTargetResponderRecipeResponderRuleResponse) String() string + type UpdateTargetResponderRecipeResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateTargetResponderRecipeResponse) HTTPResponse() *http.Response + func (response UpdateTargetResponderRecipeResponse) String() string + type UpdateTargetResponderRuleDetails struct + Condition Condition + Configurations []ResponderConfiguration + Mode ResponderModeTypesEnum + func (m *UpdateTargetResponderRuleDetails) UnmarshalJSON(data []byte) (e error) + func (m UpdateTargetResponderRuleDetails) String() string + type UpdateTargetResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateTargetResponse) HTTPResponse() *http.Response + func (response UpdateTargetResponse) String() string Other modules containing this package github.com/oracle/oci-go-sdk/v25 github.com/oracle/oci-go-sdk/v26 github.com/oracle/oci-go-sdk/v27 github.com/oracle/oci-go-sdk/v28 github.com/oracle/oci-go-sdk/v29 github.com/oracle/oci-go-sdk/v30 github.com/oracle/oci-go-sdk/v31 github.com/oracle/oci-go-sdk/v32 github.com/oracle/oci-go-sdk/v33 github.com/oracle/oci-go-sdk/v35 github.com/oracle/oci-go-sdk/v36 github.com/oracle/oci-go-sdk/v37 github.com/oracle/oci-go-sdk/v38 github.com/oracle/oci-go-sdk/v39 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/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