Searched refs:actor (Results 1 – 7 of 7) sorted by relevance
366 function actorCanGetProjectDevelopmentCertificate(actor: Actor, app: AppByIdQuery['app']['byId']) {370 actor.__typename === 'User' || actor.__typename === 'SSOUser'371 ? actor.primaryAccount.id === owningAccountId373 const userHasPublishPermissionForOwningAccount = !!actor.accounts375 ?.users?.find((userPermission) => userPermission.actor.id === actor.id)383 const actor = await ensureLoggedInAsync(); constant385 if (!actorCanGetProjectDevelopmentCertificate(actor, app)) {
24 If a malicious actor were to somehow gain access to the credentials, they would be able to send pus…36 There isn't much that a malicious actor could do with this alone — they would be unable to su…61 …actor to have access to your username and password. They would also need to have access to your tw…75 …ssociated with the Firebase project to which the key belongs. A malicious actor would need to have…89 Provided that your Google Play Developer account is secure, a malicious actor will not be able to u…105 If a malicious actor has access to the device tokens, they will be unable to do anything with them …
52 …if: ${{ github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dep…
46 …if: ${{ github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dep…
1116 …actor: { __typename?: 'Robot', id: string } | { __typename?: 'SSOUser', id: string } | { __typenam…
588 actor?: Maybe<Actor>;2040 actor?: Maybe<Actor>;2179 actor?: Maybe<Actor>;2996 actor?: Maybe<Actor>;3761 actor?: Maybe<Actor>;4147 actor: ActorQuery;4586 actor?: Maybe<Actor>;4768 actor?: Maybe<Actor>;5309 actor: Actor;
84 …longer guarantee integrity of updates it signed. For example, a malicious actor could craft a mali…