mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-22 22:28:50 +00:00
Bug fixes and documentation (#2694)
This commit is contained in:
@ -328,6 +328,9 @@ CONTAINER_DEF = Optional[Union[SyncedDir, List[SyncedDir]]]
|
||||
class ClientCredentials(BaseModel):
|
||||
client_id: UUID
|
||||
client_secret: str
|
||||
resource: str
|
||||
tenant: str
|
||||
multi_tenant_domain: Optional[str]
|
||||
|
||||
|
||||
class AgentConfig(BaseModel):
|
||||
|
Reference in New Issue
Block a user