ServiceAttributes-core.sharepoint2007
From Hostway API Documentation
				
								
				Revision as of 10:29, 21 March 2016 by Jerry.dimitrov  (Talk)
				
			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