Class ServicePrincipalsAddKeyRequestBodyInner


  • public final class ServicePrincipalsAddKeyRequestBodyInner
    extends Object
    The ServicePrincipalsAddKeyRequestBody model.
    • Constructor Detail

      • ServicePrincipalsAddKeyRequestBodyInner

        public ServicePrincipalsAddKeyRequestBodyInner()
    • Method Detail

      • proof

        public String proof()
        Get the proof property: The proof property.
        Returns:
        the proof value.
      • withProof

        public ServicePrincipalsAddKeyRequestBodyInner withProof​(String proof)
        Set the proof property: The proof property.
        Parameters:
        proof - the proof value to set.
        Returns:
        the ServicePrincipalsAddKeyRequestBodyInner object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: Dictionary of <any>.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public ServicePrincipalsAddKeyRequestBodyInner withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Dictionary of <any>.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the ServicePrincipalsAddKeyRequestBodyInner object itself.
      • validate

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