activationState property

String? activationState
getter/setter pair

The activation state of the eSIM profile once it is downloaded.

Required. Possible string values are:

  • "ACTIVATION_STATE_UNSPECIFIED" : eSIM activation state is not specified. This defaults to the eSIM profile being NOT_ACTIVATED on personally-owned devices and ACTIVATED on company-owned devices.
  • "ACTIVATED" : The eSIM is automatically activated after downloading. Setting this as the activation state for personally-owned devices will result in the command being rejected.
  • "NOT_ACTIVATED" : The eSIM profile is downloaded but not activated. In this case, the user will need to activate the eSIM manually on the device.

Implementation

core.String? activationState;