Cloud Security Compliance V1 API - Class Google::Cloud::CloudSecurityCompliance::V1::TargetResourceCreationConfig (v0.1.0)

Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::TargetResourceCreationConfig.

TargetResourceCreationConfig contains the config to create a new resource to be used as the target_resource of a deployment.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#folder_creation_config

def folder_creation_config() -> ::Google::Cloud::CloudSecurityCompliance::V1::FolderCreationConfig
Returns
  • (::Google::Cloud::CloudSecurityCompliance::V1::FolderCreationConfig) — Optional. Config to create a new folder to be used as the target_resource of a deployment.

    Note: The following fields are mutually exclusive: folder_creation_config, project_creation_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#folder_creation_config=

def folder_creation_config=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::FolderCreationConfig
Parameter
  • value (::Google::Cloud::CloudSecurityCompliance::V1::FolderCreationConfig) — Optional. Config to create a new folder to be used as the target_resource of a deployment.

    Note: The following fields are mutually exclusive: folder_creation_config, project_creation_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::CloudSecurityCompliance::V1::FolderCreationConfig) — Optional. Config to create a new folder to be used as the target_resource of a deployment.

    Note: The following fields are mutually exclusive: folder_creation_config, project_creation_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#project_creation_config

def project_creation_config() -> ::Google::Cloud::CloudSecurityCompliance::V1::ProjectCreationConfig
Returns
  • (::Google::Cloud::CloudSecurityCompliance::V1::ProjectCreationConfig) — Optional. Config to create a new project to be used as the target_resource of a deployment.

    Note: The following fields are mutually exclusive: project_creation_config, folder_creation_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#project_creation_config=

def project_creation_config=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::ProjectCreationConfig
Parameter
  • value (::Google::Cloud::CloudSecurityCompliance::V1::ProjectCreationConfig) — Optional. Config to create a new project to be used as the target_resource of a deployment.

    Note: The following fields are mutually exclusive: project_creation_config, folder_creation_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::CloudSecurityCompliance::V1::ProjectCreationConfig) — Optional. Config to create a new project to be used as the target_resource of a deployment.

    Note: The following fields are mutually exclusive: project_creation_config, folder_creation_config. If a field in that set is populated, all other fields in the set will automatically be cleared.