Class TrustedExternalTenant


  • public final class TrustedExternalTenant
    extends Object
    Represents a tenant ID that is trusted by the cluster.
    • Constructor Detail

      • TrustedExternalTenant

        public TrustedExternalTenant()
    • Method Detail

      • value

        public String value()
        Get the value property: GUID representing an external tenant.
        Returns:
        the value value.
      • withValue

        public TrustedExternalTenant withValue​(String value)
        Set the value property: GUID representing an external tenant.
        Parameters:
        value - the value value to set.
        Returns:
        the TrustedExternalTenant object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.