Class: Icalia::CloudIdentity

Inherits:
ModelBase show all
Defined in:
lib/icalia-sdk-event-core/models/cloud_identity.rb

Instance Attribute Summary collapse

Attributes inherited from ModelBase

#serialization_context

Method Summary

Methods inherited from ModelBase

has_many, has_one, #initialize

Methods included from ResourceIdentity

#to_key

Constructor Details

This class inherits a constructor from Icalia::ModelBase

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at.



5
6
7
# File 'lib/icalia-sdk-event-core/models/cloud_identity.rb', line 5

def created_at
  @created_at
end

#id_at_providerObject (readonly)

Returns the value of attribute id_at_provider.



5
6
7
# File 'lib/icalia-sdk-event-core/models/cloud_identity.rb', line 5

def id_at_provider
  @id_at_provider
end

#identity_typeObject (readonly)

Returns the value of attribute identity_type.



5
6
7
# File 'lib/icalia-sdk-event-core/models/cloud_identity.rb', line 5

def identity_type
  @identity_type
end

#nameObject (readonly)

Returns the value of attribute name.



5
6
7
# File 'lib/icalia-sdk-event-core/models/cloud_identity.rb', line 5

def name
  @name
end

#providerObject (readonly)

Returns the value of attribute provider.



5
6
7
# File 'lib/icalia-sdk-event-core/models/cloud_identity.rb', line 5

def provider
  @provider
end

#updated_atObject (readonly)

Returns the value of attribute updated_at.



5
6
7
# File 'lib/icalia-sdk-event-core/models/cloud_identity.rb', line 5

def updated_at
  @updated_at
end