Documentation ¶ Index ¶ type Grant type GrantResponse Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Grant ¶ type Grant struct { Grant eid.EID `json:"grant"` Principal eid.EID `json:"principal"` MappedPrincipal *eid.EID `json:"mapped_principal,omitempty"` Target eid.EID `json:"target"` Role eid.EID `json:"role"` } type GrantResponse ¶ type GrantResponse struct { Entities entity.EntityJSON `json:"entities"` } Source Files ¶ View all Source files provisioner.go Click to show internal directories. Click to hide internal directories.