CrossSiteAccessPolicies Class
The client access policy.
- Inheritance
-
azure.mgmt.media._serialization.ModelCrossSiteAccessPolicies
Constructor
CrossSiteAccessPolicies(*, client_access_policy: str | None = None, cross_domain_policy: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
client_access_policy
|
The content of clientaccesspolicy.xml used by Silverlight. |
cross_domain_policy
|
The content of crossdomain.xml used by Silverlight. |
Variables
Name | Description |
---|---|
client_access_policy
|
The content of clientaccesspolicy.xml used by Silverlight. |
cross_domain_policy
|
The content of crossdomain.xml used by Silverlight. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python