OrganizationRoleArgs

fun OrganizationRoleArgs(deleted: Output<Boolean>? = null, description: Output<String>? = null, etag: Output<String>? = null, includedPermissions: Output<List<String>>? = null, name: Output<String>? = null, organizationId: Output<String>? = null, roleId: Output<String>? = null, stage: Output<OrganizationRoleStage>? = null, title: Output<String>? = null)