displayName property

String? displayName
getter/setter pair

The "pretty" name of the value of the permission.

The following is a list of examples for each type of permission: * user

  • User's full name, as defined for their Google account, such as "Joe Smith." * group - Name of the Google Group, such as "The Company Administrators." * domain - String domain name, such as "thecompany.com." * anyone - No displayName is present.

Output only.

Implementation

core.String? displayName;