OBJECT
AzureAdTermsOfUse
Description
Azure AD terms of use.
link GraphQL Schema definition
- type AzureAdTermsOfUse {
- # Display name of the Azure AD terms of use.
- : String!
- # Files of the Azure AD terms of use.
- : [AzureAdTermsOfUseFile!]!
- }
OBJECT
Azure AD terms of use.
- type AzureAdTermsOfUse {
- # Display name of the Azure AD terms of use.
- : String!
- # Files of the Azure AD terms of use.
- : [AzureAdTermsOfUseFile!]!
- }