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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python