ApplicationRegistration: {
    applicationDomainId: string;
    applicationId?: string;
    changedBy?: string;
    createdBy?: string;
    createdTime?: string;
    customAttributes?: Record<string, string>;
    id?: string;
    name: string;
    registrationId: string;
    type?: string;
    updatedTime?: string;
}

Type declaration

  • applicationDomainId: string
  • Optional Readonly applicationId?: string
  • Optional Readonly changedBy?: string
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional customAttributes?: Record<string, string>
  • Optional Readonly id?: string
  • name: string
  • registrationId: string
  • Optional Readonly type?: string
  • Optional Readonly updatedTime?: string