Class: Privy::Models::CreateOrganizationSecretResponse

Inherits:
OrganizationSecretView show all
Defined in:
lib/privy/models/create_organization_secret_response.rb

Instance Attribute Summary collapse

Attributes inherited from OrganizationSecretView

#created_at, #id, #last_four, #revoked_at, #signing_public_key

Instance Method Summary collapse

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(organization_secret:) ⇒ Object

Response returned when creating a new organization secret.

Parameters:

  • organization_secret (String)

    The plaintext organization secret. Returned only at creation time.



# File 'lib/privy/models/create_organization_secret_response.rb', line 12

Instance Attribute Details

#organization_secretString

The plaintext organization secret. Returned only at creation time.

Returns:

  • (String)


10
# File 'lib/privy/models/create_organization_secret_response.rb', line 10

required :organization_secret, String