Skip to content

PrivateServiceAccess Sample

This page is generated from the checked-in sample manifest at config/samples/psa_v1beta1_privateserviceaccess.yaml.

Field Value
Resource psa/PrivateServiceAccess
API Version psa.oracle.com/v1beta1
Source Path config/samples/psa_v1beta1_privateserviceaccess.yaml
#
# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
#

#
# Replace the OCI identifiers below before running e2e.
# Update metadata.name or spec.displayName if you want to force a fresh create instead of
# binding to an existing PrivateServiceAccess with the same compartmentId, serviceId,
# subnetId, and displayName.
#
apiVersion: psa.oracle.com/v1beta1
kind: PrivateServiceAccess
metadata:
  name: privateserviceaccess-sample
spec:
  compartmentId: ocid1.compartment.oc1..exampleuniqueID
  subnetId: ocid1.subnet.oc1..exampleuniqueID
  serviceId: ocid1.psaservice.oc1..exampleuniqueID
  displayName: privateserviceaccess-sample
  description: Sample PrivateServiceAccess managed by OCI Service Operator
  freeformTags:
    managed-by: oci-service-operator