Class: Anthropic::Models::Beta::Organization::BetaWorkspace
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::Organization::BetaWorkspace
- Defined in:
- lib/anthropic/models/beta/organization/beta_workspace.rb,
sig/anthropic/models/beta/organization/beta_workspace.rbs
Overview
Instance Attribute Summary collapse
-
#archived_at ⇒ Time?
RFC 3339 datetime string indicating when the Workspace was archived, or
nullif the Workspace is not archived. -
#compartment_id ⇒ String
Identifier for this Workspace's encryption compartment.
-
#created_at ⇒ Time
RFC 3339 datetime string indicating when the Workspace was created.
-
#data_residency ⇒ Anthropic::Models::Beta::Organization::BetaDataResidency
Data residency configuration.
-
#display_color ⇒ String
Hex color code representing the Workspace in the Anthropic Console.
-
#external_key_id ⇒ String?
ID of the customer-managed encryption key (CMEK) configuration to use for this Workspace.
-
#id ⇒ String
ID of the Workspace.
-
#name ⇒ String
Name of the Workspace.
-
#tags ⇒ Hash{Symbol=>String}
User-defined tags as string key-value pairs.
-
#type ⇒ Symbol, :workspace
Object type.
Instance Method Summary collapse
-
#initialize(id:, archived_at:, compartment_id:, created_at:, data_residency:, display_color:, external_key_id:, name:, tags:, type: :workspace) ⇒ Object
constructor
Some parameter documentations has been truncated, see BetaWorkspace for more details.
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id:, archived_at:, compartment_id:, created_at:, data_residency:, display_color:, external_key_id:, name:, tags:, type: :workspace) ⇒ Object
Some parameter documentations has been truncated, see Anthropic::Models::Beta::Organization::BetaWorkspace for more details.
|
|
# File 'lib/anthropic/models/beta/organization/beta_workspace.rb', line 93
|
Instance Attribute Details
#archived_at ⇒ Time?
RFC 3339 datetime string indicating when the Workspace was archived, or null
if the Workspace is not archived.
20 |
# File 'lib/anthropic/models/beta/organization/beta_workspace.rb', line 20 required :archived_at, Time, nil?: true |
#compartment_id ⇒ String
Identifier for this Workspace's encryption compartment. When you configure a customer-managed encryption key (CMEK) on AWS, reference this value in your KMS key-policy condition so the key is scoped to this compartment. On GCP and Azure, Anthropic enforces the compartment binding automatically; you do not need to reference this value in your key configuration. See the CMEK integration guide for the required key configuration; unless your organization is on Claude Platform on AWS, it includes a separate value used during key validation. On Claude Platform on AWS there is no separate validation value: the key is validated against this Workspace's own value when it is attached, so if your key policy uses the compartment condition, add this value to it before attaching the key.
36 |
# File 'lib/anthropic/models/beta/organization/beta_workspace.rb', line 36 required :compartment_id, String |
#created_at ⇒ Time
RFC 3339 datetime string indicating when the Workspace was created.
42 |
# File 'lib/anthropic/models/beta/organization/beta_workspace.rb', line 42 required :created_at, Time |
#data_residency ⇒ Anthropic::Models::Beta::Organization::BetaDataResidency
Data residency configuration.
48 |
# File 'lib/anthropic/models/beta/organization/beta_workspace.rb', line 48 required :data_residency, -> { Anthropic::Beta::Organization::BetaDataResidency } |
#display_color ⇒ String
Hex color code representing the Workspace in the Anthropic Console.
54 |
# File 'lib/anthropic/models/beta/organization/beta_workspace.rb', line 54 required :display_color, String |
#external_key_id ⇒ String?
ID of the customer-managed encryption key (CMEK) configuration to use for this
Workspace. Setting this field requires CMEK to be enabled for your organization.
When set, data stored for this Workspace is encrypted with the referenced key.
Create key configurations with the External Keys API. On Claude Platform on AWS
the value is the AWS KMS key ARN, and the key must be a single-Region key in the
same AWS account and Region as the Workspace. On that platform the key is
validated against this Workspace when it is attached, so a key-policy problem is
reported as an error on this request. This field is write-once: once a key is
attached to a Workspace it cannot be detached or replaced. To rotate key
material, rotate the underlying key on your cloud KMS; the external_key_id
stays the same.
70 |
# File 'lib/anthropic/models/beta/organization/beta_workspace.rb', line 70 required :external_key_id, String, nil?: true |
#id ⇒ String
ID of the Workspace.
13 |
# File 'lib/anthropic/models/beta/organization/beta_workspace.rb', line 13 required :id, String |
#name ⇒ String
Name of the Workspace.
76 |
# File 'lib/anthropic/models/beta/organization/beta_workspace.rb', line 76 required :name, String |
#tags ⇒ Hash{Symbol=>String}
User-defined tags as string key-value pairs. Keys may not begin with
anthropic.
83 |
# File 'lib/anthropic/models/beta/organization/beta_workspace.rb', line 83 required :tags, Anthropic::Internal::Type::HashOf[String] |
#type ⇒ Symbol, :workspace
Object type.
For Workspaces, this is always "workspace".
91 |
# File 'lib/anthropic/models/beta/organization/beta_workspace.rb', line 91 required :type, const: :workspace |
Instance Method Details
#to_hash ⇒ {
53 |
# File 'sig/anthropic/models/beta/organization/beta_workspace.rbs', line 53 def to_hash: -> { |