Class: Anthropic::Models::Beta::Organization::BetaAzureExternalKeyConfigParam
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::Organization::BetaAzureExternalKeyConfigParam
- Defined in:
- lib/anthropic/models/beta/organization/beta_azure_external_key_config_param.rb,
sig/anthropic/models/beta/organization/beta_azure_external_key_config_param.rbs
Instance Attribute Summary collapse
-
#client_id ⇒ String?
Azure AD application (client) ID.
-
#key_name ⇒ String
Name of the key within the vault.
-
#tenant_id ⇒ String
Azure AD tenant ID.
- #type ⇒ Symbol, :azure
-
#vault_uri ⇒ String
Key Vault data-plane URI —
https://{vault-name}.vault.azure.netorhttps://{hsm-name}.managedhsm.azure.net.
Instance Method Summary collapse
-
#initialize(key_name:, tenant_id:, vault_uri:, client_id: nil, type: :azure) ⇒ Object
constructor
Azure Key Vault provider configuration.
- #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(key_name:, tenant_id:, vault_uri:, client_id: nil, type: :azure) ⇒ Object
Azure Key Vault provider configuration.
Some parameter documentations has been truncated, see Anthropic::Models::Beta::Organization::BetaAzureExternalKeyConfigParam for more details.
|
|
# File 'lib/anthropic/models/beta/organization/beta_azure_external_key_config_param.rb', line 40
|
Instance Attribute Details
#client_id ⇒ String?
Azure AD application (client) ID. Omit to use Anthropic's multitenant app. Provide only if using a single-tenant app registration in the customer's directory.
38 |
# File 'lib/anthropic/models/beta/organization/beta_azure_external_key_config_param.rb', line 38 optional :client_id, String, nil?: true |
#key_name ⇒ String
Name of the key within the vault.
12 |
# File 'lib/anthropic/models/beta/organization/beta_azure_external_key_config_param.rb', line 12 required :key_name, String |
#tenant_id ⇒ String
Azure AD tenant ID.
18 |
# File 'lib/anthropic/models/beta/organization/beta_azure_external_key_config_param.rb', line 18 required :tenant_id, String |
#type ⇒ Symbol, :azure
23 |
# File 'lib/anthropic/models/beta/organization/beta_azure_external_key_config_param.rb', line 23 required :type, const: :azure |
#vault_uri ⇒ String
Key Vault data-plane URI — https://{vault-name}.vault.azure.net or
https://{hsm-name}.managedhsm.azure.net.
30 |
# File 'lib/anthropic/models/beta/organization/beta_azure_external_key_config_param.rb', line 30 required :vault_uri, String |
Instance Method Details
#to_hash ⇒ {
33 |
# File 'sig/anthropic/models/beta/organization/beta_azure_external_key_config_param.rbs', line 33
def to_hash: -> {
|