Class DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection

java.lang.Object
com.azure.resourcemanager.security.models.DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection

public final class DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection extends Object
The native cloud connection configuration.
  • Constructor Details

    • DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection

      public DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection()
  • Method Details

    • serviceAccountEmailAddress

      public String serviceAccountEmailAddress()
      Get the serviceAccountEmailAddress property: The data collection service account email address in GCP for this offering.
      Returns:
      the serviceAccountEmailAddress value.
    • withServiceAccountEmailAddress

      public DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection withServiceAccountEmailAddress(String serviceAccountEmailAddress)
      Set the serviceAccountEmailAddress property: The data collection service account email address in GCP for this offering.
      Parameters:
      serviceAccountEmailAddress - the serviceAccountEmailAddress value to set.
      Returns:
      the DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection object itself.
    • workloadIdentityProviderId

      public String workloadIdentityProviderId()
      Get the workloadIdentityProviderId property: The data collection GCP workload identity provider id for this offering.
      Returns:
      the workloadIdentityProviderId value.
    • withWorkloadIdentityProviderId

      public DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection withWorkloadIdentityProviderId(String workloadIdentityProviderId)
      Set the workloadIdentityProviderId property: The data collection GCP workload identity provider id for this offering.
      Parameters:
      workloadIdentityProviderId - the workloadIdentityProviderId value to set.
      Returns:
      the DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.