pulumi-oci 2.16.0__py3-none-any.whl → 2.16.0a1730386905__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +0 -19
- pulumi_oci/database/autonomous_database.py +0 -47
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +0 -105
- pulumi_oci/database/cloud_vm_cluster.py +0 -49
- pulumi_oci/database/data_guard_association.py +0 -49
- pulumi_oci/database/db_system.py +0 -47
- pulumi_oci/database/exadb_vm_cluster.py +7 -68
- pulumi_oci/database/get_autonomous_database.py +1 -15
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -43
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -15
- pulumi_oci/database/get_data_guard_association.py +1 -12
- pulumi_oci/database/get_exadb_vm_cluster.py +2 -16
- pulumi_oci/database/outputs.py +2 -97
- pulumi_oci/dataflow/get_sql_endpoint.py +15 -1
- pulumi_oci/dataflow/outputs.py +11 -0
- pulumi_oci/dataflow/sql_endpoint.py +85 -88
- pulumi_oci/identity/__init__.py +0 -2
- pulumi_oci/identity/_inputs.py +6 -55
- pulumi_oci/identity/domains_condition.py +2 -9
- pulumi_oci/identity/domains_policy.py +2 -9
- pulumi_oci/identity/domains_rule.py +2 -9
- pulumi_oci/identity/get_domains_condition.py +2 -2
- pulumi_oci/identity/get_domains_conditions.py +2 -2
- pulumi_oci/identity/get_domains_policies.py +2 -2
- pulumi_oci/identity/get_domains_policy.py +2 -2
- pulumi_oci/identity/get_domains_rule.py +2 -2
- pulumi_oci/identity/get_domains_rules.py +2 -2
- pulumi_oci/identity/outputs.py +4 -917
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.16.0.dist-info → pulumi_oci-2.16.0a1730386905.dist-info}/METADATA +1 -1
- {pulumi_oci-2.16.0.dist-info → pulumi_oci-2.16.0a1730386905.dist-info}/RECORD +33 -44
- {pulumi_oci-2.16.0.dist-info → pulumi_oci-2.16.0a1730386905.dist-info}/WHEEL +1 -1
- pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
- pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1289
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -348
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -191
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -746
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -191
- pulumi_oci/globallydistributeddatabase/outputs.py +0 -2114
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -822
- pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -2157
- pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consent.py +0 -503
- pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consents.py +0 -338
- {pulumi_oci-2.16.0.dist-info → pulumi_oci-2.16.0a1730386905.dist-info}/top_level.txt +0 -0
@@ -1,338 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
-
|
5
|
-
import copy
|
6
|
-
import warnings
|
7
|
-
import sys
|
8
|
-
import pulumi
|
9
|
-
import pulumi.runtime
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
-
if sys.version_info >= (3, 11):
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
-
else:
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
-
from .. import _utilities
|
16
|
-
from . import outputs
|
17
|
-
from ._inputs import *
|
18
|
-
|
19
|
-
__all__ = [
|
20
|
-
'GetDomainsOciConsoleSignOnPolicyConsentsResult',
|
21
|
-
'AwaitableGetDomainsOciConsoleSignOnPolicyConsentsResult',
|
22
|
-
'get_domains_oci_console_sign_on_policy_consents',
|
23
|
-
'get_domains_oci_console_sign_on_policy_consents_output',
|
24
|
-
]
|
25
|
-
|
26
|
-
@pulumi.output_type
|
27
|
-
class GetDomainsOciConsoleSignOnPolicyConsentsResult:
|
28
|
-
"""
|
29
|
-
A collection of values returned by getDomainsOciConsoleSignOnPolicyConsents.
|
30
|
-
"""
|
31
|
-
def __init__(__self__, attribute_sets=None, attributes=None, authorization=None, delete_in_progress=None, filters=None, id=None, idcs_endpoint=None, items_per_page=None, oci_console_sign_on_policy_consent_count=None, oci_console_sign_on_policy_consent_filter=None, resource_type_schema_version=None, resources=None, schemas=None, start_index=None, tags=None, total_results=None):
|
32
|
-
if attribute_sets and not isinstance(attribute_sets, list):
|
33
|
-
raise TypeError("Expected argument 'attribute_sets' to be a list")
|
34
|
-
pulumi.set(__self__, "attribute_sets", attribute_sets)
|
35
|
-
if attributes and not isinstance(attributes, str):
|
36
|
-
raise TypeError("Expected argument 'attributes' to be a str")
|
37
|
-
pulumi.set(__self__, "attributes", attributes)
|
38
|
-
if authorization and not isinstance(authorization, str):
|
39
|
-
raise TypeError("Expected argument 'authorization' to be a str")
|
40
|
-
pulumi.set(__self__, "authorization", authorization)
|
41
|
-
if delete_in_progress and not isinstance(delete_in_progress, bool):
|
42
|
-
raise TypeError("Expected argument 'delete_in_progress' to be a bool")
|
43
|
-
pulumi.set(__self__, "delete_in_progress", delete_in_progress)
|
44
|
-
if filters and not isinstance(filters, list):
|
45
|
-
raise TypeError("Expected argument 'filters' to be a list")
|
46
|
-
pulumi.set(__self__, "filters", filters)
|
47
|
-
if id and not isinstance(id, str):
|
48
|
-
raise TypeError("Expected argument 'id' to be a str")
|
49
|
-
pulumi.set(__self__, "id", id)
|
50
|
-
if idcs_endpoint and not isinstance(idcs_endpoint, str):
|
51
|
-
raise TypeError("Expected argument 'idcs_endpoint' to be a str")
|
52
|
-
pulumi.set(__self__, "idcs_endpoint", idcs_endpoint)
|
53
|
-
if items_per_page and not isinstance(items_per_page, int):
|
54
|
-
raise TypeError("Expected argument 'items_per_page' to be a int")
|
55
|
-
pulumi.set(__self__, "items_per_page", items_per_page)
|
56
|
-
if oci_console_sign_on_policy_consent_count and not isinstance(oci_console_sign_on_policy_consent_count, int):
|
57
|
-
raise TypeError("Expected argument 'oci_console_sign_on_policy_consent_count' to be a int")
|
58
|
-
pulumi.set(__self__, "oci_console_sign_on_policy_consent_count", oci_console_sign_on_policy_consent_count)
|
59
|
-
if oci_console_sign_on_policy_consent_filter and not isinstance(oci_console_sign_on_policy_consent_filter, str):
|
60
|
-
raise TypeError("Expected argument 'oci_console_sign_on_policy_consent_filter' to be a str")
|
61
|
-
pulumi.set(__self__, "oci_console_sign_on_policy_consent_filter", oci_console_sign_on_policy_consent_filter)
|
62
|
-
if resource_type_schema_version and not isinstance(resource_type_schema_version, str):
|
63
|
-
raise TypeError("Expected argument 'resource_type_schema_version' to be a str")
|
64
|
-
pulumi.set(__self__, "resource_type_schema_version", resource_type_schema_version)
|
65
|
-
if resources and not isinstance(resources, list):
|
66
|
-
raise TypeError("Expected argument 'resources' to be a list")
|
67
|
-
pulumi.set(__self__, "resources", resources)
|
68
|
-
if schemas and not isinstance(schemas, list):
|
69
|
-
raise TypeError("Expected argument 'schemas' to be a list")
|
70
|
-
pulumi.set(__self__, "schemas", schemas)
|
71
|
-
if start_index and not isinstance(start_index, int):
|
72
|
-
raise TypeError("Expected argument 'start_index' to be a int")
|
73
|
-
pulumi.set(__self__, "start_index", start_index)
|
74
|
-
if tags and not isinstance(tags, list):
|
75
|
-
raise TypeError("Expected argument 'tags' to be a list")
|
76
|
-
pulumi.set(__self__, "tags", tags)
|
77
|
-
if total_results and not isinstance(total_results, int):
|
78
|
-
raise TypeError("Expected argument 'total_results' to be a int")
|
79
|
-
pulumi.set(__self__, "total_results", total_results)
|
80
|
-
|
81
|
-
@property
|
82
|
-
@pulumi.getter(name="attributeSets")
|
83
|
-
def attribute_sets(self) -> Optional[Sequence[str]]:
|
84
|
-
return pulumi.get(self, "attribute_sets")
|
85
|
-
|
86
|
-
@property
|
87
|
-
@pulumi.getter
|
88
|
-
def attributes(self) -> Optional[str]:
|
89
|
-
return pulumi.get(self, "attributes")
|
90
|
-
|
91
|
-
@property
|
92
|
-
@pulumi.getter
|
93
|
-
def authorization(self) -> Optional[str]:
|
94
|
-
return pulumi.get(self, "authorization")
|
95
|
-
|
96
|
-
@property
|
97
|
-
@pulumi.getter(name="deleteInProgress")
|
98
|
-
def delete_in_progress(self) -> bool:
|
99
|
-
"""
|
100
|
-
A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
|
101
|
-
"""
|
102
|
-
return pulumi.get(self, "delete_in_progress")
|
103
|
-
|
104
|
-
@property
|
105
|
-
@pulumi.getter
|
106
|
-
def filters(self) -> Optional[Sequence['outputs.GetDomainsOciConsoleSignOnPolicyConsentsFilterResult']]:
|
107
|
-
return pulumi.get(self, "filters")
|
108
|
-
|
109
|
-
@property
|
110
|
-
@pulumi.getter
|
111
|
-
def id(self) -> str:
|
112
|
-
"""
|
113
|
-
The provider-assigned unique ID for this managed resource.
|
114
|
-
"""
|
115
|
-
return pulumi.get(self, "id")
|
116
|
-
|
117
|
-
@property
|
118
|
-
@pulumi.getter(name="idcsEndpoint")
|
119
|
-
def idcs_endpoint(self) -> str:
|
120
|
-
return pulumi.get(self, "idcs_endpoint")
|
121
|
-
|
122
|
-
@property
|
123
|
-
@pulumi.getter(name="itemsPerPage")
|
124
|
-
def items_per_page(self) -> int:
|
125
|
-
return pulumi.get(self, "items_per_page")
|
126
|
-
|
127
|
-
@property
|
128
|
-
@pulumi.getter(name="ociConsoleSignOnPolicyConsentCount")
|
129
|
-
def oci_console_sign_on_policy_consent_count(self) -> Optional[int]:
|
130
|
-
return pulumi.get(self, "oci_console_sign_on_policy_consent_count")
|
131
|
-
|
132
|
-
@property
|
133
|
-
@pulumi.getter(name="ociConsoleSignOnPolicyConsentFilter")
|
134
|
-
def oci_console_sign_on_policy_consent_filter(self) -> Optional[str]:
|
135
|
-
return pulumi.get(self, "oci_console_sign_on_policy_consent_filter")
|
136
|
-
|
137
|
-
@property
|
138
|
-
@pulumi.getter(name="resourceTypeSchemaVersion")
|
139
|
-
def resource_type_schema_version(self) -> Optional[str]:
|
140
|
-
return pulumi.get(self, "resource_type_schema_version")
|
141
|
-
|
142
|
-
@property
|
143
|
-
@pulumi.getter
|
144
|
-
def resources(self) -> Sequence['outputs.GetDomainsOciConsoleSignOnPolicyConsentsResourceResult']:
|
145
|
-
return pulumi.get(self, "resources")
|
146
|
-
|
147
|
-
@property
|
148
|
-
@pulumi.getter
|
149
|
-
def schemas(self) -> Sequence[str]:
|
150
|
-
"""
|
151
|
-
REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \\"enterprise\\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
|
152
|
-
"""
|
153
|
-
return pulumi.get(self, "schemas")
|
154
|
-
|
155
|
-
@property
|
156
|
-
@pulumi.getter(name="startIndex")
|
157
|
-
def start_index(self) -> Optional[int]:
|
158
|
-
return pulumi.get(self, "start_index")
|
159
|
-
|
160
|
-
@property
|
161
|
-
@pulumi.getter
|
162
|
-
def tags(self) -> Sequence['outputs.GetDomainsOciConsoleSignOnPolicyConsentsTagResult']:
|
163
|
-
"""
|
164
|
-
A list of tags on this resource.
|
165
|
-
"""
|
166
|
-
return pulumi.get(self, "tags")
|
167
|
-
|
168
|
-
@property
|
169
|
-
@pulumi.getter(name="totalResults")
|
170
|
-
def total_results(self) -> int:
|
171
|
-
return pulumi.get(self, "total_results")
|
172
|
-
|
173
|
-
|
174
|
-
class AwaitableGetDomainsOciConsoleSignOnPolicyConsentsResult(GetDomainsOciConsoleSignOnPolicyConsentsResult):
|
175
|
-
# pylint: disable=using-constant-test
|
176
|
-
def __await__(self):
|
177
|
-
if False:
|
178
|
-
yield self
|
179
|
-
return GetDomainsOciConsoleSignOnPolicyConsentsResult(
|
180
|
-
attribute_sets=self.attribute_sets,
|
181
|
-
attributes=self.attributes,
|
182
|
-
authorization=self.authorization,
|
183
|
-
delete_in_progress=self.delete_in_progress,
|
184
|
-
filters=self.filters,
|
185
|
-
id=self.id,
|
186
|
-
idcs_endpoint=self.idcs_endpoint,
|
187
|
-
items_per_page=self.items_per_page,
|
188
|
-
oci_console_sign_on_policy_consent_count=self.oci_console_sign_on_policy_consent_count,
|
189
|
-
oci_console_sign_on_policy_consent_filter=self.oci_console_sign_on_policy_consent_filter,
|
190
|
-
resource_type_schema_version=self.resource_type_schema_version,
|
191
|
-
resources=self.resources,
|
192
|
-
schemas=self.schemas,
|
193
|
-
start_index=self.start_index,
|
194
|
-
tags=self.tags,
|
195
|
-
total_results=self.total_results)
|
196
|
-
|
197
|
-
|
198
|
-
def get_domains_oci_console_sign_on_policy_consents(attribute_sets: Optional[Sequence[str]] = None,
|
199
|
-
attributes: Optional[str] = None,
|
200
|
-
authorization: Optional[str] = None,
|
201
|
-
filters: Optional[Sequence[Union['GetDomainsOciConsoleSignOnPolicyConsentsFilterArgs', 'GetDomainsOciConsoleSignOnPolicyConsentsFilterArgsDict']]] = None,
|
202
|
-
idcs_endpoint: Optional[str] = None,
|
203
|
-
oci_console_sign_on_policy_consent_count: Optional[int] = None,
|
204
|
-
oci_console_sign_on_policy_consent_filter: Optional[str] = None,
|
205
|
-
resource_type_schema_version: Optional[str] = None,
|
206
|
-
start_index: Optional[int] = None,
|
207
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDomainsOciConsoleSignOnPolicyConsentsResult:
|
208
|
-
"""
|
209
|
-
This data source provides the list of Oci Console Sign On Policy Consents in Oracle Cloud Infrastructure Identity Domains service.
|
210
|
-
|
211
|
-
Search OciConsoleSignOnPolicyConsent entries
|
212
|
-
|
213
|
-
## Example Usage
|
214
|
-
|
215
|
-
```python
|
216
|
-
import pulumi
|
217
|
-
import pulumi_oci as oci
|
218
|
-
|
219
|
-
test_oci_console_sign_on_policy_consents = oci.Identity.get_domains_oci_console_sign_on_policy_consents(idcs_endpoint=test_domain["url"],
|
220
|
-
oci_console_sign_on_policy_consent_count=oci_console_sign_on_policy_consent_oci_console_sign_on_policy_consent_count,
|
221
|
-
oci_console_sign_on_policy_consent_filter=oci_console_sign_on_policy_consent_oci_console_sign_on_policy_consent_filter,
|
222
|
-
attribute_sets=oci_console_sign_on_policy_consent_attribute_sets,
|
223
|
-
attributes=oci_console_sign_on_policy_consent_attributes,
|
224
|
-
authorization=oci_console_sign_on_policy_consent_authorization,
|
225
|
-
resource_type_schema_version=oci_console_sign_on_policy_consent_resource_type_schema_version,
|
226
|
-
start_index=oci_console_sign_on_policy_consent_start_index)
|
227
|
-
```
|
228
|
-
|
229
|
-
|
230
|
-
:param Sequence[str] attribute_sets: A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
|
231
|
-
:param str attributes: A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
|
232
|
-
:param str authorization: The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
233
|
-
:param str idcs_endpoint: The basic endpoint for the identity domain
|
234
|
-
:param int oci_console_sign_on_policy_consent_count: OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
|
235
|
-
:param str oci_console_sign_on_policy_consent_filter: OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
|
236
|
-
:param str resource_type_schema_version: An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
237
|
-
:param int start_index: OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
|
238
|
-
"""
|
239
|
-
__args__ = dict()
|
240
|
-
__args__['attributeSets'] = attribute_sets
|
241
|
-
__args__['attributes'] = attributes
|
242
|
-
__args__['authorization'] = authorization
|
243
|
-
__args__['filters'] = filters
|
244
|
-
__args__['idcsEndpoint'] = idcs_endpoint
|
245
|
-
__args__['ociConsoleSignOnPolicyConsentCount'] = oci_console_sign_on_policy_consent_count
|
246
|
-
__args__['ociConsoleSignOnPolicyConsentFilter'] = oci_console_sign_on_policy_consent_filter
|
247
|
-
__args__['resourceTypeSchemaVersion'] = resource_type_schema_version
|
248
|
-
__args__['startIndex'] = start_index
|
249
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
250
|
-
__ret__ = pulumi.runtime.invoke('oci:Identity/getDomainsOciConsoleSignOnPolicyConsents:getDomainsOciConsoleSignOnPolicyConsents', __args__, opts=opts, typ=GetDomainsOciConsoleSignOnPolicyConsentsResult).value
|
251
|
-
|
252
|
-
return AwaitableGetDomainsOciConsoleSignOnPolicyConsentsResult(
|
253
|
-
attribute_sets=pulumi.get(__ret__, 'attribute_sets'),
|
254
|
-
attributes=pulumi.get(__ret__, 'attributes'),
|
255
|
-
authorization=pulumi.get(__ret__, 'authorization'),
|
256
|
-
delete_in_progress=pulumi.get(__ret__, 'delete_in_progress'),
|
257
|
-
filters=pulumi.get(__ret__, 'filters'),
|
258
|
-
id=pulumi.get(__ret__, 'id'),
|
259
|
-
idcs_endpoint=pulumi.get(__ret__, 'idcs_endpoint'),
|
260
|
-
items_per_page=pulumi.get(__ret__, 'items_per_page'),
|
261
|
-
oci_console_sign_on_policy_consent_count=pulumi.get(__ret__, 'oci_console_sign_on_policy_consent_count'),
|
262
|
-
oci_console_sign_on_policy_consent_filter=pulumi.get(__ret__, 'oci_console_sign_on_policy_consent_filter'),
|
263
|
-
resource_type_schema_version=pulumi.get(__ret__, 'resource_type_schema_version'),
|
264
|
-
resources=pulumi.get(__ret__, 'resources'),
|
265
|
-
schemas=pulumi.get(__ret__, 'schemas'),
|
266
|
-
start_index=pulumi.get(__ret__, 'start_index'),
|
267
|
-
tags=pulumi.get(__ret__, 'tags'),
|
268
|
-
total_results=pulumi.get(__ret__, 'total_results'))
|
269
|
-
def get_domains_oci_console_sign_on_policy_consents_output(attribute_sets: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
270
|
-
attributes: Optional[pulumi.Input[Optional[str]]] = None,
|
271
|
-
authorization: Optional[pulumi.Input[Optional[str]]] = None,
|
272
|
-
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetDomainsOciConsoleSignOnPolicyConsentsFilterArgs', 'GetDomainsOciConsoleSignOnPolicyConsentsFilterArgsDict']]]]] = None,
|
273
|
-
idcs_endpoint: Optional[pulumi.Input[str]] = None,
|
274
|
-
oci_console_sign_on_policy_consent_count: Optional[pulumi.Input[Optional[int]]] = None,
|
275
|
-
oci_console_sign_on_policy_consent_filter: Optional[pulumi.Input[Optional[str]]] = None,
|
276
|
-
resource_type_schema_version: Optional[pulumi.Input[Optional[str]]] = None,
|
277
|
-
start_index: Optional[pulumi.Input[Optional[int]]] = None,
|
278
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDomainsOciConsoleSignOnPolicyConsentsResult]:
|
279
|
-
"""
|
280
|
-
This data source provides the list of Oci Console Sign On Policy Consents in Oracle Cloud Infrastructure Identity Domains service.
|
281
|
-
|
282
|
-
Search OciConsoleSignOnPolicyConsent entries
|
283
|
-
|
284
|
-
## Example Usage
|
285
|
-
|
286
|
-
```python
|
287
|
-
import pulumi
|
288
|
-
import pulumi_oci as oci
|
289
|
-
|
290
|
-
test_oci_console_sign_on_policy_consents = oci.Identity.get_domains_oci_console_sign_on_policy_consents(idcs_endpoint=test_domain["url"],
|
291
|
-
oci_console_sign_on_policy_consent_count=oci_console_sign_on_policy_consent_oci_console_sign_on_policy_consent_count,
|
292
|
-
oci_console_sign_on_policy_consent_filter=oci_console_sign_on_policy_consent_oci_console_sign_on_policy_consent_filter,
|
293
|
-
attribute_sets=oci_console_sign_on_policy_consent_attribute_sets,
|
294
|
-
attributes=oci_console_sign_on_policy_consent_attributes,
|
295
|
-
authorization=oci_console_sign_on_policy_consent_authorization,
|
296
|
-
resource_type_schema_version=oci_console_sign_on_policy_consent_resource_type_schema_version,
|
297
|
-
start_index=oci_console_sign_on_policy_consent_start_index)
|
298
|
-
```
|
299
|
-
|
300
|
-
|
301
|
-
:param Sequence[str] attribute_sets: A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
|
302
|
-
:param str attributes: A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
|
303
|
-
:param str authorization: The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
304
|
-
:param str idcs_endpoint: The basic endpoint for the identity domain
|
305
|
-
:param int oci_console_sign_on_policy_consent_count: OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
|
306
|
-
:param str oci_console_sign_on_policy_consent_filter: OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
|
307
|
-
:param str resource_type_schema_version: An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
308
|
-
:param int start_index: OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
|
309
|
-
"""
|
310
|
-
__args__ = dict()
|
311
|
-
__args__['attributeSets'] = attribute_sets
|
312
|
-
__args__['attributes'] = attributes
|
313
|
-
__args__['authorization'] = authorization
|
314
|
-
__args__['filters'] = filters
|
315
|
-
__args__['idcsEndpoint'] = idcs_endpoint
|
316
|
-
__args__['ociConsoleSignOnPolicyConsentCount'] = oci_console_sign_on_policy_consent_count
|
317
|
-
__args__['ociConsoleSignOnPolicyConsentFilter'] = oci_console_sign_on_policy_consent_filter
|
318
|
-
__args__['resourceTypeSchemaVersion'] = resource_type_schema_version
|
319
|
-
__args__['startIndex'] = start_index
|
320
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
321
|
-
__ret__ = pulumi.runtime.invoke_output('oci:Identity/getDomainsOciConsoleSignOnPolicyConsents:getDomainsOciConsoleSignOnPolicyConsents', __args__, opts=opts, typ=GetDomainsOciConsoleSignOnPolicyConsentsResult)
|
322
|
-
return __ret__.apply(lambda __response__: GetDomainsOciConsoleSignOnPolicyConsentsResult(
|
323
|
-
attribute_sets=pulumi.get(__response__, 'attribute_sets'),
|
324
|
-
attributes=pulumi.get(__response__, 'attributes'),
|
325
|
-
authorization=pulumi.get(__response__, 'authorization'),
|
326
|
-
delete_in_progress=pulumi.get(__response__, 'delete_in_progress'),
|
327
|
-
filters=pulumi.get(__response__, 'filters'),
|
328
|
-
id=pulumi.get(__response__, 'id'),
|
329
|
-
idcs_endpoint=pulumi.get(__response__, 'idcs_endpoint'),
|
330
|
-
items_per_page=pulumi.get(__response__, 'items_per_page'),
|
331
|
-
oci_console_sign_on_policy_consent_count=pulumi.get(__response__, 'oci_console_sign_on_policy_consent_count'),
|
332
|
-
oci_console_sign_on_policy_consent_filter=pulumi.get(__response__, 'oci_console_sign_on_policy_consent_filter'),
|
333
|
-
resource_type_schema_version=pulumi.get(__response__, 'resource_type_schema_version'),
|
334
|
-
resources=pulumi.get(__response__, 'resources'),
|
335
|
-
schemas=pulumi.get(__response__, 'schemas'),
|
336
|
-
start_index=pulumi.get(__response__, 'start_index'),
|
337
|
-
tags=pulumi.get(__response__, 'tags'),
|
338
|
-
total_results=pulumi.get(__response__, 'total_results')))
|
File without changes
|