Class ServiceAccessPolicyEntry


  • public final class ServiceAccessPolicyEntry
    extends Object
    An access policy entry.
    • Constructor Detail

      • ServiceAccessPolicyEntry

        public ServiceAccessPolicyEntry()
    • Method Detail

      • objectId

        public String objectId()
        Get the objectId property: An Azure AD object ID (User or Apps) that is allowed access to the FHIR service.
        Returns:
        the objectId value.
      • withObjectId

        public ServiceAccessPolicyEntry withObjectId​(String objectId)
        Set the objectId property: An Azure AD object ID (User or Apps) that is allowed access to the FHIR service.
        Parameters:
        objectId - the objectId value to set.
        Returns:
        the ServiceAccessPolicyEntry object itself.
      • validate

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