Role Enumeration

Defines the role granted by this permission.

Definition

Namespace: GenerativeAI.Types
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public enum Role

Members

ROLE_UNSPECIFIED0 The default value. This value is unused.
OWNER1 Owner can use, update, share and delete the resource.
WRITER2 Writer can use, update and share the resource.
READER3 Reader can use the resource.

See Also