Values.NetworkSourceRepresents a Wickr network with all its configuration and status information.
type nonrec t = {networkId : NetworkId.t option;The unique identifier of the network.
*)networkName : GenericString.t option;The name of the network.
*)accessLevel : AccessLevel.t option;The access level of the network (STANDARD or PREMIUM), which determines available features and capabilities.
*)awsAccountId : GenericString.t option;The Amazon Web Services account ID that owns the network.
*)networkArn : GenericString.t option;The Amazon Resource Name (ARN) of the network.
*)standing : Integer.t option;The current standing or status of the network.
*)freeTrialExpiration : GenericString.t option;The expiration date and time for the network's free trial period, if applicable.
*)migrationState : Integer.t option;The SSO redirect URI migration state, managed by the SSO redirect migration wizard. Values: 0 (not started), 1 (in progress), or 2 (completed).
*)encryptionKeyArn : GenericString.t option;The ARN of the Amazon Web Services KMS customer managed key used for encrypting sensitive data in the network.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Integer of Integer.t | `String of NetworkId.t ])
list ]