Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

PolicyDomain class

PolicyDomain represents the sub-set or partition of managed environment for a set of policies. The domain partitioning scheme is based on the cloud object. For example, typical partition objects or scheme can be a Tenant or Location or Pod. It is possible to combine more than one partition objects. For stryker release the partitioning objects will be SOI only.

PolicyDomain class APIs

The following tables list the basic APIs, operation APIs, and relationship APIs for the PolicyDomain class.

Basic APIs

Name

HTTP
method

URI

Description

create

POST

csm/PolicyDomain

Creates a PolicyDomain object.

delete

DELETE

csm/PolicyDomain/guid

Deletes a PolicyDomain object.

search

POST

csm/PolicyDomain/search

Searches for PolicyDomain objects.

Operation APIs

The PolicyDomain class has no operation APIs.

Relationship APIs

The PolicyDomain class has no relationship APIs.

PolicyDomain class relationships and attributes

The following tables list the relationships and attributes of the PolicyDomain class.

Relationships

Name

Type

Multi-
plicity

Description

basePolicies

BasePolicy

0..*

children

PolicyDomain

0..*

parent

PolicyDomain

0..1

partitionObjects

CloudObject

1..*

policyDomainDatasets

PolicyDomainDataset

0..*

resourceRuleEvaluationDomain

ResourceRuleEvaluationDomain

1..*

cloudClass

CloudClass

1

Fully-qualified name of the class to which the object belongs

provider

Provider

1

Provider that created the object

tags

Tag

0..*

Tags associated with the object

Attributes

Name

Type

Multi-
plicity

Description

description

String

0..1

Text that describes the object

guid

String

1

Globally unique identifier for the object

name

String

1

Human-readable name of the object

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Comments