Annotation Type ProvisioningAddressList


  • @Documented
    @Retention(RUNTIME)
    @Target({})
    public @interface ProvisioningAddressList
    Annotation that denotes a feature provisioning address list.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String schemaName
      The schema name of this address list.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String displayName
      Optional address list display name to differentiate multiple lists.
      ProvisioningField[] fields
      Optional fields if this address list has a custom profile specification.
      java.lang.String name
      Optional address list name to differentiate multiple lists.
      int order
      Optional explicit order in which to display this address list in relation to other address lists or configuration for this feature.
      ProvisioningProfileId specification
      Optional specification if this address list has a custom profile specification.
    • Element Detail

      • schemaName

        java.lang.String schemaName
        The schema name of this address list.
      • fields

        ProvisioningField[] fields
        Optional fields if this address list has a custom profile specification.
        Default:
        {}
      • specification

        ProvisioningProfileId specification
        Optional specification if this address list has a custom profile specification.
        Default:
        @com.opencloud.sentinel.annotations.ProvisioningProfileId
      • name

        java.lang.String name
        Optional address list name to differentiate multiple lists.
        Default:
        ""
      • displayName

        java.lang.String displayName
        Optional address list display name to differentiate multiple lists.
        Default:
        ""
      • order

        int order

        Optional explicit order in which to display this address list in relation to other address lists or configuration for this feature.

        Address lists or configuration with a lower order value will be displayed before those with a higher value.

        Defaults to 0, with configuration appearing before address lists, sorted in declaration order.

        Default:
        0