Method: OpenapiClient::AuthnMeAPIKeyRead.openapi_types

Defined in:
lib/openapi_client/models/authn_me_api_key_read.rb

.openapi_typesObject

Attribute type mapping.



73
74
75
76
77
78
79
80
81
82
83
# File 'lib/openapi_client/models/authn_me_api_key_read.rb', line 73

def self.openapi_types
  {
    :'actor_type' => :'String',
    :'id' => :'String',
    :'object_type' => :'MemberAccessObj',
    :'owner_type' => :'APIKeyOwnerType',
    :'org_id' => :'String',
    :'project_id' => :'String',
    :'env_id' => :'String'
  }
end