Home
last modified time | relevance | path

Searched +full:role +full:- +full:session +full:- +full:name (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/external/aws-sdk-java-v2/services/sts/src/main/resources/codegen-resources/
Dservice-2.json4 "apiVersion":"2011-06-15",
12 "uid":"sts-2011-06-15",
13 "xmlNamespace":"https://sts.amazonaws.com/doc/2011-06-15/"
17 "name":"AssumeRole", string
33-account access. For a comparison of <code>AssumeRole</code> with other API operations that produc…
36 "name":"AssumeRoleWithSAML", string
54role-based Amazon Web Services access without user-specific credentials or configuration. For a co…
57 "name":"AssumeRoleWithWebIdentity", string
76-compatible identity provider such as Google or <a href=\"https://docs.aws.amazon.com/cognito/late…
79 "name":"DecodeAuthorizationMessage", string
[all …]
Dexamples-1.json9 …"Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Stmt1\",\"Effect\":\"Allow\",\"Ac…
10 "RoleArn": "arn:aws:iam::123456789012:role/demo",
15 "Arn": "arn:aws:sts::123456789012:assumed-role/demo/Bob",
20 "Expiration": "2011-07-15T23:28:33.359Z",
33 "id": "to-assume-a-role-1480532402212",
34 "title": "To assume a role"
42 "RoleArn": "arn:aws:iam::123456789012:role/FederatedWebIdentityRole",
44 …m6Ry6_BG7PrtLZtj_dfCTj92xNGed-CrKqjG7nPBjNIL016GGvuS5gSvPRUxWES3VYfm1wl7WTI7jn-Pcb6M-buCgHhFOzTQxo…
48 "Arn": "arn:aws:sts::123456789012:assumed-role/FederatedWebIdentityRole/app1",
54 "Expiration": "2014-10-24T23:00:23Z",
[all …]
/external/aws-sdk-java-v2/services/eksauth/src/main/resources/codegen-resources/
Dservice-2.json4 "apiVersion":"2023-11-26",
5 "endpointPrefix":"eks-auth",
7 "protocol":"rest-json",
11 "signingName":"eks-auth",
12 "uid":"eks-auth-2023-11-26"
16 "name":"AssumeRoleForPodIdentity", string
19 "requestUri":"/clusters/{clusterName}/assume-role-for-pod-identity",
60 "documentation":"<p>The name of the cluster for the request.</p>",
82 …"documentation":"<p>The name of the Kubernetes service account inside the cluster to associate the…
90 …"documentation":"<p>The Amazon Resource Name (ARN) and ID of the EKS Pod Identity association.</p>"
[all …]
/external/aws-sdk-java-v2/services/sts/src/main/java/software/amazon/awssdk/services/sts/auth/
DStsWebIdentityTokenFileCredentialsProvider.java40 …* AWS Security Token Service to maintain short-lived sessions to use for authentication. These ses…
43 …oleWithWebIdentityCredentialsProvider}, this reads the web identity information, including AWS role
44 …* ARN, AWS session name and the location of a web identity token file from system properties and e…
69 super(builder, "sts-assume-role-with-web-identity-credentials-provider"); in StsWebIdentityTokenFileCredentialsProvider()
80 … .orElse("aws-sdk-java-" + System.currentTimeMillis()); in StsWebIdentityTokenFileCredentialsProvider()
91 : () -> AssumeRoleWithWebIdentityRequest.builder() in StsWebIdentityTokenFileCredentialsProvider()
192 * The Amazon Resource Name (ARN) of the IAM role that is associated with the Sts.
196 …* @param roleArn The Amazon Resource Name (ARN) of the IAM role that is associated with the Sts cl…
206 * Sets Amazon Resource Name (ARN) of the IAM role that is associated with the Sts.
210 …* @param roleArn The Amazon Resource Name (ARN) of the IAM role that is associated with the Sts cl…
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-P2P1 wpa_supplicant and Wi-Fi P2P
4 This document describes how the Wi-Fi P2P implementation in
10 Introduction to Wi-Fi P2P
11 -------------------------
15 More information about Wi-Fi P2P is available from Wi-Fi Alliance:
16 http://www.wi-fi.org/Wi-Fi_Direct.php
20 -----------------------------
26 ----------------------------
28 Wi-Fi P2P is an optional component that needs to be enabled in the
30 configuration that includes Wi-Fi P2P support and Linux nl80211
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiAwareManagerFacade.java8 * http://www.apache.org/licenses/LICENSE-2.0
108 private static final String NS_KEY_ROLE = "role";
122 j.put(NS_KEY_ROLE, ns.role); in getJsonString()
138 if (ns.transportProtocol != -1) { in getJsonString()
150 int type = 0, role = 0, clientId = 0, sessionId = 0, peerId = 0; in getNetworkSpecifier() local
154 int port = 0, transportProtocol = -1; in getNetworkSpecifier()
160 role = j.getInt((NS_KEY_ROLE)); in getNetworkSpecifier()
187 return new WifiAwareNetworkSpecifier(type, role, clientId, sessionId, peerId, peerMac, pmk, in getNetworkSpecifier()
191 private static String getStringOrNull(JSONObject j, String name) throws JSONException { in getStringOrNull() argument
192 if (j.isNull(name)) { in getStringOrNull()
[all …]
/external/pytorch/.github/workflows/
D_docs.yml1 name: build docs
6 build-environment:
9 description: Top-level label for what's being built/tested.
10 docker-image:
19 run-doxygen:
24 sync-tag:
30 job with the same `sync-tag` is identical.
31 s3-bucket:
35 default: "gha-artifacts"
36 aws-role-to-assume:
[all …]
/external/aws-sdk-java-v2/core/profiles/src/main/java/software/amazon/awssdk/profiles/
DProfileProperty.java28 * Property name for specifying the Amazon AWS Access Key
33 * Property name for specifying the Amazon AWS Secret Access Key
38 * Property name for specifying the Amazon AWS Session Token
43 * Property name for specifying the IAM role to assume
48 * Property name for specifying the IAM role session name
53 * Property name for specifying how long in seconds to assume the role
58 * Property name for specifying the IAM role external id
63 * Property name for specifying the profile credentials to use when assuming a role
68 * Property name for specifying the credential source to use when assuming a role
78 * Property name for specifying the identification number of the MFA device
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/com/google/android/exoplayer2/ext/media2/
DSessionCallbackBuilder.SkipCallback.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"><…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
[all …]
DSessionCallbackBuilder.CustomCommandProvider.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"><…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
[all …]
DSessionCallbackBuilder.DisconnectedCallback.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"><…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
[all …]
DSessionCallbackBuilder.PostConnectCallback.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"><…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
[all …]
DSessionCallbackBuilder.AllowedCommandProvider.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"><…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
[all …]
DSessionCallbackBuilder.DefaultAllowedCommandProvider.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"><…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
[all …]
DSessionCallbackBuilder.MediaItemProvider.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"><…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/ext/media2/
DSessionCallbackBuilder.SkipCallback.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"><…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
[all …]
DSessionCallbackBuilder.CustomCommandProvider.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"><…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
[all …]
DSessionCallbackBuilder.DisconnectedCallback.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"><…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
[all …]
DSessionCallbackBuilder.PostConnectCallback.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"><…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
[all …]
DSessionCallbackBuilder.AllowedCommandProvider.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"><…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
[all …]
DSessionCallbackBuilder.DefaultAllowedCommandProvider.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"><…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
[all …]
DSessionCallbackBuilder.MediaItemProvider.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"><…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
[all …]
/external/google-cloud-java/java-gke-multi-cloud/proto-google-cloud-gke-multi-cloud-v1/src/main/java/com/google/cloud/gkemulticloud/v1/
DAwsServicesAuthenticationOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 * Required. The Amazon Resource Name (ARN) of the role that the Anthos
31 * Multi-Cloud API will assume when managing AWS resources on your account.
43 * Required. The Amazon Resource Name (ARN) of the role that the Anthos
44 * Multi-Cloud API will assume when managing AWS resources on your account.
57 * Optional. An identifier for the assumed role session.
58 * When unspecified, it defaults to `multicloud-service-agent`.
70 * Optional. An identifier for the assumed role session.
71 * When unspecified, it defaults to `multicloud-service-agent`.
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c38 // ParseSessionBuffer() to process the authorization session area of a command and
39 // BuildResponseSession() to create the authorization session area of a response.
88 result = IS_ATTRIBUTE(nvIndex->publicArea.attributes, TPMA_NV, NO_DA); in IsDAExempted()
117 SESSION *session = NULL; in IncrementLockout() local
119 // Don't increment lockout unless the handle associated with the session in IncrementLockout()
120 // is DA protected or the session is bound to a DA protected entity. in IncrementLockout()
128 session = SessionGet(sessionHandle); in IncrementLockout()
129 // If the session is bound to lockout, then use that as the relevant in IncrementLockout()
130 // handle. This means that an authorization failure with a bound session in IncrementLockout()
133 if(session->attributes.isLockoutBound == SET) in IncrementLockout()
[all …]
/external/googleapis/google/cloud/dataproc/v1/
Dshared.proto7 // http://www.apache.org/licenses/LICENSE-2.0
85 // Optional. Applies to sessions only. The duration to keep the session alive
86 // while it's idling. Exceeding this threshold causes the session to
89 // [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
91 // If both `ttl` and `idle_ttl` are specified for an interactive session,
100 // [Duration](https://protobuf.dev/programming-guides/proto3/#json).
105 // specified for an interactive session, it defaults to 24 hours. If `ttl` is
108 // and `idle_ttl` are specified (for an interactive session), the conditions
118 // workload is running, and then create and manage project-level, per-location
120 // **This field requires a Cloud Storage bucket name, not a `gs://...` URI to
[all …]

12345678910>>...28