[ Version ( since = "0.13.2" ) ]
public Value storage_identifier { get; }
The storage identifier for this account.
A provider-specific variant type used to identify this account with the provider. This value will be null
if
storage_provider is an empty string.
This property cannot change once an Account has been created.
This is not guaranteed to have been retrieved until the TP_ACCOUNT_FEATURE_STORAGE
feature has been prepared; until then,
the value is null
.