---
title: "POST /v1/{+parent}/sacAttachments"
method: POST
path: "/v1/{+parent}/sacAttachments"
tags: ["projects"]
---

# POST /v1/{+parent}/sacAttachments

`POST /v1/{+parent}/sacAttachments`

Creates a new SACAttachment in a given project and location.

## Path parameters

- `parent` string, required

## Query parameters

- `requestId` string
- `sacAttachmentId` string

## Request body

- SACAttachment — Represents a Secure Access Connect (SAC) attachment resource. A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
  - `createTime` string, google-datetime — Output only. Timestamp when the attachment was created.
  - `nccGateway` string — Required. NCC Gateway associated with the attachment. This can be input as an ID or a full resource name. The output always has the form `projects/{project_number}/locations/{location}/spokes/{ncc_gateway}`.
  - `labels` object — Optional. Optional list of labels applied to the resource.
  - `sacRealm` string — Required. SAC Realm which owns the attachment. This can be input as an ID or a full resource name. The output always has the form `projects/{project_number}/locations/{location}/sacRealms/{sac_realm}`.
  - `name` string — Identifier. Resource name, in the form `projects/{project}/locations/{location}/sacAttachments/{sac_attachment}`.
  - `updateTime` string, google-datetime — Output only. Timestamp when the attachment was last updated.
  - `state` 'STATE_UNSPECIFIED' | 'PENDING_PARTNER_ATTACHMENT' | 'PARTNER_ATTACHED' | 'PARTNER_DETACHED' — Output only. State of the attachment.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/networksecurity.md) · [All operations](https://skmtc.net/google/apis/networksecurity/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/networksecurity/versions/4afd54463fe6/schema)
