MemberFeaturesConfigurationResult¶
Structure Class¶
MemberFeaturesConfigurationResult
dataclass
¶
Contains information about the features for the member account.
Attributes¶
additional_configuration
class-attribute
instance-attribute
¶
additional_configuration: list[MemberAdditionalConfigurationResult] | None = None
Indicates the additional configuration of the feature that is configured for the member account.
name
class-attribute
instance-attribute
¶
name: OrgFeature | None = None
Indicates the name of the feature that is enabled for the detector.
status
class-attribute
instance-attribute
¶
status: FeatureStatus | None = None
Indicates the status of the feature that is enabled for the detector.
updated_at
class-attribute
instance-attribute
¶
updated_at: datetime | None = None
The timestamp at which the feature object was updated.