Security Center Management V1 API - Class Google::Cloud::SecurityCenterManagement::V1::CreateSecurityHealthAnalyticsCustomModuleRequest (v0.3.0)

Reference documentation and code samples for the Security Center Management V1 API class Google::Cloud::SecurityCenterManagement::V1::CreateSecurityHealthAnalyticsCustomModuleRequest.

Message for creating a SecurityHealthAnalyticsCustomModule

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) —

    Required. Name of the parent organization, folder, or project of the module, specified in one of the following formats:

    • organizations/{organization}/locations/{location}
    • folders/{folder}/locations/{location}
    • projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) —

    Required. Name of the parent organization, folder, or project of the module, specified in one of the following formats:

    • organizations/{organization}/locations/{location}
    • folders/{folder}/locations/{location}
    • projects/{project}/locations/{location}
Returns
  • (::String) —

    Required. Name of the parent organization, folder, or project of the module, specified in one of the following formats:

    • organizations/{organization}/locations/{location}
    • folders/{folder}/locations/{location}
    • projects/{project}/locations/{location}

#security_health_analytics_custom_module

def security_health_analytics_custom_module() -> ::Google::Cloud::SecurityCenterManagement::V1::SecurityHealthAnalyticsCustomModule

#security_health_analytics_custom_module=

def security_health_analytics_custom_module=(value) -> ::Google::Cloud::SecurityCenterManagement::V1::SecurityHealthAnalyticsCustomModule
Parameter

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) —

    Optional. When set to true, only validations (including IAM checks) will done for the request (no module will be created). An OK response indicates the request is valid while an error response indicates the request is invalid. Note that a subsequent request to actually create the module could still fail because:

    1. the state could have changed (e.g. IAM permission lost) or
    2. A failure occurred during creation of the module. Defaults to false.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) —

    Optional. When set to true, only validations (including IAM checks) will done for the request (no module will be created). An OK response indicates the request is valid while an error response indicates the request is invalid. Note that a subsequent request to actually create the module could still fail because:

    1. the state could have changed (e.g. IAM permission lost) or
    2. A failure occurred during creation of the module. Defaults to false.
Returns
  • (::Boolean) —

    Optional. When set to true, only validations (including IAM checks) will done for the request (no module will be created). An OK response indicates the request is valid while an error response indicates the request is invalid. Note that a subsequent request to actually create the module could still fail because:

    1. the state could have changed (e.g. IAM permission lost) or
    2. A failure occurred during creation of the module. Defaults to false.