id property

String? id
getter/setter pair

The id of the OS policy with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens.

  • Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the assignment.

Required.

Implementation

core.String? id;