# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. fullname: - spec shortname: spec description: "" type: object requirementlevel: Required children: - fullname: - spec - accessPolicyRef shortname: accessPolicyRef description: |- The AccessContextManagerAccessPolicy this AccessContextManagerAccessLevel lives in. type: object requirementlevel: Required children: - fullname: - spec - accessPolicyRef - external shortname: external description: 'Allowed value: string of the format `accessPolicies/{{value}}`, where {{value}} is the `name` field of an `AccessContextManagerAccessPolicy` resource.' type: string requirementlevel: Optional children: [] additionalproperties: [] - fullname: - spec - accessPolicyRef - name shortname: name description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' type: string requirementlevel: Optional children: [] additionalproperties: [] - fullname: - spec - accessPolicyRef - namespace shortname: namespace description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' type: string requirementlevel: Optional children: [] additionalproperties: [] additionalproperties: [] - fullname: - spec - basic shortname: basic description: A set of predefined conditions for the access level and a combining function. type: object requirementlevel: Optional children: - fullname: - spec - basic - combiningFunction shortname: combiningFunction description: |- How the conditions list should be combined to determine if a request is granted this AccessLevel. If AND is used, each Condition in conditions must be satisfied for the AccessLevel to be applied. If OR is used, at least one Condition in conditions must be satisfied for the AccessLevel to be applied. Default value: "AND" Possible values: ["AND", "OR"]. type: string requirementlevel: Optional children: [] additionalproperties: [] - fullname: - spec - basic - conditions shortname: conditions description: A set of requirements for the AccessLevel to be granted. type: list (object) requirementlevel: RequiredWhenParentPresent children: - fullname: - spec - basic - conditions - '[]' shortname: '[]' description: "" type: object requirementlevel: RequiredWhenParentPresent children: - fullname: - spec - basic - conditions - '[]' - devicePolicy shortname: devicePolicy description: |- Device specific restrictions, all restrictions must hold for the Condition to be true. If not specified, all devices are allowed. type: object requirementlevel: Optional children: - fullname: - spec - basic - conditions - '[]' - devicePolicy - allowedDeviceManagementLevels shortname: allowedDeviceManagementLevels description: |- A list of allowed device management levels. An empty list allows all management levels. Possible values: ["MANAGEMENT_UNSPECIFIED", "NONE", "BASIC", "COMPLETE"]. type: list (string) requirementlevel: Optional children: - fullname: - spec - basic - conditions - '[]' - devicePolicy - allowedDeviceManagementLevels - '[]' shortname: '[]' description: "" type: string requirementlevel: Optional children: [] additionalproperties: [] additionalproperties: [] - fullname: - spec - basic - conditions - '[]' - devicePolicy - allowedEncryptionStatuses shortname: allowedEncryptionStatuses description: |- A list of allowed encryptions statuses. An empty list allows all statuses. Possible values: ["ENCRYPTION_UNSPECIFIED", "ENCRYPTION_UNSUPPORTED", "UNENCRYPTED", "ENCRYPTED"]. type: list (string) requirementlevel: Optional children: - fullname: - spec - basic - conditions - '[]' - devicePolicy - allowedEncryptionStatuses - '[]' shortname: '[]' description: "" type: string requirementlevel: Optional children: [] additionalproperties: [] additionalproperties: [] - fullname: - spec - basic - conditions - '[]' - devicePolicy - osConstraints shortname: osConstraints description: |- A list of allowed OS versions. An empty list allows all types and all versions. type: list (object) requirementlevel: Optional children: - fullname: - spec - basic - conditions - '[]' - devicePolicy - osConstraints - '[]' shortname: '[]' description: "" type: object requirementlevel: Optional children: - fullname: - spec - basic - conditions - '[]' - devicePolicy - osConstraints - '[]' - minimumVersion shortname: minimumVersion description: |- The minimum allowed OS version. If not set, any version of this OS satisfies the constraint. Format: "major.minor.patch" such as "10.5.301", "9.2.1". type: string requirementlevel: Optional children: [] additionalproperties: [] - fullname: - spec - basic - conditions - '[]' - devicePolicy - osConstraints - '[]' - osType shortname: osType description: 'The operating system type of the device. Possible values: ["OS_UNSPECIFIED", "DESKTOP_MAC", "DESKTOP_WINDOWS", "DESKTOP_LINUX", "DESKTOP_CHROME_OS", "ANDROID", "IOS"].' type: string requirementlevel: RequiredWhenParentPresent children: [] additionalproperties: [] - fullname: - spec - basic - conditions - '[]' - devicePolicy - osConstraints - '[]' - requireVerifiedChromeOs shortname: requireVerifiedChromeOs description: If you specify DESKTOP_CHROME_OS for osType, you can optionally include requireVerifiedChromeOs to require Chrome Verified Access. type: boolean requirementlevel: Optional children: [] additionalproperties: [] additionalproperties: [] additionalproperties: [] - fullname: - spec - basic - conditions - '[]' - devicePolicy - requireAdminApproval shortname: requireAdminApproval description: Whether the device needs to be approved by the customer admin. type: boolean requirementlevel: Optional children: [] additionalproperties: [] - fullname: - spec - basic - conditions - '[]' - devicePolicy - requireCorpOwned shortname: requireCorpOwned description: Whether the device needs to be corp owned. type: boolean requirementlevel: Optional children: [] additionalproperties: [] - fullname: - spec - basic - conditions - '[]' - devicePolicy - requireScreenLock shortname: requireScreenLock description: |- Whether or not screenlock is required for the DevicePolicy to be true. Defaults to false. type: boolean requirementlevel: Optional children: [] additionalproperties: [] additionalproperties: [] - fullname: - spec - basic - conditions - '[]' - ipSubnetworks shortname: ipSubnetworks description: |- A list of CIDR block IP subnetwork specification. May be IPv4 or IPv6. Note that for a CIDR IP address block, the specified IP address portion must be properly truncated (i.e. all the host bits must be zero) or the input is considered malformed. For example, "192.0.2.0/24" is accepted but "192.0.2.1/24" is not. Similarly, for IPv6, "2001:db8::/32" is accepted whereas "2001:db8::1/32" is not. The originating IP of a request must be in one of the listed subnets in order for this Condition to be true. If empty, all IP addresses are allowed. type: list (string) requirementlevel: Optional children: - fullname: - spec - basic - conditions - '[]' - ipSubnetworks - '[]' shortname: '[]' description: "" type: string requirementlevel: Optional children: [] additionalproperties: [] additionalproperties: [] - fullname: - spec - basic - conditions - '[]' - members shortname: members description: "" type: list (object) requirementlevel: Optional children: - fullname: - spec - basic - conditions - '[]' - members - '[]' shortname: '[]' description: |- An allowed list of members (users, service accounts). Using groups is not supported. The signed-in user originating the request must be a part of one of the provided members. If not specified, a request may come from any user (logged in/not logged in, not present in any groups, etc.). type: object requirementlevel: Optional children: - fullname: - spec - basic - conditions - '[]' - members - '[]' - serviceAccountRef shortname: serviceAccountRef description: "" type: object requirementlevel: Optional children: - fullname: - spec - basic - conditions - '[]' - members - '[]' - serviceAccountRef - external shortname: external description: 'Allowed value: string of the format `serviceAccount:{{value}}`, where {{value}} is the `email` field of an `IAMServiceAccount` resource.' type: string requirementlevel: Optional children: [] additionalproperties: [] - fullname: - spec - basic - conditions - '[]' - members - '[]' - serviceAccountRef - name shortname: name description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' type: string requirementlevel: Optional children: [] additionalproperties: [] - fullname: - spec - basic - conditions - '[]' - members - '[]' - serviceAccountRef - namespace shortname: namespace description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' type: string requirementlevel: Optional children: [] additionalproperties: [] additionalproperties: [] - fullname: - spec - basic - conditions - '[]' - members - '[]' - user shortname: user description: "" type: string requirementlevel: Optional children: [] additionalproperties: [] additionalproperties: [] additionalproperties: [] - fullname: - spec - basic - conditions - '[]' - negate shortname: negate description: |- Whether to negate the Condition. If true, the Condition becomes a NAND over its non-empty fields, each field must be false for the Condition overall to be satisfied. Defaults to false. type: boolean requirementlevel: Optional children: [] additionalproperties: [] - fullname: - spec - basic - conditions - '[]' - regions shortname: regions description: |- The request must originate from one of the provided countries/regions. Format: A valid ISO 3166-1 alpha-2 code. type: list (string) requirementlevel: Optional children: - fullname: - spec - basic - conditions - '[]' - regions - '[]' shortname: '[]' description: "" type: string requirementlevel: Optional children: [] additionalproperties: [] additionalproperties: [] - fullname: - spec - basic - conditions - '[]' - requiredAccessLevels shortname: requiredAccessLevels description: "" type: list (object) requirementlevel: Optional children: - fullname: - spec - basic - conditions - '[]' - requiredAccessLevels - '[]' shortname: '[]' description: |- A list of other access levels defined in the same policy. Referencing an AccessContextManagerAccessLevel which does not exist is an error. All access levels listed must be granted for the condition to be true. type: object requirementlevel: Optional children: - fullname: - spec - basic - conditions - '[]' - requiredAccessLevels - '[]' - external shortname: external description: 'Allowed value: The `name` field of an `AccessContextManagerAccessLevel` resource.' type: string requirementlevel: Optional children: [] additionalproperties: [] - fullname: - spec - basic - conditions - '[]' - requiredAccessLevels - '[]' - name shortname: name description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' type: string requirementlevel: Optional children: [] additionalproperties: [] - fullname: - spec - basic - conditions - '[]' - requiredAccessLevels - '[]' - namespace shortname: namespace description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' type: string requirementlevel: Optional children: [] additionalproperties: [] additionalproperties: [] additionalproperties: [] additionalproperties: [] additionalproperties: [] additionalproperties: [] - fullname: - spec - custom shortname: custom description: |- Custom access level conditions are set using the Cloud Common Expression Language to represent the necessary conditions for the level to apply to a request. See CEL spec at: https://github.com/google/cel-spec. type: object requirementlevel: Optional children: - fullname: - spec - custom - expr shortname: expr description: |- Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. This page details the objects and attributes that are used to the build the CEL expressions for custom access levels - https://cloud.google.com/access-context-manager/docs/custom-access-level-spec. type: object requirementlevel: RequiredWhenParentPresent children: - fullname: - spec - custom - expr - description shortname: description description: Description of the expression. type: string requirementlevel: Optional children: [] additionalproperties: [] - fullname: - spec - custom - expr - expression shortname: expression description: Textual representation of an expression in Common Expression Language syntax. type: string requirementlevel: RequiredWhenParentPresent children: [] additionalproperties: [] - fullname: - spec - custom - expr - location shortname: location description: String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. type: string requirementlevel: Optional children: [] additionalproperties: [] - fullname: - spec - custom - expr - title shortname: title description: Title for the expression, i.e. a short string describing its purpose. type: string requirementlevel: Optional children: [] additionalproperties: [] additionalproperties: [] additionalproperties: [] - fullname: - spec - description shortname: description description: Description of the AccessLevel and its use. Does not affect behavior. type: string requirementlevel: Optional children: [] additionalproperties: [] - fullname: - spec - resourceID shortname: resourceID description: Immutable. Optional. The name of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default. type: string requirementlevel: Optional children: [] additionalproperties: [] - fullname: - spec - title shortname: title description: Human readable title. Must be unique within the Policy. type: string requirementlevel: Required children: [] additionalproperties: [] additionalproperties: []