gd-sprest-def
Version:
TypeScript definition files generated from the $metadata REST endpoint in SharePoint.
61 lines (47 loc) • 1.67 kB
TypeScript
import { Base } from "../../../../";
/*********************************************
* CAnonymousLinkUseLimit
**********************************************/
export interface CAnonymousLinkUseLimit {
dailyLimitPerSite?: number;
expiration?: any;
}
/*********************************************
* CAnonymousLinkUseLimitCollections
**********************************************/
export interface CAnonymousLinkUseLimitCollections {
}
/*********************************************
* CExternalSharingEnforcement
**********************************************/
export interface CExternalSharingEnforcement {
enforceBlock?: boolean;
expiration?: any;
}
/*********************************************
* CExternalSharingEnforcementCollections
**********************************************/
export interface CExternalSharingEnforcementCollections {
}
/*********************************************
* CExternalSharingThrottling
**********************************************/
export interface CExternalSharingThrottling {
expiration?: any;
limitLevel?: number;
}
/*********************************************
* CExternalSharingThrottlingCollections
**********************************************/
export interface CExternalSharingThrottlingCollections {
}
/*********************************************
* SPSharingWorkItemAuthCryptoProvider
**********************************************/
export interface SPSharingWorkItemAuthCryptoProvider {
}
/*********************************************
* SPSharingWorkItemAuthCryptoProviderCollections
**********************************************/
export interface SPSharingWorkItemAuthCryptoProviderCollections {
}