Type Alias CatalogApiAccessRequestResponseWrite
CatalogApiAccessRequestResponseWrite: {
api: { [key: string]: object };
authType: string;
clientApplication: { [key: string]: object };
createdAt: string;
environmentId: string;
grantedAt?: string;
grantedBy?: string;
id: string;
oauthClientId: string;
oAuthClientId?: string;
status: string;
updatedAt: string;
updatedBy?: string;
}
Type declaration
api: { [key: string]: object }
authType: string
clientApplication: { [key: string]: object }
createdAt: string
environmentId: string
OptionalgrantedAt?: string
OptionalgrantedBy?: string
id: string
oauthClientId: string
OptionaloAuthClientId?: string
status: string
updatedAt: string
OptionalupdatedBy?: string