SmartIdentityProviderApplication interface   
标识提供者中配置的应用程序,用于访问 FHIR 资源。
属性
| allowed | 
	允许对应用程序的 FHIR 资源执行的作。  | 
| audience | 将用于针对给定颁发机构验证持有者令牌的受众。  | 
| client | 
	标识提供者中定义的应用程序客户端 ID。 此值将用于根据给定颁发机构验证持有者令牌。  | 
属性详细信息
		allowedDataActions
	  
	允许对应用程序的 FHIR 资源执行的作。
allowedDataActions?: string[]
				属性值
string[]
audience
将用于针对给定颁发机构验证持有者令牌的受众。
audience?: string
				属性值
string
		clientId
	 
	标识提供者中定义的应用程序客户端 ID。 此值将用于根据给定颁发机构验证持有者令牌。
clientId?: string
				属性值
string