Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.59 KB

File metadata and controls

59 lines (43 loc) · 1.59 KB
page_title epilot-role_role Data Source - terraform-provider-epilot-role
subcategory
description Role DataSource

epilot-role_role (Data Source)

Role DataSource

Example Usage

data "epilot-role_role" "my_role" {
}

Schema

Read-Only

  • expires_at (String) date and time then the role will expire
  • grants (Attributes List) List of grants (permissions) applied to the role (see below for nested schema)
  • id (String) Format: <organization_id>:
  • name (String) Human-friendly name for the role
  • organization_id (String) Id of an organization
  • partner_org_id (String)
  • pricing_tier (String) The pricing tier of the organization this root role is based on
  • slug (String) URL-friendly name for the role
  • type (String)

Nested Schema for grants

Read-Only:

Nested Schema for grants.conditions

Read-Only:

Nested Schema for grants.conditions.equals_condition

Read-Only:

  • attribute (String)
  • operation (String)
  • values (List of String)