Documentation ¶
Index ¶
Constants ¶
View Source
const (
ErrorProjectSetting = "error setting `%s` for project (%s): %s"
)
Variables ¶
This section is empty.
Functions ¶
func DataSource ¶
func PluralDataSource ¶
Types ¶
type APIProjectAssignmentKeyInput ¶
type APIProjectAssignmentKeyInput struct { ProjectID string `json:"desc,omitempty"` RoleNames []string `json:"roles,omitempty"` }
func ExpandProjectAssignmentSet ¶
func ExpandProjectAssignmentSet(projectAssignments *schema.Set) []*APIProjectAssignmentKeyInput
Click to show internal directories.
Click to hide internal directories.