Lines Matching full:location
39 location: `${await this.dispatch( property in CertificatesStore.actions.getCertificateTypes.AnonymousClass3283684f0201
46 location: '/redfish/v1/AccountService/LDAP/Certificates/', property in CertificatesStore.actions.getCertificateTypes.AnonymousClass3283684f0301
51 location: `${await this.dispatch( property in CertificatesStore.actions.getCertificateTypes.AnonymousClass3283684f0401
74 const promises = certificateLocations.map((location) =>
75 api.get(location),
89 location: data['@odata.id'],
117 getCertificateProp(getters['certificateTypes'], type, 'location'),
142 { certificateString, location, type },
147 data.CertificateUri = { '@odata.id': location };
171 async deleteCertificate({ dispatch, getters }, { type, location }) {
173 .delete(location)
213 'location',