ServiceAttributes-core.sharepoint2007
From Hostway API Documentation
				
								
				(Difference between revisions)
				
																
				
				
								
				 (→Parameters)  | 
		Corinne.chui  (Talk | contribs)  m (1 revision)  | 
		
Latest revision as of 13:33, 30 May 2016
Attributes used when configuring the SharePoint 2007.
Contents | 
Attributes Body
{
  "domain": "{domain}",
  "is_shared": 0|1,
  "name": "{name}",
  "template_key": "{template_key}"
}
 
Parameters
- domain - String
 - (REQUIRED)
 - The domain name for the SharePoint product.
 
- is_shared - Integer
 - (REQUIRED)
 - Flag that specifies whether the domain attribute is shared domain or not. Possible values are 1 or 0 (a.k.a true or false).
 
- name - String
 - (REQUIRED)
 - Sub domain name which will be the prefix of the actual FQDN for the SharePoint portal resource.
 
- template_key - String
 - (OPTIONAL)
 - Specific template text key for the SharePoint resource.
 
See also