Tenant provider policies
Create policy
Create a new policy for a tenant provider.
Authorization
Authorization
RequiredBearer <token>In: header
Request Body
application/json
Requiredname
RequiredstringName of the policy.
description
RequiredstringDescription of the policy.
audience
RequiredstringAudience of the policy.
conditions
Requiredarray<object>Conditions of the policy.
Path Parameters
tenantId
RequiredstringUnique identifier for a tenant.
Format:
"uuid"
tenantProviderId
RequiredstringUnique identifier for a tenant provider.
Format:
"uuid"
Policy created successfully.