import * as $dara from '@darabonba/typescript'; export declare class ProvisionExternalApplicationResponseBodyExternalApplicationDelegatedScopePredefinedScopesPredefinedScope extends $dara.Model { description?: string; name?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ProvisionExternalApplicationResponseBodyExternalApplicationDelegatedScopePredefinedScopes extends $dara.Model { predefinedScope?: ProvisionExternalApplicationResponseBodyExternalApplicationDelegatedScopePredefinedScopesPredefinedScope[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ProvisionExternalApplicationResponseBodyExternalApplicationDelegatedScope extends $dara.Model { predefinedScopes?: ProvisionExternalApplicationResponseBodyExternalApplicationDelegatedScopePredefinedScopes; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ProvisionExternalApplicationResponseBodyExternalApplication extends $dara.Model { /** * @remarks * The name of the application principal. The value is in the `@app..onaliyun.com` format. * * @example * GiteePrd@app.177242285274****.onaliyun.com */ appPrincipalName?: string; /** * @remarks * The time when the application was installed. The value is a timestamp. * * @example * 1603693518000 */ createDate?: string; /** * @remarks * The information about the scopes of permissions that are granted to the application. */ delegatedScope?: ProvisionExternalApplicationResponseBodyExternalApplicationDelegatedScope; /** * @remarks * The display name of the application. * * @example * GiteeAliyun */ displayName?: string; /** * @remarks * The ID of the application. * * @example * 403550611646604**** */ foreignAppId?: string; /** * @remarks * The ID of the Alibaba Cloud account to which the external application belongs. * * @example * 157242285274**** */ tenantId?: string; /** * @remarks * The update time. The value is a timestamp. * * @example * 1603693518000 */ updateDate?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ProvisionExternalApplicationResponseBody extends $dara.Model { /** * @remarks * The information about the external application. */ externalApplication?: ProvisionExternalApplicationResponseBodyExternalApplication; /** * @remarks * The request ID. * * @example * 55535873-9A6B-5C87-853F-C7CD258826F2 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }