REST Resource: organizations.locations.securityProfileGroups

리소스: SecurityProfileGroup

SecurityProfileGroup은 다양한 ProfileType의 동작을 정의하는 리소스입니다. 다음 ID: 10

JSON 표현
{
  "name": string,
  "description": string,
  "createTime": string,
  "updateTime": string,
  "etag": string,
  "labels": {
    string: string,
    ...
  },
  "threatPreventionProfile": string
}
필드
name

string

변경할 수 없습니다. 식별자. SecurityProfileGroup 리소스의 이름입니다. projects|organizations/*/locations/{location}/securityProfileGroups/{securityProfileGroup} 패턴과 일치합니다.

description

string

(선택사항) 프로필 그룹에 대한 선택적 설명입니다. 최대 길이는 2048자(영문 기준)입니다.

createTime

string (Timestamp format)

출력 전용입니다. 리소스 생성 타임스탬프입니다.

RFC3339 UTC 'Zulu' 형식의 타임스탬프입니다(나노초 단위, 소수점 이하 9자리). 예를 들면 "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"입니다.

updateTime

string (Timestamp format)

출력 전용입니다. 마지막 리소스 업데이트 타임스탬프입니다.

RFC3339 UTC 'Zulu' 형식의 타임스탬프입니다(나노초 단위, 소수점 이하 9자리). 예를 들면 "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"입니다.

etag

string

출력 전용입니다. 이 체크섬은 다른 필드의 값을 기준으로 서버에서 계산되며, 처리 전 클라이언트에 최신 값이 적용되도록 업데이트 및 삭제 요청이 있을 때 전송될 수 있습니다.

labels

map (key: string, value: string)

(선택사항) 키-값 쌍인 라벨입니다.

"key": value 쌍 목록을 포함하는 객체입니다. 예: { "name": "wrench", "mass": "1.3kg", "count": "3" }

threatPreventionProfile

string

(선택사항) SecurityProfileGroup에 대한 위협 방지 구성이 포함된 SecurityProfile 참조입니다.

메서드

create

특정 조직 및 위치에 새 SecurityProfileGroup을 만듭니다.

delete

단일 SecurityProfileGroup을 삭제합니다.

get

단일 SecurityProfileGroup 세부정보를 가져옵니다.

list

특정 조직과 위치의 SecurityProfileGroup을 나열합니다.

patch

단일 SecurityProfileGroup 매개변수를 업데이트합니다.