ApiClusterTemplateRole Data Model

Role info: This will contain information related to a role referred by some configuration. During import type this role must be materizalized.

Properties
name data type description
refName string Role reference name
roleType string Role type

Example

{
  "refName" : "...",
  "roleType" : "..."
}