AgenticUserWorkloadOnboardingUpdatedValue Class

Payload for the agenticUserWorkloadOnboardingUpdated event.

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.

Constructor

AgenticUserWorkloadOnboardingUpdatedValue(*, tenantId: str | None = None, agenticUserId: str | None = None, agenticAppInstanceId: str | None = None, agentIdentityBlueprintId: str | None = None, version: int | None = None, eventType: Literal['agenticUserWorkloadOnboardingUpdated'] = 'agenticUserWorkloadOnboardingUpdated', workloadName: str | None = None, workloadOnboardingState: str | None = None, **extra_data: Any)

Keyword-Only Parameters

Name Description
tenantId
Default value: None
agenticUserId
Default value: None
agenticAppInstanceId
Default value: None
agentIdentityBlueprintId
Default value: None
version
Default value: None
eventType
Default value: agenticUserWorkloadOnboardingUpdated
workloadName
Default value: None
workloadOnboardingState
Default value: None

Attributes

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

model_config: ClassVar[ConfigDict] = {'alias_generator': AliasGenerator(alias=None, validation_alias=<staticmethod(<function CustomBaseModel.validation_alias_generator>)>, serialization_alias=<staticmethod(<function CustomBaseModel.serialization_alias_generator>)>), 'arbitrary_types_allowed': True, 'extra': 'allow', 'populate_by_name': True, 'serialize_by_alias': True, 'validate_by_alias': True, 'validate_by_name': True}

workload_name

The workload being onboarded (e.g. Teams).

workload_name: str | None

workload_onboarding_state

The onboarding state for the workload (e.g. succeeded).

workload_onboarding_state: str | None

event_type

event_type: Literal['agenticUserWorkloadOnboardingUpdated']