Class: StackOne::Models::Shared::IamResourceType
- Inherits:
-
Object
- Object
- StackOne::Models::Shared::IamResourceType
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/stack_one/models/shared/iamresource_type.rb
Overview
The resource type identifier. Falcon connectors emit a plain string from the connector-defined set returned by GET /unified/iam/resource_types (e.g. "file", "channel", "group"). Legacy V2 connectors emit the source_value envelope where value is from the IamResourceTypeEnum fixed set. Either shape validates.
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ IamResourceType
constructor
A new instance of IamResourceType.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ IamResourceType
Returns a new instance of IamResourceType.
17 |
# File 'lib/stack_one/models/shared/iamresource_type.rb', line 17 def initialize; end |
Instance Method Details
#==(other) ⇒ Object
20 21 22 23 |
# File 'lib/stack_one/models/shared/iamresource_type.rb', line 20 def ==(other) return false unless other.is_a? self.class true end |