VcenterSettingsV1ConfigComponentsAuthmanagementRoles

Roles structure This structure represents the configuration for Roles.


Properties

string
description Optional

Role description.


integer as int64
id Optional

Role identifier.


string
name Required

Role name which is unique across roles.


array of string
privilege_ids Optional

List of Privileges present in the Role.

JSON Example

{
	"name": "string"
}

Feedback

Was this page helpful?