Interface SimGroup.DefinitionStages.WithEncryptionKey

All Known Subinterfaces:
SimGroup.Definition, SimGroup.DefinitionStages.WithCreate
Enclosing interface:
SimGroup.DefinitionStages

public static interface SimGroup.DefinitionStages.WithEncryptionKey
The stage of the SimGroup definition allowing to specify encryptionKey.
  • Method Details

    • withEncryptionKey

      SimGroup.DefinitionStages.WithCreate withEncryptionKey(KeyVaultKey encryptionKey)
      Specifies the encryptionKey property: A key to encrypt the SIM data that belongs to this SIM group..
      Parameters:
      encryptionKey - A key to encrypt the SIM data that belongs to this SIM group.
      Returns:
      the next definition stage.